.cblselection {
    text-align:left;
}

.txtdepartments {
    display:inline;
    border:none; 
}

.alertsavemsg {
    font-family:Arial;
    color:Red;
    padding-left:7px;
    margin-top:20px;
    margin-bottom:20px;
}

body {}

.site_admin_info {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 140px;
}
.site_admin_info p {
    margin: 3px 0;
}
.footer_inner {
    width: 100%;
    text-align: center;
}

.CheckboxList {
    font-family: Arial;
    font-size: 14px;
    float: left;
} 

.CheckboxList input { 
    float:left;
    clear:both;
    font-family:Arial:Andalus; 
} 

td.ProfileGreyHeader {
    font-size:10pt;
    font-family:Arial;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
    background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color: #8C8C8C;
    color: #FFFFFF;
    font-weight: bold;
    border-style: none;
}

td.Defaultheader {
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    float:left;
    text-align: left;
    height:30px;
    width:330px;
    filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#96C5FE', gradientType='0' );    
}

td.Defaultheader2 {
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    float:left;
    height:30px;
    filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#96C5FE', gradientType='0' );
    text-align: left;
}

td.Defaultheader3 {    
    font-family:Arial;
    font-size:small;
    float:left;
    height:30px;
    text-align: left;
}

.TextSize {
    border-top: 1px solid Gray;
    font-family:Arial;
    font-size:13px; 
    height:20px;
    padding-left:5px;
    padding-top :3px;
    text-align: left;
    border-left-color: Gray;
    border-left-width: 1px;
    border-right-color: Gray;
    border-right-width: 1px;
    border-bottom-color: Gray;
    border-bottom-width: 1px;
}

.TextSizeBold {
    font-family:Arial;
    font-size:13px; 
    font-weight:bold;
    height:20px;
    border-top-style:solid;
    background-color:#EFF3FB;
    border-width:1px;
    border-color:Gray;
    padding-left:5px;
    padding-top :3px;
}

.TextSizeDisabled {
    font-family:Arial;
    font-size:13px; 
    height:20px;
    border-top-style:solid;
    background-color:#EFF3FB;
    border-width:1px;
    border-color:Gray;
    padding-left:5px;
    padding-top :3px;
}

.TextRadio {
    font-family:Arial;
    font-size:14px; 
    float:left;
    text-align: left;
}

.ddl {
   font-family: Arial;
   font-size: 14px; 
   border: 3px solid #ff9900;
}

.styled-select {
   width: 535px;
   height: 34px;
   overflow: hidden;
   background: url(~/images/down_Arrow3.gif) no-repeat right #ddd;
}

.styled-select select {
   background: transparent;
   width: 535px;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
    text-align: left;
}

.tabs a {
	color:Blue;
	text-decoration:none;
	font:14px Arial,Serif;
}

.tab {
	background-color:#eeeeee;
	padding:5px;
	border:Solid 1px black;	
}

.selectedTab {
	background-color:Yellow;
	padding:5px;
	border:1px solid black;
}

.selectedTab a {
	color:Black;
}

.views {
	background-color:white;
	padding:10px;
	border:Solid 1px black;
	width:400px;
}

.HeaderCSS {  
    color:AliceBlue;  
    background-color:DodgerBlue;  
    font-size:Medium;  
    border:solid 1px CornFlowerBlue;               
    font-family:Arial;  
    height:30px;
    text-align: left;
}  

.HeaderSelectedCSS {  
    color:Snow;  
    background-color:SlateBlue;  
    font-weight:bold;  
    height:25px;  
    font-family:Arial;
}   

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.radio {
	background: url(radio.png) no-repeat;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}
     
.Validator
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:Red;
    
}

/* Start page sliders */

.wrapper{
    width: 765px;
    height: 370px;
    position: relative;
    overflow: auto;
}
.left-side{
    width: 100px;
    float: left;
}
.right-side{
    width: 665px;
    float: right;
    overflow-x: hidden;
}
.slideout-right {
    position: relative;
    height: 120px;
    width: 342px;
    background: #444;
    float: right;
    left: 342px;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slideout-left {
    position: relative;
    right: 342px;
    background: #444;
    height: 120px;
    width: 342px;
    float: left;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slideout-content {
    width: 342px;
    height: 160px;
    background-color: #F2F3F3;
    position: absolute;
}

#slideout_inner1,
#slideout_inner2 {
    position: absolute;
    left: 342px;
    background-color: #749AD3;
    height: 120px;
    width: 40px;
    border-radius: 0 5px 5px 0;

}
#slideout_inner3,
#slideout_inner4 {
    position: absolute;
    right: 342px;
    background-color: #749AD3;
    height: 120px;
    width: 40px;    
    border-radius: 5px 0 0 5px;
}
#slideout_inner2,
#slideout_inner4 {
    height: 160px;
}

