﻿ 
   body {
       margin: 0;
       padding: 0;
       color: #444;
       font-family: 'Source Sans Pro',Tahoma,Geneva,Verdana,sans-serif;
       font-size: 2rem;
       font-weight: 400;
       /* background-color: #fff; */
   }


.hrTaxCalculator {
     color: #fff !important;
     background: #ea0 !important;
     height: 2px !important;
     width: 100% !important;
     border: none !important;
     margin-top: .3rem !important;
 }

/*Alignment Styles*/
.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

/*===================================================================================*/

/* Table                                                                        */

/*===================================================================================*/

/*Alternating Table Row*/

.table.dataTable th {
    background: none repeat scroll 0 0 #1E4721;
    color: white;
    font-size: 1em;
    font-style: italic;
}


        


/* loading spiner*/
 #loadingDiv {
       position: absolute;
  display: none;
    z-index: 1000;
    overflow: visible;
   float:left;
    padding: 0;
    top: calc(100vh - 10vh);
    left: calc(100vw - 50vw);
   
}

/*********************************************
    Modal window popup layput content-wrapper
***********************************************/

.modalcontent-wrapper {
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    /*margin-left: 230px;*/
    z-index: 820;
}

.modalcontent-wrapper {
    margin-left: 0;
}

.modalcontent-wrapper {
    background-color: #ecf0f5;
    min-height: 100%;
    z-index: 800;
}


@media (max-width: 767px) {
    .modalcontent-wrapper {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .modalcontent-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .modalcontent-wrapper {
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        -webkit-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

/*===================================================================================*/

/* Validation                                                                        */

/*===================================================================================*/
.white-text-danger {
     color: #ffffff;
}

.field-validation-error {
    background: #c23321 url("../images/epermit/cross.png") 5px center no-repeat;
    border: solid 1px #ffffff;
    width: 500px;
    position: relative;
    min-height: 20px;
    margin-top: 5px;
    position: relative;
    padding: 8px 8px 8px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #CCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    /*max-width: 280px; optionally, set a max-width */
    color: #ffffff;
    font-weight: bold;
}

    .field-validation-error::before {
        content: "";
        width: 0px;
        height: 0px;
        border: 0.8em solid transparent;
        position: absolute;
        left: 5%;
        bottom: 35px;
        border-bottom: 10px solid #c23321;
    }


/*===================================================================================*/
/* Box Shadow                                                                       */
/*===================================================================================*/
.box-shadow {
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}


/*===================================================================================*/
/* Header Section
/*===================================================================================*/
.tblSectionHeader {
    background-color: #1E4721 !important;
    color: #ffffff !important;
}

.tblSectionHeaderFont {
    color: #ffffff !important;
}


/*===================================================================================*/
/* vertical Align                                                                      */
/*===================================================================================*/
.verticalAlign {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}



/*
 * Dashboard Action Event Links
 * --------------------
 */
.Identify {
   width: 320px;
    z-index: 1000;
    overflow: visible;
     position:relative;
    float:left;
    
    left: 80px;
    margin-right:-320px;
   margin-top: 10px;
}

  


.header img {
  float: left;
}

.header h1 {
  position: relative;
  top: 18px;
  left: 10px;
}

/*Bottom Border for Div*/
.divBottomBorder 
{
   margin:0px;  
   padding: 2px 2px 2px 3px;    
   border-width: 1px;
   border-bottom: 1px black solid;
   width: 100%;
}

/*Popup Container*/

/* HOVER STYLES */
div#membershipInfoPopup {
  display: none;
  position: absolute;
  /*width: 280px;*/
  padding: 10px;
  /*background: #eeeeee;*/
  color: #000000;
  /*border: 1px solid #1a1a1a;*/
  font-size: 90%;
}

.navbar-inverse {

    background: #1e4721 /*url("~/images/dd_header_bg.png")*/;
     border-color: #080808;
}


/*===================================================================================*/
/* Table                                                                        */
/*===================================================================================*/
/*Alternating Table Row*/
.table.dataTable th {
    background: none repeat scroll 0 0 #1E4721 !important;
    color: white;
    font-size: 1em;
    font-style: italic;
}

table#tblIncidents tr {
  cursor: pointer;
    
}



.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
    background-color: #1E4721;
  border-color: #1E4721;
}

/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}


/*===================================================================================*/
/* .progress-bar override                                                                        */
/*===================================================================================*/
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1E4721;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}