.pt_menu {
	    margin-bottom: 4rem;
	    margin-left:1rem;
	    margin-top: 0.75rem;
}
.pt_menu ul {
    width: max-content;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pt_menu ul li {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pt_menu ul li .pt_a1 {
    background-color: #fd6700;
}
.pt_menu ul li .pt_a2 {
    background-color: #eee;
}
.pt_menu ul li span {
    width: 222px;
}
.pt_menu ul li span {
    width: 137px;
    text-align: center;
    height: 23px;
    padding-top: 2px;
    display: block;
    float: left;
    font-size: 13px;
}
.pt_act {
    color: #fff;
    font-weight: bold;
}
.pt_menu ul li i {
    width: 15px;
    height: 23px;
    display: block;
    float: left;
}
.pt_b1 {
    background: url(/mAnaGEr/stylesheets/images/nav_bg.png) no-repeat 0 -2px;
}
.pt_b2 {
    background: url(/mAnaGEr/stylesheets/images/nav_bg.png) no-repeat -23px -2px;
}
.pt_b3 {
    background: url(/mAnaGEr/stylesheets/images/nav_bg.png) no-repeat -60px -2px;
}
.pt_c1 {
    background: url(/mAnaGEr/stylesheets/images/nav_bg.png) no-repeat -2px -27px;
}
.pt_b4 {
    background: url(/mAnaGEr/stylesheets/images/nav_bg.png) no-repeat -39px -2px;
}
.pt_menu ul li .pt_a3 {
    background-color: #fee6b9;
    color: #f60;
}
.btn-outline-azure {
    color: #18adda;
    border: solid 1px;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    border-color: #18adda;
}
.border-2 {
    border: 2px solid #dee2e6 !important;
    border-radius: 3%;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
}