/* CSS Document */
*{
	-webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
}
.form-check-input:checked {
    background-color: #005999;
    border-color: #ffffff;
}
.add-button{
	display: block;
    background: #35b335;
    color: #ffffff;
    width: 100%;
    border: 0;
    padding: 1em;
    position: fixed;
    bottom: 0;
    z-index: 9999999999999999999999;
    font-variant-caps: all-petite-caps;
	font-weight: bold;
	cursor: pointer;
}
@media all and (display-mode: standalone) {
  body {
    background-color: #ffffff;
  }
}
.ios-prompt {
    background-color: #fcfcfc;
    border: 1px solid #666;
    display: none;
    padding: 0.8rem 1rem 0 0.5rem;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    position: fixed;
    margin: 0 auto 1rem;
    left: 1rem;
    right: 1rem;
	bottom: 0;
	z-index: 9999;
}
/*MODAL*/
.closebtn {
    background-color: #35b335;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #ffffff;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    margin: 0;
    line-height: 35px;
    z-index: 99999999;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	border-radius: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 89, 153);
    background-color: rgba(0, 89, 153, 0.75);
}
/*PANELS*/
.fixed-top-left {
    top: 0;
    left: 0;
    right: 0;
}
.leftSide {
    width: 100vw;
    transition: 0.5s;
    overflow-x: hidden;
    z-index: 9999;
}

/*MENU*/
.openMenu {
    position: absolute;
    top: 15px;
    left: calc(100vw - 110px);
    border: solid 1px #ffffff;
	background: #005999;
    height: 35px;
    width: 35px;
    margin: 0 !important;
    padding: 0;
    z-index: 9999999999;
}
.barsIcon, .closeRightSide, .closeLeftSide {
    cursor: pointer;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px !important;
    z-index: 9999;
}
a#checkOut {
    background: #35b335;
    top: 15px;
    left: calc(100vw - 60px);
    z-index: 999999999;
    border-radius: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border: 1px solid #ffffff;
}
a#checkOut i {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    line-height: 35px;
    left: 0;
}
.closeLeftSide {
    display: none;
    position: absolute;
    top: 15px;
    left: calc(100vw - 160px);
    border: solid 1px #ffffff;
    height: 35px;
    width: 35px;
    margin: 0 !important;
    padding: 0;
	cursor: pointer;
    color: #ffffff;
    text-align: center;
    line-height: 35px !important;
    z-index: 9999;
}
.menubtn {
    padding: 0;
    cursor: pointer;
}
.menubtn:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
/*FORMS*/
.form-control{
	border-radius: 0;
}
/*COLORS*/
.bg-blue {
    background-color: #005999;
}
.bg-green {
    background-color: #35b335;
}
.txt-white{
    color: #ffffff;
}
.txt-blue{
    color: #005999;
}
.txt-blue:focus{
    color: #005999;
}
.txt-green{
    color: #35b335;
}
.txt-green:focus{
    color: #35b335;
}
.txt-red{
    color: #C70003;
}
.txt-red:focus{
    color: #C70003;
}
.border-solid-white{
	border: #ffffff solid;
}
.link-white, .link-white:hover, .link-white:visited, .link-white:active{
	color: #ffffff;
}
.link-blue, .link-blue:hover, .link-blue:visited, .link-blue:active{
	color: #005999;
}
.link-green, .link-green:hover, .link-green:visited, .link-green:active{
	color: #35b335;
}
.link-completed, .link-completed:hover, .link-completed:visited, .link-completed:active{
	color: #35b335;
}
.link-pending, .link-pending:hover, .link-pending:visited, .link-pending:active{
	color: #FF6600;
}
.link-expired, .link-expired:hover, .link-expired:visited, .link-expired:active{
	color: #FF0000;
}
/*SUBMIT*/
.btn {
    border-radius: 0;
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #005999;
    border-color: #005999;
}
.btn-blue:hover {
    color: #fff;
    background-color: #005999;
    border-color: #005999;
}
.btn-blue {
    color: #fff;
    background-color: #005999;
    border-color: #005999;
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #005999;
    border-color: #005999;
}
.btn-green:hover {
    color: #fff;
    background-color: #005999;
    border-color: #005999;
}
.btn-green {
    color: #fff;
    background-color: #005999;
    border-color: #005999;
}
.new, .search{
	cursor: pointer;
}