@charset "utf-8";
/* CSS Document */

body{
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', 'Oswald', 'Philosopher', 'Ubuntu', sans-serif;
}
html, body{
  width: 100%;
  height: 100%;
}
a{
  text-decoration: none;
  color: #0a88f5;
}
a:hover, a:focus{
  text-decoration: none;
  outline: none;
  color: #97051f;
}
.pa-space{
  padding: 50px 0;
}

.pa-banner__header{
  width: 100%;
  float: left;
  position: relative;
  /*text-align: center;*/
  background: #f5f5f5;
}

/*=============== paCarousel/ pa-caption ====================*/
.pa-header{
  width: 100%;
  float: left;
  background: #000;
  padding-top: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
      /*-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
}
.pa-header.pa-fade{
  background: #000; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#000, rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#000, rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#000, rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#000, rgba(0, 0, 0, 0)); /* Standard syntax */
  min-height: 110px;
}
.pa-header .container-fluid, .pa-header [class*="col-"],
.pa-awards-set .container-fluid, .pa-awards-set [class*="col-"] {
    padding: 0;
}
.pa-awards-set.pa-dashboard [class*="col-"]{
  padding-right: 10px;
  padding-left: 10px;
}
.pa-any__query [class*="col-"] {
    padding: 0;
}

/*============== pa-navbar =======================*/
.pa-navbar {
  margin-bottom: 0;
  margin-top: 12px;
}
.pa-navbar .navbar-nav > li > a {
  color: #fff;
  font: 400 14px 'Ubuntu';
  padding: 10px 16px;
  position: relative;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}
.pa-navbar .navbar-nav > li.active > a, .pa-navbar .navbar-nav > li.active > a:hover{
  background: transparent;
  border-color: #fec85b;
  color: #fff;
}
.pa-navbar .navbar-nav > li > a:hover{  
  background: transparent;
  outline: none;
  color: #fec85b;
}
.pa-navbar .navbar-nav > li > a:focus{  
  background: transparent;
  outline: none;
  color: #fff;
}
.navbar-toggle {
  position: absolute;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  right: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #000;
}
header.pa-header.pa-fade.affix {
    position: fixed;
    background: #fff;
    min-height: initial;
    padding-bottom: 8px;
    z-index: 999;
    box-shadow: inset 0 -2px #efedec, 0 0 30px 2px rgba(0, 0, 0, 0.56);
    tr
}
header.pa-header.pa-fade.affix .pa-navbar .navbar-nav > li > a{
  color: #000
}
/*===================== pa-awards-set ========================*/
.pa-awards-set{
  width: 100%;
  /*padding: 10px 0;*/
  /*background: rgba(242, 242, 242, 0.7);*/
  position: absolute;
  top: 110px;
  left: 0;
  text-align: left;
}
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.pa-awards__nominate{
  width: 192px;
  float: left;
  /*background: rgba(242, 242, 242, 0.7);*/
  /*padding: 25px;*/
  border-radius: 5px;
}

.pa-awards__box{
  width: auto;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}
.pa-home .pa-awards__box{
  text-align: center;
}
.pa-awards__box:last-child{
  margin-bottom: 0;
}
.pa-img__box{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 5px #f9d77f;/*a2a1a1;*/
  text-align: center;
  line-height: 85px;
  background: #fff;
  /*margin: auto;*/
}
.pa-home .pa-img__box{
  margin: auto;
}
.pa-img__box img{
  width: 80px;
}
.pa-awards__box span{
  font: 700 16px 'Philosopher';
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  display: block;
}
.nominations_year{
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  /*margin-left: 0;*/
  /*position: absolute;*/
  /*height: 100%;*/
}
.nominations_year > div{
  display: table;
  height: 100%;
  width: 100%;
}
.nominations_year > div > div{
  display: table-cell;
  vertical-align: bottom;
}
.nominations_year a{
  background: #f9d77f;
  font: 400 16px 'Open Sans';
  color: #000;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 5px;
  float: left;
}
.nominations_year a:hover{
  color: #97051f;
}

