/* This CSS file only shows to users have signed in */

.profile .box
{
    position: relative;
    padding-right:250px;
    min-height:88%;
    overflow: hidden;
    background: #102638;
}
.profile-aside
{
    position:absolute;
    right:0;
    width:230px;
    top:0;
    bottom:0;
    background: #b41200;
}
.profile-menu
{
    float:right;
    width:100%;

}
.profile-menu li
{
float:right;
    width:100%;
    color:#222
}
.profile-menu a
{
    padding:20px 15px;
    float:right;
    width:100%;
    color:#222
}
.profile-menu i
{
    float: right;
    margin: 2px 0 0 8px;
}
.profile-menu  a.active , .profile-menu a:hover
{
    background:#fff;

}
.profile .content
{
    float:right;
    width:100%;
}
.profile select
{
    width:100%
}
.profile .tab-content
{
    display: none;
}
.profile .tab-content.visible
{
    display: block;
}
.watchlist-control-btns
{
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:80px
}
.watchlist-control-btns .btn
{
    display: block;
}
.watchlist-list li
{
    padding-left:85px;
}


.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    display: none;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #fff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}
.image-upload-wrap:hover .drag-text h3
{
    color:#fff
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}


.remove-image {
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
.avatar-pic
{
    margin:15px 0
}
.avatar-pic .avatar
{
    width:150px;
    height:150px;
    border-radius:50%;
    display: block;
    margin:0 auto;
    overflow: hidden;
}
.profile textarea , .material-field label
{
    width:100%
}

@media screen and (max-width:768px) {
    .profile-aside{
    width:170px;
}
    .profile .box
    {
        padding-right:190px
    }
}
.profile-responsive-menu
{
    display:none
}
.profile-responsive-menu li
{
    display: inline-block;
}
.profile-responsive-menu a{
    color:#fff;
}
@media screen and (max-width:540px) {
    .profile-aside{
        width:170px;
        right:-170px;
        visibility: hidden;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: 80;
        background:#721c24;
    }
    .profile-menu a
    {
        color:#fff;
        font-size:12px
    }
    .overlay-profile
    {
        position: absolute;
        top:0;
        left:0;
        bottom:0;
        right:0;
        z-index: 78;
        background:rgba(0,0,0,.4);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.34)
    }
    .overlay-profile.active
    {
        opacity:1;
        visibility: visible;
    }
    .profile-menu a.active, .profile-menu a:hover {
        background: #0003;
    }
    .profile-aside.active
    {
        right:0;
        visibility: visible;
        opacity: 1;

    }
    .profile .box
    {
        padding:40px 8px 8px 8px;
    }
    .profile-responsive-menu
    {
        display: block;
        position:absolute;
        top:0;
        left:0;
        right:0;
        width:100%;
        padding:10px;
        background:#222;
        coloR:#fff
    }
    .profile-responsive-menu #profile-menu-controller , .profile-responsive-menu #logout
    {
        background:rgba(81, 116, 193, 0.25);
        border-radius:4px;
        padding:4px 8px;
        float:right;
        cursor:pointer
    }
    .profile-responsive-menu #logout
    {
        float:left;
        background: #ff000052;
    }
    .profile-responsive-menu #logout:hover
    {
        background: rgba(255, 0, 0, 0.46);
    }
    .profile-responsive-menu #profile-menu-controller.active
    {
        background: rgba(81, 116, 193, 0.4);
    }
    .profile-responsive-menu #profile-menu-controller:before , .profile-responsive-menu #logout:before
    {
        content:"\e90c";
        float:right;
        margin:4px 0 0 6px;
        font-family: nexicon;
    }
    .profile-responsive-menu #logout:before
    {
        content: "\e91e";
    }
}




.login-box form , .login-register-tabs{
    margin:10px auto 0 auto;
    padding:30px 30px 10px 30px;
    max-width:400px;
    height:auto;
    overflow:hidden;
    background:white;
    border-radius:10px;
}

.login-register-tabs
{
    display:flex;
}
.login-register-tabs li
{
    font-size:24px;
    opacity:0.5;
    flex:auto;
    text-align:center;
    padding:8px;
    cursor: pointer;
}
.login-register-tabs li.active
{
    opacity:1
}
.login-box form label {
    font-size:14px;
    color:darkgray;
    cursor:pointer;
}

.login-box form label,
.login-box form input {
    float:right;
    clear:both;
}

.login-box form input,.login-box form button {
    margin:15px 0;
    padding:15px 10px;
    width:100%;
    outline:none;
    border-radius:40px;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -ms-transition:0.2s ease all;
    -o-transition:0.2s ease all;
    transition:0.2s ease all;
}

.login-box form input[type=text]:focus,
.login-box form input[type="password"]:focus {
    border-color:cornflowerblue;
}

.login-box input[type=submit],.login-box form button {
    padding:15px 50px;
    width:auto;
    background:#31182d;
    border:none;
    color:white;
    cursor:pointer;
    display:inline-block;
    float:right;
    clear:right;
    -webkit-transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -ms-transition:0.2s ease all;
    -o-transition:0.2s ease all;
    transition:0.2s ease all;
}
.errors
{
    background:#222;
    color:#fff; padding:8px 12px;
    border-radius:6px;
    margin:10px 0;
}
.login-box input[type=submit]:hover ,.login-box form button:hover{
    opacity:0.8;
}

.profile input[type="submit"]:active ,.profile form button:active{
    opacity:0.4;
}
.login-box button
{
    float:right;
}
.forgot,
.register {
    margin:5px;
    float:left;
    clear:left;
    display:inline-block;
    color:cornflowerblue;
    text-decoration:none;
}

.forgot:hover,
.register:hover {
    color:darkgray;
}
.tabs-content{
    display: none;
}
.tabs-content.active
{
    display: block;
}