.vLabel {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    /*color: #ffffff;*/
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    left: 10px;
    letter-spacing: 0.01em;
    font-family:Arial, Helvetica, sans-serif;
}

.slideout_disabled {
    background-color: #bfbfbf !important;
    cursor: not-allowed;
}
.slideout_hidden {
    display: none;
}
.option_disabled {
    display: none;
}

#slideout2,
#slideout4 {
    margin-top: 3px; height: 160px;
}
#slideout1,
#slideout3 {
    margin-top: 85px;
}

.box-open {
    right: 0;
}

.box-open-r {
    left: 0;
}


.gauge_outer {
    width: 100%;
    height: 64px;
    /*background-color: #FFFFFF;*/
}
.gauge_inner {
    width: calc(100%/3);
    height: 64px;
    float: left;
}
.gauge_inner_label {
    position: absolute;
    text-align: center;
    width: inherit;
    padding-top: 48px;
}
    .gauge_inner_label p {
        margin: 0;
        font-family: Arial;
        font-size: 10.6667px;
        color: #00A6FF;
        font-weight: 700;
    }

.si-l {
    width: 20px;
    height: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 5px;
    color: #fff;
    opacity: 0.5;
}

.si-l:hover {
    opacity: 1.0;
}

.si-r:hover {
    opacity: 1.0;
}

.si-r {
    width: 20px;
    height: 20px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 3px;
    color: #fff;
    opacity: 0.5;
}

.tog-opacity {
    opacity: 1.0;
    color: yellow;
}

.option-left {
    height: 120px;
    width: 185px;
    position: absolute;
    left: 382px;
    border-radius: 5px;
    border: 1px solid #000000;
    background-color: #fff;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.option-right {
    height: 120px;
    width: 150px;
    position: absolute;
    background-color: #fff;
    right: 382px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #000000;
    display: none;
}

.option-p {
    font-size: 10pt;
    padding: 0 2px;
    text-align: left;
    margin-bottom: 3px;
}

#eventCountChart_outer {
    width: 342px;
    height: 40px;
    overflow: hidden;
}

#opt2,
#opt4 {
    height: 160px;
}

.option-open {
    display: block;
}

.icon-container {
    width: 40px;
    height: 40px;
}

.trigger {
    width: 40px;
    height: 120px;
}

.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; }
.datagrid table td, .datagrid table th { padding: 3px 8px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 13px; font-weight: bold; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #00557F; font-size: 13px;font-weight: bold; }
.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }

.datagrid tr:nth-child(even)  {
    background-color: #E1EEf4;
}
/* RCA styles */
.RCA_topContent {
    width:100%;
    height:200px;
    background-color:lightgray;

}
.RCA_Content {
    margin-top:40px;
}
.RadTabStrip_MetroTouch a {
    padding: 0 9px !important;
}

.pvtemp_blue {
    height:200px;
    width:100%;
    background-color:lightblue;
}
.pvtemp_green {
    height:200px;
    width:100%;
    background-color:lightgreen;
}

/* Event_Listing.aspx styles */

.refContainer {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.refContainer h1 {
    color: black;
    font-size: 20px;
    margin: 0;
}

.eiTab1 { height: 29px; } .eiTabH1 { line-height: 29px; }
.eiTab2 { height: 57px; } .eiTabH2 { line-height: 57px; }
.eiTab3 { height: 84px; } .eiTabH3 { line-height: 84px; }
.eiTab4 { height: 113px; } .eiTabH4 { line-height: 113px; }
.eiTab5 { height: 140px; } .eiTabH5 { line-height: 140px; }
.eiTab6 { height: 168px; } .eiTabH6 { line-height: 168px; }
.eiTab7 { height: 196px; } .eiTabH7 { line-height: 196px; }
.eiTab8 { height: 225px; } .eiTabH8 { line-height: 225px; }

.eitmpl p {
    padding: 2px 7px;
    background-color: white;
    width: 33.2%;
    margin: 2px -1px 0 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tdtxt_right {
    text-align: right;
}

.bold {
    font-weight:bold;
}

/*#eventList_main {
    width:95%;
    margin: 0 auto;
    position:relative;
}*/

#eventList_footer {
    width:95%;
    padding: 3px;
    border: 1px solid #749AD3;
    margin: 20px auto;
    text-align: center;
    background-color: #E6E6E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eventList_fieldFooter {
    width: 33%;
    height: 40px;
    margin-left: 66%;
}

.panel {
    width:100%;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #749AD3;
    border-right: 1px solid #749AD3;
    background-color: #FEFAFA;
}

.panel2 {
    width:100%;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #749AD3;
    border-right: 1px solid #749AD3;
    background-color: #FEFAFA;
}

.eventList_search_panel {
    width:70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #749AD3;
    background-color: #FEFAFA;
    margin: 10px 0;
}

.eventList_search_panel p {
    margin: 0;
    padding: 4px;
    text-align: left;
    background: #749AD3;
    color: #ffffff;
    cursor: pointer;
}

#show_search {
    margin: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
}

