.kaon-scroll-content {
    overflow-x: auto;
}
.h2, h2 {color:#00a1f1 !important;}
.bs-example {
    position: relative;
    padding: 15px;
    margin: 0 0 15px;
		border:1px solid #00a1f1;
    border-radius: 0;
}
.btn-primary {
		background-color: #00a1f1 !important;
		border:0 !important;
		border-radius: 0 !important;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover{
		background-color: #0070a7 !important;
}
.btn-default {border:0;color:#fff;background: #c6c6c6;border-radius: 0;border:0;}
.btn-default.active, .btn-default:active, .btn-default:hover, .btn-default:active{
		background-color: #a5a5a5 !important;
		color:#fff !important;
}
.btn-white {border:0;color:#44a1c0;background: #fff;border-radius: 0;}
.badge {font-weight: normal;padding:4px 7px;}
.badge-info {
  background-color: #00a1f1;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.i-checks>i {
    width: 20px;
    height: 20px;
    line-height: 1;
    border: 1px solid #00a1f1;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
}
.i-checks input:checked+i:before {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #00a1f1;
}
.i-checks>i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.table>thead>tr>th {border-top:1px solid #00a1f1 !important;border-bottom:1px solid #00a1f1;color:#00a1f1}
.kaon-header button {color:#333}
.modal-title {color:#00a1f1}
