@font-face {
    font-family: 'robotolight';
    src: url('font/roboto_light_polish/Roboto-Light-webfont.eot');
    src: url('font/roboto_light_polish/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_light_polish/Roboto-Light-webfont.woff') format('woff'),
         url('font/roboto_light_polish/Roboto-Light-webfont.ttf') format('truetype'),
         url('font/roboto_light_polish/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('font/roboto_black_polish/Roboto-Black-webfont.eot');
    src: url('font/roboto_black_polish/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_black_polish/Roboto-Black-webfont.woff') format('woff'),
         url('font/roboto_black_polish/Roboto-Black-webfont.ttf') format('truetype'),
         url('font/roboto_black_polish/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('font/roboto_bold_polish/Roboto-Bold-webfont.eot');
    src: url('font/roboto_bold_polish/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_bold_polish/Roboto-Bold-webfont.woff') format('woff'),
         url('font/roboto_bold_polish/Roboto-Bold-webfont.ttf') format('truetype'),
         url('font/roboto_bold_polish/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.eot');
    src: url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.eot');
    src: url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


html,
body {
    height: 100%;
	font-family: Calibri, Tahoma, 'roboto_condensedlight', 'roboto_condensedregular', 'robotolight', Verdana;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.borderless td {
		vertical-align: top;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

.t4r_form_header
{
	color: #00CFFF;
  font-size: 18px;
  font-family: Tahoma;
}

.t4r_form_btn
{
	color: #FFFFFF;
	background-color: #00CFFF;
  font-size: 16px;
  font-family: Tahoma;
}

.field_red
{
	color: #FF0000;
}


.t4r-navbar
{
	font-size: 18px;
	font-family: robotoblack;
	height: 65px;
    text-transform: uppercase;
	vertical-align: middle;
	/*border-color: #CCCCCC;*/
}

.t4r-blue
{
	color: #00CCFF;
}

.t4r-back-blue
{
	background-color: #00CCFF;
	border-color: #00CCFF;
	border-width: 1px;
}

.navbar .dropdown form {
    display: none;
}
.navbar .dropdown.open form {
    display: block;
    background-color: #FFFFFF;
}


.navbar-default .navbar-brand {
    color: rgba(0, 0, 0, 1);
}
.navbar-default {
    font-size: 18px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-radius: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 1);
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(0, 204, 255, 1);
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0, 204, 255, 1);
    background-color: #FFFFFF;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}