﻿*:focus {
    box-shadow: none!important;
}

.mainViewBody {
    background-color: rgba(0, 0, 0, 0.0);
    overflow: hidden;
    margin: 0 auto;
    float: none;
    box-sizing: border-box;
    

}

.searchViewDiv {
    padding: 0 0.75em;
    display: none;
    
}

.detailsViewDiv {
    background-color: white;
}

#btnCloseModal {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-device-width: 40em)  {
    .mainViewBody .detailsViewDiv {
        width: 99% !important;

  }
}

@media screen and (max-width: 40em)  {
.sidebar-nav  {
        padding: 5px !important;
  }
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.btn {
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #0064AC;
    border-color: #005593;
    transition: background-color 0.2s, color 0.2s, opacity 0.2s, border 0.2s;
    background-image: none;
    border-radius: 2px;
    border: 0px solid transparent;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #007CD5;
        border-color: #000b13;
    }

h1, h2, h3, h4, h5, h6 {
    color: black;
}

h1 {
    font-size: 35pt;
}

.nav > li > a {
    padding: 10px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #000;
    background-color: #fff;
    font-weight: bold;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: bold;
}

.nav-pills > li > a {
    border-radius: 0px;
}


.form-control {
    border-radius: 0px;
}

.form-group-sm .form-control {
    border-radius: 3px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #fff;
    border-color: #000;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.container-fluid > div {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.navbar-default {
    border-radius: 0px;
}
.list-group-item {
    padding: 0.45rem 1.25rem;
}
    .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
.list-group-item:hover,
.list-group-item:focus,
.list-group-item:active {
    font-weight: bold;
    text-shadow: none;
    background-image: none;
    filter: none;
}

.active {
    font-weight: bold;
    text-shadow: none;
    background-image: none;
    filter: none;
    
    border-bottom: 3px solid #fcbd1b;
}

.modal-header {
    
    max-width: 100%;
    /*margin-left: auto;
    margin-right: auto;*/
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-header h3 {
    font-size: 24px;
}

.modal-body {
    text-align: center;
}

.modal-title {
    width: 100%;
}

.modal-content {
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

.btn-close, .modal-header .close {
    width: 0px;
    height: 24px;
    position: absolute;
    z-index: 20;
    background-color: #999;
    border-radius: 2px;
    color: #FFF;
    padding: 0;
}

.close {
    font-size: 24px;
    font-weight: normal;
    line-height: 16px;
    
}

.modal-header .close {
    vertical-align: middle;
    text-align: center;
    top: 24px;
    right: 40px;
    opacity: 1;
    margin-top: -6px;
    padding-top: -6px;
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #999;
}

#btnGoToBack {
    color: #0064AC;
}
#btnGoToBack:hover {
    text-decoration: underline;
}
