/* 
    Document   : autosubscribe
    Created on : May 21, 2014, 5:26:48 PM
    Author     : Ankita Alung
    Description: CSS for pop-up which appears on home page

*/
#column-left .kb-autosubscribe-newsletter_text{
    float: left !important;
    font-weight: normal !important;
    width:100% !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px!important;
    padding-bottom: 5px !important;
}
#column-left .kb-email{
    width: 100%;
    padding: 4px;
    margin-top: 5px;
}
#column-left .kb-autosubscribe-submit_button_kb{
    width: 83%;
    padding-bottom: 5px;
    padding-top: 5px;
}
#column-right .kb-autosubscribe-newsletter_text{
    float: left !important;
    font-weight: normal !important;
    width:100% !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px!important;
    padding-bottom: 5px !important;
}
#column-right .kb-email{
    width: 100%;
    padding: 4px;
    margin-top: 5px;
}
#column-right .kb-autosubscribe-submit_button_kb{
    width: 90%;
    padding-bottom: 5px;
    padding-top: 5px;
}
#content .kb-autosubscribe-newsletter_text{
    float: left !important;
    font-weight: normal !important;
    width:64% !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px!important;
    padding-bottom: 5px !important;
}
#content .kb-email{
    padding: 4px!important;
}
#content .kb-autosubscribe-submit_button_kb {
    padding: 5px;
}
#content .kb-float{
/*    float: right;*/
}
#kb-right-content {
    float: right !important;
    width: 56% !important;
    height: 100% !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}
#kb-right-content-no-image {
    float: right !important;
    height: 100% !important;
    padding-right: 2% !important;
    padding-top: 10px !important;
    width: 94% !important;
}
.kb-autosubscribe-btnclass {
   width: 67% !important;
   height:32px !important ;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   vertical-align: middle;
   font-weight:bold !important;
   margin-left: 15% !important;
    margin-top: 15px !important;
}
.kb-autosubscribe-btnclass-no-image {
   width: 150px !important;
   height:32px !important ;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   vertical-align: middle;
   font-weight:bold !important;
   margin-left: 28% !important;
    margin-top: 15px !important;
}
.kb-autosubscribe-btnclass:hover {
   opacity: 0.8!important;
}
#kb-autosubscribe-dlgPopUpForm-left-content {
    float: left !important;
    width: 41% !important;
    height: 95% !important;
    padding: 0px !important;
    /* margin-left: 10px !important; */
    padding-top: 8px !important;
    padding-bottom: 8px!important;
    padding-left: 10px !important;
}
#kb-autosubscribe-dlgPopUpForm-left-content img {
   // padding-right:15px !important ;
    width: 100% !important;
    max-height: 100% !important;    
    background-color: #ffffff;
    box-shadow: none;
    border: 4px solid lightgrey;    
    // border:1px solid #d3d3d3;
}
.kb-autosubscribe-textboxclass-img  {
    height: 26px !important ;
    width: 95% !important;
    background-color:#FFFFFF !important ;
    float:left !important;
    padding: 3px;
    border-radius: 5px !important;
    box-shadow:none !important;
    border: 1px solid #cccccc !important;
    font-family: verdana, Arial,'sans serif' !important; 
/*    border-color: black;
    border-width: 1px;*/
    margin-top: 5px !important;
}
.kb-autosubscribe-textboxclass-noimg  {
    height: 35px !important ;
    width: 95% !important;
    background-color:#FFFFFF !important ;
    float:left !important;
    padding: 3px;
    border-radius: 5px !important;
    box-shadow:none !important;
    border: 1px solid #cccccc !important;
    font-family: verdana, Arial,'sans serif' !important; 
/*    border-color: black;
    border-width: 1px;*/
    margin-top: 10px !important;
}
#kb-autosubscribe-dlgPopUpForm {
    display: none;
    padding-bottom: 2px !important ;
    display: block;
    //bottom:22% !important;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    //left: 25% !important;
    //margin-left: 0 !important;
    top: 20% !important;
}
.kb-heading {
    font-size: 24px !important ;
    font-weight: bolder;
    text-align: center !important;
    padding-top: 15px !important;
    padding: 2px;
}
#kb-autosubscribe-dlgPopUpForm-main {
    height: 88% !important ; 
}
#kb-autosubscribe-dlgPopUpForm-main  p {
    height: 48% !important;
    font-weight: normal !important;
    padding-top: 15px !important;
    font-size: small !important;
    padding-right: 10px !important;
}
#kb-autosubscribe-dlgPopUpForm-main .modal_close {
    width: 40px !important;
    height: 34px !important;
    position: absolute !important;
    top: -20px !important;
    right: -20px !important;
    display: block;
    background: url(../image/modal_close.png) !important;
    z-index: 2 !important;
}
#kb-autosubscribe-dlgPopUpForm-right-bottom {
    margin-bottom: 10px !important;
}
#kb-autosubscribe-loadingpopup {
    display: none;
    padding-top: 10px !important;
    padding-left: 200px !important ;
}
.sucessMsg{
    width:auto !important;
    border: 1px solid #D8D8D8 !important;
    text-align: center !important;
    margin-top: 10px !important;
    border-radius: 10px !important;
    padding: 10px !important;
/*    -moz-box-shadow: inset 0px 0px 9px -4px #888888;
-webkit-box-shadow: inset 0px 0px 9px -4px #888888;
box-shadow: inset 0px 0px 9px -4px #888888;*/
}
#kb-autosubscribe-display-success {
    width:auto !important;
    border: 1px solid #D8D8D8 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-family: Arial !important;
    font-size: 11px !important;
    background-color: rgb(236, 255, 216) !important;
    color: green !important;
    text-align: center !important;
    margin-top: 10px !important;
}
#kb-autosubscribe-display-error {
    width:auto !important;
    border: 1px solid #D8D8D8 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-family: Arial !important;
    font-size: 11px !important;
    background-color: rgb(255, 249, 242) !important;
    color: rgb(211, 0, 0) !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
}

