/* -- For Bootstrap grids system debuging - to show grid lines---
div[class*=col-] {border-right: 1px solid #ccc; border-bottom:1px solid #ccc;}
div[class*=col-]:first-child {border-left: 1px solid #ccc; border-top:1px solid #ccc;}

@-ms-overflow-style: scrollbar;

bootstrap size ref: xs: <576px, sm: >=576px, medium: >=768px, large >=992px, xl: >1200px
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

@-ms-viewport {
    height: auto !important;
}

@media (min-width: 300px) {
    #bodyHome {
        background: #0D4872;
    }

        #bodyHome .navbar-collapse {
            min-height: 60px !important;
        }

    #bodyUnAuthenticated .navbar-collapse {
        min-height: 60px !important;
    }

    #bodyHome .navbar-collapse .ul.dropdown-menu li a {
        color: #FFF !important;
    }

    #footerHome {
        color: #999;
        font-size: 10px !important;
    }

        #footerHome a {
            color: #FFF !important;
        }

        #footerHome span a:hover {
            color: #E0EFFC !important;
        }

        #footerHome a:visited {
            color: #FFF !important;
        }

    /*.top-nav
	{
		border: solid 1px yellow;
		position:relative !important;
		top:5px;
		float:right !important;
	}*/
    #topnav_username {
        float: right;
        margin-top: -50px;
        margin-right: 50px;
    }

    .navbar-custom {
        background-color: #FFF !important; /*darkblue(bkup): 1B273D - #CC3333; blue: #286090; Green: #679801*/
        /*background-image:url("..~/Content/images/bg_topnav02b.jpg") !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
        color: #007FCC; /*#7e9013*/
        font-size: 16px;
        font-weight: normal;
        /*height:100px;*/
    }

    /*Container for main content*/
    .container {
        /*border: solid 1px red;*/
        width: 100% !important;
    }

    /*navbar-header consits of logo/username dropdown and "sandwich" menu when it is in mobile-small screen resolution */
    .navbar-header {
        background-color: #FFF;
    }

    /*For mobile-small screen resolution : it's a dropdown canvas when user click on "sandwich" menu*/
    .navbar-collapse {
        background-color: #FFF; /*light blue: 00AEEF*/
        padding-left: 50px !important;
        padding-right: 20px !important;
        min-height: 60px !important; /*Here ....you can change the canvas fly-down height**************************************/
    }


    .container .navbar-collapse ul.nav.navbar-nav li a /***************** Change the top menu style ************************/ {
        /*border:solid 1px yellow;*/
        padding-right: 0px !important;
        color: #FFF !important;
    }

        .container .navbar-collapse ul.nav.navbar-nav li a:visited {
            /*border:solid 1px yellow;*/
            padding-right: 0px !important;
            color: #006699 !important; /*Dropdown Menu background color for the hamburger - in moblle screen*/
        }

    /*Small screen - This style for sandwich dropdown menu when it's in mobile screen (after login)*/
    .container .navbar-collapse .dropdown-head /*For Mid size screen*/ {
        color: #006699 !important;
    }

        .container .navbar-collapse .dropdown-head a {
            color: #FFF !important;
        }

    .container .navbar-collapse ul.nav.navbar-nav .dropdown-head a.menu_justlink /*For Mid size screen*/ {
        font-family: Open Sans,Calibri !Important;
        color: #006699 !important;
        font-size: 16px !important;
        font-weight: bold !important;
        border-bottom: none !important;
        text-decoration: none;
    }

    .container .navbar-collapse ul.dropdown-menu {
        color: #FFF !important;
    }

    .navbar-collapse ul.dropdown-menu a {
        color: #FFF !important;
    }

    .container .navbar-collapse ul.dropdown-menu a:visited {
        color: #FFF !important;
    }
}

