@media (min-width:768px) {
    .form-horizontal .control-label-view {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .view-group {
    margin-left: -13px;
    margin-right: -13px
}

.view-group {
    margin-bottom: 2px
}


.view-label {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0;
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
/*    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s*/
}

.btn-round-lg{
border-radius: 22.5px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}




/*.smart-timeline {
    position: relative
}

.smart-timeline-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    .smart-timeline-list:after {
        content: " ";
        background-color: #eee;
        position: absolute;
        display: block;
        width: 2px;
        top: 0;
        left: 95px;
        bottom: 0;
        z-index: 1
    }

    .smart-timeline-list li {
        position: relative;
        margin: 0;
        padding: 15px 0
    }

    .smart-timeline-list > li:hover {
        background-color: #f4f4f4
    }

.smart-timeline-hover li:hover {
    background-color: #f9f9f9
}*/

.smart-timeline-duration {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 50px;
    width: 80px;
    z-index: 101;
    padding: 2px
}

.table-noborder,
.table-noborder>tr>,
.table-noborder>tbody>tr>,
.table-noborder>tbody>tr>td,
.table-noborder>tbody>tr>th,
.table-noborder>tfoot>tr>td,
.table-noborder>tfoot>tr>th,
.table-noborder>thead>tr>td,
.table-noborder>thead>tr>th {
    border: 0px solid #ddd
}

@media (min-width: 768px) {
    .form-horizontal .control-label-left {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label-left {
        padding-top:11px;
        font-size: 17px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label-left {
        padding-top:6px;
        font-size: 12px
    }
}

/*Zainal*/
.info-notes {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 12px;
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    font-size: small;
}