/* Enter Custom CSS Below Here */
.dashboardWellcome{
	
	text-align:left;
	padding-left:12px;
	padding-top:8px;
	color:#646060;
	
}
.wrapper {
  position: relative;
  display: inline-block;
}
.close:before {
  content: '✕';
}
.close {
  position: absolute;
  top: 6px;
  right: 5px;
  cursor: pointer;
}
#box1
{
	display: none;
	position: fixed;
	top: 18%;
	left: 22%;
	right: 23%;

	margin:0;
	/*border: 1px solid red;*/
	background-color: white;
	z-index:101;
	overflow: auto;
}

#boxtitle1
{
background-color: #bf5144;
    border-bottom: 0 solid #3cf;
    color: white;
   
    left: 0;
    margin: 0;
    
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#boxtitle2
{
background-color: #bf5144;
    border-bottom: 0 solid #3cf;
    color: white;
   
    left: 0;
    margin: 0;
    
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#box2
{
	
	position: fixed;
	top: 2%;
	left: 20%;
	width: 56%;
	
	padding: 48px;
	margin:0;
	border: 1px solid #f3eedf;
	background-color: white;
	z-index:101;
	overflow: auto;
}

.dropbtn {
    background-color: #FFFFFF;
   
    
    font-size: 16px;
    border: none;
    
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 270px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	 z-index: 999;
	border-style: solid;
	border-color:#E0E0E0;
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #FFFFFF;
}

.signupLabel{
	
	font-family:Open Sans;
	color: #3791C1;
	 font-weight: bold;
	 font-size:17px;
	
}

.signupHeadingColumn{
	
	 background: #c0392b none repeat scroll 0 0;
    height: 36px;
    width: 250px;
	text-align:center;
}
.signupHeadingColumn2{
	
	 background: #c0392b none repeat scroll 0 0;
    height: 40px;
    width: 250px;
	text-align:center;
}

.signupHeadingRow{
	
	 background: #FFFFF;
    height: 33px;
    
	text-align:center;
}

.signupHeadingBillingRow {
    height: 36px;
    text-align: center;
}

.signuptextalign{
	
	text-align:left;
	padding-left:20px;
}

.text_wellcome{
	
	color:#A9A1B1;
}
.signup :hover {
 color: #62A7E8 ;
}


	
/* CSS Tree menu styles */
ol.tree
{
	padding: 0 0 0 30px;
	width: 300px;
}
	li.dropping 
	{ 
		position: relative; 
		
		list-style: none;
	}
	li.file
	{
		margin-left: -1px !important;
	}
		li.file a
		{
			background: url(tree_images/document.png) 0 0 no-repeat;
			color: #fff;
			 padding-left: 18px;
			text-decoration: none;
			display: block;
		}
		li.file a[href *= '.pdf']	{ background: url(tree_images/document.png) 0 0 no-repeat; }
		li.file a[href *= '.html']	{ background: url(tree_images/document.png) 0 0 no-repeat; }
		li.file a[href $= '.css']	{ background: url(tree_images/document.png) 0 0 no-repeat; }
		li.file a[href $= '.js']		{ background: url(tree_images/document.png) 0 0 no-repeat; }
	li input
	{
		position: absolute;
		left: 0;
		margin-left: 0;
		opacity: 0;
		z-index: 2;
		cursor: pointer;
		height: 1em;
		width: 1em;
		top: 0;
	}
		li input + ol
		{
			background: url(tree_images/toggle-small-expand.png) 40px 0 no-repeat;
			margin: -1.938em 0 0 -41px;
			height: 1em;
		}
		li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }
	li label
	{
		background: url(tree_images/folder-horizontal.png) 15px 1px no-repeat;
		cursor: pointer;
		display: block;
		  padding-left: 35px;
	}

	li input:checked + ol
	{
		background: url(tree_images/toggle-small.png) 40px 5px no-repeat;
		 margin: -2.25em 0 0 -44px;
		padding: 2.563em 0 0 81px;
		height: auto;
	}
		li input:checked + ol > li { display: block; margin: 0 0 0.125em;  /* 2px */}
		li input:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }
		
	/* CSS for light box cancallation */
	

