.cpns_overlay_v{
    width: 100%;
    height: 100%;
    position: fixed;
    display:none;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: auto;
    background: transparent;
    cursor:pointer;
}

.cpns_popup{
    cursor:pointer;
    text-decoration: underline;
}

body{
    position:relative;
}

.cpns_content_v{
    min-width:250px;
    padding:15px 20px 0 20px;
    /*  top:100px; */
    background:#fff;
    min-height: 100px;
    position:absolute;
    display:inline-block;
    z-index:105;
    border-top:14px solid #1d88c7;
    border-radius: 10px;
    -webkit-box-shadow: 1px 5px 9px -2px rgba(93, 91, 91, 0.55);
    -moz-box-shadow: 1px 5px 9px -2px rgba(93, 91, 91, 0.55);
    box-shadow: 1px 5px 9px -2px rgba(93, 91, 91, 0.55);
    display:none;
}

.cpns_content_v.cpns_bottom{
    border-top:14px solid #2a282a;
}

.cpns_arrow{
    top: -23px;
    right: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 13px 9px;
    border-color: transparent transparent #1d88c7 transparent;
    position: absolute;
}

.cpns_bottom .cpns_arrow{
    top: auto;
    bottom: -10px;
    right: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 9px 0px 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
}

.cpns_left .cpns_arrow{
    left: 60px;
    right: auto;
}

.cpns_close{
    background:#1589c9;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    padding: 6px 15px;
    position: relative;
    display: block;
    width: 12px;
    float: right;
    margin-right: -23px;
    margin-top: -23px;
}

.cpns_inner{
    text-align:left;
    cursor:text;
    width: 100%;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.cpns_inner.loading, .cpns_contact_form.loading{
    background:url('images/default.gif') center center no-repeat #fff;
    min-height:150px;
    background-size: 20%;
}

h5.cpns_header{
    text-align: center;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: normal;
}

.cpns_form .field_wrap{
    margin-bottom: 15px;
    position: relative;
}

.cpns_form .field_wrap label{
    font-size:13px;
    color:#1d88c7;
    margin-bottom: 2px;
    display:block;
}

.cpns_form .field_wrap .text_input{
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    height: 34px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 3px 25px 3px 10px;
}

.cpns_form .field_wrap textarea.text_input{
    min-height: 100px;   
}

.cpns_form .field_wrap input.cpns_dropdown{
    background: url(images/arrow_down.png) 97% center no-repeat;
    cursor:pointer;
}

.cpns_dropdown_content{
    width: 240px;
    border: 1px solid #ccc;
    /* padding: 15px 10px 0 10px; */
    position: absolute;
    top: 63px;
    background: #fff;
    z-index: 222;
    display: none; 
}

.cpns_dropdown_arrow{
    top: -13px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 13px 9px;
    border-color: transparent transparent #ccc transparent;
    position: absolute;
    display: block;
}

.inner_triangle {
    position: absolute;
    width: 0;
    height: 0;
    /* border-width: 0 8px 12px 8px; */
    /* border-color: transparent transparent #000 transparent; */
    top: 1px;
    display: block;
    border-top: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    left: -8px;
}

.cpns_dropdown_content ul{
    list-style: none;
    margin: 10px 5px 10px 15px;
}

.cpns_dropdown_content ul li{
    list-style-type: none;
}

.cpns_dropdown_actions{
    background:#f3f3f3;
    box-sizing: border-box;
    width:100%;
    padding: 5px;
}

.cpns_dropdown_actions:after{
    content:" ";
    clear:both;
    visibility:hidden;
    display: block;
}

.cpns_label_all{
    float: left;
}

.cpns_close_dropdown{
    float:right;
    cursor: pointer;
}

.cpns_close_dropdown b{
    font-size:15px;
    vertical-align: baseline;
}

.cpns_submit{
    border: 1px solid #166695;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #166695;
    border-radius: 4px;
    background: #1d88c7;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    margin: 20px 0 10px 0;
    cursor: pointer;
}

.cpns_bottom .cpns_submit{
    border: 1px solid #000;
    background: #2a282a;
    border-bottom: 2px solid #000;
}

.cpns_error_message{
    color:red;
}

.cpns_success_message{
    color:#1d88c7;
    text-align: center;
    margin-top: 20px;
}

.cpns_form .cpns_column{
    width:45%;
    float:left;
    margin-right: 60px;
}

.cpns_form .cpns_column:last-child{
    margin-right: 0;
    }

  

 .cpns_contact_form    .cpns_form .field_wrap label{ 
    color:#4c4c4c;
}

.cpns_contact_form    .cpns_form .field_wrap .text_input{
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    height: 38px;
    border:none;
    border-bottom: none;
    padding: 5px 25px 5px 10px;
    background: #fff;
}

.cpns_contact_form .cpns_form .field_wrap textarea.text_input {
    min-height: 100px;
    height: 184px;
}

.cpns_contact_form .cpns_submit {
    border: none;
    border-bottom: none;
    border-radius: 0;
    padding: 8px;
}
