/**************/
/* Tely eSIMs */
/**************/

.row.header-div {
    margin-top: 30px;
}

.row.destination-input {
    margin-top: 60px;
    margin-bottom: 45px;    
}

.row.available-destinations {
    margin-bottom: 45px;    
}

.row.available-country-plans {
}

span.destination-input-title {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

span.available-destinations-title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
span.destination-input-explanation {
    display: block;
    font-weight: lighter;
    margin-top: 10px;
    font-size: 11px;
}

#showPlans {

}

span.available-country-destinations-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;    
}

span.available-region-destinations-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;    
}

#showDestinations a.country-packages-link {
    color: blue;
    cursor: pointer;
    text-decoration: none;
}

#showDestinations a.region-packages-link {
    color: blue;
    cursor: pointer;
    text-decoration: none;
}

#showPlans {

}

#showPlans div.plan-container {
    padding: 5px;     
}

#showPlans div.plan-rectangle {
    border-radius: 6px;
    border: 1px solid #CCC;
    background-color: #f5f5f5; 
    padding: 5px;
}

#showPlans div.plan-details {
    float: left;
    clear: left;   
}

#showPlans div.view_countries_included_button_container {
    float: left;
    clear: both;
}

ul.package_countries_selected {
    
}

ul.package_countries_selected li {
    
}

ul.package_countries_selected li a {
    color: #000;
    text-decoration:none;
    cursor: pointer;
}

button.countries_included_modal_opener {
    padding: 6px;
    margin: 6px 0px 0px;
    text-decoration: none;
    border: 1px solid #FCFCFC;
    border-radius: 6px;
    width: 100%;
}

.step-number {
    border: 3px solid magenta;
    font-size: 15px;
    line-height: 18px;
    border-radius: 40px;
    width: 40px;
    display: block;
    text-align: center;
    height: 40px;
    padding-top: 8px;
    font-weight: bold;
    color: magenta;
    float: left;
    background: #FFF;
    margin-top: -11px;
    margin-right: 5px;
    margin-bottom: 5px;
}

