::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.5);
}

body {
    cursor: url('http://ionicframework.com/img/finger.png'), auto;
}


/*	For Vechile Test Start Page ...		*/

span.item-note>label.item-checkbox {
    padding-left: 30px;
    padding-top: 23px;
}

.md-button.md-icon-button {
    height: 36px;
}

span.item-note>input[type="number"] {
    height: 36px;
}

span.item-note>input[type="text"] {
    height: 37px;
}

div.list>div.item>span:nth-child(1) {
    line-height: 2;
}


/* timer use only */

.progress-wrapper {
    position: relative;
    margin: 20px auto;
    font-size: 21px;
}

.progress {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 9em;
    font-size: 1em;
    text-align: center;
    font-weight: 100;
}


/* Custom Footer Bar @added for the footerbar => #03JAN2017*DEV* */

.ion-custom-footerbar {
    padding: 0px;
}

.ion-custom-footerbar .col {
    padding: 0px;
}

.ion-custom-footerbar .col div {
    margin: 2px;
    line-height: 3;
    border-radius: 0px;
}


/* Custom Footer Bar*/