﻿/* 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. */
/*@import url("//cdn.jsdelivr.net/npm/iview/dist/styles/iview.css");*/

/**//*#app {
    padding: 32px;
}

.ivu-date-picker {
    width: 100% !important;
}
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;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;  Vertically center the text there 
}

.text-wrapper {
    white-space: pre-wrap;
}*/

.login-model {
    /*width: 60%;*/
    margin: 200px auto 20px;
    max-width: 400px;
    border: 1px solid #ecb9b9;
    padding: 10px;
    border-radius: 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#edit-left::-webkit-scrollbar, .chatbox::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
#edit-left, .chatbox {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .chatbox .arrows {
        background-color: rgba(255, 255, 255, .25);
        position: absolute;
        top: 50%;
        cursor: pointer;
        z-index: 1;
        font-size: xx-large;
    }

        .chatbox .arrows:hover {
            color: rgba(0, 0, 0, 0.8);
        }

.arrows.prev {
    left: 0px;
}

.arrows.next {
    right: 0px;
}

.custom-file-input-wrapper {
    color: rgba(0,0,0,.6);
}

    .custom-file-input-wrapper input {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .custom-file-input-wrapper label {
        border-radius: 0.25rem;
        border: 1px solid rgba(0,0,0,.125);
        padding: 0.375rem 0.75rem;
        margin: 0;
        cursor: pointer;
    }

    .custom-file-input-wrapper button {
        outline: none;
        border: none;
        background: none;
        color: rgba(0,0,0,.6);
        font-size: larger;
    }

    .custom-file-input-wrapper span {
        font-size: smaller;
    }

/* For Custom PC layout ajustment */
@media screen and (min-width: 768px) {
    #edit-left, #edit-right {
        height: calc(100vh - 76px);
        overflow-y: auto;
    }

    #edit-left {
        padding-right: 1rem !important;
        border-right: 1px solid rgba(0,0,0,.25);
    }

    #edit-left-content {
        width: 49% !important;
    }

    #edit-right {
        padding: 1rem !important;
    }

        #edit-right h5 {
            padding-left: 0px !important;
            margin-bottom: 1rem !important;
        }

    .custom-file-input-wrapper {
        margin-top: initial !important;
    }

        .custom-file-input-wrapper + small {
            width: auto !important;
        }
}