body {
    padding-top: 20px;
    padding-bottom: 20px;
}

body, html {
            height: 100%;
        }

textarea {
    resize: none;
}

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0px;
}

.show-col {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ebf5ff;
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.center-col {
    text-align: center;
    margin-left: 1.5% !important;
    margin-right: 1.5% !important;
}

.center {
    text-align: center;
}

.checkbox label {
    padding-left: 5px;
    font-family: Verdana !important;
    color: #004080;
}
.radio label {
    padding-left: 5px;
    font-family: Verdana !important;
    color: #004080;
}
.checkbox-text {
}

.checkbox-grid td:first-child {
    vertical-align: top;
    padding-right: 20px;
}
/************************************************************************************************************/
/*                                                                                                          */
/*                                            Text Format Styles                                            */
/*                                                                                                          */
/************************************************************************************************************/
.required::after {
    content: ' ';
    color: #f00;
    font-size: 18px;
}
.nav-title {
    background-color: #ffffff;
    color: #15397F;
    font-size: 36px !important;
    letter-spacing:2%;
    font-family:Montserrat;
    font-weight:bold;
}


.text-bold {
    font-size: 18px !important;
}

.text-navy-underline {
    color: #15397F !important;
    text-decoration: underline;
}

.text-navy {
    color: #15397F !important;
}

.text-darkblue {
    color: darkblue !important;
}

.text-danger {
    color: #8C3836;
}
.indent {
    margin-left: 5%;
}

.site-map a {
    color: #4060A0;
}

.bottom-button {
    position: absolute;
    bottom: 30px;
}

.bold {
    font-weight: bold !important;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                    Fixed-Height Column Styles                                            */
/*                                                                                                          */
/************************************************************************************************************/
.tile-single {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-top: 5%;
    height: auto;
}

.tile-lg {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-top: 5%;
    height: 270px;
}

.tile-sm {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-top: 5%;
    height: 110px;
}

.width-half {
    width: 50%;
}

/************************************************************************************************************/
/*                                                                                                          */
/*                                           Header Text Styles                                             */
/*                                                                                                          */
/************************************************************************************************************/
.header-navy {
    color: #4060A0 !important;
    margin-left: 2%;
}

.header-white {
    color: #FFFFFF !important;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 3%;
}

.header-navy {
    color: #4060A0 !important;
    text-align: center !important;
    padding-top: 1%;
    padding-bottom: 1%;
}

.text-medium {
    font-size: 18px;
    font-family: "Open Sans", "Calibri", Arial, sans-serif;
}

/************************************************************************************************************/
/*                                                                                                          */
/*                                              Margin Styles                                               */
/*                                                                                                          */
/************************************************************************************************************/
.neg-left-2 {
    margin-left: -2%;
}

.margin-left-2 {
    margin-left: 2%;
}

.margin-top-2 {
    margin-top: 2%;
}

.margin-bottom-2 {
    margin-bottom: 2%;
}

.margin-right-2 {
    margin-right: 2%;
}

.margin-left-2 {
    margin-left: 3%;
}

.margin-top-3 {
    margin-top: 3%;
}

.margin-bottom-3 {
    margin-bottom: 3%;
}

.margin-right-3 {
    margin-right: 3%;
}
.margin-left-4 {
    margin-left: 4%;
}
.margin-left-5 {
    margin-left: 5%;
}

.margin-top-5 {
    margin-top: 5%;
}

.margin-bottom-5 {
    margin-bottom: 5%;
}

.margin-right-5 {
    margin-right: 5%;
}

.margin-right-6 {
    margin-right: 6%;
}

.margin-left-10 {
    margin-left: 10%;
}

.margin-right-10 {
    margin-right: 10%;
}

.margin-top-10 {
    margin-top: 10%;
}

.margin-bottom-10 {
    margin-bottom: 10%;
}

.margin-left-20 {
    margin-left: 20%;
}

.margin-right-20 {
    margin-right: 20%;
}

.margin-right-250 {
    margin-right: 250%;
}

.margin-top-20 {
    margin-top: 20%;
}

.margin-bottom-20 {
    margin-bottom: 20%;
}

.margin-left-2 {
    margin-left: 2%;
}

.margin-left-1 {
    margin-left: 1%;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                              Padding Styles                                               */
/*                                                                                                          */
/************************************************************************************************************/
.padding-left-0 {
    padding-left: 0px;
}

.padding-left-5 {
    padding-left: 5%;
}

.padding-top-5 {
    padding-top: 5%;
}

.padding-bottom-5 {
    padding-bottom: 5%;
}

.padding-right-5 {
    padding-right: 5%;
}

.padding-left-3 {
    padding-left: 3%;
}

.padding-top-3 {
    padding-top: 3%;
}

.padding-bottom-10p {
    padding-bottom: 10px;
}

.padding-bottom-3 {
    padding-bottom: 3%;
}

.padding-right-3 {
    padding-right: 3%;
}

.padding-left-10 {
    padding-left: 10%;
}

.padding-top-10 {
    padding-top: 10%;
}

.padding-bottom-10 {
    padding-bottom: 10%;
}

.padding-right-10 {
    padding-right: 10%;
}

.padding-left-20 {
    padding-left: 20%;
}

.padding-top-20 {
    padding-top: 20%;
}

.padding-bottom-20 {
    padding-bottom: 20%;
}

.padding-right-20 {
    padding-right: 20%;
}
/************************************************************************************************************/
/*                                                                                                          */
/*                                         Container Element Styles                                         */
/*                                                                                                          */
/************************************************************************************************************/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.table-container {
    border: 1px solid #516f8c;
    background-color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 3%;
}

    .table-container th {
        border-top: 2px solid #ddd !important;
    }

.clear-container-toplevel {
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 2%;
    background-color: #FFFFFF;
    border: 1px solid #346aad;
}

.form-container-lg-left {
    background-color:#e5e5e5;
    border: 1px solid #516f8c;
    margin-left: 2%;
    margin-right: 20%;
    margin-bottom: 2%;
    padding: 2%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
}

.form-container-lg {
    background-color: #f8f8f8;
    border: 1px solid #516f8c;
    padding: 2%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.form-container-a {
    background-color: #DDE9EE;
    border: 1px solid #516f8c;
    margin-left: 20%;
    margin-right: 20%;
    padding: 2%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
}


.form-container-b {
    text-align: left;
    border: 1px solid #516f8c;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 2%;
    padding-right: 5%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFFFFF;
    height: 160px !important;
    margin-bottom: 2%;
}

.form-container-c {
    text-align: left;
    font-size: 18px;
}

.section {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #ebf5ff;
}
.section-sm {
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #ebf5ff;
}
.section-heading {
    background-color: #FFFFFF;
       margin-left: 2%;
    margin-right: 20%;
    margin-bottom: 2%;
    padding: 2%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #333;
    font-weight: 700;
   text-align:left; 
       
}
.group-controls {
    margin-bottom: 30px;     /* was 5px*/
}

.dashboard-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #000000;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    clear: both;
}

.dashboard-container-header {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #003B7F;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    color: #ffffff;
}

.dashboard-container-body {
    background-color: #E0E8EF;
    margin-bottom: -500em;
    padding-bottom: 500em;
}

.overflow-hidden {
    overflow: hidden;
}

.dashboard-grid {
    border: solid 1px #E0E8EF;
    margin-bottom: 0 !important;
}

    .dashboard-grid th {
        background-color: #dcdcdc;
    }

    .dashboard-grid tr.grid-row {
        background-color: #fff;
    }

    .dashboard-grid tr.grid-row-alt {
        background-color: #E6EDF2;
    }

    .dashboard-grid tr.grid-row-empty {
        background-color: #E0E8EF;
    }

    .dashboard-grid tr.grid-row-pager {
        background-color: #ffffff;
    }
/************************************************************************************************************/
/*                                                                                                          */
/*                                  Background Container Styles                                             */
/*                                                                                                          */
/************************************************************************************************************/
.bg-yellow {
    background-color: #fcf8e3;
    padding: 15px;
    border: 1px solid #FCD40C;
}

.bg-yellow-UCC {
    background-color: #fcf8e3;
    padding: 15px;
}

.bg-green {
    background-color: #dff0d8;
    padding: 15px;
    border: 1px solid #54EA19;
}

.bg-red {
    background-color: #f2dede;
    padding: 15px;
    border: 1px solid #F54141;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bg-blue-big-center {
    color: #fff;
    background-color: #428bca;
    border: 2px solid #295983;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
}

.bg-green-big-center {
    color: #000;
    background-color: #DBFFCD;
    border: 2px solid #7DF94C;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
}

/* Base styles (regardless of theme) */

.bg-callout-green {
    background-color: #dff0d8;  /*#E3F7D9;*/ 
    border-left: 3px solid #54a355;
    margin: 20px 0;
    padding: 20px;
}

.bg-callout-lightbrown {
    background-color: #ffcc99 !important;
    border-left: 4px solid #8B4513 !important;
    margin: 20px 0;
    padding: 20px;
}

.bg-callout-blue {
    background-color: #E0F2FB;
    border-left: 3px solid #46b8da;
    margin: 20px 0;
    padding: 20px;
}

.bg-callout-red {
    background-color: #F2B6B8;
    border-left: 3px solid #89171a;
    margin: 20px 0;
    padding: 20px;
}

.bg-callout-orange {
    background-color: #fefbed;
    border-left: 3px solid #f0ad4e;
    margin: 20px 0;
    padding: 20px;
}

.bg-border-mandatory {
    border-left: 3px solid #f62c25 !important;
}

.hr-dark-gray {
    border-top: 1px solid #A4A4A4;
    background: none;
}

.hr-blue {
    border-top: 1px solid #46b8da;
    background: none;
}

.bg-callout-blue .section {
    background-color: #E0F2FB !important;
    border-left: 3px solid #46b8da !important;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    margin-bottom: 1%;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                      Positioning Styles                                                  */
/*                                                                                                          */
/************************************************************************************************************/
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.right-align-absolute {
    text-align: right;
    position: absolute;
    right: 0px;
}

.left-align-absolute {
    text-align: left;
    position: absolute;
    right: 0px;
}

.relative {
    position: relative;
}

.right-align {
    text-align: right;
    right: 0px;
    margin-right: 0px;
}

.left-align {
    text-align: left;
    left: 0px;
}

.center-align {
    text-align: center;
    left: 0px;
    right: 0px;
}
/************************************************************************************************************/
/*                                                                                                          */
/*                                  Overridden Bootstrap Styles                                             */
/*                                                                                                          */
/************************************************************************************************************/


.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #eee;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: none !important; /*Conflict with DateTime Picker*/
    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);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #FFFFFF;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #FFFFFF;
            text-decoration: none;
            background-color: #10477d;
        }

.navbar-topdefault{
    background-color :#ffffff;
} 

.navbar-topdefaultheading{
    background-color :#F1F8FE;
    color:blue;
}

.navbar-default {
    background: #15397F;    /* #346aad */
    /*background: -moz-linear-gradient(top, #346aad 0, #174e92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346aad ), color-stop(100%, #174e92 ));
	background: -webkit-linear-gradient(top, #346aad 0, #174e92 100%);
	background: -o-linear-gradient(top, #346aad 0, #174e92 100%);
	background: -ms-linear-gradient(top, #346aad 0, #174e92 100%);
	background: linear, to bottom, #346aad 0, #174e92 100%;*/
    border-color: #e7e7e7;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    text-transform: uppercase;
}

    .navbar-default .navbar-brand {
        color: #FFFFFF;
        background-color: transparent;
    }
    .navbar-default .navbar-brand-fixed {
        background-color: #e7e7e7;
        color: white;
         font-size: 1em !important;
        line-height: 25px;

    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #FFFFFF;
            background-color: #174278;

        }

    .navbar-default .navbar-text {
        color: white;
        font-size: 11px;
        line-height: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #FFFFFF;
            opacity: .9;
            background-color: #174278;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
      border-color: #ddd;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: #ddd;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #FFFFFF;
        background-color: #731316;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #0072BC !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    /*.navbar{
        position:fixed;
        top:0;
        width: 100%;
    }*/
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #0072BC;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #0072BC;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #ebf5ff;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

input[type="radio"] {
    margin-left: 4%;
}

label {
    font-weight: normal !important;
}

/************************************************************************************************************/
/*                                                                                                          */
/*                                            Button Styles                                                 */
/*                                                                                                          */
/************************************************************************************************************/
.nav-li-a-hover {
    color: #89171a !important;
    cursor: default;
    background-color: #65747c !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/***
 * btn-royalblue-flat
***/
.btn-navy-semiflat {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #123d54;
    padding: 10px 20px;
    background: -moz-linear-gradient( top, #afd9fa 0%, #588fad);
    background: -webkit-gradient( linear, left top, left bottom, from(#afd9fa), to(#588fad));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #003366;
}

/***
 * btn-royalblue-flat
***/
.btn-royalblue-flat {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient( top, #002447 0%, #10477d 50%, #002447);
    background: -webkit-gradient( linear, left top, left bottom, from(#002447), color-stop(0.50, #10477d), to(#002447));
    background-color: #002447;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 3px solid #265d93;
}

/***
 * btn-red
***/

.btn-red {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F4", endColorstr="#D0D0D0");
    background: -moz-linear-gradient( top, #e02040 0%, #ab2037 50%, #e02040);
    background: -ms-linear-gradient(top, #e02040 0%, #ab2037 50%, #e02040);
    background: -webkit-gradient( linear, left top, left bottom, from(#e02040), color-stop(0.50, #ab2037), to(#e02040));
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 3px solid #751424;
}


/***
 * btn-kilo
***/
.btn-kilo {
    background-color: hsl(0, 0%, 79%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9));
    background-image: -moz-linear-gradient(top, #134134134, #c9c9c9);
    background-image: -ms-linear-gradient(top, #134134134, #c9c9c9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9));
    background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9);
    background-image: -o-linear-gradient(top, #134134134, #c9c9c9);
    background-image: linear-gradient(#134134134, #c9c9c9);
    border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
    -webkit-font-smoothing: antialiased;
}

/***
 * btn-gray
***/

.btn-gray {
    color: #333333;
    background-color: #C9C9C9;
    border-color: #000E1C;
    font-weight: bold !important;
}

    .btn-gray:hover,
    .btn-gray:focus,
    .btn-gray:active,
    .btn-gray.active,
    .open .dropdown-toggle.btn-gray {
        color: #FFFFFF !important;
        background-color: #89171a;
        border-color: #000E1C;
    }

    .btn-gray:active,
    .btn-gray.active,
    .open .dropdown-toggle.btn-gray {
        background-image: none;
    }

    .btn-gray.disabled,
    .btn-gray[disabled],
    fieldset[disabled] .btn-gray,
    .btn-gray.disabled:hover,
    .btn-gray[disabled]:hover,
    fieldset[disabled] .btn-gray:hover,
    .btn-gray.disabled:focus,
    .btn-gray[disabled]:focus,
    fieldset[disabled] .btn-gray:focus,
    .btn-gray.disabled:active,
    .btn-gray[disabled]:active,
    fieldset[disabled] .btn-gray:active,
    .btn-gray.disabled.active,
    .btn-gray[disabled].active,
    fieldset[disabled] .btn-gray.active {
        background-color: #C9C9C9;
        border-color: #000E1C;
    }

    .btn-gray .badge {
        color: #C9C9C9;
        background-color: #333333;
    }

.btn-sample {
    color: #ffffff;
    background-color: #611BBD;
    border-color: #130269;
}

    .btn-sample:hover,
    .btn-sample:focus,
    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        color: #ffffff;
        background-color: #49247A;
        border-color: #130269;
    }

    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        background-image: none;
    }

    .btn-sample.disabled,
    .btn-sample[disabled],
    fieldset[disabled] .btn-sample,
    .btn-sample.disabled:hover,
    .btn-sample[disabled]:hover,
    fieldset[disabled] .btn-sample:hover,
    .btn-sample.disabled:focus,
    .btn-sample[disabled]:focus,
    fieldset[disabled] .btn-sample:focus,
    .btn-sample.disabled:active,
    .btn-sample[disabled]:active,
    fieldset[disabled] .btn-sample:active,
    .btn-sample.disabled.active,
    .btn-sample[disabled].active,
    fieldset[disabled] .btn-sample.active {
        background-color: #611BBD;
        border-color: #130269;
    }

    .btn-sample .badge {
        color: #611BBD;
        background-color: #ffffff;
    }

.btn-navy {
    color: #ffffff;
    background-color: #4060A0;
    border-color: #004080;
}

    .btn-navy:hover,
    .btn-navy:focus,
    .btn-navy:active,
    .btn-navy.active,
    .open .dropdown-toggle.btn-navy {
        color: #FFFFFF !important;
        background-color: #89171a;
        border-color: #000E1C;
    }

    .btn-navy:active,
    .btn-navy.active,
    .open .dropdown-toggle.btn-navy {
        background-image: none;
    }

    .btn-navy.disabled,
    .btn-navy[disabled],
    fieldset[disabled] .btn-navy,
    .btn-navy.disabled:hover,
    .btn-navy[disabled]:hover,
    fieldset[disabled] .btn-navy:hover,
    .btn-navy.disabled:focus,
    .btn-navy[disabled]:focus,
    fieldset[disabled] .btn-navy:focus,
    .btn-navy.disabled:active,
    .btn-navy[disabled]:active,
    fieldset[disabled] .btn-navy:active,
    .btn-navy.disabled.active,
    .btn-navy[disabled].active,
    fieldset[disabled] .btn-navy.active {
        background-color: #4060A0;
        border-color: #004080;
    }

    .btn-navy .badge {
        color: #4060A0;
        background-color: #ffffff;
    }


/************************************************************************************************************/
/*                                                                                                          */
/*                                            Justified Nav Styles                                          */
/*                                                                                                          */
/************************************************************************************************************/
body {
    padding-top: 5px;
}

.footer {  
        position: relative;
    top: 90%;   
    width: 100%;
    height: 10px;
    border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .nav-justified > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        font-weight: bold;
        color: #777;
        text-align: center;
        background-color: #e5e5e5; /* Old browsers */
        background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
        background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
        background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        background-repeat: repeat-x; /* Repeat the gradient */
        border-bottom: 1px solid #d5d5d5;
    }

    .nav-justified > .active > a,
    .nav-justified > .active > a:hover,
    .nav-justified > .active > a:focus {
        background-color: #ddd;
        background-image: none;
        box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
    }

    .nav-justified > li:first-child > a {
        border-radius: 5px 5px 0 0;
    }

    .nav-justified > li:last-child > a {
        border-bottom: 0;
        border-radius: 0 0 5px 5px;
    }
    .nav-dropdown {
        float: left !important;
    }

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
        min-height:inherit;
    }

    .nav-justified > li > a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }

    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }

    .nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }

    .nav-dropdown {
        float: right !important;
    }

   
    
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }     
}

.bg-callout-brown {
    background-color: #FAE8AE;
    border-left: 3px solid #BAA253;
    margin: 20px 0;
    padding: 20px;
}

.clear-container {
    margin-bottom: 2%;
}

.hidden-error {
    display: none;
}

.margin-bot-2 {
    margin-bottom: 2%;
}

.italic {
    font-style: italic;
}

.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.clear-container-10 {
    margin-left: 3%;
    margin-right: 10%;
    margin-bottom: 2%;
}

input::-moz-placeholder {
    font-style: italic;
    text-transform: capitalize;
    text-align: center;
}

span.radio {
    padding: 0px;
}

    span.radio > input[type="radio"] {
        margin: 8px -5px 7px 0px;
    }

    span.radio > label {
        float: left;
        margin-right: 5px;
        padding: 0px 5px 0px 10px;
    }

.rounded {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*Design for Side bar*/
 /* remove outer padding */

 .sidebar {
            height: auto;
}

.menuitem {    
    white-space:pre-wrap;
}

.main .row {
    padding: 0px;
    margin: 0px;
}

.sidebar:not(.show-scrollbar) {
            overflow-y:hidden;
}
nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
    color: #ffffff;
}

/*Remove rounded coners*/

nav.sidebar.navbar {
    border-radius: 0px;
}

nav.sidebar, .main {
    -webkit-transition: margin 250ms ease-out;
    -moz-transition: margin 250ms ease-out;
    -o-transition: margin 250ms ease-out;
    transition: margin 250ms ease-out;
}

/* Add gap to nav and right windows.*/
.main {
    padding: 10px 10px 0 10px;
}

/* .....NavBar: Icon only with coloring/layout.....*/
.pager .previous > a > span, .next > a > span {
        display: none;
    }

@media (max-width: 767px){
         .previous, .next {
            min-width:45px;
            min-height:45px;
            line-height: 2;
    }
}


/*small/medium side display*/
@media (min-width: 768px) {

    /*Allow main to be next to Nav*/
    .main {
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        margin-left: 40px;
        float:none;
    }
    
    /*lets nav bar to be showed on mouseover*/
    nav.sidebar:hover + .main {
        margin-left: 250px;
    }

    /*Center Brand*/
    nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
        min-height:50px;
        vertical-align:middle;
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    /*Center Icons*/
    nav.sidebar a {
        padding-right: 13px;
    }

    /*adds border top to first nav box */
    nav.sidebar .navbar-nav > li:first-child {
        border-top: 1px #808080 solid;
    }

    /*adds border to bottom nav boxes*/
    nav.sidebar .navbar-nav > li {
        border-bottom: 1px #808080 solid;
    }

    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #d7d7d7;
    }

    /*gives sidebar width/height*/
    nav.sidebar {
        width: 250px;
        height: 100%;
        margin-left: -200px;
        float: left;
        z-index: 8000;
        margin-bottom: 0px;
    }

        /*give sidebar 100% width;*/
        nav.sidebar li {
            width: 100%;
        }

        /* Move nav to full on mouse over*/
        nav.sidebar:hover {
            margin-left: 0px;
        }
    /*for hiden things when navbar hidden*/
    .forAnimate {
        opacity: 0;
    }
    
    .pager .previous>a>span, .next>a>span {
        display:inline;
    }
}

/* .....NavBar: Fully showing nav bar..... */

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffd800;
    background-color: transparent;
}

nav:hover .forAnimate{
    opacity: 1;
}
section{
    padding-left: 15px;
}
/* End Design for Side bar*/

.navbar-sure {
  background-color: #F1F8FE;    /* #295FA3 */
  /*background: #05375b;*/ /* For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(#05375b, #1366a3);*/ /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(#05375b, #1366a3);*/ /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(#05375b, #1366a3);*/ /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(#05375b, #1366a3);*/ /* Standard syntax (must be last) */
  border-color: #e7e7e7;
}
.navbar-sure .navbar-brand {
  color: #777;
}
.navbar-sure .navbar-brand:hover,
.navbar-sure .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-sure .navbar-text {
  color: #ffffff;
}
.navbar-sure .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-sure .navbar-nav > li > a:hover,
.navbar-sure .navbar-nav > li > a:focus {
  color: #888;
  background-color: transparent;
}
.navbar-sure .navbar-nav > .active > a,
.navbar-sure .navbar-nav > .active > a:hover,
.navbar-sure .navbar-nav > .active > a:focus {
  color: #05375b;
 background-color: aqua;
  background: aqua; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(aqua, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(aqua, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(aqua, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(aqua, white); /* Standard syntax (must be last) */
  border-color: #e7e7e7;
}

.arrow_box {
	position: relative;
	/*background: #337ab7;*/
}
.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	/*content: " ";*/
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(93, 156, 236, 0);
	border-left-color: #337ab7;
	border-width: 10px;
	margin-top: -10px;
    
}

.navbar-sure .navbar-nav > .disabled > a,
.navbar-sure .navbar-nav > .disabled > a:hover,
.navbar-sure .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-sure .navbar-toggle {
  border-color: #ddd;
}
.navbar-sure .navbar-toggle:hover,
.navbar-sure .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-sure .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-sure .navbar-collapse,
.navbar-sure .navbar-form {
  border-color: #e7e7e7;
}
.navbar-sure .navbar-nav > .open > a,
.navbar-sure .navbar-nav > .open > a:hover,
.navbar-sure .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.arrow, 
.headingForTab {
    display:none;
}

@media (max-width: 767px) {
  .navbar-sure .navbar-nav .open .dropdown-menu > li > a {
    color: aqua;
  }
  .navbar-sure .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-sure .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-sure .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-sure .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-sure .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #0026ff;
  }
  .navbar-sure .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-sure .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-sure .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  /*******To move wizard link on top****/
    #olMenu {
        display: inline-block;
        width: calc(100% - 55px);
        max-width:100%;
        height:55px;
        margin-left: 25px;
        margin-right: 25px;
        white-space:nowrap;
        overflow-x:hidden;
        overflow-y:hidden;
        transition:1.0s;
        background: none;
	    box-sizing: border-box;
	    -webkit-overflow-scrolling: touch;
        overflow-wrap:break-word;
    }

    .scroll-right {
        
    }
    .mb0 {
        display:none;
    }
    .mb1 {
        line-height: 1.2em;
        white-space: nowrap;
        text-overflow: ellipsis; 
        text-align:center; 
        visibility:visible;
        margin-top: 3px;
        height:15px;
    }

    .form-wizard>ol>li h4{
        display:none;
    }
    
    .arrow {
      display:block;
      width:35px;
      height:60px;
      line-height:65px;
      text-align:center;
      background-color:#02ed31;
      color:aliceblue;
      font-weight:bold;
      cursor:pointer;
      position:absolute;
      opacity:0.9;
      visibility: visible
    }
    .arrow:first-of-type {
      left:0;
      margin: -5px 2px;
    }
    .arrow:nth-of-type(2) {
      right:0; 
      margin: -5px 2px;
    } 

    .arrow_box:after {
        left: 29%;
        top: 110%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(93, 156, 236, 0);
        border-top-color: #337ab7;
        border-width: 10px;
        margin-top: -10px;
    }

     #solMenu {
        display: flex;
        flex-flow: row;
        float:left;
        align-items: flex-start ;
        width: 247px; 
        height: 85px; 
        margin: 11px 5px 5px 45px;
        white-space:nowrap;
        overflow-x:hidden;
        overflow-y:hidden;
        transition:2.0s;
        background: none;
        overflow: hidden;
        white-space:nowrap;
        position: absolute;
        width: 86%;
        padding: 0 0 5px 0; 
        height: 120px;  
	    box-sizing: border-box;
	    -webkit-overflow-scrolling: touch;
    }
     #olMenu li {
        display:inline-block;
        height:45px;
        width:45px;
        line-height:60px;
        font-size:13px;
        padding: 15px 15px 15px 15px;
        text-align:center;
        margin-left:2px;
        margin-bottom:35px;
        white-space:nowrap;
        border-radius:50%;
        overflow:visible
    }  
    .form-wizard.wizard-vertical>div {
        float: right;
        width: 99%;
        padding-left:15px;
    }
    .headingForTab {
        display:block;
        width:100%;
        background-color:#5d9cec;
        color:white;
        opacity:0.8;
        padding-top:5px;
        padding-bottom:5px;
        margin-bottom:20px;
        transition:0.0s ;
        font-size:18px;
    }
}
.navbar-sure .navbar-link {
  color: #777;
}
.navbar-sure .navbar-link:hover {
  color: #333;
}
.navbar-sure .btn-link {
  color: #777;
}
.navbar-sure .btn-link:hover,
.navbar-sure .btn-link:focus {
  color: #333;
}
.navbar-sure .btn-link[disabled]:hover,
fieldset[disabled] .navbar-sure .btn-link:hover,
.navbar-sure .btn-link[disabled]:focus,
fieldset[disabled] .navbar-sure .btn-link:focus {
  color: #ccc;
}

.funkyradio div {
    clear: both;
    /*overflow: hidden;*/
}
.funkyradio label {
    width: 100%;
    border-radius: 3px;
    /*border: 1px solid #D1D3D4;*/ /*for redesign*/
    font-weight:300;
}

/*Added for US#20279 : OVR Drive -Tab Key*/
.funkyradio-Height {
   height:0px;  
}
/*Added for US#20279 : OVR Drive -Tab Key*/
.funkyradio-Label {
   min-height: 35px;
}

.funkyradio-lineHeight {
   line-height: .5;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    opacity: 0;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 35px; /*2.5em;*/
    height:35px;
    background: #F1F8FE;
    border-radius: 3px 3px 3px 3px;     /* 3px 0 0 3px; */
    border:solid #15397F;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
    content:'\2713';
    font-size: 1.5em;
    text-indent: 0.25em;
    color: #C2C2C2;
    padding-top: 3px;
}
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2713';
    font-size: 1.5em;
    text-indent: 0.25em;
    color: #C2C2C2;
    padding-top: 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2713';
    font-weight: bolder;
    font-size: 1.5em;
    text-indent: 0.25em;
    color: #333;
    /*background-color: #ccc;*/
    padding-top: 3px;
}

.funkyradio input[type="checkbox"]:disabled ~ label, .funkyradio input[type="radio"]:disabled ~ label,
.funkyradio input[type="checkbox"]:disabled:not(:checked) ~ label, .funkyradio input[type="radio"]:disabled:not(:checked) ~ label 
{
    color: #ddd;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #15397F;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.onlymobile {
    visibility:hidden;    
    display:none;
}

.onlydesktop {
    visibility:visible;
}

.addnewline{
     padding-bottom:40px; 
}

.setheight {
    height:80px !important;

}

.setheaderheight{
    height:80px !important;
}
.floatLeftNone {
    float:left;
}
.floatRightNone {
    float:right;
}

@media (max-width: 767px) {
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        text-indent: 0px;
    }
    .funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
        line-height: 2;
        padding-left: 3.8em;
    }
    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        line-height: 2;
        padding-top: 0px;
        padding-left: 3.8em;
    }
    .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
        width: 35px;
        height: 35px;
        line-height: 1.3;
        padding-left: 0.25em;
    }
    .funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
        text-indent:0.01em;
        font-size: 1.5em;
        line-height:1;
        display:flex;
        align-items:center;
        padding-top: 0px;
    }
    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
        content: '\2713';
        font-size: 1.5em;
        text-indent: 0em;
        color: #C2C2C2;
        padding-top: 0px;
    }
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2713';
        font-size: 1.5em;
        text-indent: 0em;
        color: #C2C2C2;
        padding-top: 0px;
    }
    .funkyradio-Label {
        min-height:47px;
    }

    .onlymobile {
    visibility:visible !important;
    display:inherit !important;
    }

    .onlydesktop {
        visibility:hidden;
        height:0px !important;
        display:none;
    }

    .navbar-sure .navbar-nav1>li.completed::after {
        content:"\e013";
        font-family:'Glyphicons Halflings';
        float: right;
        margin-top: -30px;
        color: white;
        margin-right: 10px;
    }

    .navbar-sure .navbar-nav1 > li > a {
        color: #15397F; /* black */
        /*height:45px;*/
    }

    .navbar-sure .navbar-nav1>li.completed {
        /*background-color:#358721;*/
        color: #15397F !important;
    }

     .navbar-sure .navbar-nav1>li.active {
        /*background-color:#337ab7;*/
    }



    .navbar-sure .navbar-nav1 > .active > a {
        color: #15397F;
        /*background-color:aliceblue;*/
        /*background:#337ab7;*/ /* For browsers that do not support gradients */
        border-color: #e7e7e7;
    }
    
     .navbar-sure .navbar-nav1 > .active > a:focus {
       color:Blue;
       /*background-color: #337ab7;*/
       background: #358721; /* For browsers that do not support gradients */  
       border-color: #e7e7e7;
    }

    .navbar-sure .navbar-nav1 > li > a:hover {
        color: #15397F;
        /*background-color: white;*/
    }

     .navbar-sure .navbar-nav1 > .active > a.completed{
       color:white;       
    }

    .liDisabled {
        pointer-events: none;
        background-color: #358721;
        opacity: 0.6;
    }

     .navbar-default-color{
         background:#337ab7;
     }

     .navbar-sure1 {           
      background:aliceblue; /* Standard syntax (must be last) */     
    }

     .ulbackgrounfcolor{
         background-color:aliceblue;
     }
