@import url("http://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css");

.student_search {
  background-color: white;
  padding: 20px;
}

.btn_del {
  position: absolute;
  right: 2%;
}

.resume_view {
  background: red;
  color: #fff !important;
  font-weight: 400 !important;
  border: 1px red solid;
  padding: 7px 10px;
  font-size: 14px;
  margin: 0 2px;
}

.dropzone input[type='file'] {
  border: 3px dashed #999;
  padding: 75px 20px;
  width: 100%;
}

.dropzone .main input[type='file']:before {
  content: "Drop Your Resume Here";
  display: block;
  position: absolute;
  text-align: center;
  height: 40px;
  padding: 50px 0;
  width: 100%;
  font-weight: bold;
  color: #999;
  font-size: 30px;
  opacity: 0.3;
}

.dropzone_video input[type='file'] {
  border: 3px dashed #999;
  padding: 75px 20px;
  width: 100%;
}

.dropzone_video .gain>input[type='file']:before {
  content: "Drop Recorded Video Here";
  display: block;
  position: absolute;
  text-align: center;
  height: 40px;
  padding: 50px 0;
  width: 100%;
  font-weight: bold;
  color: #999;
  font-size: 30px;
  opacity: 0.3;
}

.dz-default {
  margin: 35px 0 !important;
}

.dz-default span {
  font-size: 25px;
}

.mail_select {
  background: red;
  border: 1px red solid;
  font-size: 14px;
  padding: 0px;
  margin: 0 12px;
}

.mail_main_view {
  background: #f2f2f2;
  height: 600px;
  min-height: 600px;
  padding: 20px 30px;
}

.mail_del {
  background: red;
  color: #fff !important;
  font-weight: 400 !important;
  border: 1px red solid;
  padding: 0 10px;
  margin: 0 2px;
}

.mail_view {
  background: green;
  color: #fff !important;
  font-weight: 400 !important;
  border: 1px green solid;
  padding: 0 10px;
  margin: 0 2px;
}

.mail_back {
  background: green;
  color: #fff !important;
  font-weight: 400 !important;
  border: 1px green solid;
  padding: 1px 10px;
  margin: -1px 7px;
  font-size: 16px;
  border-radius: 2px;
}

.inbox {
  padding: 0 0 20px;
  margin: 0;
}

.inbox h4 {
  background-color: #3a106b;
  padding: 10px 0;
  color: #fff;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.mails ul {
  padding: 0;
  background: #f2f2f2;
}

.mails ul li {
  list-style: none;
  padding: 10px 10px;
  border-bottom: 1px white solid;
}

.mails ul li label {
  width: 80%;
  font-size: 17px;
}

.mails ul li .control {
  margin-bottom: 0;
}

.mails ul li:hover {
  background-color: rgba(255,255,255,0.6);
}

.mails ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.mails ul li a:hover {
  color: #7F0000;
}

.book_test {
  padding: 0 0 20px;
  margin: 0;
}

