/* app css stylesheet */

body {
  padding-top: 20px;
  margin: 0px auto;
  width: 1200px;
}
div.header-app {
    font-size: 20px;
    font-weight: normal;
    color: #3B76ED;
    text-align: center;
}
div.title {
    font-size: 20px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 30px;
    color: #3B76ED;
}
div.main-menu {
    width: 120px;
}
.apps {
  list-style: none;
}

.thumb {
  float: left;
  margin: -0.5em 1em 1.5em 0;
  padding-bottom: 1em;
  height: 100px;
  width: 100px;
}

.apps li {
  clear: both;
  height: 115px;
  padding-top: 15px;
}

/** Detail View **/
img.app {
  float: left;
  border: 1px solid white;
  background-color: white;
  padding: 2em;
  height: 100px;
  width: 100;
}

ul.app-thumbs {
  margin: 0;
  list-style: none;
}

ul.app-thumbs li {
  border: 1px solid black;
  display: inline-block;
  margin: 1em;
  background-color: white;
}

ul.app-thumbs img {
  height: 100px;
  width: 100px;
  padding: 1em;
}

ul.app-thumbs img:hover {
  cursor: pointer;
}


ul.specs {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.specs > li{
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

ul.specs > li > span{
  font-weight: bold;
  font-size: 1.2em;
}

ul.specs dt {
  font-weight: bold;
}

h1 {
  border-bottom: 1px solid gray;
}
input.small {
    width: 125px;
    margin-left: 15px;
}
div.intro-desc {
    padding-left: 42px;
    margin-bottom: 30px;
}
a.apps-name {
font-size: 18px;
}
.el-block {
    margin: 10px 0px 10px 0px;
}
.header {
    margin-bottom: 40px;
}
.getting-apps {
    margin: 15px 0px 0px 15px;
}
.success-results {
    color: #008000;
    font-size: 18px;
}
input[type=text].ng-invalid.ng-dirty, input[type=password].ng-invalid.ng-dirty, input[type=email].ng-invalid.ng-dirty {
    border-color: red;
}
input[type=text].ng-valid.ng-dirty, input[type=password].ng-valid.ng-dirty, input[type=email].ng-valid.ng-dirty {
    border-color: #78FA89;
}
ul.apps li {
    padding: 10px 10px;
}