﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

 Wrapping element 
 Set some basic padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

 Set widths on the form inputs since otherwise they're 100% wide 
input,
select,
textarea {
    max-width: 280px;
}

 Carousel 
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

 Make .svg files in the carousel display properly in older browsers 
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

 Hide/rearrange for smaller screens 
@media screen and (max-width: 767px) {
     Hide captions 
    .carousel-caption {
        display: none;
    }
}*/

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/*input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}*/
/*pravi*/
body {
	margin: 0;
	display: flex;
	font-family: inherit;
}


nav {
	width: 100%;
	height: 32px;
	padding: 8px 11px;
	background-color: #757c84;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: fixed;
	z-index: 1050;
}


i {
	font-family: inherit;
	font-size: 35px;
}

.fa {
	color: #fff;
}

.icon-time, .bigger-110, .icon-chevron-up, .icon-chevron-down {
	color: #757c84;
}


.side-bar {
	font-family: inherit;
	margin-top: 48px;
}

ul {
	font-family: inherit;
	width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	position: fixed;
	height: 100%;
	overflow: auto;
}

nav a {
	font-size: x-large;
	color: #fff;
}

a {
	text-decoration: none;
	color: #757c84;
	padding-left: 16px;
	padding-top: 4px;
}

li a {
	font-family: inherit;
	display: block;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
}

li a.active {
	background-color: #008cba;
	color: white;
}

	li a:hover:not(.active) {
		background-color: #c8b08a;
		color: white;
	}

.main-part {
	font-family: inherit;
	font-size: 15px;
	margin-top: 48px;
	margin-left: 200px;
	padding: 0px 15px;
}

/*.form-style-8 input[type="button"],
.form-style-8 input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	box-shadow: inset 0px 1px 0px 0px #45D6D6;
	background-color: #0c6699;
	border: 1px solid #27A0A0;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 200;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
}*/

/*.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
	background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
	background-color: #34CACA;
}*/

