@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    /*background: radial-gradient(circle at 0% 0%, #373b52, #252736 51%, #1d1e26);*/
}

.main-content{
    background: #fff;
    border-radius: unset;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.main-content .card-header{
    margin-left: 0;
    margin-right:0;
    margin-bottom: 15px;
}

body.live-stream-body{
    padding-top: 0px;
    padding-bottom: 0px;
    background: #000;
}

body.live-stream-body .video-container{
    margin-top: 0px;
    background: #000;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #D4213D;
    text-decoration: none;
}

h1.page-title {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

div.active-stream {
    transition: all 0.5s ease;
    color: #70d900;
    background-color: #EEE;
    margin: 0 auto;
    display: block;
    text-align: center;
}

div.inactive-stream {
    color: #aaa;
    background-color: #EEE;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.status-icon {
    margin: 0 auto;
    color: #d2d2d2;
}

.card-header-default .status-icon{
    color: #999;
}

a div.stream-info, a div.stream-info:hover, a div.stream-info:focus{
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

/*navbar*/
.navbar-brand{
    padding: 0px;
}

a.navbar-brand > img{
    margin-top: -6px;
}

.navbar-inverse{
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#ffffff 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: unset;
    border-bottom: none;
    box-shadow: 1px 1px 10px #ccc;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a{
    text-shadow: none;
    color: #333;
    font-weight: 500;
    transition: .3s all;
}

.navbar .navbar-nav .nav-item .nav-link{
    position: relative;
    color: inherit;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: unset;
    line-height: 20px;
}

.navbar-nav>li>a:hover{
    color: #D4213D;
}

.navbar-nav>li.login>a{
    color: #D4213D !important;
    font-weight: 500;
    font-size: 20px;
}

.navbar-nav>li>a.profile .fa-2x{
    vertical-align: middle;
}

.navbar-nav>li>a.profile{
    color: #D4213D !important;
    font-weight: 500;
    padding: 11px;
}

.navbar-nav>.active>a, .navbar-nav>.open>a, .navbar-nav>.open>a, .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover{
    background: #fff;
    color: #D4213D;
    box-shadow: none;
}

/*dropdown*/
.navbar-nav .dropdown-menu, .navbar-admin .dropdown-menu{
    border: 1px solid #ddd;
    padding: 0;
}

.navbar-nav .dropdown-menu .divider, .navbar-admin .dropdown-menu .divider {
    height: 1px;
    margin: 0px;
    overflow: hidden;
    background-color: #eee;
}

.navbar-nav .dropdown-menu>li>a, .navbar-admin .dropdown-menu>li>a{
    padding: 8px 10px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown-menu>li>a, .navbar-admin .dropdown-menu>li>a{
        margin: 0;
    }
}

/*stream list*/
.panel-stream{
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}
.panel-stream:hover{
    box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
}
.panel-stream .stream-label{
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}
.panel-stream .stream-title{
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 45px;
    font-size: 1.1em;
    font-weight: 400;
    transition: .3s all;
    position: relative;
}

.panel-stream .stream-title .stream-views, .page-title .stream-views{
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: normal;
}

.panel-stream .status-icon.active-stream{
    color: transparent;
}

.panel-stream .recording.active{
    font-weight: 500;
    color: #D4213D;
    position: absolute;
    right: 30px;
}

.panel-stream .recording{
    font-weight: 500;
    color: #000;
    position: absolute;
    right: 30px;
}

.panel-heading .active {
    background-size: cover;
}

.record-toggle.active {
    color: #D4213D;
}

.record-toggle:hover {
    transform: rotate(360deg) scale(1.3);
    cursor: pointer;
    color: #D4213D;
}

.record-toggle.active:hover {
    transform: rotate(-360deg) scale(1.3);
    cursor: pointer;
    color: #000;
}

.record-toggle {
    transition-duration: 0.8s;
    float: right;
    color: #000;
    margin-right: 15px;
    margin-top: 15px;
}

.stream-info{
    margin-top: 10px;
}

.stream-info h3{
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
}

/*stream edit*/
.video-stream{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: inherit;
}
.video-container{
    /*background: #111;*/
    color: #fff;
}

.video-stream .fluid_controls_progress_container{
    display: none !important;
}

.video-stream.vod .fluid_controls_progress_container{
    display: block !important;
    top: 0px;
}

.video-stream .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container{
    top: 0;
}

.video-stream #fluid_video_wrapper_hls-video{
    margin-bottom: -6px;
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container, .fp_logo { 
    visibility: visible !important; 
    opacity: 1 !important; 
}

.video-stream .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container{
    background: #000;
    height: 45px;
    animation: hide 0.4s ease-out;
	bottom: -45px;
}
.video-stream:hover .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container{
    background: #000;    
    animation: show 0.4s ease-out;
	bottom: 0px;
}

.hide {
    animation: hide 0.4s ease-out !important;
	bottom: -45px !important;
}

@keyframes hide {
   from {bottom: 0px;}
    to {bottom: -45px;}
}
 @keyframes show {
   from {bottom: -45px;}
    to {bottom: 0px;}
}

.video-stream .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_left, .fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right{
    top: 13px !important;
}

/*marquee*/
.marquee-with-options{
    background-color: #2a2c2e;
    padding: 10px 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 45px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    min-height: 18px;
}

.marquee-with-options .stream-icon{
    font-size: 16px;
    padding-right: 10px;
    margin-left: 25px;
}

/*switcher*/
.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:40px;
    height:20px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius: unset;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
    transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius: unset;
    transform:translateX(-20px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(20px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

.form-textoverlay, .form-logo{
    display: none;
}

.full-width-label{
    display: block;
    width: 100%;
}

.text-icons i{
    font-size: 2em;
    margin-left: 10px;
    margin-right: 15px;
    color: #333;
}

/*file manager*/
#path_crumbs{
    font-size: 1.5em;
    background: #eee;
    padding: 8px 12px;
    color: #999;
    border-radius: unset;
    margin-bottom: 10px;
}
#path_crumbs span:hover{
    cursor: pointer;
}

span.file-manager-crumb-main, span.file-manager-crumb-main>i, .file-manager-crumb, span.file-manager-crumb-upper-catalog, span.file-manager-crumb-upper-catalog>i{
    transition-duration: 0.3s;
    color: #999;
}

span.file-manager-crumb:hover {
    transform: scale(1.2);
    color: #111;
}
span.file-manager-crumb-upper-catalog{
    margin-left: 10px;
}

span.file-manager-crumb-main>i:hover {
    color: #111;
    transform: scale(1.2);
}

span.file-manager-crumb-upper-catalog>i:hover {
    transform: scale(1.2);
    cursor: pointer;
    color: #111;
}

.file-manager-table .directory{
    cursor: pointer;
}
.file-manager-table .file{
    cursor: default;
}
.file-manager-table>tbody>tr>td, .admin-table>tbody>tr>td{
    vertical-align: middle;
    min-height: 51px !important;
    height: 51px;
}
.file-manager-table>tbody>tr>td .icon-name{
    font-size: 20px;
}
.file-manager-table>tbody>tr:hover {
    background-color: transparent;
    color: #D4213d;
}
.file-manager-table>tbody>tr>td .btn-default, .admin-table>tbody>tr>td .btn-default{
    font-size: 13px;
    margin: 0 3px;
}

.file-manager-delete-selected {

    transition-duration: 0.6s;
    color: #999;
    font-size: 1.5em;
}
.file-manager-delete-selected>i {

}

@keyframes miotaj-koszem {
    50% {transform: translateY(-5px); }
}

.file-manager-delete-selected:hover {
    cursor: pointer;
    color: #D4213D;
    animation: miotaj-koszem 0.7s 1;
}

.fm-row-button {
    display: inline-block;
    font-size: 1.5em;
    cursor: pointer;
    margin: 0px 15px;
}

.fm-download-file>i {
    transition: 0.6s ease;
}
.fm-download-file>i:hover {
    transform: scale(1.3);
}
.fm-delete-file>i, .fm-edit-user>i, .fm-delete-user>i, .fm-edit-client>i, .fm-delete-client>i   {
    transition: 0.6s ease;
}
.fm-delete-file>i:hover, .fm-edit-user>i:hover, .fm-delete-user>i:hover, .fm-edit-client>i:hover, .fm-delete-client>i:hover {
    transform: scale(1.3);
}
.fm-convert-file>i {
    transition: 0.6s ease;
}
.fm-convert-file>i:hover {
    transform: scale(1.3) rotate(360deg);
}
.fm-share-file>i {
    transition: 0.6s ease;
}
.fm-share-file:hover {
    color: #7b1fa2;
}
.fm-share-file.active {
    color: #7b1fa2;
}
.fm-share-file.active:hover{
    color: #D4213D;
}
.fm-share-file>i:hover{
    transform: scale(1.3);
}

.fm-sa-header {
    margin-top: -30px;
    color: white;
    border-radius: unset;
    padding: 1rem 15px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*auth*/
.login-form{
    background: #fff;
    border-radius: unset;
    box-shadow: 1px 1px 10px #ccc;
    padding: 25px;
}

.login-form input{
    height: 45px;
}

/*admin*/
.admin .panel-heading{
    padding: 25px;
}

@keyframe pulse-text {
    from{transform:scale(1.5);}
    to{transform:scale(1.5);}
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(140, 140, 140, 1);
        box-shadow: 0 0 0 0 rgba(140, 140, 140, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(140, 140, 140, 0.6);
        box-shadow: 0 0 0 10px rgba(140, 140, 140, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(140, 140, 140, 0);
        box-shadow: 0 0 0 0 rgba(140, 140, 140, 0);
    }
}
.no-active-streams{
    font-size: 1.5em;
    margin-top: 50px;
    text-transform: uppercase;
    text-align: center;
    animation: pulse 2s infinite;
}
.buzka {
    transition-duration: 3s;
    text-align: center;
    /*    transform: translateX(300px);*/
    /*transform: rotate(360deg);*/
}
.buzka>i {
    transform: rotate(360deg);
}

.navbar-admin{
    margin-bottom: 30px;
    margin-top: -40px;
    padding: 0;
}

.navbar-admin .nav-pills.nav-pills-icons .nav-item .nav-link{
    border-radius: unset;
}

.navbar-admin .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: hsla(0,0%,78%,.2);
}

.navbar-admin .dropdown-menu .dropdown-item, .dropdown-menu li>a{
    margin: 0;
}
.navbar-admin .dropdown-menu li>a:hover, .navbar-admin .dropdown-item.active, .dropdown-item:active{
    background: #D4213D;
    color: #fff;
}
.navbar-admin .nav-pills .nav-item .nav-link.active{
    color: #D4213D;
    box-shadow: none;
}


/*stream list*/
.panel-stream{
    box-shadow: none;
    border: 1px solid #eee;
    margin-top: 0;
    border-radius: unset;
}
.panel-stream .card-block{
    padding: 10px;
}
.panel-stream .card-stream-header{
    background: #f5f5f5;
    padding: 20px 0px;
}

.panel-stream .card-footer{
    padding: 0px 10px;
    background: #f5f5f5;
}
.panel-stream:hover .stream-title{
    color: #D4213D;
}

/*alerts*/
.alert .alert-icon{
    margin-top: -5px;
}
.alert .container ul{
    margin-bottom: 0px;
}

.hidden{
    display: none;
    visibility: hidden;
}

.btn-inline{
    padding: 10px 15px;
    margin-top: 0px;
}

.btn.btn-default{
    background-color: #fff;
    color: #111;
}

.btn.btn-default:hover{
    color: #000;
    background: #fff;
}

.text-container{
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer{
    background: #fff;
}

.footer .logo-footer{
    text-align: right;
}

.admin .admin-item .card{
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

.admin .admin-item:hover .card{
    box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
}

/*vod*/
.vod-info{
    background: #fff;
    padding: 15px; 
}

.video-col{
    padding: 0px;
    max-height: 600px;
}

.playlist-col{
    background: #000;
    padding: 0px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    max-height: 600px;
}

.playlist-col .playlist{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.playlist-col .playlist li>a{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 8px;
    border-bottom: 1px solid #222;
    transition: .3s all;
}

.playlist-col .playlist li>a:hover, .playlist-col .playlist li>a.active{
    background: #D4213D;
}

.playlist-col .playlist li>a .vod-thumb span.meta-info{
    color: #fff;
    font-style: italic;
    display: inline;
    background: rgba(0,0,0,0.7);
    padding: 0px 5px;
    position: absolute;
    font-size: 12px;
    right: 5px;
    top: 5px;
}
.playlist-col .playlist li>a .vod-thumb{
    height: 100px;
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.playlist-col .playlist li:last-child>a{
    border-bottom: none;
}

.playlist-col .playlist li>a span.meta-info{
    color: #999;
    font-style: italic;
    display: block;
}

.playlist-col .simplebar-scrollbar:before{
    background: #fff;
}

@media (min-width: 768px) {
    .playlist-col{
        border-left: 1px solid #222;
    }
}

.bg-white{
    background: #fff;
}

.bg-grey{
    background: #eee;
}

.vod-more{
    color: #D4213d;
    text-transform: uppercase;
}

.pagination{
    justify-content: center;
}

.panel-stream .klient-logo{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    max-height: 40px;
}
.video-card{
  width: 283px;  
  max-width: 283px;  
}
#harmonogram .card {
    margin-bottom: 0px !important;
}

/*sesje rady*/
.council-session-title{
    background: #eee;
    padding: 15px;
}

.council-session-title h2, .council-session-title h4{
    margin: 0;
}

.session-status{
    background: rgb(150, 150, 150);
    padding: 0 !important;
    vertical-align: middle !important;
}

.session-status.active{
    background: #4caf50;
}

.session-status a {
    color: #fff;
    position: relative;
    display: block;
    position: relative;
    display: block;
    padding: 5px;
    text-align: center;
}

.collapse-td{
    padding: 0 !important;
    border: 0 !important;
}

.collapse-td .row{
    padding: 0;
}

.council-session-name{
    font-size: 1.125rem;
    line-height: 1.5em;
    vertical-align: middle !important;
}
.council-session-name {
    position: relative;
}

.council-session-time {
    margin-top: 10px;
    font-size: .95rem;
}
tr .active{
    background: #4caf50;
}
tr .now{
    background: orangered;
}

/*FluidPlayer v3 CSS*/
#hls-video_fluid_control_download, #hls-video_fluid_control_playback_rate{
    display: none;
}
.NewDivSessions, .widget-klient .BorderCard, .newDivSessions{
    border: 1px solid rgba(200, 200, 200, .7);
    padding-left: .5rem;
    border-radius: 15px;
}
.CalendarSession .card{
    box-shadow: none !important;
    background: transparent;
}
.NewDivSessions .card{
    border-top: 3px solid rgba(230,230,230, .5);
    padding-top: 3px;
    padding-right: 0;
    margin-bottom: 5px;
}
.CalendarSession .card-header {
    color: #fff;
    display: block;
    font-size: 2rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    background: linear-gradient(60deg, #394d81, #5b6fa3) !important;
    box-shadow: none !important;
}
.sessionDate{
    font-size: .9rem;
}
.RadniCointainer{
    display: grid;
    width: 100%;
    grid-column-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
}

.RadniCointainer .card-header {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    background: linear-gradient(60deg, #394d81, #5b6fa3) !important;
    border-radius: unset !important;
    box-shadow: none !important;
}

.btn, .btn-primary{
    border-radius: unset;
}
.widget-klient .card{
    background: rgba(0,0,0,0);
    box-shadow: unset;
}
.widget-klient .card-body{
    background: rgba(0,0,0,0);
    box-shadow: unset;
}
.widget-klient .RadniCointainer{
    display: flex;
    flex-wrap: wrap;
}
.widget-klient .RadniCointainer .card{
    margin-top: 0;
    background: rgba(0,0,0,0);
    margin-bottom:10px;
    border-left: 3px rgba(230,230,230,1) solid;
}
@media(min-width: 1371px){
    .widget-klient .RadniCointainer .card{
        margin-top: 0;
        background: rgba(0,0,0,0);
        width: 47%;
        display: inline-block;
    }
}
@media(max-width: 1370px){
.widget-klient .RadniCointainer .card{
    margin-top: 0;
    background: rgba(0,0,0,0);
}
}
.widget-klient .card-header {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    background: linear-gradient(60deg, #394d81, #5b6fa3) !important;
    border-radius: unset !important;
    box-shadow: none !important;
}
.widget-klient .RadniCointainer .card-body {
    padding: .4rem 0.1rem;
}
.widget-klient .RadniCointainer .card-body{
    /*text-align: center;*/
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: .3rem;
}

.btn-group-sm .btn, .btn-group-sm>.btn, .btn.btn-sm{
    border-radius: unset;
}
.point-session.collapse.show:hover, .collapse-td:hover {

}
.endSessions .nav{
    background: rgba(11, 11, 11, .7);
    width: fit-content;
    padding: .1rem;
    margin-right: auto;
    margin-left: auto;
    color: white;
}
.endSessions .nav-link{
    color: #fff;
    padding: .6rem;
    transition: 1s;
}
.endSessions .nav:hover{
    background: rgba(0, 0, 0, .9);
    transition: 1s;
}

.SingleSessionData{
    padding: 15px 30px;
    margin-bottom: 5px;
    background: rgba(240 ,240,240, .1);
    border: 1px rgba(200, 200, 200, .4) solid;
    border-radius: 15px;
}
.SingleSessionData p{
    margin: 0;
}
.table .table{
    background: transparent;
}
.RadniCointainer .card{
    background: rgba(250, 250, 250, .5) !important;
    border-radius: 50px;
}
.vodWidget .card{
    box-shadow: unset;
}
.breakLine{
    height: 3px;
    background: #394d81;
}
.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover{
    background-color: #394d81;
    border-color:  #394d81;
}

.SingleSessionData .col-10,.SingleSessionData .col-md-11{
    padding-right: 0;
}
@media (min-width: 768px){
    .SingleSessionData .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 100%;
    }
}

.session-details .row{
    justify-content: space-evenly;
}
.session-details .council-session-name{
    padding: 0;
    line-height: 1.1rem;
}
[id*='vote_control_']{
    justify-content: flex-start !important;
}
.Timestamps{
    padding-left: 0;

}
.Timestamps li{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 8px;
    border-bottom: 2px solid rgb(25, 35, 55);
    transition: .3s all;
    cursor: pointer;
    text-align: left;
}
.playlist-col .Timestamps li:hover{
    background: #D4213D;
}
.Timestamps li .breakLine{
    height: 1px;
    width: 50%;
    display:block;
    background: rgba(255,0,0,0.3);
    margin-left: auto;
    margin-right: auto;
}
.votingNames{
    width: fit-content;
    background-color: rgba(200,200,200,.2);
    border-radius: 50px;
}
.borderSection{
    margin-top: 20px;
    width: 100%;
    background: rgba(200,200,200,.1);
    height: 2px;
}

.SingleVotingData{
    background: rgba(250, 250, 250, .5);
    margin-bottom: 10px;
    border-radius: 15px;
    border: 1px rgba(230, 230, 230, 1) solid;

}
.fileHyperLink{
    margin-left: 10px;
    color: #394d81;
    transition: .5s;
    font-weight: 400;
    font-size: .95rem;
}
.btn.btn-sm.btn-primary.w-100{
    border-radius: 100px;
}
.b-radius{
    border-radius: 100px;
}
.btn.btn-primary {
    background-color: #394d81;
    border-color: #394d81;
}