.navbar-sure .navbar-nav1 > li.completed > a {
    color: #15397F !important;
    }

.navbar-sure .navbar-nav1 > li.completed > a:hover {
    color: #15397F !important;
}   
            
    .addnewline{
    padding-bottom:0px;
    }

      .setheight {
    height:auto !important;
    }
     /*Add vertical scroll bar on sweet alert box */
    .sweet-alert {
        box-sizing : border-box;
        max-height : 75% !important;
        overflow-y : auto !important;
        padding : 0 17px 17px !important;
    }
    .sweet-alert:before {
        content : "";
        display : block;
        height : 17px;
        width : 0;
    }
    .floatLeftNone {
        float:none;
    }
    .floatRightNone {
        float:none;
    }
}

.li-border-custom {
    border-right:1px solid #ddd;
}

.form-wizard > ol > li {
    background-color:white;
    float: left;
    color:  #337ab7;
}
.form-wizard > ol > li.active {
    background-color:#337ab7;
}
.form-wizard > ol > li.completed {
    background-color:#358721;
}

.form-wizard > ul > li.active {
    background-color:#337ab7;
}
.form-wizard > ul > li.completed {
    background-color:#23cc3c;
}




.panel.panel-default {
    border-top-width: 1px;
    border:0px;         /*Redesign*/
}

