﻿@font-face {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.panel-primary{
    border-color:#00377B;
}

.panel-primary>.panel-heading{
    background-color:#00377B; 
    border-color:#00377B;
}

.customCarousel{
    width: auto;
    height: 400px;
    max-height: 400px;
}

.pdlb{
    font-family: 'Verdana' !IMPORTANT;
    font-style: normal !IMPORTANT;
    font-weight: normal !IMPORTANT;
    font-size: 15px !IMPORTANT;
}

/* Multi-Level Dropdown Start*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

/* Multi-Level Dropdown Ende */

.navbar-nav > li > a {padding-top:5px; padding-bottom:5px !important;}

.navbar {min-height:40px !important}

.second-navbar{
    background-color:#809ABB;
    z-index:997;
}

.navbar-default-style {
    margin-top: -60px !important;
    margin-bottom: 0px;
    border-bottom: 1px solid #808080;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    background-color: #002e67;
}

.input-validation-error {
    border: 1px solid rgba(199, 32, 32, 0.57);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(199, 32, 32, 0.57);
    -moz-box-shadow: 0px 0px 8px 0px rgba(199, 32, 32, 0.57);
    box-shadow: 0px 0px 8px 0px rgba(199, 32, 32, 0.57);
}

.validation-summary-errors {
    color: #A94442;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.field-validation-error {
    text-shadow: 1px 1px 1px #000000;
}

.validation-summary-errors > ul {
    list-style: none;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

    .validation-summary-errors > ul > li {
        padding: 5px 7px;
        background-color: #F2DEDE;
        color: #A94442;
        border: 1px solid #eecbcb;
        margin: 1px;
        border-radius: 6px;
    }

.brand-style span {
    color: #353434;
    font-size: 25px;
    text-shadow: 1px 1px 1px #868383;
    text-transform: uppercase;
    padding-left: 30px;
}

.main-brand {
    margin-top: -1px;
    text-shadow: 1px 1px 2px #000;
}

.e-grid {
    font-size: 12px;
}

    .e-grid .e-rowcell {
        padding-bottom: 3px;
        padding-top: 3px;
    }

body {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efecec;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
