/* formbody css */
.frmBody{
	                         border: 1px solid #01303c;
                             
                            border-bottom: 5px solid #01303c;
                            border-bottom-left-radius: 25px;
                            border-bottom-right-radius: 25px;
                            background-color: whitesmoke;
                            color: black;


}
/* syntax body css */
.syntaxBody{
	border: 1px solid #01303c;
                    background-color: whitesmoke;
                    border-bottom: 4px solid #01303c;
                    border-bottom-left-radius: 25px;
                    border-bottom-right-radius: 25px;
                    border-top: none;
}
/*statistics Body css */
.statisticsBody{
	border: 1px solid #01303c;
                    
                    border-top: none; 
                     border-bottom: 5px solid #01303c;
                    border-bottom-left-radius: 25px;
                    border-bottom-right-radius: 25px;
                   
                    background-color: whitesmoke;
                    background-repeat: no-repeat;
                    background-attachment: ;
                    background-position: center; 
                    background-size: 700px 350px;

}
.bgColour1{
    background: #158081;
}

.bgColour2{
	background: whitesmoke;
}
.bgColour3{
    background: white;
}


.bglinearcolour{
	 background: linear-gradient(#054450 , #158081 ); color: whitesmoke;
     color: white;
}
.list_search_body{
    border: 1px solid #01303c;
                             
                            border-bottom: 5px solid #01303c;
                            border-bottom-left-radius: 25px;
                            border-bottom-right-radius: 25px;
                            background-color: whitesmoke;
}
.txtColour{
    color: #3b4781;
}

.zoom2:hover {
    transform: scale(1.2);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .3s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .4s;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.datagrid-header-title{

    font-weight: 500;
   
   color:#f13c1f;
    
    letter-spacing: 1px;
    text-align: center;
    
    height: 30px;
    padding-top: 6px;
    padding-bottom: 0px;
    font-size: 1rem;
}



.ifooter {
       position: -webkit-sticky;
  position: fixed;

  padding-top: 2px;
 background: -webkit-linear-gradient(45deg, #054450 55%, #158081 48%);
 
   color: white;
    font-size: 11px;

    text-align: center;
   
   
  bottom: 0;
  right: 0;
  width: 100%;
}
.ifooter1 {
       position: -webkit-sticky;
  position: fixed;

  padding-top: 2px;
 background: -webkit-linear-gradient(45deg, #054450 55%, #158081 48%);
 
   color: white;
    font-size: 11px;

    text-align: center;
   
   
  bottom: 0;
  right: 0;
  width: 100%;
}
.ifooter3 {
       position: -webkit-sticky;
  position: fixed;

  padding-top: 2px;
 background: -webkit-linear-gradient(45deg, #054450 55%, #158081 48%);
 
   color: white;
    font-size: 11px;

    text-align: center;
   
   
  bottom: 0;
  right: 0;
  width: 100%;
}


.div_style{
                 
        text-align: justify;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        font-weight: bolder;
        font-size: 16px;
        border-top: 5px solid #01303c;
        padding: 15px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        background-color: whitesmoke;

                }


.div_style_down{
                     border: 1px solid #01303c;
                             
                            border-bottom: 5px solid #01303c;
                            border-bottom-left-radius: 25px;
                            border-bottom-right-radius: 25px;
                            background-color: whitesmoke;
                            color: white;
                }

 .bg-dark {
        background-color: #054450 !important;
    }


                

.ifooter2 {
    position: -webkit-sticky;
  position: fixed;

  padding-top: 2px;
 background: -webkit-linear-gradient(45deg, #054450 55%, #158081 48%);
 
   color: white;
    font-size: 11px;

    text-align: center;
   
   
  bottom: 0;
  right: 0;
  width: 100%;
 
}

.bg-new{
                    background-color:#01303c !important;
                }



.table-new{
    style=" background: linear-gradient(#f02d0f , #efe1ba ); color: black;"
}

.topbar {
                    background-color: #01303c;
                    padding: 0;
                }

                .topbar .container .row {
                    margin: 20px;
                    padding: 0;
                }

                .topbar .container .row .col-md-12 {
                    padding: 0;
                }

                .topbar p {
                    margin: 0;
                    display: inline-block;
                    font-size: 13px;
                    color: #f1fff5;
                }

                .topbar p>i {
                    margin-right: 5px;
                }

                .topbar p:last-child {
                    text-align: right;
                }

                header .navbar {
                    margin-bottom: 0;
                }

                .topbar li.topbar {
                    display: inline;
                    padding-right: 18px;
                    line-height: 52px;
                    transition: all .3s linear;
                }

                .topbar li.topbar:hover {
                    color: #1bbde8;
                }

                .topbar ul.info i {
                    color: #131313;
                    font-style: normal;
                    margin-right: 8px;
                    display: inline-block;
                    position: relative;
                    top: 4px;
                }

                .topbar ul.info li {
                    float: right;
                    padding-left: 30px;
                    color: #ffffff;
                    font-size: 13px;
                    line-height: 44px;
                }

                .topbar ul.info i span {
                    color: rgb(170, 170, 170);
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 50px;
                    padding-left: 18px;
                }


