﻿/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
  min-width: 990px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#wrapper {
    width: 100%;
	
}

.form-group .form-control {
    width: 36.5%;
    /*display: table-cell;
    border:1px solid red;*/
}

.form-group 
{
	border:0px solid red;	
}

.tooltip-new{
   			display: inline;
    		position: relative;
    		right:0px;
    		margin-right:110px;
    		margin-top:-35px;
 			border:0px solid red;
 			text-decoration:none;
		}
		
		.tooltip-new:hover:after{
    		
    		border-radius: 5px;
    		background:#ffeddf;
    		/*bottom: -50px;*/
    		color: #666;
    		content: attr(title);
    		text-decoration:none;
    		left: 110%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 150px;
			border:1px solid #e66200;
		}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 3px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    
}


.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 3px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    
}

.login-panel {
    border: 1px solid #eeeeee;
}

.sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
	top:8px;
    margin-top: 80px;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 1180px;
  max-width: none !important;
}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

.navbar-top-links li a
{
    padding: 15px;
    min-height: 10px;
    margin-right:15px;
}


/*karthikeyan*/


.feature {
	display:inline-block;
	padding:2% 0;
	width:32%;
	text-align:center;
	float: left;
}
.main {
	padding-top: 10px;
	float:left;
	width:48%;
}
.col-sm-6 {
	width: 48%;
	float:left;
}
.col-sm-5 {
	width: 45%;
	float:left;
	margin-top:3%;
}
.col-sm-3 {
	width: 25%;
	float:left;
	margin-left: 1%;
	margin-right: 1%;
}
.col-sm-2 {
	width: 16.66666667%;
	float:left;
}
.feature i {
	display:inline-block;
	font-size:32pt;
	cursor:default;
	margin-bottom:35px;
	width:90px;
	height:90px;
	line-height:90px;
	position:relative;
	z-index:1;
	color:#ef662c;
	border:4px solid #ef662c;
}
.feature i:after {
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	top:-2px;
	left:-2px;
	padding:2px;
	z-index:-1;
	color:#ef662c;
	background:#fff;
}
.feature i:before {
	speak:none;
	font-size:32pt;
	line-height:86px;
	font-style:normal;
	color:#ef662c;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	display:block;
	background:#ef662c;
}
.fa2 {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left:25px;
}
.revslider-container2 input {
	padding-top:7px;
}
.chzn-container .chzn-results li.highlighted {
	background-color:#ef662c;
	color:#fff;
}
