﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
H5 {
	MARGIN: 15px 0px 3px; FONT: bold 17px Arial, Verdana; COLOR: #333; BORDER-BOTTOM: #333 1px dotted; LETTER-SPACING: -1px
}

.coverageHdline {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; VERTICAL-ALIGN: top; COLOR: #000; LETTER-SPACING: -1px; padding-right:20px;text-align:right;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}
/*
input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}
    */
input[type="password"], textarea
{
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    border: 1px solid #CCCCCC;   
    margin: 0px;
    position: relative;
    behavior: url(CSS3PIE); 
    padding:2px;
    font-size:16px;
    z-index:1;
    background-color: #ffffff;
    margin-bottom: 10px;
    min-height: 1.5em;
}
select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}
/*
input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}
    */

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}



div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

#header2 {
 padding-bottom :0px;
	background: #fff url('../Images/k_bg_header.png') repeat-x left -40px;
	/* margin-top:-29px;
	height:65px; */
}

/* SSR09978 Responsive design/ bootstrap extensions jrenz 3/28/2016 */
.navbar-header-container
{
    width:auto;
    min-height:97px;
    background:url('/Content/Images/k_bg_header.png') repeat-x left top;
    background-color: #EDEDED;
}
@media only screen and (min-width: 475px)
{
    .col-notTiny-11 
    {
        width: 90%;
    }
    .col-notTiny-10 
    {
        width: 85%;
    }
    .col-notTiny-9 
    {
        width: 75%;
    }
    .col-notTiny-8 
    {
        width: 67%;
    }
    .col-notTiny-7 
    {
        width: 60%;
    }
    .col-notTiny-6, .col-notTinyText-6, .col-notTinyData-6
    {
        width: 50%;
    }
            
    .col-sm-6 
    {
        padding-right:5px;
    }
    .col-notTiny-5, .col-notTinyText-5
    {
        width: 40%;
    }
    .col-notTiny-4 
    {
        width: 33%;
    }
    .col-notTiny-3 
    {
        width: 25%;
    }
    .col-notTiny-2 
    {
        width: 15%;
    }
    .col-notTiny-1 
    {
        width: 10%;
    }
            
    .col-notTinyText-6, .col-notTinyText-5
    {
        text-align:right;
        padding-left:25px;
        font-weight:bold;
    }
    .col-notTinyData-6 
    {
        text-align:left;
        padding-left:10px;
        background-color: #F8FAF9;
    }
            
    .col-notTiny-1,.col-notTiny-2,.col-notTiny-3,.col-notTiny-4,.col-notTiny-5,.col-notTiny-6,.col-notTiny-7,.col-notTiny-8,.col-notTiny-9,.col-notTiny-10,.col-notTiny-11,.col-notTiny-12,.col-notTinyText-6, .col-notTinyData-6 
    {
        float:left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
            box-sizing:        border-box;
    }
    .navbar-header-container
    {
        padding-left:50px;
    }
}
        
@media only screen and (max-width:767px)
{
    /* override docs.css .footer */
    .footer
    {
        padding-right:15px;
    }
    .col-notXs-6, .col-notXs-4
    {
        text-align:left;
        padding-left:10%;
    }
}
@media only screen and (min-width:768px) 
{
    .col-notXs-6
    {
        width: 50%;
    }        
    .col-notXs-4
    {
        width: 33%;
    }     
    .col-notXs-6, .col-notXs-4
    {
        float:left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
            box-sizing:        border-box;
    }   
}
@media only screen and (max-width:991px) 
{
    .col-notSm-6, .col-notSm-4
    {
        text-align:left;
        padding-left:10%;
    }      
}
@media only screen and (min-width:992px)
{
    .col-notSm-6
    {
        width: 50%;
    }     
    .col-notSm-6, .col-notSm-4
    {
        float:left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
            box-sizing:        border-box;
    }  
    .col-notSm-4
    {
        width:33%;
    }                
}

@media only screen and (max-width:1199px) 
{
    .col-notMd-6, .col-notMd-4
    {
        text-align:left;
        padding-left:10%;
    }        
}
@media only screen and (min-width:1200px)
{
    .col-notMd-6
    {
        width: 50%;
    }     
    .col-notMd-6, .col-notMd-4
    {
        float:left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
            box-sizing:        border-box;
    }
    .col-notMd-4
    {
        width:33%;
    }
}

@media only screen and (max-width:1450px) 
{
    .col-notLg-6
    {
        text-align:left;
        padding-left:10%;
    }        
}
@media only screen and (min-width:1451px)
{
    .col-notLg-6
    {
        width: 50%;
    }     
    .col-notLg-6
    {
        float:left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
            box-sizing:        border-box;
    }          
}

@media only screen and (max-width:474px) , print
{
    .col-notTinyText-6, .col-notTinyData-6 
    {
        text-align:left;
    }
    .col-notTinyText-6 
    {
        font-weight:bold;
    }
    .col-notTinyData-6 
    {
        background-color: #F8FAF9;
    }
    .col-notTiny-1, .col-notTiny-2, .col-notTiny-3, .col-notTiny-4, .col-notTiny-5, .col-notTiny-6, .col-notTiny-7, .col-notTiny-8, .col-notTiny-9, .col-notTiny-10, .col-notTiny-11, .col-notTiny-12, .col-notTinyText-6, .col-notTinyData-6 
    {
        text-align:left;
        padding-left:10%;
    }
    .col-sm-6 
    {
        padding-right:30px;
    }
            
    .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12
    {
        padding-left:2px;padding-right:2px;
    }
}
        
