/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pc_field_container input{
  padding:10px!important;
}

 UL.jqueryFileTree{
    padding: 0 0 1px 1em!important;
 }

.jqueryFileTree LI.ext_pdf{
  background-position: left!important;
  background-size: auto!important;
}
.product_inputs{
    border: 1px solid #00a6e6 !important;
    border-radius: 6px !important;
    background-color: #fff!important;
}
.pc_login_row_search input {
    vertical-align: top;
    padding: 9px;
    margin: 7px 0px !important;
    height: 42px;
    width: 97%;
}
.searchicon img{
	padding-top: 12px!important;
  max-width: 30px;
}

#dateicon img{
	padding-top: 9px!important;
}
.formsidebar{
	padding: 10px;
	background: #eeeeee1f;;
}

.filelists ul{
    padding-left: 0px;
    margin-top: 13px;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.ajaxform {
    padding: 5px!important;
    background: #00a6e6;
    color: #fff;
    margin-left: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Verdana,sans-serif;
    cursor: pointer;
}

.ajaxform:hover {
    padding: 5px!important;
    background: #00a6e6;
    color: #fff;
    margin-left: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Verdana,sans-serif;
    cursor: pointer;
}

#pagelink .activelink {
    padding: 5px!important;
    background: #265a88;
    color: #fff;
    margin-left: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Verdana,sans-serif;
}

#downloadcenterhead h4{
    color: #00ccff;
    line-height: 60px;
    font-weight: 300;
}
.filelists ul li{
  list-style: none !important;
  padding: 1px 4px 1px 7px; 
}

.filelists ul li svg path{
  color: #00a6e6;  
}

.filelists ul li a{
  padding:0px;
  padding-left: 15px;
  color: #000;
}

.filelists ul li i{
  padding-right:5px;
  color: #00a7e7;
}

.page-numbers{
  padding: 5px!important;
  background: #265a88;
  color: #fff;
  margin-left: 4px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: Verdana,sans-serif;
}
.page-numbers:hover{
  background: #35aded;
  color: #fff!important;
  box-shadow: none;
  -webkit-box-shadow: none!important;
}
span.page-numbers.current{
  background: #35aded!important;
    color: #fff!important;
}

@media screen and (max-width: 480px) {
    .searchicon img{
        width: 100%;
        padding-left: 10px;
        max-width: 30px;
    }

    #dataicon img{
        width: 12%;
        padding-left: 10px;
    }
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 0%;
  height: 4px;
  background-color: #00a6e6;
}
.prpweb_col_left{
    width: 80%;
    display: inline-block;
}
.prpweb_col_right{
    float: right;
    width: 11%;
}

.dispalypage {
    padding-left: 17px;
}

a.ajaxform.activelink {
    padding: 5px!important;
    background: #265a88;
    color: #fff;
    margin-left: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Verdana,sans-serif;
}

.col-md-12{
  margin-top:10px;
}