@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 font-family: 'Montserrat', sans-serif !important;
}

.login-form-other {
  text-align: center; 
  margin: auto auto !important;
}

.login-form-androidios {
  text-align: center; 
  margin: auto auto !important;
  width: 95% !important;
}

.login-button {
  width: 100px;
  margin: 0 auto;
}

.provider-button {
  width: 240px;
  margin: 0 auto;
  color: #f9f9f9
}

.provider-facebook-button {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #354C8C;
}

.provider-facebook-button:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.provider-facebook-button:hover,
.provider-facebook-button:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

.provider-google-button {
  font-family: "Roboto", Roboto, arial, sans-serif;
  background: #DD4B39;
}
.provider-google-button:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.provider-google-button:hover,
.provider-google-button:focus {
  background: #E74B37;
}

.forgot-password {
  display: block;
  margin: 8px auto 0 auto;
  font-size: 14px;
}

.lucent {
  opacity: 0.55;
  font-weight: 400;
  font-size: 20px;
}

.page-card {
    width: 400px;
    height: 96%;
    box-shadow: 0 14px 18px 0 rgba(0,0,0,0.2);
    border-radius: 5px; /* 5px rounded corners */
}

.card {
    top: 10%;
    width: 400px;
    height: 86%;
    box-shadow: 0 14px 18px 0 rgba(0,0,0,0.2);
    border-radius: 5px; /* 5px rounded corners */
}

/** Menu Card BEGINS**/


.profile-card {
  width: 100%;
  text-align: center;
  color: #212121;
  padding: 14px 0;
  line-height: 1.4;
  background-color: #e0e0e0;
  /* text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px; */
}

.profile-image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: auto auto;
  /* background-color : #212121; 
  border: 1px solid white; 
  box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; */
}

.profile-image img {
  height: 140px;
  width: 140px
}

.profile-name {
  margin: 20px 0 0 0;
  font-weight: 600;
  font-size: 17px;
}

.profile-id {
  margin: 0 0 5px 0;
  font-size: 14px;
  opacity: 0.6;
}

.profile-desc {
  font-size: 15px;
  opacity: 0.6;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.info-col {
  height: 60px;
  line-height: 1;
  padding: 12px 0 12px 4px;
}

.info-num {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
}

.info-unit {
  margin-top: 6px;
  font-size: 14px;
  opacity: 0.4;
}


/** Menu Card ENDS**/

/** Search Bar BEGIN **/

.search-input-ios-android{
    width:80%;
    z-index:1;
    margin-left: 10%;
    margin-top: 65px;
    margin-right:auto;
}

.search-input-others{
    width:35%;
    z-index:1;
    margin-left: 45px;
    margin-top: 4%;
}

.display-input-ios-android{
    width:80%;
    z-index:1;
    margin-left: 10%;
    margin-top: 65px;
    margin-right:auto;
}

.display-input-others{
    width:35%;
    z-index:1;
    margin-left: 30px;
    margin-top: 2%;
}

.hidden {
  display : none;
}

/** Search Bar END **/


/** Filter BEGIN **/

.tbar-selected-filter {
  color: red;
}

.filter-col {
    text-align: center;
    padding: 10px 0 8px;
}

.filter-icons {
  padding: 0 0 4px 0;
}

.filter-android-icon {
    width: 34px;
    height: 34px;
    margin: auto;
    border-radius: 24px;
    background-color: #212121;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    font-style: normal;
}

.filter-iosother-icon {
    width: 34px;
    height: 34px;
    margin: auto;
    border-radius: 24px;
    background-color: #212121;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    font-style: normal;
}

.filter-label {
  font-size: 10px;
}

.filter-btnclear {
  float: right;
  font-size: 12px;
  padding: 0 0 0 0;
  top: -6px;
}

.selected-android-icon {
    width: 34px;
    height: 34px;
    margin: auto;
    border-radius: 24px;
    background-color: #999999;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    font-style: normal;
}

.selected-iosother-icon {
    width: 34px;
    height: 34px;
    margin: auto;
    border-radius: 24px;
    background-color: #999999;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    font-style: normal;
}

/** Filter END **/


/** Home Page Begin **/
.ios-title {
  margin-left: -10%;
}

#mapcanvas {
    position: absolute; 
    width:100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;   
    z-index: -1
}

