﻿/* Begin font face */

html, body {
  font-family: Roboto;
}

h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}

/* End font face */

a.text-decoration-none:link {
  color: #0077cc;
}

a.text-decoration-none:hover {
  text-decoration: underline !important;
  color: #1155cc !important;
}

a.text-decoration-none:visited {
  color: #1133aa !important;
}

.btn {
  min-width: 115px
}

.caret-off {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-notallow {
  cursor: not-allowed;
}

.navbar .nav-link:active {
  background: #f0f0f0;
  border-radius: 5px;
}

.navbar .dropdown-item:active {
  background: #f0f0f0;
}

.ico-hover:hover {
  color: #0066ee;
}

.input-group > .input-group-text {
  caret-color: transparent;
}
