/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */

body {
	padding-top: 5rem;
}

html.signin, body.signin {
	height: 100%;
}

body.signin {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.optgroup-header {
	font-size: inherit;
}

.invalid-feedback-visible {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.search-select-button {
	border: 1px solid #ced4da;
}

.close {
	height: 10px;
	float: right;
}

.btn-a {
	color: #fff !important;
}

.bg-test {
	background-color: #0d5483;
}

.tab {
	padding: 6px 13px;
	height: 38px;
}

.tab:first-of-type {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.tab:last-of-type {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

/* Išlendanti juosta
-----------------------------------------------------------*/
#note {
	position: absolute;
	margin-top: 80px;
	top: -220px;
	width: 500px;
	min-height: 130px;
	right: 50px;
	/*background: #ffcc00;*/ /* Old browsers */
	/*background: -moz-linear-gradient(top, #97b832 0%, #8aaf19 50%, #7ea700 51%, #97b832 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97b832), color-stop(50%,#8aaf19), color-stop(51%,#7ea700), color-stop(100%,#97b832));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #97b832 0%,#8aaf19 50%,#7ea700 51%,#97b832 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #97b832 0%,#8aaf19 50%,#7ea700 51%,#97b832 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #97b832 0%,#8aaf19 50%,#7ea700 51%,#97b832 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom, #97b832 0%,#8aaf19 50%,#7ea700 51%,#97b832 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b832', endColorstr='#97b832',GradientType=0 );*/ /* IE6-9 */
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	-ms-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
	padding: 10px;
	padding-right: 20px;
	z-index: 20000
}

#note-cancel {
	position: absolute;
	margin-top: 90px;
	top: -220px;
	right: 60px;
	z-index: 20001;
	cursor: pointer;
}

.message-container {
	margin: 4px;
}


/*---------------- formos--------------------*/

.main-form-container {
	outline: 1px solid #dadada;
	background: #fafafa;
	display: block;
	width: 100%;
}

.main-top-container {
	clear: both;
	display: block;
	width: auto;
	margin: 12px 10px 5px 10px;
	border: 1px solid #dadada;
	padding: 5px 5px 5px 5px;
}

.main-top-big-container {
	clear: both;
	display: block;
	width: auto;
	border: 1px solid #BCBCBD;
	padding: 5px 5px 5px 5px;
	margin-bottom: -6px;
}

.simple-top-container {
	clear: both;
	display: block;
	background: #fafafa;
	width: auto;
	margin: 0px 10px 10px 10px;
	padding: 0px 5px 5px 5px;
	padding-bottom: 30px;
}

.main-bottom-container {
	clear: both;
	display: block;
	width: auto;
	margin: 20px 10px 10px 10px;
	border: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
}

.main-form-row {
	display: block;
	width: 100%;
	height: auto;
	margin: 2px;
	padding: 2px;
	vertical-align: central;
}

.bottom-Form-Buttons {
	width: 100%;
	/* border: 1px solid #bbb;*/
	margin: 5px 0px 10px 0px;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 0;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4f4f4), to(#dbdbdb));
	background-image: -webkit-linear-gradient(top, #f4f4f4, 0%, #dbdbdb, 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 0%, #dbdbdb 100%);
	background-repeat: repeat-x;
	border-top: 1px solid #BCBCBD;
}

.up-Form-Buttons {
	width: 100%;
	/* border: 1px solid #bbb;*/
	margin: 5px 0px 10px 0px;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 0;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4f4f4), to(#dbdbdb));
	background-image: -webkit-linear-gradient(top, #f4f4f4, 0%, #dbdbdb, 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 0%, #dbdbdb 100%);
	background-repeat: repeat-x;
	border-bottom: 1px solid #dadada;
}

.title-user-form {
	position: absolute;
	margin: -26px 40px 0 -6px;
	padding: 20px 0px 0px 5px;
	font-weight: bold;
	display: inline-block;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: 0px;
	background-color: #FAFAFA;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.title-user-form span {
	height: 15px;
	line-height: 20px;
	top: -18px;
	border: none;
	resize: none;
	margin-left: 2px;
	position: relative;
	background-color: transparent;
	padding: 5px 0px 0px 10px;
	margin: 0px 40px 20px 0px;
}