.button_c,.btn 
{	
  	height:21px;
	+height: 23px;
	font-family:Verdana;
	background:url(../images/button_01.gif) repeat-x;
	+background:#7cadcf url(../images/button_01.gif) repeat-x;
	color: #016bb2;
	border:1px solid #7cadcf;
	+border: 1px solid #fff;
	cursor:hand;
}
.button_c:hover,.btn:hover
{	
	background-color:#315d9e;
}

.btn_delete
{   
	width:20px;
	height:20px;
	border:0px;
	background: url(../images/button_delete.gif) 0 0 no-repeat; 
}




.RadioStyle input
{
    display: none;
}
.RadioStyle label{

    border: 1px solid #adadad;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    min-width: 75px;
    text-align: center;
    float: left;
    margin: 5px;
    border-radius: 2px;
    cursor: pointer;
    caret-color: transparent;
}
.RadioStyle label:hover
{
    background-color: rgb(188, 224, 241);
}
.RadioStyle input:checked+label
{
    color: #000000;
    background: linear-gradient(rgb(188, 224, 241), #9fd4f0);
    border: 2px solid rgb(49, 113, 174);
}

/* .RadioStyle input:checked+label{
    color: #000000;
    background: url(button_01.gif) repeat-x;
    background-size: auto 100%;
    border: 1px solid #7cadcf;
} */


.r_style input
{
    display: none;
}
.r_style label{

    border: 1px solid #adadad;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    text-align: center;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 2px;
    cursor: pointer;
    caret-color: transparent;
}
.r_style label:hover
{
    background-color: rgb(188, 224, 241);
}
.r_style input:checked+label
{
    color: #000000;
    background: linear-gradient(rgb(188, 224, 241), #9fd4f0);
    border: 1px solid rgb(49, 113, 174);
}


.toggle-button-none{ display: none; }
.switch-label
{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    background-color: #ccc;
    box-shadow: #ccc 0px 0px 0px 2px;
    border-radius: 1%;
    overflow: hidden;
    cursor: pointer;
}
.switch-square
{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 1%;
    background-color: #F5F8F0;
}
.switch-label .switch-text 
{
    line-height: 15px;
    vertical-align: 4px;
    font-size: 12px;
    text-shadow: 0 0 2px #F5F8F0;
}

.switch-on { color: #fff; display: none; text-indent: 2px;}
.switch-off { color: #fff; display: inline-block; text-indent: 16px;}
.switch-label .switch-square
{
    left: 0;
    transition: all 0.3s;
}
.toggle-button-none:checked + label.switch-label .switch-square
{
    left: 25px;
}
.toggle-button-none:checked + label.switch-label .switch-on{ display: inline-block; }
.toggle-button-none:checked + label.switch-label .switch-off{ display: none; }
.toggle-button-none:checked + label.switch-label
{
    background-color: #3171ae;
}



.popup {
	position: fixed;
     
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 770px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
 

 }

 .popup h2 {
     margin-top: 0;
 }

 .popup button {
	background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
 	margin-top: auto; 
}



 .kv-container{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
  	height: 90%;
 }
    
 .kv-container div {
	width: 25%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
