﻿/*------------------------------------------------*/
/*	Skin: HMA
/*------------------------------------------------*/
/*@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=bad4a771-b9b1-4241-9205-cb87b841f03c);
@charset "UTF-8";

@font-face {
    font-family: 'Helvetica Neue LT Std 57 Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 57 Condensed'), url('/assets/fonts/HMA/HelveticaNeueLTStd-Cn.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 56 Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 56 Italic'), url('/assets/fonts/HMA/HelveticaNeueLTStd-It.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 47 Light Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 47 Light Condensed'), url('/assets/fonts/HMA/HelveticaNeueLTStd-LtCn.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 45 Light'), url('/assets/fonts/HMA/HelveticaNeueLTStd Lt.woff') format('woff');
}


@font-face {
    font-family: 'Helvetica Neue LT Std 77 Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 77 Bold Condensed'), url('/assets/fonts/HMA/HelveticaNeueLTStd-BdCn.woff') format('woff');
}*/

@font-face {
    font-family: "hyundai_sans_textregular";
    src: url("../../fonts/modernh/hyundaisanstext-regular.eot");
    src: url("../../fonts/modernh/hyundaisanstext-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/modernh/hyundaisanstext-regular.ttf") format("truetype"), url("../../fonts/modernh/hyundaisanstext-regular.woff") format("woff"), url("../fonts/modernh/hyundaisanstext-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
}


/* Authentication */
.login {
    background: url(/assets/img/bg_login2.jpg) top center;
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.login .footer {
    position: absolute;
}

.king .footer {
    position: relative;
}

.btn-auth {
    background-color: #fff;
    border-color: #ccc;
    color: #232323;
    max-height: 40px;
    padding: 8px;
    font-family: "hyundai_sans_textregular", Arial;
}

    .btn-auth:hover {
        background-color: #002D5E;
        border-color: #002D5E;
        color: #fff;
    }

.page-auth .inner-page {
    font-family: "hyundai_sans_textregular", "arial, helvetica, sans-serif";
    color: #fff !important;
}

.page-auth .center-block .btn-auth {
    margin-top: 0;    
}

.center-block {
    background-color: #fff !important;
    border: none !important;
    color: #333 !important; 
    background: rgb(255, 255, 255, 0.7) !important; 
}

.login-box a {
    font-family: "hyundai_sans_textregular", Helvetica, Arial, sans-serif;
    color: #002D5E;
}

    .login-box a:hover {
        border-bottom: 1px solid #002D5E;
    }

.page-auth .input-group {
    margin-bottom: 5px;
}
.page-auth input[type=text] {
    height: 40px !important;
    border: 1px solid #ccc;
    font-size: 14px;
}

.page-auth input[type=password] {
    height: 40px !important;
    border: 1px solid #ccc;
}

.page-auth .logo {
    margin-bottom: 0px;
}

@media (max-width: 540px) {
    h1 {
        font-family: "hyundai_sans_textregular", Arial;
        color: #232323 !important;
        margin-top: 15px;
        font-size: 0.5em;
        text-align: right;
        padding-right: 30px;
    }

    .page-auth .center-block {
        width: 90%;
        background: none;
        border: none;
    }

    .page-login .inner-page {
        padding-top: 10%;
    }

    .page-login .inner-page .links {
        font-size: 28px;
    }
}

@media (max-width: 720px) {
    h1 {
        font-family: "hyundai_sans_textregular", Arial;
        color: #232323 !important;
        margin-top: 15px;
        font-size: 1.5em;
        text-align: right;
        padding-right: 30px;
    }

    .page-auth .center-block {
        width: 80%;
        background: none;
        border: none;
    }

    .page-login .inner-page {
        padding-top: 10%;
    }

    .page-login .inner-page .links {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    h1 {
        font-family: "hyundai_sans_textregular", Arial;
        color: #232323 !important;
        margin-top: 10px;
        font-size: 1.5em;
        text-align: right;
        padding-right: 30px;
    }

    .page-auth .center-block {
        width: 90%;
        background: none;
        border: none;
    }

    .page-login .inner-page {
        padding-top: 45%;
    }

    .page-login .inner-page .links {
        font-size: 18px;
        /*padding-top: 70%;*/
    }
}

@media (min-width: 1140px) {
    h1 {
        font-family: "hyundai_sans_textregular", Arial;
        color: #232323 !important;
        font-size: 2em;
        margin-top: 15px;
        text-align: right;
        padding-right: 30px;
    }

    .page-auth .center-block {
        /*width: 60%;*/
        margin-left: 100px;
        background: none;
        border: none;
    }

    .page-login .inner-page {
        padding-top: 12%;        
    }

    .page-login .inner-page .links {
        font-size: 18px;
        /*padding-top: 40%;*/
    }
}

.login > .header {
    color: #232323;
    text-align: right;
    padding-right: 10px;
}

/*------------------------------------------------*/
/* general */
/*------------------------------------------------*/
.content-wrapper {
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    padding-top: 0;
    top: 13px;
}

    .content-wrapper .container {
        margin-left: 3%;
        width: 93%;
    }

a {
    color: #444;
}

    a:hover, a:focus {
        color: #347a98;
    }

.top-bar {
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
    min-height: 58px;
    font-size: 16px;
}

    .top-bar .container {
        /*margin-left: 10%;
        margin-right: 20%;*/
        width: 100%;
    }

    .top-bar .notifications a {
        color: #0c2340;    
        text-decoration: none;    
    }

    .top-bar .notifications a:hover {
        color: #232323;
        /*border-bottom: 2px solid #232323;*/
    }

    .top-bar .notifications .notification-item .btn-group > a {
        color: #232323;
    }

        .top-bar .notifications .notification-item .btn-group > a:hover {
            color: #333;
        }

    .top-bar .top-bar-right .btn-link {
        color: #232323;
    }

        .top-bar .top-bar-right .btn-link:hover {
            color: #333;
        }

    .top-bar .notifications .count {
        border-color: #fff;
    }

    .top-bar .searchbox input[type="search"] {
        background-color: transparent;
        border: 1px solid #ccc;
        font-size: 1em;
        color: #232323;
    }

    .top-bar .searchbox .btn {
        background: transparent;
        border: 1px solid #ccc;
        color: #232323;
    }

        .top-bar .searchbox .btn:hover {
            background: transparent;
            border: 1px solid #ccc;
            color: #232323;
        }

        .top-bar .searchbox .btn i {
            color: #232323;
        }

        .top-bar .searchbox .btn:hover {
            /*border-color: #fff;*/
        }

            .top-bar .searchbox .btn:hover i {
                /*color: #333;*/
            }

    .top-bar .logo {
        /*padding: 10px 0 0 50px;*/
    }

    .top-bar .searchbox {
        top: 22px;
        width: 15em;
    }

    .top-bar .logo {
        top: 10px;
    }
    .top-bar .notifications .dropdown-menu {
        top: 40px;
        border-top: none;
        background-color: #fafafa;
    }

    .top-bar .top-bar-right {
        top: 0 !important;
    }
.toggle-sidebar-collapse {
    margin-top: 2px;
}

body.ontop-nav .top-bar {
    padding: 0;
}

    body.ontop-nav .top-bar .logo {
        top: 4px;
    }

.content-wrapper.expanded-full {
    padding-top: 4px;
}

#main-navbar-collapse .nav .open > a, #main-navbar-collapse .nav .open > a:hover #main-navbar-collapse .nav .open > a:focus {
    background-color: transparent;
}

/*in Behalf*/
.in-behalf {
 
}

/*Left Menu*/
ul.main-menu > li a:hover {
    text-decoration: none;
    /*background-color: #0f0f0f; 
      color: #fff;*/
}

ul.main-menu > li.active > a {
    background-color: #fff;
    color: #5a5a5a;
}

/*Top Menu*/
.top-bar .dropdown {
    position: initial;
}

.top-bar .dropdown-menu {
    width: 100%;
}

    .top-bar .dropdown-menu > li {
        display: block;
    }

        .top-bar .dropdown-menu > li > a:hover {
            text-decoration: none;
            background-color: #fff;
            color: #333;
        }

.top-bar .dropdown .dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* widget */
.widget {
    border-color: lightgray;
}

    .widget .widget-header {
        background-color: #eeeeee;
        border-bottom-color: lightgray;
        color: #555;
    }

        .widget .widget-header em {
            color: #fff;
        }

        .widget .widget-header .btn-help {
            color: #38a5d3;
        }

        .widget .widget-header .widget-header-toolbar {
            border-left-color: #ddd;
        }

            .widget .widget-header .widget-header-toolbar .control-title {
                color: #fff;
            }

        .widget .widget-header .btn-group > a {
            color: #fff;
        }

            .widget .widget-header .btn-group > a:hover, .widget .widget-header .btn-group > a:focus {
                color: #cef1ff;
            }

    .widget .widget-content {
        background-color: #fff;
    }

/*Table*/
.table > thead > tr > th {
    border-top: 1px solid #efefef !important;
    border-bottom: 1px solid #efefef;
    background-color: #fafafa;
    height: 30px;
    vertical-align: middle;
}

    .table > thead > tr > th a {
        font-weight: bold;
    }

.table-sorting thead th a {
    font-size: 14px;
    text-transform: uppercase;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #fafafa;
}


/* main content */
.main-header h2 {
    color: #555;
    border-right-color: #555;
}

.main-header em {
    color: #555;
}

/* footer */
.footer {
    font-family: "hyundai_sans_textregular", Helvetica, Arial, sans-serif;
    background-color: #232323;
    color: #fff;
    border-top: 1px solid #666;
}

    .footer .container {
        margin-left: 10%;
        margin-right: 20%;
        width: 80%;
    }

.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
}

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

    .wizard_horizontal ul.wizard_steps li {
        display: table-cell;
        text-align: center;
    }

        .wizard_horizontal ul.wizard_steps li a,
        .wizard_horizontal ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
            opacity: 1;
            color: #666;
        }

            .wizard_horizontal ul.wizard_steps li a:before {
                content: "";
                position: absolute;
                height: 4px;
                background: #ccc;
                top: 20px;
                width: 100%;
                z-index: 4;
                left: 0;
            }

            .wizard_horizontal ul.wizard_steps li a.disabled .step_no {
                background: #ccc;
            }

            .wizard_horizontal ul.wizard_steps li a .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_horizontal ul.wizard_steps li a.selected:before,
            .step_no {
                background: #34495E;
                color: #fff;
            }

            .wizard_horizontal ul.wizard_steps li a.done:before,
            .wizard_horizontal ul.wizard_steps li a.done .step_no {
                background: #1ABB9C;
                color: #fff;
            }

        .wizard_horizontal ul.wizard_steps li:first-child a:before {
            left: 50%;
        }

        .wizard_horizontal ul.wizard_steps li:last-child a:before {
            right: 50%;
            width: 50%;
            left: auto;
        }

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}

    .actionBar .buttonDisabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

    .actionBar a {
        margin: 0 3px;
    }

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}

    .wizard_verticle ul.wizard_steps li {
        display: list-item;
        text-align: center;
    }

        .wizard_verticle ul.wizard_steps li a {
            height: 80px;
        }

            .wizard_verticle ul.wizard_steps li a:first-child {
                margin-top: 20px;
            }

        .wizard_verticle ul.wizard_steps li a,
        .wizard_verticle ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
            opacity: 1;
            color: #666;
        }

            .wizard_verticle ul.wizard_steps li a:before {
                content: "";
                position: absolute;
                height: 100%;
                background: #ccc;
                top: 20px;
                width: 4px;
                z-index: 4;
                left: 49%;
            }

            .wizard_verticle ul.wizard_steps li a.disabled .step_no {
                background: #ccc;
            }

            .wizard_verticle ul.wizard_steps li a .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_verticle ul.wizard_steps li a.selected:before,
            .step_no {
                background: #34495E;
                color: #fff;
            }

            .wizard_verticle ul.wizard_steps li a.done:before,
            .wizard_verticle ul.wizard_steps li a.done .step_no {
                background: #1ABB9C;
                color: #fff;
            }

        .wizard_verticle ul.wizard_steps li:first-child a:before {
            left: 49%;
        }

        .wizard_verticle ul.wizard_steps li:last-child a:before {
            left: 49%;
            left: auto;
            width: 0;
        }

.wizard ul li.active .chevron:before{
    border-left: 24px solid #002D5E;
}

.form_wizard .loader {
    display: none;
}

.form_wizard .msgBox {
    display: none;
}

.wizard ul li.active {
    color: #fff !important;
    background: #002D5E !important;
}

.wizard ul li {
    color: #555;
}

.wizard ul li.complete {
    color: #fff;
    background: #002D5E; }
    .wizard ul li.complete:hover {
        cursor: pointer;
        background: #002D5E; }
        .wizard ul li.complete:hover .chevron:before {
        border-left: 24px solid #002D5E; }
    .wizard ul li.complete .chevron:before {
        border-left: 24px solid #002D5E; }

.left-sidebar.minified {
    height: 100%;
    padding-top: 15px;
}

.left-sidebar {
    padding-top: 15px;
}

.inv-red {
    color: #971928;
}

.inv-green {
    color: #69AC1F;
}

.inv-blue {
    color: #002D5E;
}

.body {
    font-family: "hyundai_sans_textregular", Arial;
    font-size: 16px;
    color: #333;
    background: #fff;
}

/*ScrollBar Customization*/
.pre-scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.pre-scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.pre-scrollable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aaa;
}

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aaa;
}

.required-field {
    border: 1px solid #a94442 !important;
}

.loader {
    border: 16px solid #D4D4D4;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    background-color: transparent;
    opacity: 1;
    height: 120px;
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.highlight {
    box-shadow: 3px 3px 15px #c00;
}


/* top content, visible on every page */
@media screen and (max-width: 1199px) {
    div[class*="col-lg-"] .top-content {
        text-align: center;
    }
}

.top-content {
    /*text-align: right;*/
    margin-bottom: 20px;
    /* dashboard only */
    /* every page except dashboard */
}

    .top-content ul.mini-stat {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-bottom: 0;
    }

@media screen and (max-width: 992px) {
    .top-content ul.mini-stat {
        display: block;
    }
}

.top-content ul.mini-stat > li {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
}

    .top-content ul.mini-stat > li:first-child {
        border-left: none;
    }

@media screen and (max-width: 992px) {
    .top-content ul.mini-stat > li {
        width: 100%;
        border-left: none;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 992px) {
    .top-content ul.mini-stat > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.top-content ul.mini-stat h5 {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 0.85em;
    color: #888888;
}

    .top-content ul.mini-stat h5 .stat-value {
        display: block;
        font-size: 1.8em;
        margin-top: 3px;
    }

        .top-content ul.mini-stat h5 .stat-value.stat-color-seagreen {
            color: #3F7577;
        }

        .top-content ul.mini-stat h5 .stat-value.stat-color-green {
            color: #4BA84B;
        }

        .top-content ul.mini-stat h5 .stat-value.stat-color-blue {
            color: #1D92AF;
        }

        .top-content ul.mini-stat h5 .stat-value.stat-color-orange {
            color: #CE7B11;
        }

        .top-content ul.mini-stat h5 .stat-value.stat-color-red {
            color: #C00C00;
        }

        .top-content ul.mini-stat h5 .stat-value.stat-color-grey {
            color: #B2BABF;
        }

        .top-content ul.mini-stat h5 .stat-value.stat-color-yellow {
            color: #E7A13D;
        }

.top-content .mini-bar-chart {
    display: block;
    float: right;
    margin: 6px 0 0 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "hyundai_sans_textregular", Helvetica, Arial, sans-serif;
}
/*Text Colors*/

.text-color-red {
    color: #c00;
}

/* nav-pills */
.nav {
    background: #fafafa;
    min-height: 58px;
    margin-bottom: 0;
}

    .nav a {
        color: #333 !important;
        padding-top: 20px;
    }

.navbar-nav > li > a, #main-navbar-collapse .navbar-nav > li > a, #main-navbar-collapse .navbar-nav > li > a {
    padding-top: 25px !important;
    font-family: "hyundai_sans_textregular", Arial;
    text-transform: none;
    min-height: 75px;
}

    .navbar-nav > li > a:hover, #main-navbar-collapse .navbar-nav > li > a:focus, #main-navbar-collapse .navbar-nav > li > a:visited {
        color: #0c2340 !important;
        min-height: 75px;
        background-color: #fafafa !important;
        border-bottom: 3px solid #232323;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1d92af !important;
}

#main-navbar-collapse .dropdown-menu {
    background-color: #fafafa !important;
    color: #232323 !important;
    font-size: 16px;
    border-top: none;
    box-shadow: 5px 5px 6px rgba(0,0,0,.1);
}

    #main-navbar-collapse .dropdown-menu h2 {
        color: #0c2430;
    }

    #main-navbar-collapse .dropdown-menu > li > a {
        color: #333 !important;
    }

        #main-navbar-collapse .dropdown-menu > li > a:hover {
            /*color: #fff !important;*/
            color: #0c2340 !important;
            background-color: transparent;
        }

        #main-navbar-collapse .dropdown-menu > li > a.active {
            color: #fff !important;
            background-color: #333 !important;
        }

