@import url(../fonts/SourceSansPro/SourceSansProRegular/stylesheet.css);
@import url(../fonts/FontAwesome/stylesheet.css);

html {
  position: relative;
  min-height: 100%;
}

body {
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	/*font:16px/16px SourceSansPro-Regular;
	/* Margin bottom by footer height */
  	/*margin-bottom: 60px;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#logo-nav {
    max-height: 23px;
    float: left;
    margin: -1px 10px 0 0;
}

#content {
	/*background: linear-gradient(rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 100%);
	height: 100vh;*/
}

.navbar {
	border-radius: 0;
    /*border-bottom: 1px solid #337ab7;*/
    border-bottom: 1px solid #d0d4d9;
    -webkit-box-shadow: 0 1px 1px 1px #d0d4d9;
    -moz-box-shadow: 0 1px 1px 1px #d0d4d9;
    box-shadow: 0px 1px 1px #d0d4d9;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav>.active>a {
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #3498db;
    color: #fff;
    transition: all 0.5s, background 0.5s;
}

.navbar-toggle .icon-bar {
    background: #3498db;
}

.navbar-right .fa {
	margin-right: 7px;
}

.fa.pull-right {
    margin-top: 3.5px;
}

.container .col-md-12 > h4 {
    margin-top: 0;
    color: #999999;
}

#users .status-message, #accesses .status-message {
    margin-top: 0;
}

/*.page-login {
	background-repeat: no-repeat;
	background-image: linear-gradient(rgba(104, 145, 162, 1), rgb(255, 255, 255));
}*/

table {
	/*text-align: center;*/
}

table .btn {
    width: 100%;
}

ul {
	padding: 0;
}

legend {
	border: 0;
	margin-top: 10px;
}

.well {
	border-radius: 0;
	border: 0;
}

.status-message {
	/*padding: 0px 0px;
	margin-top: 3px*/
	margin: 20px 0;
}

.status-message-2 {
	margin: 20px 0;
}

.alert {
	margin: 0;
}

.alert-success {
    background-color: transparent;
    border-color: #2ecc71;
    color: #2ecc71;
}

.alert-danger {
    background-color: transparent;
    border-color: #e74c3c;
    color: #e74c3c;
}

.close {
    color: #2ecc71;
}

#map-canvas {
	height: 440px;
}

#parking-edit #map-canvas {
    height: 484px;
}


.form-main-title {
	padding: 0;
}

.input-title {
	display: block;
}

#input-parking-coords-lng {
	width: 49%;
	float: right;
}
#input-parking-coords-lat {
	width: 49%;
}

#get-location {
	height: 34px;
	cursor: pointer;
    color: #3498db;
}

/*------------LOGIN SCREEN---------------*/
.card-container.card {
	max-width: 350px;
	padding: 40px 40px;
    background-color: rgba(0,0,0,0.5);
}

/*
 * Card component
 */
 .card {
	 background-color: #F7F7F7;
	 /* just in case there no content*/
	 padding: 20px 25px 30px;
	 margin: 0 auto 25px;
	 margin-top: 50px;
	 /* shadows and rounded borders */
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
	 border-radius: 2px;
	 -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	 -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
 }

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    border-radius: 0;
    /*height: 44px;
    font-size: 16px;*/
    /*background: transparent;*/
    border: 1px solid #FFF;
}

.form-signin .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    /*color: #fff;*/
}
.form-signin .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    /*color: #fff;
    opacity: 1;*/
}
.form-signin .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    /*color: #fff;
    opacity: 1;*/
}
.form-signin .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    /*color: #fff;*/
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

#btn-signin {
    background-color: #3498db;
    padding: 0px;
    color: #fff;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3498db;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
	cursor: pointer;
}

#btn-demo {
    padding: 0px;
    color: #fff;
    font-size: 14px;
    height: 36px;
    background: #e74c3c;
    border-radius: 3px;
}

#btn-demo-nav {
    cursor: pointer;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgba(106, 147, 164, 0.58);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.login-error-msg {
    font-size: 18px;
    padding: 7px;
    /* background: #e74c3c; */
    /* color: #fff; */
    height: 36px;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 auto;
    border: none;
}

/*------------end of LOGIN SCREEN---------------*/

