﻿body {
    background: #EFF3F6;
    min-width:400px;
   
}

@media (max-width: 750px) {
    .content-wrapper .user-admin {
        width: 90%;
        margin:  60px auto;
    }
}

#background-header {
    background-color: #0E224E;   
    padding:10px;
   
}
#horizontal-panel {
    color: #999999;
}


#password1 {
    
}

#RenterPassword1 {
    
}

#SecurityAnswer {
    background-image: url('/Images/Login/password_Icon.png');
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

#horizontal-panel-heading {
    background-color: #DDDDDD;
    color: #999999;
}

.horizontal-bar-input {
    height: 40px;
  min-width:300px;
    max-width:300px;
}

#horizontal-panel-body {
    color: black;
    font-size: smaller;
}

.email-renter-password {
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

.email-password {
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

.horizontal-bar-label {
      min-width:300px;
    max-width:300px;  
}
.horizontal-bar-textbox {
    height: 40px;
    min-width:300px;
    max-width:300px;

   
   
}
.horizontal-bar-dropdown {
    height: 30px;
     min-width:300px;
    max-width:300px;
   
   
}
.horizontal-sub-panel{
     margin-left: 40px;
     margin-right:30px;
}

.horizontal-sub-panel-forgotPassword{
     margin-left: 45px;
}

.login-wrapper .login-logo {
  background-repeat: no-repeat;
  background-size: 150px;
  height: 75px;
  width: 150px;
  top: 100px;
  left: 225px;
  position: absolute;
  display: block;
}

#applicationLogo{
    width: 224px;
}

.user-admin{
    width: 75%!important;
}

.ClientPicker{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 1200px;
    flex-wrap: wrap;
}

.ClientPicker > .letterGroup{
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 1.5em;
    margin-left: 5px;
    margin-bottom: 20px;
}

.ClientPicker > .letterGroup > h2{
    font-size: 2em;
    font-weight: bold;
}

/* Style the tab */
.MdmTabs {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.MdmTabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.MdmTabs button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.MdmTabs button.active {
    background-color: #ccc;
}

/* Style the tab content */
.MdmTabContent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}


