body {
	background-color: #191919;
	color: #dfdfdf;
  font-family: 'Open Sans';
}
@font-face
{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.credits {
  font-size: 8pt;
  text-align: center;
}

.header {
	  display: block;
    height: 250px;
    width: 100%;
    overflow: hidden;
    justify-content: center;
}

.footer {
  font-size: 7pt;
  text-align: center;
}

.container .card-inverse { 
  background-color: #222222; 
  padding: 5px;
  border-radius: 5px;
} 

.dropdown-toggle {
  background-color: transparent;
  border-color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
}

.dropdown-menu{
  background-color: #222222;
  color: #9d9d9d;
}

.dropdown-menu>li>a{
  color: #9d9d9d;
}

.dropdown-menu>li>a:hover{
  color: #fff;
  background-color: #333333;
}

.header .align
{
    position: relative;
    width: 10000px;
    left: 50%;
    margin: 0 0 0 -5000px;
    text-align: center;
}

.header img {
    margin-top: -270px;
    right: -50%; bottom: 0; left: -50%;
}

.navbar {
  font-size: 20px;
}

.app_name {
  position: relative;
  font-size: 24px;
  margin: 10px;
}

.app_name img {
  vertical-align:middle;
  margin-right: 10px;
}

.icon_ld{
  list-style-type: none;
  margin-left:-35px;
  padding-left:0px;
}

.icon_ld img {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.icon_ld  h4 {
  text-align: right; 
  display:inline-block;
  padding: 0;
}

img.small_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}


.logo {
  position: absolute;
  top: 30px;
  left: 70px;
}

.logo img {
	width: 200;
}

label, input, textarea { display:block; }
input.text, textarea { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

#dialog-form {
	display: none;
}

.screenTable {
  text-align: center;
  margin: 0 auto;
}

.screenRow {
  display: inline-block;
  margin: 0 auto;
}

.screenRow a {
  display: inline-block;
  padding: 15px;
}

.screenRow img {
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7);
    
}

.customer {
  display: inline-block;
  margin-left: 100px;
  margin-top: 50px;
  width: 200px;
  text-align: center;
}

.series {
  display: inline-block;
  margin-left: 50px;
  margin-top: 20px;
  width: 100px;
  text-align: center;
}

hr
{
  border: none;
  width: 1000px;
  height: 1px;
  background-color: #3d3d3d;
}

.featureHeader {
  margin-top: 40px;
}

.sectionHeader {
  font-style: italic;
  font-size: 16pt;
}

.vertical-align {
   display: flex;
  align-items: center;
  flex-direction: row;
}

.featureList:nth-child(even) div.vertical-align { flex-direction: row-reverse }

/*.vertical-align :nth-child(1) { flex-direction: row-reverse; }*/

@media (max-width: 800px) {
    .row.vertical-align {
        display: block; /* Turn off the flexible box layout */
    }

    /*.vertical-align :nth-child(1) { flex-direction: row-reverse; }
    .vertical-align :nth-child(2) { flex-direction: row-reverse; }*/
}
/*
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
}*/