fieldset {
    padding-bottom: 5px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 5px;
}

.pager {
    padding-left: 0;
    margin: 0px 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    list-style: none;
}

ul.pager li a {
    background-color: #337ab7 !important;
    color: aliceblue;
}

ul.pager li a:hover, ul.pager li a:link, ul.pager li:active {
    background-color: #2e6da4 !important;
    color: aliceblue;
}

.pager li > a:focus, .pager li > a:hover {
    background-color: #2e6da4 !important;
}
.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;

}

.select-new {
  background: transparent;
  width: 177px;
  padding: 5px 5px 5px 50px;
  font-size: 14px;
  border: none;
  height: 29px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/SelectDrop.png) 96% / 15% no-repeat #15397F;
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 18px;
   color: white;
}


/* CAUTION: IE hackery ahead */


.select-new::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .select-new {
        background:none\9;
        padding: 5px\9;
    }
}
/*MRP PB16442 prompt password changes*/
.ngdialog.ngdialog-theme-default.ngDialogOVRDrive {
    width: 350px;
    height: 270px;
    overflow-y: hidden;
    position: center;
}

.MainDiv {
    min-height:300px;
    padding:5px;
} 

.liDisabled {
    pointer-events:none; 
    background-color: aliceblue;
    opacity:0.6;        
}

.loadingwheel {
    z-index: 1100;
    margin: 40px auto;
    padding: 10px;
    width: 80px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    align-content: center;
}

.loadingwheel img {
    height: 60px;
    width: 60px;
}

.unicodeButton {
    font-size: 21px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.recaptchaDiv{
    display: inline-block;
    background-color:#F1F8FE !important;
}

.form-control::placeholder {
    text-align:left;
}

/*Change loading spinning background color*/
.spinningimage-container {
    position: relative;
    width: 300px; /* Set the width of your image container */
}

.spinningimage img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F1F8FE; /* Set your desired background color #f1f8fe*/
    opacity: 0.5; /* Adjust the opacity as needed */
}

/*overwrite the bootstrap button color*/
.btn-primary {
    background-color: #15397F !important;
}