@media (min-width: 600px) {
    #bodyHome {
        background: #222222;
    }

        #bodyHome .navbar-collapse {
            background-color: #FFF !important;
        }

        #bodyHome .navbar-collapse {
            min-height: 60px !important;
        }

    #bodyUnAuthenticated .navbar-collapse {
        min-height: 60px !important;
    }

    #footerHome {
        color: #FFF;
        margin-top: 20px;
        font-size: 13px !important;
    }

        #footerHome a {
            color: #FFF !important;
        }

            #footerHome a:visited {
                color: #FFF !important;
            }

    .imgIcon {
        width: 5em;
    }

    .imgIcon-small {
        width: 2.8em;
        /*border-radius:1.4em;*/
    }


    .container .navbar-collapse ul.nav.navbar-nav li a /***************** Big Screen - Change the top menu style (dropdown-head)- same level at the logo************************/ {
        /*border:solid 1px yellow;*/
        padding-right: 0px !important;
        color: #006699 !important;
        /*font-size:16px !important;*/
        font-weight: normal !important;
    }

        .container .navbar-collapse ul.nav.navbar-nav li a:visited {
            /*border:solid 1px yellow;*/
            padding-right: 0px !important;
            color: #006699 !important;
        }
}



@media (min-width: 768px) {
    #bodyHome {
        font-family: Open Sans,Calibri;
        /*background-image:url("..~/Content/images/bg01.png") !important;*/
        background-color: #FFF;
        background-repeat: no-repeat;
        display: block;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-size: 18px;
    }

        /*#bodyHome h1, h2, h3, h4, h5, h6 {
            color: #78e44d !important;
        }*/



    .navbar-custom {
        background-color: #fff !important;
    }

        .navbar-custom .navbar-collapse {
            float: right;
            margin-left: 150px;
            /*border: 1px solid yellow;*/
        }

    #footerHome {
        color: #FFF;
    }

        #footerHome a {
            color: #fff !important;
        }

            #footerHome a:visited {
                color: #fff !important;
            }

    #topnav_username {
        float: right;
        margin-top: 0px;
        margin-right: 0px;
    }

    .navbar-collapse {
        background-color: #00AEEF;
        padding-left: 20px !important;
        padding-right: 20px !important;
        min-height: 40px !important;
    }
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .container {
        width: 90% !important;
    }

    .body-content {
        padding-left: 15px;
        padding-right: 15px;
        /*width:90% !important;*/
    }

    #footerHome {
        color: #fff;
    }

        #footerHome a {
            color: #fff !important;
        }

            #footerHome a:visited {
                color: #fff !important;
            }

            #footerHome a:hover {
                color: #006699 !important;
            }


    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: right;
    }

        .sidebar-nav .navbar ul:not {
            display: block;
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }

    .navbar-header {
        background-color: #fff;
    }

    .navbar-collapse {
        background-color: #fff;
    }

    /*For desktop/big screen size: used for top nav menu*/
    .navbar-custom ul.nav.navbar-nav {
        float: right;
        margin: 10px 0px 0px 0px;
    }

        .navbar-custom ul.nav.navbar-nav li a {
            color: #006699 !important; /*97fc83 - Green: #b5fc59 */
            /*text-shadow: 1px 1px #777;*/
            font-size: 45px !important;
            margin-left: 20px;
        }

            .navbar-custom ul.nav.navbar-nav li a:hover, .navbar-custom a:active {
                color: #006699 !important; /*Orange: #ff6500*/
                /*text-shadow: 1px 1px #fff;*/
            }

            .navbar-custom ul.nav.navbar-nav li a:visited {
                color: #006699 !important;
            }
}

-ms-overflow-style property body {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #777; /*eAdmin: 888*/
    font-family: Open Sans,Calibri;
    font-size: 14px;
    /*font-weight: 100;*/
    line-height: 1.7em; /*1.75em*/
}

label {
    top: -5px;
    /*color: #777;*/
    color: #000;
    font-size: 100% !important;
    font-weight: normal !important;
    line-height: 18px !important;
}

/* Set padding to keep content from hitting the edges */
/*
.container
{
	width:90% !important;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

body {
    color: #444;
    font-family: Open Sans,Calibri;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.7em; 
}
*/
input, select, textarea {
    color: #444;
    font-family: Open Sans,Calibri; /*"Lato", sans-serif;*/
    font-size: 14px;
    font-weight: 100;
    line-height: 1.7em; /*1.75em*/
    border-radius: 0px !important;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-bottom: solid 0px #e4e4e4; /*solid 1px #e4e4e4;*/
    color: #003976; /*inherit;*/
    text-decoration: none;
    font-family: Open Sans,Calibri !Important;
}

    a:hover {
        border-bottom-color: transparent;
        color: #777 !important; /* #006699 #4acaa8*/
        text-decoration: none;
    }


