/*#bootstrap-touch-slider,
#myCarousel {
	position: relative;
	width: 1250px;
	height: 460px;
    border-radius: 0px 0px  10px 10px; 
	overflow: hidden;
	background: #FFFFFF url(../../img/playerimg/) no-repeat left top;
}
.carousel-inner a  > img,
#playerimgdiv .img-responsive, 
#playerimgdiv .thumbnail > img, 
#playerimgdiv .thumbnail a > img, 
#playerimgdiv .carousel-inner > .item > img, 
#playerimgdiv .carousel-inner > .item > a > img {
	display: block;
	width: 1250px;
	height: 460px;
}
*/
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 1440px;
	left: 0px;
	top: 0px;
	z-index: 0 !important;
}

.Edg .carousel-inner {
left: -11.5px;
}
.FF .carousel-inner {
left: -8.5px;
}
.Chrome .carousel-inner {
left: -7.5px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    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: 30px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .7;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #e60012;
}

.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: 9px;
  margin: 20px 0 20px 0px;
  border-bottom: 1px 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: 5px;
    
}

.thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.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: 1px 0;
    border-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px 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: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.panel-body {
    padding: 15px;
}

.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: 6px 12px;
} 


a.list-group-item, button.list-group-item {
    color: #555;
}

.list-group {
    margin-bottom: 30px;
    }

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: 1px;
}


.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}

.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: 5px; */
    margin-bottom: 10px;
    color: #737373;
}

.pagination {
margin: 30px 0px;
}

.navbar  select.form-control {
	position: relative;
	width: 18%;
	margin: 0px 15px 0px 0px;	
}
/*
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
*/

.dropdown-menu {
    will-change: unset !important;
    top: 50px !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: 160px;
    padding: 5px 0;
    margin: 2px 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: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    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: 10px;
}

.card{
margin:10px 0px 35px 0px;
}


.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;
}

/*
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
*/

/*
.carousel-indicators {
	position: absolute;
	top: 20px !important;
	left: 0%!important;
	z-index: 150 !important;
	width: 85%;
	height: 15px !important;
	margin-left: -35%;
	padding-left: 0;
	list-style: none;
	text-align: left !important;
}

.carousel-indicators li {
	display: inline-block;
	width: 30px !important;
	height: 30px !important;
	margin: 0px !important;
	text-indent: -999px;
	border: 1px solid #c3733a !important;
	border-radius: 30px !important;
	cursor: pointer;
	background-color: #000 \9 !important;
	background-color: rgba(0,0,0,0) !important;
}

.carousel-indicators .active {
	margin: 0 !important;
	width: 30px !important;
	height: 30px !important;
	background-color: #c3733a !important;
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: unset;
    margin-top: unset;
    margin-bottom: unset
}


*/
/*
.radio input[type="radio"], 
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 10px;
}
*/
/*
input[type="checkbox"] {
    margin: 9px 0px 0px 0px;
}
*/

.row {
	margin: 0px !important;
}