.tg-vn4c .toggle.btn {
	height: 36px !important;
	width: 78px !important;
}

.disabled{
    pointer-events:none;
    opacity:0.4;
}

#gates .panel-heading h5 {
    color: #fff;
    margin: 0;
}

#gates .panel-heading {
    border-color: #3498db;
    background: #3498db;
    color: #fff;
}

#gates .panel-body h4 {
    color: #3498db;
}

#gates .btn-lg {
    padding: 5px 10px;
    width: 100%;
}

#gates .container .col-md-6 {
    padding: 0;
}

.page-login .navbar-toggle {
    display: none;
}

#accesses .panel-heading, #users .panel-heading, #parkings .panel-heading, #settings .panel-heading {
    background: #3498db;
    color: #fff;
}

.table-bordered>thead>tr>td {
    border: 1px solid #3498db !important;
    border-left: 1px solid #3498db !important;
    border-right: 1px solid #3498db !important;
}

table thead {
    background: #3498db;
    color: #fff;
}

.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #3498db;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #3498db;
    vertical-align: middle;
}

.btn {
    border-radius: 0;
}

.btn-default {
    color: #777;
    background-color: transparent;
    border-color: #777;
}

.btn-primary, .btn-primary:focus, .btn-primary.focus {
    background: transparent;
    color: #3498db;
    border-color: #3498db;
}

.btn-danger, .btn-danger:focus, .btn-danger.focus {
    color: #e74c3c;
    background: #fff;
    border: 1px solid #e74c3c;
}

.btn-success, .btn-success:focus, .btn-success.focus {
    color: #2ecc71;
    background: #fff;
    border: 1px solid #2ecc71;
}

.btn-primary:hover {
    color: #fff;
    background: #3498db;
    border-color: #3498db;
    transition: all 0.5s, background 0.5s;
}

.btn-primary:active, .btn-primary.active {
    background: #3498db;
}

.btn.btn-light:hover {
    color: #3498db;
    background: #fff;
    transition: all 0.5s, background 0.5s;
}

.btn.btn-success:hover {
    color: #fff;
    background: #2ecc71;
    border-color: #2ecc71;
    transition: all 0.5s, background 0.5s;
}

.btn.btn-danger:hover {
    color: #ffffff;
    background: #e74c3c;
    border-color: #e74c3c;
    transition: all 0.5s, background 0.5s;
}

/*#btn-dashboard i {
    color: #3498db;
}

#btn-logout i {
    color: #e74c3c;
}*/

.text-primary {
    color: #3498db;
}

.text-danger {
    color: #e74c3c;
}

.bg-primary {
    color: #fff;
    background-color: #3498db;
}

.panel-default {
    border: 1px solid #3498db;
}

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

.tooltip-inner {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 200;
    padding: 5px;
    background: transparent;
    color: #999;
    /*border: 1px solid #3498db;*/
}

.tooltip-arrow {
    display: none;
}

.bootbox-body .text-danger p:last-child {
    margin-bottom: 0;
}

#demo-modal-text {
    font-size: 18px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  
}

#footer p {
	text-align: center;
	margin-top: 23px;
}

@media(max-width: 480px) {
	#content .container {
		padding-left: 0;
		padding-right: 0;
	}
    #top .text-vertical-center h1 {
        font-size: 40px;
    }
    #top .text-vertical-center h3 {
        font-size: 22px;
    }
    .btn-toolbar button:nth-child(2) {
        margin-top: 15px;
    }
    .card-container.card {
        background-color: transparent;
        box-shadow: none;
    }
}

@media(max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }
    #gates .btn-lg {
        padding: 10px 25px;
    }

    .table-responsive {
        border: none;
    }
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr {
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { 
        border: 1px solid #3498db;
        margin-bottom: 21px;
    }
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 30%; 
        white-space: normal;
        text-align:left;
    }

    .page-parking #no-more-tables td, .page-action #no-more-tables td {
        padding-left: 39%;
    }
 
    #no-more-tables .table-last-col,  .page-parking #no-more-tables .table-last-col {
        padding-left: 8px;
    }

    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (min-width: 991px) {
    #gates .container .col-md-6 {
        padding: 0;
        width: 49%;
    }

    #gates .container .col-md-6:nth-child(even) {
        margin-left: 2%;
    }
}