/**
 * Tesla Theme IRU CSS
 * Updated on 06/07/2016
 */

/*CSS rules for Personalization Bar*/
.ge5p_z2-zipcode-IRU {
    display: inline;
}
.ge5p_z2-Pipe:before {
    content: "|";
}
#ge5p_z2-zipcode-IRU {
    background: url("/shopcms/media/att/2015/global/ico/icon-iru-ribbon-17x24.png") 0px 0px no-repeat;
    background-size: 17px 24px;
    padding: 5px 0 5px 25px;
    margin: 0 0 0 10px;
}
#ge5p_z2-zipcode-IRU > a {
    color: #0574ac;
/*    line-height: 35px;*/
}
/*CSS rules for IRU Benefits Modal*/
.ge5p-tesla-theme > .ge5p_modalContainer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    background: rgb(255, 255, 255);
    background: rgba(255,255,255,0.9);
    height: 100%;
    width: 100%;
    min-width: 1049px;
    z-index: 9000;
}
/*ipad portrait */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .ge5p-tesla-theme > .ge5p_modalContainer{width:1080px;}
}
/*ipad landscape*/    
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .ge5p-tesla-theme > .ge5p_modalContainer{min-width: inherit};
}
/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
	.ge5p-tesla-theme > .ge5p_modalContainer{width:1080px !important;}
}
.ge5p-tesla-theme > .ge5p_modalContainer > .ge5p_IRU_modalBox {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    position: relative;
    top: 25%;
/*    left: 30%;*/
    min-height: 30px;
    min-width: 500px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 9px #666;
    -moz-box-shadow: 0 0 9px #666;
    -webkit-box-shadow: 0 0 9px #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    z-index: 9000;
}
.ge5p_IRU_modalBox a, .ge5p_IRU_modalBox  ul, .ge5p_IRU_modalBox  li, .ge5p_IRU_modalBox  span, .ge5p_IRU_modalBox  p, .ge5p_IRU_modalBox  h3{
    font-family: Arial,Helvetica,sans-serif;
}
.ge5p_IRU_modalBox a, .ge5p_IRU_modalBox  ul, .ge5p_IRU_modalBox  li, .ge5p_IRU_modalBox  span, .ge5p_IRU_modalBox  p{
    font-size: 12px;
}
.ge5p-tesla-theme > .ge5p_modalContainer > .ge5p_IRU_modalBox > .ge5p_IRU_content {
    padding: 0px 30px;
    max-height: 350px;
    font-size: 12px;
    text-align: left;
/*    overflow-y: scroll;*/
}
.ge5p-tesla-theme > .ge5p_modalContainer > .ge5p_IRU_modalBox > .ge5p_IRU_content hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
/*    padding: 5px 0 0 0;*/
}
.ge5p_z2_IRUList {
    padding: 0 !important;
    list-style: inside;
}
div.ge5p_z2_IRUEnroll {
    margin:0 0 10px;
}
.ge5p_z2_modalFooter{
/*    border: 1px solid #ccc;*/
/*    font-size: 11px;*/
/*    color: #333;*/
/*    height: 110px;*/
    margin: 15px 0;
/*    list-style: none;*/
/*    overflow-y: scroll;*/
}
.ge5p_z2_modalFooter div, .ge5p_z2_modalFooter span, .ge5p_z2_modalFooter a, .ge5p_z2_modalFooter ul, .ge5p_z2_modalFooter li, .ge5p_z2_modalFooter p{
    font-size: 11px;
    text-decoration: none;
}
ul.ge5p_IRU_DisclaimerMsg{
    list-style: none;
    list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
.ge5p_z2_IRUList li, .ge5p_IRU_DisclaimerMsg li{
    margin: 15px 0;
}
.ge5p-tesla-theme > .ge5p_modalContainer > .ge5p_IRU_modalBox > .ge5p_IRU_modalTitle {
    background: url("/images/global/bg_modal_top.gif") repeat-x scroll 0 0;
    height: 56px;
    position: relative;
    text-align: left;
}
.ge5p-tesla-theme > .ge5p_modalContainer > .ge5p_IRU_modalBox > .ge5p_IRU_modalTitle h3 {
    padding: 20px 0 0 30px;
    margin: 0 0 0 20px;
    background: url("/shopcms/media/att/2015/global/ico/icon-iru-ribbon-17x24.png") 5px 20px no-repeat;
    background-size: 17px 24px;
    color: #0574ac;
    height: 35px;
    width: 80%;
}
.ge5p-tesla-theme > .ge5p_modalContainer > .ge5p_IRU_modalBox > .ge5p_IRU_modalTitle h3: focus {
    outline: 1px dotted;
}
.ge5p_IRU_modalClose {
    display: block;
    position: absolute;
}
.ge5p_IRU_modalClose_button {
    background: url("/images/global/btn_close.gif") no-repeat scroll 100% 50%;
    line-height: 20px;
    padding: 0 25px 0 0 !important;
    position: absolute !important;
    right: 15px;
    top: 18px;
    font-size: 12px;
    color: #0574ac;
    text-decoration: none;
}
#ge5p_IRU_modalCloseContainer{
    height: 100%;
    width: 100%;
}
.ge5p_z2_IRULink a {
    color: #0574AC;
}