.inputrow {
    width: 100%;
    border-radius: 10px;
    height: 3em;
    margin-bottom: 10px;
}

.inputrow-textarea {
    height: 10em;
}

.inputrow input {
    /* line-height: 2.5; */
    border-radius: 10px;
    width: 98%;
    padding-left: 10px;
    border: none;
    color: inherit;
    height: 20px;
    font-size: 18px;
    font-weight:bold;
    background-color: inherit;
}

.inputrow label {
    left: 10px;
    position: relative;
    top: 2px;
    font-size: 14px;
    line-height: 15px;
    z-index: 999;
    display: block;
}

.inputrow label.empty {
    left: 10px;
    position: relative;
    top: 16px;
    font-size: 16px;
    line-height: 15px;
    z-index: 999;
    display: block;
}

.inputrow select {
    font-weight:bold;
    background-color: inherit;
    color: inherit;
    z-index: 0;
    width: 98%;
    font-weight: bold;
    font-size: 16px;
    border: none;
    height: 20px;
    padding-left:10px;
} 

.inputrow textarea {
    border-radius: 10px;
    width: 98%;
    padding-left: 10px;
    border: none;
    color: inherit;
     font-size: 16px;
    font-weight:bold;
    background-color: inherit;
    height: 8em;
}

.button {
    border-radius: 5px;
    width: 100%;
    color: black;
    background-color: #fff;
    padding: 10px;
    font-family: "OpenSansCondBold";
    font-size: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    cursor: pointer;
}



.page-container{
    max-width: 500px; 
    width:100%; 
    margin: auto auto;
    min-height: 768px;
    padding-top: 15px;
}

.page-container-small {
    max-width: 512px;
    width:100%; 
    margin: auto auto;
    min-height: 768px;
    padding-top: 15px;
}
.container {
    margin-left: 0px; 
    margin-right: 15px; 
    display:block;
}

.table-container {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}

.text-center {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

/* views */
.viewsRow,
.tripsRow,
.newsRow,
.settingsTagRow {
    display: flex; 
    text-decoration:none; 
    
    width:100%; 
    white-space: nowrap;  
    overflow: hidden; 
    text-overflow: ellipsis;
    cursor: pointer; 
    height: 30px;
    position: relative;
    border-top: #ccc solid 1px
}

.newsRow {
    height: 70px;
}

.settingsTagRow {
    height: 40px;
}

.viewsRowTitle {
    width: calc(100% - 62px);
    padding-left:8px; 
    padding-top: 4px; 
}

.tripsRowTitle {
    width: calc(100% - 82px);
    padding-left:8px; 
    padding-top: 4px; 
}

.newsRowTitle {
    width: calc(100% - 102px);
    padding-left:8px; 
    padding-top: 4px; 
    font-weight: bolder;
}

.settingsRowTitle {
    width: calc(100% - 150px);
    padding-left:8px; 
    padding-top: 8px;     
}
.viewsRowButtons {
    flex: 1;
    width: 62px;
    background-color: #fff;
    border-top-left-radius: 10px;
    padding-left:10px;
}

.tagRowButtons { 
    flex: 1;
    width: 150px;
    padding-top:8px;
    padding-left:0px;
}
.tripsRowButtons {
    flex: 1;
    width: 82px;
    background-color: #fff;
    border-top-left-radius: 10px;
    padding-left:10px;
}

.newsRowButtons {
    flex: 1;
    width: 32px;
    background-color:inherit;
    padding-left:10px;
    padding-right: 10px;
    padding-top: 24px; 

}

.viewsRowButtons img,
.newsRowButtons img,
.tripsRowButtons img {
    height: 30px;
    padding-top:5px;
    padding-bottom:5px;
}

.viewsRowMap,
.newsRowMap,
.tripsRowMap {
    width: 100%;
    display: block;
    position: relative;
    
}

.newsRowMap {
    width:100%;
}

.newsRowMap span{
    padding: 10px;

}
.viewsRowMapImg,
.tripsRowMapImg
{   flex:1;
    width:1024px;
    height:1024px;
    position: absolute;
    /* left: calc(50% - 512);
    top: calc(50%-512); */
    
}

::placeholder { /* Chrome/Opera/Safari */
    color: white;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: pink;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: pink;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: pink;
  }

  

  .img-circular-news {
      flex:2;
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-size: cover;
    display: block;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top:5px;
    /* border: solid 4px; */
    cursor: pointer;
  }
  .link {
    text-align: center; 
    width:100%; 
    margin-top:5px; 
    display:block; 
    text-decoration:none; 
}

.link.white 
{
    color: white;  
}

.btn-default {
    background-color: white;
    color: black;
}

section.content {
    font-family: "OpenSansCondLight" !important;
      padding: 0px 0px;
     border-radius: 10px;
    }

h2 {
    font-weight: bold;
}

h3 {
    font-size:16px;
    padding-top:5px;
}

.img-circular-profile {
    width: 100px;
    height: 100px;
    background-size: cover;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-left: 20px;
    margin-right: 10px;
    border: solid 4px;
    cursor: pointer;
  }
  .overlay {
      color: black;
      opacity: 0.5;
  }
  /* Generate this */
  .img-circular-profile { border-color: #0e76bc;}

  .button-add-trip {
    color:#f8a440;
    width:80%;
};
  .body { font-family: "OpenSansCond"};
.FontNormal { font-family: "OpenSansCond"};
.FontBold { font-family: "OpenSansCondBold"; font-weight: bold}
.DashboardBackColor {background-color:#f9c430;}
.DashboardRowBackColor {background-color:#fcbb03;}
.DashboardBackColor {color:#fff;}
.HelpBackColor {background-color:#000;}
.HelpRowBackColor {background-color:#000;}
.HelpForeColor {color:#fff;}
.NewsBackColor {background-color:#00a264;}
.NewsRowBackColor {background-color:#038f5c;}
.NewsForeColor {color:#fff;}
.TripsBackColor {background-color:#ef86b4;}
.TripsRowBackColor {background-color:#ea6ca9;}
.TripsForeColor {color:#fff;}
.ViewsBackColor {background-color:#0e76bc;}
.ViewsRowBackColor {background-color:#1ebaea;}
.ViewsForeColor {color:#fff;}

.PreviewBackColor {background-color:#1ebaea;}
.PreviewRowBackColor {background-color:#0e76bc;}
.PreviewForeColor {color:#fff;}
.ProfileBackColor {background-color:#1ebaea;}
.ProfileRowBackColor {background-color:#0e76bc;}
.ProfileForeColor {color:#fff;}
.RegisterBackColor {background-color:#000;}
.RegisterRowBackColor {background-color:#000;}
.RegisterForeColor {color:#000;}
.SettingsBackColor {background-color:#038f5c;}
.SettingsRowBackColor {background-color:#00a264;}
.SettingsForeColor {color:#fff;}

.badge-danger {
    background-color: #f9c430;
}

.white-button {
    margin-right: 10px;
    font-size: 12px;
    float: right;
    background-color: inherit;
    border: 1px solid white;
    color: white;
    font-family: 'OpenSansCondLight';
    padding: 3px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

.ui-dialog-titlebar-close,
.ui-dialog-titlebar {
    visibility: hidden;
}

.main {
    max-width: 640px;
    margin:auto;
}

/* .badge {
    display: inline-block;
    padding: .1em;
    font-size: 50%;
    /* font-weight: 700; */
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 13px;
    width: 10px;
} */

.badge-white {
    background-color: white;
    color: inherit;
}