.button {
	background: url(/images/button.png);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 0px 8px 0px;
	min-width: 145px;
	border: solid 0px white;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	background-size: contain;
}
.button:hover {

}
.button-noactive {
	background: silver;
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px 0px 8px 0px;
	min-width: 145px;
	border: solid 0px white;
	border-radius: 4px;
	cursor: default;
	outline: none;
}
.button[disabled] {
	background-position: top;
	background-repeat: repeat-x;
	color: white;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 0px 8px 0px;
	min-width: 145px;
	border: solid 1px transparent;
	border-radius: 4px;
	cursor: default;
	outline: none;
	opacity: 0.5;
}
.button-noactive-ajax {
	background: url(../img/button-wait.gif) repeat center !important;
	border: solid 1px white !important;
	text-shadow: rgba(25,25,25,0.7) 0px 0px 7px !important;
	color:#333 !important;
}

#PoverkiBox {
	/*background: #f0f1ec;*/
	/*box-shadow: inset 1px 0px 0px 0px rgba(203,201,200,1);*/
}
.PoverkiRow{
	box-shadow: inset 1px 0px 0px 0px rgb(203, 201, 200);
}
.PoverkiTopForScroll {
	position: relative;
	max-height:420px;
}
.PoverkiScroll {
	position: relative;
	padding-top: 0px;
	z-index: 8;
	max-height:420px;
}
.PoverkiBody {
	padding: 0px;
	border: solid 0px red;
}
.PoverkiTopGradient {
	z-index: 10;
	border: solid 0px red;
	position: absolute;
	width: 100%;
	height: 75px;
	border-radius: 0px 17px 0px 0px;
	-moz-border-radius: 0px 17px 0px 0px;
	-webkit-border-radius: 0px 17px 0px 0px;

	background: -moz-linear-gradient(top,  rgba(248,249,244,1) 0%, rgba(247,248,243,1) 7%, rgba(242,243,238,0.6) 69%, rgba(240,241,236,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(248,249,244,1) 0%,rgba(247,248,243,1) 7%,rgba(242,243,238,0.6) 69%,rgba(240,241,236,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(248,249,244,1) 0%,rgba(247,248,243,1) 7%,rgba(242,243,238,0.6) 69%,rgba(240,241,236,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f4', endColorstr='#00f0f1ec',GradientType=0 ); /* IE6-9 */

}

.PoverkiNizGradient {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	border-radius: 0px 0px 17px 0px;
	-moz-border-radius: 0px 0px 17px 0px;
	-webkit-border-radius: 0px 0px 17px 0px;

	background: -moz-linear-gradient(top,  rgba(240,241,236,0) 0%, rgba(242,243,238,0.6) 31%, rgba(247,248,243,1) 93%, rgba(248,249,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(240,241,236,0) 0%,rgba(242,243,238,0.6) 31%,rgba(247,248,243,1) 93%,rgba(248,249,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(240,241,236,0) 0%,rgba(242,243,238,0.6) 31%,rgba(247,248,243,1) 93%,rgba(248,249,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f1ec', endColorstr='#f8f9f4',GradientType=0 ); /* IE6-9 */

}

#RequestsModal, #ClientsModal, #PoverkaModal, #SourceModal, #DeleteModal {
    background: rgb(248, 249, 244);
}

.TitleSchet {
    margin-left: 22px;
    margin-top: 0px;
    position: relative;
    z-index: 11;
    text-shadow: rgb(239, 239, 235) 0px 0px 10px;
    display: inline-block;
	font: bold 22px Tahoma;
}

.KolvoHVS > input {
    color: rgb(2, 143, 211);
    font-weight: bold;
    border-color: rgb(2, 143, 211);
}
.KolvoGVS > input, .KolvoGVS > input:focus {
    color: rgb(202, 60, 56);
    font-weight: bold;
    border-color: rgb(202, 60, 56);
}





.TOPmessage {
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: rgb(255, 255, 255);
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    z-index: 1200;
    cursor: pointer;
}
.TOPmessage.info{
	background-color: #4ea5cd!important;
	border-color: #3b8eb5!important;
}
.TOPmessage.error{
	background-color: #de4343!important;
	border-color: #c43d3d!important;
}
.TOPmessage.warning{
	background-color: #eaaf51!important;
	border-color: #d99a36!important;
}
.TOPmessage.success{
	background-color: #61b832!important;
	border-color: #55a12c!important;
}
.TOPmessage h3{
	margin: 2px 0 3px 0;
}
.TOPmessage p{
	margin: 0;
	font-size:14px;
}

.AddPlus {
	width: 28px;
	display: inline-block;
	z-index: 20;
	position: relative;
	top: -1px;
	margin-left: 4px;
	border-radius: 50%;
	padding-top: 5px;
	font-size: 14px;
	min-width: 28px;
	padding-left: 2px;
	height: 28px;
}


.forLoadFormWait{
	width: 100%;
	text-align:center;
	padding: 50px;
	background: rgb(237, 237, 225) url(../img/wait_ajax.gif) no-repeat center 30px;
	border-radius: 20px;
	color:#333;
	font:14px;
}


.box-modal {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -170px;
	width: 800px; 
	height: 340px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 0px;
	font-family: 'Roboto', Calibri, Arial, serif-sans;
	font-size: 17px;
	padding: 0px 40px;
	background: #f8f9f4;
	padding-top: 5px;
}
.box-modal h2 {
	margin-bottom: 30px;
}
.box-modal_close {
    z-index: 5001;
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 26px;
    line-height: 15px;
    color: RGB(153, 153, 153);
    cursor: pointer;
}
