/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 25.10.2017, 15:42:45
 * Author     : Сергей
 */
.authInfo {
  display: none; }
  .authInfo__login {
    background: url(/sites/all/modules/custom/auth/img/man.png) no-repeat;
    background-size: contain;
    background-position: left center;
    font-size: 18px;
    padding: 0px 16px 0px 35px;
    margin-bottom: 30px;
    color: #393c83; }
  .authInfo__actions {
    margin-bottom: 40px; }
  .authInfo__horizon {
    background: url(/sites/all/modules/custom/auth/img/basic_gear.png) no-repeat;
    background-position: 10px center;
    background-size: 24px;
    padding-left: 38px !important; }
    .authInfo__horizon.disabled {
      cursor: default;
      opacity: 0.3;
      -moz-opacity: 0.3;
      filter: alpha(100); }
      .authInfo__horizon.disabled:hover,
      .authInfo__horizon.disabled:active,
      .authInfo__horizon.disabled:focus {
        cursor: default;
        background-color: #3dc4d0;
        color: white; }
  .authInfo__billing {
    background: url(/sites/all/modules/custom/auth/img/ecommerce_wallet.png) no-repeat;
    display: inline-block;
    text-align: left;
    background-size: 33px;
    background-position: left 14px;
    font-size: 18px;
    padding: 10px 22px 4px 45px;
    color: #393c83;
    text-decoration: none;
    line-height: 30px; }
    .authInfo__billing:focus,
    .authInfo__billing:active,
    .authInfo__billing:hover {
      color: #393c83; }
    .authInfo__billing.disabled {
      cursor: default;
      opacity: 0.3;
      -moz-opacity: 0.3;
      filter: alpha(100); }
    .authInfo__billing span {
      border-bottom: 1px solid #393c83; }
  .authInfo__logout {
    background: url(/sites/all/modules/custom/auth/img/exit.png) no-repeat;
    display: inline-block;
    text-align: left;
    background-size: 20px;
    background-position: left 14px;
    font-size: 18px;
    padding: 10px 22px 4px 27px;
    color: #393c83;
    text-decoration: none;
    line-height: 30px; }
    .authInfo__logout:focus,
    .authInfo__logout:active,
    .authInfo__logout:hover {
      color: #393c83; }



