input::placeholder {
    font-family: 'Open Sans';
}

.float-right {
    float: right !important;
}

/* ********************** */
/* Site Admin Nav Bar     */
/* ********************** */
asdfasdfgasdfr
.nav-list > li.active > a,
.nav-list > li.open > a,
.nav-list > li > a:hover,
.nav-list > li.active > a:hover {
    color: #000;
    font-weight: 600;
}

.nav-list > li.active:after {
    border: 2px solid #ffdd00;
}

.nav-list li.active > a:after {
    border-right-color: #ffdd00;
}

.nav-list > li .submenu > li.active > a,
.nav-list > li .submenu > li > a:hover,
.nav-list > li > a:focus {
    color: #000;
}

.nav-list > li > a:hover:before {
    background-color: #000;
}

.nav-list > li a:hover > .arrow,
.nav-list > li.active > a > .arrow,
.nav-list > li.open > a > .arrow {
    color: #000;
    font-weight: bold;
}

.nav-list > li.active > a, .nav-list > li.active > a:hover, .nav-list > li.active > a:focus, .nav-list > li.active > a:active {
    color: #000;
}

/* ********************** */
/* Unread Messages Widget */
/* ********************** */

.messages-widget {
    display:flex;
}


/* ********************** */
/* Sign-In Page           */
/* ********************** */

.btn-signin:hover{
    background-color:#ffdd00 !important;
    color:black !important;
}

/* ********************** */
/* Buttons                */
/* ********************** */

.btn {
    border-radius: 3px !important;
}
.btn-primary,
.btn-info {
    background-color: #ffdd00 !important;
    color: #000 !important;
}

.btn-primary {
    border: 2px solid #fff !important;
    font-weight: 400;
    padding: 12px;
}

.btn-info {
    border: 0 !important;
    padding: 12px;
}

.btn-danger {
    background-color: #000 !important;
    border: 2px solid #fff !important;
    padding: 12px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #ffe642 !important;
}

.btn-info:hover,
.btn-info:focus {
    background-color: yellow !important;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.btn-sm {
    padding: 4px 9px !important;
}

/* ********************** */
/* Breadcrumbs            */
/* ********************** */

.breadcrumb > li > a {
    color: #000;
}

/* ********************** */
/* Page Header            */
/* ********************** */

.page-header h1,
.page-header a {
    color: #000;
}

.well .blue {
    color: #000 !important;
}

/* ********************** */
/* Tables                 */
/* ********************** */

.table .btn-primary, .table .btn-info {
    padding: 4px 10px;
}

/* .table .form-actions .btn-primary, .table .form-actions .btn-info {
    padding: 11px 17px;
} */


.table .btn-primary {
    border: 0 !important;
}

.table .btn-danger {
    padding: 4px 8px;
    border: 0 !important;
}

.table th > a,
.table td > a {
    color: #000;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
    background-color: #ffdd00;
    border-color: #ffdd00;
}

.pagination > li > a {
    color: #000 !important;
}

/* ********************** */
/* Nav Tabs               */
/* ********************** */

.nav-tabs > li > a:hover {
    color: #000 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #ffdd00 !important;
    box-shadow: none !important;
}

.tabbable h4 {
    color: #000 !important;
}

/* ********************** */
/* Shipments              */
/* ********************** */

.shipment-section .shipment-info {
    padding: 50px 30px !important;
}

.shipment-section .shipment-info p {
    font-size: 14px !important;
}

 .message-container {
     margin: 20px;
 }

.send-message-row{
    border: 1px solid black;
    margin-top: 20px;
}
div#message-form input {
    height: 42px;
}

.message-row{
    margin: 25px;
}

.single-message {
    padding: 15px;
    box-shadow: 1px 2px 5px #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #111;
}

.message-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#message-form {
    margin-top: 15px;
    bottom: 0;
    border-top: 1px solid #cccccc;
}
.send-message-row input[type=text] {
    width: 80%;
    margin-right: 20px;
}
.send-message-row {
    padding-bottom: 20px;
    padding-top: 10px;
}
@media (max-width:1074px) and (min-width: 661px) {
    .send-message-row input[type=text] {
        width: 75%;
    }
    .send-message-button {
        width: 20%;
    }
}
@media (max-width:660px) {
    .send-message-row input[type=text] {
        width: 100%;
    }
    .send-message-button {
        width: 100%;
        margin-top: 20px;
    }
}

