.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem !important;
}

a .panel-title {
text-transform: uppercase;
}

a.acc-header {
    color: #fff !important;
    text-decoration: none !important;
}

a.acc-header {
    display: flex;
    align-items: center;
    height:3rem;
}

.accordion-icon {
    font-size: 3rem;
    width: 5rem;
    text-align: center;
}

.left-univ-title {
    left: -154px;
}

.left-univ-title {
    position: fixed;
    z-index: 1;
    top: 14.8pc;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform-origin-y: bottom;
    font-size:84px;
    font-weight: 900;
    color: #c5c5c5;
    -moz-transform-origin: bottom;
    left: -32px;
    text-transform: uppercase;
}

section:first-of-type {
    margin-top: -41px;
}

.constrain {
    width: 820px;
    margin: 0 auto;
    position: relative;
    top: 141px;
    /* overflow: hidden; */
    min-height: 250px;
}

.marquee h1 {
    font-size: 80px;
    line-height: 101px;
    font-family: Oswald;
    margin-bottom: 0px !important;
    /* text-transform: capitalize; */
}

.panel-group {
    margin-bottom: 5px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    font-size: 11px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.head-convovation {
/*     background-color: #ff2261 !important; */
	background:linear-gradient(90deg, #585858, #979696);
    border-color: white !important;
    color: white !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading {
    padding: 10px 15px;
}

.panel-title {
	  margin: 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    font-family: Oswald !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-title a {
    text-transform: uppercase;
}

.page .container {
    position: relative;
    width: 100%;
}
.supsystic-table thead {
/*     background: #ff2261; */
	    background: #454545;
    color: white;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none;
}

.dataTables_wrapper {
	font-size: 10px !important;
}



header {
    background:linear-gradient(90deg, #585858, #979696);
}
button, input, select, textarea {
border: 1px solid;
}
section {
padding: 0 !important;
}
/* .row {
display: block !important;
} */
#supsystic-table-43 thead th,
#supsystic-table-43 thead td {
    border-bottom: none !important;
    font-family: Oswald;
    text-align: center;
    border: 1px solid #ddd;
    border-right: none;
    font-size: 11px;
    padding: 8px;
    width: auto !important;
    min-width: auto !important;
}

#supsystic-table-43 tbody th,
#supsystic-table-43 tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: Oswald;
    font-size: 11px;
}

#supsystic-table-43 tbody>tr>td:first-child {
    vertical-align: middle !important;
}


.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
    display: none;
}

select[name=supsystic-table-1_length] {
    padding: 3px;
    font-size: 11px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Oswald;
}

#supsystic-table-43_wrapper label {
    font-family: Oswald;
    font-size: 11px;
    margin-bottom: 0px;
}


.next {
    margin-right: 0 !important;
}

.previous {
    margin-left: 1px;
}

/*media*/

@media(max-width: 880px) {
.marquee {
padding: 20px 0 54px;
}
.marquee h1 {
font-size: 30px;
line-height: 40px;
}
}
@media(max-width: 1260px) {
.left-univ-title {
display:none;
}
}

@media (max-width: 880px) {
html .constrain {
padding-left: 16px;
padding-right: 16px;
width: 100%;
margin-top: -48px;
}
}