﻿@media (min-width: 1700px) {
  .container {max-width: 1700px;}}
  .btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .8rem;
  line-height: .8rem;
  border-radius: .2rem;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: #D3D3D3;
    color: black !important;
    font-weight: normal;
    text-decoration: none !important;
}

.navbar .navbar-nav .nav-link {
    padding: 0.4em;
    transition: all 0.5s;
    font-weight: normal;
    color: white;
}

.navbar .navbar-brand {
    padding: 0 0.6em;
}

.navbar .megamenu {
    padding: 1rem;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

        .navbar .megamenu a {
            text-decoration: none !important;
            color: black;
            line-height: 30px;
        }

            .navbar .megamenu a:hover {
                background-color: #6c757d;
                color: white;
            }
}

@media only screen and (min-width: 992px) {
    .navbar {
        padding: 0;
    }

        .navbar .navbar-nav .nav-link {
            padding: 1em 0.7em;
        }

        .navbar .navbar-brand {
            padding: 0 0.8em;
        }
}

.navbar .navbar-nav .dropdown-menu {
    background-color: #D3D3D3;
}

    .navbar .navbar-nav .dropdown-menu > li > a {
        color: black;
    }

        .navbar .navbar-nav .dropdown-menu > li > a:hover,
        .navbar .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #6c757d;
            color: white;
            text-decoration: none !important;
        }

@media print {
    #dMain {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: x-small;
    }

    .no-print, .no-print * {
        display: none !important;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .breaker {
        page-break-after: always;
    }
}

/*.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 #f1f1f1;
border-right:1px solid #f1f1f1;
font-size:0.9em;

}

    .table-borderless th {
        vertical-align: top;
        padding-left: 8px;
    }
    .table-borderless td {
        padding-left: 8px;
    }
.table-hover tbody tr:hover td {
    background: #d3d3d3;
    color:black;
}
.table-borderless td input[type=text],input[type=password]{
    float: left;
    border:#a9a9a9 solid 1px;
 
    font-size:0.9em;
    font-weight:bold;

 }

 .table-border0 {
border:0px white;
font-size:0.9em;
}

.table-border0 th {vertical-align:top;}

.table-border0 td input[type=text],input[type=password]{
    float: left;
    border:#a9a9a9 solid 1px;
 
    font-size:0.9em;
    font-weight:bold;
 }

.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;
}
.EAGreen {
    background-color: #34767b;
    color: white;
}
 .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; 
}
.lblB {
    color:black;font-weight:bold; 
}
.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: #007bff;color:white; }

.PagerStyle a:hover{background-color: #007bff;text-decoration:none;color:white;}
.PagerStyle a:active {background-color: #44c3cf; }


tr.HeaderStyle th {border-bottom:1px solid #ccc;line-height:24px;text-transform:uppercase;vertical-align:top;}
.HeaderStyle td {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; }

 


.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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .20rem .2rem;
    font-size: .8rem;
    line-height: .8rem;
    border-radius: .2rem;
}

.form-control-xs, input-group-xs {
    height: calc(1.0em + .375rem + 8px) !important;
    padding: .125rem .25rem !important;
    font-size: .8rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}