﻿/*	KALENDAR - VYSKAKOVACI PO KLIKU NA INPUT	*/
/*!
 *
 *	Project:	TEST AIR
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 21px;
  font-family: inherit;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial, tahoma, verdana, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
}
h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: bold;
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
dl {
  margin-bottom: 0;
}
hr {
  margin: 0;
  border: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}
body {
  background: #eaf4f7;
  color: #444444;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  line-height: 21px;
  margin: 0;
}
a {
  color: #123368;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
input,
button,
textarea {
  font-family: arial, tahoma, verdana, sans-serif;
}
img {
  display: block;
}
header {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  *zoom: 1;
  height: 90px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.09);
}
header:before,
header:after {
  display: table;
  content: "";
}
header:after {
  clear: both;
}
header .logo {
  float: left;
  margin: 20px 0 0 20px;
}
header .logout {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 40px;
  margin: 26px 20px 0 0;
  width: 107px;
  height: 38px;
}
header .user,
header .update {
  float: right;
  height: 60px;
  margin: 16px 0 0;
}
header .user .user-content,
header .update .user-content,
header .user .update-content,
header .update .update-content {
  float: left;
  padding: 0 0 0 10px;
}
header .user .user-content small,
header .update .user-content small,
header .user .update-content small,
header .update .update-content small {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  padding: 15px 0 0;
}
header .user .user-content a,
header .update .user-content a,
header .user .update-content a,
header .update .update-content a,
header .user .user-content strong,
header .update .user-content strong,
header .user .update-content strong,
header .update .update-content strong {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19px;
}
header .user .ico-u {
  border: 2px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  width: 60px;
  height: 60px;
}
header .user em.ico-p {
  background: url(../img/sprite.png) no-repeat -40px 0;
  float: right;
  margin: 2px 0 0 10px;
  width: 15px;
  height: 15px;
}
header .update em.ico-u {
  background: url(../img/sprite.png) no-repeat 0 0;
  float: left;
  margin: 10px 0 0;
  width: 40px;
  height: 40px;
}
header .p {
  background: #cccccc;
  float: right;
  margin: 31px 20px 0;
  width: 1px;
  height: 30px;
}
section {
  *zoom: 1;
  position: relative;
}
section:before,
section:after {
  display: table;
  content: "";
}
section:after {
  clear: both;
}
section h1 {
  border-bottom: 2px solid #cddfe4;
  *zoom: 1;
}
section h1:before,
section h1:after {
  display: table;
  content: "";
}
section h1:after {
  clear: both;
}
section h1 em {
  border-bottom: 3px solid #cddfe4;
  float: left;
  font-style: normal;
  padding: 0 0 10px;
}
section #leftCol {
  background: #123368;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 1;
}
section #leftCol > ul > li {
  border-bottom: 1px solid #284777;
  -webkit-box-shadow: inset 0 -1px 0 0 #0f2851;
  box-shadow: inset 0 -1px 0 0 #0f2851;
}
section #leftCol > ul > li ul {
  display: none;
}
section #leftCol > ul > li ul.act {
  background: #0f2851;
  display: block;
  margin: -11px 0 0;
  padding: 0 10px 7px;
}
section #leftCol > ul > li ul.act li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  padding: 3px 0;
}
section #leftCol > ul > li ul.act li.first,
section #leftCol > ul > li ul.act li:first-child {
  border-top: 1px solid #284777;
  padding: 8px 0 3px;
}
section #leftCol > ul > li ul.act a {
  background: url(../img/submenu-arrow.png) no-repeat 0 3px;
  color: #b3e3f1;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  padding: 0 0 0 10px;
}
section #leftCol > ul > li ul.act a.act {
  background: url(../img/submenu-arrow-act.png) no-repeat 0 3px;
  color: #ffffff;
  text-decoration: none;
}
section #leftCol > ul > li > a {
  color: #b3e3f1;
  display: block;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  text-decoration: none;
}
section #leftCol > ul > li > a small {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  font-weight: bold;
  padding: 60px 15px 11px;
  text-transform: uppercase;
}
section #leftCol > ul > li > a:hover {
  background: #0f2851;
  color: #ffffff;
}
section #leftCol > ul > li > a.act {
  background: #0f2851 url(../img/menu-arrow.png) no-repeat right center;
  color: #ffffff;
}
section #leftCol > ul > li > a#menu-1 small {
  background: url(../img/menu/menu-1.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-1.act small,
section #leftCol > ul > li > a#menu-1:hover small {
  background: url(../img/menu/menu-1-h.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-2 small {
  background: url(../img/menu/menu-2.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-2.act small,
section #leftCol > ul > li > a#menu-2:hover small {
  background: url(../img/menu/menu-2-h.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-3 small {
  background: url(../img/menu/menu-3.png) no-repeat center 18px;
}
section #leftCol > ul > li > a#menu-3.act small,
section #leftCol > ul > li > a#menu-3:hover small {
  background: url(../img/menu/menu-3-h.png) no-repeat center 18px;
}
section #leftCol > ul > li > a#menu-4 small {
  background: url(../img/menu/menu-4.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-4.act small,
section #leftCol > ul > li > a#menu-4:hover small {
  background: url(../img/menu/menu-4-h.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-5 small {
  background: url(../img/menu/menu-5.png) no-repeat center 24px;
}
section #leftCol > ul > li > a#menu-5.act small,
section #leftCol > ul > li > a#menu-5:hover small {
  background: url(../img/menu/menu-5-h.png) no-repeat center 24px;
}
section #leftCol > ul > li > a#menu-6 small {
  background: url(../img/menu/menu-6.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-6.act small,
section #leftCol > ul > li > a#menu-6:hover small {
  background: url(../img/menu/menu-6-h.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-7 small {
  background: url(../img/menu/menu-7.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-7.act small,
section #leftCol > ul > li > a#menu-7:hover small {
  background: url(../img/menu/menu-7-h.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-8 small {
  background: url(../img/menu/menu-8.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-8.act small,
section #leftCol > ul > li > a#menu-8:hover small {
  background: url(../img/menu/menu-8-h.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-9 small {
  background: url(../img/menu/menu-9.png) no-repeat center 19px;
}
section #leftCol > ul > li > a#menu-9.act small,
section #leftCol > ul > li > a#menu-9:hover small {
  background: url(../img/menu/menu-9-h.png) no-repeat center 19px;
}
section #rightCol {
  *zoom: 1;
  padding: 30px 30px 50px 170px;
  width: 100%;
}
section #rightCol:before,
section #rightCol:after {
  display: table;
  content: "";
}
section #rightCol:after {
  clear: both;
}
section #rightCol .download-pdf {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: relative;
  top: -4px;
}
section #rightCol .download-pdf em {
  background: url(../img/sprite.png) no-repeat -40px -15px;
  display: inline-block;
  margin: 0 9px 0 0;
  position: relative;
  width: 16px;
  height: 16px;
  top: 3px;
}
section #rightCol article {
  clear: both;
  float: left;
  padding: 0 0 30px;
}
section #rightCol article.with-filter .content {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
section #rightCol article .filter {
  background: #cddfe4;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: 15px 0 0;
  padding: 19px 20px 16px;
}
section #rightCol article .filter form {
  *zoom: 1;
}
section #rightCol article .filter form:before,
section #rightCol article .filter form:after {
  display: table;
  content: "";
}
section #rightCol article .filter form:after {
  clear: both;
}
section #rightCol article .filter label {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
section #rightCol article .filter input[type=text],
section #rightCol article .filter select, .h1-filter select {
  background: #ffffff;
  border: 1px solid #cccccc;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 0 20px 0 10px;
  padding: 0 8px;
  width: 150px;
  height: 30px;
  -webkit-box-shadow: inset 2px 3px 0 0 #f2f2f2;
  box-shadow: inset 2px 3px 0 0 #f2f2f2;
}

section #rightCol article .filter input[type=checkbox] {
  float: left;
  margin: 8px 10px 0 0;
  padding: 0;
}
section #rightCol article .filter button {
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  margin: 0px 0px 0px 30px;
  width: 92px;
  height: 28px;
}
section #rightCol article .content {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0 0;
  padding: 15px 15px 14px;
}
section #rightCol article table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
section #rightCol article table td {
  padding: 0 2px 3px;
  vertical-align: top;
  text-align: left;
}
section #rightCol article span.file,
section #rightCol article span.file-left,
section #rightCol article span.file-right,
section #rightCol article span.file-top,
section #rightCol article span.file-bottom {
  background: #f0f0f0;
  display: block;
  overflow: hidden;
}
section #rightCol article span.file {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  height: 38px;
  padding: 0 8px;
}
section #rightCol article span.file-left,
section #rightCol article span.file-right {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  height: 59px;
  padding: 10px 10px 0;
}
section #rightCol article span.file-left strong,
section #rightCol article span.file-right strong {
  display: block;
}
section #rightCol article span.file-left {
  border-right: 1px solid #ccc;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
section #rightCol article span.file-right {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
section #rightCol article span.file-top {
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  height: 30px;
  padding: 0 10px;
}
section #rightCol article span.file-top small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
}
section #rightCol article span.file-bottom {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  height: 29px;
  padding: 0 10px;
}
section #rightCol article span.file-bottom small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
}
section #rightCol article small {
  float: right;
  padding: 0 0 0 20px;
}
section #rightCol article small.red {
  color: #db0e04;
}
section #rightCol article small.green {
  color: #2e710c;
}
section #login {
  margin: 0 auto;
  padding: 100px 0 100px;
  width: 390px;
}
section #login .content-top {
  background: #ffffff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: 15px 0 0;
  padding: 30px 30px 14px;
}
section #login .content-top label {
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin: 0 0 10px;
}
section #login .content-top input[type=text],
section #login .content-top input[type=password], 
#manageAccount .content-top input[type=password]{
  background: #ffffff;
  border: 1px solid #cccccc;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0 8px;
  width: 245px;
  height: 30px;
  -webkit-box-shadow: inset 2px 3px 0 0 #f2f2f2;
  box-shadow: inset 2px 3px 0 0 #f2f2f2;
}
section #login .content-top .remember {
  *zoom: 1;
  padding: 3px 0 0;
}
section #login .content-top .remember:before,
section #login .content-top .remember:after {
  display: table;
  content: "";
}
section #login .content-top .remember:after {
  clear: both;
}
section #login .content-top .remember input[type=checkbox] {
  float: left;
  margin: 8px 10px 0 0;
  padding: 0;
}
section #login .content-top .remember label {
  float: left;
  font-size: 14px;
}
section #login .content-bottom {
  background: #cddfe4;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  *zoom: 1;
  padding: 19px 30px 16px;
}
section #login .content-bottom:before,
section #login .content-bottom:after {
  display: table;
  content: "";
}
section #login .content-bottom:after {
  clear: both;
}
section #login .content-bottom a {
  float: left;
  font-size: 12px;
  margin: 3px 0 0;
}
section #login .content-bottom button {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  margin: 0;
  width: 107px;
  height: 28px;
}

section #login #langSelect {
	float: right;
	padding-top: 9px;
}

span.h1-filter {
	float: left;
}

footer {
  bottom: 15px;
  *zoom: 1;
  right: 30px;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
footer:before,
footer:after {
  display: table;
  content: "";
}
footer:after {
  clear: both;
}
footer .logo {
  float: left;
  margin: 2px 0 0;
}
footer .content {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding: 0 0 0 10px;
}
/*	KALENDAR - VYSKAKOVACI PO KLIKU NA INPUT	*/
#ui-datepickerInput-div {
  background: #fcfbfb;
  border: 1px solid #d3d3d3;
  display: none;
  font-family: arial, tahoma, verdana, sans-serif;
  padding: 4px;
  width: 220px;
}
#ui-datepickerInput-div .ui-datepickerInput-header {
  *zoom: 1;
  padding: 24px 0 10px;
  text-align: center;
}
#ui-datepickerInput-div .ui-datepickerInput-header:before,
#ui-datepickerInput-div .ui-datepickerInput-header:after {
  display: table;
  content: "";
}
#ui-datepickerInput-div .ui-datepickerInput-header:after {
  clear: both;
}
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-prev,
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-next,
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-prev span,
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-next span {
  background: url(../img/cal-nav.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 17px;
}
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-prev,
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-prev span {
  float: left;
}
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-prev:hover,
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-prev span:hover {
  background-position: 0 -17px;
}
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-next,
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-next span {
  background-position: -25px 0;
  float: right;
}
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-next:hover,
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-next span:hover {
  background-position: -25px -17px;
}
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
}
#ui-datepickerInput-div .ui-datepickerInput-header .ui-datepickerInput-title a {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
}
#ui-datepickerInput-div .ui-datepickerInput-calendar {
  border: 1px solid #d7d7d7;
  border-bottom: 0px solid #d7d7d7;
  border-spacing: 0;
  width: 100%;
}
#ui-datepickerInput-div .ui-datepickerInput-calendar th,
#ui-datepickerInput-div .ui-datepickerInput-calendar td {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  width: 14.285714285714286%;
}
#ui-datepickerInput-div .ui-datepickerInput-calendar th {
  background: #eaeaea;
  font-size: 10px;
  font-size: 1rem;
  line-height: 34px;
}
#ui-datepickerInput-div .ui-datepickerInput-calendar td {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 34px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.clear {
  clear: both;
}
.text-right {
  text-align: right;
}
.hidetext {
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}
.btn-red {
  background: #db0e04;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 2px 0 0 #ae0c04;
  box-shadow: 1px 2px 0 0 #ae0c04;
}
.btn-red:hover {
  background: #ae0c04;
  -webkit-box-shadow: 1px 2px 0 0 #8d0a04;
  box-shadow: 1px 2px 0 0 #8d0a04;
}
.btn-blue {
  background: #123368;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 2px 0 0 #041532;
  box-shadow: 1px 2px 0 0 #041532;
}
.btn-blue:hover {
  background: #041532;
  -webkit-box-shadow: 1px 2px 0 0 #000;
  box-shadow: 1px 2px 0 0 #000;
}

.btn-gray {
  background: #999999;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 2px 0 0 #041532;
  box-shadow: 1px 2px 0 0 #041532;
}
.btn-gray:hover {
  background: #666666;
  -webkit-box-shadow: 1px 2px 0 0 #000;
  box-shadow: 1px 2px 0 0 #000;
}

@media print {
  /* TYPOGRAPHY */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4em;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: arial, Garamond, "Times New Roman", serif !important;
    color: #000;
    background: none;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
  }
  h1 {
    font-size: 19pt;
  }
  h2 {
    font-size: 17pt;
  }
  h3 {
    font-size: 15pt;
  }
  h4 {
    font-size: 12pt;
  }
  a:link,
  a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #444 !important;
  }
  a:link[href^="http://"]:after,
  a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  a[href^="http://"] {
    color: #000;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



/*  .....  










.....................................

*/