@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(feather.css);
/*@import url(font-awesome.min.css);*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
body{ 
  margin: 0px;
  font-size: 14px;
  /*font-family: 'Ubuntu', sans-serif;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Dancing Script', cursive;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,a:hover{color:#333; text-decoration:none !important;}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.imgResponsive{
  width: 100%;
}
.rowNew{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.colNew{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row-new{
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.col-new{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.row-login{
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.col-login{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cursor-default{
  cursor: default;
}
.rowflex{
  display: flex;
  flex-wrap: wrap;
}
.margin-bottom0{
  margin-bottom: 0px !important;
}
.margin-bottom20{
  margin-bottom: 20px !important;
}
.margin-bottom10{
  margin-bottom: 10px !important;
}
.margin-top10{
  margin-top: 10px !important;
}
.margin-top20{
  margin-top: 20px !important;
}
.margin-top25{
  margin-top: 25px !important;
}
.margin-top30{
  margin-top: 30px !important;
}
.margin-top60{
  margin-top: 60px !important;
}
.grid-margin{
  margin-bottom: 30px;
}
.required{
  color: #ff0000 !important;
}
.relative{
  position: relative !important;
}
#main{
  width: 100%;
  background-color: #ebeff4;
  min-height: 100vh;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}
.login-bg{
  background-image: url(../images/campus-france.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.login-bg-container{
  padding: 4% 15px 0 15px;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(26,100,183,0.9);
}
.main-login-box{
  width: 100%;
  background-color: #fff;
  max-width: 400px;
  position: relative;
  margin: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.6);
}
.main-login-top{
  text-align: center;
  padding: 15px 30px;
  border-bottom: 2px solid #eee;
}
.main-login-top img{
  width: 100%;
  max-width: 200px;
}
.main-login-inner{
  width: 100%;
  padding: 30px;
}
.main-login-box h2{
  text-align: center;
  font-size: 26px;
  margin: 0 0 30px 0;
}
.main-login-box h5{
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.main-login-box p{
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.main-login-box p a{
  color: #1a64b7;
  font-weight: 500;
}
.remember-me{
  font-size: 12px !important;
  text-align: left !important;
  margin: 0px !important;
}
.forgot-password{
  text-align: right;
  font-size: 12px;
  line-height: 26px;
}
.main-login-box p a:hover,
.main-login-box p a:focus,
.forgot-password a:hover,
.forgot-password a:focus{
  color: #ee2922;
}
.main-login-box .form-control{
  border-color: #ddd;
  border-radius: 0px;
  height: 42px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-login-box .form-group{
  margin-bottom: 10px;
  position: relative;
}
.login-req{
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ff0000;
}
.loginBtn{
  background-color: #1a64b7;
  border-color: #1a64b7;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
.loginBtn:hover,
.loginBtn:focus{
  background-color: #00aca9;
  border-color: #00aca9;
}

.login-li,
.login-li ul{
  margin: 20px 0 40px 0;
  padding: 0px;
  text-align: center;
}

.login-li li{
  margin:0 0 15px 0;
  padding: 0px;
  list-style: none;
  display: block;
}

.login-li li a{
  padding: 15px 15px 14px 15px;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
}
.login-li li a.google{
  background-color: #db4d40;
  box-shadow: 0 2px #b92d20;
}
.login-li li a.facebook{
  background-color: #485a95;
  box-shadow: 0 2px #1c3071;
}
.login-li li a i{
  margin-right: 5px;
}
.login-li li a:hover,
.login-li li a:focus{
  border-bottom: 1px solid rgba(255,255,255,0.5);
}



.login-li-new,
.login-li-new ul{
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.login-li-new li{
  margin:0 0 15px 0;
  padding: 0px;
  list-style: none;
  float: left;
  width: 48%;
}
.login-li-new li:last-child{
  float: right;
}

.login-li-new li a{
  padding: 15px 15px 14px 15px;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
}
.login-li-new li a.google{
  background-color: #db4d40;
  box-shadow: 0 2px #b92d20;
}
.login-li-new li a.facebook{
  background-color: #485a95;
  box-shadow: 0 2px #1c3071;
}
.login-li-new li a i{
  margin-right: 5px;
}
.login-li-new li a:hover,
.login-li-new li a:focus{
  border-bottom: 1px solid rgba(255,255,255,0.5);
}


.navbar{
  background-color: #0a4485;
  /*background: linear-gradient(90deg, #3b699c 0%, #0a4485 100%);*/
}
.navbar .navbar-header {
  background-color: #fff;
  padding: 10px 15px;
}
.navbar-brand {
  width: 80px;
  height: 80px;
  background: url(../images/logo.png) no-repeat center center;
  margin: 0px auto 0 0px;
  background-size: 100%;
  float: none;
  display: block;
}
.user-nav-icon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.viewallnoti a{
  color: #fff !important;
  background-color: #ee2922 !important;
  text-align: center !important;
  font-weight: 500 !important;
}
.page-body-wrapper {
  width: 100%;
  min-height: calc(100vh - 180px);
}
.main-panel {
  width: 100%;
}
.main-head{
  width: 100%;
  background-color: #0a4485;
  border-top: 1px solid #fff; 
  padding: 15px 30px 35px 30px;
}
.main-head h2{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 0px 0;
}
.content-wrapper {
  margin-top: -50px;
  padding: 30px;
  width: 100%;
}
.breadcrumb,
.breadcrumb ul{
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  background-color: transparent;
  float: right;
}
.breadcrumb li{
  margin: 0;
  padding: 0px;
  list-style: none;
  float: left;
  position: relative;
  color: #ddd;
}
.breadcrumb li.active{
  color: #ddd;
}
.breadcrumb li a{
  color: #ddd;
}