/*=========== css according old page layout =================*/
.pa-item img {
    width: 100%;
}
.bpage-title {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    right: 0;
    bottom: 0px;
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.bpage-title h2 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.pa-item{
  position: relative;
}
section.login-section {
    margin: 30px 0px 30px 0px;
}
.login-form {
    width: 50%;
    margin: auto;
    /*background: #f9f9f9;
    border-radius: 5px;
    border: solid 1px #ddd;*/
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.login-form form {
    padding: 0;
}
.captcha {
    margin-top: 32px;
}
.btn-form-color, .btn-form-color:hover, .btn-form-color:focus, .btn-form-color:active {
    background: #dddddd;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: none;
    outline: none;
}
.submit-button {
    color: #fff;
    background: #55bd08;
}
.submit-button:hover, .submit-button:focus, .submit-button:active {
    background: #57bf08;
    color: #fff;
}
.pa-awards-set.home-page:before{
  content: "";
  background: #000;
  background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #000, rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #000, rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0)); /* Standard syntax */
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
}
.pa-awards-set.home-page{
  top: 0;
  padding-top: 110px;
}

.login-title {
  background: #ccc;
  padding: 5px;
  font-size: 16px;
  margin: 10px 0px 26px 0px;
  text-align: center;
}
section.adhar-verification-section {
    margin: 50px 0px 50px 0px;
}
.confirm_otp-form {
    width: 40%;
    margin: auto;
    padding: 30px;
    border-radius: 5px;
    border: solid 1px #ddd;
}
.adhar-verification-section h3 {
    color: #000;
    border: none;
    margin-top: 0;
}
.input-style {
    height: 46px;
    margin: 20px 0px 30px 0px;
}
section.regis-section {
    margin: 55px 0px;
}
.registration-form {
    width: 80%;
    margin: auto;
    background: #f9f9f9;
    border-radius: 5px;
    border: solid 1px #ddd;
}
.form-title {
    border-bottom: solid 1px #eee;
    text-align: left;
    padding: 10px 25px;
    font-size: 26px;
    margin-bottom: 0px;
}
.form-inner {
    /* background: #fff; */
    padding: 25px;
    /* border: 1px solid #eaeaea; */
}
.form-inner>p {
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 6px;
}
.error {
    color: #f55;
    width: 100%;
    float: left;
}
.reg-title {
    padding: 5px;
    font-size: 22px;
    text-align: center;
    color: #55121e;
}
.sub-desc {
    text-align: center;
    margin-bottom: 25px;
}
.registration-form > form {
    padding: 25px;
}
.submit-column {
    margin-top: 24px;
}
.regis-form .form-group {
    margin-bottom: 15px;
}
.submit-column p {
    margin-top: 18px;
    margin-bottom: 0;
}
section.about-us {
    padding: 0px 0px 45px 0px;
}
.dash-bar {
    background: #efefef;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
}

.about-us p {
    margin-bottom: 16px;
}
.dash-bar p {
    margin: 0px;
    padding: 0px;
    color: #8e061f;
}
.dash-bar p a {
    color: #8e061f;
    padding: 0 15px;
}
.dash-bar p a:hover {
    opacity: 0.6;
}
.dash-nomination p {
    margin: 25px 0px;
}
.dash-nomination p a {
    background: rgb(249, 215, 127);
    padding: 12px 5px;
    color: #000;
    width: 100%;
    display: block;
    border-radius: 5px;
}
.dash-three-section.text-center {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.dash-three-section p:first-child {
    /* padding: 10px; */
    border-radius: 50%;
    border: solid 4px #eee;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 95px;
    margin: auto;
    margin-bottom: 10px;
}
.label-control {
    font-weight: normal;
}
.row.slection-nav {
    margin-top: 30px;
    margin-bottom: 30px;
}
.pdf-box iframe {
    width: 100%;
    height: 450px;
    border: solid 5px #f9d77f;
}
.register-detail-success {
    width: 100%;
    text-align: center;
    border: solid 1px #cdcbcb;
    display: inline-block;
    margin: 20px 0;
    min-height: 160px;
}
.register-detail-success p {
    border-bottom: solid 1px #cdcbcb;
    margin-bottom: 0;
    padding: 5px 10px;
    width: 70%;
    text-align: left;
    float: right;
        line-height: 28px;
}
.register-detail-success p:last-child{
  border-bottom: none;
}
.register-detail-success .img-box {
    float: left;
    margin-right: 0px;
    min-height: 150px;
    width: 30%;
    line-height: 150px;
    border-right: solid 1px #cdcbcb;
    padding: 5px;
}
.register-detail-success .img-box img{
  width: 100%;
}
.search-result {
    width: 100%;
    float: left;
    border: solid 1px #cdcdcd;
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}
.search-result .img-box{
  width: 100%;
  margin-bottom: 10px;
}
.search-result .img-box img{
  width: 100%;
}
.right-side img {
    width: 100%;
    border: solid 1px #ccc;
}
.applicant-detail p {
    width: 100%;
    float: left;
    font-size: 14px;
}
.applicant-detail p span{
    font-weight: 600;
    width: 40%;
    float: left;
}
/*========= css end according to old layout ==============*/

/*=============== pa-dropdown ============*/
.pa-dropdown{
  position: relative;
}
.pa-dropdown_box{
  /*position: absolute;*/
  /*top: 70px;*/
  /*right: 15px;*/
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 1);
  /*padding: 40px;*/
  z-index: 9999;
  width: 30%;/*310px;*/
  /*max-height: 560px;*/
  /*overflow: auto;*/
  display: table;
  text-align: left;
}
.form-group{
  margin-bottom: 8px;
}
.pa-input{
  border-radius: 0;
  height: 30px;
  border: solid 1px #7b7b7b;
  padding: 4px 12px;
}
.pa-input:focus{
  box-shadow: none;
  outline: none;
  border-color: #97051f;
}
.pa-button{
  border-radius: 5px;
  color: #fff;
  background: #0c9c47;
  padding: 8px 12px;
}
.pa-button:hover{
  background: #f9d77f;
  color: #000;
}
.pa-button:focus, .pa-button:active:focus{
  box-shadow: none;
  outline: none;
  border-color: none;
  color: #fff;
}
.popup_box-page {
  font-size: 15px;
  margin-bottom: 20px;
  color: #000;
}

/*=========== nomination ===============*/
.box_info{
  font-size: 14px;
  color: #222;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  padding: 0 40px;
}
.pa-dropdown_box h5{
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  padding: 0 40px;    
  float: left;
  width: 100%;
  margin-top: 0;
}
.pa-dropdown_box h6{
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}
.pa-dropdown_box .panel-group{
  padding: 0 40px 40px;
  float: left;
  width: 100%;
}
.pa-nomini-cat{
  text-align: left;
}
.pa-nomini-cat.active{
  box-shadow: none;
  background: #f9d77f;
  outline: none;
  color: #000;
}
.pa-nomini-cat.active:focus{
  outline: none;
  box-shadow: none;
}
.nominate-cat{
  padding: 0 5px;
  width: 100%;
  float: left;
}
.nominate-cat ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.nominate-cat ul li{
  width: 100%;
  float: left;
  line-height: 30px;
}
.nominate-cat ul li:before{
  content:"\f054";
  margin-right: 15px;
  font-family: 'FontAwesome';
}
.nominate-cat ul li a{
  font-size: 15px;
  color: #000;
}
.nominate-cat ul li a:hover{
  color: #97051f;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.pa-panel{
  border: none;
  background: transparent;
}
#category-parent {
  margin-bottom: 0;
}
.pa_form-heading{
  border-radius: 0;
  color: #fff;
  background: #0c9c47;
  padding: 6px 12px;
  margin-bottom: 20px;
}

/*select{
  margin-bottom: 5px;
}*/

/*============ dashboard ================*/
.pa-dashboard-heading {
  width: 100%;
  float: left;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: rgba(249, 215, 127, 0.8);
  border-radius: 7px;
}
.pa-dashboard-heading p{
  font-size: 16px;
  margin-bottom: 0;
}
.pa-loginID{
  text-align: right;
}
.pa-nomination-hints {
  width: 100%;
  float: left;
  background: #f9d77f;
  border-radius: 5px;
  padding: 50px;
  border: solid 2px #ffcf4f;
  margin-top: 15px;
}
.pa-nomination-hints p {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.pa-nomination-hints ul {
  width: 100%;
  float: left;
  padding-left: 20px;
  list-style-type: decimal;
}
.pa-nomination-hints ul li {
  line-height: 35px;
  padding-left: 6px;
  font-size: 16px;
}
.pa-nomination-hints ul li a{
  color: #000;
  font-size: 16px;
}
.pa-nomination-hints ul li a:hover{
  color: #333;
}
.pa-nominate_btns{
  width: 100%;
  float: left;
  background: rgba(242, 242, 242, 0.7);
  border-radius: 5px;
  padding: 50px 15px;
  border: solid 2px #ffcf4f;
  text-align: center;
  margin-top: 15px;
}
.button-nominate{
  min-width: 180px;
  max-width: 100%;
  border-radius: 5px;
  background: #f9d77f;
}
.pa-nominate_btns ul{
  width: 100%;
  float: left;
  padding-left: 0;
  list-style: none;
}
.pa-nominate_btns ul li{
  margin: 17px 0;
  width: 100%;
}
.pa-nominate_btns ul li a{
  font-size: 16px;
  color: #000;
}
.pa-nominate_btns ul li a:hover{
  background: #fff;
}
.pa-nominate_btns ul li a:focus{
  box-shadow: none;
}
/*========= radio button style =============*/
.radio div {
  display: inline-block;
  margin-top: 0px;
}
.radio div label {
  border-radius: 3px;
  border: 1px solid #8b8c8c;
  padding: 0 10px 0 40px;
}
/* hide input */
.radio div input[type=checkbox]:empty,
.radio div input[type=radio]:empty {
  /*margin-left: -999px;*/
  opacity: 0;
}

/* style label */
.radio div input[type=checkbox]:empty ~ label,
.radio div input[type=radio]:empty ~ label {
  position: relative;
  float: left;
  line-height: 1.5em;
  /*text-indent: 3.25em;*/
  /*margin-top: 2em;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  font-size: 13px;
}

.radio div input[type=checkbox]:empty ~ label:before,
.radio div input[type=radio]:empty ~ label:before  {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #8b8c8c;
  border-radius: 3px 0 0 3px;
  content:'\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

/* toggle hover */
.radio div input[type=checkbox]:hover:not(:checked) ~ label:before,
.radio div input[type=radio]:hover:not(:checked) ~ label:before {
  content:'\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.radio div input[type=checkbox]:hover:not(:checked) ~ label,
.radio div input[type=radio]:hover:not(:checked) ~ label {
  color: #888;
}

/* toggle on */
.radio div input[type=checkbox]:checked ~ label:before,
.radio div input[type=radio]:checked ~ label:before {
  content:'\2714';
  text-indent: .9em;
  color: #bf8c07;
  background-color: #f9d77f;
}

.radio div input[type=checkbox]:checked ~ label,
.radio div input[type=radio]:checked ~ label {
  color: #000;
  border: 1px solid #f9d77f;
}

/*============= pa home ===============*/
.pa-home{
  top: 0;
  padding: 25px 0;
  position: absolute;
}
.pa-home.about_page{
  position: relative;
}
.pa-left-nav{
  /*background: #f9d77f;*/
  border-radius: 5px;
}
.pa-left-nav li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background: #f9d77f;
  border-radius: 5px;
}
.pa-left-nav li:last-child{
  border-bottom: none;
}
.pa-left-nav li a{
  padding: 10px;
  background: transparent;
  color: #000;
}
.pa-left-nav li a:hover, .pa-left-nav li a:focus,
.pa-left-nav li a:active:focus{
  background: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background: transparent;
}
.pa-left-nav .dropdown-menu.pa-dropdown{
  width: 100%;
  float: left;
  padding: 0 0 5px 5px;
  border-radius: 5px;
  background: #f9d77f;
  position: relative;
  border: none;
  box-shadow: none;
  padding-left: 20px;
  border-top: solid 1px #ffedc1;
}
.pa-left-nav .expend-nav {
    font-size: 25px;
    float: right;
    font-weight: normal;
}
.pa-left-nav .expend-nav:before{
  content: '+';
}

.pa-left-nav .dropdown.open .expend-nav:before{
  content: '-';
}
.pa-symbole_logo{
  width: 100%;
  float: left;
  padding: 60px 0 140px;
  text-align: center;
}
.pa-symbole_logo p{
  margin-top: 20px;
  color: #fff;
  font-weight: 800;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 35px;
}
.pa-awards{
  width: 100%;
  float: left;
  text-align: center;
}
.pa-awards .pa-awards__box span{
  color: #000;
}
.pa-symbole_logo.logo_rightside {
  width: 100%;
  float: left;
  padding: 16px 0;
  text-align: right;
}
.pa-left-nav li.active a {
  color: #8a6406;
}

/*===== vertical tabs ======*/
.pa-tabs {
  float: left;
  list-style: none;
  padding-left: 0;
}
.pa-tabs li {
  width: 280px;
  height: 55px;
}
.pa-tabs li a {
  color: #181818;
  font: 700 16px 'Ubuntu';
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: table;
  background: #e6e4e4;
  border-left: solid 5px transparent;
}
.pa-tabs li:first-child{
  margin-top: 0 !important;
}
.pa-tabs li a span {
  vertical-align: middle;
  display: table-cell;
}
.pa-tabs li.resp-tab-active {
    margin-right: -1px;
    width: 282px;
}
.pa-tabs li.resp-tab-active a, .pa-tabs li.resp-tab-active a:hover, .pa-tabs li.resp-tab-active a:focus {
  /* border-top: solid 1px #bcbcbc; */
  /* border-bottom: solid 1px #bcbcbc; */
  background: transparent;
  color: #b08b2e;
  position: relative;
  /*border-left: solid 5px #bcbcbc;*/
  /* border-right: solid 1px #fff; */
}

.pa-tab__content {
  float: left;
  width: calc(100% - 280px);
  border: solid 1px #bcbcbc;
  border-radius: 0 4px 4px 0;
  padding: 20px;
}
.pa-tabs-section {
  width: 100%;
  float: left;
}
.pa-tabs-img {
  float: left;
  margin-right: 20px;
}
.pa-tabs-img img {
  width: 100%;
}
.pa-tabs-inner_content h3 {
  margin-top: 0;
}
.resp-vtabs.pa-space {
  padding: 20px 0;
}
/*.resp-vtabs .pa-pane {
  height: 232px;
  overflow: auto;
}*/
.logo_b{display: none;}

.pa-any__query {
  width: 100%;
  float: left;
  background: #f9d77f;
  padding: 10px 0;
}
.pa-help-contact {
  width: 100%;
  float: left;
  text-align: center;
}
.pa-help-contact h4 {
  font: 400 24px 'Ubuntu';
  line-height: 26px;
  color: #775602;
  margin: 0;
}
.pa-help-contact p {
  font: 400 18px 'Ubuntu';
  line-height: 20px;
  color: #775602;
  margin-bottom: 0;
}

.imp_links {
  width: 100%;
  display: table;
  height: 50px;
}
.imp_links ul {
  width: 100%;
  /*float: left;*/
  padding: 0;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
.imp_links ul li {
    margin-right: 15px;
    float: left;
}
.imp_links ul li a {
    font-size: 16px;
    color: #000000;
}
.imp_links ul li a img{
    margin-right: 10px;
}

.imp_links ul li a:hover{
  color: #775602;
}
.imp_links ul li a:hover img{
  filter: contrast(20%);
}
.s-logo {
  display: none;
}
header.pa-header.pa-fade.affix {
  position: fixed;
  background: #fff;
  min-height: initial;
  padding-bottom: 8px;
  z-index: 999;
  box-shadow: inset 0 -2px #efedec, 0 0 30px 2px rgba(0, 0, 0, 0.56);
}
header.pa-header.pa-fade.affix .s-logo {
  display: block;
}
header.pa-header.pa-fade.affix .logo-img {
  display: none;
}
.login-page{
  width: 100%;
  float: left;
}
.nomination-basic_detail .form-group.row {
    margin-left: -10px;
    margin-right: -10px;
}
.login-page .login_box{
  margin: 120px auto 55px;
}
.login_box .form-group{
  margin-left: 0;
  margin-right: 0;
}
.login_box-2{
  background: rgba(255, 255, 255, 0.5);
}
.login-page{  
  background: url(../images/body-bg.JPG) no-repeat center center;
  background-size: cover;
  background-attachment: fixed
  /*background: #222;*/
}
.pa-dropdown_box form{
  padding: 0 40px 40px;
  float: left;
  width: 100%;
}
.login_box h4{
  width: 100%;
  float: left;
  margin-top: 0;
  padding: 20px 40px;
  color: #775602;
  background: #f9d77f;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
}

.pa-input {
  border-radius: 5px;
  height: 40px;
  border: solid 1px #7b7b7b;
  padding: 6px 12px;
}

.login_box .popup_box-page{
  padding: 0 40px;
}
.login_box .form-nomination .popup_box-page {
    padding: 0 0px;
    text-align: center;
    margin-bottom: 0;
}
.pa-input:focus{
  border: solid 1px #f9d77f;
}
.login_box .form-group:last-child {
  margin-bottom: 0;
}
.imp_links ul li+li:before{
  content: '';
  width: 1px;
  height: 25px;
  background: #dea205;
  margin-right: 15px;
  float: left;
}
.forgot_link{
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
.nomination_box{
  width: 40%;
}
.form-nomination .col-md-12, .form-nomination .col-md-6{
  padding-left: 0;
  padding-right: 0;
}
.pa_form .box_info{
  padding: 0 0 5px;
}
.field-info{
  font-size: 12px;
  color: #f00;/*
  float: left;
  width: 100%;
  text-align: left;*/
}
.btn-space-top{
  margin-top: 7px;
}
.pa-dashboard {
  text-align: left;
  position: relative;
  top: 0;
  margin: 150px 0 100px;
}
.pa-page_heading {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}
.pa-back_btn{
  color: #000;
  background: #fef1cd;
  /*position: relative;*/
}
/*.pa-back_btn:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 10px solid #fef1cd;
    position: absolute;
    top: -3px;
    left: -8px;
    border-radius: 5px;
}
.pa-back_btn:hover::before{
  border-right: 10px solid #f9d77f;
}*/
.label-control sup{
  color: #f86c6c;
}
.contact-us {
    width: 100%;
    float: left;
    margin: 30px auto 30px;
    text-align: center;
}
.contact-box {
    background: #ffe5a3;
    border-radius: 5px;
    border: solid 1px #f6b91c;
    padding: 10px;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
    min-height: 126px;
    width: 66%;
    margin-left: 16px;
    margin-right: 16px;
}
.contact-box p {
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'Ubuntu';
}
.myNomination {
    width: 100%;
    float: left;
    margin: 0px auto 50px;
}
.table > thead > tr > th{
  background: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f7f7f7;
}
.table-hover>tbody>tr:hover {
    background-color: #fff;
}
.pa-awards-set .myNomination [class*="col-"] {
    padding: 10px;
}
.pa-view_detail {
    border-radius: 3px;
    color: #000;
    background: #f9d77f;
    padding: 4px 8px;
    font-size: 12px;
    text-transform: uppercase;
}
.nomination-head{
  text-align: center;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 35px;
  background: #efefef;
  margin-top: 0;
}
.register-detail {
    width: 100%;
    float: left;
    padding: 0;
}
.register-detail ul{
  width: 100%;
  float: left;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #ccc;
}
.register-detail ul li {
    float: left;
    line-height: 25px;
    width: calc(100% - 100px);
    border-collapse: collapse;
    border: solid 1px #ccc;
    border-bottom: none;
    padding: 5px;
}
.register-detail ul li:first-child, .register-detail ul li:nth-child(2n+1){
  width: 100px;  
  border-right: none;
}

.nomination-basic_detail{
  width: 60%;
  margin: 30px auto;
}
.nomination-basic_detail ul.nav.nav-tabs {
    padding: 40px 40px 0;
}
.pa_form .tab-content {
    padding: 15px 0 0;
}
.pa-awards-set .nomination-basic_detail [class*="col-"]{
  padding-left: 10px;
  padding-right: 10px;
}
.pa-awards-set .nomination-basic_detail .form-group.row{
  margin-left: -10px;
  margin-right: -10px;
}
/*.pa-awards-set .nomination-basic_detail .pl {
    padding-left: 10px;
}
.pa-awards-set .nomination-basic_detail .pr {
    padding-left: 10px;
}*/
.addnew-btn {
    background: #55121e;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    text-align: center;
    margin-top: 27px;
    float: left;
    border-radius: 5px;
    font-size: 14px;
}
.addnew-btn:hover{
  color: #fff;
}
h4.nominate-tab_activeHead {
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}
.img.box {
    width: 100%;
    height: 150px;
    float: left;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    background: #eee;
}
.step-2 .addnew-btn{
  margin-top: 60px;
}

.step-2 input[type="file"]{
  margin-top: 70px;
}
.table .addnew-btn{
  margin-top: 0;
}


.pa-copyright p{
  font: 400 14px 'Ubuntu';
  color: #000;
  float: right;
  margin-bottom: 0;
  margin-top: 8px;
}

/*============= pa-copyright ==============*/
.pa-copyright{
  width: 100%;
  float: left;
  background: #f9d77f;
  padding: 12px 0;
}
.pa-social__links{
  width: 100%;
  float: left;
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.pa-social__links li{
  display: inline-block;
  color: #fff;
}
.pa-social__links li a{
  color: #55121e;
  font: 400 14px 'Ubuntu';
  line-height: 33px;
  padding: 0 12px; 
}
.pa-social__links li a:hover{
  opacity: 0.7;
}
.pa-copyright p{
  font: 400 14px 'Ubuntu';
  color: #000;
  float: right;
  margin-bottom: 0;
  margin-top: 8px;
}

.radio table tbody tr td {
  display: inline-block;
  margin-top: 0px;
}
.radio table tbody tr td label {
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  padding: 0 10px 0 40px;
}
/* hide input */
.radio table tbody tr td input[type=checkbox]:empty,
.radio table tbody tr td input[type=radio]:empty {
    /*margin-left: -999px;*/
    opacity: 0;
}

/* style label */
.radio table tbody tr td input[type=checkbox]:empty ~ label,
.radio table tbody tr td input[type=radio]:empty ~ label {
    position: relative;
    float: left;
    line-height: 2.5em;
    /*text-indent: 3.25em;*/
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  color: #666;
}

.radio table tbody tr td input[type=checkbox]:empty ~ label:before,
.radio table tbody tr td input[type=radio]:empty ~ label:before  {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

/* toggle hover */
.radio table tbody tr td input[type=checkbox]:hover:not(:checked) ~ label:before,
.radio table tbody tr td input[type=radio]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.radio table tbody tr td input[type=checkbox]:hover:not(:checked) ~ label,
.radio table tbody tr td input[type=radio]:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
.radio table tbody tr td input[type=checkbox]:checked ~ label:before,
.radio table tbody tr td input[type=radio]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #bf8c07;
    background-color: #f9d77f;
}

.radio table tbody tr td input[type=checkbox]:checked ~ label,
.radio table tbody tr td input[type=radio]:checked ~ label {
    color: #000;
  border: 1px solid #f9d77f;
}
.radio table tbody tr td
{
   
}
.radio table
{
    width:100%;
}
/* radio focus */
.radio table tbody tr td input:focus ~ label:before {
    /*box-shadow: 0 0 0 3px #999;*/
}
.pa_formPadding
{
    padding-left:30px;
    padding-right:30px;
    padding-bottom:30px;
}