/*
    BM LAYOUT STYLES AND CUSTOM SITE STILES
*/
body{
    padding-top: 20px;
    padding-bottom: 20px;
    width:100%;
    font-family:Arial;
}
.outer_brand{
        padding: 15px;
        min-width: 200px;
}
 .app_acr {
    font-size: 25px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
 }
 .app_fullName {
    padding: 5px 5px 0px 5px;
    font-size: 16px;
    font-weight: bold;
 }
.row{margin:0px;}
.body_outer{
    display:block;
    max-width: 1170px;
    border: 1px solid #E1E1E8;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 4px #E1E1E8;
    z-index:1;
}
.body_header{
    display:block;
}
.w3-margin-rightdropdown {
    margin-right: 16px !important;
    width: 200px;  
}

.body_footer{
    width: 100%;
    position:fixed;
    left:0px;
    bottom:0px;
    display:block;
    height: 24px;
    z-index:2;
    background: #dcddde;
    background: -moz-linear-gradient(top, #dcddde 0%, #e7e8e9 50%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(50%,#e7e8e9), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#f5f5f5',GradientType=0 );
    color: #585858;
}
.footer_left {
    display: block;
    font-size: 15px;
    color: #aaaaaa;
    font-style: italic;
    padding: 2px 5px;
}
.footer_right {
    display: block;
    text-align:right;
    color: #aaaaaa;
    padding: 2px 5px;
}

/* LOGIN */
.form-signin
            {
                max-width: 330px;
                padding: 15px;
                margin: 0 auto;
            }
            .form-signin .form-signin-heading, .form-signin .checkbox
            {
                margin-bottom: 10px;
            }
            .form-signin .checkbox
            {
                font-weight: normal;
            }
            .form-signin .form-control
            {
                position: relative;
                font-size: 16px;
                height: auto;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            .form-signin .form-control:focus
            {
                border-color: #0056A7;
                z-index: 2;
            }
            .form-signin input[type="text"]
            {
                margin-bottom: -1px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }
            .form-signin input[type="password"]
            {
                margin-bottom: 10px;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }
            .account-wall
            {
                margin-top: 20px;
                padding: 20px 0px 20px 0px;
                background-color: #f7f7f7;
                -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            }
            .login-title
            {
                color: #555;
                font-size: 18px;
                font-weight: 400;
                display: block;
            }
            .profile-img
            {
                width: 96px;
                height: 96px;
                margin: 0 auto 10px;
                display: block;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }
            .need-help
            {
                margin-top: 10px;
            }
            .new-account
            {
                display: block;
                margin-top: 10px;
            }
            button.close{
                margin-top:-5px;
            }

    /* BOOTSTRAP OVERIDES */
    table.borderless > tr > td, table.borderless > tr > th {
        border: none;
    }
    .form-control:focus, button:focus
    {
        border-color: #0056A7;
        z-index:2;
    }
    ::selection {
      background:#0056a7; /* WebKit/Blink Browsers */
      color: white;
    }
    ::-moz-selection {
      background: #0056a7; /* Gecko Browsers */
      color: white;
    }