﻿a:hover, a:focus{
 outline: none;
 text-decoration: none;
}
#accordion .panel{
 border:0px none;
 box-shadow:none;
}
#accordion .panel-heading{
 padding:0;
 background: #fff;
}
#accordion .panel-title a{
 display: block;
 position: relative;
 background:transparent;
 color:#de4d4e;
 font-size:14px;
 font-weight: bolder;
 text-transform:uppercase;
 margin-bottom:15px;
 padding:15px 20px;
 border-bottom:1px solid #de4d4e;
 border-radius: 0 15px 0 15px;
 transition:all 0.10s linear 0s;
}
#accordion .panel-title a.collapsed{
 color:#808080;
 border-bottom:1px solid #d3d3d3;
 margin: 0;
}
#accordion .panel-title a i{
 color:#de4d4e;
 position: absolute;
 top: 14px;
 left:25px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
 content:"";
 position: absolute;
 bottom:-15px;
 left:36px;
 border:7px solid transparent;
 border-top:7px solid #de4d4e;
}
#accordion .panel-title a.collapsed:before{
 content:"";
 border: 0px none;
}
#accordion .panel-title a.collapsed:hover{
 color: #6a6060;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
 content: "\f106";
 font-family: FontAwesome;
 color: #de4d4e;
 font-size: 20px;
 line-height: 20px;
 position: absolute;
 top: 14px;
 right:25px;
}
#accordion .panel-title a.collapsed:after{
 content: "\f107";
 color:#808080;
}
#accordion .panel-body{
 border-top:0 none;
 color:#808080;
}
 

.dropdown-item
{
    background-color:#e5f2ff !important;
 }

.popupMenu 
{
display:none  !important;
}



.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  overflow: auto;
  overflow-y:visible;
  overflow-x: auto;
}




.ddBorder 
{
   border-style:none; 

}




.form-control-grid 
{
    background-color:transparent !important;
}

.form-control-grid2
{
    background-color:transparent !important;
    border-top-width:0px !important;
    border-right-width:0px !important;
    border-left-width:0px !important;
}



/*gridview*/
.pager_row {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pager_row table > tbody > tr > td {
    display: inline;
    border:none;
}

.pager_row tbody tr:hover{background-color:inherit} 
 
.pager_row table > tbody > tr > td > a,
.pager_row table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
 
.pager_row table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #fff;
    background-color: #cba86d;
    border-color: #cba86d;
    cursor: default;
}
 
.pager_row table > tbody > tr > td:first-child > a,
.pager_row table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pager_row table > tbody > tr > td:last-child > a,
.pager_row table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pager_row table > tbody > tr > td > a:hover,
.pager_row table > tbody > tr > td > span:hover,
.pager_row table > tbody > tr > td > a:focus,
.pager_row table > tbody > tr > td > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

/*end gridview */





