﻿.move-left {
    width: auto;
    box-shadow: none;
}

.k-button {
    background-color: #01619b;
    color: white;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .k-button:hover {
        background-color: #01619b;
        color: white;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }

.this-p {
    font-size: 12px;
    font-weight: bold;
}

.this-span {
    font-weight: lighter;
    font-size: 11px !important;
    margin-left: 10px;
    color: gray;
}

#btnPrint{
    display: none;
}