﻿
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
    color:#444 !important;
    background-color: #eee !important;
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  body {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  body {
    margin-bottom: 0 !important;
  }
}

a {
    color: #237288;
}

.pagination>li>a, .pagination>li>span {
    color: #237288;
}

.navbar-inverse {
    background-color: #205F80;
    border-color: #205F80;
    box-shadow: 0 3px 5px #143A50;
    background-image: none !important;
}

table {
    background-color: #fff;
}

/* #region Nav */

div.nav-subrow {
    background-color: #17445b !important;
    box-shadow: 0 3px 5px #ccc !important;
    min-height: 25px !important;
}


div.navsubrow-links  {
    position: relative;
    top: -23px; 
    margin-bottom: -23px;
}

div.navsubrow-links > div > a {
    color:#FFF !important;
    padding-left: 20px;
    float: right !important;
}

div.navsubrow-links > div > a > i {
    color:#DF7648 !important;
    padding-right: 5px;
}

nav.framework-header .container {
    width: unset;
}

/* #endregion */

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pad-left-30 {
    padding-left: 30px !important;
}

.pad-right-30 {
    padding-right: 30px !important;
}

div.form label {
    font-family: Bitter, Georgia, "Times New Roman", Times, serif !important;
    font-weight: 400 !important;
    font-size: 1.1em !important;
    color: #666 !important;
}

#search label {
    font-family: Bitter, Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 1.1em;
    color: #666;
}

/* #region Tabs */

.nav-tabs > li > span {
  padding: 7px 2px 7px 15px;
}

@media (max-width: 767px) {
  .nav-tabs > li > span {
    padding: 7px 2px 7px 2px;
  }
}

.nav-tabs > li > a {
  padding: 10px 15px;
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
  background-color: #ddd;
  border-color: #ddd #ddd transparent #ddd;
  color: #444;
  font-family: Bitter, Georgia, "Times New Roman", Times, serif !important;
  font-size: 1.4em !important;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .nav-tabs > li > a {
    padding: 7px 6px;
    margin-right: 1px;
  }
}
.nav-tabs > li > a:hover {
  background-color: #ccc;
  border-color: #bbb #bbb transparent #bbb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #444;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs > li > a:focus {
  text-decoration: underline;
}

.panel-tab-body {
    margin-bottom: 0 !important;
}

.panel-body {
    padding: 30px;
}

/* #endregion Tabs */

/* #region Buttons */

.btn {
    padding: 6px 12px;
    border-radius: 4px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #666;
    text-decoration: none;
}

.btn-default {
    color: #666;
    background-color: #eee;
    border-color: #ddd;
}

.btn-warning {
    color: #fff;
    background-color: #d04524;
    border-color: #db6632;
}

.btn-warning:hover {
    color: #fff;
    background-color: #d05924;
    border-color: #b14c1f;
}

.btn-default:hover {
    color: #666;
    background-color: #d5d5d5;
    border-color: #bebebe;
}

.btn-primary {
    color: #fff;
    background-color: #205F80;
    border-color: #1b506c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #164157;
    border-color: #0f2c3b;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #7a7a7a;
    border-color: #777;
}

/* #endregion */


/* #region Application Footer */

#app-footer {
    /*width: 100% !important;*/
    background-color: #666;
    background: #666;
}

#app-footer-content {
	background-color: #666;
	padding-top: 30px;
}

#app-footer-content h2 {
	color: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}

#app-footer-content .glyphicon {
	color: #eee;
	margin-right: 10px;
	font-size: .8em;
}

#app-footer-content .panel {
	border: none;
	border-radius: 0;
}

#app-footer-content .panel-heading {
	background-color: #444;
	border: none;
	padding: 10px 30px;
	border-radius: 0;
}

#app-footer-content .panel-body {
	background-color: #222;
	color: #eee;
	padding: 20px 30px;
}

#app-footer-content ul {
	list-style: none;
	padding-left: 0;
}

#app-footer-content li {
	font-size: 1.2em;
	border-bottom: 1px solid #666;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#app-footer-content li a {
	color: #fff;
}

#app-footer-content li a:hover, a:active {
	color: #DF7648;
	text-decoration: none;
}

#app-footer-content p {
	font-size: 1.2em;
}

#app-footer-content .social-icon {
	margin: 10px 7px 60px 7px;
}

#app-footer-content .social-container {
    padding-bottom: 102px;
   
}
    

.footer-icon42 {
  width: 42px;
  height: 42px;
  background-image: url('footer_icons_42x42.png');
  background-position: 0 0;
}
span.footer-icon42 {
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  outline: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
span.footer-icon42.inline {
  display: inline-block;
}
.footer-icon42.twitter {
  background-position: 0 0;
}
.footer-icon42.youtube {
  background-position: -42px 0;
}
.footer-icon42.flickr {
  background-position: -84px 0;
}
.footer-icon42.subscribe {
  background-position: -126px 0;
}



/* #endregion */