@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body { 
  font-family: 'Roboto', serif;
  background-color:#fff;
  font-size: 14px;
  scroll-behavior: smooth;
}

button, .btn {
  font-family: 'Roboto', serif;
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .userimg{ display:none; }
  h1 { margin-top:70px; }
  .card-title {font-size: 16px;}
}

.navbar .dropdown-item {
    font-size:13px;
}

.month .yearselect {
  display:none;
}

select::-ms-expand {
    display: none;
}

.month .monthselect {
  border:0;
  text-align:center;
  font-size:15px !important;
  font-weight: bold;
  font-family: 'Roboto';
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance:none;
  text-indent:0.01px;
  text-overflow: '';
}

/* apple colors */
[class*='-dark'] {
  background-color:#02243C;
    color:#f0f0f0;
}
[class*='-white'] {
  background-color:#fff;
    color:#111111;
    font-size:14px; padding:5px;
}
.badge-light {
  background-color:#f9f9f9;
    color:#02243C;
  border:1px solid #efefef;
}
.badge-blue {
  background-color:#5195ce;
    color:#fff;
}
[class*='-apple'] {
  background-color:#005DB3;
    color:#f8f8f8;
}
[class*='-gray'] {
  background-color:#e6e6e6;
    color:#666;
}
.badge-green, .btn-green {
  background-color:#5BC236;
    color:#fff;
}

/* hover and active */
[class*='-dark']:hover,[class*='-dark']:focus {
  background-color:#12254d;
    color:#fff;
}
.badge-light:hover,.badge-light:active {
  background-color:#eeeeee;
    color:#111111;
}
.badge-blue:hover,.badge-blue:active {
  background-color:#62a6df;
    color:#fff;
}
[class*='-apple']:hover,[class*='-apple']:active {
  background-color:#116ec4;
    color:#fff;
}
[class*='-gray']:hover,[class*='-gray']:active {
  background-color:#d5d5d5;
    color:#fff;
}
.badge-green:hover,.badge-green:active, .btn-green:hover,.btn-green:active {
  background-color:#6cd347;
    color:#fff;
}

.round {
  border-radius:50%;
}

.link-blue {
  border-radius: .25rem;
}

#backToTopBtn {
    position: fixed;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
    bottom: 50px;
    right: 10px;
    z-index: 999;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    display: none;
    border: 0;
    padding: 10px;
    padding-bottom: 10px;
    background-color: #004482;
    padding-bottom: 11px;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #e8eae9;
  margin-bottom: 0;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -.8em;
}

.gj-datepicker {
    display: -webkit-box;
    display: -moz-box;
}

#printarea {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    height: 11.7in;
    width: 8.3in;
    background-color:#fff;
    margin: 0 auto;
    box-sizing: border-box;
    color: #333;
    padding:0.4in;
    border: 1px solid #efefef;
    position:absolute;
    z-index:99999;
    top:0;
    left:-900px;
}

.mybreadcrumb {
    float: right;
    margin-bottom:0;
    padding: 5px;
    font-size: 11px;
    color: #222222;
    margin-right: -15px;
    padding-left: 8px;
    padding-right:8px;
}

.translationpanel {
    margin-top:2px;
    line-height:28px; 
}

.graytrans {
    background-color:#efefef;padding-top:20px; padding-bottom:20px;
}

.whitetrans {
    padding-top:20px; padding-bottom:20px;
    border: 1px solid #efefef;
}

.separator {
    width:100%;
    height:20px;
}

.translationfield {
    width:200px;
    display:inline-block;
    position:relative;
    right:0;
    font-size:11px;
    padding:5px;
}

.mybreadcrumb .breadcrumb-item {
    color: #222222;
}

.gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
    width: 30px !important;
    padding: 6px;
    height: 34px;
    font-size: 13px;
}

.gj-datepicker {
    width: 200px;
}

.usermenu {
    position:absolute;
    padding:15px;
    border: 1px solid #ccc;
    background-color:#efefef;
    top:70px;
    right:15px;
    z-index: 1;
}

.form-inline a, .form-inline a:hover, .form-inline a:active{
    color:#111111;
} 

.myheader {
    margin-bottom: 15px;
    padding: 30px;
    background-color: #333333;
    color:#fff;
    padding-left: 13px; 
    padding-top: 80px; 
    min-height: 183px;
}

.addrowplaceholder {
    padding-bottom:15px;
}

.btn {
    cursor: pointer;
}

.modal-errors {
    padding:15px;
    padding-bottom:0;
}

.dataTables_wrapper.container-fluid {
    padding-right: 0;
    padding-left:0;
}
.table td, .table th {
    padding: 3px;
    vertical-align: middle;
}

.table thead th {
    vertical-align: middle;
    padding:11px;
}

.seasondd {
    width:80px;
    display: inline-block;
}

.table-condensed thead tr:nth-child(2)
{
    display:none;
}

#langselect, #domainforgroupitems {
    width: 52px;
    display: inline-block;
    line-height: 30px;
    padding: 3px;
    height: 30px;
}

#domainforgroupitems {
    width:230px;
    margin-top:3px;
}

.off.available {
    visibility: hidden;
}

.form-control::placeholder {
    color: #ddd;
}
.form-control::-moz-placeholder {
    color: #ddd;
}

.datepicker {
    z-index: 1600 !important; /* has to be larger than 1050 */
  }

.progress-bar-danger {
    background-color:red;
}

.progress-bar-warning {
    background-color:yellow;
    color:#000;
}

.progress-bar-info {
    background-color:blue;
}

.progress-bar-success {
    background-color:green;
}

.globalloader{
    position:fixed;
    top:30%;
    text-align:center;
    width:100%;
    z-index: 999999999;
}

.iconlink {
    display: inline-block;
    width: auto;
    padding: 4px;
}

.navbar-nav .dropdown-menu {
    top: 30px;
}

@media (min-width: 992px) {
    li.dropdown:hover > .dropdown-menu{
        display: block !important;
    }
  }

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
  border: 1px solid #bbb;
}

/* Slides */
.mySlides {
  display: none;
  /* padding: 80px; */
  text-align: center;
}

.sliderHeader {
  position: absolute;
  background-color: rgba(225,34,37,0.9); 
  padding:10px; 
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #fff;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 6px;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.3); 
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 2px;
  background: #ddd;
  border: 1px solid #bbb;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.dotactive, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.car_feature {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  /* width: 15px; */
}

html {
  height:100%;
}

body {
  margin:0;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

.content {
  background-color:rgba(255,255,255,.8);
  border-radius:.25em;
  box-shadow:0 0 .25em rgba(0,0,0,.25);
  box-sizing:border-box;
  left:50%;
  padding:10vmin;
  position:fixed;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
}

h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.btn-caravel {
  background-color: #E12225 !important;
  border: 1px solid #E12225 !important;
  color: #fff !important;
}

.btn-caravel:hover {
  background-color: #7F7E7E !important;
  border: 1px solid #7F7E7E !important;
  color: #fff !important;
}