﻿body {
}

#topheader
{
    background-color: #6C6C6C;
    color: white;
}
#sidebar
{
    background-color: #fff;
    min-height:600px;
   
}
#footer
{
    background-color: #999999;
    height: 140px;
} 

.collapse .navbar-collapse
{
	height:36px;
}

.navbar 
{
	min-height:36px;	
	background-color: #999999; /* fallback color, place your own */

  /* Gradients for modern browsers, replace as you see fit */
  	background-repeat: repeat-y;
	background-image: linear-gradient(left, #999999, #6C6C6C);
	margin-bottom: 0px;
	height: 36px;
	padding-top: 8px;
}

	.SubHeaderBackground {
	margin-bottom:0px;
	}
 .navbar .divider-vertical {
    background-color: #999999;
    border-right: 1px solid #6C6C6C;
    }

  .navbar .nav .active > a, .navbar .nav .active > a:hover {
    background-color: #6C6C6C;
    }

  .navbar .nav > li > a {
    color: #fff;
    font-weight:bold;
    padding:0;
  }


  .navbar .nav > li > a:hover {color:black;}

  .navbar .nav .active > a, .navbar .nav .active > a:hover {color:black;}
  
  .nav > li {
    display: inline; 
	}

  .navbar .nav > li > a {
  	vertical-align:middle;
	font-family: arial, helvetica, sans-serif; 
	float: left; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
	font-size:16px;
	margin-right:40px;
	}
	
  
  .sidebarmenu {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; BACKGROUND: #1c6b9c; LIST-STYLE-IMAGE: none; 
	-webkit-box-shadow: 2px 2px 2px #cccccc; 
	box-shadow: 2px 2px 2px #cccccc;
}
.sidebarmenu A {
	BORDER-BOTTOM: #393939 1px solid; PADDING-BOTTOM: 8px; MARGIN: 0px; PADDING-LEFT: 12px; PADDING-RIGHT: 12px; DISPLAY: block; BACKGROUND: #1c6b9c; COLOR: #fff; FONT-WEIGHT: bolder; TEXT-DECORATION: none; PADDING-TOP: 8px; FONT-SIZE: 13px;
}
.sidebarmenu A:hover {
	PADDING-BOTTOM: 8px; BACKGROUND: #003366 no-repeat left center; COLOR: #66ff00; FONT-WEIGHT: bolder
}
.sidebarMenuHeader {
	BACKGROUND-COLOR: #003366; PADDING-LEFT: 20px; WIDTH: 160px; FONT-FAMILY: Helvetica, Arial, Helvetica, sans-serif; MARGIN-BOTTOM: -16px; min-height:24px; COLOR: #71d9ff; FONT-SIZE: 14px; FONT-WEIGHT: bolder; PADDING-TOP: 6px;
}

ul 
{
	margin-left:-2em;
}

.sessiontypes li {
    list-style: none outside none;
    line-height: 1.5em;
    font-size: 1.3em;
    
}

.sessiontypes li .label, .sessiontypes {
    padding: 5px;
    font-size:1em;
    line-height: 2.1em;
    
}

/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.tab-content 
{
	padding:5px;
	margin:5px;
	}
.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}


.required-field-block .required-icon .required-icon-text {
	color: #B80000;
	font-size: 24px;
	margin: -3px 0 0 12px;
}

.required-field {
	color: #B80000;
	font-size: 24px;
	margin: -3px 0 0 12px;
	line-height:.5em;
}
/* Required field END */

h1 .med,
.h1 .med,
h2 .med,
.h2 .med,
h3 .med,
.h3 .med,
h1 .med,
.h1 .med,
h2 .med,
.h2 .med,
h3 .med,
.h3 .med {
  margin-top:6px;
  margin-bottom:5px;
}

  h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}

.med {
  margin-top:6px;
  margin-bottom:5px;
  white-space: nowrap;
}
hr{
  margin-top:10px;
  margin-bottom:10px;
}

