﻿
/* Accordion */

.accordion-default {
    border: 1px solid #ddd;
}

.accordion-default > .panel-heading {
    border-bottom: 1px solid #B3B3B3 !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff) to(#DFDFDF));
    background: -webkit-linear-gradient(#fff, #DFDFDF);
    background: -moz-linear-gradient(#fff, #DFDFDF);
    background: -o-linear-gradient(#fff, #DFDFDF);
    background: linear-gradient(#fff, #DFDFDF);
    background-repeat: no-repeat; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    color: #f15a29 !important;
}

.accordion-default > .panel-heading > .panel-title,
.accordion-default > .panel-heading > .panel-title a,
.accordion-default > .panel-heading > .panel-title a:hover,
.accordion-default > .panel-heading > .panel-title a:active,
.accordion-default > .panel-heading > .panel-title a:visited,
.accordion-default > .panel-heading > .panel-title a:focus {
    color: #f15a29 !important;
    text-decoration: none;
    font-weight: 600;
}

.accordion-default > .panel-heading > .panel-title i {
    padding-top: 1px;
    padding-left: 10px;
    font-size: 13px;
    border-left: 1px solid rgb(204, 204, 204);
}

.accordion-default > .panel-heading > .panel-title i.fa-chevron-down,
.accordion-default > .panel-heading > .panel-title i.fa-chevron-right {
    color: rgba(47, 126, 196, 1) !important;
}

.accordion-default > .panel-heading > .panel-title span.text-muted i.fa-chevron-right {
    color:rgb(170, 170, 170) !important;
}

/* Carousel */

.carousel-no-controls .carousel-control { 
    visibility: hidden; 
}

.carousel .carousel-control {
    width: 0px;
}

.carousel .carousel-control .glyphicon-chevron-right, 
.carousel .carousel-control .icon-next {
    right: 25px;
}

.carousel .carousel-control .glyphicon-chevron-left, 
.carousel .carousel-control .icon-prev {
    left: 25px;
}

.carousel .carousel-indicators {
    visibility: hidden;
}

/* Inputs */

.has-error .form-control {
    background: #f2dede;
}

.has-error .input-group-btn .btn {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

.required::before {
    content: "*" !important;
    color: red !important;
    padding-right: 3px;
}

.required-after::after {
    content: "*" !important;
    color: red !important;
    padding-right: 4px;
}

.labelNotBold {
    font-weight:normal;

}
/* Nav Bar */

.navbar {
    min-height: 70px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-brand {
    height: 70px;
    line-height: 70px;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 15px;
}

.navbar-nav {
    margin-top: 8px;
}

.navbar-default .navbar-nav > li > a {
    color: #2b78b9;
}

.navbar-logo-box {
    padding-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Popovers */

.popover-600 {
    width:600px;
    max-width:600px;
}

.popover-title {
    font-weight:bold;
}

/* Tooltips */

.tooltip-error {
    font-size: 12px;
}

.tooltip-error .tooltip-inner {
    color: #ffffff;
    background-color: #a94442;
}

.tooltip-error.top .tooltip-arrow,
.tooltip-error.top-left .tooltip-arrow,
.tooltip-error.top-right .tooltip-arrow
{
    border-top-color: #a94442;
}

.tooltip-error.right .tooltip-arrow {
    border-right-color: #a94442;
}

.tooltip-error.left .tooltip-arrow {
    border-left-color: #a94442;
}

.tooltip-error.bottom .tooltip-arrow,
.tooltip-error.bottom-left .tooltip-arrow,
.tooltip-error .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #a94442;
}

.tooltip-info {
    font-size: 13px;
}

.tooltip-info .tooltip-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Wells */

.well {
    min-height: 0px !important;
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}