﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
       
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
.roundedBackgeound {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: maroon;
        -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        padding:5px 10px 10px 10px;
    }

     .roundeddiv {
    width:130px;
    height:130px;
    border-radius:50%;
    background-color:#EDE569;
    }
     .roundedborder {
        width:240px;
        height:400px;
        align-items:center;
        padding-left:20px;
        display:block;
        float:left;
    }
    .fullpannel {
        padding-left:80px;
        width:100%;
        height:1500px;
        align-items:center;
        
    }
    

    /*----------------data Table GridView Css----------------------*/
.mydatagrid
{
	border: solid 2px black;
	min-width: 80%;
	
	
}
.mgheader
{
	background-color: black;
	font-family: Arial;
	color: White;
	border: Solid 2px transparent;
	height: 25px;
	text-align: center;
	font-size: 16px;
}

.mgrows
{
	background-color: #fff;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	min-height: 35px;
	text-align: left;
	border: none 0px transparent;
	
}
.mgrows:hover
{
	background-color: #ff8000;
	font-family: Arial;
	color: #fff;
	text-align: left;
}
.mgselectedrow
{
	background-color: #ff8000;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.mydatagrid a /** FOR THE PAGING ICONS  **/
{
	background-color: Transparent;
	padding: 5px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
	background-color: #000;
	color: #fff;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
	background-color: #c9c9c9;
	color: #000;
	padding: 5px 5px 5px 5px;
}
.mgpager
{
	background-color: #646464;
	font-family: Arial;
	color: White;
	height: 30px;
	text-align: left;
}

.mydatagrid td
{
	padding: 5px;
}
.mydatagrid th
{
	padding: 5px;
}
.FooterStyle
{
   border:0;
   Gri
}   /*-----------------------------------------------------------------*/

.jumbotron2 {
        margin-top: 20px;
        padding-left:80px;
        display: flex;
        
    }

.jumbotron_imagegallery {
        margin-top: 20px;
        display: flex;
        padding-left:12px;
    }

.ControlDiv {
    width:100%; 
    justify-content:center;
    
}

.ControlDivDatalist {
    width:100%; 
    justify-content:center;
    margin-left:16px;
}

.DatalistItemRow {
    width:100%; 
    justify-content:center;
    border-radius: 14px 14px 14px 14px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}

.RecptLeft {
   width:100%;
   display:block;
   float:left;
   text-align:left;
}
.RecptRight {
   width:100%;
   display:block;
   float:left;
   text-align:left;
}





















/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        padding-left:0px;
        display: flex;
        justify-content:center;
    }
    .body-content {
        padding: 0;
    }
    .jumbotron2 {
        margin-top: 20px;
        
    }
    .jumbotron_imagegallery {
        margin-top: 20px;
        padding-left:100px;
        display: flex;
        
    }


    .roundedBackgeound {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: maroon;
        -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        padding:5px 10px 10px 10px;
    }

     .roundeddiv {
    width:130px;
    height:130px;
    border-radius:50%;
    background-color:#EDE569;
    }
    .roundedborder {
        width:240px;
        height:400px;
        align-items:center;
        padding-left:20px;
        display:block;
        float:left;
    }
    .fullpannel {
        padding-left:50px;
        width:100%;
        height:350px;
        align-items:center;
        
    }
    
    /*----------------data Table GridView Css----------------------*/
.mydatagrid
{
	border: solid 2px black;
	min-width: 80%;
	
	
}
.mgheader
{
	background-color: black;
	font-family: Arial;
	color: White;
	border: Solid 2px transparent;
	height: 25px;
	text-align: center;
	font-size: 16px;
}

.mgrows
{
	background-color: #fff;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	min-height: 35px;
	text-align: left;
	border: none 0px transparent;
	
}
.mgrows:hover
{
	background-color: #ff8000;
	font-family: Arial;
	color: #fff;
	text-align: left;
}
.mgselectedrow
{
	background-color: #ff8000;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.mydatagrid a /** FOR THE PAGING ICONS  **/
{
	background-color: Transparent;
	padding: 5px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
	background-color: #000;
	color: #fff;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
	background-color: #c9c9c9;
	color: #000;
	padding: 5px 5px 5px 5px;
}
.mgpager
{
	background-color: #646464;
	font-family: Arial;
	color: White;
	height: 30px;
	text-align: left;
}

.mydatagrid td
{
	padding: 5px;
}
.mydatagrid th
{
	padding: 5px;
}
.FooterStyle
{
   border:0;
   Gri
}   /*-----------------------------------------------------------------*/

.ControlDiv {
    width:100%; 
    justify-content:center;
    display:flex;
}
.ControlDivDatalist {
    width:100%; 
    justify-content:center;
    margin-left:16px;
    
}
.DatalistItemRow {
    width:100%; 
    justify-content:center;
    border-radius: 14px 14px 14px 14px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);box-shadow: 
    -1px 3px 14px -1px rgba(0,0,0,0.75);
}

.RecptLeft {
   width:50%;
   display:block;
   float:left;
   text-align:left;
}
.RecptRight {
   width:50%;
   display:block;
   float:right;
   text-align:right;
}


}


