﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 25px;
    padding-right: 25px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
}

.col-form-label, .form-control-label {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    /*margin-top: 10px;*/
}

b {
    font-weight: 600;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    /*background-color: #efefef;*/
}

.nav-tabs {
    margin-bottom: 0;
}

.tab-pane {
    background-color: #fdfdfd;
}

h1, h2, h3, h4 {
    margin-top: 20px;
    /*color:  rgb(59, 127, 202);*/
    color: rgb(50,50,50);
    font-weight: 800;
}

.form-row h5 {
    background-color: #dddddd;
    padding: 5px;
}

body {
    background-color: rgb(253, 253, 253);
}

span.alert[style*="inline"] {
    display: block !important;
}

.form-control::-webkit-input-placeholder {
    font-size: .9rem;
    color: #aaaaaa;
}

.form-control::-moz-placeholder {
    font-size: .9rem;
    color: #aaaaaa;
}

.form-control:-ms-input-placeholder {
    font-size: .9rem;
    color: #aaaaaa;
}

.form-control::-ms-input-placeholder {
    font-size: .9rem;
    color: #aaaaaa;
}

.form-control::placeholder {
    font-size: .9rem;
    color: #aaaaaa;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 20px !important; /*100%;*/
        margin-left: .1rem;
        margin-right: .1rem;
        box-shadow: 0 0 9px #ddd;
    }

#loading {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 25, 25, 25, .8 ) url('/images/loading.gif') 50% 50% no-repeat;
}

.hidden {
    display: none;
}

html, body {
    font-family: "Open Sans", sans-serif, 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: rgb(80,80,80);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.big {
    font-size: 150%;
    line-height: 1rem;
    margin: 0;
    padding: 0;
}

.bigfa {
    font-size: 300%;
}

.tablebuttonrow {
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 20px;
    border: 0px;
}

.noborder td, .noborder th, .noborder tr {
    border: none;
}

.table td, .table tr {
    vertical-align: top;
    /*font-size: 90%;*/
}

.table th {
    vertical-align: bottom;
}

.datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.releasephase3 {
    border: 1px dotted #17a2b8;
}

.card-body, .card-footer {
    background-color: #fff;
}

.card-header {
    background-color: #fdfdfd;
}

a {
    color: #68889E;
}

    a:hover {
        color: #17a2b8;
    }

.bsSelect {
    background-color: white !important;
    border: 1px solid #ccc !important;
    color: #555555 !important;
}

.card {
    outline: none;
    box-shadow: 0 0 9px #ddd;
}

#mainmenu {
    outline: none;
    box-shadow: 0 0 9px #ddd;
    background-color: rgba(32, 106, 178, 1) !important;
}
.navbar-light .navbar-nav .nav-link{
    color:white;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

#footer {
    margin-top: 20px;
    outline: none;
    box-shadow: 0 0 9px #ddd;
    z-index: 900;
}

.btn-primary {
    background-color: #68889E;
    border-color: #68889E;
}

    .btn-primary:hover {
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #17a2b8;
}

.validationerror_redtext {
    display: block;
    color: rgba(254, 50, 50, 1);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin: 5px;
    text-align: right;
}

.validationerror {
    display: block;
    width: 100%;
    background-color: rgba(254, 50, 50, .7);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin: 5px;
    padding: 2px;
}

.list-thumbnail-container {
    width: 60px;
    height: 60px;
}

.uploader-thumbnail-container {
    width: 100%;
    height: 180px;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    max-height: 100%;
}

.table-hover > tbody > tr.no-hover-tripeditheader:hover {
    background-color: #d1e4d4;
}

.table-hover > tbody > tr.no-hover-tripeditheader {
    background-color: #d1e4d4;
}

    .table-hover > tbody > tr.no-hover-tripedit:hover {
        background-color: #b1d8b6;
    }

.table-hover > tbody > tr.no-hover-tripedit {
    background-color: #b1d8b6;
}

.table-hover > tbody > tr.no-hover-expandedtrip:hover {
    background-color: rgba(104, 136, 158, .37);
}

.table-hover > tbody > tr.no-hover-expandedtrip {
    background-color: rgba(104, 136, 158, .37);
}

.table-hover > tbody > tr.no-hover-white:hover {
    background-color: #ffffff;
}

.table-hover > tbody > tr.no-hover-white {
    background-color: #ffffff;
}

.table-hover > tbody > tr.no-hover:hover {
    background-color: #ffffff;
}

.table-hover > tbody > tr.table-light:hover {
    background-color: #ffffff;
}

