/* Add a black background color to the top navigation */
.body{
	margin: 0px;
  background: #fff;
  font-family: Arial, Helvetica, Verdana, Tahoma;
}

.topnav {
  background-color: #bfbfbf;
  overflow: hidden;
  border-top-style: solid;
  border-top-color: #ec2528;  
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
  font-family: Arial;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #9b9fa9;
  color: white;

}

.piped{
border-right-style:groove;	
border-right-color:white;
}

.headerpiped{
border-right-style:groove;	
border-right-color:white;
}

.login {
float: right;
padding-top:30px;
font-size: 15px;
font-family: Arial;
color:white
}

.bahraintitle{
font-family: Arial; 
font-size: large; font-style: normal; 
font-weight: bold; font-variant: normal; 
text-align: center; color: #ec2528;
}

.mainbody {
    font-family: Arial; 
    color: black; 
    font-size: large; 
    font-weight: bold;
	text-align:center;
}

.bodysmalltext{
    font-family: Arial; 
    color: black; 
    font-size: 12px; 
	text-align:center;
}

.footer{
    background-color: #21293c;
    height: 60px;
    border-top: solid 3px #ec2528;
    color: #ffffff;
    overflow: hidden;
	text-align: center;
	font-family: Arial; 
   font-size: 12px; 
   margin-top: 0px;
     padding-top: 0px;
}
.footer1{
	/*position:inherit;
	left: 0;
   bottom: 0;
   width: 100%;
    background-color: #21293c;
    overflow: hidden;
    height: 60px;*/
    border-top: solid 3px #ec2528;
    color: #21293c;
	text-align: center;
	font-family: Arial; 
   font-size: 13px; 
}
.headernew {
  text-align: center;
  background: #21293c;
  color: white;
  width:100%;
  border-top: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
}
.headernew>.container>img{
  margin-left: -4% !important;
}
.notice{
border-style: dotted;
text-align:center;
background-color:lightyellow;
border-width: 1px;
font-size: 12px;
font-family: Arial; 
white-space: initial;
height:50px;
margin-left:10%;
}


.moi-box {
    margin-bottom: 20px;
	height:100px;
}
.box-head{
	
}
.box-top-border {
    background-position: left top;
    background-repeat: no-repeat;
	
}
.box-blue {
    background-color: #202755;
    font-size: xx-small;
	
}

.box-heading {
    height: 32px;
    margin-top: 1px;
    background-color: #ededed;
    position: relative;
	
}

