body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    margin-left: 0px;
   /* background:#666262;*/
}

.logo {
    float: left;
    padding: 15px;
}

.h-title {
    color:#f6f6f6;
    border-right: 2px solid #ffffff;
    float: left;
    font-size: 26px; 
    /*font-weight: bold;*/
    padding: 25px;
}

.h-title:hover {
    color:#414141;
    border-right: 2px solid #f6f6f6;
    float: left;
    font-size: 26px; 
    padding: 25px;
    background-color: #f6f6f6;
    cursor: pointer;
}

.menu-title {
    color:#f6f6f6;
    border-right: 2px solid #ffffff;
    float: left;
    padding: 25px;
    width: 500px;
}

#box-result {
    border: 0px solid #1e87f0;
    /*height: 800px;*/
	padding:0px;
	overflow: auto;
    background:#fff;
    box-shadow: 0 0 20px rgba(73, 66, 66, 0.466);
    overflow:  hidden;
}

#box-result1 {
    border: 0px solid #1e87f0;
    /*height: 800px;*/
    padding:15px;
    overflow:  hidden;
}

#box-itog {
    border: 0px solid #1e87f0;
    /*height: 800px;*/
	padding:20px;
    background:#fff;
    box-shadow: 0 0 20px rgba(73, 66, 66, 0.466);
}

.wws {
    border: 0px solid #1e87f0;
}

#test {
    border: 0px solid #1e87f0;
    /*height: 800px;*/
}

.disabled {
    pointer-events: none;
    cursor: default;
 }

.hover-hand {
    cursor: pointer;
}

.green {
    color: green;
}

.podr {
    /*color: #1e87f0;*/
    cursor: pointer;
    font-size: 22px; 
    font-weight:bold;
}

.podr:hover {
    /*color: #1e87f0;*/
    cursor: pointer;
    font-size: 22px; 
    font-weight:bold;
    text-decoration: underline;
}

.end {
    color: #61bc47;
}

.clock {
    color: #9b9292;
    text-align: center;
}

.bt {
    font-size: 60px;
    font-weight: bold;
}

.hov {
    cursor: pointer;
}

.uk-tab-left>li>a{
	font-size:12px;
	text-decoration: none;
	margin: 0;
}
.uk-form-controls label{
	font-weight:normal;
	line-height:100%;
	margin-bottom: 8px;
}
.uk-form-controls .uk-radio{
	margin: 0 3px 0 0;
	font
}

.uk-button-success{
	background-color: #28a745;
    color: #fff;
    border: 1px solid transparent;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked{
	background-color: #28a745;
}