/* img {
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
} */

@media (min-width: 768px) {

    #Sideber {
        min-height: 550px;
    }

    #Navber {
        position: absolute;
        top: 0;
    }
}

@media print {
    #CopyRight { display: none !important; }
}

html {
    font-size: 12px;
}

#container {
    min-height: 550px;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
    background-color: yellow;
    border: 2px solid black;
}
