﻿html {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #5C5C5C;
    font-family: tahoma;
}

form {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 !important;
}

/* Remove white background from websiteApp divs to prevent white space */
body > .websiteApp {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Specifically target footer wrapper to prevent extension */
.websitePageFooter {
    margin: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Override Apps.css footer padding that adds 50px bottom space */
.websiteApp footer {
    padding: 0 !important;
}

.header {
    font-family: Candara;
}

.brand {
    font-size: 15pt;
    font-weight: bold;
    color: #76BC1E !important;
}
input[type="text"] {
    background-color: #f8f8f8;
}

.navbar {
    max-width: 850px;  
}


/* Extra Small */
@media (max-width:767px) {
    body {
        font-size: 120%;
    }

    h4 {
        font-size: 120%;
        font-weight: bold;
    }
}

/*/* Small */
@media (min-width:768px) and (max-width:991px) {
    body {
        font-family: tahoma;
    }
}

/* Medium */
@media (min-width:992px) and (max-width:1199px) {
}

body {
    font-family: tahoma;
}
/* Large */
@media (min-width:1200px) {
}

.btn-custom {
    min-width: 88px;
    /*max-width: 110px;*/
}

.btnclear-custom {
    min-width: 50px;
}

.textbox-custom {
    min-width: 88px;
    max-width: 110px;
}

.textbox-payroll-custom {
    min-width: 60px;
    max-width: 110px;
}

.radio-custom {
    min-width: 110px;
    max-width: 150px;
}

.my-btn {
    /*#005193;*/
    border-color: #B2D4F0;
    font-weight: bold;
    background-color: #B2D4F0;
    transition: background 1s ease;
    color: #FFFFFF;
}
    .my-btn:focus  {  
    color: #fff;
    border-color: #B2D4F0;
    font-weight: bold;
    background-color: #B2D4F0;
}

    .my-btn:hover {
    color: #76BC1E;
    background-color: #337ab7;
    border-color: #337ab7;
    font-weight: bold;
}
  
.my-link {
    text-align: right;
    font-size: 13pt;
    font-weight: bold;
    color: #000000 !important;
}

    .my-link:hover {   
   
    display: block;
    font-weight: bold;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.my-dropdown { 
    background-color: #f8f8f8;
}

.my-submit-btn:hover,.my-submit-btn:focus {
    color: #76BC1E;
    background-color: #347AB6;
    border-color: #347AB6;
    font-weight: bold;
}

.my-input-modcalc {
    margin-top: 3px;
    margin-bottom: 3px;   
}

.my-input-result {
    margin-top: 3px;
    margin-bottom: 3px;   
    min-width: 88px;
}

.my-row {   
    text-align: right;
    display: table-row;
    vertical-align: middle;
}

.my-table {
    text-align: center;
    
}
.my-tabcontent {
    border: thin solid #337ab7;
    padding-bottom: 50px;
}

.nav-pills > li > a, .nav > li > a:focus {
    border-radius: 0px;
    background-color: #DEEBF5;
    margin-bottom: 3px;
    margin-right:1.5px;
    transition: background 1s ease;
    margin-left:1.5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {    
    background-color: #347AB6;
}

.nav > li > a:hover
{
    background-color: #347AB6;
    color: #76BC1E;
}

.alert {
    height: 40%;
}
.show {
    display: block;
}
.hidden {
    display: none;
}

.tooltip2 {
   
}
    .tooltip2 .tooltiptext {
    /*padding: 2px 2px 2px 5px;*/
    visibility: hidden; /*width: 100px;*/
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px; /*Position the tooltip */
    position: absolute;
    z-index: 1; /*margin-left: 4px;*/
    padding: 5px;
    margin-top: -35px;
    margin-left: -60px;   
}

.tooltip2:hover .tooltiptext   {
    visibility: visible;   
}

.tooltip2 .tooltip2-arrow {
 /*width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid black;

  border-width: 5px 5px 0;
    border-top-color: #000;*/
}

.tooltip2  .tooltip2-arrow {
  
    /*border-width: 5px 5px 0;
    border-top-color: #000;*/
}