strong, b {
    /*color: #003366;*/
    font-weight: 700;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.color_darkblue {
    color: #003366 !important;
}

.color_lightblue {
    color: #006699 !important;
}

.color_lighterblue {
    color: #1A9FEE !important;
}

.color_lighterblue2 {
    color: #003366 !important; /*#00AEEF*/
}


.color_orange {
    color: #ff6500 !important;
}

.color_white {
    color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #ff6500 !important;  Blue: #0C7CDF #008DCC - #73a7cc - OK: #3475a3; - Red:#FF004E  - Green: #3a763b #266A2E #409a47 #008DCC- Red: #e95252  - Orange-GOOD: #ff6500*/
    font-weight: 700;
    line-height: 1em;
    margin: 0.6em 0 0.3em 0; /* margin: 0 0 0.5625em 0; */
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        border: 0;
        color: inherit;
        text-decoration: none;
        margin-top: 0em;
    }

h1 {
    margin-top: 0em;
}

h2 {
    font-size: 2em !important;
    line-height: 1.5em;
    margin-top: 0em;
}


h3 {
    /*color: #3475a3;  #4c8bb7, #73a7cc;  */
    font-size: 1.75em;
    line-height: 1.5em;
}

    h3 img {
        max-width: 3em;
        max-height: 3em;
        margin-bottom: -3pt; /* offset the extra 2pxs added by MARCOM */
    }

h4 {
    font-size: 1.15em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}


p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
p + div + h1, p + div + h2, p + div + h3, p + div + h4, p + div + h5, p + div + h6 {
    margin-top: 0.7em !important;
}

img {
    border: 0px;
}

footer {
    font-size: 13px;
    position: relative;
    top: -15px;
    color: #003366;
}

    footer a {
        color: #00AEEF !important;
    }

        footer a:visited {
            color: #00AEEF !important;
        }

.list-styled
{
	line-height:22px;display:inline-block;vertical-align:middle;list-style: disc;margin-left:20px;
}


/*#containerEnrollment::before
{
	padding-top:120px;
}*/
#containerEnrollment {
    /*background-color:#006699 !important;*/
    /*background-image:url("..~/Content/images/bg06.jpg") !important;
	background-repeat: no-repeat;
    background-size: 100% 100%;*/
    width: 100% !important;
    display: block;
}

.divEnrollment-content {
    width: 90%;
    margin: auto;
    margin-top: 120px;
}

