/**
 * Copyright (C) 2015 [JS]Folio
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/**
* @author Steve [JS]Folio
*
*/

.templateswitch
{
    background    : url("eye.png") left center no-repeat;
    display       : block;
    margin-top    : 5px;
    padding-left  : 42px;
    float         : right;
    margin-bottom : 5px;
}

.black-color .templateswitch
{
    background : url("b_eye.png") left center no-repeat;
}

.templateswitch_black
{
    float        : right;
    background   : url("n_eye.png") left center no-repeat;
    display      : block;
    margin       : 5px 0;
    padding-left : 34px;
    color        : #ffffff;
    font-size    : 14px;
	font-weight:bold;
	text-shadow:1px 1px 2px black, 0 0 1em #00adb3;
}

.templateswitch_black:hover
{
    color : #ffffff;
}