﻿/*------------------------------------------------*/
/*	Skin: Subaru
/*------------------------------------------------*/
@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=bad4a771-b9b1-4241-9205-cb87b841f03c);
@charset "UTF-8";

/* Authentication */
.login {
    /*background: url(/assets/img/bg_login.jpg) top center;*/
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: "Ford Antenna", Helvetica, Roboto, Arial, sans-serif;
}
.btn-auth {
    background-color: #1e1e1e;
    border-color: #fff;
    color: #fff;
    padding: 1.5rem 5rem;
    border-radius: 5px;
}
    .btn-auth:hover {
        color: #fff;
        background-color: #9e9fa3;
        border-color: #9e9fa3;
        border-radius: 5px;
    }

.center-block {
    opacity: 1;
    background-color: #1e1e1e !important;
    border: 1px solid #1e1e1e !important;
    color: #fff;
    transition: box-shadow .3s !important;
    box-shadow: 0 1px 8px 0 rgba(239,239,239,0.2) !important;
    padding: 40px !important;
    opacity: 0.9;
}

.full-page-wrapper .inner-page {
    padding-top: 14%;
}

.login .title {
    font-size: 2.2rem !important;
    line-height: 2.8rem !important;
}

.login-box {
    /*margin-left:120px;*/
}

.login .links a {
    color: #fff;
}
/*.login {    
    background: url(/assets/img/login/1.jpg) top center;
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.btn-auth {
    background-color: #fff;
    border-color: #ccc;
    color: #232323;
    max-height: 40px;
    padding: 8px;
    font-family: "Open Sans", "arial, helvetica, sans-serif";
}

    .btn-auth:hover {
        background-color: #1d4f77;
        border-color: #1d4f77;
        color: #fff;
    }

.page-auth .inner-page {        
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    color: #fff !important;
}

.page-auth .center-block .btn-auth {
    margin-top: 0;
}

.login-box a {
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    color: #0276b3 !important;
}

    .login-box a:hover {
        font-family: "Open Sans", "arial, helvetica, sans-serif";
        color: #0276b3 !important;
        border-bottom: 2px solid #0276b3;
    }

.login .header {
    color: #e6134b !important;
}

.page-auth .input-group {
    margin-bottom: 5px;
}
.page-auth input[type=text] {
    height: 40px !important;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 0.8em;    
}

.page-auth input[type=password] {
    height: 40px !important;
    border: 1px solid #ccc;
    border-left: none;
}*/

@media (max-width: 540px) {
    h1 {
        font-family: "Open Sans", "arial, helvetica, sans-serif";
        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;
        padding-top: 90%;
    }
}

@media (max-width: 720px) {
    h1 {
        font-family: "Open Sans", "arial, helvetica, sans-serif";
        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: 20%;
    }

    .page-login .inner-page .links {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    h1 {
        font-family: "Open Sans", "arial, helvetica, sans-serif";
        color: #232323 !important;
        margin-top: 10px;
        font-size: 1.5em;
        text-align: right;
        padding-right: 30px;
    }

    .page-auth .center-block {
        width: 50%;
        background: none;
        border: none;
    }

    .page-login .inner-page {
        padding-top: 10%;
    }

    .page-login .inner-page .links {
        font-size: 18px;
        padding-top: 70%;
    }
}

@media (min-width: 1140px) {
    h1 {
        font-family: "Open Sans", "arial, helvetica, sans-serif";
        color: #232323 !important;
        font-size: 2em;
        margin-top: 15px;
        text-align: right;
        padding-right: 30px;
    }

    .page-auth .center-block {
        width: 25%;
        background: none;
        border: none;
    }

    .page-login .inner-page {
        padding-top: 12%;
    }

    .page-login .inner-page .links {
        font-size: 18px;
        padding-top: 2%;
    }
}

.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%;
        padding-top: 30px;
    }

a {
    color: #444;
}

    a:hover, a:focus {
        color: #347a98;
    }

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    min-height: 58px;
    font-size: 16px;
}

    .top-bar .container {
        margin-left: 10%;
        margin-right: 20%;
        width: 80%;
    }

    .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 #0276b3;
        font-size: 1em;
        color: #0276b3;
    }

    .top-bar .searchbox .btn {
        background: transparent;
        border: 1px solid #0276b3;
        color: #0276b3;
    }

        .top-bar .searchbox .btn:hover {
            background: transparent;
            border: 1px solid #0276b3;
            color: #0276b3;
        }

        .top-bar .searchbox .btn i {
            color: #0276b3;
        }

        .top-bar .searchbox .btn:hover {
            /*border-color: #fff;*/
        }

            .top-bar .searchbox .btn:hover i {
                /*color: #333;*/
            }

    .top-bar .logo {
        padding: 20px 0 0 50px;
    }

    .top-bar .searchbox {
        top: 22px;
        width: 15em;
    }

body.ontop-nav .top-bar {
    padding: 0;
    padding-left: 2%;
}

    body.ontop-nav .top-bar .logo {
        top: -5px;
    }

.content-wrapper.expanded-full {
    padding-top: 4px;
}

#main-navbar-collapse {
    /*margin-right: 50px;*/
}

#main-navbar-collapse .nav .open > a, #main-navbar-collapse .nav .open > a:hover #main-navbar-collapse .nav .open > a:focus {
    background-color: transparent;
}

body.ontop-nav .top-bar .navbar-toggle {
    color: #0276b3;
}

body.ontop-nav .top-bar .navbar-toggle:hover, body.ontop-nav .top-bar .navbar-toggle:active, body.ontop-nav .top-bar .navbar-toggle:focus {
    color: #0276b3;
}

/*in Behalf*/
.in-behalf {
    /*color: #fff;*/
}