.DottedUnderline {
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

/************************************OVERRIDE Top Nav bar - Starts here*******************************************/
.navbar-fixed-top {
    border-bottom: 2px solid #006699 !important; /*Blue: 006699 *Green/Good: #679801 purple: #bb18a9*/
}

.navbar-ontop {
    background-color: #003366; /*006699*/
}

.navbar-custom {
    background-color: #FFF; /*darkblue(bkup): 1B273D - #CC3333; blue: #286090; Green: #679801*/
    /*background-image:url("..~/Content/images/bg_topnav02b.jpg") !important;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    color: #006699; /*#7e9013*/
    font-size: 16px;
    font-weight: bold;
    height: 100px;
}
    /*Big screen - Top menu navigation (dropdown-head) links (positioned at the same level at logo)*/

    .navbar-custom ul.nav.navbar-nav li a {
        color: #00AEEF !important; /*orange: #ff6500 / 97fc83 - Green: #b5fc59 */
        /*text-shadow: 1px 1px #777;*/
        font-size: 18px !important;
        border-bottom: 2px dotted #73A7CC;
        text-decoration: none;
        /*border:solid 1px red;*/
        /*height:30px !important;
		padding-bottom: 25px !important;*/
    }

        .navbar-custom ul.nav.navbar-nav li a:hover, .navbar-custom a:active {
            color: #777 !important; /*Orange: #ff6500*/
            /*text-shadow: 1px 1px #fff;*/
        }

        .navbar-custom ul.nav.navbar-nav li a:visited {
            color: #006699 !important;
        }

    .navbar-custom ul.nav.navbar-nav li ul.dropdown-menu /*Big Screen - border style for dropdown-menu's box/area at the same level at the logo*/ {
        margin-top: -3px;
        border: 2px dotted #73A7CC;
        border-radius: 0px !important;
    }

        .navbar-custom ul.nav.navbar-nav li ul.dropdown-menu li a /*Big Screen - this applied for the top nav - dropdown-menu at the same level at the logo*/ {
            color: #006699 !important; /*97fc83 - Green: #b5fc59 */
            font-size: 14px !important;
            border-bottom: none !important;
            padding-right: 25px !important;
        }

            .navbar-custom ul.nav.navbar-nav li ul.dropdown-menu li a:hover {
                color: #555 !important; /*ORANGE: #ff6500 */
                background-color: #FFF !important; /*yellow: bg color fo top menu - desktop screen size*/
            }

/*override bootstrap style*/
.navbar-nav {
    margin: 7.5px -15px;
    /*border:solid 1px red;*/
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        line-height: 20px;
    }

/*.navbar-custom .navbar-collapse
	{
		margin-left:150px;
		border: 1px solid yellow;
	}*/

/*---dropdown username profile*/
.navbar-custom .navbar-ontop ul.nav.top-nav a {
    color: #000; /*orange: ff6500*/
    font-size: 12px !important;
    border: solid 0px red; /**************************************************** TESTING Right Now*********************************/
    height: 15px;
}

.navbar-custom .navbar-ontop ul.nav.top-nav .dropdown-toogle {
    margin-top: -20px !important;
}

.navbar-custom ul.nav.top-nav .dropdown-toggle .caret {
    color: #ff6500;
}

.navbar-custom ul.dropdown-menu li a /*This is applied for the dropdown-menu for the very topbar nav*/ {
    color: #006699 !important; /*97fc83 - Green: #b5fc59 */
    font-size: 12px;
}

    .navbar-custom ul.dropdown-menu li a:hover, .navbar-custom a:active {
        color: #006699 !important; /*Orange: #ff6500*/
    }

    .navbar-custom ul.dropdown-menu li a:visited {
        color: #006699 !important;
    }


.logo {
    background: url("..~/Content/images/logo_encon.gif")no-repeat top left !important;
    /*width:50px;*/
    width: 60px;
    text-indent: -9999px; /*hide the link text*/
}

/*sandwich menu*/
/*
.navbar-toggle
{
	border:solid 1px red !important;
}
.navbar-toggle:hover
{
	border:solid 3px green !important;
	background-color: #FFF;
	color:#000;
}
*/

.navbar-header .navbar-toggle:hover {
    background-color: #FFF;
    border: solid 1px red;
    cursor: pointer;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #FFF;
    border: solid 2px #444;
    width: 32px !important;
}









/************************************OVERRIDE Top Nav bar - Ends here*******************************************/

.btn-custom,
.btn-custom:hover,
.btn-custom:active,
.btn-custom:visited,
.btn-custom:focus {
    background-color: #006699; /*light blue: #1A9FEE;  - Green: #409a47 /*#087EE1*/
    border-color: #444;
    color: #fff;
    border-radius: 0px;
}

.panel-home {
    background-color: #FFF !important;
    /*border: solid 4px #fff;*/ /*green: #679801*/
    border-radius: 0px !important;
    padding: 0px !important;
    min-height: 595px;
    opacity: 0.9;
    filter: Alpha(opacity=90);
}

.panel-group {
    /*background-color:red !important;*/
    border-radius: 0px !important;
}

.panel {
    background-color: #FFF !important;
    /*border: solid 4px #fff;*/ /*green: #679801*/
    border-radius: 0px !important;
    padding: 0px !important;
    /*min-height:575px;*/
    border: 0px !important;
}

.panel-heading {
    padding: 0px !important;
    background-color: #003366;
    border-radius: 0px !important;
    height: 3em;
}

.panel-heading-box2 {
    padding: 0px !important;
    background-color: #00AEEF; /*006699*/
    height: 3em;
    opacity: 1 !important;
    filter: Alpha(opacity=100) !important;
}

.panel-title {
    /*color: #003366 !important;*/ /*light blue: #1A9FEE */
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 42px;
}

.panel-title-box2 {
    color: #006699 !important; /*light blue: #1A9FEE */
    font-size: 36px !important;
    font-weight: bold !important;
    line-height: 42px;
}


.panel-body {
    color: #555 !important;
}

    .panel-body h4 {
        color: #679801;
    }

.panel2 {
    background-color: #e4e4e4 !important;
    /*border: solid 5px #003366 !important;*/ /*green: #679801*/
}

    .panel2 .panel-heading {
        line-height: 18px !important;
        color: #222;
        font-weight: bold;
    }

.panel-main {
    /*background-color: #e4e4e4 !important;*/
    /*border: solid 1px red;*/ /*green: #679801*/
    margin-bottom: 10px;
}

    .panel-main .panel-heading {
        background-color: #00AEEF; /*light blue: #9FC9DD - aqua: #00839B -- Green : #ABB5A6*/
        color: #222;
        font-weight: bold;
        border: solid 1px #00AEEF;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

        .panel-main .panel-heading .glyphicon-minus-sign {
            float: right;
            margin-top: -34px;
            margin-right: 10px;
            font-size: 1.5em;
            color: #003366;
            background-color: #FFF !important;
            border-radius: 10px;
        }

        .panel-main .panel-heading .glyphicon-plus-sign {
            float: right;
            margin-top: -34px;
            margin-right: 10px;
            font-size: 1.5em;
            color: #003366;
            background-color: #FFF !important;
            border-radius: 10px;
        }

        .panel-main .panel-heading h4 {
            color: #FFF !important;
            font-size: 18px;
            margin-left: 15px;
        }

/*Side Bar - Panel*/
.panel-SideBar {
    background-color: #FFF !important;
    /*green: #679801*/
    font-size: 14px;
}

    .panel-SideBar table {
        width: 95%;
        margin: auto;
        font-size: 12px;
    }

        .panel-SideBar table td {
            border-top: none !important;
        }

    .panel-SideBar ul {
        list-style-type: square;
        padding-left: 0px;
        font-size: 1.3em;
    }

.SideBar-Box1 {
    border: solid 5px #003366;
}

/*.SideBar-Box1 table tr td
		{
			font-size:1.1em;
			border-top: none !important;
			line-height:1.2em;
		}*/

.SideBar-Box2 {
    border: 0 !important; /*green: #679801*/
}

.SideBar-Box3 img {
    width: 22em;
    /*border:solid 2px #CECECE;*/
}



/*************************************************************************************/





.TopBanner {
    width: 100%;
    height: auto;
}

.NoSpacing {
    margin: 0px !Important;
    padding: 0px !Important;
}

.box {
    font-style: normal;
    font-weight: normal;
    background-color: #FFF; /*#f4f4f4;*/ /*white*/
    border-radius: 0px;
    border: 0px solid silver; /*dotted darkgray*/
    padding: 0.8em;
    margin: 0.3em 0.3em 1.0em 0.0em;
    overflow: hidden;
    /*border-color:darkred;*/
}

.field_set {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #C0C0C0;
}

.divNextBackBtn {
    margin-top: 5px;
}

.buttonNext {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    /*appearance: none;*/
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #989898;
    border-radius: 5px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.25em;
    line-height: 2.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    float: right;
}

.buttonPrev {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    /*appearance: none;*/
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #989898;
    border-radius: 5px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.25em;
    line-height: 2.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    float: left;
}

table tfoot {
    border-top: solid 4px #e4e4e4;
    font-weight: 700;
    color: darkred; /*blue: #008DCC*/
}

.table-hover tbody tr:hover {
    background-color: #D2E9F7;
    font-weight: 500;
    color: #1E5389;
}

table th {
    font-weight: bold;
}


fieldset {
    /*padding: .35em .625em .75em ;
  margin: 0 2px;
  border: 1px solid red;*/
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #C0C0C0;
}

legend {
    border: 0px;
}

    legend.scheduler-border {
        width: inherit; /* Or auto */
        padding: 0 10px; /* To give a bit of padding on the left and right */
        border-bottom: none;
        font-size: 16px;
        font-weight: bold;
        color: #008DCC;
    }

fieldset table.table {
    /*border-top:solid 1px red;*/
}

.RadioGroup {
    margin-left: 20px;
    text-align: left;
}

.ui-slider-handle {
    background: #54BAE5 !important; /*green color: #3BB731*/
    /*border:solid 3px red !important;*/
}

/*.Enrollment_Label {
    width: 25px;
    margin-left: 44px;
    margin-right: auto;
}*/

.Enrollment_Label {
    font-size: 15px;
    margin-left: 20px;
    text-align: left;
    padding-bottom: 4px;
    padding-top: 10px;
}

.ValidateMsg {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    color: red;
}

.TextAlignRight {
    text-align: right;
}

/*################### form styles starts ######################*/
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    margin-top: 20px;
    padding: 20px 0px 10px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}
/*################### form styles ends ######################*/

/*submit buttons*/
/*
input[type="submit"] {
    margin: 10px;
    padding-right: 30px;
}

#PlanMember_btnDepAdd {
    position: relative;
}

#PlanMember_btnDepAdd:before {
    font-family: FontAwesome;
    content: "\f004";
    font-size: 13px;
    position: absolute;
    left: 20px;
    top: 1px;
    pointer-events: none;
}
*/

.button {
    color: #000;
    display: inline-block;
    font: 2.4em Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size: 100%;
    padding: 14px;
    background: url(overlay.png) repeat-x center #ffcc00;
    /*background-color:rgba(255,204,0,1);*/
    background-color: rgba(255,255,255,0);
    /*border:1px solid #ffcc00;*/
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border-bottom:1px solid #9f9f9f;
  -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
  */
    cursor: pointer;
}

    .button:hover {
        /*background-color:rgba(255,204,0,0.8);*/
        color: darkred;
    }



/*form styles*/
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 10%;
        /*stacking fieldsets above each other*/
        position: absolute;
    }
        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }
    /*inputs*/
    #msform input, #msform textarea {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 13px;
    }
    /*buttons*/
    #msform .action-button {
        width: 100px;
        background: #27AE60;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
        }
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: #333;
            background: white;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #27AE60;
            color: white;
        }

