﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.leftMenu .nav-link {
    color: #000000;
    background-color: #ffffff;
    border-bottom: #eeeeee solid 1px;
}
.leftMenu .nav-link:hover {
    color: #fff;
    background-color: #058466;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #058466;
  
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #f8f6f4;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.login-wrp {
    padding:10px;
    background:#ffffff;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05);
    margin-top:50px;
}

    .login-wrp .btn {
        width:100%!important;
    }

.login-btn {
    padding: 10px 24px !important;
    border: #0eacd4 solid 2px !important;
    border-radius: 3px !important;
    background-color: #0eacd4 !important;
    box-shadow: inset 0 0 100px 100px transparent;
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none;
    font-size: 16px !important;
}

.register-btn {
    font-weight: 400 !important;
    text-align: center;
}

.register-btn a {
    color:#000000!important;
    text-decoration:underline!important;
}
.google-btn {
    height: 42px;
    color: #ffffff !important;
    background-color: #4285f4 !important;
    border-radius: 2px !important;
    font-size: 14px!important;
    letter-spacing: 0.2px!important;
    font-weight:bold!important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.loginLogo {
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-bottom: #eeeeee solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    

.login-wrp h4 {
    text-align: center;
    font-size: 16px;
}

.login-wrp .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

#forgot-password {
    float: right;
    font-size: 14px;
    font-weight:600;
}

.copy-to-clipboard input {
    border: none;
    background: transparent;
}

.copied {
    position: absolute;
    background: #1266ae;
    color: #fff;
    font-weight: bold;
    z-index: 99;
    width: 100%;
    top: 0;
    text-align: center;
    padding: 15px;
    display: none;
    font-size: 18px;
}


.logoWrp{

}

.text-danger{
    color:red!important;
    font-size:14px!important;
}
.text-danger ul {
   margin:0px!important;
   padding:0px!important;
   list-style:none!important;
}
.form-control {
    border: #0eacd4 solid 1px !important;
    font-size: 15px !important;
}
label{
    font-weight:500!important;
    font-size:14px!important;
}

.forgotPass{
    color:#000000!important;

}

.form-group {
    margin-bottom: 10px!important;
}

.login-wrp h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
}

.ManageDiv h2 {
    font-size: 20px;
    border-bottom: #eeeeee solid 1px;
    padding-bottom: 20px;
}
.leftMenu {
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px;
}
.rightPanel {
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px;
}
    .rightPanel .btn-primary {
        color: #fff;
        background-color: #058466!important;
        border:none!important;
        min-width:100px;
       
    }

    .rightPanel h4 {
        font-size:18px;
        border-bottom: #eeeeee solid 1px;
        padding-bottom: 10px;
    }

.alertBox {
    width: 100%;
    border: 1px solid #f7d3d7;
    background: #fff8f9;
    color:#000000;
    font-weight:600;
    font-size:14px;
    padding:10px;
    margin-bottom: 14px;
    border-top: #fcbfc6 solid 1px;
    border-right: #fcbfc6 solid 1px;
    border-bottom: #fcbfc6 solid 1px;
    border-left: #fcbfc6 solid 5px;
}

.greenBtn {
    color: #fff;
    background-color: #058466 !important;
    border: none !important;
    min-width: 100px;
}
.greenBtn:hover {
    color: #fff!important;
    
}

.alert-success {
    color: #000000 !important;
    background-color: #effcf9 !important;
    border-left: #dbfaf3 solid 1px !important;
    border-right: #dbfaf3 solid 1px !important;
    border-bottom: #dbfaf3 solid 1px !important;
    border-left: #058466 solid 5px !important;
}

.text15{
    font-size:15px;
}
.whiteBorderbox {
    
}
.ClientId {
    width: 100%
}
.ClientId .left {
    float:left;
    width:91%;
}
    .ClientId .right {
        float: left;
        width:9%;
    }

.navbar {
    display: none !important;
}