﻿@import 'bootstrap.min.css';
@import 'fonts.css';
@import 'fontello.css';
@import 'flexcrollstyles.css';
@import 'bootstrap.offcanvas.min.css';
/*===================================================
Common CSS
===================================================*/
body {
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif,Arial;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 130px;
    color: #5f6c76;
    min-width:320px;
    width: 100%;
}

html {
    position: relative;
    min-height: 100%;
}

body > footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 130px;
}
article.home {
    background: url(../img/bg-home.png) center top no-repeat;
    padding: 88px 0 100px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
article.my-account {
    min-height:900px;
}


.pad-left {
    padding-left: 30px;
}

.pad-left-45 {
    padding-left: 45px;
}

.pad-right {
    padding-right: 15px;
}

.pad-right-md {
    padding-right: 15px;
}

.pad-top {
    padding-top: 15px;
}

.pad-top-8 {
    padding-top: 8px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-lr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
input::-ms-clear {
    display: none;
}

.margin-all {
    margin: 10px 0 10px 40px;
}

.mbottom-10 {
    margin-bottom:10px;
}

.input-group-addon {
    border: 0;
}

label {
    font-family: 'HelveticaNeueLTStd-Bold';
    font-size: 14pt;
    font-weight: normal;
    color: #5f6c76;
}
.nav-pills > li + li {
    margin-left:0;
}

.gray {
    color:#777777;
}

.green {
    font-family: 'HelveticaNeueLTStd-Bold';
    font-size: 16px;
    color: #91aad9 !important;
}

.white {
    color: #fff;
}

.red {
    color: #D90000;
}

.noUnderline {
    text-decoration: none;
}

a {
    color: #91aad9;
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

a:hover, a:focus {
    color: #888888;
    text-decoration: none;
    outline:0;
}

.btn {
    font-family: 'HelveticaNeueLTStd-Light';
    font-size: 35px;
    font-weight: normal;
    padding: 0 10px;
    transition: all 0.5s;
    min-width: 180px;
    background:#9a9ea0;
    color:#fff;
    border-radius:0;
}

.btn-primary {
    background: #91aad9;
    /*box-shadow: 0 0 5px #000 inset;*/
    color: #fff;
    border: 0;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus {
    background: #91aad9;
    box-shadow: none;
    color: #eee;
}

.btn-default {
    background: #888888;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.5) inset;*/
    color: #fff;
    border: 0;
    border-radius: 0;
}

.btn-default:hover, .btn-default:focus {
    background: #888888;
    box-shadow: none;
    border: 0;
    color: #eee;
}

.btn-back-default {
    background: #bcc927;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 16px;
    color: #fff;
    min-width: 70px;
    text-align: left;
}

.btn-back-default:hover, .btn-back-default:focus {
    color: #eee;
}

.arrow-left-default {
    width: 0;
    height: 0;
    float: left;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 15px solid #bcc927;
}

.btn-back-primary {
    background: #363d42;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
    min-width: 70px;
    text-align: left;
}

.btn-back-primary:hover, .btn-back-primary:focus {
    color: #eee;
}

.btnDHover, .btnDHover:focus {
    border-left: 10px solid #888888;
    border-right: 10px solid #888888;
}

.btnDHover:hover {
    border-left: 10px solid #888888;
    border-right: 10px solid #404040;
}

.btnPHover, .btnPHover:focus {
    border-left: 10px solid #91aad9;
    border-right: 10px solid #91aad9;
}

.btnPHover:hover {
    border-left: 10px solid #91aad9;
    border-right: 10px solid #103378;
}

.arrow-left-primary {
    width: 0;
    height: 0;
    float: left;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 15px solid #363d42;
}

.form-control {
    background: #eeeeee;
    border: 0;
    border-radius: 0;
    color: #777777;
    box-shadow: none;
    font-family: 'HelveticaNeueLTStd-Bold';
    font-size: 14pt;
    height: 50px;
}

.form-control:focus {
    box-shadow: none;
}

::-webkit-input-placeholder {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-style: italic;
}

:-moz-placeholder {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-style: italic;
}

::-moz-placeholder {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-style: italic;
}

:-ms-input-placeholder {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-style: italic;
}

.no-pad {
    padding:0;
}

.no-pad-right {
    padding-right:0;
}

.btn-back {
    color:#363d42;
    background:url(../img/btn-back-bg.png) left top no-repeat;
    font-size:14px;
    font-weight:normal;
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif,Arial;
    text-decoration:none;
    line-height:1;
    float:left;
    margin-right:5px;
    text-align:center;
    border-radius:8px;
    margin:20px 10px 20px 0;
    width:128px;
    height:48px;
    line-height:48px;
}
h2 .btn-back {
    margin:0 10px 10px 0;
}
.btn-back img {
    display:inline-block !important;
}
.btn-back:hover {
    color:#888888;
}
.btn-back i{
    font-size:18px;
}
.btn-back i.icon-print,.btn-back i.icon-pdf{
    font-size:24px;
}
.btn-back.bordered {
    /*border:1px solid #eee;*/
    padding:10px;
}
/*===================================================
Custom Select
===================================================*/

select > option {
    padding: 10px 0px;
}

.customSelect {
    color: #777777;
    padding: 12px 10px 12px 10px;
    overflow: hidden;
    background: #ecedee url(../img/icon-dropdown.png) calc(100% - 10px) center no-repeat ;
    text-align:left;
}

.customSelect.changed {
    background-color: #f0dea4;
}

.customSelectInner {
    padding-right:40px;
}

/*===================================================
Common CSS
===================================================*/
.no-margin {
    margin: 0 !important;
}

.normal {
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif,Arial;
    font-size: 11pt !important;
    color: #5f6c76 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeueLTStd-Light';
    color: #363d42;
    margin-top: 0;
}

h1 {
    font-size: 44px;
}
h2, .h2 {
  font-size: 36px;
}

.content {
    border: solid 3px #dddddd;
    background: #fff;
    /*max-width: 985px;*/
    min-height: 500px;
    color: #777777;
}

.content .col1, .content .col2 {
    margin: 50px 0;
    padding:0;
}
.introText {
    max-width:700px;
}
.introText, #slider .item {
    padding: 0 60px;
}
.content label {
    color: #343d40;
}

hr {
    border-top: solid 1px #cccccc;
    margin: 30px 0;
}


.borderRight {
    border-right: solid 1px #cccccc;
}

.borderBottom {
    border-bottom: solid 1px #cccccc;
}

.header {
    background: #fcfcfc;
    border-bottom: solid 5px #91aad9;
    color: #fff;
}

article {
    background: url(../img/bg.png) center top repeat-x;
    padding: 60px 0 100px 0;
}

article.login {
    background: url(../img/bg-login.png) center top repeat-x;
    background-size: cover;
    padding: 88px 0 100px 0;
}

footer {
    padding-top: 35px;
    background: #fcfcfc;
    border-top: solid 5px #91aad9;
    min-height: 150px;
    color: #888888;
    font-size: 10pt;
}

footer ul li {
    font-family: 'HelveticaNeueLTStd-Bold';
    font-size: 12pt;
    border-right: solid 1px #103378;
    padding:0 10px;
    color: #103378;
}

footer ul li li {
    border: 0;
}

footer ul li a {
    color: #103378;
}

footer ul li:last-child {
    border-right: none;
}

.powered-by {
    margin:10px 20px;
    max-width:175px;
}
.fa-question-circle {
    cursor: pointer;
}

.fa-calendar {
    color: #cccccc;
}

.message-box {
    background:#d0e5f5;
    font-style: italic;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.message-box > div{
    padding:25px 20px;
}
.mleft-10 {
    margin-left:10px;
}
.mleft-15 {
    margin-left:15px;
}

/*===================================================
Tooltip bubble
===================================================*/
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
    margin-top: -15px;
}

.tooltip-arrow {
    border: 0;
}

.tooltip-arrow:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -7px;
    left: -9px;
}

.tooltip-arrow:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 16px 0;
    border-color: #b6c244 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -10px;
    left: -10px;
}

.tooltip {
    font-family: 'HelveticaNeueLTStd-Roman';
    display: inline-block;
    opacity: 1;
    font-size: 14px;
}


.tooltip-inner {
    font-family: 'HelveticaNeueLTStd-Roman';
    background: #fff;
    color: #363d42;
    border: 2px solid #bfbe4b;
    width: auto;
    min-width:200px;
    max-width:325px;
    text-align: left;
    border-radius: 10px;
    padding: 10px;
    opacity:1;
}


/*===================================================
Header
===================================================*/
.logo {
    margin: 40px 0;
    display: block;
}
.loggedin .logo {
    
}

/*===================================================
Nav Wizard
===================================================*/
.wizard {
    max-width: 170px;
}

.wizard-title {
    font-family: 'HelveticaNeueLTStd-Bold';
    line-height: 1.2;
    font-size: 16px;
}

.nav-wizard li {
    background: #b5b8ba;
    color: #fff;
    margin-bottom: 1px;
    padding: 15px;
    line-height: 1;
    font-size: 16px;
    position: relative;
}

.nav-wizard li.active {
    background: #b6c244;
}

.nav-wizard li.active .nav-arrow {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 31px 0 31px 15px;
    border-color: transparent transparent transparent #b6c244;
    z-index: 150;
}

.nav-wizard li small {
    font-size: 13px;
}


/*===================================================
Radio and Checkbox styles
===================================================*/

.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
}

.process-row:before {
    top: 13px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #cdcdcd;
    z-index: 0;
}

.process-step {
    display: table-cell;
    text-align: left;
    position: relative;
}

    .process-step:first-child {
        padding-left: 60px;
        width: 70%;
    }

    .process-step:last-child {
        width: 70%;
    }

.radio label {
    cursor: pointer;
    position: relative;
    padding-left: 70px;
    font-size: 14pt;
    min-height: 48px;
    height:auto;
    margin-bottom: 10px;
    padding-top:10px;
}

.radio input[type=radio] {
    display: none;
}

.radio label:before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 30px;
    position: absolute;
    left: 0;
    bottom: 1px;
    box-shadow: 0 0 2px #888;
    background: #fff;
    top:5px;
}

.radio label:before {
    border-radius: 24px;
}

.radio input[type=radio]:checked + label:before {
    background:#91aad9;
    border-radius:24px;
    text-align: center;
    border:8px solid #fff;
    box-shadow: 0 0 2px #888;
}

.radio .checkbox {
    padding: 10px 20px 20px;
    border: 1px solid #ccc;
}

.checkbox label {
    float: left;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    font-size: 14pt;
    line-height: 1.6;
    margin-top: 20px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 2px solid #cdcdcd;
    top:0;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    border-radius: 0;
}

.checkbox input[type=checkbox]:checked + label:before {
    font-family:'FontAwesome';
    content: "\f00c";
    font-size: 14pt;
    color: #103378;
    text-align: center;
}

/*===================================================
Parsley Validation CSS
===================================================*/
.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list li {
    padding: 0;
    list-style: none;
    color: #cc0000;
}

.parsley-error {
    border: 1px solid #D90000 !important;
    background: url(../img/icon-error.png) 98% center no-repeat;
}
.checkbox.parsley-error {
    border: 0 !important;
    background:none !important;
}
.checkbox.parsley-error + ul li{
    background: url(../img/icon-error.png) left center no-repeat;
    padding-left:30px;
}
.dob-error {
    color: #cc0000;
    display: none;
}

/*===================================================
TopNav
===================================================*/

.topnav li a ,.topnav li a:hover,.topnav li a:focus{
    text-transform:uppercase;
    color:#103378;
    text-decoration:none;
    background:none;
}
.topnav li a:hover, .topnav li.active a,.topnav li.active a:hover {
    color:#aaaaaa;
    background:none;
}
.topnav .open > a, .nav .open > a:hover, .topnav .open > a:focus {
    background:none;
}
.dropdown-menu {
   border-radius:0;
   border:0;
   box-shadow:none;
   padding:0;
}
.dropdown-menu li{
    padding:0;
}
.dropdown-menu li a {
    padding:10px 20px;
    background:#91aad9;
    color:#fff;
    border-bottom:1px solid #fff;
    text-transform:none;
    text-decoration:none;
}
.dropdown-menu li a .fa {
    color:#103378;
    margin-right:10px;
}
.dropdown-menu li a:hover .fa{
   color:#fff;
}
.dropdown-menu li:last-child a {
    border-bottom:0;
}
.dropdown-menu li a:hover{
   background:#103378;
   color:#fff;
   text-transform:none;
   text-decoration:none;
}
/*===================================================
Custom Accordian
===================================================*/
.custom-accordion .fa {
    color:#bcc927;
    font-weight:normal;
    margin-right:15px;
}

.custom-accordion  .panel-title a .toggle {
    width:32px;
    height:32px;
    float:left;
    background:url(../img/icon-toggle.png) 0 0 no-repeat;
    margin-right:15px;
}
.custom-accordion  .panel-title a.collapsed .toggle {
    background-position:0 -32px;
}
.custom-accordion  .panel-title a > span.sub {
    font-size:14px;
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif,Arial;
    padding-left:45px;
}

.custom-accordion .panel-default {
    border-radius:0;
    border:0;
    border-bottom:1px solid #dddddd;
    box-shadow: none;
    background:none;
}
.custom-accordion .panel-title {
    padding:10px 0;
    line-height: 1.4;
}
.custom-accordion .panel-title a{
    font-size:25px;
    color:#383c40;
    text-decoration:none;
}
.custom-accordion .panel-title a:hover {
    color:#777777;
}
.custom-accordion .panel-title a.collapsed{
    color:#777777;
}
.custom-accordion .panel-title a.collapsed:hover{
    color:#383c40;
}
.home .content {
    position:relative;
    overflow:hidden;
}
.home .content .panel-question {
    position:absolute;
    bottom:0;
    width:100%;
}

.home .panel-question .panel-body {
    background:#fff;
}
.panel-question {
    border:0;
    border-radius:0;
    box-shadow: none;
}
.panel-question .panel-heading {
    padding:0;
    background:#aaa;
    font-size:16px;
    color:#fff;
    position:relative;
    font-family: 'HelveticaNeueLTStd-Bold';
}
.panel-question .panel-heading:after {
    top: 100%;
	right: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-color: #fff;
	border-top-color: #aaa;
	border-width: 20px;
	margin-left: -30px;
}
article.home .panel-question .panel-heading:after {
    display:none;
}
article.home .panel-question .panel-heading a , article .panel-question .panel-heading span {
    display:block;
    text-decoration:none;
    color:#fff;
    background:url(../img/icon-support.png) left top no-repeat;
    padding:15px 0 14px 70px;
}
.panel-question .panel-heading img{
    margin-right:10px;
}
.panel-question .panel-body {
     border:1px solid #dddddd;
     border-top:0;
     border-radius:0;
     box-shadow: none;
}
/*===================================================
Custom Tabs
===================================================*/
.tab-pills {
    margin:30px 0;
}

.tab-pills > li > a {
    border-radius:0;
    text-decoration:none;
    background:#eeeeee;
    color:#878787;
    min-width:160px;
    margin-right:10px;
    margin-bottom:10px;
    font-family: 'HelveticaNeueLTStd-Bold';
}
.tab-pills > li.active > a{
    color: #fff;
    background-color: #91aad9;
}
 .tab-pills > li > a:hover, .tab-pills > li > a:focus, .tab-pills > li.active > a:hover{
    color: #fff;
    background-color: #777777;
}
/*===================================================
My Account Page
===================================================*/
#acc5 .radio label {
    padding-top: 5px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.tblAccUsers {
    font-family: 'HelveticaNeueLTStd-Bold';
    font-size: 14px;
}
.tblAccUsers thead{
    background:#454e53;
    color:#fff;
    font-family: 'HelveticaNeueLTStd-Bold';
}
.tblAccUsers > thead > tr > th {
    border-bottom:0;
    padding: 12px 8px;
}
.tblAccUsers > tbody > tr > td {
    border-top:0;
    border-bottom:1px solid #dddddd;
    padding: 12px 8px;
}

.my-account-list > h4 {
    padding:10px 0;
    line-height: 1.4;
    border-top:1px solid #dddddd;
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif,Arial;
    font-size:16px;
    margin:5px 0;
}
.my-account-list > h4 > a  {
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif,Arial;
    font-size:16px;
    color:#777;
    text-decoration:none;
    display:block;
}
.my-account-list > h4 > a:hover {
    color:#383c40;
}
.my-account-list > h4 > a .fa{
    color:#91aad9;
    font-size: 25px;
    margin-right:25px;

}
.my-account-list > h4 > a > span.sub {
    font-size:14px;
    font-family: 'HelveticaNeueLTStd-Roman', sans-serif,Arial;
    padding-left:40px;
    display:block;
}

.content-text{
     color:#13499f;
     font-size: 26px;
}
/*===================================================
Off Canvas Mobile Menu
===================================================*/

