﻿/*********************************
  LOGIN
*********************************/
#wpmpLoginSection{
    margin-bottom: 40px;
    float: left;
    width: 100%;
    padding: 10px 20px;
}
#wpmpLoginSection label{
    display: block;
    font-weight: 600;
}
#wpmpLoginSection input{
    display: block;
    width: 100%;
    padding: 7.5px 20px 7.5px 10px;
    margin-bottom: 15px;
}
.account-menu{
    position: relative;
    width: 20px;
    height: 16px;
    margin-right: 15px;
    cursor: pointer;
}
.account-menu i.fa-user-circle-o{
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../png/red_userfcpd.png");
    margin-top: 7px;
}
.account-menu i.fa-user-circle-o:before{
    content: " ";
}
.account-menu .account-menu-popover{
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2f2f2f;
    display: none;
    padding: 10px 10px 10px 10px;
    z-index: 999999;
    border-radius: 5px;
}
.account-menu .account-menu-popover:before{
    display: block;
    content: " ";
    position: absolute;
    top: -16px;
    left: 50%;
    width: 27px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../png/triangle-shape8uco.png");
    transform: translateX(-50%);
}
.account-menu .account-menu-popover li{
    color:#fff;
    list-style: none;
    text-align: left;
    display: block;
    min-width: 125px;
    line-height: 25px;
}
.account-menu .account-menu-popover li a{
    color:#fff;
    font-size: 14px;
}
.account-menu .account-menu-popover li a:hover{
    color:#ccc;
}
.account-menu .current-user{
    font-size: 11px;
    color:#ec1d24;
    line-height: 25px;
    text-transform: uppercase;
    max-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.account-menu .account-menu-popover li i{
    margin-right: 7.5px;
}
.account-menu .account-menu-popover li i.download-icon{
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../png/download_white2zk8.png");
}
.account-menu .account-menu-popover li i.user-icon{
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../png/user-white1akc.png");
}
.account-menu .account-menu-popover li i.logout-icon{
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../png/logout-whitesxqm.png");
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color:red;
}