.breadcrumb li.active{
  font-weight: 500;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus{
  color: #ddd;
}
.main-heading{
  font-size: 24px;
  margin: 0 0 5px 0;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 36px -22px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 36px -22px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 36px -22px rgba(0,0,0,0.6);
}
.card .form-control{
  border: 1px solid #ddd;
  height: 40px;
  /*border-radius: 0px;*/
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card textarea.form-control{
  /*border-radius: 0px;*/
  height: auto;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}
.card .card-body {
  padding: 30px;
}
.radiobutton {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobutton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ddd;
}
.radiobutton:hover input ~ .checkmark {
  background-color: #fff;
}
.radiobutton input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #039003;
}
.radiobutton .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobutton input:checked ~ .checkmark:after {
  display: block;
}
.radiobutton .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #039003;
}
.checkbox {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #ddd;
}
.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #017801;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-view{
  padding: 9px 25px;
  background-color: #00aca9;
  border-color: #00aca9;
  border-radius: 0px;
}
.btn-view:hover,
.btn-view:focus{
  background-color: #1a64b7;
  border-color: #1a64b7;
}

.dob-icon {
  position: absolute;
  right: 0px;
  top: 27px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #cccccc;
}
.change-password{
  width: 100%;
  margin: 0px auto;
}
.change-password h4{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.tableStru {width: 100%; margin-bottom: 0px;}
.tableStru th {background-color: #00aca9; color:#fff;}
.tableStru td, th {border: 1px solid #ddd;}
.tableStru.table>caption+thead>tr:first-child>td,
.tableStru.table>caption+thead>tr:first-child>th,
.tableStru.table>colgroup+thead>tr:first-child>th,
.tableStru.table>thead:first-child>tr:first-child>th {
border-top: 1px solid #ddd !important;}

.dashoardBox{
  width: 100%;
  padding: 15px;
  background-color: #e41f28;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(90deg, #e41f28 0%, #ae040c 100%);
  color: #fff;
  font-size: 16px;
}
.dashoardBox.blue{
  background-color: #3b699c;
  background: linear-gradient(90deg, #3b699c 0%, #0a4485 100%);
}
.dashoardBox a{
  display: block;
  color: #fff;
}
.dashoardBox p{
  margin: 0px;
}
.dashoardBox p span{
  display: block;
  margin-top: 15px;
}

.apply-bg{
  width: 100%;
  max-width: 850px;
  margin: auto;
  position: relative;
}

.apply-bg-left,
.apply-bg-right{
  width: 100%;
  padding-right: 30px;
}
.apply-bg-left{
  padding-right: 30px;
}
.apply-bg-right{
  padding-left: 30px;
}

.orIcon{
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 999;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Dancing Script', cursive;
}

.applyBox{
  width: 100%;
  background-color: #ae040c;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #e41f28 0%, #ae040c 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 3px #ccc;
}
.applyBox.blue{
  background-color: #0a4485;
  background: linear-gradient(90deg, #3b699c 0%, #0a4485 100%);
}
.applyBox:hover{
  background: linear-gradient(90deg, #e41f28 0%, #e41f28 100%);
}
.applyBox.blue:hover{
  background: linear-gradient(90deg, #3b699c 0%, #3b699c 100%);
}
.applyBox a{
  display: block;
  color: #fff;
  padding: 15px;
}

.dashboard-application{
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  text-align: center;
  background-color: #eee;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.dashboard-application.pending:before,
.dashboard-application.rejected:before,
.dashboard-application.accepted:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -22px;
  top: -22px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dashboard-application.pending:before {
  background-color: #eca702;
}
.dashboard-application.rejected:before {
  background-color: #e41f28;
}
.dashboard-application.accepted:before {
  background-color: #039003;
}

.dashboard-application h4{
  font-size: 15px;
  color: #0a4485;
  margin: 0 0 10px 0;
}
.dashboard-application p{
  margin: 0;
}

.pending-text,
.accepted-text,
.rejected-text{
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 !important;
}
.pending-text{
  color: #eca702;
}
.accepted-text{
  color: #039003;
}
.rejected-text{
  color: #e41f28;
}

.btn-refund{
  padding: 7px 20px 5px 20px;
  background-color: #1a64b7;
  border-color: #1a64b7;
}
.btn-refund:hover,
.btn-refund:focus{
  background-color: #00aca9;
  border-color: #00aca9;
}

.scholarship-box{
  width: 100%;
  padding: 15px 20px;
  background-color: #e41f28;
  background: linear-gradient(90deg, #e41f28 0%, #ae040c 100%);
  color: #fff;
  margin: 20px 0 0 0;
  border-radius: 5px;
}
.scholarship-box.blue{
  background-color: #3b699c;
  background: linear-gradient(90deg, #3b699c 0%, #0a4485 100%);
}
.scholarship-box .checkbox{
  margin: 0px;
  padding-left: 30px;
}

.scholarship-box .checkbox .checkmark {
  top: 3px;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
}
.scholarship-box .checkbox .checkmark::after {
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #039003;
  border-width: 0 3px 3px 0;
}

.applyBtn{
  padding: 8px 40px;
  font-size: 18px;
  font-weight: bold;
  background-color: #00aca9;
  border-color: #00aca9;
  border-radius: 5px;
  box-shadow: 0 3px #a4d6d5;
}
.applyBtn:hover,
.applyBtn:focus{
  background-color: #1a64b7;
  border-color: #1a64b7;
}

.one-edge-shadow {
  -moz-box-shadow: 0 8px 6px -8px #414141;
  -webkit-box-shadow: 0 8px 6px -8px #414141;
  box-shadow: 0 8px 6px -8px #414141;
}

.dashboardHeading{
  margin: 0 0 15px 0;
}

.applyHeading{
  margin: 0 0 40px 0;
  position: relative;
}

.applyHeading:before{
  content: '';
  width: 60px;
  height: 3px;
  background-color: #0a4485;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -15px;
}
.applyHeading1{
  font-size: 16px;
  margin: 0 0 10px 0;
}

.form-instruction{
  width: 100%;
  margin: 20px 0 15px 0;
  padding: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  box-shadow: 0 2px #eee;
}

.form-instruction .red{
  color: #ff0000 !important;
}

.form-instruction p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.form-instruction p:last-child{
  margin: 0px;
}
.uploadFile{
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.uploadFile .form-control{
  border-radius: 0px !important;
  border: none;
  border-top: 1px solid #ddd;
}

.form-bg label{
  font-weight: normal;
}
.form-bg .panel{
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*box-shadow: 0 2px #eee;*/
}
.form-bg .panel-group .panel + .panel {
  margin-top: 8px;
}
.form-bg .panel-group{
  margin-bottom: 0px;
}
.form-bg .panel-group .panel{
  border-radius: 0px;
}
.form-bg .panel-heading{
  padding: 0px;
  border-radius: 0px;
}
.form-bg .panel-title{
  padding: 10px 15px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #3b699c;
  border-top: 3px solid #eca702;
}
.form-bg .panel-body{
  padding: 15px 15px 0px 15px;
  border-top: 1px solid #f5f5f5 !important;
  /*border: 1px solid #f9f9f9 !important;*/
}
.more-less{
  float: right;
}
.user-icon{
  width: 100%;
  max-width: 150px;
  /*margin: auto;*/
  float: right;
  padding-bottom: 20px;
  border: 2px solid #ddd;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.user-icon img{
  width: 100%;
}
.user-icon-req{
  width: 100%;
  padding: 2px 10px;
  background-color: #f9f9f9;
  text-align: right;
  color: #ff0000;
  font-size: 12px;
}

.show_container,
.show_container_new,
.show_container_new_other,
.show_container_main,
.show_container_scholarship,
.show_container_scholarship_new,
.show_container_scholarship_new_sub{
  display: none;
}
.row-data,
.row-data-intern{
  position: relative;
 }
.delete-btn,
.delete-btn-intern{
  position:absolute;
  right:-5px;
  top:-5px;
  width: 30px; 
  height: 30px; 
  border-radius: 50%; 
  line-height: 30px; 
  text-align: center; 
  border:none;font-size:15px; 
  color:#ff0000; 
  cursor: pointer;
  background-color: #f1f1f1;
}
.row-data-new {
  margin: 15px 0 20px 0;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 21px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 21px -15px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 21px -15px rgba(0,0,0,0.75);
}
.refundheading{
  color: #0a4485;
  font-size: 16px;
  margin: 10px 0;
}
.agreement-bg{
  width: 100%;
}
.agreement-bg h4{
  background-color: #3b699c;
  padding: 10px 15px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 8px 0 0 0;
  border-top: 3px solid #eca702; 
}
.agreement-bg-inner{
  width: 100%;
  padding: 15px;
}
.statement-bg{
  width: 100%;
  padding: 15px;
}
.statement-bg h4{
  color: #0a4485;
}
.statement-bg h4 i{
  color: #000;
}
.add-row,
.add-row-new{
  margin-bottom: 15px;
}

.dashbpadding{
  padding: 150px 30px !important;
}

.footer {
  background: #ebeff4;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  font-size: 13px;
  text-align: center;
}



/*start responsive css*/
@media (min-width: 201px) and (max-width: 767px) {
.navbar-nav {
    margin: 0px -15px;
}
.navbar-default .navbar-nav > li > a {
  line-height: 20px;
  border-bottom: 1px solid #245c9a;
  font-weight: 400;
}
.dropdown-menu > li > a {
    line-height: 20px;
    font-weight: 300;
    color: #fff;
}
.dropdown-menu .divider {
  background-color: #245c9a;
}
.modal-dialog {
  margin: 0px;
  padding: 10px;
}
.breadcrumb, .breadcrumb ul{
  float: none;
  display: none;
}
.content-wrapper{
  padding: 15px;
  margin-top: -35px;
}
.dashbpadding{
  padding: 15px !important;
}
.card .card-body{
  padding: 15px;
}
.grid-margin{
  margin-bottom: 15px;
}
.apply-bg-left,
.apply-bg-right{
  padding: 0px;
}
.apply-bg-right{
  margin-top: 54px;
}
.applyBox{
  font-size: 18px;
}
.scholarship-box{
  margin: 15px 0 0 0;
}
.scholarship-box p{
  margin-bottom: 0px;
}
.user-icon {
  float: left;
  padding-bottom: 0px;
}

.form-bg .panel-title {
  font-size: 16px;
  border-top: 2px solid#eca702;
}
.form-bg .panel-body{
  padding: 15px 0px 0px 0px;
}
.footer {
  padding: 10px 15px;
  font-size: 13px;
  text-align: center;
}
}
/*end responsive css*/