﻿a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.tab-pane {
    padding-top: 5px;
}


/*IMAGES AND BUTTONS*/
.img_CompanyLogo
{
    max-height: 30px;
    max-width: 100px;
}

.robedit:hover {
    transform: scale(1.5);
    
}

.robdelete:hover {
    transform: scale(1.5);
}


.main-sidebar {
    background-color: white !important;
    width: 230px;
    padding-top: 10px;
}

/*TEXT STYLING*/
.WhiteText {
    color: white !important;
}

/* TABLES*/
.CQTable /* Use on almost every table in CQ for consistent look */
{
    
}

.CQTable > thead > tr
{
    background-color: white;
    text-align: center;
}


table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

table.table-bordered > tbody > tr > td {
    border: 1px solid lightgray;
}

table.table-bordered > thead > tr > th {
    border: 1px solid lightgray;
}

.TableHeaderROB {
    background-color: white;
}

    .TableHeaderROB > tr > th {
        color: black;
        font-weight: bold;
    }

.roblabel 
{
    font-weight: normal !important;
}

/*DIVS*/
#rob
{
    position: relative;
}

#Div_SendToCaptain {
    position: absolute;
    top: 5px;
    right: 5px;
}

#DIV_SendToCaptainForm
{
    background-color: white;
    width: 50%;
    margin-left: auto; 
    margin-right: auto;
    border: 1px solid black;
}

#ParentContainer {
    min-height: 500px;
    background-color: white;
    border: 1px solid #dee2c6
}

#Div_VesselfolderContainer
{
    
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    #Div_VesselfolderContainer > .flexbox {
        padding: 10px;
        text-align: center;
        margin: 10px;
        position: relative;
        vertical-align: bottom;
        
        flex-basis: 100px;
        flex-grow: 0;
    }

    .FolderLink > img
    {
        height: 50px;
        
    }

    .flexbox > .fileimage
    {
        display: block;
        max-width: 100px;
        max-height: 50px;
        width: auto;
        height: auto;
        margin-top: 5px;
    }

.flexbox > label {
    font-size: small;
    
    
   
}
    /*OTHER*/
    .NoteCellHeaderTime {
        float: right;
        font-size: smaller;
    }

.FlexBoxMenu 
{
    position: absolute;
    bottom: -140px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 95px;
    background-color: rgba(0, 0, 0, .02);
    padding: 5px;
    padding-top: 5px;
    z-index: 1000;

}
.Div_FileDelete {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: lightgray;
    width: 120px;
    padding: 5px;
    border: 1px solid black;
    z-index: 1100
}

.MessageCell {
    height: 35px;
    border-top: 1px solid white !important;
    border-bottom: 1px solid black !important;
}

.CustomisedTableComment
{
}

.nav-sidebar .nav-link p {
    font-weight: 500;
    font-size: 13px;
    color: black !important;
    padding-left: 0px !important;
    font-family: Arial !important;
}

.nav-item > a {
    padding-left: 5px;
}

.userimage {
    height: 45px !important;
    width: 45px !important;
}

.user-panel {
    margin-top: 0px;
    margin-bottom: -15px !important;
}

    .user-panel .info {
        padding-left: 5px;
        padding-top: 0px;
    }

.info {
    position: relative;
    line-height: 1;
}

    .info > label {
        font-size: 14px;
        font-weight: 400 !important;
        margin-bottom: -15px;
        padding-bottom: 0px;
    }

    .info > a {
        margin-top: -10px;
        padding-top: -10px;
        font-size: 11px !important;
        margin-bottom: 0px;
    }

.fa {
    font-size: 13px !important;
    color: black !important;
}

.fas {
    font-size: 13px !important;
}

.header {
    color: #848484;
    background: #f9fafc;
    font-size: 12px;
}

.center {
   
    padding: 50px 0;
    text-align: center;
    font-weight: bold;
}

.flexbox-maxheight {
    max-height: 50px;
}

.shipLogoImg {
    height: 30px;
    width: 30px;
}

.operatorVesselHeader {
    font-size: x-large;
}

.btn-primary {
    background-color: #3c8dbc;
}

.table-background-box {
    background-color: #fff !important;
    padding: 5px;
}

.vessel-list-remove-button {
    height: 31px;
}

.vesselLists {
}

.ul-chat{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
.ul-chat li{
    display:inline-block;
    clear: both;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    max-width: 450px;
}

.him{
    background: #eee;
    float: left;
}

.me{
    float: right;
    background: #0084ff;
    color: #fff;
}

.him + .me{
    border-bottom-right-radius: 5px;
}

.me + .me{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.me:last-of-type {
    border-bottom-right-radius: 30px;
}

.bubbleList {
    max-height: 720px;
}

.comment-text-box {
    display:inline-block;
    clear: both;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    min-height: 300px;
}

.comments-background-box {
    background-color: #fff !important;
    padding: 5px;
}

.scrollable-comments {
    overflow: scroll;
    overflow-x: hidden;
}

/*.scrollable-comments::-webkit-scrollbar {
    display: none;
}*/

a.disabled {
    pointer-events: none;
    cursor: default;
}

