@font-face {
	font-family: "Lato-Regular";
	src: url("../fonts/Lato/Lato-Regular.ttf"); }
@font-face {
	font-family: "Lato-Hairline";
	src: url("../fonts/Lato/Lato-Hairline.ttf"); }
@font-face {
	font-family: "Lato-Italic";
	src: url("../fonts/Lato/Lato-Italic.ttf"); }
@font-face {
	font-family: "Lato-Bold";
	src: url("../fonts/Lato/Lato-Bold.ttf"); }

@font-face {
	font-family: "TitilliumWeb-Regular";
	src: url("../fonts/Titillium_Web/TitilliumWeb-Regular.ttf"); }
@font-face {
	font-family: "TitilliumWeb-Light";
	src: url("../fonts/Titillium_Web/TitilliumWeb-Light.ttf"); }
@font-face {
	font-family: "TitilliumWeb-ExtraLight";
	src: url("../fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf"); }

@font-face {
	font-family: "Digital-7-Mono";
	src: url("../fonts/digital-7/digital-7 (mono).ttf"); }
@font-face {
	font-family: "Digital-7-Italic";
	src: url("../fonts/digital-7/digital-7 (italic).ttf"); }
@font-face {
	font-family: "Digital-7-Mono-Italic";
	src: url("../fonts/digital-7/digital-7 (mono italic).ttf"); }


html {
    position: relative;
    min-height: 100%;
}

body {
	font-size: 1rem;
	/*font-family: 'TitilliumWeb-Regular';*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body:not(.light) {
	color: #fff;
	background-color: #313131;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: unset;
	margin: 0 10px 0 0;
}

.checkbox label {
	padding-left: 0;
}

.body-background {
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.login-form {
	padding: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
}

.login-form .heading {
	font-family: 'TitilliumWeb-ExtraLight', Arial, sans-serif;
	font-weight: normal;
	font-size: 2.1rem;
	position: relative;
	color: #333;
}

.body-background .login-form {
	background: rgba(255,255,255,.9);
}

.dropdown-menu {
    font-size: 1rem;
}

p {
    margin: 0 0 5px;
}

label {
	font-weight: normal;
}

.navbar-inverse, footer {
    /*background-color: #535c69;*/
	/* Margin bottom by footer height */
	background: rgba(84, 92, 105, 1);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(84, 92, 105, 1), rgba(16, 16, 16, 1));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(84, 92, 105, 1), rgba(16, 16, 16, 1));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(84, 92, 105, 1), rgba(16, 16, 16, 1));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(84, 92, 105, 1), rgba(16, 16, 16, 1));
	/* Standard syntax */
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #f2f2f2;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #af0000;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #af0000;
    font-weight: bold;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}

.nav-pills>li:not(.active)>a, .nav-pills>li:not(.active)>a:focus, .nav-pills>li:not(.active)>a:hover {
	color: #333;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #535c69;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fcfcfc;
}

