@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');

/* @import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900&display=swap');*/
body {
    /* padding-top: 60px; */
    font-family: 'Quicksand', sans-serif !important;
    /*font-family: 'Asap', sans-serif !important;*/
    /*font-family: 'Nunito Sans', sans-serif !important;*/
    /*background-color: #e3e3e3; */
    /* font-size: 1.3rem; */
}

.monospace {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.dropzone {
    border: 3px dashed #ccc !important;
    border-radius: 0px !important;
}

.box-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.map-resource-name {
    font-weight: bold;
    font-size: larger;
}

.input-70px {
    max-width: 70px;
}

.input-100px {
    max-width: 100px;
}

.input-150px {
    max-width: 150px;
}

.margin20bottom {
    margin-bottom: 1rem;
}

.mouse-pointer {
    cursor: pointer;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike>span {
    position: relative;
    display: inline-block;
}

.strike>span:before,
.strike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #333333;
}

.strike>span:before {
    right: 100%;
    margin-right: 15px;
}

.strike>span:after {
    left: 100%;
    margin-left: 15px;
}

h2.formSectionTitle {
    font-weight: 100 !important;
}

div.inner-panel {
    background-color: #fafafa;
    border-left: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

tr.borderless td {
    border-top: none !important;
}

tr.gray td {
    background-color: #f9f9f9 !important;
}

tr.gray th {
    background-color: #f9f9f9 !important;
}

tr.border-bottom td {
    border-bottom: 2px solid #333;
}

tr.white-on-black td {
    background-color: #5b5b5b !important;
    color: #ffffff !important;
}

.table .table {
    background-color: transparent !important;
}

.nav>li>a {
    font-size: 14px;
}

.navbar-brand {
    font-size: 18px;
}

.dropdown-header {
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#mainmenu2 .dropdown-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: rgb(6, 74, 113);
    color: #fff;
}

#mainmenu2 .divider {
    display: none;
}

.CodeMirror * {
    font-family: "Menlo", "Monaco", "Andale Mono", "Courier", monospace;
    font-size: 16px !important;
}

.CodeMirror {
    font-family: "Menlo", "Monaco", "Andale Mono", "Courier", monospace;
    font-size: 16px !important;
}

/*
.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;}
.navbar {min-height:40px !important}

div.panel-heading {
    background-color: #fff !important;
    border: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

div.panel-body h1,
div.panel-body h2,
div.panel-body h3 {
    margin: 0px 0px 10px 0px !important;
    font-weight: 200;
}

div.well h1, 
div.well h2,
div.well h3 {
    margin: 0 !important;
    color: #999;
}

div.container-full {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

div#sidebar div.panel-title {
    color: #4A87B6;
    font-size: 1.7rem;
    font-weight: 200;
}

div#footer div.panel {
    background-color: #f1f1f1;
}
div#footer div.panel-heading {
    background-color: #f1f1f1 !important;
}
div#footer div.panel-title {
    font-size: 1.4rem;
    font-weight: bold;
}

.grid-view .table .filters > td .filter-container select {
  margin-bottom: 0;
  width: 100%;
}

.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;   
}

.form-control.select2-container {
    height: auto !important;
    padding: 0px;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}

a.navbar-brand {
    padding: 10px 15px 0px 15px;
    height: 30px !important;
}


.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

table.table {
    background-color: white;
}

table.table caption {
    text-align: left;
    font-weight: bold;
    font-size: large;
    padding-bottom: 10px;
}

table.table thead tr {
    background-color: #EEE;
}

table.table thead tr th,
table.table thead tr th a:link,
table.table thead tr th a:visited {
    color: #333;
}

table.table thead tr th a:link {
    color: #0e64a2;
    text-decoration: none;
}

table.table thead tr th a:hover {
    color: #0e64a2;
    text-decoration: underline;
}

table.table tbody tr td:last-child {
    text-align: right;
    width: 0;
}

.navbar-default .navbar-toggle .fa-bars {
    background-color: inherit;
    color: #FFFFFF;
}

#mainsearchresults {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 0px 5px black; 
    z-index: 1001;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.panel-body-custom {
    background-color: #fcfcfc;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f6f6f6;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f6ffcf;
}

.div-pager {
    padding-left: 1px !important;
}

div.panel-default div.panel-heading .panel-title {
    color: #555;
}

div.search-form {
    padding-top: 10px;
}

a.sort-link.asc:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0aa";
    margin-left: 3px;
}

a.sort-link.desc:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ab";
    margin-left: 3px;
}

span.fc-header-title h2 {
    font-size: 2rem;
}

.intercomFixedWidget {
    position: fixed;
    bottom: 19px;
    right: 15px;
    z-index: 1000;
    padding: 10px 20px 13px 20px;
    background-color: #064a71;
    color: #ddd;
    font-size: 1.5rem;
    border-radius: 100px;
}
.intercomFixedWidget:hover {
    text-decoration: none;
    color: #fff;
}

.intercomInlineWidget {
    z-index: 1000;
    padding: 10px 20px 13px 20px;
    background-color: #064a71;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 100px;
}
.intercomInlineWidget:hover {
    text-decoration: none;
    color: #fff;
}

div#modal-dialog {
    z-index: 2000;
}
*/

.heavy-alert {
    border: none;
    color: #fff;
    font-size: 110%;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

.heavy-alert a,
.heavy-alert .heavy-alert-link {
    color: #fff;
    text-decoration: underline;
}

.heavy-alert-primary {
    background-color: #1f337f;
}

.heavy-alert-secondary {
    background-color: #444;
}

.heavy-alert-success {
    background-color: #007E33;
}

.heavy-alert-info {
    background-color: #0099CC;
}

.heavy-alert-warning {
    background-color: #FF8800;
}

.heavy-alert-danger {
    background-color: #CC0000;
}

.heavy-alert-light {
    background-color: #303030;
}

.heavy-alert-dark {
    background-color: #adb5bd;
}

.table th a.asc {
    /* text-decoration: underline; */
}

.table th a.desc {
    /* text-decoration: underline; */
}

.table th a.asc:after {
    font-size: 100%;
    text-decoration: none;
    content: ' \25BC';
}

.table th a.desc:after {
    font-size: 100%;
    text-decoration: none;
    content: ' \25B2';
}

input:focus,
textarea:focus {
    outline-style: solid;
    outline-width: 2px;
}

.list-group-item-bold {
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes row-blink {
    from {
        background-color: darkblue;
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes row-blink {
    from {
        background-color: darkblue;
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes row-blink {
    from {
        background-color: darkblue;
    }

    to {
        background-color: inherit;
    }
}

@keyframes row-blink {
    from {
        background-color: darkblue;
    }

    to {
        background-color: inherit;
    }
}

.row-blink {
    -webkit-animation: row-blink 500ms infinite;
    /* Safari 4+ */
    -moz-animation: row-blink 500ms infinite;
    /* Fx 5+ */
    -o-animation: row-blink 500ms infinite;
    /* Opera 12+ */
    animation: row-blink 500ms infinite;
    /* IE 10+ */
}

.list-group-item-small {
    padding: 5px 10px;
}

#contract_option.inputGroup,
#transit_option.inputGroup {
    z-index: 1 !important;
}

ul.nav-pills a {
    color: #333;
    font-weight: bold;
    min-height: 50px;
    padding: 15px 0;

}

ul.nav-pills i.fa {
    font-size: 25px;

}

div.border5px {
    border-width: 5px;
}

div.boatTopView {
    background-image: url("images/boat_top_view.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

h4.title-option-widget {
    border-bottom: 5px solid #eee;
}

i.icon-big {
    font-size: 25px;
}

.panel-login {
    border-radius: 10px;
}

/*
.navbar-dockbooking {
    border-color: #d37102;
    background-color: #d37102;
    color: #000;
}
.navbar-dockbooking .navbar-nav > .open > a, .navbar-dockbooking .navbar-nav > .open > a:hover, .navbar-dockbooking .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #ff9f31;
}

#mainmenu-dockbooking .dropdown-header {
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-color: rgb(165, 71, 0);
	color: #fff;
}
*/

.navbar-dockbooking {
    background-color: #F39200;
    border-color: #043552;
}

.navbar-dockbooking .navbar-brand {
    color: rgba(255, 255, 255, 1);
}

.navbar-dockbooking .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
}

#mainmenu-dockbooking .dropdown-header {
    background-color: #F39200;
    color: #fff;
    margin-bottom: 1rem;
}

.panel-heading-dockbooking {
    background-color: #FF9500 !important;
}