.form-group label
{
font-weight:bold;
}

.form-control{
  background-color:transparent;
  border:none;
  border-bottom:1px solid #113662;
  border-radius:0px;
  color:#000;
}

.nav_ribbon{
border-bottom: 2px solid #113662; 
background-color:  rgba(255,255,255,1)!important;
}

body
{

background-repeat: no-repeat;;
background-position: center;
background-size: cover;
margin:0;
transition: background 8s linear;
background-image: url('../custom_images/infobg.avif');

}

.textleft{
text-align: left!important;
}

.login_screen_icon{

    width: 120px;
    height: auto;
    position: relative;
    top: -12px;
    left: 0%;
    border-radius: 50%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.7);

}


.bg_gold{
	background-color: #717719!important;
}
.gold_border{
border: 1px solid #717719!important;
}
.gold_border_top{
border-top: : 1px solid #717719!important;
}

.gold_border_bottom{
border-bottom: 1px solid #717719!important;
}

.gold_border_left{
border-left: 1px solid #717719!important;
}

.gold_border_right{
border-right: 1px solid #717719!important;
}

.overlay_plasma
{
background-color: rgba(255,255,255,0.7);
min-height: 100vh;
text-align: center;
}

.btn-primary{
border-radius: 50px;
background: linear-gradient(225deg, #199bd9, #113662);

    box-shadow: -20px 20px 60px #cfc4c4, 20px -20px 60px #ffffff;
    color: #fff;
    margin-bottom: 14px;
    border: 0px;
}

table{
}


.normal div{
padding:9px;
}

    .ThemeGrayMenu, .ThemeGraySubMenuTable{
        background-color:  rgba(255, 255,255, 0.4)!important;
    }
    .ThemeGrayMainItem, .ThemeGrayMenuItem{
            border: 1px solid  #fff!important;
    }

.normal{
font-weight: bold;
}
p a{
color:#113662!important;
}
.tb-bg{
    background-color: rgba(255,255,255,0.7)!important;
}

.tb-bdr {
    padding:10px;
    color: #000;
   background-color: rgba(255,255,255,0.7)!important;

}

.modtext{
    color: #000;
    padding: 10px;
}
th{
    background-color: #00ADEE!important;
    color: #fff!important;
    padding:10px;
}
th font{
color:#fff!important;
}

th a{
color:#fff!important;
}


.ThemeGraySubMenu{
    background-color: #0794CF;
}

.td{
padding:10px;
}

.ThemeGrayMenu, .ThemeGraySubMenuTable
{
    color: #000!important;
    font-size: 12px!important;
  background-color: #fff!important;
}

.ThemeGrayMainFolderText{
    font-size: 12px!important;
}

.tb-header {
    background-color: #00adee;
}


@media screen and (max-width: 700px){
  .login_tray{
    margin-top: 46px!important;
  }
}


@media screen and (max-width: 700px)
{
.overlay_plasma
{
height: auto;
}


}
