/*--  StyleSheet for other Pages Menu Except Home Page --*/

/* For Desktop */
#nav-icon4 span
{
	background: #6c236b;
}
.navbar_others
{
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
    	transition: background .3s ease-in-out;
	background-color:#ffffff;
	border-bottom: 2px solid #6C236B;
	padding: 10px 0px 5px 0px;
	color:#fff;
	box-shadow:1px 1px 10px rgba(0,0,0,0.8);
}
.navbar_others .menu-desktop .desk-sub-menu a
{
	font-weight:normal;
	color:#6c236b;
}
.navbar_others .menu-desktop li:hover a
{
	background-color: rgba(4, 44, 89, 1);
	color:#fff;
}
.navbar_others .menu-desktop li:hover li a:hover
{
	background-color: rgba(107, 35, 107, 1);
	color:#fff;
	text-decoration:none;
}
.logo_others
{
	display:block;
}
.logo_home
{
	display:none;
}
.OLTCellBorder
{
	padding:5px;
}
.OLTSpLink
{
	text-decoration:underline;
}
.OLTSpLink:visited,.OLTSpLink:hover,.OLTSpLink:active,.OLTSpLink1:visited,.OLTSpLink1:hover,.OLTSpLink1:active,.OLTSpLink:focus,.OLTSpLink1:focus
{
	color:#df3e8d;
}
.OLTLinkButton:visited,.OLTLinkButton:hover,.OLTLinkButton:active
{
	color:#fff;
	text-decoration:none;
}
.OltLinkNews:hover
{
	color:#fff;
}
.OLTLinkButton
{
	border-radius:5px;
}
.OLTNaviLink
{
	text-decoration:underline;
}
.OLTNaviLink:visited,.OLTNaviLink:hover,.OLTNaviLink:active,.OLTBodyLink:visited,.OLTBodyLink:hover,.OLTBodyLink:active,.OLTNaviLink:focus,.OLTBodyLink:focus
{
	color:blue;
}
.OLTEditiontext
{
	line-height:18px;
}

.group        { 
position:relative; 
  margin-bottom:0px; 
}
input         {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
 // border:none;
  border-bottom:2px solid #cccccc;
  border-left:2px solid #cccccc;
  border-right:2px solid #cccccc;
  border-top:2px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
 z-index:0;
 box-shadow:none;
 padding-left:10px;
 //color:#595959; 
}
input:focus     { outline:none; }

.group label          {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  background-color: #ffffff;
  z-index:1;
}

/* active state */
input:focus ~ label, input:required:valid ~ label   {
  top:-10px;
  font-size:14px;
  color:#6a2169;
 
}


input:focus  {

  border-bottom:2px solid #6A2169;
  border-left:2px solid #6A2169;
  border-right:2px solid #6A2169;
  border-top:2px solid #6A2169;
  
}
/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:300px; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
}

.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@keyframes inputHighlighter {
  from  { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to    { width:0; background:transparent; }
}
.has-error
{
border: 2px solid red;
}

/* Popover */
  .popover {
    //border: 1px solid #404040;
    width:200px;
    border-radius: 5px;
    border:none;
  }
  /* Popover Header */
  .popover-title {
    background-color: #6A2169; 
    color: #FFFFFF; 
    font-size: 11px;
    text-align:center;
    border:none;
    font-weight: bold;
  }
  /* Popover Body */
  .popover-content {
    background-color: #ffffff; // #404040;
    color: #404040;
    //padding: 25px;
    font-size: 11px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* Popover Arrow 
  .arrow {
    border-right-color: black !important;
    background-right-color: black !important;
  }*/
  .popover.right .arrow:after {
  border-right-color: #6A2169;
  
}
.olt-amount {
    color: #042c59;
    //font-size: 14px;
    //font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
    line-height: 16px;
    text-decoration: line-through;
}

.OLTSecurityContent1 {
    font-size:18px;
    padding-left:10px;
    padding-top:20px;
}

.OLTSecurityContent2 {
    font-size:18px;
    padding-left:40px;
    padding-top:40px;
}

.OLTSecurityContent3 {
    font-size:18px;
    padding-left:10px;
    padding-top:40px;
}

@media (max-width: 767px)
{
	
	.OLTSecurityContent1 {
	    padding-left:20px;
	}
	
	.OLTSecurityContent2 {
	    padding-left:20px;
	}
	
	.OLTSecurityContent2 {
	    padding-left:20px;
	}
	
	
}
