﻿#Login {
}

    #Login .H2Title {
        margin: 1em auto;
        width: 100%;
        color: #333333;
    }

.H2Title {
    color: #ff6a00;
}

/*.panel-default > .panel-heading-custom {
    background: #2A4479; color: #fff;
}*/




#Login .Panel {
    margin: 5px auto 0 auto;
    width: 50%;
    text-align: center;
}

#Login .table {
    margin-top: -1px;
}

#Login .hsr-input {
    padding: 14px;
}

#Login .Reel {
    border: 1px solid white;
    width: 50%;
    height: 300px;
    margin: 1em auto;
    padding: 10px;
    overflow-y: auto;
    letter-spacing: 1px;
}

    #Login .Reel li {
        padding-left: 15px;
        background-image: url("/CITHSR_AMA/Content/images/listIconTri01.gif");
        background-repeat: no-repeat;
        background-position-y: 5px;
    }

@media (max-width: 990px) {
    #Login .Panel {
        width: 100%;
    }

    .invoice-submit button {
        text-align: center;
        width: 100%;
    }

    .col-md-4, .col-md-8 {
        padding: 0px;
    }
}


/*.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #ddd #ddd #ddd; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #ebebeb;
      background-color: #2A4479;
      border: 1px solid #ebebeb;
      border-bottom-color: transparent;
      cursor: default; }*/

/*.nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: red;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }*/