/* GRID */
.grid-350 .k-grid-content {
    min-height: 350px;
}

/* FORM */
.form-horizontal.form-display .form-group {
    margin-bottom: 0;
}

.form-horizontal.form-display .form-control-static {
    min-height: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .k-numerictextbox, .form-horizontal .k-datepicker, .form-horizontal .k-autocomplete,
.form-horizontal .k-combobox, .form-horizontal .k-dropdown, .form-horizontal .k-datetimepicker {
    width: 100%;
}

/* TABS */
.tab-content-bordered {
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* TABLE */
.table.table-plain th {
    border-bottom: none;
    padding-bottom: 0;
}

.table.table-plain td {
    border-top: none;
}

/* HEIGHT */
.h-200 {
    height: 200px;
}

.h-300 {
    height: 300px;
}

/* MARGIN */
.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.p-b-none {
    padding-bottom: 0;
}

.p-l-none, .table td.p-l-none {
    padding-left: 0;
}

.p-r-none {
    padding-right: 0;
}


/* CIRCLE */
.circle {
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
}

.circle-bordered {
    border: solid 1px #666;
    width: 12px;
    height: 12px;
}

.circle.circle-white {
    background-color: #fff;
}

.circle.circle-yellow {
    background-color: yellow;
}

.circle.circle-grey {
    background-color: grey;
}

.circle.circle-red {
    background-color: red;
}

.circle.circle-green {
    background-color: green;
}

.circle.circle-blue {
    background-color: blue;
}


/* BOX SHADOW */
.box-shadow-none {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numberCircle-xs {
    width: 12px;
    height: 12px;
    padding: 2px 0 2px 0;
    font: 8px Arial, sans-serif;
}

.numberCircle-sm {
    width: 18px;
    height: 18px;
    padding: 4px 0 4px 0;
    font: 11px Arial, sans-serif;
}

.numberCircle-md {
    width: 24px;
    height: 24px;
    padding: 4px 0 4px 0;
    font: 14px Arial, sans-serif;
}

.numberCircle-lg {
    width: 30px;
    height: 30px;
    padding: 6px 0 6px 0;
    font: 24px Arial, sans-serif;
}

.numberCircle-xl {
    width: 36px;
    height: 36px;
    padding: 8px 0 8px 0;
    font: 32px Arial, sans-serif;
}

.numberCircle-green {
    background: #00b050;
    color: #fff;
}

.numberCircle-yellow {
    background: #ffff2f;
    color: #000;
}

.numberCircle-orange {
    background: #ff9900;
    color: #000;
}

.numberCircle-red {
    background: #cf112b;
    color: #fff;
}