/*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 {
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    height: 30px;
    vertical-align: middle;
}

    .table > thead > tr > th a {
        font-family: "Open Sans", "arial, helvetica, sans-serif";
        font-weight: bold;
    }

.table-sorting thead th a {
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    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 {    
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    vertical-align: middle;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    background-color: #f7f7f7;
}


/* main content */
.main-header h2 {
    color: #555;
    border-right-color: #555;
}

.main-header em {
    color: #555;
}

/* footer */
.footer {
    background-color: #f7f7f7;
    color: #555;
    border-top: 1px solid #e7e7e7;
    left: -1px;
}

    .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 #1e1e1e;
}

.form_wizard .loader {
    display: none;
}

.form_wizard .msgBox {
    display: none;
}

.wizard ul li.active {
    color: #fff;
    background: #1e1e1e !important;
}

.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: "Open Sans", "arial, helvetica, sans-serif";
    font-size: 16px;
    color: #333;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "arial, helvetica, sans-serif";
  color: #555 !important;
}


/*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;
}

/*Text Colors*/

.text-color-red {
    color: #c00;
}

/* nav-pills */
.nav {
    background: #fff;
    min-height: 58px;
    margin-bottom: 0;
    width: 100%;
}

    .nav a {
        color: #555 !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: "Open Sans", "arial, helvetica, sans-serif";
    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: #555 !important;
        min-height: 75px;
        background-color: #fff !important;
        border-bottom: 3px solid #e6134b;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
    /*background-color: #1d92af !important;*/
}

#main-navbar-collapse .dropdown-menu {
    background-color: #fff !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, #main-navbar-collapse .dropdown-menu h3 {
        color: #555;
        border-bottom: 1px solid #e7e7e7;
    }

    #main-navbar-collapse .dropdown-menu > li > a {
        color: #555 !important;
    }

        #main-navbar-collapse .dropdown-menu > li > a:hover {
            /*color: #fff !important;*/
            color: #e6134b !important;
            text-decoration: underline;
            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;
    background-color: 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: #0276b3;
    background-color: transparent;
}

.lead {
    font-size: 18px;
}

.legend {
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    color: #0276b3 !important;
    font-size: 1.2em;
}

.form-control {
    font-family: "Open Sans", "arial, helvetica, sans-serif";
}

.breadcrumb, .breadcrumb a {
    font-family: "Open Sans", "arial, helvetica, sans-serif";
    color: #e6134b;
}


.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);
    }

    .ticket-box-big {
    transition: box-shadow .3s;
    width: 100%;
    height: 250px;
    min-height: 250px;
    box-shadow: 0 1px 8px 0 rgba(239,239,239,0.2);
    margin-bottom: 15px;
    display: table;
    cursor: pointer;
    border: 1px solid #e5e5e5;    
    color: #fff;
}

    .ticket-box-big .summary {
        font-size: 14px;
        padding: 0 15px;
        min-height: 3.7em;
    }

    .ticket-box-big p {
        display: table-cell;
        padding-left: 16px;
        vertical-align: middle;
    }

    .ticket-box-big .button {
        position: absolute;
        bottom:   50px;
        display: block;         
        overflow: auto;
        left: 50%;
        transform: translate(-50%,0)
    }

    .ticket-box-big: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;
    }

        .listNews li:last-child {
            border-bottom: none;
        }

.newsSummary {
    display: table;
}

.newsDate {
    display: table;
}

/*Buttons*/
.btn-default {
    color: #fff;
    background-color: #e6134b;
    border-color: #e6134b;
}

    .btn-default:hover, .open .dropdown-toggle.btn-default, .btn-default:focus, .btn-default:active, .btn-default.active {
        color: #e6134b;
        background-color: #fff;
        border-color: #e6134b;
    }

    .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 {
        background-color: #7c7c7c;
        border-color: #555555;
    }

    .btn-default .caret {
        border-top-color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
    .btn-primary .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

.alert-danger {    
    background-color: #f7f7f7; 
    border-color: #f1f1f1; 
    color: #0c2430;
    padding: 200px; 
    text-align: center;
}

/*-----------------------------------------*/
/*Panel*/
/*-----------------------------------------*/
.panel {
    background-color: transparent;
}
.panel-group .panel .panel-minimal {
    background-color: transparent !important;
}

.panel-group .panel .panel-title > a {
    color: #333;
}

.panel-title {
    font-size: 20px;
}
.panel-body .list-unstyled {
    padding: 0 20px 0 20px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.latestNewsHeader {
    color: #e6134b !important;
}

.homeHeader {
    color: #e6134b !important;
}

.quick-link-item {
    /*border-right: 1px solid #e7e7e7;*/
    padding-bottom: 10px;
    width: 14%;
}

    .quick-link-item icon-red:hover {
        color: #000 !important;
        transform: scale(1.5);
    }

    .quick-link-item a {
        color: #d0043c !important;
    }

@media screen and (max-width: 1200px) {
    .quick-link-item {
        display: block;
        margin: auto !important;
        width: 33.3%;
    }

    .lastItem {
        float: inherit;
    }
}

@media screen and (max-width: 500px) {
    .quick-link-item {
        display: block;
        margin: auto !important;
        width: 33.3%;
        float: inherit;
    }

    .lastItem {
        float: inherit;
    }
}

.inner h2 {
    color: #d0043c !important;
}

.quick-link-item a {
    color: #1e1e1e !important;
}

.package .header {
    background-color: #e6134b;
    color: #fff;
    padding: 5px 0 10px 10px;
}

.form-control-blue {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #1e1e1e;
    background-image: none;
    border: 1px solid #1e1e1e;
    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;
}