/*
	Copyrights, Nishadil Co India
	Please do not try to copy this code.
*/
@import url(http://fonts.googleapis.com/css?family=Oswald);

*{ border-radius: 0px !important;}

header .topLightBar{
	background: #f9f9f9;
}
header .navbar-default{
	border: none;
}
.mrgt0{ margin-top: 0px;}
.btn-full{ width: 100%;}
.btn{ text-transform: uppercase; }

#loginNowForm{ margin-top: 20%;}
body#godwn{
	padding-top:70px;
}
.table-hover > tbody > tr:hover {
    background-color: #E0E0E0;
}
.mrb8{
	margin-bottom: 8px
}
#stats-table {
    font-size: 13px !important;
}

.alert-primary{
    color: #ffffff;
    background-color: #337AB7;
    border-color: #2E6DA4;
}

.topWalaBar{ background: #1e1e1e; border-bottom: 2px solid #080808; z-index: 999999;}
.topWalaBar .nav-pills > li > a { padding: 5px 15px; color: #9D9D9D;}
.topWalaBar .nav-pills > li > a:hover,.topWalaBar .nav-pills > li > a.active{ color: #ffffff; background-color: #080808;}
.navbar-inverse,.navbar-default{ margin-top: 32px; min-height: 30px;}
.navbar-inverse .navbar-nav > li > a,.navbar-default .navbar-nav > li > a { padding-top: 5px; padding-bottom: 5px;}

.well-size{ margin-bottom: 9px;}
.well-size h4{
	font-size: 14px !important;
}

.well-blue{ background: #06C; color: #ffffff; border: none;}
	.well-blue:hover{ background: #0A55A1; color: #ffffff; border: none;}
.well-red{ background: #DC3912; color: #ffffff; border: none; }
.well-gray{ background: #666; color: #ffffff; border: none; margin-bottom: 0px;}
	.well-gray:hover{ background: #272727; color: #ffffff; border: none; margin-bottom: 0px;}
.well-black{  background: #1e1e1e; color: #ffffff; border: none; font-size:16px;}
.well-yellow{  background: #ff9900; color: #ffffff; border: none; font-size:16px;}
	.well-yellow:hover{  background: #CE800D; color: #ffffff; border: none; font-size:16px;}
.well-green{  background: #109618; color: #ffffff; border: none; font-size:16px;}
	.well-green:hover{  background: #087A0F; color: #ffffff; border: none; font-size:16px;}
.well-violet{  background: #990099; color: #ffffff; border: none; font-size:16px;}
.well-nishadil{  background: #0099C6; color: #ffffff; border: none; font-size:16px;}
	.well-nishadil:hover{  background: #0980A4; color: #ffffff; border: none; font-size:16px;}

.redYellow{ text-align: center;}
.redYellow .col-md-6:first-child{ padding-right: 0px;}
.redYellow .col-md-6:last-child{ padding-left: 0px;}

.tableS,.tableSS{ text-align: center;}
.tableS thead,.tableSS thead{ background: #d7d7d7;}
.tableS thead tr th,.tableSS thead tr th{ text-align:center;}
.tableS thead tr th small,.tableSS thead tr th small{ color: #6F6F6F;}
.tableS tbody tr:first-child{ color: #06c;}
.tableS tbody tr:last-child{ color: #DC3912;}

/*.tableS thead tr th:first-child{ background: rgb(0, 102, 204) none repeat scroll 0% 0%; border-bottom-color: #06c;}*/
.tableS tbody tr:first-child th.visits{ background: #06c; text-align:center; color: #ffffff; }
.tableS tbody tr:nth-child(2) th.hits{ background: #DC3912; text-align:center; color: #ffffff; }


.tableSS tbody tr:first-child{ color: #06c;}
.tableSS tbody tr:nth-child(2){ color: #DC3912;}
.tableSS tbody tr:nth-child(3){ color: #ff9900;}
.tableSS tbody tr:nth-child(4){ color: #109618;}
.tableSS tbody tr:nth-child(5){ color: #990099;}
.tableSS tbody tr:last-child{ color: #0099C6;}

/*.tableSS thead tr th:first-child{ background: rgb(0, 102, 204) none repeat scroll 0% 0%; border-bottom-color: #06c;}*/
.tableSS tbody tr:first-child th.visits{ background: #06c; text-align:center; color: #ffffff; }
.tableSS tbody tr:nth-child(2) th.clicks{ background: #DC3912; text-align:center; color: #ffffff; }
.tableSS tbody tr:nth-child(3) th.hits{ background: #ff9900; text-align:center; color: #ffffff; }
.tableSS tbody tr:nth-child(4) th.leads{ background: #109618; text-align:center; color: #ffffff; }
.tableSS tbody tr:nth-child(5) th.sales{ background: #990099; text-align:center; color: #ffffff; }
.tableSS tbody tr:nth-child(6) th.rhits{ background: #0099C6; text-align:center; color: #ffffff; }

@media(min-width:1400px){
	.container{
		width: 1375px;
	}
}