.flag-en {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAABN0lEQVRIS+2Vv0oDQRDGf3M572wF8WpfIIh4AX0HS6ONNkERBMFStFI7E0RNKv+Ago0PklhKHiKY1tKQW/GyObjK3bvANbfNMPDNzPftzM7KMcu7H+w8KxZd4uNMDJG2//uCR50jjTc2QwX7UuN0FLGgixsHp4DCHNucZAkeSkhLKcbcdRuIwNV6P0501q0a+4LL63doRaD98BbjEwL3vQYCXGoC572qse/g8pKdwI1SjAiYKLBRPpXs4NNhw+oG3jVaQtIEbJRPK1bwaWcnUM5AOQPlDKRnwOoxJ79Fjj1Qo6MUPwSsxZsPKrGNGBv77so8t5+rVtyTRXTRelKe73Gwt2WVIC84+QsKJ9AE9aemnleSZXzSgsIJFN6Cwgk04QsILFs4K/hArmFT4BFYmlVWwzwDBYe/lprysoxE758AAAAASUVORK5CYII=');
    height: 15px;
    width: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.flag-rs {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAACoUlEQVRIS+2WW0gUYRTH/zODm9aYurvtqq2Mha7uaoRFRFRGeMEeDcyKLshiLxHdoKyHgkIkwagoSGyh8kUKHywffJB8kFTKVsK9oG2WqOUqK66zF2fXmY3ZdNHAS1NrPjRP832c8///zvkOMx9RCahJoBVANlb3MQtAPlEF9P4D87lSzSJAUFwdXd3q0TDr9x9gbXegLSEVQ/EUhmXkggnZ7BegcfHIm/gqeXKWnQHRvFMVtaTB7vGAZIgwgE5/LUhRMqRmHltgFjtYAdplQdGBTKgUNAZftoMp2R+KsXf1o+PbFNxxerDMHUld+Gx5FsojFge4CtplxTYvi5wTBzH21grVXj18o5OwvX4Hs0IOd5wOLFMdGQDK+RSqkcaw+L5dW+BwuvFpYDy8N5Z8GLyyLDIAQXcbkgfuhsWzAxwCGSnoGxgL741oq0BGS/uCL3sEMscjKBwt0MXKQCUrUHzlOjxuDz7UP4aT5WDu+w6H5iQE+ZHIdGDD8E1snDCBjpGhIDcDhdX14FxT6Ko+j+Y2K9weDk51Efzqs5EBUFtKQPLTKM3PwtDzFhwfdoDnfGivKIM/Zh1etVrgpRm4tj6MDEDcl4tYz9pRuJNBIrMJacUGBFgPBlsb8L65GzY/4FTlwZ944c8AbtUYQ3/DG5cNxHylcm36AxA4p5TT2K5Lgr/DCmXBDnxs7MSIMgEcF4BAEuVGW/8TKQRzvsRiAKLoGV26KSggR3zXJMVjdJzFzAz/048kX9TZ+kqlmIs5KwIQA0/n7qmlWM8pyuuLFtdcisYeNem6b+w2STv8WeIVA4jxhqws+bQ27RIvoLahqWlIatXz834L4G8Y/qqxdgBu1xh7g6t/I55rSA9Rea9OzfPkGwD6SLR6Cc0eihIO/QAJQjDd+sS1TQAAAABJRU5ErkJggg==');
    height: 15px;
    width: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 30px;
    background-color: #f5f5f5;
}

footer p {
    padding-top: 8px;
    margin: 0;
}

label {
    padding-top: 10px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.container {
    padding-top: 70px;
    padding-bottom: 50px;
}

.text-gray {
    color: #555;
}

.parsley-errors-list {
    list-style-type: none;
    -webkit-padding-start: 5px;
}

.parsley-errors-list li {
    color: #ff0000;
    font-size: 0.85rem;
}

.padding-0 {
	padding: 0;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-right-20 {
	padding-right: 20px;
}

.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.container-login {
    max-width: 900px;
}

.col-md-6:nth-child(2n+2) + .col-md-6{clear:both;}

.width-50, .button-left, .button-right {
    width: 50%;
}

.width-100 {
	width: 100%;
}

button span, a span.glyphicon {
    padding-right: 5px; }

.employee-box-container {
	position: relative;
}

.employee-box {
	padding: 15px;
	margin-bottom: 30px;
	min-height: 210px;
	border-radius: 10px;
}

body.light .employee-box {
	box-shadow: 0 2px 4px #999;
	background-color: #f9f9f9;
}

body.dark .employee-box {
	box-shadow: 0 2px 4px #525252;
	background-color: #5f5e5e;
}

.edit-employee-link {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 1000;
}

.employee-avatar {
	opacity: 1;
	width: 100%;
	max-width: 130px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

body.light .employee-avatar {
	box-shadow: 0 4px 8px #999;
}

body.dark .employee-avatar {
	box-shadow: 0 4px 8px #525252;
}

.employee-detail {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-envelope-o, .fa-phone, .fa-skype, .fa-linkedin, .fa-share-alt, .fa-github, .fa-gitlab {
	font-size: 14px;
	width: 16px;
	margin-right: 5px;
}

.fa-skype {
	color: #12A5F4;
}

.section-heading {
	padding: 5px;
	color: #fff;
	text-align: center;
}

.light .section-heading{
	background-color: #535c69;
}

.dark .section-heading {
	background-color: #232425;
}

.law-paragraph {
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
}

.container-with-border {
	background-color: #fff;
	box-shadow: 0 5px 10px #999;
	border-radius: 10px;
}

.search {
    position: relative;
}
.search input {
    text-indent: 15px;
}
.search .glyphicon-search {
    position: absolute;
    top: 9px;
    left: 8px;
	color: gray;
}

.absence-legend {
	margin-right: 20px;
	float: left;
}

.absence-legend div {
	height: 14px;
	width: 14px;
	float: left;
	margin-right: 5px;
}

.small-text {
	font-size: 0.8rem;
}

.white-text {
	color: #fff;
}

.light .red-text {
	color: #af0000;
}

.dark .red-text {
	color: #ff7979;
}

.light .green-text {
	color: #008000;
}

.dark .green-text {
	color: #0ac50a;
}

.light .yellow-text {
	color: #ff9b1b;
}

.dark .yellow-text {
	color: #f2f755;
}

.green-background {
	background: #5cb85c;
}

.red-background {
	background: #d9534f;
}

.blue-background {
	background: #337ab7;
}

.gray-background {
	background: #9e9e9e;
}

.pink-background {
	background: #9c27b0;
}

.ribbon {
	position: absolute;
	left: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}
.ribbon div {
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
}
.ribbon div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}
.ribbon div::after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}

.ribbon span::before {
	content: attr(data-label);
}

.fill-in {
	font-weight: bold;
	font-style: italic;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #af0000;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #af0000;
	border-color: unset;
}

.dropdown-menu {
	background: #171717;
}
.dropdown-menu > li > a {
	color: #f2f2f2;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu > li > a:focus, .dropdown-submenu > li > a:hover {
	color: #f2f2f2;
	background-color: #af0000;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
	background: #171717;
}
.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color:#555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

#engagementTable {
	width: 100%;
	margin-bottom: 20px;
}

#engagementTable th {
	vertical-align: top;
}

#engagementTable td {
	border-bottom: 1px solid #d3d3d3;
	padding-top: 10px;
	vertical-align: top;
}
#engagementTable button {
	margin-bottom: 10px;
}