.search_datagrid {
    display: none;
}

.search_datagrid table { border-collapse: collapse; text-align: left; width: 100%; font: normal 13px Arial,Helvetica,sans-serif; line-height: 22px; } 
.search_datagrid table td, .datagrid table th { padding: 3px 10px; }
.search_datagrid table thead th {background-color:#E6E6E6; color:#5F5F5F; font-size: 11px; font-weight: normal; padding-top: 5px; padding-bottom: 4px; padding-left:10px; text-align: left; text-transform:uppercase; } 
.search_datagrid table thead th:first-child { border: none; }
.search_datagrid table tbody td { color: #333333; font-size: 13px;font-weight: normal; }
.search_datagrid table tbody td:first-child { border-left: none; }
.search_datagrid table tbody tr:last-child td { border-bottom: none; }

#fieldtbl,
.ELFields {
    width:100%;
    text-align:left;
}
#fieldtbl td,
.ELFields td {
    width:33%;
}

#slider {
    width: 200px;
    height: 400px;
    position:absolute;
    top:0;
    left:-300px;
}

#slider h2 {
    width: 195px;
    background-color: #749AD3;
    color: white;
    font-size: 12pt;
    font-style: italic;
    font-family: arial;
    padding: 5px 0 17px 5px;
    margin: 0;
    margin-bottom: 8px;
}

#grid {
  width:100%;
}

#ctl00_ContentPlaceHolder1_gvEventListing {
    margin-top:10px;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td,
.RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader,
.RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-right: 0 !important;
}
.RadGrid_MetroTouch, .RadGrid_MetroTouch .rgMasterTable,
.RadGrid_MetroTouch .rgDetailTable, .RadGrid_MetroTouch .rgGroupPanel table,
.RadGrid_MetroTouch .rgCommandRow table, .RadGrid_MetroTouch .rgEditForm table,
.RadGrid_MetroTouch .rgPager table {
    font-family:Arial !important;
    font-size:8pt;
    line-height: normal !important;
}
.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #749AD3 !important;
    color: white;
    background-color: #749AD3 !important;
}
.RadTabStripTop_MetroTouch .rtsLevel1 {
        border-bottom: 3px solid #749AD3 !important;
}
.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch th.rgResizeCol, .RadGrid_MetroTouch .rgHeaderWrapper,
.RadGrid_MetroTouch .rgMultiHeaderRow th.rgHeader, .RadGrid_MetroTouch .rgMultiHeaderRow th.rgResizeCol {
    background-color: #749AD3 !important;
}
.RadGrid_MetroTouch .rgGroupPanel, .RadGrid_MetroTouch .rgGroupPanel caption {
    background: #749AD3 !important;
}
.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
    color: #fff !important;
}

.RadGrid_Silk .rgHeader {
    color: #5F5F5F !important;
    font-size: 11px !important;
}

.viewWrap {
    padding:10px !important;
    background-color: #E6E6E6 !important;
}

.whiteText {
    color: white;
}

/*#eventList_title {
    width:100%;
    min-height: 32px;
    padding: 4px;
}*/

/*#eventList_title p {
    margin: 0;
    font-size: 9pt;
    font-family: arial;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    float: right;
    display: inline;
    margin-right: 10px;
    line-height: normal;
}

#eventList_title a {
    margin: 0;
    font-size: 9pt;
    font-family: arial;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
}*/

#eventList_title h2 {
    display: inline;
}

.eventList_header_panel {
    width:100%;
    background-color:white;
    margin-top:5px;
    color: black;
}
.eventList_expandSearch {
    width:100%;
    color: black;
    background-color: #FEFAFA;
    border-left: 1px solid #749AD3;
    border-right: 1px solid #749AD3;
    border-bottom: 1px solid #749AD3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.eventList_expandFields {
    width:100%;
    color: black;
    background-color: #FEFAFA;
    border-left: 1px solid #749AD3;
    border-right: 1px solid #749AD3;
    border-bottom: 1px solid #749AD3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search_criteria_img {
    margin: 2px 2px 0 5px;
}
#field_selector_img {
    margin: 10px 2px 7px 4px;
}
#chart_img {
    margin-top: 4px;
    margin-left: 20px;
}
.eventList_dotNetChart img {
    margin: 0;
}

.eventList_expandSearch p,
.eventList_expandFields p {
    display: inline-block;
    height: 20px;
    width: 260px;
    line-height: 20px;
    margin: 0;
    vertical-align: top;
    padding: 4px;       
    cursor: pointer; 
}

