/*
Copyright Bizbitz Technologies AB
Written by Thomas Sennsjö (thomas.sennsjo@bizbitz.se)
*/
/*
    Created on : 2014-jun-04, 16:12:31
    Author     : Thomas Sennsjö <thomas.sennsjo@bizbitz.se>
*/

.circle {
  display: inline-block;
    background-color: #00d53b;
    margin: 10px;
    border-radius: 50%;
}

.circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle; 
  text-align: center;
  text-decoration: none;
  height: 100px;
  width: 100px;  
  font-size: 30px;
}

.map-vessel-marker {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
  }

.ui-datepicker-trigger{
    cursor:pointer;
}

.PopupSearchContent{
    background-color: #ffffff;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 2px 2px #efefef;
    border: 1px solid #555555;
    padding: 5px;
    position: absolute;
    min-height: 100px;
    max-height: 300px;
    overflow: hidden;
    width: 700px;
    z-index: 5;
}

.inline-popup-search{
    display: none;
    z-index: 100;
    position: absolute;
    padding: 5px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 2px 2px #efefef;
    min-width: 400px;
    min-height: 200px;
    background-color: #ffffff;
    max-height: 500px;
    border: 1px solid #555555;

}
.inline-popup-search-inner{
    max-height: 490px; /* needs to be the same max height as inline-popup-search */
    overflow: auto;
}
.inline-party-search{
    width: 400px;
}
.inline-popup-search-table-row-selected{

}
.inline-popup-search-table-row-selected td{
    background-color: #FEF9CF !important;
}
.inline-popup-search-table-row{
    cursor: pointer;
}

#chatbase-bubble-button {
    /* transform:scale(0.75); */
}

#StaticDocumentsTable tbody tr td{
    vertical-align: middle;
}

.form-control-partynumber {
    width: 73px;
}
.form-control-portcode{
    width: 73px;
}

.input-group-addon{
    background-color: #e6e9ed;
    color: rgb(67, 74, 84);
}

@keyframes menu_item_attention{
    0% {
        color: #000000;
    }
    50% {
        color: #E54415;
    }
    100% {
        color: #000000;
    }
}

.menu_item_attention_class{
    animation: menu_item_attention 2s infinite;
}

.panel-framework-loading{
    cursor: wait;
    opacity: 0.5;
}

.Deviation_OPEN{
    color: #ff0000;
    display: inline;
}
.Deviation_CLOSED{
    color: #00ff00;
    display: inline;
}

.OwnerContent{
    padding: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #cccccc;
    min-width: 100px;
}


.minimizeOverlayButton{
    position: fixed;
    right: 0;
    bottom: 40px;
    cursor:pointer;
    font-size: 20px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    animation-name: minimizeOverlayButtonAnimation;
    animation-duration: 2s;

}

@keyframes minimizeOverlayButtonAnimation{

    0% {background-color: #e54415; font-size: 40px;}
    100% {background-color: #ffffff; font-size: 20px;}
    /* 100% {color: #434a54;} */
}

.sorting_th{
    background: url('../img/sort_both.png') no-repeat center right;
}


/*ShowLoading Halloween Rotation*/
#halloweenLoading {
	animation: rotation 2s infinite linear;
    display: inline-block;
}

/*ShowLoading Holiday Rotation*/
#holidayLoading {
	animation: rotation 2s infinite linear;
    display: inline-block;
    font-size: 150%;
}

@keyframes rotation {
    from {
            transform: rotate(0deg);
    }
    to {
            transform: rotate(359deg);
    }
}



.btn:focus{
    text-decoration: underline;
}

.recentConsignmentsContainer{
    /* max-width: 200px; */

    border: 1px solid #555555;
    padding: 5px;
    border-radius: 0px 5px 5px 5px;
    background-color: #ffffff;
    z-index: 100;
    box-shadow: 2px 2px #efefef;
    width: 650px;
    right: -150px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}


.page-footer{
    z-index: 8;
    border-top-color: #e54415; /*#ffffff;  */

    /* color: #ffffff !important; */

    position: fixed;
    height: 44px;
    padding-top: 0;
    padding-bottom:0;
    bottom: 0;
    width: 100%;
    background-color:  #ffffff;/* #e54415; */
}
/*
.page-footer a {
    color: #ffffff;
    text-decoration: underline;
}
*/
.backwards{

    margin-top: 0px;
    transform: scale(-1, 1);

    /*transform:rotate(-180deg);*/
    /*
    direction: rtl;
unicode-bidi: bidi-override;*/
}