/***************Over ride the menu collapse 
.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	************/


/************ Font: increase & decrease - starts **********/
/*#incfont{
	background-color: orange;
    background-image: -webkit-linear-gradient(top, #FFF, #FFF);
    background-image: -moz-linear-gradient(top,orange,#F9E2B1);
	color:black;
	font-size:15px !important;
	font-weight:bold;
	width:50px;
	border:1px solid #fff;
	}
	#decfont{
	background-color: orange;
    background-image: -webkit-linear-gradient(top, #FFF, #FFF);
    background-image: -moz-linear-gradient(top,orange,#F9E2B1);
	color:black;
	font-size:15px !important;
	font-weight:bold;
	width:50px;
	border:1px solid #fff;
	}

	#fontlinks{
	float:right;
	right:0px;
	position:fixed;
	margin-top:0px;
	text-align:center;
	width:52px;
	z-index:99;
	}*/
.TextSizeChange {
    color: #006699;
    font-size: 20px !important;
    font-weight: bold;
    margin-left: 12px;
}

#fontlinks a:hover {
    color: red !important;
}

.navbar-ontop .btn-group {
    font-size: 12px !important;
}

/************ Font: increase & decrease - ends **********/

/*.icon-bar {
	float:left;
	left:0px;
	position:fixed;
    width: 90px;
    text-align: center;
    background-color: #555;
}

.icon-bar a {
    padding: 16px;
    display: block;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.icon-bar a:hover {
    background-color: #000;
}*/