#eventList_expandField {
    width: 350px;
    background-color:blue;
    display: inline-block;
}

#eventList_removeLater {
    width:90%;
    padding: 3px;
    border: 1px solid #749AD3;
    margin: 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* User_Login page */

.userLogin_body,
.ResetPW_body {
    height: 100%;
    display:table;
    margin:0 auto;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue", Arial,"sans-serif";
}

.userLogin_main {
    height: 100%;
    display: table-cell;   
    vertical-align: middle;    
}

.login_panel {
    width: 610px;
    height: 330px;
    background: #fff;
    border: 1px solid #bbb;
    padding: 20px;    
    box-shadow: 1px 0 8px rgba(0,0,0,0.3);
}

.login_panel_left {
    float: left;
    width: 220px;
    height: 330px;
    display: table;
    overflow: hidden;
    margin-right: 20px;
}

.login_panel_left_inner {
    width: 220px;
    height: 330px;
    overflow: hidden;
    /*display: table-cell;
    vertical-align: middle;*/
    text-align: center;
}
.login_panel_left_inner_top {
    width: 220px;
    height: 100px;
    position: absolute;
    margin-top: 30px;
}

.login_panel_right {
    float: left;
    width: 370px;
    height: 330px;
}

.login_panel h1 {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 100%;
    border-bottom: 1px solid #bbb;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    padding-bottom: 7px;
}

.login_panel p {
    margin: 0 0 8px 0;
    font-size: 12px;
}

.MyWrapper {
    margin-bottom: 10px;
}

body .MyWrapper .riTextBox, 
body .MyWrapper .riDisplay
{
    font-size: 14px;
    padding: 5px 10px;
}
 
body .MyWrapper .riEmpty, 
body .MyWrapper .riEnabled, 
body .MyWrapper .riHover, 
body .MyWrapper .riFocused, 
body .MyWrapper .riError, 
body .MyWrapper .riNegative
{
    border-width: 2px;
    border-radius: 5px;
}

.RadDropDownList_Bootstrap .rddlInner {

    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*.RadDropDownList { 2020-Aug-03.mpurser  removed
    margin-bottom: 10px !important;
}*/

.loginCustom {
    margin-bottom: 10px;
}
.loginCustom p {
    color: #8a8a8a;
    float: left;
    width: 20%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 7px 8px 7px;
}

.rddlSlide
{
  width: 370px !important;
}

.login_copyright {
    margin: 0 auto;
    width: 650px;
    font-size: 11px;
    color: #666;
    padding: 7px 0;
}

.login_test {
    margin: 0 auto;
    width: 650px;
    font-size: 11px;
    color: #666;
    padding-top: 10px;
}

.login_copyright a, .login_copyright a:visited {
    text-decoration: none;
    color: #666;
}

#frmLogin,
#frmResetPW {
    height: 100%;
    display:table;
    margin:0 auto;
}


.alert-danger {
    width: 650px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 9px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.alert-success {
    width: 650px;
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 9px;
    border: 1px solid #d0e9c6;
    border-radius: 4px;
    cursor: pointer;
}
.alert-danger ul,
.alert-success ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.btnCreate {
    float: right;
}

.loginTextBox input {
    color: #8a8a8a;
    width: 100%;
    font: 16px "segoe ui",arial,sans-serif;
    border: 1px solid #ccc;
    padding: 5px 1px 8px 5px;
    vertical-align: middle;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

input.hover {
    color: #000;
    border-color: #515151;
}

#forgotPWpanel {
    padding-top:5px;
}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder { 
    color:    #8a8a8a;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder { 
   color:    #8a8a8a;
   opacity:  1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder { 
   color:    #8a8a8a;
   opacity:  1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder { 
   color:    #8a8a8a;
}

/* Microsoft Edge */
::-ms-input-placeholder { 
   color:    #8a8a8a;
}

/* RCA styles */

.wrapper2{
  width:70%;
}

@media(max-width:992px){
    .wrapper2 {
        width:100%;
    } 
}

.panel-heading {
    padding: 0;
	border:0;
}

.panel-title>a, 
.panel-title>a:active {
	display:block;
	padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
    word-spacing:3px;
	text-decoration:none;
}

.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#header_topRight {
    padding-right: 20px;
    width: 100%;
    height: 40px;
    /*background-color: orange;*/
}

#header_topLeft {
    padding-left: 20px;
    width: 100%;
    height: 40px;
}

/*#header_topLeft p { / 2023-Feb-28.mpurser  
    font-style:italic;
    color: #ffffff;
    font-size: 14pt;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 40px;
}*/

/*#header_topRight i {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    margin-left: 5px;
    cursor: pointer;
}*/

/*#header_topRight a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -1px;
}*/

.headerIB {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.btn-eNote {
    width: 63px;
    margin-top: 7px;
}
