﻿/**
* Hodnotící prvek
* 
* Ovládací prvek hodnocení
* 
* @category   Komponenty
* @copyright  Copyright (c) 2016 Foxtrot Technologies s.r.o. (www.foxtrot.cz)
* @version    1.2, 2017-08-04
*/

.evaluationCtrlStarImg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.evaluationCtrlCursorPointer {
    cursor: pointer;
}