.carousel-inner {
	position: relative;
	overflow: hidden;
	width: inherit;
	left: 0rem;
	top: 0rem;
	z-index: 1 !important;
    border: 0.1875rem  solid #ffffff;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0.625rem;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 1.875rem;
    height: 0.5rem;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    text-indent: -62.4375rem;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    opacity: .7;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #2b478f;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}



.carousel-control-prev-icon, .carousel-control-next-icon {
transform:scale(3.0,3.0);
}

.carousel-item-link{
cursor: pointer; 
}


.page-header {
  padding-bottom: 0.5625rem;
  margin: 1.25rem 0 1.25rem 0rem;
  border-bottom: 0.0625rem solid #eee;
  font-size: 120%;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.btn-default:link, .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 0.3125rem;
    
}

.thumbnail {
    display: block;
    padding: 0.375rem;
    margin-bottom: 1.25rem;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0.0625rem solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .thumbnail span > img,  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}


.panel {
    margin-bottom: 1.25rem;
    background-color: #fff;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .05);
    box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, .05);
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.list-group {
    padding-left: 0;
    margin-bottom: 1.25rem;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 0.0625rem 0;
    border-radius: 0;
}
/*.list-group-item {
    position: relative;
    display: block;
    padding: 0.625rem 0.9375rem;
    margin-bottom: -0.0625rem;
    background-color: #fff;
    border: 0.0625rem solid #ddd;
}
*/


.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-heading {
    padding: 0.625rem 0.9375rem;
    border-bottom: 0.0625rem solid transparent;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
}



.panel-body {
    padding: 0.9375rem;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-default {
    border-color: #ddd;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-success {
    border-color: #d6e9c6;
}

.btn:not(.btn-lg):not(.btn-sm){
font-size: 90%;
padding: 0.375rem 0.75rem;
} 

/*
a.list-group-item, button.list-group-item {
    color: #555;
}

.list-group {
    margin-bottom: 1.875rem;
    }

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}


a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}


.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}


a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

.list-group-item + .list-group-item {
    border-top-width: 0.0625rem;
}
*/

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 0.625rem;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}
.label-default {
    background-color: #777;
}
.label-success {
    background-color: #5cb85c;
}
.label-primary {
    background-color: #337ab7;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}

.help-block {
    display: block;
  /* margin-top: 0.3125rem; */
    margin-bottom: 0.625rem;
    color: #737373;
}

.pagination {
margin: 1.875rem 0rem;
}

.navbar  select.form-control {
	position: relative;
	width: 18%;
	margin: 0rem 0.9375rem 0rem 0rem;	
}
.dropdown-menu {
    will-change: unset !important;
    top: 3.125rem !important;
    left: unset !important;
    transform: unset !important;
}


.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.3125rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9em;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0.0625rem solid #ccc;
    border: 0.0625rem solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, .175);
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, .175);
}

.badge {
    display: inline-block;
    min-width: 0.625rem;
    padding: 0.1875rem 0.4375rem;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 0.625rem;
}

.card{
margin:0.625rem 0rem 2.1875rem 0rem;
}


.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}



.row {
	margin: 0rem !important;
}

a {
    color: #0056B3;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #15293F;
    text-decoration: underline;
}