
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    background: url('../Content/img/background.gif');
    background-position: bottom right;
    background-repeat: repeat-y;
}

nav .breadcrumb {
    background-color: rgba(255, 255, 255, 0.75);
}

html {
    height: 100%;
  }
.container {
    border-left: 2px solid #0bb213;
}
h1 {
    font-family: 'Montserrat', sans-serif;
}
h2 {
    font-family: 'Montserrat Alternates', sans-serif;
}
/* colors */
.green {
   color: #0bb213;    /* rgba(11, 178, 19, 1) */
}
.bggreen {
    background-color: rgba(11, 178, 19, 0.075);
}
.yellow {
    color: #dec122;
}
.black {
    color: #030000;
}
.red {
    color: red;
}
.grey .secondary {
    color: #ccc;
}
.blue {
    color: #007bff;
}
/* nav */
.navbar-brand {
    background-color: #0bb213;
}
.form-group .table a {
    color: #0bb213;
}
.form-group .col-auto a {
    color: #ffffff;
}
.bg-dark {
  background-color: #030000 !important;
}
.bg-secondary {
    background-color: #cccccc !important;
}
.navbar-dark .navbar-text {
    color: white;
}
.navbar-dark .nav-item .nav-link {
    color: white;
}
.sidebar {
    background-image: url('../img/blacklogo.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-blend-mode: darken;
}

/* body */

.login  {
    background-color: #0bb213;
    text-align: right;
}
.login a{
    color: #000;   
}
.logintext {
    color: #fff;
    padding-top: 20px;
}
.bg-success {
  background-color: #0bb213 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(11, 178, 19, 0.075);
}

.mx300 {
    max-width: 300px;
}
.page-item .page-link {
    color: #0bb213;
}

.specbadge {
    position: relative;
    top: -10px;
    left: -10px;
    z-index: auto;
}

.white-card {
    background-color: #0bb213 !important;
    color: #030000;
}
.white-card .card-header a {
    color: #fff;
}
.white-card .card-header a:hover {
    color: #030000;
}

.card a  {
    text-decoration: none;
}
.nav-item a:hover {
    color: #ccc;
    text-decoration: none;
}
.form-group {
    border-top: #0bb213 solid 1px;
    padding-top: 1.0em;
}
.form-check-input {
    color: #0bb213;
}
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: rgba(78, 78, 78, 0.7); 
    color: white; 
    cursor: pointer; 
    padding: 10px; 
    border-radius: 5px; 
    font-size: 18px; 
}

#myhome {
    display: block; 
    position: fixed; 
    top: 10px; 
    right: 10px; 
    z-index: 101; 
    border: none; 
    outline: none;  
    color: white; 
    cursor: pointer;  
}
@media (min-width: 576px) {
    #myhome {
        display: block; 
        position: fixed; 
        top: 10px; 
        right: 10px; 
        z-index: 101; 
        border: none; 
        outline: none;  
        color: white; 
        cursor: pointer;  
    }
}
.bg-secondary1 {
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #0bb213;
}
.bg-secondary3{
    background-color: rgba(0, 0, 0, 0.45) !important;
    color: #030000;
    font-weight: 900;
}
.borderbottom {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.8em;
}
.bordertop {
    border-top: 1px solid red;
    padding-top: 0.8em;
}
.borderleft {
    border-left: 1px solid #cccccc;
}

.checkinheader {
    background-image:  url(assets/img/pageBanner_Checkin.jpg);
    height: 200px;
}
.checkinheader h1 {
    color: #ddd;
    padding-top: 30px;
    padding-left: 20px;
}
/* .profileheader {
    background-image: url(../img/pageBanner_Profile.jpg);
    height: 200px;
}
.profileheader h1 {
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
} */



.profileheader {
    background-color: #ccc;
    height: 86px;
}
.profileheader h1 {
    color: #030000;
    padding-top: 20px;
    padding-left: 20px;
}


.smltext {
    font-size: 0.8em;;
}
.table {
    background-color: rgba(255, 255, 255, 0.45);
}
.table tr td {
    border: 1px solid #ccc;
}

.table tbody tr td a {
    color: #0bb213;
}
.table tbody tr td a.btn {
    color: #fff;
}
.table tbody tr td a.btn:hover {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
}

.bold {
    font-weight: bold !important;
    color: #030000;
}
    .bold a {
        color: #030000 !important;
    }
.bold a:hover {
    color: #dec122 !important;
}
footer {
    background-color: #0bb213;
    color: #fff;
    display: block;
    padding-left: 15px;
    position: relative;
    height: 60px;
    line-height: 60px;
    bottom: 0px;
    width: 100%;
}

/*Validation ............*/
.field-validation-error {
    color: red;
    font-weight: bold;
}

.input-validation-error {
    background: pink;
}

.validation-summary-valid {
    display: none;
}

.field-validation-valid {
    display: none;
}


/********************************************maintenance MVC pagination*********************************************/

#myBtn:hover {
    background-color: #030000; 
}
.MVCGridContainer thead {
    background-color: #030000;
    color: #ccc;
}

.pull-right {
    float: right !important;
  }

.col-xs-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0bb213;
    text-decoration: none;
    background-color: #ccc;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #0bb213;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0bb213;
    border-color: #0bb213;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #ccc;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }