/* ==========================================================================
   Styles Files Link
   ========================================================================== */

@import url('bootstrap.css');
@import url('bootstrap-datetimepicker.min.css');
@import url('bootstrap-theme.css');
@import url('bootstrap-responsive.css');
@import url('bootstrap-dialog.min.css');
@import url('../fonts/fonts.css');
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
    background-color: #F6F8FC;
}

body {
    background-color: #F6F8FC;
    font-family: 'Asap', Segoe UI, Segoe, Optima, Arial, sans-serif;
    font-size: 14px;
    color: #4C6071;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

b, .panel-default .btn-group .btn {
    font-weight: 600;
    font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    padding: 0;
    margin: 0;
    color: #1E384B;
    line-height: 1.4;
}

h1 {
    color: #CE372F;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    font-size: 20px;
}

    h1.headerTitle span {
        display: inline;
        border-left: 3px solid #1E384B;
        padding-left: 10px;
        text-transform: uppercase;
        font-weight: 500;
    }

@media (max-width: 767px) {
    h1.headerTitle span {
        display: block !important;
        margin-bottom: 5px;
    }
}

a {
    color: #4C6071;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #4C6071;
        text-decoration: underline;
    }

.buttonStyle,
input[type=submit] {
    /* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
    /*text-align: center;
	margin-top: 5px;
	min-width: 80px;
	font-size: 11px;
	*min-width: auto;
	font-family: "Open Sans", Tahoma, Arial, Helvetica, Verdana;
	font-weight: 600;
	color: #FFF;
	background: #4388bb;
	border: #3887d8 1px solid;
	padding: 4px 5px;
	cursor: pointer;
	-moz-transition: all 0.4s ease-in-out 0s;
	outline: none;
	box-shadow: 0 1px 2px rgba(95, 165, 235, 0.5), 0 0 1px rgba(255, 255, 255, 0.7) inset;
	*margin: 3px;*/
}

.buttonStyle_Disabled {
    /* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
    text-align: center;
    margin-top: 5px;
    min-width: 80px;
    font-size: 11px;
    *min-width: auto;
    font-weight: 600;
    color: #FFF;
    background: #696969;
    border: #3887d8 1px solid;
    padding: 4px 5px;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out 0s;
    outline: none;
    box-shadow: 0 1px 2px rgba(95, 165, 235, 0.5), 0 0 1px rgba(255, 255, 255, 0.7) inset;
    *margin: 3px;
}

.buttonStyle:hover,
input[type=submit]:hover {
    /*color: #FFF;
	background: #305f8f;
	border: #215f9f 1px solid;
	padding: 4px 5px;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(95, 165, 235, 0.5), 0 0 1px rgba(255, 255, 255, 0.7) inset;*/
}

input, button, select, textarea {
    font-size: 13px;
}

.btn {
    min-width: 116px;
    padding: 9px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.panel-heading .btn {
    padding: 6px 12px;
    font-size: 12px;
}

.form-signin .btn-primary {
    background: rgba(61,56,70,1);
    background: -moz-linear-gradient(left, rgba(61,56,70,1) 0%, rgba(206,55,47,1) 50%, rgba(206,55,47,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61,56,70,1)), color-stop(50%, rgba(206,55,47,1)), color-stop(100%, rgba(206,55,47,1)));
    background: -webkit-linear-gradient(left, rgba(61,56,70,1) 0%, rgba(206,55,47,1) 50%, rgba(206,55,47,1) 100%);
    background: -o-linear-gradient(left, rgba(61,56,70,1) 0%, rgba(206,55,47,1) 50%, rgba(206,55,47,1) 100%);
    background: -ms-linear-gradient(left, rgba(61,56,70,1) 0%, rgba(206,55,47,1) 50%, rgba(206,55,47,1) 100%);
    background: linear-gradient(to right, rgba(61,56,70,1) 0%, rgba(206,55,47,1) 50%, rgba(206,55,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3846', endColorstr='#ce372f', GradientType=1 );
    border: none;
}

    .form-signin .btn-primary:hover,
    .form-signin .btn-primary:focus,
    .form-signin .btn-primary:active,
    .form-signin .btn-primary.active {
        background-color: #CE372F;
        background-image: none;
        background-position: 0 -15px;
    }

    .form-signin .btn-primary:disabled,
    .form-signin .btn-primary[disabled] {
        background-color: #2d6ca2;
        background-image: none;
    }

.btn-primary {
    background-color: #1E384B;
    background-image: none;
    border: none;
    color: #FFF !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        background-color: #4C6071;
        background-image: none;
        color: #FFF;
    }

    .btn-primary:disabled,
    .btn-primary[disabled] {
        background-color: #4C6071;
        background-image: none;
        color: #FFF;
    }

.nav-tabs > li > a {
    background-color: #fff;
}

.btn-default,
.nav-tabs > li.active > a {
    background-color: #CE372F;
    background-image: none;
    border: none;
    color: #FFF;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #EF5850;
        background-image: none;
        color: #FFF;
    }

    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: #EF5850;
        background-image: none;
        color: #FFF;
    }

.btn-bordered, .btn-mailaction {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #1E384B;
    color: #1E384B;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .btn-bordered:hover,
    .btn-bordered:focus,
    .btn-bordered:active,
    .btn-bordered.active,
    .btn-mailaction:hover,
    .btn-mailaction:focus,
    .btn-mailaction:active,
    .btn-mailaction.active {
        background-color: #1E384B;
        background-image: none;
        color: #FFF;
    }

.btnGreen {
    /* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
    text-align: center;
    margin-top: 5px;
    min-width: 80px;
    font-size: 11px;
    *min-width: auto;
    font-family: "Open Sans", Tahoma, Arial, Helvetica, Verdana;
    font-weight: 600;
    color: #FFF;
    background: #6cc81b;
    border: #5aa914 1px solid;
    padding: 4px 5px;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out 0s;
    outline: none;
    box-shadow: 0 1px 2px rgba(95, 165, 235, 0.5), 0 0 1px rgba(255, 255, 255, 0.7) inset;
    *margin: 3px;
}

    .btnGreen:hover {
        color: #FFF;
        background: #65b321;
        border: #5aa914 1px solid;
        padding: 4px 5px;
        cursor: pointer;
        box-shadow: 0 1px 2px rgba(95, 165, 235, 0.5), 0 0 1px rgba(255, 255, 255, 0.7) inset;
    }

.header-area {
    background-color: #FFF;
    border-bottom: 1px solid #E7EAEF;
    height: 64px;
}

    .header-area header img.logo {
        width: 120px;
    }

.AlignLeft {
    text-align: left;
}

.AlignCenter {
    text-align: center;
}

.AlignRight {
    text-align: right;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0 0 1px;
}

nav .nav > li > a {
    font-size: 12px;
    color: #fff;
    padding: 11px 10px;
}

nav .nav > li > ul li > a {
    color: #4C6071;
    font-size: 12px;
    padding: 6px 15px;
}

nav .nav > li > ul li:nth-child(odd) {
    /*background: #F5F8FD;*/
}

.navbar-default {
    padding: 0 8px;
}

.navbar-brand {
    padding: 11px 0;
    height: auto;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 7px 0;
    }
}

.navbar {
    min-height: initial;
}

.nav.navbar-nav.navbar-right > li {
    float: left;
}

.subLink {
    margin: 3px 0;
}

    .subLink .nav > li > a {
        font-size: 0.875em;
        color: #4C6071;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 2px;
    }

.userInfo .row {
    background: url("../images/user-info-bkg.png") repeat scroll 0 0 transparent;
    padding: 10px;
}

.advertisementBanners {
    padding: 5px;
    border-width: 1px 0 1px 0;
    border-style: solid;
}

    .advertisementBanners > .col-md-3 {
        background-color: #fff;
        border: 5px solid #eaf6fe;
        padding: 5px;
    }

    .advertisementBanners .thumbnail {
        padding: 0;
        margin: 0;
        border: none;
        box-shadow: none;
    }

    .advertisementBanners p {
        padding: 0;
        margin: 0;
    }

.leftPanel {
    border-right-width: 1px;
    border-right-style: solid;
    min-height: 700px;
}

.rightPanel {
}

    .leftPanel hr,
    .rightPanel hr {
        margin: 15px 0 0 0;
    }

.widget {
    padding-top: 15px;
}

    .widget h3 {
        display: block;
        padding: 10px 10px;
        text-transform: uppercase;
        color: #fff;
        font-family: Calibri Bold,Segoe,Segoe UI,Optima,Arial,sans-serif;
        font-size: 0.875em;
        border-top: 2px solid #CE372F;
        background-color: #4C6071;
        border-radius: 4px 4px 0 0;
    }

        .widget h3 a {
            float: right;
            color: #fff;
            opacity: 0.6;
            margin: 0 3px 0 3px;
        }

            .widget h3 a:hover {
                opacity: 1;
            }

.quickLinks ul li {
    border-bottom: 1px solid #dde9f1;
    border-top: 1px solid #ffffff;
    padding: 10px 10px;
    font-size: 1em;
}

    .quickLinks ul li a {
        color: #3a3a3a;
    }

        .quickLinks ul li a:link,
        .quickLinks ul li a:visited {
            color: #3a3a3a;
        }

        .quickLinks ul li a:active,
        .quickLinks ul li a:hover {
            color: #4C6071;
        }

.goalTracker,
.announcements {
    background-color: #f6f6f6;
    padding: 10px;
}

    .goalTracker h4 {
        font-size: 1.2em;
        padding: 0 10px 0 5px;
    }

        .goalTracker h4 span {
            float: right;
            font-size: 2em;
        }

    .goalTracker .box {
        border-radius: 4px 4px 20px 20px;
        margin: 15px 0;
        padding: 5px 0;
        color: #999;
        background: -moz-linear-gradient( top, #ffffff 0%, #f2f2f2);
        background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
        border: 1px solid #d2d2d2;
        -moz-box-shadow: 1px 0px 2px rgba(000, 000, 000, 0.1), inset 1px 1px 2px rgba(255, 255, 255, 1);
        -webkit-box-shadow: 1px 0px 2px rgba(000, 000, 000, 0.1), inset 1px 1px 2px rgba(255, 255, 255, 1);
        box-shadow: 1px 0px 2px rgba(000, 000, 000, 0.1), inset 1px 1px 2px rgba(255, 255, 255, 1);
    }

    .goalTracker .progress {
        margin: 10px 0;
        height: 10px;
    }

    .announcements .btn-group,
    .goalTracker .btn-group {
        margin-top: 10px;
        border-top: 1px dotted #ccc;
        padding-top: 10px;
        display: flex;
    }

.weather .box {
    border-radius: 50px;
    margin: 15px 0;
    padding: 5px 0;
    color: #999;
}

.weather .glyphicon {
    font-size: 3.2em;
    padding: 4px 10px 0;
    color: #fff;
    border-radius: 60px;
}

.weather span {
    display: block;
    font-size: 1.5em;
    color: #48A6FB;
}

.account-list .table > tbody > tr > th:last-child,
.account-list .table > tbody > tr > td:last-child {
    text-align: right;
}

.personalFinance h4 {
    padding: .5em 1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.personalFinance h5 {
    padding: .5em 1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.arrow_box {
    position: relative;
    padding: .5em 1.7em;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #88b7d5;
    font-size: 1em;
}

    .arrow_box:after,
    .arrow_box:before {
        top: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #88b7d5;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #88b7d5;
        border-width: 11px;
        margin-left: -11px;
    }

.panel-default .panel-heading {
    /*font-size: 1.2em;*/
    padding: 7px 10px;
    color: #1E384B;
    line-height: 32px;
    border-color: rgba(0, 0, 0, 0.07);
    background-color: #FFF;
}

@media (min-width: 768px) {
    .panel-default .panel-heading {
        padding: 7px 20px;
    }
}

.panel-default .panel-heading > h5 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

.panel2-default .panel-heading > h5 {
    display: inline-block;
    line-height: 1.2;
}

.panel-default .panel-heading > h5 span.steps-trans {
    display: table-cell;
    float: left;
    margin-right: 5px;
    font-weight: 600;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    padding: 3px 6px;
    /*width:16px; height:16px;*/
    border: 0px;
    background-color: #CE372F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .panel-default .action-buttons .btn {
        margin-bottom: 4px;
        padding: 6px 2px;
    }
}

.panel-default .btn-group {
    margin-top: -3px;
}

    .panel-default .btn-group .btn {
        font-size: 0.9em;
        padding: 4px 12px;
    }

.panel2-default .btn-group .btn {
    font-size: 0.8em;
    padding: 4px 12px;
}

.panel-default {
    border-color: #CECFD2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-heading .btn-group {
    float: left;
}

.panel2-default > .panel-heading > .btn-group {
    float: none;
}

.panel2-default {
    border-color: #b8cbe9;
    border-top: 0px;
    border-radius: 0 0 4px 4px;
}

    .panel2-default > .panel-heading {
        /*font-size: 1.2em;*/
        padding: 12px 10px;
        border-color: #b8cbe9;
    }

    .panel2-default > .panel-heading {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }


.mainWrapper {
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #CCC;
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="text"],
input[type="password"],
textarea, Select, .form-control {
    font-size: 13px;
    font-weight: 500;
    color: #4C6071;
    padding: 6px 8px;
    margin-bottom: 10px;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control,
    .form-control[disabled] + .input-group-addon,
    .form-control[readonly] + .input-group-addon,
    fieldset[disabled] .form-control + .input-group-addon {
        background-color: #F2F2F2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.showhidePassword {
    position: relative;
    z-index: 2;
    float: right;
    margin-top: -44px;
    margin-right: 1px;
}

button#show_password {
    min-width: initial;
    background: none;
    border: none;
    padding: 11px 12px;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.unAuthenticated-container {
    margin-top: 20px;
    padding: 20px 20px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.44);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .unAuthenticated-container .logo {
        width: 170px;
        height: auto;
    }

.account-wall {
    margin-top: 20px;
    padding: 40px 20px 20px 20px;
    background-color: #FFF;
    min-height: 450px;
    -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.44);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .account-wall .btn-bordered {
        background-color: #FFF;
        border: 1px solid #CE372F;
        color: #CE372F;
    }

        .account-wall .btn-bordered:hover,
        .account-wall .btn-bordered:focus,
        .account-wall .btn-bordered:active,
        .account-wall .btn-bordered.active {
            background-color: #CE372F;
            color: #FFF;
        }

    .account-wall .logo {
        width: 170px;
        height: auto;
    }

.security-wall {
    margin-top: 20px;
    padding: 20px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    min-height: initial;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.loginOption {
    color: #fff;
}

    .loginOption h1 {
        font-weight: 100;
        color: #fff;
        margin: 0px 0 10px;
    }

    .loginOption .row {
        font-size: 1em;
    }

        .loginOption .row a {
            display: block;
            padding: 5px 30px;
            color: #fff;
        }

            .loginOption .row a span {
                margin-left: 10px;
            }

.login-chckbox-text {
    padding-right: 20px;
}

    .login-chckbox-text input[type="checkbox"] {
        margin-right: -20px;
    }

.loginOption .btn-success {
    margin: 20px 0;
}

.signin {
    background-color: transparent;
    padding-top: 100px;
}

    .signin h2, .signin h3 {
        color: #CE372F;
        margin-top: 30px;
    }

    .signin .btn-info {
        border-radius: 0 0 4px 4px;
        border: 1px solid #417CA0;
    }

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin: 10px 20px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: 48px;
        padding: 4px 15px;
        margin: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin .btn-primary {
        margin-top: 10px;
    }

@media (min-width: 769px) {
    .account-wall,
    .security-wall {
        min-height: 450px;
    }

    .security-wall {
        padding: 40px 20px 20px 20px;
    }

    .loginOption h1 {
        margin: 120px 0 20px;
    }
}


.container-ForgotPassword {
    margin-top: 20px;
    padding: 20px 10px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .container-ForgotPassword > h2 {
        margin-top: 0;
        text-align: center;
        padding: 20px 0;
    }

.secureSignin {
    color: #ff8600;
    display: block;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.securityOption {
    padding: 55px 20px;
}

    .securityOption h1 {
        border: none;
        text-align: center;
        color: #fff;
    }

    .securityOption .alert {
        padding: 10px;
    }

.direction .securityOption {
    float: right;
}

.alert-success {
    color: #FFF;
    background-color: #3BD4AE;
    border-color: #3BD4AE;
    background-image: none;
}

.alert-danger {
    color: #FFF;
    background-color: #CE372F;
    border-color: #CE372F;
    background-image: none;
}

.alert-info {
    color: #FFF;
    background-color: #A1B1C8;
    border-color: #A1B1C8;
    background-image: none;
}

.securityImage {
    margin-bottom: -10px;
}

.securityImage,
.securityImageDescription {
    display: block;
    text-align: center;
}

    .securityImage .thumbnail {
        border: 15px solid #bbbbbb;
        border-radius: 100px 100px 0 0;
        height: 140px;
        margin: 0 auto;
        padding: 10px;
        width: 210px;
        /*background: url("../images/kid.png") repeat scroll 0 0 transparent;*/
    }

.securityImageDescription {
    text-align: center;
}

    .securityImageDescription .description {
        display: block;
        padding: 10px;
        border: 6px solid #bbbbbb;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
        border-bottom: none;
        font-size: 1.2em;
    }

    .securityImageDescription .caption {
        background-color: #bbb;
        padding: 3px 10px;
        color: #fff;
        display: block;
        border-radius: 0 0 5px 5px;
        text-transform: uppercase;
    }

.contentArea {
    padding: 0px 15px;
}

    .contentArea > h1 {
        font-weight: 100;
        font-size: 1.8em;
    }

.contentArea2 {
    padding: 15px 15px;
}

    .contentArea2 > h1 {
        font-weight: 100;
        font-size: 1.8em;
    }

.table > thead > tr > th,
.table > tbody > tr > th {
    border-right: 0px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid #CE372F;
    font-weight: 600;
    font-size: 1em;
    font-weight: normal;
    background: #FFF;
    vertical-align: top;
}

.table > thead > tr > th, .table > tbody > tr > th,
.table > tbody > tr > td, .table > thead > tr > td,
.table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 12px 8px;
    font-size: 0.857em;
}

.table > thead > tr > th, .table > tbody > tr > th {
    font-size: 0.929em;
    font-weight: 700;
}

@media (min-width: 768px) {
    .table > thead > tr > th:first-child, .table > tbody > tr > th:first-child,
    .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child,
    .table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child {
        padding-left: 20px;
    }

    .table > thead > tr > th:last-child, .table > tbody > tr > th:last-child,
    .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child,
    .table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child {
        padding-right: 20px;
    }
}

.table > thead > tr > th a, .table > tbody > tr > th a,
.table > tbody > tr > td a, .table > thead > tr > td a,
.table > tfoot > tr > th a, .table > tfoot > tr > td a {
    color: #4C6071;
    text-decoration: underline;
}


table.grid-alt-color {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0px;
    border: 0px;
}

    table.grid-alt-color td {
        border: solid 0px #000;
        border-style: none solid solid none;
    }

    table.grid-alt-color th {
        border: solid 0px #000;
        border-style: none solid solid none;
    }

    table.grid-alt-color tr:nth-child(odd) td {
        background: #ffffff;
    }

    table.grid-alt-color tr:nth-child(even) td {
        background: #F5F8FD;
    }

    table.grid-alt-color tr:first-child td:first-child {
        border-top-left-radius: 0px;
    }

    table.grid-alt-color tr:first-child td:last-child {
        border-top-right-radius: 0px;
    }

    table.grid-alt-color tr:last-child td:first-child {
        border-bottom-left-radius: 4px;
    }

    table.grid-alt-color tr:last-child td:last-child {
        border-bottom-right-radius: 4px;
    }

table.grid-no-alt-color {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0px;
}

    table.grid-no-alt-color td {
        border: solid 0px #efefef;
        border-style: none solid solid none;
    }

    table.grid-no-alt-color td {
        width: 30%;
        background-color: #FFF;
    }

        table.grid-no-alt-color td:nth-child(2n+1) {
            width: 20%;
            background-color: #FFF;
        }
    /* 1st and 3rd Label Columns*/

    table.grid-no-alt-color tr:last-child td {
        text-align: right;
        background-color: #F9F9F9;
        border-top: solid 1px #E7E7E7;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
/*.table > tbody:first-child > tr:first-child > th {
	border:0px;
}*/

.gridheader {
    background-color: #f3f4f2;
}

.labelsContainer > .row {
    border-bottom: 1px solid #ababab;
    margin: 0px;
}

    .labelsContainer > .row > div {
        padding: 5px;
    }

    .labelsContainer > .row:first-child {
        margin-top: 5px;
        border-top: 1px solid #ababab;
    }

    .labelsContainer > .row:last-child {
        /*margin-bottom:5px;*/
    }

.acct-card {
    max-height: 254px;
    /*overflow: auto;*/
    overflow-x: auto;
    overflow-y: auto;
}
/*@media (min-width: 768px) {*/
@media screen and (max-width: 767px) {

    .acct-card {
        max-height: 254px;
        overflow-x: scroll;
        overflow-y: scroll;
    }
}

.scrollablecontent {
    overflow: scroll;
}

@media screen and (min-width: 767px) {
    .scrollablecontent {
        overflow-x: hidden;
    }
}


.dash-pending-trans .table > thead > tr > th:nth-child(3),
.dash-pending-trans .table > tbody > tr > th:nth-child(3),
.dash-pending-trans .table > tfoot > tr > th:nth-child(3),
.dash-pending-trans .table > thead > tr > td:nth-child(3),
.dash-pending-trans .table > tbody > tr > td:nth-child(3),
.dash-pending-trans .table > tfoot > tr > td:nth-child(3) {
    text-align: right;
}

.validationMessage,
.RedText {
    color: #CE372F;
}

.outer {
    display: -webkit-box;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: box;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

div.alt-color:nth-child(even) {
    background: #F5F8FD;
}

div.alt-color {
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid rgba(221, 221, 221, 0);
}

@media (min-width: 768px) {
    div.alt-color {
        padding: 12px 20px;
    }
}
/*h1.headerTitle span {
	border-bottom: 2px solid #E10916;
	display: inline;
	padding: 0 0 4px;
}*/

#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    text-align: center;
    vertical-align: middle;
}

#popup {
    width: 120px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    text-align: center;
    z-index: 20000;
    background-image: none;
    background-color: #FFF;
    border: 5px solid #f0f0f0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
}

    #popup .LoadingText {
        padding: 10px 0;
    }

.panel-body.labelsContainer {
    padding-top: 0px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.table-responsive .row-nomargin {
    margin-right: 0px;
    margin-left: 0px;
}

.table-responsive.emails-list {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 360px;
}

.emails-list .emails-list-item {
    border-bottom: 1px solid #f0f0f0;
    background-color: #f9f9f9;
    padding: 10px;
    margin: 2px;
}

    .emails-list .emails-list-item .MailSubject {
        cursor: pointer;
        padding: 0 0 10px 5px;
        display: inline-block;
        font-weight: 600;
    }

    .emails-list .emails-list-item .MailInfo span {
        display: inline-block;
        padding-right: 10px;
    }

.table-responsive div.col-md-12 div.col-md-2,
.table-responsive div.col-md-12 div.col-md-10,
.table-responsive div.col-md-12 div.col-md-3,
.table-responsive div.col-md-12 div.col-md-9,
.table-responsive div.col-md-6 div.col-md-5,
.table-responsive div.col-md-6 div.col-md-7,
.table-responsive div.col-md-12 div.col-md-5,
.table-responsive div.col-md-12 div.col-md-7,
.table-responsive div.col-md-12 div.col-md-6,
.table-responsive div.col-md-12 div.col-md-12 {
    line-height: 1.42857;
    padding: 6px 8px 6px;
    vertical-align: top;
}

.table-responsive .details {
    background-color: #F2F2F2;
    border-bottom: 1px solid #FFF;
    color: #000000;
}

    .table-responsive .details label {
        color: #000000;
    }

    .table-responsive .details.currency {
        text-align: right;
    }

    .table-responsive .details span {
        display: inline-block;
    }

.table-responsive input[type="button"],
.table-responsive input[type="reset"],
.table-responsive input[type="submit"] {
    /*margin:10px 0;*/
}

.input-group-addon {
    padding: 3px 12px !important;
}
/*
.date { width:200px; }
.date, .amount
{
	display:inline-table;
}*/
/* commented to fix the datepicker issue */

.date span.input-group-addon span img {
    width: 14px;
    height: 16px;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 6px 0px 6px 6px;
        -moz-border-radius: 6px 0px 6px 6px;
        border-radius: 6px 0px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-right-color: #cccccc;
        margin-top: 4px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-default .dropdown-submenu.open > a,
.navbar-default .dropdown-submenu.open > a:hover,
.navbar-default .dropdown-submenu.open > a:focus {
    background-color: #eee;
    background: linear-gradient(to bottom, #eee 0%, #eee 100%);
}

.RecordSelectInfo td {
    padding: 5px;
}

.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}

.displayInlineBlock {
    display: inline-block;
}

.padding-5 {
    padding: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.font-weight-bold {
    font-weight: bold
}

.margin-0 {
    margin: 0px;
}

.padding-0 {
    padding: 0px;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-top-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.panel-body .table-responsive .row-nomargin div select,
.panel-body .table-responsive .row-nomargin div input:not(.CheckBoxList input) {
    display: inline;
    width: 90%;
}
/*ComposeEmail*/

#EmailPanel {
    overflow-y: scroll;
    border: 1px solid lightgray;
}
/*ComposeEmail*/

.LnkBtn-Delete {
    background: transparent url(../Images/email-delete-icon.png) 12px 3px no-repeat !important;
}

.LnkBtn-Reply {
    background: transparent url(../Images/email-reply-icon.png) 12px 3px no-repeat !important;
}


span.valerror[style*="inline"] {
    display: block !Important;
}

span.valerror {
    display: block;
}

.CheckBoxList input {
    margin: 5px;
}

@media (max-width: 480px) {
    .btn-cancel {
        width: 100%;
    }
}
/* footer copyright message and links should be aligned in center for mobile devices  */

@media (min-width: 320px) and (max-width: 568px) {
    footer.row p,
    footer.row span {
        display: block;
        text-align: center;
        float: none;
    }
}
/* Responsive Radio Options */

@media (min-width: 600px) {
    /* Transfer Type Options */

    .TransferTypeOptions table tr {
        display: table-cell;
        padding-right: 10px;
    }

        .TransferTypeOptions table tr td input[type="radio"] {
            vertical-align: top;
        }

        .TransferTypeOptions table tr td label {
            margin: 2px 5px 0 0;
        }
    /* Delivery Options */

    .DeliveryOptions table {
        margin-top: 8px;
    }

        .DeliveryOptions table tr {
            display: table-cell;
            padding-right: 10px;
        }

            .DeliveryOptions table tr td input[type="radio"] {
                vertical-align: middle;
                margin-top: -2px;
            }
}

@media (min-width: 320px) and (max-width: 559px) {
    /* Transfer Type Options */

    .TransferTypeOptions table tr td {
        padding-bottom: 10px;
    }

        .TransferTypeOptions table tr td input[type="radio"] {
            vertical-align: top;
        }

        .TransferTypeOptions table tr td label {
            margin: 1px 0 0 3px;
        }
    /* Delivery Options */

    .DeliveryOptions table tr {
        display: table-row;
        padding-bottom: 10px;
    }

        .DeliveryOptions table tr td input[type="radio"] {
            vertical-align: middle;
            margin-top: -2px;
        }

        .DeliveryOptions table tr label {
            margin-right: 5px;
        }
}
/* tablet landscape view */

@media (min-device-width: 800px) and (max-device-width: 1280px) {
    /* Delivery Options */

    .DeliveryOptions table tr {
        display: table-row;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .loginImageAlign {
        text-align: center;
    }
}
/*
 Delivery Options radio buttons 
 */

.DeliveryOptions table tr td input[type="radio"] {
    vertical-align: middle;
    margin-top: -2px;
}

.DeliveryOptions table tr label {
    margin-left: 5px;
}

ul.CardList li {
    display: block;
    margin-bottom: 5px;
}

    ul.CardList li input {
        vertical-align: middle;
    }

ul.NewCardYN li {
    display: inline-block;
    margin-bottom: 5px;
    width: 50px;
}

    ul.NewCardYN li input {
        vertical-align: middle;
    }

ul.RadioOptionList li input {
    vertical-align: top;
    margin-top: 5px;
}
/* To align the .net radio button controls */

.RadioButton input[type="radio"] {
    display: inline-block;
    vertical-align: top;
}

/* Payment Type Options radio button controls */

.PaymentTypeOptions table tr td {
    display: table-row !important;
}

/* portfolio page table grids */

td.portfolioTableItem,
td.portfolioTableFooter {
    width: 50%;
}

    td.portfolioTableItem .portfolioValueRightAlign,
    th.portfolioValueRightAlign {
        text-align: right;
    }

    td.portfolioTableFooter .portfolioValueRightAlign {
        text-align: right;
    }
/* Credit Card Text Box Style */

.CCText {
    display: inline-block;
    width: 46px !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* amout input group */

.amount-group {
    position: relative;
    display: table;
    width: 100%;
}

.secureSigninPinMessage {
    padding: 0 20px;
    font-size: 1.2em;
}
/* common css styles */

.NoDisplay {
    display: none;
}

.mandatory {
    color: #f00;
}

.row-seperator {
    padding: 5px 0px;
}

.panel-body-grid {
    margin: 0;
}

@media (min-width: 1024px) {
    .col-md-6 .panel-body-grid,
    .col-lg-6 .panel-body-grid {
        min-height: 170px;
    }

    .panel-body-grid.auto {
        min-height: initial;
    }
}

.asp-label-control {
    display: block;
    padding-top: 7px;
}
/* block level buttons for small devices */

@media (min-width: 320px) and (max-width: 480px) {
    .block-button {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* To Highlight the row details */

.readOnlyView,
.form-group-details > div {
    padding: 10px 10px;
}

@media (max-width: 667px) {
    .form-group-details {
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .panel-body > .row .form-group > div:first-child,
    .form-group-details > div:first-child,
    .form-group-details > p + div:first-child {
        padding-left: 20px;
    }

    .panel-body > .row .form-group > div:last-child,
    .form-group-details > div:last-child,
    .form-group-details > p + div:last-child {
        padding-right: 20px;
    }

    .form-group-details > div {
        padding: 10px 20px;
    }
}

@media (min-width: 1024px) {
    .panel-body > .row .form-group > div:first-child,
    .form-group-details > div:first-child,
    .form-group-details > p + div:first-child {
        padding-left: 20px;
    }

    .panel-body > .row .form-group > div:last-child,
    .form-group-details > div:last-child,
    .form-group-details > p + div:last-child {
        padding-right: 20px;
    }

    .form-group-details > div {
        padding: 10px 10px;
    }
}

.form-group-details label.control-label {
    padding-top: 0px !important;
}

.HighLight {
    background: #FEF6E5;
    border-bottom: 1px solid #fff;
}

    .HighLight label.control-label {
        color: #1E384B;
        font-weight: 500;
        text-align: left;
        /*text-transform: uppercase !important;*/
    }

.form-group-details p {
    margin: 0px !important;
}
/* To hide the checkbox control label in smaller devices */

@media (min-width: 320px) and (max-width: 736px) {
    .Label-ChkBox {
        display: none;
    }

    .HighLightRowDisplayNone {
        display: none;
    }
}
/*To hide the print button in mobile phones and tablets*/

@media (max-width: 736px) {
    .btn-print-receipt {
        display: none;
    }
}

.txt-width-75 {
    width: 88% !important;
    display: inline;
}
/* bootstrap override styles */

.form-horizontal .control-label,
.form-horizontal label > span {
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: break-word;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

/* confirmation screens (table view) equeal row height for desktop view */

@media (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
/* Landscape view form for iPhone5, iPhone6 & iPhone6 Plus */
/* iPhone 6 Plus */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .row > .col-xs-12 > .form-group > .col-xs-12,
    .row > .col-xs-12 > .form-group-details > .col-xs-12 {
        width: 50% !important;
    }
}
/* iPhone 6 */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .row > .col-xs-12 > .form-group > .col-xs-12,
    .row > .col-xs-12 > .form-group-details > .col-xs-12 {
        width: 50% !important;
    }
}

#headerDescriptionLabel li {
    list-style-type: disc !important;
}

#headerDescriptionLabel ul {
    padding: 0px 15px 0px 15px;
}

.nowrap {
    white-space: nowrap;
}


@media (min-width: 768px) {
    .navbar-collapse.collapse {
        margin-top: 21px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse.collapse.in {
        position: relative;
        z-index: 999;
    }
}

#headerDescriptionLabel {
    margin-bottom: 10px;
    display: inline-block;
}

.font12px {
    font-size: 12px;
}

.font13px {
    font-size: 13px;
}

.red {
    color: #FF0000;
}

.bold {
    font-weight: 600;
}

.block-button {
    margin-bottom: 10px;
}

#BodyContentPlaceHolder_lblDisclaimer,
#BodyContentPlaceHolder_DisclaimerLabel {
    color: DarkRed;
    font-size: 13px;
    font-weight: 500 !important;
    margin: 10px 20px;
    display: inline-block;
}

.readOny {
    padding: 2px 10px;
    margin-bottom: 10px;
    color: #4C6071;
    background-color: #F2F2F2;
    border: 0px solid #ccc;
    border-radius: 3px;
    width: 100%;
    line-height: 29px;
    height: 34px;
}

.enabled-button {
    -webkit-appearance: button;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 116px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1E384B;
    background-image: none;
    border: none;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .enabled-buttony:hover,
    .enabled-button:focus {
        background-color: #4C6071;
        background-image: none;
        color: #FFF;
    }

    .enabled-button:active,
    .enabled-button.active {
        background-color: #4C6071;
        background-image: none;
        color: #FFF;
    }

    .enabled-button:disabled,
    .enabled-button[disabled] {
        background-color: #4C6071;
        background-image: none;
        color: #FFF;
    }

.composeEmailUpload {
    padding-left: 30px;
    padding-right: 30px;
}



.weather .glyphicon {
    background: rgb(59,103,158); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}


/*# sourceMappingURL=bootstrap-theme.css.map */

footer {
    color: #4C6071;
    padding: 10px 15px 10px;
    margin-top: 20px;
    font-size: 0.875em;
    background-color: transparent;
    border-top: 0px solid #DEDEDE;
}

    footer p {
        float: right;
        margin: 0px;
    }

    footer span {
        float: left;
    }

    footer a {
        color: #4C6071;
    }

.login-page footer, .login-page footer a, .login-page footer a:hover, .login-page footer a:focus {
    color: rgba(255, 255, 255, 0.6);
}


.userInfo {
    color: #4C6071;
    font-size: 0.875em;
    line-height: 2;
    margin-top: 12px;
    margin-bottom: 15px;
}

    .userInfo a, .userInfo span {
        color: #CE372F;
    }

    .userInfo b {
        font-size: 0.875em;
        font-weight: 700;
    }

.leftPanel, .advertisementBanners, .personalFinance h4 {
    background-color: #f0f0f0;
    border-color: #d7dde6;
}

.leftPanel, .advertisementBanners, .personalFinance h5 {
    background-color: #f0f0f0;
    border-color: #d7dde6;
}


.navbar-toggle {
    background-color: #fff;
    border: 2px solid #c4e7fd
}

    .navbar-toggle .icon-bar {
        background-color: #000;
        border-radius: 5px;
        height: 4px;
    }

.subLink .nav > li > a:hover,
.subLink .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    opacity: 0.4;
    color: #000;
}


/*==================================================
 * Effect 2
 * ===============================================*/
/*.signin .btn-info { position: relative; }*/

.signin .btn-info:before,
.signin .btn-info:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 20px;
    width: 50%;
    top: 80%;
    max-width: 280px;
    background: #2d6080;
    -webkit-box-shadow: 0 15px 10px #000;
    -moz-box-shadow: 0 15px 10px #000;
    box-shadow: 0 15px 10px #000;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.signin .btn-info:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 20px;
    left: auto;
}

/*==================================================
 * Effect 2
 * ===============================================*/

/* margings and paddings */
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}
/* END - margings and paddings */

.zerowidth {
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0;
    border-right-width: 0;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width:480px) {
    .secondselect1 {
        width: auto !important;
    }


    .table-responsive > div > div ~ div {
        width: 650px !important;
    }

    .secondselect > div > div ~ div {
        width: auto !important;
    }
}

.WordSection1 {
    padding: 0 50px;
}

.custombtn-paginate .btn-group .btn {
    min-width: 50px;
    color: #fff;
    font-size: 21px;
    padding: 0px 12px 4px 12px;
}

.custombtn-paginate .badge {
    padding: 11px 10px;
    margin-right: 10px;
}

.radio-with-Icon {
    display: block;
    text-align: center;
}

    .radio-with-Icon .radioOption-Item {
        display: inline-block;
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        margin: 25px 15px;
        margin-top: 0px;
        border: none;
    }

        .radio-with-Icon .radioOption-Item label i.fa {
            display: flex;
            width: 79px;
            height: 57px;
            /* margin-top: -15px; */
            /* margin-bottom: 6px; */
            align-items: center;
            justify-content: center;
        }


            .radio-with-Icon .radioOption-Item label i.fa img {
                width: 40px;
                height: 40px;
                background-size: 100%;
                background-repeat: no-repeat;
                margin: 2px;
            }

        .radio-with-Icon .radioOption-Item label {
            display: block;
            height: 100%;
            width: 100%;
            padding: 10px;
            border-radius: 10px;
            border: 1px solid #de1831;
            color: #de1831;
            cursor: pointer;
            opacity: .8;
            transition: none;
            font-size: 13px;
            /* padding-top: 25px; */
            text-align: center;
            margin: 0 !important;
        }

        .radio-with-Icon .radioOption-Item input[type="radio"]:active ~ label {
            opacity: 1;
        }

        .radio-with-Icon .radioOption-Item input[type="radio"]:checked ~ label {
            opacity: 1;
            border: none;
            background-color: #de1831;
            color: #fff;
        }

        .radio-with-Icon .radioOption-Item label:hover, .radio-with-Icon .radioOption-Item label:focus, .radio-with-Icon .radioOption-Item label:active {
            opacity: .5;
            background-color: #de1831;
            color: #fff;
            margin: 0 !important;
        }

        .radio-with-Icon .radioOption-Item label::after, .radio-with-Icon .radioOption-Item label:after, .radio-with-Icon .radioOption-Item label::before, .radio-with-Icon .radioOption-Item label:before {
            opacity: 0 !important;
            width: 0 !important;
            height: 0 !important;
            margin: 0 !important;
        }

.radioOption-Item input {
    display: none;
}
.radio-with-Icon .radioOption-Item {
    display: inline-block;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    margin: 25px 5px;
    margin-top: 0px;
    border: none;
}

    .radio-with-Icon .radioOption-Item label i.fa {
        width: 49px;
        height: 27px;
        margin-bottom: 10px;
    }

        .radio-with-Icon .radioOption-Item label i.fa img {
            width: 30px;
            height: 30px;
        }

    .radio-with-Icon .radioOption-Item label {
        font-size: 12px;
    }