* {
  padding: 0;
  margin: 0;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px !important;
}
.rLine {
  border-right: #f0f0f0 solid 1px;
}

.dtext {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.hrp {
  margin-bottom: 6px;
}
p {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
.right {
  float: right;
  padding: 10px;
}
.hed {
  font-size: 14px;
}
.sub {
  font-size: 15px;
}
.comment {
  line-height: 25px;
}
.resultTable {
  background-image: url("images/bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.green {
  color: green;
}

.msg {
  font-size: 20px !important;
}

.table th {
  border-top: none !important;
  border-bottom: 1px solid black !important;
}
.logo_brand {
  margin-right: 8%;
  margin-left: 8%;
}

.formLayout {
  margin-right: 5%;
  margin-left: 5%;
}
.login {
  margin-right: 15%;
  margin-left: 15%;
}
.instruction {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 15px !important;
}
.tool {
  margin-right: 5px !important;
}
.bdr th {
  border: 1px solid #000 !important;
  vertical-align: middle !important;
}

.bdr td {
  border: 1px solid #000 !important;
  vertical-align: middle !important;
}

.divScroll {
  float: left;
  width: 98%;
  overflow-y: auto;
}

.client {
  border-left: 8px solid #6b6e6c;
  background-color: #ecedec;
  padding-left: 20px;
  padding: 10px;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.scat {
  font-family: Colonna MT !important;
  font-weight: 500;
  font-size: 50px !important;
  color: #323232 !important;
}
.navbar-brand a {
  font-family: Colonna MT !important;
  font-weight: 500;
  font-size: 40px !important;
  color: #323232 !important;
}
.navbar-brand span {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 13px !important;
}
.nav-item a {
  font-size: 14px !important;
}
.navbar {
  color: #0e5295 !important;
}

.navbar a.active {
  border-bottom: 3px solid red;
}

.redline {
  border-bottom: 3px solid red;
  padding-bottom: 5px;
}
a {
  color: #323232 !important;
  text-decoration: none !important;
}
a:link {
  color: #323232;
}
a:visited {
  color: #323232;
}
a:hover {
  color: #ff3300;
}
.green_check {
  color: green;
}
.red {
  color: red !important;
}
.orange {
  color: #c87807 !important;
}
.blue {
  color: #040678 !important;
}

h4 {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px !important;
}

.license {
  color: #fff !important;
  font-family: "PT Sans Narrow", Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-menu hr {
  color: #fff;
  margin: 2px;
  padding: 2px;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

#logout {
  display: none;
}
.schCap {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.addCap {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 780px) {
  #logout {
    display: block;
  }

  .imglogo img {
    height: 80px !important;
  }

  body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 12px !important;
  }

  .schCap {
    font-size: 18px;
  }

  .addCap {
    font-size: 15px;
  }
  .table th {
    font-size: 12px !important;
  }
  .table td {
    font-size: 12px !important;
  }
  .btn {
    font-size: 12px !important;
  }

  .logo_brand {
    margin-right: 2%;
    margin-left: 2%;
  }

  .formLayout {
    margin-right: 1%;
    margin-left: 1%;
  }
  .login {
    margin-right: 2%;
    margin-left: 2%;
  }
  h4 {
    font-size: 8px !important;
  }
}