.nav-pills-custom-minimal {
    border-bottom: 1px solid #ccc;
}

    .nav-pills-custom-minimal > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 10px;
        border-top: 4px solid transparent;
        color: #CCCCCC;
    }

        .nav-pills-custom-minimal > li > a:hover, .nav-pills-custom-minimal > li > a:focus {
            background-color: transparent;
            color: #FFFFFF;
        }

    .nav-pills-custom-minimal > li.active > a, .nav-pills-custom-minimal > li.active > a:hover, .nav-pills-custom-minimal > li.active > a:focus {
        background-color: transparent;
        border-top-color: #C00C00;
        color: #FFFFFF;
    }

    .nav-pills-custom-minimal > li + li {
        margin-left: 30px;
    }

@media screen and (max-width: 480px) {
    .nav-pills-custom-minimal > li + li {
        margin-left: 0;
    }
}

.nav-pills-custom-minimal.custom-minimal-bottom > li a {
    border-top: none;
    border-bottom: 4px solid transparent;
}

.nav-pills-custom-minimal.custom-minimal-bottom > li.active > a, .nav-pills-custom-minimal.custom-minimal-bottom > li.active > a:hover, .nav-pills-custom-minimal.custom-minimal-bottom > li.active > a:focus {
    border-bottom-color: #C00C00;
}

.lead {
    font-size: 18px;
}

.legend {
    color: #555;
    font-size: 1.2em;
}

.faq-footer {
    font-size: inherit;
}

.ticket-box {
    transition: box-shadow .3s;
    width: 100%;
    height: 150px;
    min-height: 150px;
    box-shadow: 0 1px 8px 0 rgba(239,239,239,0.2);
    cursor: pointer;
    margin-bottom: 15px;
    display: table;
}

    .ticket-box p {
        display: table-cell;
        /*text-align: center;*/
        padding-left: 16px;
        vertical-align: middle;
    }

    .ticket-box:hover {
        box-shadow: 0 1px 11px 0 rgba(51,51,51,0.6);
    }

.listNews {
    padding-left: 0;
    list-style: none;
}

    .listNews li {
        padding: 5px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

.newsSummary {
    display: table;
}

.newsDate {
    display: table;
}

/*Buttons*/
.btn {
    border-radius: 7px;
}
.btn-rounded {
    border-radius: 7px !important;
}
.btn-default {
    color: #fff !important;
    background-color: #002D5E !important;
    border-color: #002D5E !important;
    border-radius: 7px !important;
}

    .btn-default:hover, .open .dropdown-toggle.btn-default, .btn-default:focus, .btn-default:active, .btn-default.active {
        color: #fff !important;
        background-color: #002D5E !important;
        border-color: #002D5E !important;
        border-radius: 7px !important;
    }

    .btn-default.disabled, .btn-default[disabled], .btn-default.disabled:hover, .open .disabled.dropdown-toggle.btn-default, .btn-default[disabled]:hover, .open [disabled].dropdown-toggle.btn-default, .btn-default.disabled:focus, .btn-default[disabled]:focus, .btn-default.disabled:active, .btn-default[disabled]:active, .btn-default.disabled.active, .btn-default[disabled].active {
        color: #fff !important;
        background-color: #333 !important;
        border-color: #333 !important;
        border-radius: 7px;
    }

    .btn-default .caret {
        border-top-color: #fff !important;
    }

.btn-caps-enabled {
    color: #fff;
    background-color: #002D5E;
    border-color: #fff;
    border-radius: 7px;
}

    .btn-caps-enabled:hover, .open .dropdown-toggle.btn-caps-enabled, .btn-caps-enabled:focus, .btn-caps-enabled:active, .btn-caps-enabled.active {
        color: #fff;
        background-color: #002D5E;
        border-color: #fff;
        border-radius: 7px;
    }

.btn-caps-disabled {
    color: #002D5E;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 7px;
}

.btn-primary {
    color: #333;
    background-color: #fff;
    border-color: #333;
    border-radius: 7px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
    .btn-primary .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #002D5E;
        border-color: #002D5E;
        border-radius: 7px;        
    }

.btn-custom {
    color: #333;
    background-color: #fff;
    border-color: #333;
    border-radius: 7px;
}

/*-----------------------------------------*/
/*Panel*/
/*-----------------------------------------*/
.panel {
    background-color: transparent;
}
.panel-group .panel .panel-minimal {
    background-color: transparent !important;
}

.panel-group .panel .panel-title > a {
    color: #fff;
}

.panel-title {
    font-size: 20px;
}
.panel-body .list-unstyled {
    padding: 0 20px 0 20px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

ul.main-menu > li.active > a {
    background: #002D5E;
    color: #fff;
}

.form-control-blue {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #002D5E;
    background-image: none;
    border: 1px solid #002D5E;
    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;
}
.panel-group-faq.top-faq .panel-heading .number {
    background-color: #002D5E;
}

.panel-primary > .panel-heading {
    color: #FFF;
    background-color: #002D5E;
    border: 1px solid #002D5E;
}

.modal-backdrop {
    z-index: 1;
}

.modal-header .close {
    margin-top: -22px;
}

.badge.element-bg-color-blue {
    background-color: #002D5E;
}

.wizard ul > li {
    cursor: pointer;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: none !important;
}

.caps-row-hidden {
    display: none !important;
}
caps-row-visible {
    display: inline-table !important;
}

.f-bg-selected {
    background-color: #002D5E !important;
    color: #fff !important;
}

.forecast-negative {
    color: #c00;
    font-weight: bold;
}

/* Ajax Loader */
#main {
    margin-top: 20px;
}

#loading-bar {
    background-color: #f00;
    height: 3px;
    width: 0;
    position: absolute;
    z-index: 666000666;
    -webkit-transition: width 500ms ease-out, height 500ms ease-out;
    -moz-transition: width 500ms ease-out, height 500ms ease-out;
    -o-transition: width 500ms ease-out, height 500ms ease-out;
    transition: width 500ms ease-out, height 500ms ease-out;
}

    #loading-bar.no-transition {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    #loading-bar.top, #loading-bar.bottom, #loading-bar.left {
        left: 0;
    }

    #loading-bar.top, #loading-bar.left, #loading-bar.right {
        top: 0;
    }

    #loading-bar.left, #loading-bar.right {
        width: 5px;
        height: 0;
    }

    #loading-bar.bottom {
        bottom: 0;
    }

    #loading-bar.right {
        right: 0;
    }

   .label-info {
       background-color: #002D5E;
       color: #fff;
       padding: 10px;
       margin-right: 20px;
   }

   .text-red {
       color: red;
   }

.question-mark {
    display: block;
    width: 20px;
    float: left;
    margin-top: 10px;
}
