/* Täiendavad stiilikirjeldused bootstrap kasutamise korral, et nullida olemasolevate Kivikse stiilide mõju sellele */

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

a, a:link, a:visited {
	color: #337ab7;
}

a:hover, a:focus {
	color: #23527c;
}

A.btn-primary, A.btn-primary:visited {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

/* Esialgsega võrreldes vaikimisi fondisuuruseks 14px asemel 12px */
A:hover, A:visited, A:link, A:active, .form-control, .btn {
	font-size: 12px;
}

.content {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
}

A.btn-link:hover {
	border: 1px solid;
	border-radius: 4px;
	text-decoration: none;
}

li.active {
	
}

/* Esialgsega kõigi pealkirjade fondisuuruse vähendamine ühe astme võrra (36 -> 30, 30 -> 24, jne) */
h1, .h1 {
	font-size: 30px;	/* Oli 36px */
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4 {
	font-size: 14px;
}

h5, .h5 {
	font-size: 12px;
}

h6, .h6 {
	font-size: 11px;
}

.page-header {
	margin: 0 0 20px;
}

.btn-fixsize {
    min-width: 100px;
/*    max-width: 80px; */
}

.embed-dynamic {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
/*  overflow: hidden; */
}

.embed-dynamic .embed-dynamic-item,
.embed-dynamic iframe,
.embed-dynamic embed,
.embed-dynamic object,
.embed-dynamic video {
  position: relative;
  width: 100%;
  height: 100%;
/*  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  border: 0;
}

.panel-body-iframe {
	background-color: #fff;
}

.breadcrumb {
	margin-bottom: 4px;
}

.lead {
	font-size: 14px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

input {
	line-height: normal;
}

.box_content {
    padding-right: 0px;
}