@media (max-width: 1200px) {
    /*.header {
        background: #fff;
        border-bottom:0;
        color: #636f78;
    }*/

    .offcanvas-toggle {
        background:none;
        padding:15px 10px 0;
        display: block;
        font-size: 22px;
        color:#777777;
    }
    .logo {
        margin:0 !important;
        display: block;
        padding:15px 0 10px;
    }
    .loggedin .logo {
        margin:0 !important;
        display: block;
        padding:20px 0 5px;
    }
    .logo img {
        max-height:30px;
    }
    .menu-contact {
        padding:14px 10px 0;
        display: block;
        font-size: 22px;
        color:#777777
    }
    .menu-contact:hover {
        color:#103378;
    }
    .offcanvas-toggle:hover{
        color:#103378;
    }
    .navbar-offcanvas .navbar-header {
        padding:20px 10px;
        border-bottom:1px solid #69757e;
    }
    .navbar-offcanvas .navbar-header small{
        color:#fff;
        text-transform:uppercase;
        font-size:10px;
        padding:10px 0 5px 5px;
        clear:both;
        display:block;
    }
    .navbar-offcanvas .navbar-header .navbar-brand {
        height:40px;
        padding:0;
    }
    .navbar-offcanvas .navbar-header  .navbar-brand  img{
        max-height:40px;
    }
    .offcanvas-toggle.offcanvas-toggle-close {
        padding:0 15px;
        color:#fff;
    }

    .offcanvas-toggle.offcanvas-toggle-close:hover {
         color:#91aad9;
    }
    .offcanvas-toggle.offcanvas-toggle-close img {
        max-height:32px;
    }
    .navbar-offcanvas { 
        overflow-y:auto;
        background: #fcfcfc;
    }
    .navbar-offcanvas::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }

    .navbar-offcanvas::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .navbar-offcanvas::-webkit-scrollbar-thumb{
        background-color: #555;
    }

    .mobilenav li {
        border-bottom:1px solid #69757e;
        /*background:#eee;*/
        color:#363d42;
    }
   
    .mobilenav li:hover,.mobilenav li.active {
        background:#91aad9;
    }
    
    .mobilenav li a,.mobilenav li a:focus {
        display:block;
        color:#363d42;
        text-decoration:none;
        text-transform:uppercase;
        padding:12px 15px;
        font-family:Arial;
        font-size:15px;
        font-weight:normal;
        background:none;
    }
    .mobilenav li a i {
        padding:5px 10px;
        color:#91aad9;
        font-size:16px;
        min-width: 38px;
    }
    .mobilenav li a .icon-account,.mobilenav li a .icon-reports,.mobilenav li a .icon-analytics,.mobilenav li a .icon-dashboard, .mobilenav li a .fa  {
        color:#363d42;
    }
    .mobilenav li:hover a,.mobilenav li.active a {
        background:#91aad9;
        color:#363d42;
    }

    .mobilenav li:hover a i,.mobilenav li.active a i  {
        padding:5px 10px;
        color:#363d42;
    }

    /* Sub 2*/
    .mobilenav li.sub2 {
        border-bottom:1px solid #69757e;
        /*background:#363d42;*/
        color:#363d42;
    }
    .mobilenav li.sub2 a {
        color:#363d42;
    }
    .mobilenav li.sub2 a i {
        color:#363d42;
    }
    .mobilenav li.sub2:hover,.mobilenav li.sub2.active {
        background:#91aad9;
    }

    .mobilenav li.sub2:hover a,.mobilenav li.sub2.active a {
        background:#91aad9;
        color:#363d42;
    }
    .mobilenav li.sub2:hover a i,.mobilenav li.sub2.active a i  {
        color:#363d42;
    }

    .mobilenav li.sub2 a {
        margin-left:40px;
    }


    /* Sub 3*/
    .mobilenav.secondary {
        margin-top:20px;
    }
    .mobilenav li.sub3 {
        border:0;
        background:none;
    }
    .mobilenav li.sub3 a {
        color:#363d42;
    }
    .mobilenav li.sub3:hover {
        background:none;
    }
    .mobilenav li.sub3 a {
        opacity:.5;
        margin-left:40px;
        padding:8px 15px;
    }
    .mobilenav li.sub3:hover a {
        background:none;
        color:#363d42;
        opacity:1;
    }
    
}
