﻿@media (min-width: 1500px) {
  .container {
    max-width: 1500px;

  }
}


.nav-link:hover {color:#c9e021 !important;}
customLink, .customLink:hover{
  color: red !important;
  text-decoration: none;

}

.navbar-custom {
    color: #000000;
    background-color: #EAEAEA;
}

.table-bordered td,
.table-bordered th {

    font-size:10pt;
}


.table-bordered th a {

    font-size:10pt;
    color: black;
}

.table-bordered td input[type=text], input[type=password] {
    float: left;
    border: #EAEAEA solid 1px;
    line-height: 16px;
    color: #000000;
    font-size: 0.9em;
    font-weight:bold;
}

.table-borderless {
border-top: 1px solid #d3d3d3;
border-bottom:1px solid #d3d3d3;
border-left: 1px solid white;
border-right:1px solid white;
}

.table-borderless td,
.table-borderless th {
    /*border: 1px solid white;*/
    

    font-size:10pt;
}

.table-borderless td input[type=text],input[type=password]{ 
    border:black solid 1px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
}

.table-borderless caption {
font-size: 14pt;
font-weight: bold;
color:black;
font-family:"Open Sans";
}


.table-borderless2 td,
.table-borderless2 th {
    border-top: 1px solid #a9a9a9;
        font-size:10pt;
}

.table-borderless2 td input[type=text],input[type=password],input[type=select], textarea {
    float: left;
    border:black solid 1px;
    line-height:18px;
    font-family:Arial, Helvetica, sans-serif;
   /*color:#000000;*/
    font-size:9pt;
}

 .select{
    float: left;
 
    font-family:Arial, Helvetica, sans-serif;
   color:#000000;
    font-size:0.9em;
}

.lbl1 {color:black;min-height:130px;min-width:100px;padding:6px 10px 22px 1px;}
.lbl {
    color: gray;font-weight:normal;
 
}

.cbx label:after {
  content: '';
  display: table;
  clear: both;
}

.cbx .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.cbx .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.cbx label input[type="checkbox"] {
  display: none;
}

.cbx label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.cbx label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.cbx label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.btn-ea {
  color: #ffffff;
  background-color: #9FC518;
  border-color: #4cae4c;
}

.btn-ea:hover,
.btn-ea:focus,
.btn-ea:active,
.btn-ea.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.caption1 {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size:18px;
    text-align:left;
    vertical-align:top;
    padding-right:1000px;
}

.to-bottom
{
   display: inline-block;
   vertical-align: middle;
   float: none;
}

.PagerStyle {line-height:24px;margin-top:20px;}
.PagerStyle a{border: 1px solid #a9a9a9;padding:6px;color:black;background-color:#EAEAEA; }
.PagerStyle span {border: 1px solid #a9a9a9;padding:6px; background-color: #44c3cf;color:white; }

.PagerStyle a:hover{background-color: #44c3cf;text-decoration:none;color:white;}
.PagerStyle a:active {background-color: #44c3cf; }


tr.HeaderStyle th {padding:0px;border-bottom:1px solid #ccc;line-height:28px;text-transform:uppercase;}
.HeaderStyle td {padding: 0px;border:0; text-decoration:none;font-weight:bold;}
.HeaderStyle a:link {color: black; text-decoration:none;font-weight:bold;}
.HeaderStyle a:visited{color: white;}
.HeaderStyle a:hover {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.RowStyle a:link, .AltRowStyle a:link{text-decoration:none;font-weight:bold;}
.RowStyle a:hover, .AltRowStyle a:hover{text-decoration:underline;font-weight:bolder;}
.AltRowStyle td{background-color:#f6f6f6;}
.RowStyle td{background-color:white; }

 
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

     .breaker {page-break-after: always;}
}

.centre-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/*input:required:invalid, input:focus:invalid {
  /* insert your own styles for invalid form input */
  /*background-color: #FBE3E4;
        border: solid 1px Red;
}*/

  .table-small {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  font-size:0.80em;
  padding: 4px, 1px, 6px, 1px;
  width:100%;
}

  #logo {padding:0 0 20px 0}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}