/*
 Created on : 5 Jan, 2015, 5:57:34 PM
 Author     : prakhar
 */
 .img 						{border:1px solid #fff; ; box-shadow: 5px 5px 2px #ccc; -moz-box-shadow: 5px 5px 2px #ccc; -webkit-box-shadow: 5px 5px 2px #ccc; -khtml-box-shadow: 5px 5px 2px #ccc; }
 body 						{background:url("../images/1.jpg"); background-size:cover;font-family:  "Oxygen" ,Helvetica ,sans-serif;}
 header.header 				{ margin:0px 0px 10px 0px; padding:7px 7px 1px 10px;   width:auto; background-color:none;}
 a.header-text span			{padding-top: 0px}
 header.header a	,
 header.header a:hover 		{color:black;}
 .footer-user 				{width: 100%;background-color:none;color:white;padding:25px 0px 25px 0px;}
 #logout-link 				{margin: 10px 0px 0px 0px;color: yellow;}
 #header-link 				{text-decoration: none;}
 #header-link:hover  		{text-decoration: none;color: white;}
.bg-dark					{background-color: #222;  border-color: #080808;}
 #homepage-content 			{border-radius: 5px; border:solid #E6FFFA 7px; padding: 25px; margin-bottom: 30px}
 .status 					{text-align: center;margin-bottom: 30px;}
 .table 					{color: #476BB2;text-align: center;}
 .process-form 				{position: fixed;bottom: 25px;right: 10px;}
 .links 					{position: fixed;bottom: 0px;}
 .table tr th 				{color: black;background:#337ab7;}
 .table thead 				{background-color: #337ab7;text-align:center;}
 .help-block 				{color: white;font-size: 14px;}
 .details					{border-right: solid #6C89C1 1px;}
 .margin-none				{margin: 0};
 .panel-heading h4 			{color: black;}
 .panel-body 				{color: blue;}
 .admin-page-content 		{ padding:0px 5px 0px 5px !important; margin:-10px !important;min-height:700px;overflow-y:hidden; }
 th a ,.header a			{color: #476BB2}
 th a:hover,.header a:hover	{color: #476BB2}
 tfoot 						{background-color: white;  padding:0px;margin:0px;}
 .pagination 				{margin: 0;padding: 0;}
 .user-content 				{background: white;color:#476BB2;}
 .padding-5					{padding:5px}
 .padding-10				{padding:10px}
 .text-white				{color:white}
 a 							{text-decoration:none;cursor: pointer; cursor: hand; }
 a:hover 					{text-decoration:none;cursor: pointer; cursor: hand; }
 .border					{border:solid 1px white;}
 .border-top				{border-top:solid 1px white;}
 .border-bottom				{border-bottom:solid 1px white;}	
 a.panel-title:hover,
 a.panel-title:visited		{color:white;text-decoration:none;}
 table#match_found_table th {font-size: 0.9em !important;height:auto;}
 table#match_found_table td {font-size: 0.9em !important;height:auto;}
 th  , td  ,td input > * 	{font-size:10px !important;height:auto !important;}
 th 						{height:auto !important;}
 .form-control 				{padding:1px !important;font-size:16px !important;}
 .btn 						{padding:3px;}
 .text-black				{color:black;}
 input[type=text],
 input[type=email],
 input[type=password]		{text-align:center}
 .navbar-inverse 			{color:white !important;padding:10px; border-radius: 0px;}
 table tr th a 				{color:black !important;}
 table tr th 				{font-size: 0.8em !important}
 .header-image 				{position: relative;margin-left:-25px;}

 /*Small devices (tablets, 768px and up) */
 @media all and (max-width: 768px) {
 	.side-bar 				{min-height: auto !important;position: relative;padding: 0px;}
 	div.table-wrapper 		{width: auto;}
 	.header-text span		{display: none }
 }
 @media (max-width: 376px){
 	.header-image 			{margin-left:-25px;}
 	.details			    {border:none;}
 	.header-text span		{display: none }
 }
 
 tbody tr td input.form-control {font-size: 1em !important;}
 tbody tr td select.form-control {font-size: 1em !important;}
 #per_page {margin-right:16px;}
 div.tables {padding:0px !important;}