/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 04, 2016, 10:33:11 AM
    Author     : Anil Kumar
*/

.login_body{
	width:100%;
	float:left;
	background: url(../img/bg.jpg);
	background-size: cover;
	height:700px;
}
.logo{
    width: 100%;
    float: left;
}
.logo_part{
	width:100%;
	float:left;
	margin-top:2em;
}
.account-container {
	width: 380px; 
	display: block;
	margin: 60px auto 0 auto;
	
	background: #f9f9f9;
	
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.content form h1{
	font-family:'Pt Sans';
	font-size:30px;
}

.content {
	padding: 16px 28px 23px;
} 

.login-fields {
	
}

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-family: 'Pt Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	/* width: 255px; */
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.username-field { background: url(../img/user.png) no-repeat; }

.password-field { background: url(../img/password.png) no-repeat; }




.login-actions {
	float: left;
	
	width: 100%;
	
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;
	
	padding: 10px 0 15px;
	
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
    font-size: 12px;
    line-height: 1.2em;
    
    background: url(../../img/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}

/** Text Under Box**/
.login-extra {
	display: block; 
	width: 100%; 
	margin: 1.5em auto;
	 
	text-align: left;
	line-height: 19px; 
	
	text-shadow: 1px 1px 0px #fff; 	
}


.account-container h1 {
	margin-bottom: .4em;
	
	color: #525252;
}

/** Buttons **/
.twitter, .fb {
	position: relative;
	
	height: 32px; 
	width: 157px; 
	display: block;
	
	background: url(../../img/signin/twitter_btn.png) no-repeat; 
	
}

.fb {
	width: 162px; 
	
	background: url(../../img/signin/fb_btn.png) no-repeat; 	
}

.twitter:active, .fb:active {
	top: 1px;
}

.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}

.twitter a, .fb a {
	padding: 5px 0 0 35px; 
	text-shadow: -1px -1px 0px rgba(0,0,0,.3); 
	color:#fff; 
	font-weight: bold; 
	font-size: 11px; 
	height: 32px; 
	display: block;	
}

.fb a {
	padding: 5px 0 0 31px; 
	
}

.twitter, .fb {
	display: inline-block;
}

.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}






.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	
	position: relative;
	
	line-height: 1.3em;
}



@media (max-width: 480px) {
	
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 100%;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
        .logo_part img {
		width: 100%;
	}
	
}



/*********************************
Dashboard
**********************************/
.row1{margin:0;}
.main_header{
	width:100%;
	/* float:left; */
	min-height: 50px;
	background: #74909A;
}

.avatar {
    width: 60px;
    height: 55px;
    margin-top: 6px;
}

.avatar_name{
	width:100%;
	float:left;
	margin-top:20px;
}
.avatar_name li{
	display:inline;
	list-style-type: none;
	font-size:15px;
	font-family:'Pt Sans';
	color:#fff;
	margin-right:15px;
}
.avatar_name li a{
	text-decoration:none;
	font-size:15px;
	font-family:'Pt Sans';
	color:#fff;
}
.avatar_name li a:hover{
	color:#fff;
	border-bottom: 2px solid #000;
}

.navbar-nav > li > a {
    line-height: 20px;
    font-family: 'Pt Sans';
	color:#fff !important;
}
nav.navbar.navbar-inverse {
    border-radius: 0;
}

.alert{
	font-family:'Pt Sans';
}
.summery-btn {
    float: left;
    background: #74909A;
    border-radius: 0px !important;
    color: #fff;
    font-size: 20px;
    font-family: 'Pt Sans';
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}
.summery_detail {
    float: left;
    padding: 25px 15px 15px;
    background: #DFE0E2;
    width: 100%;
}
.summery_set {
    float: left;
    width: 100%;
    background: #DFE0E2;
    padding: 0 15px 0 15px;
}
.summery_total_strip {
    float: left;
    width: 100%;
	font-size:18px;
	font-family:'Pt Sans';
    background: #DFE0E2;
}
.summery_strip {
    float: left;
    width: 100%;
	font-size:20px;
	font-family:'Pt Sans';
	padding:15px;
}

.main_footer {
    width: 100%;
    float: left;
    border-top: solid 5px #74909a;
    background: #252525;
}

.footer_left {
    width: 100%;
    float: left;
    padding-top: 24px;
}
.copyright {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0;
}
.copyright li {
    float: left;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
}
.copyright li:last-child a{
	font-size:14px !important;
}
.copyright li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.footer_right {
    width: 100%;
    float: left;
}

.Social_icon {
    /* width: 100%; */
    list-style-type: none;
    padding: 0;
    float: right;
    /* text-align: right; */
    margin-top: 10px;
}
.Social_icon li {
    float: left;
    display: inline;
    width: 40px;
    height: 40px;
    background: #000;
    margin-right: 5px;
    border-radius: 50%;
    padding: 7px 15px 15px 13px;
}
.Social_icon li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    /* padding: 8px; */
    /* background: #000; */
    /* width: 62px; */
    /* height: 50px; */
}

.activity_header {
    width: 100%;
    background: #74909a;
    margin-top: 3em;
    padding-top: 15px;
    padding-bottom: 15px;
	margin-bottom: 3em;
}

.activity_head {
    font-size: 44px;
    text-align: center;
    color: #fff;
	font-family:'Pt Sans';
}

.confirm{
	color:#008000;
}
.pending{
	color:#ff0000;
}

.main_content {
    min-height: 538px;
}

 
.tooltip {
    /*border:1px solid #fff !important;*/
	border-radius:0 !important;
} 

.top{margin-top:1em;}
.summery {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.review {
    float: left;
    margin-top: 20px;
}

.success-content{
	width:100%;
	margin:auto;
	min-height:485px;
}

.success-summery {
    width: 100%;
    float: left;
    /* min-height: 250px; */
    background: rgba(102,153,153,0.6);
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin: 30% auto;
}
.success_head {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Pt Sans';
}

.activity_img img {
    width: 100%;
    height: 234px;
}

.success {
    width: 100%;
    line-height: 4.25em;
    font-size: 16px;
    font-family: 'Pt Sans';
    padding: 0;
}