body.wait *, body.wait {
    cursor:wait !important;
}

body{
    margin-top: 70px;
}
.number{
    text-align: right;
}
.simpleTable{
    width: 100%;

    overflow-x: auto;
    max-height: 400px;
    overflow-y: auto;
    background-color: #FCFCFC;
    border: 1px solid #555555;
    /*border-radius: 15px;*/
    padding: 10px;
    border-collapse: collapse;
}

.simpleTable tr:not(:first-child):hover{
    background-color: #FCFFC4;
}
.simpleTable th{
    font-weight: bold;
    font-size: 110%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #555555;
}
/*
 * För vanliga tabellen med listor (grid)
 */
.listViewDiv{
    width: 90%;
    max-width: 90%;
    overflow-x: auto;

    max-height: 500px; /* 400px; */
    overflow-y: auto;
    background-color: #FCFCFC;
    border: 1px solid #555555;
    /*border-radius: 15px;*/
    padding: 10px;
    border-collapse: collapse;


}

.listViewHeader{
    width: 100%;
}

.listViewHeader th{
    font-weight: bold;
    font-size: 110%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #555555;
    vertical-align: top;
}
.listView{
    width: 100%;

}

.listView th{
    font-weight: bold;
    font-size: 110%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #555555;
}

.listView tr:hover{ /* not(:first-child):*/
    background-color: #FCFFC4;
}

.listView tr{
    border-bottom: 1px dashed #CCCCCC;
}



.mainDiv{
    /* margin-left: 110px; */
    margin-left: 25px;
    height: 100%;
    margin-bottom: 51px;
}

@media (max-width: 700px){
    .mainDiv{margin-left: 10px; margin-right: 10px;} .panel{width: 100% !important;}
}

@media (max-width: 1370px){
    .navbar-bizbitz .navbar-nav > li > a {
        font-size: 130% !important;
    }
    body{
        font-size: 12px !important;
        line-height: 1.0 !important;
    }
}

#overlayContent .header{
    width: 100% !important;
}
.header{
    font-size: 130%;
    /* font-weight: bold; */
    margin-bottom: 20px;
    /* border-bottom: 1px dashed #999999; */
    text-transform: uppercase;

    /*margin-left: 2%;*/
    width: 40%;
}

.listSearchTextInput{
    width: 100px;
    height: 15px;
    font-size: 10px;
}
.listSearchDateInput{
    width: 60px;
    height: 15px;
    font-size: 10px;
}

.SmallButton img{
    vertical-align: -5px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
}
.ButtonImage{
    vertical-align: -5px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
}

.pageMenu{
    float: right;
    margin-right: 10%;
    margin-bottom: 20px;
}

table th{
    height: 40px;
    vertical-align: bottom;
}

.has-input-error[type="time"]{
    border-color: #DA4453;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/close.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
}
.has-input-error[type="number"]{
    border-color: #DA4453;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/close.png);
    background-repeat: no-repeat;
    background-position: right 32px top 8px;
}
.has-input-error[type="text"]{
    border-color: #DA4453;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/close.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
}
.has-input-error[type="password"]{
    border-color: #DA4453;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/close.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
}
.has-input-error[type="select"]{
    border-color: #DA4453;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/close.png);
    background-repeat: no-repeat;
    background-position: right 35px top 8px;

}
.has-input-error[type="textarea"]{
    border-color: #DA4453;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/close.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;

}

.has-textarea-error{
    border: 1px solid #DA4453;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/close.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;

}

.has-input-warning[type="div"]{
    background-color: #FFE3C1;
    border-color: #FFA426;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/warning.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;

    line-height: 2em;
    padding: 5px;
    width: 250px;
    border-radius: 4px;
}
.has-input-warning[type="number"]{
    background-color: #FFE3C1;
    border-color: #FFA426;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/warning.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
}