.Enrollment_SectionHeader {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #003366;
}

.Enrollment_SectionHeader_Underline {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #777;
    border-style: solid;
    border-left: 1px #777;
    border-right: 1px #777;
    border-top: 1px #777;
    padding: 15px;
}

/*********** Collapse and Expand - Making collapse and expand entire panel heading *******/
.panel-heading {
    cursor: pointer;
}

/***************** OVERRIDE Form element*/
.input-group-addon {
    background-color: #003366;
    top: -0px !important;
    position: relative !important;
    border-radius: 0;
    height: 40px !important;
    width: 40px !important;
    display: inline-block;
    float: left;
}

.form-control {
    border: solid 1px #006699 !important;
    height: 40px !important;
}



/* override card styles*/
.contact {
    background-color: #FFF !important;
    border: 3px solid #C9E2EA !important;
}

.card-text {
    padding: 10px !important;
}

.contact_0 {
    /*margin-bottom:10px !important;*/
    border: 3px solid #00AEEF !important;
    background-color: #00AEEF !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

    .contact_0 .header {
        background-color: #00AEEF;
        height: 2.2em;
        padding-top: 5px;
        padding-left: 30px !important;
        color: #FFF;
    }

.contact_1 {
    /*margin-bottom:10px !important;*/
    border: 3px solid #3BB731 !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

    .contact_1 .header {
        background-color: #3BB731;
        height: 2.2em;
        padding-top: 5px;
        padding-left: 30px !important;
        color: #FFF;
    }


.contact_2 {
    border: 3px solid #376985 !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

    .contact_2 .header {
        background-color: #376985;
        height: 2.2em;
        padding-top: 5px;
        padding-left: 30px !important;
        color: #FFF;
    }

.contact_3 {
    border: 3px solid #FF9000 !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

    .contact_3 .header {
        background-color: #FF9000;
        height: 2.2em;
        padding-top: 5px;
        padding-left: 20px !important;
        color: #FFF;
    }


/*Can be move to be combined with the style on top - Styles to make dropdown menu ...fly out as hover*/
.dropdown .dropdown-head {
    margin-left: 5px;
    cursor: pointer;
}
/*.dropdown .dropdown-head a
{

}*/
.dropdown .dropdown-menu {
    margin-left: 5px;
    color: #FFF !important;
}

.menu-block {
    color: #006699;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 600px;
    padding: 5px 0 15px 15px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #FFF; /*#00AEEF*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar > .container > .navbar-collapse > .dropdown > ul.nav.navbar-nav > li > .menu-block a {
    color: #006699 !important;
    position: relative;
    top: 3px;
    border-bottom: 2px dotted #FFF;
    text-decoration: none;
    /*border:solid 1px red;*/
}

    .navbar > .container > .navbar-collapse > .dropdown > ul.nav.navbar-nav > li > .menu-block a:hover {
        color: #777 !important;
        border-bottom: 2px dotted #777;
        /*border:solid 1px red;*/
    }

.menu-block-closed {
    display: none;
    margin-left: -600px !important;
}

.menu-block-opened {
    display: block;
    margin-left: -600px !important;
}

    .menu-block-opened a {
        color: red !important;
    }

.divWelcome {
    background-color: #006699;
    margin-top: 75px;
}

.divWelcome2 {
    background-color: #006699;
    margin-top: 0px;
}

.btn-group:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/************* Style to create sandwich menu*/
.mymenu {
    display: inline-block;
    cursor: pointer;
    margin-top: -15px;
    margin-left: 25px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color: #777;
    margin: 6px 0;
    transition: 0.4s;
}

.bar4 {
    color: #006699;
    font-size: 10px;
}

/* Rotate first bar */
.change .bar1 {
    background-color: darkred;
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    width: 30px;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    background-color: darkred;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    width: 30px;
}

/******* Override Breadcrumb */
.breadcrumb {
    background-color: #FFF !important;
}

table td {
    border-top: 0px !important;
}

/******** Override Bootstrap*/


/*****************Styles for Enrollment step*/
.enrollment_textfield {
    width: 250px;
}

.enrollment_error_messages {
    color: red;
    padding-left: 10px;
    margin-top: 90px;
    margin-left: 16px;
    border: solid 1px red;
    padding: 12px;
    width: 95%;
}

.enrollment_info_messages {
    /*color: blue;*/
    color: #003366;
    padding-left: 10px;
    /*margin-top: 90px;*/
    margin-left: 16px;
    border: solid 1px blue;
    padding: 12px;
    width: 95%;
}

.enrollment_textValidate {
    color: red;
}

.enrollment_LabelDisplay {
    position: relative;
    top: 2px;
    color: #000000;
    /*background-color: #EDEFF0;*/ /*#e4e3e3*/
    padding: 0px;
    /*border: solid 1px #CECECE;*/
}

.control-label1 {
    text-align: right;
    margin-top: 11px;
}

.control-label2 {
    text-align: right;
    margin-top: 0px;
}

.enrollment_Section {
    /*background-color:#f9f9f9;*/ /*#F5F5F5 - #EDEFF0 - very light blue: #F8F8FF - 1st. light grey: #f9f9f9*/
    border-top: solid 5px #006699; /*dark blue: 006633 - light blue: 006699 00AEEF - CECECE*/
    border-left: solid 1px #CECECE;
    border-right: solid 1px #CECECE;
    border-bottom: solid 1px #CECECE;
    margin: 2px;
    margin-top: 50px;
    padding: 15px 0px 15px 10px; /*Top,Right,Bottom,Left*/
    padding-left: 10px;
    z-index: 1 !important;
}

.requiredfield {
    position: relative;
    float: right;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 50px;
    font-style: italic;
    font-size: 12px;
    text-decoration-color:red;
}

.labelbox {
    border: solid 1px #777;
    margin: 15px;
    padding: 7px;
    line-height: 20px;
    display: block;
}

input.invalid, textarea.invalid select.invalid {
    border: 2px solid red !important;
}

input.valid, textarea.valid select.valid {
    border: 2px solid green;
}

.invalid {
    border: 2px solid red !important;
}

.valid {
    border: 2px solid green;
}

.error {
    display: none;
    margin-left: 0px;
    white-space: nowrap;
}

.error_show {
    color: red;
    margin-left: 0px;
    white-space: nowrap;
    font-size: 12px;
}

sup {
    top: 1px;
    color: red;
    font-size: 11px;
}


/*****************Styles for landing page */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.benefitbox {
    border: solid 6px #006699;
    width: 325px;
    height: 400px;
    margin: auto;
    display: inline-block;
}

#HealthPlanDiv {
    width: 325px;
    height: 400px;
    margin: auto;
    display: inline-block;
    background-color: #3BB731;
    color:white;
}

#ConvalescentPlanDiv {
    width: 325px;
    height: 400px;
    margin: auto;
    display: inline-block;
    background-color: #8258B5;
    color: white;
}

#GuaranteedIssueLifePlanDiv {
    width: 325px;
    height: 400px;
    margin: auto;
    display: inline-block;
    background-color: #376985;
    color: white;
}

.landingbox {
    /*border: solid 6px #006699;*/
    max-height: 250px;
    max-width: 200px;
    min-height: 250px;
    min-width: 250px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #003366;
    /*background-image:url("..~/Content/images/bg01.png");
	opacity: 0.85;
    filter: Alpha(opacity=85);*/
    margin-right: 25px;
}

    .landingbox a {
        color: #fff !important;
    }

    .landingbox:hover {
        /*border: 6px solid #00AEEF;*/ /*dotted darkgray -- red: #ff004e*/
        background-color: #006699; /*#EDEFF0;*/
        color: #00AEEF;
        box-shadow: 10px 10px 8px #CCC;
        /*background-image:url("..~/Content/images/bg01.png");
	opacity: 1.0;
	filter: Alpha(opacity=100);*/
    }

.landingbox_active {
    border: solid 6px #ff6500;
    max-height: 250px;
    max-width: 200px;
    min-height: 250px;
    min-width: 250px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .landingbox_active:hover {
        /*border: 2px solid #ff6500;*/ /*dotted darkgray -- red: #ff004e*/
        box-shadow: 10px 10px 8px #CCC;
    }

#Landing_Quote {
    /*border: solid 6px #006699;*/
    max-height: 250px;
    max-width: 200px;
    min-height: 250px;
    min-width: 250px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #003366;
    /*background-image:url("..~/Content/images/bg01.png");
	opacity: 0.85;
    filter: Alpha(opacity=85);*/
}

    #Landing_Quote a {
        color: #fff !important;
    }

    #Landing_Quote:hover {
        /*border: 6px solid #00AEEF;*/ /*dotted darkgray -- red: #ff004e
    background-color: #006699;
    color: #00AEEF;*/
        box-shadow: 10px 10px 8px #CCC;
        /*background-image:url("..~/Content/images/bg01.png");
	opacity: 1.0;
	filter: Alpha(opacity=100);*/
    }