#engagementReportTable {
	width: 100%;
	table-layout: fixed;
}
#engagementReportTable tr {
	height: 30px;
}
#engagementReportTable thead tr {
	border-bottom: 1px solid #d3d3d3;
}
#engagementReportTable th:not(:last-child), #engagementReportTable td:not(:last-child) {
	border-right: 1px solid #d3d3d3;
}
#engagementReportTable th {
	text-align: center;
}

.timer {
	font-size: 1.7rem;
	line-height: 1rem;
	font-family: 'Digital-7-Mono-Italic';
	color: red;
	text-align: right;
	padding-right: 40px;
}

#error-page img {
	height: 10rem;
	margin-top: 5vh;
}

#error-page h1 {
	font-size: 4rem;
	letter-spacing: 0;
	font-weight: lighter;
}

#error-page h3 {
	font-size: 1.5rem;
	color: #999;
	font-weight: 200;
}

body.dark .nav-pills>li:not(.active)>a {
	color: #fff;
}

body.dark .nav-pills>li:not(.active)>a:focus, body.dark .nav-pills>li:not(.active)>a:hover {
	color: #333;
}

.light .document-link, .light .document-link:hover, .light .document-link:visited, .light .document-link:active {
	color: #af0000;
	text-decoration: none;
}

.dark .document-link, .dark .document-link:hover, .dark .document-link:visited, .dark .document-link:active {
	color: #ff7979;
	text-decoration: none;
}

@media (max-width: 375px) {
	.login-form {
		width: 300px;
	}
}

@media (min-width: 376px) {
	.login-form {
		width: 350px;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 12px;
	}
    .employee-box-container {
        width: 100%;
    }
    .employee-avatar {
	    max-width: 200px;
    }
    .employee-name, .employee-title {
	    text-align: center;
    }
}

@media (min-width: 769px) {
	html {
		font-size: 12px;
	}
	.login-form {
		max-width: 350px;
	}
	.employee-box-container {
		width: 48%;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	html {
		font-size: 11px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 12px;
	}
}

@media print
{
	.no-print, .no-print *
	{
		display: none !important;
	}
	.print {
		display: inline !important;
	}

	.container .print {
		zoom: 0.75;
	}
}