@charset "UTF-8";
/* CSS Document */

/*
 * Globals
 */

/* Links */
a{
	color:#0066FF;
	color:#FFFFFF;
	text-decoration:none
}
a:focus,a:hover{
	color: #003399;
	color: #22A7F0;
	text-decoration: none;
}
/*a:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}*/

/*a,
a:focus,
a:hover {
	color: #003399
}*/
li {
	float: none;
	display: block;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*
 * Base structure
 */

html,
body {
	height: 100%;
}
body {
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.lead {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	width: auto;
}

.light-heading {
	font-weight: 400;
	}
	

h6,
.h6 {
  font-size: 12px;
  line-height: 0.5;
}

/*Backround image*/
.img{
	background-repeat: no-repeat;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.80);
	background-color: #333333;
	background-image: url(../../images/img-splash-@2x-750x1334.jpg);
}
.img-circle {
	border-radius: 50%;
	border-width:thin;
	border-style: solid;
	border-color:#ccc;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 5px;
}
/*Two versions that define high contrast between background and text*/
.positive{
	color: #333;
	/*text-shadow: 0 1px 10px rgba(255,255,255,0.50);*/
	background-color: #fff;
}
.negative{
	color: #fff;
	/*text-shadow: 0 1px 10px rgba(0,0,0,.5);*/
	background-color: #333;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.app-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	background-size: 100%
%;
	background-size: a
% 100%;
	background-color: rgba(0,0,0,0.05);
	/*background-color: #003171;*/
}
.app-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.app-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}


/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead-nav > li {
	display: inline-block;
	position: fixed;
}
.masthead-nav > li + li {
}
.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
	background-color: transparent;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #fff;
}

/*Align nav to the right*/
 .masthead-nav-right {
	float: right;
  }
  
/*Align nav to the right*/
  .masthead-nav-left {
	float: left;
  }

/*  Define top label*/
  .top-label {
	  background-color: #000000;
	  with: 100% auto;
	  color: #FFFFFF;
	  font-size: 14px;
	  width: 100%;
}

 .inner.cover{
	text-align: center;
}


/*Define button color*/

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-primary {
	color: #fff;
	background-color: #0066FF;
	border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #003399;
	border-color: #285e8e;
	/*background-color: #19B5FE;*/
	
}
.btn-success {
  color: #fff;
  background-color: #009900;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #006600;
  border-color: #398439;
}

/*Justified content to the center and align to the left*/
.align-left {
	align-content:center; 
	text-align:left;
	}
.note {
	color: #999;
	padding-top: 0px;
	padding-bottom: 10px;
}

/*Form login*/
.form-login {
	max-width: 430px;
	padding: 5px 15px 5px 15px;
	margin: 0 auto;
	text-align: center;
}
.form-login .form-login-heading,
.form-login .checkbox {
  margin-bottom: 10px;
}
.form-login .checkbox {
	font-weight: normal;
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-login .form-control:focus {
  z-index: 2;
}
.form-login input[type="username"] {
  margin-bottom: 10px;
  /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
}
.form-login input[type="password"] {
  margin-bottom: 10px;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}

/*Radio Checkbox*/
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 768px) {
	
  .masthead-brand {
	float: center;
	/*text-shadow: 0px 0px 5px #333333;*/
  }
}


/*
 * app
 */

.app {
  padding: 0 20px;
}
.app .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,1.00);
}
 
/*  Top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}


/*
 * Affix and center
 */
 
@media (min-width: 320px) {	
  /*Define button width*/
  .btn {
	  width: 100%;
  }	
	/*li {
	display: inherit;
}*/
  /* Pull out the header and footer */
  .masthead {
	position: fixed;
	top: 0;
	display: inherit;
  }
  .mastfoot {
	position: fixed;
	bottom: 0;
	display: none; /*avoid display on small screen size*/
  }
  /* Start the vertical centering */
  .app-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .app-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
	/*text-shadow: 0px 0px 3px #333333;*/
  }
/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}
}
 
@media (min-width: 480px) {
  /*Define button width*/
  .btn {
	  width: 100%;
  }	
  /* Pull out the header and footer */
  .masthead {
	position: fixed;
	top: 0;
	display: inherit;
  }
  .mastfoot {
	position: fixed;
	bottom: 0;
	display: none; /*avoid display on small screen size*/
  }
  /* Start the vertical centering */
  .app-wrapper-inner {
	vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .app-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
	/*text-shadow: 0px 0px 3px #333333;*/
  }
/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
	vertical-align: top;
}
}

@media (min-width: 640px) {
  /*Define button width*/
  .btn {
	  width: 100%;
  }	
  /* Pull out the header and footer */
  .masthead {
	position: fixed;
	top: 0;
	display: inherit;
  }
  .mastfoot {
	position: fixed;
	bottom: 0;
	display: none; /*avoid display on small screen size*/
  }
  /* Start the vertical centering */
  .app-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .app-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}
}

@media (min-width: 768px) {
  /*Define button width*/
  .btn {
	  width: 100%;
  }	
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .app-wrapper-inner {
	vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .app-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}

/*Adjust image to the background*/
body {
	background-size: auto 100%;
}
}

@media (min-width: 800px) {	
  /*Define button width*/
  .btn {
	  width: auto;
  }	
	li {
	display: block;
}
  .masthead,
  .mastfoot,
  .app-container {
    width: 700px;
  }
  

/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}
/* Handle the widths */
  .masthead,
  .mastfoot,
  .app-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
	.header {
	background-color: #0066FF;
}

/*Adjust image to the background*/
body {
	background-size: 100% auto;
}
}

@media (min-width: 875px) {
	
/*Define button width*/
  .btn {
	  width: 100%;
  }	
  
	li {
	display: block;
}
  .masthead,
  .mastfoot,
  .app-container {
    width: 700px;
  }
  

/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}
/* Handle the widths */
  .masthead,
  .mastfoot,
  .app-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

/*Adjust image to the background*/
body {
	background-size: auto 100%;
}
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .app-container {
    width: 700px;
  }
  
/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}
/* Handle the widths */
  .masthead,
  .mastfoot,
  .app-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
	.header {
	background-color: #0066FF;
}

/*Adjust image to the background*/
body {
	background-size: 100% auto;
}

/*Go Up*/
  .goUp {
	position: fixed;
	padding-bottom: 50px;
  }

}

@media (min-width: 1024px) {
  .masthead,
  .mastfoot,
  .app-container {
    width: 100%;
  }

/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}
  body {
	  background-size: 100% auto;
  }
}

@media (min-width: 1600px) {
  .masthead,
  .mastfoot,
  .app-container {
    width: 100%;
  }
  

/*  top label*/
  .top-label {
	background-color: #000000;
	width: 100% auto;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
}

/*Adjust image to the background*/
body {
	background-size: 100% auto;
}
}