.has-input-warning[type="text"]{
    background-color: #FFE3C1;
    border-color: #FFA426;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/warning.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
}
.has-input-warning[type="password"]{
   background-color: #FFE3C1;
    border-color: #FFA426;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/warning.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
}
.has-input-warning[type="select"]{
   background-color: #FFE3C1;
    border-color: #FFA426;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/warning.png);
    background-repeat: no-repeat;
    background-position: right 35px top 8px;

}
.has-input-warning[type="textarea"]{
   background-color: #FFE3C1;
    border-color: #FFA426;
    /*
     Lägg in en bild till höger, med ett kryss eller nåt
    */
    background-image: url(/img/icons/warning.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;

}

.loading{
    background-image: url(/img/loader.gif);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
}

input.mp_input {
  /*border: 1px solid #000000; */
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 3px;
  padding-left: 12px;
 /* width: 250px; */
}

/* Ordered list for display results. */
ol.mp_list {
  background-color: #FFFFFF;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  overflow: hidden;
  position: absolute;
  width: 350px; /* 256px; */
  font-size: 12px;
  z-index: 99999;
}

/* Each list item, regardless of success, error, etc. */
ol.mp_list li {
  border-bottom: 1px solid #C0C0C0;
  padding: 4px 4px 5px;
}



/* Each list item that's selectable. */
ol.mp_list li.mp_selectable {
  cursor: pointer;
}

/* Currently highlighted list item. */
ol.mp_list li.mp_highlighted {
  background-color: #E0E0E0;
}




.glyphicon-add-user:before{
    content: "\e081"; /* 008 */
}
.glyphicon-list:before{
    content: "\e056";
}

.smallOverlay{
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.smallOverlayContent{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: fixed;
    left: 10%;
    width: 80%;
    top: 10%;
    max-height: 80%;
    height: 80%;
    overflow-y: auto;
    padding: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.75);
}



.largeOverlay{
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 1001;
}
.largeOverlayContent{
    background-color: rgb(241, 242, 246);  /*#FFFFFF; */
    border: 1px solid #CCCCCC;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0%;
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 10px;


}

.overlay{
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.overlayContent{
    background-color: rgb(241, 242, 246);  /*#FFFFFF; */
    border: 1px solid #CCCCCC;
    position: fixed;

    overflow-y: auto;
    padding: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.75);
    border-radius: 5px;

    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
}

@media (max-width: 800px){
    .overlayContent {
        left: 5%;
        top: 5%;
    }
}

.overlayCloseButton{
    margin-top: 0px;
    margin-right: 15px;

}

.hasDatePicker{
    width: 105px;
}
#ui-datepicker-div{
    z-index: 9;
}


.messageBoxOverlay{
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.messageBoxOverlayContent{
    margin: 10% auto;
    max-height: 60%;
    max-width: 750px;
    min-width: 400px;
    overflow-y: auto;
    width: 30%;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.75);
}

.messageBoxOverlayContent a{
    color: #555555;
}

.messageBoxNotification{

    position: fixed;
    bottom:0;
    left:37%;
    z-index: 1000;
}
.messageBoxNotificationContent{
    margin: 0 auto;
    max-height: 60%;
    max-width: 750px;
    min-width: 400px;
    overflow-y: auto;
    width: 25%;
}

.MainBoxContainer{
    position:relative;
}

.MainBox{
    width: 200px;
    height: 200px;
    margin-right: 20px;
    font-size: 19px;
    padding: 10px;
    padding-top: 30px;
    color:#FFFFFF;
    text-align: center;
    position:absolute;
    border-radius: 5px;
    cursor:pointer;
}

.MainBoxHover{
    box-shadow: 5px 5px 0 0 #e0e0e0;
}
/*
.MainBox:hover{
    left:-5px;
    top:-5px;

}
*/
.OceanExport{
    background-color: #fcb400;
}
.OceanImport{
    background-color: #f16522;
}
.AirExport{
    background-color: #da3a35;
}
.AirImport{
    background-color: #078dd8;
}

