/*----------- Common style -------------*/
a{
    cursor:pointer;
}
.input-group-btn>.btn-clear:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right:0;
}
.toggle-group-btn > .btn-clear:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right:0;
}
.toggle-group-btn .btn-clear:last-child {
    border-top-right-radius: 4px; 
    border-bottom-right-radius: 4px;
}
.input-group-btn .btn-clear:last-child{
        border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*----------- Footer Styles ------------*/
#footer .container {
	padding: 20px 25px 0px;
	max-width: 100%;
	width: 100%;
}
.footer-content .logo, .footer-content .version{
    float:left;
}
.footer-content .logo{
    padding-right:20px;
    position:relative;
}
.footer-content .logo::after{
    content: '';
    position:absolute;
    border-right:1px solid #8c8c8c;
    height:80%;
    bottom:20%;
    left:100%;
}
.footer-content .version{
    padding-left:20px;
    /* padding-top: 10px; */
}
.footer-content .version a{
    color:#666;
}


.k-grid .k-grid-header .k-header .k-link{
    display:block;
    font-weight:bold;
}
.k-grid .k-grid-header .k-header{
    font-weight:bold;
}
.k-tabstrip:focus{
    box-shadow:none;
    -webkit-box-shadow:none;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url(images/blade-spinner.gif) no-repeat center center rgba(0,0,0,0.05);
    margin-left:-25px;
    margin-top:-30px;
    margin-bottom:50px;
}
.content-load{
    visibility:hidden;
}