.book_test h4 {
  background-color: #3a106b;
  padding: 10px 0;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.vceat_resume {
  padding: 0 0 20px;
  padding-left: 2px !important;
  min-height: 300px;
  background: #fff;
}

.vceat_resume p {
  font-size: 20px;
  margin: 0 0 10px;
  text-align: center;
}

.vceat_resume h4 {
  background-color: #3a106b;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.book_test_now {
  padding: 10px;
  background-color: #f3f3f3;
}

.wrapper .row:before {
  content: "";
  position: absolute;
}

.profile {
  padding: 0;
}

.profile li {
  list-style: none;
  font-size: 16px;
  color: green;
  padding: 5px 0;
  margin: 0;
}

.profile li span {
  color: black;
}

.radio label {
  margin-top: 15px;
  font-size: 16px !important;
}

.head_pro {
  background-color: #3a106b;
  margin: 0 5px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.vticker_list ul {
  padding: 0 5px;
}

.vticker_list ul li {
  list-style: none;
  border-bottom: 1px #fff solid;
  background-color: #f2f2f2;
  padding: 10px 10px;
}

.vticker_list ul li h2 {
  font-size: 13px;
  color: black;
}

.vticker_list ul li h3 {
  font-size: 10px;
  color: black;
}

.alumni_list ul {
  padding: 0 5px;
}

.alumni_list ul li {
  list-style: none;
  border-bottom: 1px #fff solid;
  background-color: #f2f2f2;
  padding: 10px 10px;
}

.alumni_list ul li h2 {
  font-size: 13px;
  color: black;
}

.alumni_list ul li h3 {
  font-size: 10px;
  color: black;
}

.vticker ul {
  padding: 0 0px;
}

.vticker ul li {
  list-style: none;
  border-bottom: 1px #fff solid;
  background-color: #cacaca;
  padding: 14px 10px;
}

.vticker ul li h2 {
  font-size: 17px;
  color: black;
}

.vticker ul li h3 {
  font-size: 15px;
  color: black;
}

.notification {
  background-color: #3a106b;
  padding: 20px;
}

.notification p {
  color: #fff;
}

.notification h4 {
  color: #fff;
}

.notification .btn {
  background-color: #398626;
  padding: 2px 10px;
  font-size: 12px;
  color: white;
  float: right;
  margin: 10px 0;
}

.notification .btn:hover {
  background-color: #398626;
  color: white;
}

.c_events {
  background-color: #3a106b;
  padding: 20px;
  margin-bottom: 5px;
  border-bottom: 1px #fff solid;
}

.c_events p {
  color: #fff;
}

.my_btn {
  background-color: #398626 !important;
  border: 1px #398626 solid !important;
  color: #fff !important;
  padding: 2px 10px;
}

.my_btn:hover,.my_btn:focus {
  background-color: #398626 !important;
  border: 1px #398626 solid !important;
  color: #fff;
}

.eligible {
  background-color: #05103a;
  border-radius: 2px;
  padding: 10px;
}

.eligible p {
  text-align: center;
  color: #fff;
}

.eligible h4 {
  text-align: center;
  margin: 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 0;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutter1 {
  margin-left: 0px;
  margin-right: 0px;
}

.row.no-gutter1 [class*='col-']:not(:first-child),.row.no-gutter1 [class*='col-']:not(:last-child) {
  padding-right: 15px;
  padding-left: 0px;
}

.detail2 {
  background: #3e3e3f;
}

.vceat_census {
  background-color: #3a106b;
  padding: 15px;
}

.vceat marquee {
  height: 304px;
}

.vceat ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.vceat ul li {
  border-bottom: 1px #c9c9c9 solid;
  padding: 2px 10px;
}

.vceat ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.vceat1 marquee {
  height: 304px;
}

.vceat1 ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.vceat1 ul li {
  padding: 2.5px 20px;
}

.vceat1 ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.drive_options {
  text-align: left;
}

.drive_options label {
  font-size: 20px;
}

.openings {
  background: #3a106b;
}

.profile_box h2 {
  font-size: 20px;
  margin: 5px 0;
  margin-top: 0;
  color: #fff;
}

.profile_box h3 {
  font-size: 18px;
  margin: 3px 0;
  color: #fff;
}

.profile_box .btn {
  padding: 0px 10px;
  margin-top: 10px;
}

.ab li {
  background-color: #3a106b;
  color: #fff;
  padding-left: 12px;
}

.ab li:hover,.ab li:focus,.ab li:focus {
  background-color: #398626;
}

.ab li a {
  color: white;
}

.registration_main {
  padding: 20px !important;
  background-color: #ededed;
}

.compnay_registration label {
  font-size: 14px;
  margin-bottom: 5px;
}

.compnay_registration label span {
  margin-left: 5px;
}

.compnay_registration .col-md-6,.compnay_registration .col-md-12,.compnay_registration .col-md-4 {
  margin-bottom: 15px;
}

.compnay_registration .form-control {
  padding: 0 5px;
  border-radius: 0px;
  height: 25px;
}

.vceat ul li a i {
  color: #ffc712;
}

.vceat ul li a i .fa {
  margin-left: 10px;
}

.rr {
  margin-bottom: 10px !important;
}

.counter {
  text-align: center;
}

.college_registration label {
  float: right;
  font-size: 13px;
}

.college_registration .row {
  margin-bottom: 20px;
}

.college_registration .form-control {
  width: 300px;
  height: 30px;
  padding: 0 5px;
  border-radius: 0px;
}

.t_h4 {
  text-align: center;
  color: #23268D;
  font-size: 25px !important;
  margin-bottom: 20px;
}

.counter-count {
  color: #ffffff;
}

.companies-p,.colleges-p,.students-p,.design-p {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  line-height: 34px;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
/*# sourceMappingURL=custum.css.map */