@media (max-width:320px) { 
    /* smartphones, iPhone, portrait 480x320 phones */
    
    #kb-autosubscribe-dlgPopUpForm {
        width:220px !important;
    }
    .kb-autosubscribe-textboxclass-img {
        width: 95% !important;
    }      
    #kb-autosubscribe-dlgPopUpForm-main p {
        height: 48% !important;
        font-weight: initial;
        padding-top: 0px !important;
        font-size: 12px !important;
    }
    .kb-heading {
        font-size: 14px !important;
        font-weight: bolder;
        text-align: center !important;
        padding-top: 10px !important;
    }
    .kb-autosubscribe-textboxclass-noimg {
        height: 20px !important;
    }
    .kb-autosubscribe-btnclass-no-image {
        width: 100% !important;
        margin-left: 0 !important;
    }
    #content .kb-autosubscribe-newsletter_text {
        width: 100% !important;
    }
    #content .kb-float {
        text-align: center;
        width: 100%;
    }
    #content .kb-autosubscribe-submit_button_kb
    {
        margin-top: 0px;
        margin-bottom: 5px; 
    }
    #kb-right-content {
        padding-top: 10px !important;
    }
}
@media (min-width:321px) and (max-width:481px) { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #kb-autosubscribe-dlgPopUpForm {
        width:300px !important;
    }
    .kb-autosubscribe-textboxclass-img {
       width: 95% !important;
    }
    #kb-autosubscribe-dlgPopUpForm-main p {
        height: 48% !important;
        font-weight: initial;
        padding-top: 0px !important;
        font-size: 12px !important;
    }
    .kb-heading {
        font-size: 14px !important;
        font-weight: bolder;
        text-align: center !important;
        padding-top: 10px !important;
    }
    .kb-autosubscribe-textboxclass-noimg {
        height: 20px !important;
    }
    .kb-autosubscribe-btnclass-no-image {
        width: 100% !important;
        margin-left: 0 !important;
    }
    #content .kb-autosubscribe-newsletter_text {
        width: 100% !important;
    }
    #content .kb-float {
        text-align: center;
        width: 100%;
    }
    #content .kb-autosubscribe-submit_button_kb
    {
        margin-top: 0px;
        margin-bottom: 5px; 
    }
    #kb-right-content {
        padding-top: 10px !important;
    }
}
@media  (min-width:481px) and (max-width:641px) { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #kb-autosubscribe-dlgPopUpForm {
        width:300px !important;
    }
    .kb-autosubscribe-textboxclass-img {
        width: 95% !important;
    }
    #kb-autosubscribe-dlgPopUpForm-main p {
        height: 48% !important;
        font-weight: initial;
        padding-top: 0px !important;
        font-size: 12px !important;
    }
    .kb-heading {
        font-size: 17px !important;
        font-weight: bolder;
        text-align: center !important;
        padding-top: 10px !important;
    }
    .kb-autosubscribe-textboxclass-noimg {
        height: 20px !important;
    }
    .kb-autosubscribe-btnclass-no-image {
        width: 100% !important;
        margin-left: 0 !important;
    }
    #content .kb-autosubscribe-newsletter_text {
        width: 100% !important;
    }
    #content .kb-float {
        text-align: center;
        width: 100%;
    }
    #kb-right-content {
        padding-top: 10px !important;
    }
}
@media (min-width:642px) and (max-width:961px) { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #kb-autosubscribe-dlgPopUpForm {
        width:380px !important;
    }
    .kb-autosubscribe-textboxclass-img {
        width: 95% !important;
    }
    .kb-autosubscribe-btnclass-no-image {
        width: 150px !important;
    }
    #content .kb-autosubscribe-newsletter_text {
    width: 100% !important;
    }
    #content .kb-float {
        text-align: center;
        width: 100%;
    }
}
@media (min-width:962px) and (max-width:990px) { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .kb-autosubscribe-textboxclass-img {
        width: 95% !important;
    }
    .kb-autosubscribe-btnclass-no-image {
        width: 150px !important;
    }
    #content .kb-autosubscribe-newsletter_text {
    width: 100% !important;
    }
    #content .kb-float {
        text-align: center;
        width: 100%;
    }
}
@media (min-width:1025px) { 
    /* big landscape tablets, laptops, and desktops */
    .kb-autosubscribe-textboxclass-img {
        width: 95% !important;
    }
    .kb-autosubscribe-btnclass-no-image {
        width: 150px !important;
    }
    #content .kb-float {
        float: right;
    }
}
@media (min-width:1281px) {
    /* hi-res laptops and desktops */
    .kb-autosubscribe-textboxclass-img {
        width: 95% !important;
    }
    .kb-autosubscribe-btnclass-no-image {
        width: 150px !important;
    }
    #column-left .kb-autosubscribe-submit_button_kb{
        width: 90%;
    }
    #content .kb-float {
        float: right;
    }
}