body {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/6/67/Claude_Monet_La_Grenouill%C3%A9re.jpg);
background-size: 100%;
}
#main-recent-filter-inner {
background-color: white;
position:absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
border-radius:2px;
border-width:0;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.main-recent-filter-body:after {
content: " ";
display: block;
clear: both;
}
#main-recent-filter {
position:fixed;
display: none;
left: 50vw;
top: 50px;
z-index: 1000;
overflow: visible;
}
/* navbar must be fixed height to make wrapper full screen */
.navbar-fixed-top {
height: 50px;
}
.main-menu-wrapper {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.main-menu-indent {
margin-left: 35px;
cursor: default;
color: gray;
}
.main-menu-title {
margin-left: 20px;
font-size: 25px;
}
.main-menu-filter-title {
margin-left: 0px;
margin-right: 5px;
font-size: 20px;
}
/*
@media (min-width: 865px) {
.main-menu-title {
margin-left: 10px;
}
}*/
.main-menu-subtitle {
font-style: italic;
}
#main-menu-view-list-title {
display: none;
}
#main-menu-mapview-title {
/*display: none;*/
}
#main-menu-view-recent-orders-title {
display: none;
}
.navbar-text {
/*font-size: 18px;*/
text-transform: uppercase;
font-family: FFGoodHeadlineWebProCondBlack;
-webkit-font-smoothing: antialiased;
font-weight: 400;
letter-spacing: 1px;
/*color: #ff7044 !important;*/
}
#main-menu-view-recent-orders-filter-date {
font-size: 20px;
}
/*
http-work-smarchal-com-twbscolor
*/
.cz-current-elem {
color: white;
background-color: #2FC8AA;
}
.dropdown-header {
color: black;
font-weight: bold;
cursor: default;
}
.navbar {
z-index: 1500;
/* z-index: 2; */
border:0;
margin:0;
border-radius:0;
}
.navbar-box-shadow {
box-shadow: 0 6px 6px rgba(0, 0, 0, .105);
}
.navbar-default {
background-color: white;
border-color: white;
}
.navbar-default .navbar-brand {
color: black;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
/*color: white;
background-color: #2FC8AA;*/
}
.navbar-default .navbar-text {
color: black;
}
.navbar-default .navbar-nav > li > a {
color: black;
background-color: white;
}
.navbar-default .navbar-nav > li > a:hover {
color: white;
background-color: #46dbbd;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
color: white;
background-color: #2FC8AA;
}
.navbar-default .navbar-nav > .active > a:hover {
color: white;
background-color: #46dbbd;
}
.navbar-default .navbar-nav > .open > a {
color: white;
background-color: #2FC8AA;
}
.navbar-default .navbar-nav > .open > a:hover {
color: white;
background-color: #46dbbd;
}
.navbar-default .navbar-toggle {
border-color: #2FC8AA;
}
.navbar-default .navbar-toggle:hover {
color: white;
background-color: #46dbbd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #ecf0f1;
}
.navbar-default .navbar-link {
color: black;
}
.navbar-default .navbar-link:hover {
color: white;
background-color: #46dbbd;
}
.dov-dropdown-menu {
border-left: 0;
border-right: 0;
border-bottom: 0;
border-radius: 0;
border-top: 1px;
}
.dropdown-menu > li > a:hover {
color: white;
background-color: #46dbbd;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
color: white;
background-color: #2FC8AA;
}
.navbar-default .navbar-nav>.open>a:hover {
color: white;
background-color: #46dbbd;
}
@media (max-width: 768px) {
.navbar-nav {
margin: 0;
}
.navbar-collapse {
border:0;
}
.dropdown-menu {
padding:0;
}
.dropdown-header {
background-color:white;
}
li.dropdown.open > ul > li.divider {
margin:0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: black;
background-color:white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
color: white;
background-color: #46dbbd;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: white;
background-color: #2FC8AA;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
color: white;
background-color: #46dbbd;
}
}
.dropdown-menu > li.active > a:before {
font-family: 'FontAwesome';
font-size:10px;
color:black;
content: '\f00c';
margin:0 5px 0 -15px;
}
.dropdown-menu > li.active > a:hover:before {
font-family: 'FontAwesome';
font-size:10px;
color:white;
content: '\f00c';
margin:0 5px 0 -15px;
}
.dropdown-menu > li.active > a {
background:white;
color:black;
}
.dropdown-menu > li.active > a:hover {
color: white;
background-color: #46dbbd;
}
/******************************************************************
*** DIALOG BOX SECTION *******************************************
******************************************************************/
.modal-title {
cursor: default;
}
h4 i.fa-info-circle {
margin-right: 10px;
}
.modal-content {
border:0;
border-radius: 2px;
}
.modal-header, .modal-footer {
padding: 4px;
}
.modal-header, .modal-footer {
padding: 10px;
}
.modal-header {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.modal-footer {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.black-modal-header {
background-color: black;
color: white;
}
.fa-info-circle {
font-size: 24px;
}
/** From here: http-jsfiddle-net/rensdenobel/sRmLV/13/ **/
.vertical-alignment-helper {
display:table;
height: 100%;
width: 100%;
}
.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
}
.vertical-align-modal-content {
/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
width:inherit;
height:inherit;
/* To center horizontally */
margin: 0 auto;
}
/***************************************************
TABS
***************************************************/
.nav-tabs > li > a {
color:black;
border:0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
color:white;
background-color: #2FC8AA;
border:0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
color:white;
background-color: #46dbbd;
border:0;
}
/************** buttons ***************************/
.btn {
background-color: white !important;
color: #2FCBC7 !important;
border-color: #2FCBC7 !important;
border-radius: 2px !important;
border-width: 3px !important;
font-family: FFGoodHeadlineWebProCondBlack !important;
font-size: 14px !important;
-webkit-font-smoothing: antialiased !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
outline: none !important;
min-width:70px !important;
}
.btn:hover {
color: black !important;
border-color: black !important;
}
.btn:active, .btn:target {
color: #2FCBC7 !important;
border-color: #2FCBC7 !important;
}
/* dialog boxes */
button.close, button.close:hover {
color:white;
opacity:1;
text-shadow: none;
}
/* Twitter type-ahead */
span.twitter-typeahead {
right:0px !important;
left:0px !important;
width:calc(100% - 120px);
}
form input[type=text].typeahead, form input[type=text].typeahead:focus {
width:100%;
background-color: white !important;
}
form input[type=text].typeahead:disabled {
background-color: rgb(235, 235, 228) !important;
}
.tt-hint {
color: green;
}
.tt-menu {
background-color: #fff;
border-radius: 2px;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
overflow-y: auto;
max-height: 200px;
}
.tt-highlight {
font-weight: bold;
}
.tt-suggestion {
padding: 3px 20px;
font-size: 14px;
/*line-height: 24px;*/
}
.tt-suggestion.tt-cursor {
color: white;
background-color: #2FC8AA;
}
.tt-suggestion:hover {
cursor: pointer;
color: white;
background-color: #46dbbd;
}
.tt-suggestion p {
margin: 0;
}
@font-face {
font-family: ProximaNova-Regular;
src: url(../fonts/2D0C37_13_0.eot);
src: url(../fonts/2D0C37_13_0.eot?#iefix) format('embedded-opentype'), url(../fonts/2D0C37_13_0.woff2) format('woff2'), url(../fonts/2D0C37_13_0.woff) format('woff'), url(../fonts/2D0C37_13_0.ttf) format('truetype')
}
html, body {
font-family: ProximaNova-Regular, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height:14px;
}
/* In general do not display blue outline in Chrome */
:focus {
outline: none;
}
/* Modify cross-browser focus to match our color theme */
/* https://css-tricks.com/snippets/css/glowing-blue-input-highlights/ */
input[type=text], textarea, .input-mini {
-webkit-transition: all 0.30s ease-in-out !important;
-moz-transition: all 0.30s ease-in-out !important;
-ms-transition: all 0.30s ease-in-out !important;
-o-transition: all 0.30s ease-in-out !important;
outline: none !important;
padding: 3px 0px 3px 3px;
margin: 0px 1px 0px 0px !important;
border: 1px solid #DDDDDD !important;
border-radius: 2px !important;
}
input[type=text]:focus:not([disabled]):not([readonly="readonly"]), textarea:focus:not([disabled]):not([readonly="readonly"]), .input-mini:focus:not([disabled]):not([readonly="readonly"]) {
box-shadow: 0 0 5px rgba(47, 200, 170, 1) !important;
border: 1px solid rgba(47, 200, 170, 1) !important;
}
input::-webkit-input-placeholder {
color: #e1e1e1;
font-style: italic;
}
input:-ms-input-placeholder {
color: #e1e1e1;
font-style: italic;
}
input:disabled::-webkit-input-placeholder {
color: transparent;
}
input:disabled:-ms-input-placeholder {
color: transparent;
}
/* Remove dotted outline around achors for IE */
/* https://stackoverflow.com/questions/25887541/ie11-anchor-focus-dotted-outline/25888227#25888227 */
a {
border:none;
outline:none;
color:black;
}
a:focus, a:hover {
border:none;
outline:none;
color:black;
}
form input[type=text], form select, form input[type=text]:focus, form textarea, form textarea:focus {
right:0px !important;
left:0px !important;
width:calc(100% - 120px);
}
.dovformlabel {
display:inline-block;
font-weight: normal;
margin-right:10px;
/*margin-top:0px !important;*/
margin-bottom:0px;
text-align:right;
width:100px;
vertical-align: top;
}
form input[type="radio"], form input[type="checkbox"] {
margin-top:0;
line-height:14px;
}
form input[type="radio"] + label, form input[type="checkbox"] + label {
margin-top:0;
margin-bottom:0px;
vertical-align: top;
}
.formgroup {
min-height:1px;
height:100% !important;
padding:0 !important;
margin-top: 2px;
margin-bottom: 5px;
}
.formspacer {
height:5px;
}
.no-select {
cursor: default;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
.dov-filter-toggle, .dov-filter-toggle-multiline {
/*font-size: 75%;*/
padding-left: 7px !important;
padding-right: 7px !important;
}
.dov-filter-toggle-multiline {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.dov-alert-container {
/* fixed position a zero-height full width container */
position: fixed;
top: 0; /* or whatever position is desired */
left: 0;
right: 0;
height: 0;
/* center all inline content */
text-align: center;
z-index: 100000;
}
.dov-alert {
background-color: #ff7044;
color:white;
border-bottom-width:1px;
border-color:#ff7044;
box-shadow: 0 0 10px rgba(0,0,0, 0.4);
padding:50px;
display: inline-block;
text-align:left;
font-size: 18px;
text-transform: uppercase;
font-family: FFGoodHeadlineWebProCondBlack, cursive;
-webkit-font-smoothing: antialiased;
font-weight: 400;
letter-spacing: 1px;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-default {
cursor: default;
}
.main-wrapper {
position: absolute;
top: 50px;
bottom: 0;
left: 0;
right: 0;
}
#main-map {
visibility: hidden;
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
}
.dialog-irthnet-textarea {
font-family: Courier New;
overflow:scroll;
white-space: nowrap;
height: 300px;
width: 100%;
border:1px;
/* border-radius inherited breaks scrollbar so turn it off (chrome) */
/*border-radius:0 !important;*/
}
/* footable override to remove default filter buttons */
.footable-filtering {
display:none;
}
.dov-context-menu {
display: none;
z-index: 1000;
position: absolute;
overflow: hidden;
border: 0;
white-space: nowrap;
background-color: white;
color: black;
border-radius: 2px;
padding: 0;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/* Each of the items in the list */
.dov-context-menu li {
padding: 8px 12px;
cursor: pointer;
list-style-type: none;
/* transition: all .3s ease; */
}
.dov-context-menu li:hover {
background-color: black;
color: white;
}
.dov-context-menu li.separator {
padding: 0;
margin: 5px 0px 5px 0px;
height:1px;
background-color: #dfdfdf;
cursor: default;
list-style-type: none;
}
@font-face {
font-family: ProximaNova-Regular;
src: url(../fonts/2D0C37_13_0.eot);
src: url(../fonts/2D0C37_13_0.eot?#iefix) format('embedded-opentype'), url(../fonts/2D0C37_13_0.woff2) format('woff2'), url(../fonts/2D0C37_13_0.woff) format('woff'), url(../fonts/2D0C37_13_0.ttf) format('truetype')
}
html, body {
font-family: ProximaNova-Regular, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height:14px;
}
/* In general do not display blue outline in Chrome */
:focus {
outline: none;
}
/* Modify cross-browser focus to match our color theme */
/* https://css-tricks.com/snippets/css/glowing-blue-input-highlights/ */
input[type=text], textarea, .input-mini {
-webkit-transition: all 0.30s ease-in-out !important;
-moz-transition: all 0.30s ease-in-out !important;
-ms-transition: all 0.30s ease-in-out !important;
-o-transition: all 0.30s ease-in-out !important;
outline: none !important;
padding: 3px 0px 3px 3px;
margin: 0px 1px 0px 0px !important;
border: 1px solid #DDDDDD !important;
border-radius: 2px !important;
}
input[type=text]:focus:not([disabled]):not([readonly="readonly"]), textarea:focus:not([disabled]):not([readonly="readonly"]), .input-mini:focus:not([disabled]):not([readonly="readonly"]) {
box-shadow: 0 0 5px rgba(47, 200, 170, 1) !important;
border: 1px solid rgba(47, 200, 170, 1) !important;
}
input::-webkit-input-placeholder {
color: #e1e1e1;
font-style: italic;
}
input:-ms-input-placeholder {
color: #e1e1e1;
font-style: italic;
}
input:disabled::-webkit-input-placeholder {
color: transparent;
}
input:disabled:-ms-input-placeholder {
color: transparent;
}
/* Remove dotted outline around achors for IE */
/* https://stackoverflow.com/questions/25887541/ie11-anchor-focus-dotted-outline/25888227#25888227 */
a {
border:none;
outline:none;
color:black;
}
a:focus, a:hover {
border:none;
outline:none;
color:black;
}
form input[type=text], form select, form input[type=text]:focus, form textarea, form textarea:focus {
right:0px !important;
left:0px !important;
width:calc(100% - 120px);
}
.dovformlabel {
display:inline-block;
font-weight: normal;
margin-right:10px;
/*margin-top:0px !important;*/
margin-bottom:0px;
text-align:right;
width:100px;
vertical-align: top;
}
form input[type="radio"], form input[type="checkbox"] {
margin-top:0;
line-height:14px;
}
form input[type="radio"] + label, form input[type="checkbox"] + label {
margin-top:0;
margin-bottom:0px;
vertical-align: top;
}
.formgroup {
min-height:1px;
height:100% !important;
padding:0 !important;
margin-top: 2px;
margin-bottom: 5px;
}
.formspacer {
height:5px;
}
.no-select {
cursor: default;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
.dov-filter-toggle, .dov-filter-toggle-multiline {
/*font-size: 75%;*/
padding-left: 7px !important;
padding-right: 7px !important;
}
.dov-filter-toggle-multiline {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.dov-alert-container {
/* fixed position a zero-height full width container */
position: fixed;
top: 0; /* or whatever position is desired */
left: 0;
right: 0;
height: 0;
/* center all inline content */
text-align: center;
z-index: 100000;
}
.dov-alert {
background-color: #ff7044;
color:white;
border-bottom-width:1px;
border-color:#ff7044;
box-shadow: 0 0 10px rgba(0,0,0, 0.4);
padding:50px;
display: inline-block;
text-align:left;
font-size: 18px;
text-transform: uppercase;
font-family: FFGoodHeadlineWebProCondBlack, cursive;
-webkit-font-smoothing: antialiased;
font-weight: 400;
letter-spacing: 1px;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-default {
cursor: default;
}