/** SOS **/
.emergency_cont h1{float: left;width: 75%;font-size: 25px;color: #000;padding-bottom: 15px;font-family: 'roboto_light';}
.emergency_cont .full_name input[type=password],.emergency_cont .full_name input[type=text] {float: left;width: 100%;border: 1px solid #cccac4;padding: 5px 10px; height: 36px;font-size: 13px;font-family: 'roboto_regular';color: #333333; outline: none;-webkit-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; }
.emergency_cont {width: 100%;float: left;}
.emergency_cont .grp_panel{width: 100%;float: left;border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.emergency_cont .grp_panel.lst{border-bottom: none;}
.emergency_cont .grp_panel .full_name{width: 50%;float: left;padding-bottom: 20px;clear: both;}
.emergency_cont .full_name.full_name_country_code .cc-picker{width: 100px;border-radius: 4px 0 0 4px;text-align: center;height: 36px;font-size: 13px;font-family: 'roboto_regular';padding: 5px 20px 5px 10px;color: #999;float: left;border: 1px solid #cccac4;border-right: none;}
.emergency_cont .full_name.full_name_country_code input[type=text]{-webkit-border-radius:  0 4px 4px 0;-moz-border-radius: 0 4px 4px 0;border-radius:0 4px 4px 0;width: -webkit-calc(100% - 100px);width: -moz-calc(100% - 100px);width: calc(100% - 100px)border-radius: 0 3px 3px 0;}
.emergency_cont .cc-picker-code{margin-top: 3px;}
.emergency_cont .cc-picker-code-select-enabled::after{position: absolute;top: 14px;right: 10px;}
.body_non_bg .cc-picker-code-list{margin: -1px 0 0;width: 500px;z-index: 99999 !important;}
.body_non_bg .cc-picker-code-list > li{padding: 7px 5px;}
.emergency_cont .cc-picker-code {color: #333333;}
.emergency_cont .full_name.full_name_country_code input[type=text].country_code {width: 80px;border-radius: 3px 0 0 3px;border-right: none;}
