﻿body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td {
    padding: 0;
    margin: 0;    
}

table {
    border-collapse: collapse;
    border-spacing: 0;

    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

fieldset, img {
    border: 0;
    vertical-align: middle;
}

img {
    /*max-width: 100%;*/
}

ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

abbr, acronym {
    border: 0;
}

@media screen and (min-device-width: 480px) and (max-device-width: 1023px) {
    
    html, body {
        font-size: 9px
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1439px) {

    img {
        /*zoom: 0.8 !important;
        transform: scale(0.8);*/
    }

    html, body {
        font-size: 10px
    }

    .indexLeftPanel {
        background-image: url('../../Content/images/back1440.jpg');
    }
}

@media screen and (min-device-width: 1440px) and (max-device-width: 1599px) {
    
    html, body {
        font-size: 11px
    }

    .indexLeftPanel {
        background-image: url('../../Content/images/back1600.jpg');
    }
}

@media screen and (min-device-width: 1600px) and (max-device-width: 1920px) {
    
    html, body {
        font-size: 12px
    }

    .indexLeftPanel {
        background-image: url('../../Content/images/back1920.jpg');
    }
}

@media screen and (min-device-width: 1921px) and (max-device-width: 3840px) {

    html, body {
        font-size: 14px
    }

    .indexLeftPanel {
        background-image: url('../../Content/images/back3840.jpg');
    }
}