.invalid-feedback {
    display: block;
}
body{
    font-family: "Nunito", "Open Sans";
    font-weight: 400;
    font-size:1.1em;
}
table.dataTable.no-footer {
    border-width: 0px !important;
}
table.dataTable tbody tr {
    background-color: rgba(0,0,0,0) !important;
    font-size: 1.3em;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #999 !important;
}
div.dt-buttons {
    float: right;
    padding: 0.3em 1em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #11cdef !important;
    background: transparent;
    border-color: transparent;
}
table.dataTable.no-footer {
    border-bottom: 2px solid #1f3a68;;
}
table.dataTable tbody td {
    padding: 12px 10px;
}
/*button.dt-button, div.dt-button, a.dt-button {
    background-image: none !important;
    background-color: #fff;
}*/
.dataTables_wrapper .dataTables_filter input {
    display:none;
}
table.dataTable thead th {
    border-bottom: 0;
    font-size: .8em;
}
table.dataTable tbody td {
    font-size: .6em;
}
/*.main{
    background-image: url("/images/user.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-position: right 0px bottom 0px;
    min-height: 80vh;
}*/
.gradient{
    background-color: rgba(0,0,0,.6);
    background: linear-gradient(to right, white, transparent);
    min-height: 80vh;
}
.form-control{
    border-width: 2px;
}
.input-group-text{
    border-width: 2px 0px 2px 2px;
}
input.form-control, select.form-control{
    height: 54px;
}
.has-dropdown{
    position: relative;
}
.hasdropdown #cars, .hasdropdown #routes{
    position: absolute;
    z-index: 100;
    display:none;
    width:100%;
}
.hasdropdown #cars div, .hasdropdown #routes div{
    overflow-y: auto;
    max-height: 200px;
}
.notifications{
    position: fixed;
    max-width: 300px;
    right: 10px;
    top: 10vh;
    background-color: #dee;
    padding: .8em;
    border-radius: 3px;
}
.notifications table{
    width: 100%;
}
.notifications table td:first-child{
    width: 90%;
}
.notifications .btn{
    padding: 0.5em 1em;
    border-radius: 50%;
    background-color: transparent;
}

button.dt-button, div.dt-button, a.dt-button {
    color: #fff;
    background-color: #1171ef;
    background-image: none;
    border-width: 0px !important;
}
button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
    border-width: 0 !important;
    background-image: none;
    background: none !important;
    background-color: rgba(0,0,0,.6) !important;
    color: #fff;
}
table.dataTable thead th {
    border-bottom: 0;
  }
  table.dataTable tfoot th {
    border-top: 0;
  }
table.dataTable.no-footer {
    border-color: transparent;
}
.dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ddd !important;
    border-radius: 50%;
    background-color:#1171ef !important;
    background: none !important;
    background-image: none !important;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 60px;
    border: 2px solid black;
    white-space: nowrap;
  }
  .table td{
      word-wrap: break-word;
  }
  .btn-float{
	position:fixed;
	bottom:40px;
	right:40px;
	color:#FFF;
	border-radius:50px;
	box-shadow: 2px 2px 3px #999;
    z-index: 10000;
}
.fixed-side{
    position: fixed;
    top: 50%;
    right: 10px;
    max-height: 100px;
    max-width: 50px;
}
.small-div{
    height: 40px;
    width: 40px;
    background-color: #aaa;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    margin-bottom: 1em;
}