/* override bootstrap-responsive.css 111 */
@media (min-width: 1200px)
{
    .row 
    {
            margin-left: -15px; 
    }
}
/* override bootstrap-css with WCMStylesheet a color.*/
a
{
    color: #c8541a;
}
.nav .active a
{
    color: White;
}
       
.active
{
    background: url('https://www.kemper.com/wps/wcm/connect/5274b707-13a9-4ffe-ac81-e13957ee696�g?MOD=AJPERES&CONVERT_TO=url&CACHEID=5274b707-13a9-4ffe-ac81-e13957ee6964') repeat-y #f6b213; 
    
}
        
.navbar .active a:hover
{
    background: url('https://www.kemper.com/wps/wcm/connect/5274b707-13a9-4ffe-ac81-e13957ee696�g?MOD=AJPERES&CONVERT_TO=url&CACHEID=5274b707-13a9-4ffe-ac81-e13957ee6964') repeat-y #f6b213; 
    
}
.dropdown, .inactive
{
    color:Black;
}
.dropdown a, .inactive a, .active .dropdown-menu li a
{
    color:Black;
}
.dropdown a.dropdown-toggle:hover, .inactive a.no-dropdown-toggle:hover, .active a.dropdown-toggle:hover, .active a.no-dropdown-toggle:hover, .inactive a.dropdown-toggle:hover
{
    background: url('https://www.kemper.com/wps/wcm/connect/5274b707-13a9-4ffe-ac81-e13957ee696�g?MOD=AJPERES&CONVERT_TO=url&CACHEID=5274b707-13a9-4ffe-ac81-e13957ee6964') repeat-y #f6b213; 
    
}
.dropdown a:hover, .inactive a:hover, .navbar .active a:hover
{
            
    color:White;
}
.dropdown-menu li a:hover
{
    background: url('https://www.kemper.com/wps/wcm/connect/5274b707-13a9-4ffe-ac81-e13957ee696�g?MOD=AJPERES&CONVERT_TO=url&CACHEID=5274b707-13a9-4ffe-ac81-e13957ee6964') repeat-y #f6b213; 
    
    color:White;
}
.navbar-nav .open .dropdown-menu
{
    background-color: #EDEDED;
}
.nav .active.open>a
{
    background-color: #EDEDED;
    color:Black;
}
.nav .active.open>a:hover, .nav .active.open>a:focus
{
    background: url('https://www.kemper.com/wps/wcm/connect/5274b707-13a9-4ffe-ac81-e13957ee696�g?MOD=AJPERES&CONVERT_TO=url&CACHEID=5274b707-13a9-4ffe-ac81-e13957ee6964') repeat-y #f6b213; 
    
    color:White;
}
.row 
{
    margin-right:0;
}
/* override docs.css .footer */
.footer
{
    margin-top:0;
}
/* override WCMStyleSheetOverride.css footer */
footer
{
    background:inherit;
}
/* override WCMStyleSheetOverride.css */
#mainNav ul li
{
    padding-right:0;
}
#mainNav ul li a
{
    width: 115px;
    text-align: left;
}

/* add to bootstrap style */
.panel-default-kemper
{
    background-color: #E0E8EE;border: 1px solid #9E9E9E;
    
}
@media only screen and (min-width : 768px)
{
    .panel-default-kemper-x-group-top,  .panel-default-kemper-x-group,  .panel-default-kemper-x-group-bottom
    {
        border-bottom:none;
        border-top:none;
        border-radius:0;
        margin-top:0;
        margin-bottom:0;
    }
    .panel-default-kemper-x
    {
        border-bottom:none;
        border-top:none;
        border-radius:0;
        margin-top:0;
        margin-bottom:0;
    }
    .panel-default-kemper-top-x
    {
        border-bottom:none;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        margin-bottom:0;
        padding-top:10px;
        padding-bottom:5px;
    }
    .panel-default-kemper-bottom-x
    {
        border-top:none;
        border-top-left-radius:0;
        border-top-right-radius:0;
        margin-top:0;
        padding-top:5px;
    }
    .panel-body-kemper-x
    {
        margin-top:0;
        margin-bottom:0;
        padding-top:0px;
        padding-bottom:0px;
    }
}
@media only screen and (max-width:767px)
{
    .panel-default-kemper-x-group-top
    {
        border-bottom:none;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        margin-top:0;
        margin-bottom:0;
    }
    .panel-default-kemper-x-group
    {
        border-bottom:none;
        border-top:none;
        border-radius:0;
        margin-top:0;
        margin-bottom:0;
    }
     .panel-default-kemper-x-group-bottom
    {
        border-top:none;
        border-top-left-radius:0;
        border-top-right-radius:0;
        margin-top:0;
        margin-bottom:0;
    }
}
@media only screen and (min-width: 575px)
{
    .visible-tiny
    {
        display:none;
    }
    .visible-notTiny
    {
        display:block;
    }
}
@media only screen and (max-width:574px)
{
    .visible-tiny
    {
        display:block;
    }
    .visible-notTiny
    {
        display:none;
    }
}