﻿.gray {
  background: #808080;
  border: 1px solid #808080;
}
.gray:hover {
  color: #efefef;
}
button.txt-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.txt-align-right {
  text-align: right;
}
.t-image-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 100px;
  margin: 5px 10px;
  padding: 4px 10px;
  border: 1px solid rgba(229, 229, 229, 0.82);
  background: rgba(229, 229, 229, 0.32);
}
.t-image-button span {
  float: left;
  width: 100%;
  height: 60px;
}
.t-image-button span.d-q {
  background: url('../../Images/usb-ico.png') no-repeat center;
}
.t-image-button span.epuap {
  background: url('../../Images/fingerprint.png') no-repeat center;
}
.t-image-button p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #808080;
  height: 2em;
}
.t-image-button:hover {
  background: #efefef;
}
.bg-default {
  background: #FAFAFA !important;
}
.bg-red {
  background: #d81a1a !important;
}
.bg-yellow {
  background: #ffd200 !important;
}
.bg-green {
  background: #7fdd10 !important;
}
.bg-gold {
  background: #bf9d2d !important;
}
.lectures-list-element {
  background-image: none !important;
}
#header {
  border-top: none;
}
section#contact {
  height: 100%;
}
img.down-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  opacity: 0.8;
  cursor: pointer;
}
.col-left {
  width: 710px;
}
.content h2 {
  margin-top: 10px;
}
a#backTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  outline: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 30px;
  border-radius: 50px;
  font-size: 30px;
  cursor: pointer;
  background-color: rgba(49, 79, 96, 0.84);
  transition: linear background-color 0.3s;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: initial;
  z-index: 3;
}
a#backTop:hover {
  background-color: #27cfc3;
}
ul.news-container-list > :first-child {
  margin-top: auto;
}
.news {
  margin-top: 5px;
  width: 100%;
  display: table;
}
#errors {
  color: red;
}
.news-content > * {
  display: table;
}
p.news-short {
  color: black;
  font-family: Arial;
}
a#logo img {
  max-height: 150px;
  max-width: 20%;
  /* For Firefox browser */
  -moz-height: 150px;
  /* For Chrome and Safari browser */
  -webkit-width: 20%;
  -webkit-height: 20%;
  -o-height: 150px;
  margin-top: 20px;
}
a#logo span.company-name {
  margin-left: 0;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  padding-top: 10px;
  height: 45px;
  opacity: 0.9;
}
/*Hide checkbox*/
input[type=checkbox] {
  display: none;
  position: fixed;
}
@media screen and (min-height: 750px) and (min-width: 1080px) {
  section#contact {
    height: 100vh;
  }
}
@media screen and (max-width: 760px) {
  img.down-button {
    display: none;
  }
  section#contact {
    height: auto;
  }
  /*Make dropdown links appear inline*/
  ul#menu {
    display: none;
  }
  /*Create vertical spacing*/
  li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  ul li,
  li a {
    width: 100%;
  }
  .show-menu {
    display: block;
  }
  ul#menu {
    top: 45px;
  }
  ul#menu li {
    margin: 0 0 0 0;
    border-radius: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    opacity: 0.9;
  }
  ul#menu li a {
    color: black !important;
  }
  ul#menu li:hover {
    background: #2f3036;
  }
  ul#menu li:hover a {
    color: #fff !important;
  }
  ul#menu li.active {
    background: #2f3036;
  }
  ul#menu li.active a {
    color: #fff !important;
  }
  /*Show menu when invisible checkbox is checked*/
  input[type=checkbox]:checked + ul#menu {
    display: block;
  }
  input[type=checkbox] + ul#menu {
    display: none;
  }
}
#menu li {
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #2185c5;
  opacity: 0.7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#menu li.active {
  background: #27cfc3;
  color: #fff;
}
#menu li a {
  text-decoration: none;
  color: #fff;
}
#menu li a:hover {
  color: #000;
}
#menu li.active a:hover {
  color: #000;
}
#menu li:hover {
  background: rgba(255, 255, 255, 0.8);
}
#menu li a,
#menu li.active a {
  padding: 9px 18px;
  display: block;
}
#menu li.active a {
  color: #fff;
}
#menu {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
div.img {
  width: 100%;
  float: left;
  text-align: justify;
}
div.img img {
  margin-left: 25%;
  height: 50px;
}
div.img p {
  margin-left: 15%;
}
p.vehCenter {
  text-align: center;
  font-size: large;
  color: #2185c5;
}
.contact-info-details {
  padding-left: 0 !important;
  margin-top: 20% !important;
  -ms-word-wrap: break-word !important;
  word-wrap: break-word !important;
}
/*CSS for Hamburger Icon*/
#nav-toggle {
  position: absolute;
  right: 0;
}
#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
/*END of CSS Hamburger Icon*/
/*# sourceMappingURL=buisnessCardRestyle.css.map */

table.telerik-less-form .smaller-input input[type="text"],
table.telerik-less-form .smaller-input select,
table.telerik-less-form .smaller-input textarea {
    float: right;
    width: 20%;
    margin: 0;
    padding: 6px 1%;
}

table.telerik-less-form input[type="text"],
table.telerik-less-form input[type="password"],
table.telerik-less-form select,
table.telerik-less-form textarea {
    float: right;
    width: 50%;
    margin: 0;
    padding: 6px 1%;
}

table.telerik-less-form .t-numerictextbox {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
}

    table.telerik-less-form .t-numerictextbox input {
        float: left;
        width: 97% !important;
        padding: 6px 1%;
        border: 1px solid #989898;
    }