.participant-bubble{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    float:left;

    margin-right: 5px;
    margin-left: -20px;
}

.message-row .participant-bubble{
    position: relative;
    top: 40px;
    margin-right: 5px;
    margin-left: -30px;
}

.message-row .participant-bubble {
    position: relative;
    top: 0;
    margin-right: 10px;
    margin-left: -30px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.bubble-text {
    position: relative;
    font-size: 21px;
    font-weight: 600;
}

.sales-user{
    background-color: #fedc01;
    color: black;
}

.consignment-user{
    background-color: black;
    color:white;
}

div#message-box {
    height: 70vh;
    overflow-y: scroll;
    padding-bottom: 90px;
    background-color: #F5F5F5;
}

div#participant-list {
    min-height: 70vh;
}

div#message-form .col-xs-8, div#message-form .col-xs-4 {
    padding: 0;
}

#participant-list .participant-bubble {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 9px;
    line-height: 23px;
    float: none;
    margin-left: 0;
}

#participant-list span.participant-bubble .bubble-text {
    font-size: 14px;
}

.label-primary {
    background-color: #ffdd00 !important;
    color: #000 !important;
}
.label-primary.arrowed-in:before {
    border-color: #ffdd00;
}

.widget-box.transparent > .widget-header {color:  #000;}

.dashboard-widget a {
    color:  #000;
}

#keyContainer {
    display: flex;
}

.consignmentTypeKey {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.consignmentTypeKey .keySquare {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.fileInputLabel {
    display: block;
    padding: 50px;
    border: dashed #00000055;
    background-color: #00000011;
    text-align: center;
    cursor: pointer;
}

.fileInputLabel > input {
    visibility: hidden;
    height: 0;
    width: 0;
}

table.equipment-list tr.PRESENT td, table.material-list tr.PRESENT td {
    background: #dff0d8;
}

table.equipment-list tr.BROKEN td, table.equipment-list tr.MISSING td,
table.material-list tr.BROKEN td, table.material-list tr.MISSING td {
    background: #f2dede;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 15px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.kit-title {
    cursor: pointer;
}

.kit-title + .equipment-list {
    display: none;
}

table.table tr[data-status="Pending"] td, table.table tr[data-status="pending"] td { background-color: #fcf8e3;}
table.table tr[data-status="Missing"] td, table.table tr[data-status="missing"] td { background-color: #f2dede;}
table.table tr[data-status="Broken"] td, table.table tr[data-status="broken"] td { background-color: #f2dede;}

.active_schedule_item {
    border: 3px solid #ffdd00 !important;
    z-index: 100 !important;
}

.dataTables_wrapper th, .dataTables_wrapper td {
    white-space: nowrap;
}

.dataTables_wrapper .sticky-col {
    position: absolute;
    width: 5em;
    margin-left: -5em;
}

.dataTables_wrapper {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


.modal-header {
    background-color: #ffe642 !important;
}

.table thead tr th [class*="fa-"]:first-child {
    margin: 0;
}

.btn-sm > [class*="fa-"] {
    margin-right: 0;
}

.manifest-side-btn {
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0!important;
    height: 36px;
    width: 36px;
    padding: 12px;
    position: relative;
    top: 7px;
}

.manifest-side-btn:hover {
    background: #fd0 !important;
    outline: none!important;
}

.manifest-side-btn:active, .manifest-side-btn:focus {
    background: #fd0 !important;
    outline: none!important;
    padding: 0!important;
    top: 7px!important;
    left: 0px!important;
}

.btn-disabled {
    opacity: 0.75;
    pointer-events: none;
}

.widget-main {
    padding: 0;
}

.infobox {
    border-color: transparent !important;
    padding: 16px 0 0 0;
}

.widget-box {
    margin-bottom: 32px;
}

.widget-box.transparent > .widget-header {
    background: #f3f3f3;
    padding: 2px 12px;
}


.widget-body .table {
    border-top: unset!important;
}

.widget-body .table tr {
    background: transparent!important;
}

.widget-toolbar {
    display: none;
}

.infobox > .infobox-data {
    padding-left: 0;
}

.infobox-icon-sa3 {
    margin-right: 12px;
}

.ace-settings-container {
    display: none;
}

.widget-header h4 {
    font-weight: bolder!important;
}

.ncp-widget {
    display: flex;
}

.infobox-data td {
    vertical-align: middle!important;
}

.widget-box.transparent > .widget-header {
    border-bottom: 1px solid #fff;
}