#Landing_Enrollment {
    /*border: solid 6px #006699;*/
    max-height: 250px;
    max-width: 200px;
    min-height: 250px;
    min-width: 250px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #006699;
    /*background-image:url("..~/Content/images/bg01.png");
	opacity: 0.85;
    filter: Alpha(opacity=85);*/
}

    #Landing_Enrollment a {
        color: #fff !important;
    }

    #Landing_Enrollment:hover {
        /*border: 6px solid #00AEEF;*/ /*dotted darkgray -- red: #ff004e
    background-color: #006699;
    color: #00AEEF;*/
        box-shadow: 10px 10px 8px #CCC;
        /*background-image:url("..~/Content/images/bg01.png");
	opacity: 1.0;
	filter: Alpha(opacity=100);*/
    }


/******************Syles for override modal window**********************/


/* Important part */
.modal-dialog {
    overflow-y: initial !important;
}

.modal-header
{
	color: #FFF !important;
	font-weight: bold !important;
	font-size: 20px !important;
	background-color: #003366 !important;

}
.modal-body {
    height: 250px;
    overflow-y: auto;
}

.modal-content {
    border-radius: 0px !important;
}


/********************** Checkbox and Radio Style**************************/
/*
@keyframes click-wave {
  0% {
    height: 40px;   
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}


.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;  
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 40px; 
  width: 40px;
  position: absolute;
  content: '\f00c';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}


body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;

}
*/


#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 9999;
    font-size: 60px;
    text-align: center;
    padding-top: 200px;
    color: #fff;
}
