.page-header .navbar .page-logo img{
    height: 26px;
}
.page-header .navbar .navbar-nav>li>a{
    padding:18px 28px;    
}
.header-btn{
    color: white;
    font-weight: 800;
    width: auto!important;
}
.header-btn:focus, .header-btn:hover{
	background-color: #0389ad!important;
	color: white;
}
.page-header .navbar .navbar-nav>li>a {
    padding: 14px 20px;
}
.page-content {
	padding: 20px;
}
.breadcrumbs{
	margin-bottom: 20px;
}
.item-add{
    margin-bottom: 20px;
}
.payment{
    background-color: #e6e6e6;
    border-radius: 8px!important;
    -webkit-box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.75);
}
.navbar{
	min-height: 108px!important;
}
.page-content {
    min-height: 375px!important;
}
.breadcrumbs {
    margin-bottom: 10px!important;
}
td.action{
	padding: 2px 5px!important;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.dropdown-menu-v2{
    background-color: #339cc7;
    margin-top: 18px;
    padding: 3px;
    min-width: 0px !important;
    font-size: 11px;
}
.dropdown-menu-v2:before{
    border-color: transparent transparent #339cc7;
}
.dropdown-menu-v2>li>a{
    color: white;
}
.dropdown-menu-v2>li>a:focus, .dropdown-menu-v2>li>a:hover{
    background: #339cc7;
    color: #cccccc;
}

.pull-right a {
  display: block;
  position: relative;
  /*color: #2a975d;*/
   color: #444;
 /*height: 100%;*/
      padding:29px 8px 15px 8px;
  transition: 0.3s;
  font-size: 14px;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
}

.pull-right ul a  i{
      margin-right: 5px;
    color: #007bff;
    transform: rotate(180deg);
}
.pull-right ul a.login{
    color: #007bff;
 
}

.pull-right a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0099cc;
    visibility: visible;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


.pull-right li:hover a::before {
   visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.pull-right .active > a::before{
   content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0099cc;
    visibility: visible;
    transform: scaleX(1);

}
a{
    color: #262626;
    text-decoration: none;
}
.loader_section
{
    width: 10%;
    margin-top: 10%;
    margin-left: 43%;
}