﻿/* 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. */

@font-face {
  font-family: WorkSans-Black;
  src: url('../fonts/Work_Sans/WorkSans-Black.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-Bold;
  src: url('../fonts/Work_Sans/WorkSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-ExtraBold;
  src: url('../fonts/Work_Sans/WorkSans-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-ExtraLight;
  src: url('../fonts/Work_Sans/WorkSans-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-Light;
  src: url('../fonts/Work_Sans/WorkSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-Medium;
  src: url('../fonts/Work_Sans/WorkSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-Regular;
  src: url('../fonts/Work_Sans/WorkSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-SemiBold;
  src: url('../fonts/Work_Sans/WorkSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: WorkSans-Thin;
  src: url('../fonts/Work_Sans/WorkSans-Thin.ttf') format('truetype');
}



a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: WorkSans-Regular;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


input, input[type="text"], input[type="password"], input[type="tel"] {
  border-bottom: 1px solid #C1C1C1;
  border-width: 0px 0px 1px 0px;
  background-color: transparent;
  border-radius: 0px;
  outline: none;
  box-shadow: none !important;
}

  input:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
    border-bottom: 1px solid #26B460;
    border-width: 0px 0px 1px 0px;
    background-color: transparent;
    outline: none;
    border-radius: 0px;
    outline: none;
    box-shadow: none !important;
  }

  input:disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled {
    border-bottom: 1px solid #C1C1C1;
    border-width: 0px 0px 1px 0px;
    background-color: #F1F1F1;
    border-radius: 0px;
    outline: none;
    box-shadow: none !important;
  }


select {
  border-bottom: 1px solid #C1C1C1 !important;
  border-width: 0px 0px 2px 0px !important;
  background-color: transparent !important;
  border-radius:0;
}

  select:focus {
    border-bottom: 2px solid #26B460 !important;
    border-width: 0px 0px 2px 0px !important;
    background-color: transparent !important;
    border-radius: 0;
  }

.form-control:focus {
  border-color: #84d35F;
  border-width: 1px;
  /* border-color: #cccccc; */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.bnbValidateError {
  color: red;
  font-size: 10px;
}

a.itemMenu:visited {
  color: white;
}

.violetBtn {
  background-color: #744583;
  border-radius: 0px .5em 0px .5em;
  color: white;
}

  .violetBtn:focus {
    background-color: #744583;
    border-radius: 0px .5em 0px .5em;
    color: white;
    /*opacity: 0.5;*/
  }
  .violetBtn:hover {
    background-color: #744583;
    border-radius: 0px .5em 0px .5em;
    color: white;
    opacity: 0.8;
  }
.greenBtn {
  background-color: #26B460;
  border-radius: 0px .5em 0px .5em;
  color: white;
}

  .greenBtn:focus {
    background-color: #26B460;
    border-radius: 0px .5em 0px .5em;
    color: white;
    opacity: 0.5;
  }


.greenColor {
  color: #26B460;
}

.violetColor {
  color: #744583;
}

.arsenicColor {
  color: #3C434A;
}

.silverColor {
  color: #C1C1C1;
}

.concordColor {
  color: #7C7C7C;
}

.wsBold {
  font-family: WorkSans-Bold;
}

.wsSemiBold {
  font-family: WorkSans-SemiBold;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.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%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.load-content {
  position: absolute;
  z-index: 1071;
  top: 0;
  left: 0;
}
#load-background {
  position: fixed;
  background-color: rgba(255,255,255,.8);
}
.load-image {
  width: 100%;
  height: 100%;
  position: fixed;
  -ms-filter: "alpha(Opacity=80)";
  display: inline-block;
  background-color: #fff;
}
/*Tables*/
.table thead th {
  vertical-align: middle !important;
}


.table-small tr td,
.table-small th tr {
  font-size: 11px;
}

.table-green th, .table-green thead {
  background-color: #46a548 !important;
  border-color: #46a548 !important;
  color: white !important;
}

.table-gray thead, .table-gray th {
  background-color: #d6d8d9 !important;
  border-color: #d6d8d9 !important;
  color: black !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #46a548;
  border-color: #46a548;
}

.page-link:focus {
  box-shadow: 0 0 0 0.1rem rgba(70, 165, 72, 0.25);
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #46a548;
  background-color: #fff;
  border: 1px solid #dee2e6;
}


/* Search box */

.search-control {
  position: relative;
}

.search-line {
  background: #fff url(../Assets/Images/interface/filter.png) no-repeat 12px;
  /*../Assets/Images/interface/filter.png) no-repeat 12px;*/
  padding: 9px 10px 10px 32px;
  height: auto;
  border-color: #c7dae3;
}
