﻿/* Specific Styles to SureConnect */
.popover {min-width:150px;  max-width: 600px !important; }


@media (min-width: 350px) {
    .container {
        width:95%;
    }
}


/* BEGIN css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

/* END css for timepicker */

.amerisure-navigation-menu-wrapper {
    line-height: 2em;
}
.amerisure-navigation-menu-section {
    /*border-bottom: solid 1px #ccc;*/
    /*padding-left: 10px;*/
}
.amerisure-navigation-menu-section a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #242A35;
        padding: 0;
        text-decoration: none;
        margin-bottom: 8px;
}

    .amerisure-navigation-menu-section a:hover {
       /* color: #242A35;*/
        background-color: transparent;
    }

.amerisure-navigation-menu-spacer {
    /*padding-left:10px;*/
}
    .amerisure-navigation-menu-spacer a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
        padding: 0;
        text-decoration: none;
        margin-bottom: 8px;
    }
    .amerisure-navigation-menu-header {
        font-size: 0.9em;
        display: inline-block;
        background-color: #eeeeee;
        color: #000;
        width: 100%;
        padding-left: 10px;
        font-weight: bold;
    }


/*--------overlay for the document Upload Start---------*/
.overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}


#overlayDisplay {
    height: 490px;
    width: 50%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 10;
    display: block;
    background: white no-repeat;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: auto;
}

.overlayInterScreen {
    margin: auto;
    width: 70%;
    top: 50%;
    left: 50%;
    display: block;
}

.overlayInterScreen h3 {
    width: 100%;
margin-left: auto;
margin-right: auto;
    
}

.textbox {
    border: 1px solid #b5bcc7;
    padding-left:4px;
}

/*--------overlay for the document Upload End---------*/