﻿    .tree-link:hover {
        background-color:#ffdc64;
    }

    .tree-link:active {
        background-color:#f0c800;
    }

    .btn-login input[type="submit"]:hover {
        background:none;
    }
    .btn-login input[type="submit"]:active {
        background:url('/Content/img/login-login-on.png') no-repeat;
        background-size: contain;
    }

    .btn-back a:hover {
        background:none;
    }

    .btn-back a:active {
        background: url('/Content/img/common-back_on.png') no-repeat;
        background-size:contain;
    }

    .btn-home a:hover {
        background:none;
    }

    .btn-home a:active {
        background: url('/Content/img/common-home-on.png') no-repeat;
        background-size: contain;
    }

    .btn-logoff a:hover {
        background:none;
    }

    .btn-logoff a:active {
        background: url('/Content/img/common-logoff-on.png') no-repeat;
        background-size: contain;
    }

    .btn-help a:hover {
        background:none;
    }

    .btn-help a:active {
        background: url('/Content/img/common-help-on.png') no-repeat;
        background-size: contain;
    }

    .btn-updir a:hover {
        background: none;
    }
    .btn-updir a:active {
        background: url(/content/img/common-logo-folderup-on.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .btn-test-explan a:hover {
        background: none;
    }

    .btn-test-explan a:active {
        background: url(/content/img/test-explanation-on.png) no-repeat;
        background-size: contain;
    }

    .btn-folderup-th:hover {
        background-color:#ffdc64;
    }

    .btn-folderup-th:active {
        background-color:#f0c800;
    }

    .link-gohome a:hover {
        background:none;
        color:#000;
    }
    .link-gohome a:active {
        background:url(/content/img/common-logo-home-on.png) no-repeat;
        background-size: 1.8em 1.3em;
        color:#f0c800;
    }

    .link-login a:hover {
        background:none;
        color:#000;
    }
    .link-login a:active {
        background:url(/content/img/common-logo-login-on.png) no-repeat;
        background-size: 1.8em 1.8em;
        color:#f0c800;
    }

    .file:hover {
        background-color:#ffdc64;
    }
    .file:active {
        background-color:#f0c800;
    }

.test-res-mark {
    min-width:70px;
}

body {
    -ms-touch-action: none; /* for *IE10 */
    touch-action: none;
}

	.clear-button:hover {
		background:url(/Content/img/common-logo-clear_roll.png) no-repeat;
	    background-size: 100% 100%;
	}
	.clear-button:active {
		background:url(/Content/img/common-logo-clear_on.png) no-repeat;
	    background-size: 100% 100%;
	}

	.ej-word:hover {
		background-color:#ffdc64;
		border-radius: 3px 3px;
	}

input[type="radio"]:checked+label:before,
input[type="checkbox"]:checked+label:before{
    content:'';
    background:url(/res/img/checkmark.png);
    background-size:100% 100%;
}

