/*==================
preloader
===================*/
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  /* Add animation to "page content" */
  .animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  
}

/*==================
header
===================*/
.logo-header{
	padding:18px 0;
}
header {
    border-top: 5px solid #f00;
}

/*==================
footer
===================*/
footer{
    background-color: #00356a;	
}
.copyright{
	padding:10px 0;
	color: #fff;
}
.copyright a{
	color:rgba(255,255,255,0.8);
}
.copyright a:hover{
	color:rgba(255,255,255,1);
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  padding: 20px;
}



/*==================
page css
===================*/


.abroad-page{
padding:50px 0 20px;
background:	#ffb84d;	
}
.abroad-page .nav-tabs > li > a {
	font-weight: 400;
    color: #424242;
    padding: 5px 15px;
    margin-right: 2px;
    background: #ddd;
    font-size: 22px;
       

}
.abroad-page .nav-tabs > li{
	border:none; 
 }
.abroad-page .tab-content {
    background:#fff;
	padding:20px;
}
.abroad-page .nav-tabs > li a.active {
     
   background: #0099ff;
   color:#fff;
   

}
.abroad-page .fa-check-square-o{
color:	 #0099ff;
	
}
.abroad-page p{
    margin:0;
	margin-bottom:10px;	
}
.abroad-page .brown{
    color: #cc3300;
	margin-bottom:0;	
}

.abroad-page  .tab-content > .active {
   
   padding:0;
}
.abroad-page .subtitle h2{
background: #0099ff;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;	
}
.abroad-page .subtitle2 h2{
    background: #4d4d4d;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;	
}

.banner{
	    background-color: #0099aa;
}

.banner .banner-quote {
    color: #ffffff;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 28px;
  }
.table thead{
	background:#669999;
	color:#fff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #cc6600;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #cc6600;
}
.upper-content label{
	font-weight:bold;
	margin-bottom:0;
}
.upper-content .form-group {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
.steps-content .right-txt{
padding: 26px 0px 26px 5px;
    width: 62%;	
}
.steps-content .steps-title {
    
    background: #0099ff;
    color: #fff;
    padding: 10px 15px;
	 font-weight: bold;
}
.steps-content .steps-title .step-num {
        display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ff3300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
	vertical-align: middle;
    margin-right: 11px;
    
}
.steps-content .steps-title .step-txt {
    display: inline-block;
    width: 84%;
    vertical-align: middle;
    line-height: 20px;
}
.abroad-page blockquote {
    margin: 0 0 1rem;
    border-left: 2px solid #cc3300;
    padding: 10px;
    background: #eee;
}
.abroad-page .form-wrapper {
    max-width: 60%;
    padding: 30px;
    margin: 33px auto;
    border: 2px solid #ddd;
    background: #eee;
}
    .abroad-page .form-wrapper label {
        margin-bottom: 0;
        display: initial;
    }
    .abroad-page #intro_form .form-group span {
        color:#f00;
    }



.form-view{
	margin:50px 0;
}
.form-view label{
	font-weight:bold;
}
.view-border{
	display:inline-block;
	border-bottom:1px dashed #424242;
	min-width:300px;
}
.view-border.ml-5{
	margin-left:145px!important;
}
.view-check{
	margin-right:10px;
}
.view-check:before{
	width:20px;
	height:20px;
	display:inline-block;
	content: "";
	border:1px solid #ddd;
	vertical-align: middle;
}
.table-print{
    position: absolute;
    top: 0;
    right: 200px;
    cursor:pointer;
}
.table-print i{
    font-size:30px;
    color:#cccccc;
}
.table-print:hover i{
    color:#0099ff;
}

/*==================
print page css
===================*/
.print-page table tr td,.print-page table tr th{
    padding:5px;
}

@media print { 
    .print-page .banner,.print-page .ap-btn{
        display:none;
    }
    table thead{
        color:#000!important;
    }
    .table-print,.copyright{display:none;}
   
}