.mapiosview-fab{
  background-color: #f9f9f9;
  color: rgba(38,100,171,0.95);
}

.toolbar-buttons{
  position: absolute; 
  text-align: center; 
  width:100%; 
  /* top:10px; */
  z-index: 99;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.0));
}

/** Home Page END **/

/** Parking List BEGIN **/

.list-lucent {
  opacity: 0.55;
  font-weight: 400;
  font-size: 12px;
}

/** Parking List END **/

/** Add Parking  BEGIN **/

.delete-marker{
    position: absolute; 
    text-align: center; 
    width:100%; 
    bottom:10px
}

.btn-delete{
  background-color: rgba(255, 0, 0, 0.8);
}

.error-input{
  font-size: 12px;
  color: #eb482f;
  font-style: italic;
}

/** Add Parking  END **/

/** Action Sheet BEGIN **/

.action__moreinfo {
  background-color: #e0e0e0 !important;
}

.action-col__Title {
  opacity: 1;
  padding: 10px 0 8px;
}

.action-col {
  text-align: center;
  opacity: 0.7;
  padding: 10px 0 8px;
}

.action-col:active {
  opacity: 1;
}

.action-col ons-button {
  padding: 0;
  line-height: 1;
}

.action-icon {
  padding: 0 10px 0 20px;
}

.action-icon ons-icon, .action-icon img {
  font-size: 24px;
}

.action-label {
  font-size: 12px;
}

/** Action Sheet END **/

/** Parking Detail BEGIN **/

.page--parking-detail__content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px !important;
  bottom: 0px;
}


.photo-card {
  width: 100%;
  height: 280px;
  text-align: center;
  color: white;
  /*padding: 30px 0;*/
  /* line-height: 160px; */
  background-color: rgba(179, 179, 179, 0.6); 
  /* //rgba(24,103,194,0.81); */
  text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
}

.photo-image {
  height: 100px;
  width: 100px;
  background-image: url(/app/assets/images/ic_add_a_photo_black_36px.svg);
  background-position:50% 50%; 
  opacity: 0.9;
  background-repeat: no-repeat;
  /*margin: auto auto;*/
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f9f9f9;
  border: 1px solid white;
  display: inline-block;
  vertical-align: middle;
  box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}

.nophoto-image {
  height: 100px;
  width: 100px;
  background-image: url(/app/assets/images/ic_photo_black_36px.svg);
  background-position:50% 50%; 
  opacity: 0.9;
  background-repeat: no-repeat;
  /*margin: auto auto;*/
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #f9f9f9;
  border: 1px solid white;
  display: inline-block;
  vertical-align: middle;
  box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}

.photo-card img{
  width: 100%;
  height: 280px
}

.photo-card .carousel-slider-btn__active {
  font-size: 14px !important;
}

.carousel-container {
  width: 100%; 
  height: 280px; 
  overflow-y: hidden !important;
}

.carousel-slider-btn {
  position:absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 246px;
  z-index: 99;
}

.carousel-slider-btn .ons-icon {
  padding-right: 10px;
}

.back-button--onimage {
  color : #fff !important;
}

.preview-closebtn {
    position: absolute;
    margin-right: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50% 50%;
    height: 36px;
    width: 36px;
}

.info-listitem__Title {
  font-weight: 600;
  font-size: 17px;
  padding-left: 18px;
  white-space: normal;
}

.info-listitem {
  line-height: 1; 
  padding: 0;
  background-color: rgba(255, 235, 59, 0.77);
  color: #212121;
}

/** Parking Detail END **/