.box-heading h4 {
    height: 34px;
    color: #ffffff;
    position: absolute;
    display: inline-block;
    left: 32px;
    top: -20px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 33px;
    font-size: 14px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.box-heading-blue {
    background-color: #202755;
}
.box-heading-blue:before{
    content: "";
    position: absolute;
    bottom: -9px;
    right: 50%;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #202755 transparent transparent transparent;
    margin-right: -5px;
}
/*try */

.nav-bg {
  background: #bfbfbf;
}
.top-nav .navbar-nav .nav-item a.nav-link {
  color: #000;
  font-size: 14px;
  padding: 12px;
}
.top-nav .navbar-nav .nav-item a.nav-link:hover {
  background: #9b9fa9;
}
.top-nav .navbar-nav .nav-item .dropdown-menu {
  background: #bfbfbf;
  border-radius: 0px;
  border:none;
  margin-top:-1px;
}
.top-nav .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover {
   background: #9b9fa9;
}

/* Navbar container */
/*.navbar {
  overflow: hidden;
  background-color: #bfbfbf;
  font-family: Arial;
}
*/
/* Links inside the navbar */
/*.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}*/

/* The dropdown container */
/*.dropdown {
  float: left;
  overflow: hidden;
}*/

/* Dropdown button */
/*.dropdown .dropbtn {
  font-size: 12px; 
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
   background-color: transparent;
  
  font-family: Arial; 
  margin: 0; 

}*/
/* Important for vertical align on mobile phones */
/* Important for vertical align on mobile phones */
/*background-color: inherit;*/

/* Add a red background color to navbar links on hover */
/*.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #9b9fa9;
}*/

/* Dropdown content (hidden by default) */
/*.dropdown-content {
  display: none;
  position: absolute;
  background-color: #bfbfbf;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
*/
/* Links inside the dropdown */
/*.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}*/

/* Add a grey background color to dropdown links on hover */
/*.dropdown-content a:hover {
  background-color: #9b9fa9;
}*/

/* Show the dropdown menu on hover */
/*.dropdown:hover .dropdown-content {
  display: block;
}*/

.navbar a.login {
float: right;
font-size: 12px;
font-family: Arial;
color: black;
}

.informationnotice, .informationnotice-comman{
	color:black;
	margin-left: 10px;
	margin-right: 10px;
	border-style: dotted;
	border-width: 1px;
	border-radius:5px;
    font-size: 13px;
    font-family: Arial;
    white-space: initial;
	background-color:lightyellow;
  padding: 10px;
  line-height: 21px;
}	

.heading {
	/*font-family: Arial, Helvetica, Verdana, Tahoma;*/
	color:#21293c;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#dddddd;
  font-size: 1.3em;
}

.tablestyle{
	margin-left:10px;
	font-size:12px;
	font-style:Arial;
	}

table.tablestyle td{
	width:50%;	
}

.marqueeSlider {
    margin: 10px;
    height: 34px;
	background-image: url(image/News-BG.png);
    background-color: #21293c;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.marginleft{
	margin-left:10px;
}

.button{
	width: 210px;
    border-radius: 5px;
    height: 30;
    background-color: #dddddd;
	font-weight: bold;
	border: 2px;
    font-size: 15px;
}

.button:hover
{
background-color: red;
}

.buttonhtml{ 
    width: 250px;
    border-radius: 5px;
    /*height: 30;*/
    background-color: #ea2b2b;
    font-weight: bold;
    border: 2px;
    font-size: 15px;
    padding: 10px;
    color: white;
	}
  .buttonhtml-pay{ 
    width: auto;
    border-radius: 5px;
    background-color: #ea2b2b;
    font-weight: bold;
    border: 0px;
    font-size: 14px;
    padding: 10px 15px;
    color: white;
  }
.displayfield{
	width: 300px;
    height: 30px;
    border-radius: 5px;
    border-color: lightblue;
}
.attachmentfield{
	width: 100%;
    height: 30px;
    border-radius: 5px;
    border-color: lightblue;
}
.labelcenter { 
    background: #21293c; 
    color: white;
    text-align: left; 
    font-family: Arial;    
    font-size: 90%;
    padding: 5px;
}

.attachcenter { 
	border: 1px solid lightgrey; 
    
}

#visatypeselection {
  font-family: Arial;
  border-collapse: collapse;
  width: 100%;
  font-size:12px;
}

#visatypeselection td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:14px;
}

#visatypeselection tr:nth-child(even){
	background-color: #ddd;
	}

#visatypetable {
font-family: Arial;
border-collapse: collapse;
width: 100%;
font-size:12px;
}

#visatypetable td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:14px;
  text-align: left;
}

#visatypetable tr:nth-child(even){
  background-color: #ddd;
  }

#visatypetable td.instruct {
  background: transparent;
}
#visatypetable td.label {
  background: #21293c;
  color: white;
}
	
.headingtopdesc{
	font-weight: bold;
	font-size: 18px;
	color:#ca1215;
}
.polnormal {  
    font-family: Arial; 
    font-size: 10pt; font-style: normal; 
    line-height: normal; font-weight: normal; font-variant: normal; 
    text-transform: none; color: #000000
}
.polbold {
    font-family: Arial; 
    font-size: 10pt; font-style: normal; 
    line-height: normal; font-weight: bold; font-variant: normal; 
    text-transform: none; color: #000000
}
.arabinstruct {
    background: white; 
    font-family: Verdana, sans-serif; 
    color: #000066; 
    font-size: 80%;
 }
 .displaynoneditablefield{
    height: 30px;
    background-color:#bfbfbf;
}
.displaynoneditablefieldvalue{
    height: 30px;
    background-color:#dddddd;
}

.margquee-position {
  padding-top:8px;position:absolute;left:170px; width: 86%;
}

/* common css class use for global */


