/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* This is a fix for the bootstrap4 alpha release */
@media (max-width: 47.9em) {
  .navbar-nav .nav-item {
    float: none;
    width: 100%;
    display: inline-block;
  }

  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }

  .nav.navbar-nav.pull-xs-right {
    float: none !important;
  }
}

/* Display django-debug-toolbar.
   See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
   and https://github.com/pydanny/cookiecutter-django/issues/317
*/
[hidden][style="display: block;"] {
  display: block !important;
}

.content{
    margin-top:0px;
}

h1{
  font-size: 32px;
}

h2{
  font-size: 24px;
}


.navbar-nav {
    margin: 10.5px -15px !important;
    font-size: 16px;
}

.navbar-brand {;
    /*padding: 5px 15px;*/
}

.navbar {
  overflow:hidden;
}

.navbar-static-top {
    border-width: 0 !important;
}

#feeding_modal select{
  min-height: 34px;
}

a.rowlink{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

tr{
  position:relative;
}

.app{
  position:relative;
}

.a-fix{
  padding-top:14px;
}

.modal-dialog {
  z-index: 1050;
}

.container {
    max-width: 100% !important;
    width: 100% !important;
  position:relative;
}

body{
  min-width:780px !important;
}

.loginn{
  min-width: 750px !important;
  overflow: auto;
  min-height: 100%;
}

#marinetraffic_map{
  width:130%;
  min-height: 100%;
}

.col-md-5{
  width:40%;
  float:left;
  min-height: 100%;
}

.marineiframe{
  overflow:hidden;height:100%;width:100%;
}

#global_copyright{
  position:fixed;
  bottom:10px;
  right:10px;
  /*background-color:white;*/
  padding-left:3px;
  padding-right:3px;
  z-index: 1001;
}

#global_copyright img{

}

#global_copyright .txt{
  background-color: white;
  padding:3px;
}

.choose_language .flag-icon{
    height: 20px;
    margin-right: 3px;
    width: 37px;
}
