html, body {
	height: fit-content;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}

.DropDown1 {
	border: 1px solid #c4c4c4;
	padding: 2px 2px 2px 2px;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #7bc1f7;
	background-color: #87d4e8;
	width: 100%;
	height: 38px;
	font-size: small;
	font-family: Verdana;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
#header {
	text-align: center;
	margin: 0;
	padding: 0;
	position: fixed;
	/*background: #1e91cf;*/
	background-image:linear-gradient(to right, #80bfff, #cce6ff, #0073e6, #cce6ff, #80bfff);
	width: 100%;
	height: 38px;
	z-index: 11;
	border-bottom: 1px solid #1978ab;
}
#header1 {
	margin: 0;
	padding: 0;
	position: fixed;
	/*background: #1e91cf;*/
	background-color: #393085;
	width: 100%;
	height: 38px;
	z-index: 11;
	text-align: center;
	padding-top: 5px;
	border-bottom: 1px solid #1978ab;
}
#header #header1 > #button-menu {
	width: auto;
	cursor: pointer;
	margin: 4px 0px 4px 10px;
	}
#header #header1 a {
	cursor: pointer;
}
#header #header1 .nav li.dropdown {
	float: left;
	border-left: 1px solid #cccccc;
}
#header #header1 .nav li a.dropdown-toggle {
	color: #ffffff;
}
#header #header1 .nav li a.dropdown-toggle:hover {
	color: #000000;
}
#header #header1 .nav li.open a.dropdown-toggle {
	color: #000000;
}
/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	margin-bottom: 50px;
}
#menu > li {
	position: relative;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #1e91cf;
}
#menu li a i {
	font-size: 16px;
}
#menu > li > a {
	color: #ffffff;
	font-size: 14px;
	padding-left: 13px;
	border-bottom: 1px solid #1978ab;
}
#menu > li > a:hover {
	background-color: #000000;
}
#menu > li > a > span {
	display: none;
	margin-left: 8px;
}
#menu li li a {
	color: #ffffff;
}
#menu li li a:hover {
	color: #dddddd;
	background-color: #000000;
}
#menu li li a:before {
	content: "\f101";
	font-size: 14px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
}
#menu li li a:hover:before {
	margin-right: 20px;
}
#menu > li.active > a {
	color: #dddddd;
	background-color: #286090;
}
#menu li.active li a {
	color: #dddddd;
}
#menu li li.active > a:last-child {
	color: #ffffff;
}
#menu li li.active a:last-child:before {
	margin-left: 10px;
	margin-right: 10px;
}
#menu > li > ul {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 210px;
	background-color: #1978ab;
	visibility: hidden;
}
#menu li ul {
	overflow: hidden;
}
#menu > li:hover > ul {
	visibility: visible;
}
#menu li li a.parent:after, #column-left.active #menu > li a.parent:after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin-right: 8px;
}
#menu li li.open > a.parent:after, #column-left.active #menu > li.open > a.parent:after {
	font-family: FontAwesome;
	content: "\f107";
	float: right;
	margin-right: 8px;
}
#menu li ul a {
	padding-left: 20px;
}
#menu li li ul a {
	padding-left: 40px;
}
#menu li li li ul a {
	padding-left: 60px;
}
#menu li li li li ul a {
	padding-left: 80px;
}
#menu .collapse {
	visibility: inherit;
}
#menu .collapse.in {
	visibility: inherit;
}
/* Column Left */
#column-left {
	width: 100%;
	height: 10px;
	position: fixed;
	text-align:left;
	top: 0px;
	margin-top: 38px;
	z-index: 10;
	transition: width 0.3s;
	display:inline-block;
}
#column-left.active {
	width: 235px;

}
#content {
	
	padding-top: 36px;
	padding-bottom: 15px;
	position: relative;
}
#column-left + #content {
	margin-left: 0px;
}
#column-left + #content + #footer {
	margin-left: 0px;
}
#column-left.active {
	width: 235px;
	overflow: auto;
}
#column-left.active #menu li i {
	font-size: 14px;
}
#column-left.active #menu > li > a > span {
	display: inline;
}
#column-left.active #menu > li > ul {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	visibility: visible;
}
@media (max-width: 767px) {
	#column-left {
		overflow: hidden;
		
	}
	#column-left + #content {
		margin-left: 0;
	}
	#column-left + #content + #footer {
		margin-left: 0;
	}
	#column-left.active + #content {
		position: relative;
		left: 235px;
	}
	#column-left.active + #content + #footer {
		position: relative;
		left: 235px;
	}
}
@media (min-width: 768px) {
	#column-left.active + #content {
		margin-left: 235px;
	}
	#column-left.active + #content + #footer {
		margin-left: 235px;
	}
}
/* Breadcrumb */
.breadcrumb {
	border-radius: 0px;
	margin-bottom: 15px;
}
.breadcrumb > li + li:before {
	content: "\f101";
	font-family: FontAwesome;
}
/* Pagination */
.pagination {
	margin: 0px;
}
/* Panel */
.panel {
	border-radius: 0px;
}
.panel-heading {
	padding: 5px 15px;
}
.panel-title {
	font-size: 21px;
	color: #ffffff;
	padding: 5px 0;
	background-image:linear-gradient(to left, #0009, #002369);
}

/* Tabs */
.nav-tabs {
	margin-bottom: 25px;
}
/* Center Form */
.center-form {
	max-width: 420px;
	padding: 15px;
	margin: 0 auto;
}
.center-form .forgotten {
	font-weight: normal;
	margin-bottom: 0px;
}
	.center-form .form-control {
		/*position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
		border: 1px solid #c4c4c4;
		padding: 2px 2px 2px 2px;
		border-radius: 4px;
		box-shadow: 0px 0px 2px #7bc1f7;
		background-color: #87d4e8;
		width: 100%;
		height: 38px;
		font-size: small;
		font-family: Verdana;
	}

	.center-form .form-control2 {
		border: 1px solid #c4c4c4;
		padding: 2px 2px 2px 2px;
		border-radius: 4px;
		box-shadow: 0px 0px 2px #7bc1f7;
		background-color: #e3ebed;
		width: 90%;
		height: 50px;
		font-size: small;
		font-family: Verdana;
	}

input[type=text]:hover {
	box-shadow: 0 0 5pt 0.5pt #DA70D6;
}

input[type=text]:focus {
	box-shadow: 0 0 5pt 2pt #DA70D6;
	outline-width: 0px;
}

.center-form button.btn {
	margin-top: 20px;
}
/* Form Group */
.form-group a {
	cursor: pointer;
}
/* Table */
.table a:hover {
	text-decoration: none;
}
.table a.asc:after {
	content: "  \f0d8";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: "  \f0d7";
	font-family: FontAwesome;
	font-size: 14px;
}
.table td {
	vertical-align: middle !important;
}
.table td.editable {
	cursor: pointer;
}
/* Indent */
.indent-1 {
	padding-left: 20px !important;
}
.indent-2 {
	padding-left: 40px !important;
}
.indent-3 {
	padding-left: 60px !important;
}
label.control-label {
	font-weight: normal;
}
/* Status */
.status {
	margin: 0px;
}
/* Required */
label.required:before {
	content: '* ';
	color: #ff0000;
	font-weight: bold;
}
/* Icons */
.fa-exclamation-circle.warning {
	color: #d9534f;
}
.fa-check-circle.success {
	color: #5cb85c;
}
/* Dashboard */
.dashboard-heading {
	margin: 20px 0;
}
.dashboard-stats > div.primary > .tile {
	/*background: #1e91cf;*/
	background-image: linear-gradient(230deg, #fbaaa2, #fc5286);
	color: #ffffff;
	margin-bottom: 20px;
	border-radius:10px;
}
.dashboard-stats > div.primary > .tile > .heading {
	background: transparent;
	text-transform: uppercase;
	padding: 8px 10px;
	font-weight:bold;
	font-size:15px;
}
.dashboard-stats > div.primary > .tile > .body {
	font-size: 40px;
	font-weight: bold;
	padding: 15px;
	line-height: 50px;
}
.dashboard-stats > div.secondary > .tile > .footer {
	/*background: #1978ab;*/
	background:transparent;
	padding: 3px 10px;
}
.dashboard-stats > div.secondary > .tile {
	/*background: #1e91cf;*/
	background-image: linear-gradient(230deg, #99c2ff, #0047b3);
	color: #ffffff;
	margin-bottom: 20px;
	border-radius:10px;
}
.dashboard-stats > div.secondary > .tile > .heading {
	background: transparent;
	text-transform: uppercase;
	padding: 8px 10px;
	font-weight:bold;
	font-size:15px;
}
.dashboard-stats > div.secondary > .tile > .body {
	font-size: 40px;
	font-weight: bold;
	padding: 15px;
	line-height: 50px;
}
.dashboard-stats > div.secondary > .tile > .footer {
	/*background: #1978ab;*/
	background:transparent;
	padding: 3px 10px;
}
.dashboard-stats > div.tertiary > .tile {
	/*background: #1e91cf;*/
	background-image: linear-gradient(230deg, #99ffcc, #00e673);
	color: #ffffff;
	margin-bottom: 20px;
	border-radius:10px;
}
.dashboard-stats > div.tertiary > .tile > .heading {
	background: transparent;
	text-transform: uppercase;
	padding: 8px 10px;
	font-weight:bold;
	font-size:15px;
}
.dashboard-stats > div.tertiary > .tile > .body {
	font-size: 40px;
	font-weight: bold;
	padding: 15px;
	line-height: 50px;
}
.dashboard-stats > div.tertiary > .tile > .footer {
	/*background: #1978ab;*/
	background:transparent;
	padding: 3px 10px;
}
.dashboard-stats > div.fourthiary > .tile {
	/*background: #1e91cf;*/
	background-image: linear-gradient(230deg,#ff8080, #ff3333);
	color: #ffffff;
	margin-bottom: 20px;
	border-radius:10px;
}
.dashboard-stats > div.fourthiary > .tile > .heading {
	background: transparent;
	text-transform: uppercase;
	padding: 8px 10px;
	font-weight:bold;
	font-size:15px;
}
.dashboard-stats > div.fourthiary > .tile > .body {
	font-size: 40px;
	font-weight: bold;
	padding: 15px;
	line-height: 50px;
}
.dashboard-stats > div.fourthiary > .tile > .footer {
	/*background: #1978ab;*/
	background:transparent;
	padding: 3px 10px;
}
.dashboard-stats > div.alternate > .tile {
	/*background: #f9f9f9;*/
	background-image: linear-gradient(230deg, #ffc480, #ff763b);
	color: #ffffff;
	margin-bottom: 20px;
	border-radius:10px;
}
.dashboard-stats > div.alternate > .tile > .heading {
	background: transparent;
	text-transform: uppercase;
	font-weight:bold;
	font-size:15px;
	padding: 8px 10px;
}
.dashboard-stats > div.alternate > .tile > .body {
	font-size: 40px;
	font-weight: bold;
	padding: 15px;
	line-height: 50px;
}
.dashboard-stats > div.alternate > .tile > .footer {
	background: transparent;
	padding: 3px 10px;
}
.dashboard-stats > div.alternate > .tile > .footer a {
	color: #ffffff;
}
.dashboard-stats a {
	color: #ffffff;
}
.resulttext
{
width: 500px;
padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: Black;
background-color: lightgreen;
border:1px solid green;
}
.errtext
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 color: #fff;
} 
/* Footer */
#footer {
	/*border-top: 1px solid #e5e5e5;
	background: transparent;*/
	text-align: center;
	color: #fbff00;
	margin-top: -200px;
	float:left;
	height: 80px;
	width:100%;
	position: relative;
	
}
.loginback
{
    background-color:#000;
}
.boxbox
{
	width: 100%;
	height: 32px;
    padding: 3px 6px;
    font-size:  14px;
    line-height:  1.42857143;
    color: #555;
	background: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius:  4px;	 
}
.loginscr1
{
    background-image:radial-gradient(#99ccff, #0009, #0009);
    /*margin:60px 480px 20px 480px;*/
    margin: 3em auto;
   width:30%;
   text-align:center;
    padding: 2.5em 3em;
    transition: box-shadow 0.5s;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border-radius:10px;
    text-align:center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
   
}
.head1{width:25%;padding-left:10px; text-align:left;font-size: 15px;}
.head2{width:50%;padding-left:100px;text-align:center;height:30px;}
.head3{width:22%;padding-right:10px;text-align:right;font-size: 15px;}
.loginscr
{
    background-image:radial-gradient(#0009, #0009, #99ccff);
    /*margin:60px 480px 20px 480px;*/
    margin: 2.5em 2em;
   width:32%;
   float:right;
    padding: 2.5em 3em;
    transition: box-shadow 0.5s;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border-radius:10px;
    text-align:center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
   
}
.loginscr:hover
{background-image:linear-gradient(120deg, #0009, #0009,#99ccff, #0009, #0009);
}

@media (max-width: 1440px)
{
   .loginscr
{
    width:28%;
    } 
}

@media (max-width: 1300px)
{
   .loginscr{width:35%;padding: 1.5em 1em;margin-top:65px; margin-left:auto; margin-right:auto; float:none;}

.head1{width:23%;font-size: 15px;}
.head2 img{height:36px;width:100%;}
.head3{width:20%;font-size: 15px;} 
#header{width:100%;}
.boxbox{width: 100%;height: 31px;padding: 3px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background: #fff;background-image: none;border: 1px solid #ccc;border-radius: 30px;}
#footer {	/*border-top: 1px solid #e5e5e5;
	background: transparent;*/
	text-align: left;
	color: #000000;
	float:none;
	width:100%;
	margin-top:85px;
	position: fixed;
	}
	.backdesign
	{
	    height:47rem;
	}
	.loginslider
	{
	   display:none;
	}
	
	#content
	{
	    padding-top:10px;
	    height:480px;
	}
}
@media (max-width: 1100px)
{
   .loginscr{width:50%;padding: 1.5em 1em;margin-top:65px;margin-left:auto; margin-right:auto; float:none;}

.head1{width:23%;font-size: 15px;}
.head2 img{height:36px;width:100%;}
.head3{width:20%;font-size: 15px;} 
#header{width:100%;}
.boxbox{width: 100%;height: 31px;padding: 3px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background: #fff;background-image: none;border: 1px solid #ccc;border-radius: 30px;}
#footer {	/*border-top: 1px solid #e5e5e5;
	background: transparent;*/
	text-align: center;
	color: #000000;
	float:left;
	width:100%;
	margin-top:-130px;
	position: absolute;
	}
	.backdesign
	{
	    height:60rem;
	}
	.loginslider
	{
display:none;
	}
	
	#content
	{
	    padding-top:10px;
	    height:680px;
	}
}
@media (max-width: 900px)
{
   .loginscr{width:50%;padding: 1.5em 1em;margin-top:65px;margin-left:auto; margin-right:auto; float:none;}
}
@media (max-width: 772px)
{
 .head1{width:70%;font-size: 14px;}
.head2 img{height:30px;width:100%;}
.head3{width:20%;font-size: 12px;}  
#header{width:100%;}
.boxbox{width: 100%;height: 30px;padding: 3px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background: #fff;background-image: none;border: 1px solid #ccc;border-radius: 30px;}
#footer {	/*border-top: 1px solid #e5e5e5;
	background: transparent;*/
	text-align: center;
	color: #000000;
	float:left;
	width:100%;
	position: relative;
	}
	.backdesign
	{
	    height:60rem;
	}
	
	.loginslider
	{
	  display:none;  
	}
	#content
	{
	    padding-top:30px;
	    height:780px;
	}
}

@media (max-width: 600px)
{
   .loginscr{width:70%;padding: 1.5em 1em; margin-left:auto; margin-right:auto; float:none;}
   
.head1{width:19%;font-size: 10px;}
.head2 img{height:37px;width:133%;margin-left:-29px}
.head3{width:25%;font-size: 10px;}  
#header{width:100%;}
#footer {
	/*border-top: 1px solid #e5e5e5;
	background: transparent;*/
	text-align: center;
	color: #000000;
	float:left;
	width:100%;
	position: relative;
	}
	.boxbox
{
	width: 100%;
	height: 29px;
    padding: 3px 12px;
    font-size:  14px;
    line-height:  1.42857143;
    color: #555;
	background: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius:  30px;	 
}
	.backdesign
	{
	    height:60rem;
	}
	.loginslider
	{
	    display:none;
	}
	#content
	{
	    padding-top:30px;
	    height:780px;
	}
}
@media (max-width: 675px)
{
 .head1{width:70%;font-size: 14px;}
.head2 img{height:30px;width:100%;}
.head3{width:18%;font-size: 11px;}  
#header{width:100%;}
#footer {	/*border-top: 1px solid #e5e5e5;
	background: transparent;*/
	text-align: center;
	color: #000000;
	float:left;
	width:100%;
	margin-top:-232px;
	position: absolute;
	}
	.boxbox{width: 100%;height: 32px;padding: 3px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background: #fff;background-image: none;border: 1px solid #ccc;border-radius: 30px;}
	.backdesign	{ height:60rem;	}
	.loginslider{display:none;}
	#content{padding-top:30px;height:780px;}
}


.backdesign
 {
    background-image:url("../Images/background1.png");
	background-size: cover;
	background-repeat:no-repeat;
 }
 .logintit
 {
    color : white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px #000000;
 }
.footer1 {
	font-weight: 700;
	line-height: 21px;
	color: #FF9900;
	font-family: 'Yu Gothic UI', sans-serif
	/*text-shadow: 1px 1px 2px #0009, 0 0 25px #0000, 0 0 5px #fff;*/
}
 
 .menutab
 {
     background-image:linear-gradient(to right,#002369, #002369, #0009);
 }
 .addrestab
 {
     background-image:linear-gradient(to right, #80bfff, #cce6ff, #cce6ff, #cce6ff, #80bfff);
 }
 .Dashbrd
 {
     color:White;
     text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px #ffffff;
 }
 .footdesign
 {
     text-shadow: 1px 1px 2px white, 0 0 5px #ffffff;
     font-weight:bolder;
     font-size:17px;
     height:12px;
 }
 .loginslider
 {
     float:left;
 }
 .consign1:hover, consigne2:hover
 {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
 .shadow:hover
 {
      box-shadow: 0 4px 8px 0 #fff, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
 .contryform
 {
     margin-top:20px;
 }
  .form-controled
 {
         display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #ff9049;
    background-image: none;
    border: 1px solid orange;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 }
 .version
 {
     text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px #ffffff;
     color: #ffffff;
     font-weight: bold; 
     font-family: Arial, Helvetica, sans-serif; 
     font-size: small;   
 }
 .dboardview
 {
     background-color:#d3d3d3;
 }
  .dboardview table th
 {
     background-image:linear-gradient(to top, #0009, #6699ff);
     color:#fff;
     text-shadow:1px 1px 2px black, 0 0 25px black, 0 0 5px #0009;
 }
 .colorwht label
 {
     color:#fff;
     font-weight:bolder;
     margin:auto;
 }
 input:focus, textarea:focus, select:focus
 {
     background-color:#ffff33;
     border:1px solid #ffff33;
 }
.country
{
    text-shadow: 0 0 10px #0009, 0 0 10px #0009, 0 0 10px #ffffff;
    font-weight:bolder; 
    color:#f7f60c;
    font-family:Arial;
}
.errstar
{
    color:Red;
    font-size:18px;
}