﻿.shadow-wrapper {
    z-index: 1;
    position: relative;
}
blockquote {
    padding: 5px 15px;
    border-left-width: 2px;
}
blockquote {
    margin: 0 0 20px;
    font-size: 1rem;
    border-left: 5px solid #eee;
}
blockquote.hero {
    border: none;
    padding: 18px;
    font-size: 1rem;
    background: #ffeeba;
}
.shadow-effect-2 {
    position: relative;
}

.shadow-wrapper {
  z-index: 1;
  position: relative;
}

/*Common Style*/
.box-shadow {
  background: #523e01;
  position: relative;
}

.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #523e01;
  position: absolute;
}

 /*Effect 1*/
.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb;
}

 /*Effect 2,3,4*/
.shadow-effect-2 {
  position: relative;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #523e01;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
}

/*Effect 5*/
.shadow-effect-5 {
  box-shadow: 0 0 2px #ccc;
}

.cont-context {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.reg-page{
    color: #555;
    padding: 18px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-right{
    margin-left: 25%;
    margin-right: 25%;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}
.input-group-addon {
    border-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group span {
    position: initial !important;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.flied-table table{
    width:100%
}
@media (min-width: 1200px) {
    .cont-context {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .cont-context {
        width: 970px;
    }
}

/* For Page class exist  giant-precision-candidate.min.css*/
.page-head-title {
    padding: 1% 1% !important;
}
.col-auto{
    width:100%;
    margin-left:0px !important;
}

/*Dialog*/
.ui-widget-content{
    height:auto !important;
}


.message-sign:before {
    background: #ffeeba;
    font-family: fontawesome;
    font-size: 2rem;
    color: #856404;
    content: "\F06A";
    position: absolute;
    z-index: 1000;
    top: 30%;
    width: auto;
}

/*Footer Admin*/
.footer-v1 .footer-lin-adm {
    background: #f5f5f5;
    border-top: none;
    position: absolute;
    height: 30px;
    width: 100%;
    /*bottom: 55px;*/
}
.footer-v1 .copyright-Note {
    border-top: 1px solid #ccc;
    background: #f5f5f5;
    width: 100%;
    position: absolute;
    /*bottom: 0;*/
    height: 70px;
}
@media (max-width: 1024px) {
 .footer-v1 .footer-lin-adm {
    bottom: 65px
}
 .footer-v1 .copyright-Note {
    bottom: 0px;
}
}
@media (min-width: 992px) {
     .footer-v1 .footer-lin-adm {
    bottom: 65px
}
 .footer-v1 .copyright-Note p{
     margin-top:10px;
     margin-bottom:10px;
 }
  .footer-v1 .copyright-Note {
    bottom: 0px;
}

}
@media (max-width:480px) {
    .footer-v1 .footer-lin-adm {
    bottom: 90px
}
.footer-v1 .copyright-Note {
   height: 100px;
   bottom: inherit;
}
}
@media (max-width:375px) {
    .footer-v1 .footer-lin-adm {
    bottom: 0px
}
.footer-v1 .copyright-Note {
    height: 100px;
    bottom: inherit;
}

}
@media (max-width:360px) {
    .footer-v1 .footer-lin-adm {
    bottom: 0px
}
}
@media (max-width:339px) {
.footer-v1 .footer-lin-adm {
    height: 30px;
    bottom:0;

}
.footer-v1 .copyright-Note {
    height: 100px;
}
}



/*Footer Candidate*/
.footer-cand .footer-link-cand {
    background: #f5f5f5;
    border-top: none;
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 40px;
    border-top: 1px solid #ccc;
}
.footer-cand .copyright-note-cand {
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
}
/*@media (max-width: 1024px) {
 .footer-cand .footer-link-cand {
    height: 30px;
    bottom: 40px
}
.footer-cand .copyright-note-cand {
    height: 40px;
}
}
@media (max-width: 992px) {
 .footer-cand .footer-link-cand {
    height: 30px;
    bottom: 50px
}
.footer-cand .copyright-note-cand {
    height: 50px;
}
}
@media (max-width: 768px) {
 .footer-cand .footer-link-cand {
    height: 30px;
    bottom: 50px
}
.footer-cand .copyright-note-cand {
    height: 50px;
}
}
@media (max-width:480px) {
     .footer-cand .footer-link-cand {
    height: 30px;
    bottom: 70px
}
.footer-cand .copyright-note-cand {
    height: 70px;
}
}
@media (max-width:339px) {
     .footer-cand .footer-link-cand {
    height: 30px;
    bottom:80px
}
.footer-cand .copyright-note-cand {
    height: 80px;
}
}*/

.pedding-zero{
    padding:0px;
}
.padding-bottom-zero{
    padding-bottom:0px;
}
.m-t-5 {
    margin-top:5px;
}
.m-b-5 {
    margin-bottom: 5px;
}