#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box_down_grade
{
	display: none;
	position: fixed;
	top: 20%;
	left: 28%;
	width: 45%;
	height: 40%;
	padding: 4%;
	margin:0;
	
	background-color: white;
	z-index:101;
	overflow: auto;
}
#box 
{
	display: none;
	position: fixed;
	top: 17%;
	
	left: 19%;
	width: 68%;
	height: 75%;
	
	
	padding: 48px;
	margin:0;
	
	background-color: white;
	z-index:101;
	overflow: auto;
}

#boxtitle
{
background-color: #BF5144;
    border-bottom: 0 solid #3cf;
    color: white;
    height: 37px;
    left: 0;
    margin: 0;
    padding: 7px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#boxtitle_down_grade
{
background-color: #bf5144;
    border-bottom: 0 solid #3cf;
    color: white;
    height: 37px;
    left: 0;
    margin: 0;
    padding: 7px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

#shadowing1
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#shadowing_down_grade
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}



#boxtitle2
{
background-color: #bf5144;
    border-bottom: 0 solid #3cf;
    color: white;
   
    left: 0;
    margin: 0;
    
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}






div#spinner
{
    /*display: none;
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;*/
	
	height:100%;
			width:100%;
			position:fixed;
			left:0;
			top:0;
			z-index:1 !important;
			background:rgba(0,0,0,0.3);
		
} 

/*-------------------------tooltip-----------------------*/
div#tippop,
div#tippop_focus{display:none;position:absolute;z-index:10000;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;border:2px solid white;-webkit-box-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,0.10),0 0 5px rgba(0,0,0,0.10),0 1px 3px rgba(0,0,0,0.30),0 3px 5px rgba(0,0,0,0.20),0 5px 10px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.20),0 20px 20px rgba(0,0,0,0.15);box-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,0.10),0 0 5px rgba(0,0,0,0.10),0 1px 3px rgba(0,0,0,0.30),0 3px 5px rgba(0,0,0,0.20),0 5px 10px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.20),0 20px 20px rgba(0,0,0,0.15);text-shadow:0 -1px 0 background-color:#151D26;color:#fff;cursor:default;max-width:280px;margin-left:20px;padding:.5em .75em;text-align:left;line-height:1.2em;font-size:15px;font-family:monospace}
div#tippop_focus{background-color:#151D26}div#tippop.left:before,div#tippop.right:before,div#tippop.top:before,div#tippop.bottom:before,div#tippop_focus.left:before,div#tippop_focus.right:before,div#tippop_focus.top:before,div#tippop_focus.bottom:before{content:'';position:absolute;width:0;height:0;border-right:5px solid transparent;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid transparent}
div#tippop.left:before,div#tippop_focus.left:before{top:48%;right:-12px;border-left:5px solid #000}div#tippop.right:before,div#tippop_focus.right:before{top:50%;left:-12px;border-right:5px solid #000}
div#tippop.top:before,div#tippop_focus.top:before{bottom:-14px;left:50%;border-top:5px solid #000}div#tippop.bottom:before,div#tippop_focus.bottom:before{top:-12px;left:50%;border-bottom:5px solid #000}
/*---------------------tooltip error--------*/
 label.valid {
  width: 24px;
  height: 24px;
  background: url(jValidator/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
  border: 0px solid #39f;
  
}
label.error {
  font-size: 13px; 
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
  margin-left: 5px;
  font-family:Courier New;
}

.page-title {
    margin-bottom: 0px
}
.inner {
    padding-top: 36px;
    padding-bottom: 70px;
}
.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    padding: 40px 14px;
}
.nav > li > a:focus {
    background: none;
    color: #ffffff;
}
.services-1 i {
    font-size: 60px;
    color: #c0392b;
}
.services-2 .icon i.icn {
    color: #c0392b;
    line-height: 1;
    font-size: 35px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}