.table-hover > tbody > tr > th {
    border-top: 0px;
    border-bottom: 2px solid #888888;
    background-color: #fafafa;
}

    .table-hover > tbody > tr > th > a {
        color: #000000;
    }

    .table-hover > tbody > tr > th.SortedAsc a {
        display: block;
        padding: 0 4px 0 25px;
        background: url(/images/asc.png) no-repeat;
        background-size: 17px 17px;
    }

    .table-hover > tbody > tr > th.SortedDesc a {
        display: block;
        padding: 0 4px 0 25px;
        background: url(/images/desc.png) no-repeat;
        background-size: 17px 17px;
    }

    .table-hover > tbody > tr > th a {
        display: block;
        padding: 0 4px 0 25px;
        background: url(/images/default.png) no-repeat;
        background-size: 17px 17px;
    }

.align-vertical > tbody > tr > td {
    vertical-align: middle;
    font-size: 90%;
}

input[type="radio"] {
    margin-left: 20px;
    margin-right: 10px;
}

.input-group {
    margin-bottom: 15px;
}

.dashboard-button {
    width: 150px;
}

.dashboardtable {
    max-height: 250px;
    overflow: scroll;
}

.btn.viewMore:not(.collapsed) .more {
    color: red;
    display: none;
}

.btn.viewMore.collapsed .less {
    color: green;
    display: none;
}

.small90 {
    font-size: 90%;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/
/* ----- v MODAL MENUS v ----- */
.modal.left .modalsidemenu-dialog,
.modal.right .modalsidemenu-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modalsidemenu-content,
.modal.right .modalsidemenu-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modalsidemenu-body,
.modal.right .modalsidemenu-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modalsidemenu-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.fade .modalsidemenu-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modalsidemenu-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.fade .modalsidemenu-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modalsidemenu-content {
    border-radius: 0;
    border: none;
    background-color: #FBFBFB;
}

.modalsidemenu-header {
    border-bottom-color: #EEEEEE;
    background-color: #EAEAEA;
}
/* ----- ^ MODAL MENUS ^ ----- */
#pnlGlobalWarning {
    margin-top: 5px;
    outline: none;
    box-shadow: 0 0 9px #ddd;
    background-color: #f00;
    color: #fff;
    text-align: center;
}

#pnlGlobalImpersonatingFleet {
    margin-top: 5px;
    outline: none;
    box-shadow: 0 0 9px #ddd;
    background-color: yellow;
    color: #000;
    text-align: center;
}

#pnlGlobalImpersonatingAgent {
    margin-top: 5px;
    outline: none;
    box-shadow: 0 0 9px #ddd;
    background-color: greenyellow;
    color: #000;
    text-align: center;
}

.avBoatFull {
    background-color: #d05454;
    color: #fff;
}

.avBoatAvail {
    background-color: #cafcb9;
}

.avBoatEmpty {
    background-color: #aeea9a;
}

.avCabinFull {
    background-color: #d05454;
    color: #fff;
}

.avCabinAvail {
    background-color: #cafcb9;
}
/*
    .scrollable-menu {
        height: auto;
        max-height: 60vh;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 920;
        -webkit-overflow-scrolling: touch;
    }
}
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}
.condensed{
    margin-bottom:2px;
}
.modal-backdrop-success {
    background-color: rgba(23, 159, 39, 0.22);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-backdrop-error {
    background-color: rgba(185, 18, 21, 0.22);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
textarea.codecss {
    font-family: "Courier New", Courier, monospace;
    font-size: 9pt;
    height: 500px;
}
.htmlcode {
    font-family: "Courier New", Courier, monospace;
    font-size: 9pt;
    color:#000000;
}
mark {
    background-color: rgb(159, 255, 0);
    color: #000000;
}
mark2 {
    padding: 0.2em;
    background-color: yellow;
    color: #000000;
}
#OnThisPage {
    padding: 5px;
    position: fixed;
    right: 1em;
    top: 20%;
    width: 100px;
    z-index: 1000;
    font-size:8pt;
}

.dropdown-menu {
    /*
    max-height: 700px;
    overflow-y: scroll;
    */
}
img.img-logo-agent, img.img-logo-fleet{
    height:100px;
}
.Price{
    font-weight:600;
}
.PriceFullNotDiscounted {
    text-decoration: line-through;
    font-style: italic;
}
.PriceDiscountedAmount {
    font-style: italic;
    background-color: #22ff00;
    border: 1px solid #000000;
    padding: 2px;
}
.PriceDiscountedPercentage {
    font-style: italic;
    background-color: #00e0ff;
    border: 1px solid #000000;
    padding: 2px;
}
.green{
    color:lightgreen;
}
.red{
    color:red;
}
.w20{
    width:20px;
    text-align:left;
}