﻿body {
    padding-top: 65px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 460px;
}

/* 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;
}

.footer {
    width: 100%;
    background-color: #606060;
    padding: 35px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

h4 {
    color: #3372a3;
}

.bold {
    font-weight:bold;
}

/*-----------Navigation--------------*/
.navbar-custom {
    background-color: #3372a3;
}

    .navbar-custom .navbar-nav > li > a {
        color: #fff;
        margin-left: 0px;
        margin-right: 0px;
        text-decoration: none;
        font-size: 16px;
    }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        text-decoration: none;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            /*background-color: #276da3;*/
            background-color: #3889c8;
        }

    .navbar-custom .navbar-toggle .icon-bar {
        background-color: #fff;
        text-decoration: none;
        color: #fff;
    }

    .navbar-custom .nav .dropdown .dropdown-menu {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background-color: #fff;
        margin-left: 0px;
        border: none;
    }

  .navbar-custom .nav .dropdown .dropdown-menu li a:hover {
    background-color: #276da3;
  }

.monitorTable {
    border-collapse: collapse;
    background-image: url('../../Content/Images/monitorBG.png');
    background-repeat: repeat;
    background-color: #fff;
    background-position: 0px -2px;
    margin-top: 40px;
    width: 100%;
    border: none;
    color: #808080;
    font-size:14px;
}

    .monitorTable span {
        font-size: 24px;
        color: #fff;
    }

.req:after {
    color: red;
    /*font-size: 20px;*/
    font-weight: bold;
    content: " *";
    padding-top:-5px;
}

/* VALIDATION  */
.field-validation-error {
    color: #d54c45;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #a93c37;
    color: #d54c45;
}


.validation-summary-errors {
    font-weight: bold;
    color: #d54c45;
    font-size: 16px;
}

.validation-summary-valid {
    display: none;
}

.homepage-img {
    background-image: url('../../Content/Images/lookingGlass.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #fbfbfb;
}

div.alphabetPager a {
    padding: 2px 4px 2px 4px;
    font-size: 16px;
    margin-right: 0px;
    text-decoration: none;
    background-color: #fff;
}

    div.alphabetPager a.selected {
        background-color: #3372a3;
        color: white;
        padding: 2px 4px 2px 4px;
    }

    div.alphabetPager a:hover {
        margin-top: 2px;
        margin-bottom: 2px;
        background-color: #808080;
        color: white;
        padding: 2px 4px 2px 4px;
    }

.editor-label{
    font-weight:normal;
    font-size:14px;
    color:#808080;
}

.editor-field{
    margin-bottom:10px;
}




  
   




