﻿
imgx
{
    border:none;
}

/* -------------------------------------------------------------- */
.cell
{
    margin:1px;
    padding-left:5px;
    width:180px;
    height:290px;
    float:left;
    border:1px solid black;
    background:transparent;
    border-radius: 5px;
    position:relative;
}
.cell a
{
    color:#000;
    text-decoration:none;
    text-transform:none;
    width:100%;
    height:227px;
    display:block;
    background:transparent;
}
.cell a img
{
    margin-top:7px;
}
.cellimg
{
	text-align:left;
}
.cell img
{
    /*margin-left:45px;*/
    border:none;
}
.cell br
{
    line-height:14px;
}
.cell:hover
{
    background:#f0f0f0;
    background:rgba(176,196,222,0.75);
}
/* -------------------------------------------------------------- */


/* -------------------------------------------------------------- */
.splitcell
{
    margin:1px;
    padding-left:5px;
    width:180px;
    height:290px;
    float:left;
    background:transparent;
    border-radius: 5px;
    position:relative;
}
/* -------------------------------------------------------------- */


/* -------------------------------------------------------------- */
.splitcellpart
{
    margin:1px;
    padding-left:0px;
    width:100%;
    border:1px solid black;
    background:transparent;
    border-radius: 5px;
    position:relative;
}
.splitcellpart a
{
    color:#000;
    text-decoration:none;
    text-transform:none;
    width:100%;
    display:block;
    background:transparent;
}
.splitcellpart a img
{
    margin-top:7px;
}
.splitcellpartimg
{
	text-align:left;
}
.splitcellpart img
{
    /*margin-left:45px;*/
    border:none;
}
.splitcellpart br
{
    line-height:14px;
}
.splitcellpart:hover
{
    background:#f0f0f0;
    background:rgba(176,196,222,0.75);
}
/* -------------------------------------------------------------- */

.containerx
{
    padding: 5px 0 0 0;
    float:left;
    position:absolute;
    top:60px;
    bottom:0;
    left:0;
    right:0;
    z-index:5;
}


.loginbutton {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #009FD7 100%);
    border: 0 !important;
    border-radius: 0px;
    box-shadow: rgba(0, 159, 215, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    width: 70px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px !important;
    padding-right: 16px !important;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

    .loginbutton:focus {
        box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    }

    .loginbutton:hover {
/*        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
*/        transform: translateY(-1px);
    }

    .loginbutton:active {
        box-shadow: #3c4fe0 0 3px 7px inset;
        transform: translateY(2px);
    }