.txt-left {text-align: left;}
.txt-center {text-align: center;}
.txt-right {
  text-align: right;
}
.pos-rel {
  position: relative;
}
.fix-width {
  width: 1024px;
}
.w-100 {
  width: 100%;
}
.w-100-imp {
  width: 100% !important;
}
.w-97 {
  width: 97%;
}
.w-90 {
  width: 90%;
}
.w-80 {
  width: 80% !important;
}
.w-88 {
  width: 88%;
}
.w-87 {
  width: 87%;
}
.w-70 {
  width: 70%;
}
.w-66 {
  width: 66%;
}
.w-56 {
  width: 56%;
}
.w-55 {
  width: 52%;
}
.w-51 {
  width: 51%;
}
.w-50 {
  width: 50%;
}
.w-48 {
  width: 48%;
}
.w-46 {
  width: 46%;
}
.w-40 {
  width: 42% !important;
}
.w-39 {
  width: 39.5%;
}
.w-35 {
  width: 35%;
}
.w-33 {
  width: 33%;
}
.w-32 {
  width: 32% !important;
}
.w-30 {
  width: 30% !important;
}
.w-28 {
  width: 28% !important;
}
.w-25 {
  width: 25% !important;
}
.fl {
  float: left;
}
.fr {
  float: right !important;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-6 {
  margin-left: 6px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.m-all-none {
  margin: 0px;
}
.p-all-5 {
  padding: 10px;
}
.p-5 {
  padding: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.sponsor-appli-num{
  padding:6px 6px 7px 6px
}
.p-all-none {
  padding: 0px;
}
.bdr-none {
  border: none !important;
}
.line-hiet {
  line-height: 26px;
}
.heading-p-ii {
  font-size: 18px;
  font-weight: bold;
  /*font-family: Arial, Helvetica, Verdana, Tahoma;*/
  color: #000;
}
.btn-p-ii {
  width: auto;
  padding: 4px 30px;
    border-radius: 5px;
    line-height: 24px;
    background-color: #ddd;
    font-weight: bold;
    border: 2px;
    font-size: 15px;
    margin-left: 10px;
    -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.btn-p-ii:hover {
  background: #ec2528;
}
.form-label label{
   font-size: 16px;
  /*font-family: Arial, Helvetica, Verdana, Tahoma;*/
  color: #000;
  padding-top: 6px;
  float: right;
}
.form-label label>span {
   font-size: 12px;
   font-weight: bold;
  font-family: Arial, Helvetica, Verdana, Tahoma;
  color: #000;
  padding: 3px 8px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-left: 5px;
}
.form-label select {
    width: 88%;
    border-radius: 5px;
    border:1px solid  #51a9c6;
    font-size: 15px;
    padding: 5px;
    float: left;
}
.form-label input {
   border-radius: 5px;
    border:1px solid  #51a9c6;
    font-size: 15px;
    padding: 5px;
    float: left;
}
.form-label a {
    float: left;
    margin-left: 5px;
}
.form-label span {
    float: left;
    padding: 5px;
}
.informationnotice-comman {
  margin-left: 0px;
  margin-right: 0px;
}
.footernew {
  width: 100%;
  float: left;
  background-color: #21293c;
  border-top: solid 3px #ec2528;
  line-height: 60px;
  color: #fff;
}
.Sponsor-Summary, .applicaiton-search {
  background: #21293c;
  color: #fff;
}
.Sponsor-Summary label, .applicaiton-search label{
  color: #fff;
  padding: 7px 6px 6px 6px !important;
}
.applicaiton-search label{
  color: #fff;
  padding: 7px 6px 6px 6px !important;
  float: right;
}
.Sponsor-Summary-detail {
  padding: 7px 6px 4px 10px;
  border: 1px solid #21293c;
  min-height: 18px;
}
.response-on-error {
  padding: 10px 20px 20px 20px;
  border:1px solid #21293c;
  color: #21293c;
}
.response-on-error ul li{
  font-size: 15px;
}

.visa-option {
  /*background: #21293c;*/
  font-size: 15px;
  color: #21293c;
  padding: 13px 10px;
  font-family: Arial, Helvetica, Verdana, Tahoma;
}
.visa-option-btn{
  /*border: 1px solid #21293c; */
  padding:2px;
}
.payment-table-head, .payment-table-txt {
  margin: 10px 0px 0px 0px;
    padding: 7px 10 7px 10px;
    border: 1px solid #ddd;
    float: right;
    color: #ec2528;
    border-bottom: none;
    font-weight: normal;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
}
.payment-table-txt {
  margin: 0px;
    padding: 13px 10px 13px 10px;
    border-top:none;
    border-bottom:none;
    float: left;
}
.payment-table-b-bdr {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.payment-table-pay-txt {
  padding: 12px 8px;
  color: #ec2528;
  border-left: 1px solid #ddd;
}
.change-reg-label p{
  text-align: left !important;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma;
  color: #000;
  padding-top: 6px;
  padding-left: 6px;
  font-weight: bold;
  margin: 0px;
}
.sub-head {
 font-size: 12px;
   font-weight: bold;
  font-family: Arial, Helvetica, Verdana, Tahoma;
  color: #000;
  padding: 3px 8px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-left: 5px; 
}
.icon-heading-size {
  font-size: 18px;
}
.badge-danger {
  background: #ec2528;
  font-weight: normal !important;
 letter-spacing: 1px;
}
ol.line-gap li{
  line-height: 24px;
}
.faq-tab-accordian .card-header{
      padding: 0.1rem;
}
table.phase1-link tr td a{
  vertical-align: middle;
}
.about-npra-link a{
  font-size: 15px;
  text-decoration: underline;
  color:#0000ee;
  /*font-style: italic;*/
}
.about-npra-link a:hover{
  color:#0000ee;
}

.top-strip-info ul.nav li.nav-item, .top-strip-info ul.nav li.nav-item a{
  color: #000;
  font-size: .850rem;
}
.top-strip-info ul.nav li.nav-item a{
  text-decoration: underline;
}
.top-strip-info ul.nav li.nav-item a:hover{
  color: #e92b2b;
}
.top-strip-info-iconcolor{
  color:#e92b2b ;
  font-size: 1rem;
}

/*new nav*/
.new-nav {
  background: rgba(255, 255, 255, .85);
  position: relative;
  z-index: 80;
}
.nav-link-options ul.navbar-nav li.nav-item a.nav-link{
  color: #000;
  font-size: 15px;
  font-family: arial;
  padding:1.1rem 1.2rem;
}
.nav-link-options ul.navbar-nav li.active {
  border-bottom: 4px solid #e92b2b;
}
/*new nav*/

/*new banner css*/
.main-banner {
  margin-top: -61px;
}
.banner-caption {
  background: rgba(0, 0, 0, 0.7) !important; 
  left:0px !important;
  bottom: 100px;
}
/*new banner css*/

.btn-color-red {
  background: #e92b2b;
  color: #fff;
}

.search input{
  border: 1px solid #21293c;
}
.search input::placeholder{
  font-size: 13px;
}
.search button{
  background: #21293c;
  border: 1px solid #21293c;
  color: #fff;
  margin-left: -4px;
  border-radius: 0px 4px 4px 0px;
}
.search button:hover{
  background: #fff;
  color: #21293c;
  border: 1px solid #21293c;
  margin-left: -4px;
  border-radius: 0px 4px 4px 0px;
}
.search a.serch-btn{
  background: #21293c;
  border: 1px solid #21293c;
  color: #fff;
  margin-left: -4px;
  border-radius: 0px 4px 4px 0px;
  height: 38px;
  padding-top: 10px;
}
.search button.serch-btn{
  background: #21293c;
  border: 1px solid #21293c;
  color: #fff;
  margin-left: -4px;
  border-radius: 0px 4px 4px 0px;
  height: 38px;
  padding-top: 8px;
}
.search a.serch-btn-home{
  background: #21293c;
  border: 1px solid #21293c;
  color: #fff;
  margin-left: -4px;
  border-radius: 0px 4px 4px 0px;
  height: 38px;
  padding-top: 7px;
}
.search a:hover{
  background: #fff;
  color: #21293c;
  border: 1px solid #21293c;
  margin-left: -4px;
  border-radius: 0px 4px 4px 0px;
}
/*.search a:hover{
  background: #fff;
  color: #e92b2b;
  border: 1px solid #e92b2b;
}*/


/*heading in red*/
.bdr-t {
  border-top:2px solid #e92b2b;
}
.bdr-b {
  border-bottom:1px solid #e92b2b;
}
.bdr-t-blue {
  border-top:2px solid #21293c;
}
.bg-red {
  background: #e92b2b;
}
.color-w {
  color: #fff;
}
.heading-red, .heading-blue {
  background: #e92b2b;
  color: #fff;
  padding: .700rem 1.5rem;
  border-radius: 0px 0px 5px 5px;
  top: 7px;
  font-size: 0.890rem !important;
}
.heading-blue {
  background: #21293c;
}
.bahrain-evisa-service button{
  padding: .400rem 2rem;
  min-width: 220px;
  /*font-size: 0.889rem;*/
}
.bahrain-evisa-service button:hover{
  border: 1px solid #e92b2b;
  color: #e92b2b;
  background: transparent;
}
/*.bahrain-evisa-service a{
  font-size: 0.889rem;
}*/
.bahrain-evisa-service a:hover{
  border: 1px solid #e92b2b;
  color: #e92b2b;
  background: #fff !important;
}
.bahrain-evisa-managment p.card-text{
 font-size: 0.900rem;
}
.bahrain-evisa-managment a{
 font-size: 0.900rem;
 color: #e92b2b;
 /*text-decoration: underline;*/
}
.latest-news-update .card{
  border:none;
}
.latest-news-update .card-title{
  font-size: 15px;
}
.latest-news-update .card-subtitle{
  font-size: 12px;
  color: #4b4b4b;
}
.latest-news-update .card-text{
  font-size: 13px;
}
.latest-news-update .card-link{
  font-size: 13px;
  color: #eb2429;
}
.footer-bg {
  background: #21293c;
}
.footerlink {

}
.footerlink li.list-group-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 10px;
}
.footerlink a.list-group-item {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0.50rem 1.25rem;
  font-size: 0.820rem;
  letter-spacing: 1px;
}
.footerlink a.list-group-item :hover{
  text-decoration: underline;
}
/*modal css*/
.disclimer-modal button{
  background: #e92b2b;
  color: #fff;
  border:1px solid #e92b2b;
}
.disclimer-modal button:hover{
  border:1px solid #e92b2b;
  color: #e92b2b;
  background: none;
}
.disclimer-modal p{
  font-size: 0.850rem;
  line-height: 26px;
  letter-spacing: 1px;
}
.pding-10 {
  padding: 10px;
}
.contact-bg {
  background: #ececec;
}
.bdr-width-2 {
  border-bottom: 2px solid #e92b2b !important;
  font-weight: normal;
}
.npra-usefull-link p{
  font-size: 0.800rem;
  text-align: justify;
}
.npra-usefull-link a{
  font-size: 1.0rem;
  /*color: #21293c;*/
  font-weight: normal;
}
.sitemap .list-group li.list-group-item.active{
  background: transparent;
  color: #212529;
  border: none;
}
.sitemap .list-group a.list-group-item{
  border: none;
  padding: .32rem 1.25rem;
  font-size: 0.900rem;
  color: #0000ee;
}
.latest_news_update p{
  font-size: 0.800rem;
  text-align: justify;
}
.latest_news_update li.media {
  margin-bottom: 15px;
}
.latest_news_update a{
  font-size: 0.800rem;
  color: #e92b2b;
  text-decoration: underline;
}
.latest_news_update .media-body h6 a{
  font-size: 1.0rem;
  color: #e92b2b;
  text-decoration: none !important;
}
.latest_news_update p{
  margin-bottom: 0px;
}
.fix-higt {
  height: 600px;
  overflow: scroll;
  overflow-x: hidden;
}

/* color for points */
.gray {
  color: #666;
}
.red {
  color: #dc3545;
}
.yellow {
  color: #ffc107;
}
.occiean-blue {
  color: #02cc9c;
}
.sky-blue {
  color: #007bff;
}
.green {
  color: #28a745;
}
.evisa-list li{
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
}
.attention-message {
  border: 1px solid #22293c;
  border-left: 5px solid #22293c;
  color: #fe0000;
}
.attention-message h5{
  font-size: 19px;
}
.home-btn-p {
  min-height: 50px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff0000 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,0,0,.25) !important;
}

/*serach loader css*/

.loading-cntr {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  background: transparent;
  display: none;
  }
  .know-more {
    background: #e92b2b;
    color: #fff;
    border: 1px solid #e92b2b;
  }
  .know-more:hover {
    background: #fff;
    color: #e92b2b;
    border: 1px solid #e92b2b;
  }