/* Global Styles */

/* ------------------------------- */

body {
    padding-top: 100px;
    background-color: #f8f8f8;
	
	
}

@media(min-width:768px) {
    body {
        padding-top: 50px;
    }
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
	
}

#page-wrapper {
    padding: 0 15px;
    /* min-height: 568px;*/
	
    background-color: #fff;
	
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 -18px 250px;
        padding: 0 30px;
		
         /* min-height: 900px; */
        border-left: 1px solid #e7e7e7;
		
    }
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    /* left: auto; */
	margin-left: 23px;
}

/* Sidebar Menu Styles */
.navbar-static-side > .sidebar-collapse >ul.nav>li.active> a {

text-decoration: none;
background-color: #eee;
}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-search {
    padding: 15px;
	
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media(max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}
.registration{
margin-top:5px;
}
.center{
text-align:center;
}
.divheaderrightbutton{
margin-left:10px;
}

.panel-body{
  height:auto;
  min-height:100px;
  overflow:hidden;
  transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
}
.collapsed .panel-body{
  min-height:0px;
  height:0px;
  display:none;
}
#focus-overlay{background:rgba(0,0,0,0.95);position:fixed;top:0;left:0;right:0;bottom:0;z-index:9}

.submitbutton{
text-align:center;
margin-top:10px;
}

#pageheaderdiv{
margin-top:-30px;
}

.noborder{
border:none;
}

.bluetext{
	color:#27408B;
}

.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    /* height: 100%; */
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{
	margin-top:20px;
}

/*=======custome css ====================*/
.error{
	color: #d8000c;
	font-weight:100;
	font-size:11px;
	
}


#pageheaderdiv2{
	margin-top:-80px;
}
.bgwhite{
	background-color:white;
}
input[type="file"]{
	height:auto;
}
.input_hidden{display:none;}

/*CSS3 New Button Code */
.btncss3 {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 3px #666666;
  -moz-box-shadow: 5px 5px 3px #666666;
  box-shadow: 5px 5px 3px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 15px;
  background: #3498db;
  padding: 10px 10px 10px 10px;
  border: solid #1f628d 5px;
  text-decoration: none;
  
}

.btncss3:hover {
  /* background: #3cb0fd; */
  text-decoration: none;
  background:#ffffff;
  color:#27408B;
  
}  

/*Add New*/
#addnew{
	font-family:Georgia;
	font-weight:bold;
	font-size: 20px;
}

/*Meeting Registration Form*/
#meetingregistration{
padding: 30px;
border-radius: 15px;
border: 0px solid #ccc;
background: #eee;
}

.marginleft10{
margin-left:20px;
}

/* Add Details Header Button */
#adddetailsheader{
	z-index:5;
	position: relative;
	margin:auto;
	vertical-align: middle;
	margin-top:-40px;
	cursor:auto;
}

/*=======================*/

/* Add Details Header Button */
#adddetailsheader{
	z-index:5;
	position: relative;
	margin:auto;
	vertical-align: middle;
	margin-top:-40px;
	cursor:auto;
	background-color:white;
	border:1px solid #ddd;
}

#adddetailsicon{
text-align:center;
margin-top:-11px;
margin-left:1px;
background-color:white;
}

#addsessionicon{
text-align:center;
margin-top:-11px;
margin-left:-2px;
background-color:white;
}

#mappedusersicon{
text-align:center;
margin-top:-15px;
margin-left:-2px;
background-color:white;
}

#sendinviteicon{
text-align:center;
margin-top:-13px;
margin-left:-1px;
background-color:white;
}

#reporticon{
text-align:center;
margin-top:-13px;
margin-left:-3px;
background-color:white;
}
.bgwhite{
background-color:#ffffff;
}

.submitbuttons{
margin-top:10px;
}

.marginleft10{
margin-left:10px;
}
  
 /*=======================*/ 

/* Add Details Styles */
 .hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}


.step {
    text-align: center;
}

.step .col-md-2 {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
}

.step .col-md-2:last-child {
    border: 1px solid #C0C0C0;
}

.step .col-md-2:first-child {
    border-radius: 5px 0 0 5px;
}

.step .col-md-2:last-child {
    border-radius: 0 5px 5px 0;
}

.step .col-md-2:hover {
    color: #27408B;
    cursor: pointer;
}

.step .activestep {
    color: #27408B;
    height: 100px;
    margin-top: -7px;
    padding-top: 5px;
    border-left: 6px solid #27408B !important;
    border-right: 6px solid #27408B !important;
    border-top: 3px solid #27408B !important;
    border-bottom: 3px solid #27408B !important;
    vertical-align: central;
}

.step .fa {
    padding-top: 12px;
    font-size: 40px;
}

#uploadbutton .fa{
	font-size:1.5em;
	margin-top:-20px;
}
#submitbutton .fa{
	font-size:1.5em;
	margin-top:-20px;
}

/*style to hide overflow in panel heading in showupcoming events page*/ 
.overflow {
	width: 15em;
	margin: 0 0 0 0;
	/**
   	* Required properties to achieve text-overflow
   	*/
   	white-space: nowrap;
   	overflow: hidden;
}
.ellipsis { text-overflow: ellipsis; }


/*=======================*/ 

/*================css for breadcrumb===================================*/

#breadcrumb {
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	background-color: white;
}

#breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: black;
	padding: 0 10px 0 30px;
	position: relative;
	border: solid 1px #428bca;
}

#breadcrumb a:first-child {
	padding-left: 10px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}

#breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
#breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of #breadcrumb a */
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*stylish arrow design using box shadow*/
	box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
	 5px - for rounded arrows and
	 50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
#breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
#breadcrumb a:before {
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	position: absolute;
	top: 0;
	font-weight: bold;
}

.flat a, .flat a:after {
	background: white;
	color: black;
	font-weight: bold;
	transition: all 0.5s;
	font-size: 14px;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, .flat a:hover:after, .flat a.active:after {
	background: #428bca;
	color: white;
}

/*******************Added by trushali********************/
/*Star*/
.form-group em{color: #FF0000}

@media (max-width: 480px) {
	.nav-tabs > li {
		float: none;
	}
}