.nav-tabs-bizbitz > li > a{
    color: #ffffff;
    /* font-size: 14px; */

}
.nav-tabs-bizbitz > li > a:hover, .nav-tabs-bizbitz > li > a:focus{
    color: #555;
}
.nav-tabs-bizbitz > li {
    background-color: #E54415;

}
.nav-tabs-bizbitz > .active{
    font-weight: bold;
}
.nav-tabs-bizbitz-shadow{
     box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.nav-tabs-blue > li > a{
    color: #ffffff;
    /* font-size: 14px; */

}
.nav-tabs-blue > li > a:hover, .nav-tabs-blue > li > a:focus{
    color: #555;
}
.nav-tabs-blue > li {
    background-color: #3176b1;

}
.nav-tabs-blue > .active{
    font-weight: bold;
}
.nav-tabs-blue-shadow{
     box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.PortCode{
    width: 70px;
}

.UserMessagesContainer{
    position: fixed;
    right:130px;
    top:60px;
    min-width: 600px;
    z-index: 999;
    width: 55%;
}

.required-input[type="text"]{

    background-color: #BCE8FF;

}
.required-input[type="password"]{
    background-color: #BCE8FF;

}
.required-input[type="select"]{
    background-color: #BCE8FF;


}
.required-input[type="textarea"]{
    background-color: BCE8FF;


}

.WebBookingMainMenuLink{
    margin-right: 15px;
    margin-left: 15px;
    border:1px solid #aab2bd;
    margin-top: 8px;
    padding-left: 15px !important;
    padding-top: 5px !important;

    height:34px;
}

.selected-row{
    background-color: #FCFFC4;
}

.row-top-padding {
    margin-top: 20px;
}
.row-top-buffer{
    margin-top: 20px;
}



.footer-large{
    background-color: #fcfcfc;
    width:90%;
    padding: 5px;
    font-size: 11px;
}

.footer-container_LCL{
    width: 100%;
    height: 79px;
    background-color: #3BAFDA;
    text-align: center;
    vertical-align: middle;
    line-height: 79px;
    border-radius: 2px;
    color: #ffffff;
}
.footer-container_FCL{
    width: 100%;
    height: 79px;
    background-color: #E54415;
        text-align: center;
    vertical-align: middle;
    line-height: 79px;
    border-radius: 2px;
    color: #ffffff;
}
.footer-container_LCL_HEAD{
    width: 100%;
    height: 79px;
    background-color: #8CC152;
        text-align: center;
    vertical-align: middle;
    line-height: 79px;
    border-radius: 2px;
    color: #ffffff;
}
.footer-container_FCL_HEAD{
    width: 100%;
    height: 79px;
    background-color: #8CC152;
        text-align: center;
    vertical-align: middle;
    line-height: 79px;
    border-radius: 2px;
    color: #ffffff;
}

.footer-ElementHeader{
    font-weight: bold;
    padding-top: 8px;

}


.footer-container_HAWB{
    width: 100%;
    height: 79px;
    background-color: #3BAFDA;
    text-align: center;
    vertical-align: middle;
    line-height: 79px;
    border-radius: 2px;
    color: #ffffff;
}
.footer-container_IATA{
    width: 100%;
    height: 79px;
    background-color: #E54415;
        text-align: center;
    vertical-align: middle;
    line-height: 79px;
    border-radius: 2px;
    color: #ffffff;
}
.footer-container_MAWB{
    width: 100%;
    height: 79px;
    background-color: #8CC152;
        text-align: center;
    vertical-align: middle;
    line-height: 79px;
    border-radius: 2px;
    color: #ffffff;
}



.footer-float-content{
    width: 89%;
    margin-left: 25px;
    font-size: 11px;
    position: fixed;
    z-index: 1001;
    bottom: 45px;
    max-height: 134px;
    overflow-y: auto;
    overflow-x: hidden;
}


.AttachedDocument td a{
    color: #007F0e !important;
}


.DeletedDocument{
    background-color: #EFBAC1 !important;
}
.DeletedDocument td{
    background-color: #EFBAC1 !important;
    color: #000 !important;
}
.DeletedDocument td a{
    color: #000 !important;
}



.ConsignmentLogNotification {

    animation: ConsignmentLogNotificationAnimation 2000ms infinite;
}

@keyframes ConsignmentLogNotificationAnimation{
    0%  {color: red;}
    33% {color: #E5BA15;}
    66% {color: #E58C15;}
    100% {color: #E54215;}

}



.EmailAttachmentsContainer{
    border: 1px solid #CCCCCC;
    background-color: #FCFCFC;
    padding: 10px;
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

.OtherDocumentOwner{
    /* background-color: # !important; */
    font-style:italic;
}
.OtherDocumentOwner td{
    /* background-color: #ff0000 !important;*/
    font-style:italic;
}


.bb-card-cut-text-div {
    text-overflow: none;
    overflow: hidden;
    white-space: nowrap;
}

.bb-card-usermessage-message{
    font-size: 10px;
    color: #555555;
}
.bb-card-usermessage-toprow{
    font-size: 12px;
}
.bb-card-usermessage-unread{
    font-weight: bold;
}
.bb-card-usermessage{
    cursor:pointer;
    border-bottom: 1px solid #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bb-card-usermessage:hover{
    background-color: #E6F2FA;
}

.bb-card{

    border: 1px solid #cccccc;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px, rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px;
    border-radius: 5px 5px 5px 5px;

    background-color: #fcfcfc;
    margin-bottom: 15px;
    margin-top: 15px;
}
.bb-card-placeholder{
    border: 1px dotted black;
    height: 300px;

}
.bb-card-header-handle{
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #cccccc;
    cursor: move;
    height: 34px;
    user-select: none;
}

.bb-card-header-title a:hover, .bb-card-header-options a:hover{
    color: #078dd8;
}
.bb-card-header-title{
    font-size: 16px;
    padding-left: 10px;
    padding-top: 5px;
    flex-grow: 10;

}
.bb-card-header-title a, .bb-card-header-options a{
    cursor:pointer;
    color: rgb(67, 74, 84);
}

.bb-card-header-options{
    display: none;
    position: absolute;
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 10px;
    z-index: 100;
    /* width: 110px; */
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bb-card-header-ellipse{
    font-size: 18px;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
}
.bb-card-header-handle:hover{
    background-color: #EAEAEA;
}

.bb-card-body{
    height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
}

.bb-card-body-large{
    height: 600px;
}

.bb-card-contents:hover{
    background-color: #EDEDED;
    box-shadow: rgba(0, 0, 0, 0.21) 0px 0.3px 0.9px, rgba(0, 0, 0, 0.233) 0px 1.6px 3.6px;
    cursor: pointer;
}
.bb-card-contents{
    border: 1px solid #cccccc;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px, rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px;
    padding: 5px;
    /* background-color: #f1f2f6;*/
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 72px;

}

.bb-card-body-export{
    background-color: #c5e0a8;
}
.bb-card-body-import{
    background-color: #9dd7ec;
}
.search-from-card-result{
    background-color:#e7e5e5;
    border: 1px solid #cccccc;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px, rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.bb-card-contents-clientbooking{
    min-height: 56px;
}
.bb-card-contents-containeroperators{
    min-height: 56px;
    margin-bottom: 0px;
}

.bb-front-header{
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.bb-card-smalltext{
    font-size: 12px;
}

.bb-card-map{
    width: 100%;
    height: 100%;
    background-image: url("../img/europemap.png");
    background-position: center;
    background-size: cover;
}

.bb-card-news-li {
    overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    font-size: 12px;
    list-style-position: inside;
}



.FileDragUploadContent{
    border: 2px dashed #ed5565;/*#e54415;*/
    padding: 10px;
    width: 200px;
    height: 135px;
    font-style: italic;
    padding-top: 28px;
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
}




.panel-loading{
    height: 495px;
    text-align: center;
    padding-top: 41px;
}


.current-status{
    font-weight: bold;
}


.OMChatContent{
    display: none;
    position: absolute;
    background-color: #fcfcfc;
    width: 400px;
    height: 300px;
    z-index: 100;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
    right: 340px;
    border: 1px solid #cccccc;

}

.OMChatMessages {
    height: 250px;
    overflow-y: scroll;
}

.OMChatMessage{
    display: inline-block;
    padding: 6px;
    border-radius: 3px;
    margin-top: 3px;
}
.OMChatMessageBrickz{
    /* background-color: #76c6f5; */
    background-color: rgb(32, 105, 255);
    color: #ffffff;
    text-align: right;

}
.OMChatMessageOther{
    background-color: #f1f1f1;
    color: #434a54;

}

.OMChatMessageOther .OMChatMessageDateAndUser{
    font-style: italic;
    font-size: 9px;
    color: #777777;

}

.OMChatMessageBrickz .OMChatMessageDateAndUser{
    font-style: italic;
    font-size: 9px;
    color: #d1d1d1;

}

.OMChatMessageUnread{
    font-weight: bold;
}

/* Footer */
.footer-container{
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-evenly;
    /* justify-content:space-between; */
}

.footer-items{
    margin: 10px;
    min-width: 300px;
    flex: 1 1 0px

}

.footer-items-centered{
    display:flex;
    margin: 10px;
    min-width: 380px;
    justify-content: center;
    align-items: center;
}

.footer-container_LCL_NEW{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
}
.footer-color_LCL_NEW{
    color:#3BAFDA;
    font-size:xx-large;
}

.footer-container_LCL_HEAD_NEW{
    width: 100%;
    /*background-color: #8CC152;*/
    text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
    /*color: #ffffff;*/
}
.footer-color_LCL_HEAD_NEW{
    color:#8CC152;
    font-size:xx-large;
}

.footer-container_FCL_NEW{
    width: 100%;
    background-color: #E54415;
    text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
    color: #ffffff;
}

.footer-color_FCL_NEW{
    color:#E54415;
    font-size:xx-large;
}


.footer-container_FCL_HEAD_NEW{
    width: 100%;
    background-color: #8CC152;
        text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
    color: #ffffff;
}

.footer-color_FCL_HEAD_NEW{
    color:#8CC152;
    font-size:xx-large;
}


.footer-container_HAWB_NEW{
    width: 100%;
    background-color: #3BAFDA;
    text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
    color: #ffffff;
}

.footer-color_HAWB_NEW{
    color:#3BAFDA;
    font-size:xx-large;
}

.footer-container_MAWB_NEW{
    width: 100%;
    background-color: #8CC152;
    text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
    color: #ffffff;
}

.footer-color_MAWB_NEW{
    color:#8CC152;
    font-size:xx-large;
}

.footer-container_IATA_NEW{
    width: 100%;
    background-color: #E54415;
    text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
    color: #ffffff;
}

.footer-color_IATA_NEW{
    color:#E54415;
    font-size:xx-large;
}

.footer-container_IATA_NEW{
    width: 100%;
    background-color: #E54415;
    text-align: center;
    vertical-align: middle;
    /*line-height: 79px;*/
    border-radius: 2px;
    color: #ffffff;
}

.footer-color_TERMINALPROJECT_NEW{
    color:#8CC152;
    font-size:xx-large;
}

.footer-color_TERMINALCONSIGNMENT_NEW{
    color:#3BAFDA;
    font-size:xx-large;
}

.footer-color_INTERNATIONAL_NEW{
    color:#E54415;
    font-size:xx-large;
}

.footer-color_INTERNATIONAL_HEAD_NEW{
    color:#8CC152;
    font-size:xx-large;
}

.footer-color_DOMESTIC_NEW{
    color:#3BAFDA;
    font-size:xx-large;
}

.footer-color_DOMESTIC_HEAD_NEW{
    color:#8CC152;
    font-size:xx-large;
}

.footer-color_INTERMODAL_NEW{
    color:#E54415;
    font-size:xx-large;
}

.footer-color_INTERMODAL_HEAD_NEW{
    color:#8CC152;
    font-size:xx-large;
}


.workflow-item{
    padding: 3px 0px 3px 0px;
    cursor:pointer;
    text-overflow: '';
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #aab2bd;
    text-transform: uppercase;
    font-family: monospace;
    font-weight: 600;
}

.workflow-item:hover{
    background-color: #D6D6D6;
    padding-left:10%;
    /*font-size: 120%;*/
}

.workflow-item-key-container{
    padding:1px 0px 1px 5px;
    overflow: hidden;
}

.workflow-item-check-container{
    padding:0px;
    text-align:center;
    color: #000000;
}

.completed-workflow-item{
    color: #64BF52;
}

.not-completed-workflow-item{
    color: #E54415;
}

.badge-menu{
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    border-radius: 9px;
    background-color: #007bff;
    margin-left: -10px;
    color: #ffffff;
    position: relative;

    display: none;
}

#WebBookingsMainMenu{
    margin-top: 8px;
    font-size: 21px;
    margin-left: 25px;
    margin-right: 0px;
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    min-width: 53px;
}

#WebBookingsMainMenu:hover{
    background-color: #fcece7;
}

#UserMessagesMainMenu{
    margin-top: 8px;
    font-size: 21px;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    min-width: 47px;
}

#UserMessagesMainMenu:hover{
    background-color: #fcece7;
}

.badge-chatmessages{
    /* margin-top: 8px; */
    /* font-size: 21px; */
    /* margin-left: 25px; */
    /* margin-right: 0px; */
    cursor: pointer;
    /* padding: 5px 5px 0px 5px; */
    top: 10px;

    /* display: inline !important; */

}

.badge-chatmessages:hover{
    background-color: #fcece7;
}


.MainCard_PieContainer{
    /*margin: auto; */
    width: 200px !important;
    float: left;
    margin-right: 20px;
    margin-top: 20px;

}

.MainCard_ScrollableViewport{
    overflow-x: hidden;
}

.MainCard_COSLogins{
    font-weight: 600;
    font-size: 170px;
}

.MainCard_AverageTB1{
    font-weight: 600;
    font-size: 68px;
}

.MoreFieldSpace{
    padding: 4px;
}

.dropdown-hover:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}

.defaultSettingsArticle{
    display:none;
}