.panel-body {color:#333;}
.panel-session { border-color: #428bca;background: #428bca;color: #fff; }
.panel-master { border-color: #4F9E4F;background: #5CB85C;color: #fff;}
.panel-breakout { border-color: #f0ad4e;background: #f0ad4e;color: #fff;}

.label-master {
  background-color: #4F9E4F;
}

.label-standard {
  background-color: #428bca;
}
.label-breakout {
    background: #28B5A1;
}
.conference 
{
	margin:2px 5px 2px 5px;
	padding:2px 5px 2px 5px;
}

.modal-detail-title {}


.alert-master { border-color: #3A79B0;background: #428bca;color: #fff;}
.alert-purple { border-color: #694D9F;background: #694D9F;color: #fff;}
.alert-info-alt { border-color: #4F9E4F;background: #5CB85C;color: #fff;}
.alert-danger-alt { border-color: #B63E5A;background: #E26868;color: #fff;}
.alert-warning-alt { border-color: #A87936;background: #E8A74B;color: #fff;}
.alert-warning-alt2 {border-color: #A87936;background: #28B5A1;color: #fff;}
.tableDates { color: #333;padding-top:15px;background-color: #fff; border-collapse:separate!important; border-radius:4px;margin-top: -15px} /*added for #5548*/
.BOtableDates { color: #333;padding-top:15px;background-color: #fff; border-collapse:separate!important; border-radius:4px;margin-top: -25px} /*added for #5548*/
/* start :added for #5548*/
.rounded-corners {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.ParaClass
{
	margin-bottom: 0px !important;
}
.BOParaClass
{
	margin-bottom: 20px !important;
}
/* End :added for #5548*/
.alert-success-alt { border-color: #19B99A;background: #20A286;color: #fff;}
.alert 
{
	margin:5px;
	padding:5px;
}

.alert a {color: #fff; text-decoration:underline}
.panel a {color: #fff; text-decoration:underline}
.panel {
    margin-bottom: 5px;
}

.panel .link-label {color: #fff; text-decoration:underline; font-weight:normal; display: initial; display: ruby-text; cursor:pointer;}

.modal-dialog a {color: #333;}

.table-striped {font-size:12px;}

.xs {font-size:x-small;}

li label {font-weight: normal; margin-left:10px;}

.CreditsClass
{
    border: 0px none #f2d493;
    border-radius: 3px;
    display: inline-block;
    font-family: sans-serif,Arial,Verdana,Georgia;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 5px;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    color: #000;
    background: linear-gradient(#f2d493, #f2d493) repeat scroll 0% 0% transparent;
}

.well {
    padding: 5px 19px;
}
.wellWithoutMargin {
  min-height: 20px;
  padding: 5px 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-collapse:collapse;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.BlueText a {color: #428bca !important; text-decoration:underline}

.wellWOBackGround {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.wellWithoutMarginWOBackGround {
  min-height: 20px;
  padding: 19px;
  border: 1px solid #e3e3e3;
  border-collapse:collapse;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.conflictDates
{
	font-size: 11px;
}

.labelNormal {
  display: inline;
  padding: 5px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.ValidatorFont
{
	font-size: 11px;
}

input[type="checkbox"], input[type="radio"]  
{
	margin-left: 10px;
}

.col-xs-12-wopadding, .col-sm-12-wopadding, .col-md-12-wopadding {
  position: relative;
  min-height: 1px;
}

/*5630*/

    .InstructionsClass li
    {
        list-style-type: disc;
    }
    .Pagetbl
    {
        background-color: White;
        border-color: LightGrey;
        border-width: 1px;
        border-style: Solid;
        width: 99%;
    }
    .errmsgborder 
    {
        border: solid;
        border-color: darkred;
        border-width:1px;
    }
    .errmsg
    {
        color: Red;
    }
    .labelNormal
    {
    	padding:0px;
    }
    .label
    {
    	padding:0em 0em .2em;
    }
    .labelmsg
    {
    	font-size: medium;
    	text-align:left;
    }

.TextCenter
{
	text-align:center;
}

.TextLeft
{
	text-align:left;
}

.Textright
{
	text-align:right;
}

    .cellwidth1
    {
        min-width: 200px;
    }
    .cellwidth2
    {
        min-width: 100px;
    }
    .gridLabel
    {
    	font-weight:200;
    }
    
    .Custom_ModalBoday
    {
    	height: 500px; 
    	overflow-y: scroll;
    	 padding-top: 0px !important;
    }
    
    .Anchor_Underline
    {
    	text-decoration: underline;
    }
    .WrapModalTitle
    {
    	word-wrap: normal !important;
        font-weight: 700
    }
    .Custom_ModalHeading
    {
    	position: fixed;
    	 z-index: 100;
    	  width: 540px;
    	   height: 40px;
    }
    .HiddenClass
    {
    	display:none;
    }
    /* End of 5630*/
    
    .errmsg {
 color:red;
}