/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    PrestaHeroes <info@prestaheroes.com>
 *  @copyright 2016 Heroic Business Solutions LLC
 *  @license   LICENSE.txt
*/

#visitor_assurance_block {
	display: inline-block;
	padding : 15px 20px;
  
}
#select_visitor_assurance:hover .country-flag img {
	opacity: 0.3;
}
#select_visitor_assurance .country-flag img {
    width: 18px;
}
.shipp-to-text {
	display: inline-block;
}
.country-flag {
	display: inline-block;
}
#visitor_assurance_form select {
    width: 100%;
    background: #fff;
}
#visitor_assurance_form p.submit {
    text-align: center;
    margin-top: 25px;
}
#visitor_assurance_form p.submit span {
	padding: 6px 30px 6px 29px;
}
#visitor_assurance_form .country-select-input {
	width: 100%;
}
#visitor_assurance_form .country-select .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #ccc;
    width: 305px;
    max-height: 200px;
    overflow-y: scroll;
}
#visitor_assurance_form .country-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
#visitor_assurance_form .country-select.inside input[type="text"] {
    padding-left: 55px;
    margin-left: 0;
}
#visitor_assurance_form .country-select .selected-flag {
    padding: 0 0 0 20px;
}
#visitor_assurance_form .country-select .country-list .country {
    line-height: 15px;
    padding: 7px 19px;
}
#visitor_assurance_form .country-select .country-list .flag, #visitor_assurance_form .country-select .country-list .country-name {
    margin-right: 20px;
}
#visitor_assurance_form .country-select.inside input[type="text"] {
    border-color: #ccc;
    border: 1px solid #ccc;
    height: 38px;
    color: #666666;
    width: 100%;
    padding-left: 55px;
}
#visitor_assurance_form .form-control {
    background: #fff;
    padding: .25rem 1rem;
}
#visitor_assurance_form .text {
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
}

#visitor_assurance_form table td {
    padding: 4px 5px;
    text-align: left;
}
#visitor_assurance_form table td.td-radio {
    padding: 3px 0 0;
    width: 6%;
}
#visitor_assurance_form table td.td-image {
    width: 16%;
}
#visitor_assurance_form table td.td-text  {
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
}

#visitor_assurance_form table td.td-text .delay {
    font-weight: 400;
    font-size: 10px;
}

#visitor_assurance_form table td.td-text .price_formated {
    float: right;
}
#visitor_assurance_form h2.title {
    font-size: 1.125rem;
    letter-spacing: 2.5px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    width: 100%;
    color: #666;
    box-sizing: border-box;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
}
#visitor_assurance_form label {
    text-align: left;
    font-size: .875rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    color: #666;
    margin-top: 5px;
}