

/* Start:/local/components/mds/videocast.page/templates/.default/style.css?17406585811288*/
div.videocast {
    padding: 0 20px;
}

div.videocast .btn-group-vertical.buttons{
    display: block;
}

div.videocast-filter > div {
    width: 100%;
    margin-bottom: 20px;
}

div.videocast-filter .btn-group-vertical>a:hover {
    border-bottom: 1px solid #8c8c8c;
}
div.videocast-filter li>a:hover {
    border-bottom: none;
}

div.videocast-filter a.checked {
    background-color: #286090;
    color: white;
}

div.videocast-active-filter .tag{
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid lightgrey;
    font-size: 14px;
    margin: 3px;
}

div.videocast-active-filter {
    margin-bottom: 10px;
}

div.videocast-active-filter .tag a {
    margin-left: 8px;
}

div.videocast-active-filter .tag a:hover {
    border: none;
    text-decoration: none;
}

div.videocast-active-filter .tag-type-ARCHIVE {
    background-color: lightyellow;
}

div.videocast-active-filter .tag-type-98 {
    background-color: lightgreen;
}

div.videocast-active-filter .tag-type-99 {
    background-color: lightskyblue;
}

div.videocast-active-filter .tag-type-100 {
    background-color: lightpink;
}

div.videocast-active-filter .tag-type-ARCHIVE {
    background-color: lightyellow;
}
/* End */


/* Start:/local/components/mds/videocast.page.view/templates/.default/style.css?1740658581428*/
.minobr-view-table td {
	font-size: 95%;
}

.minobr-view-table th {
	font-size: 90%;
	text-align: center;
}

.minobr-view-span {
	padding-left: 10px;
}

.minobr-view-stat {
	font-size: 80%;
}

#minobrViewStatModal .modal-body {
	font-size: 90%;
}

#minobrViewStatModal .modal-label {
	text-align: right;
	padding-top: 5px;
}

.minobr-body .controls {
	margin-top: 10px;
}

.minobr-body .controls form {
	display: inline-block;
}
/* End */


/* Start:/local/components/mds/register/templates/.default/style.css?17406585811905*/
.mdsRegister .modal {
    text-align: left;
}

.mdsRegister .loader {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 8px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.mdsRegister .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.mdsRegister table,
.mdsRegister .form-group {
    margin-bottom: 0;
}

div.mdsRegister input[type=checkbox] {
    /*visibility: hidden;*/
    display: none;
}

div.checkbox-s1 {
    float: left;
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

div.mdsRegister input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    overflow: visible;
    top: 6px;
    left: 3px;
    width: 22px;
    height: 22px;
    /* background: #eee; */
    border: 1px solid #a0a0a0;
    border-radius: 20%;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
}

div.mdsRegister input[type=checkbox] + label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 26px;
    height: 14px;
    background: transparent;
    top: -4px;
    left: 3px;
    border: 5px solid #333;
    border-top: none;
    border-right: none;
    transition: all .3s ease;
    transform: rotate(-45deg);
}

div.mdsRegister label:hover::after {
    opacity: 0.3;
}

div.mdsRegister input[type=checkbox]:checked + label:after {
    opacity: 1;
    border-color: #26ca28;
}

div.mdsRegister .info {
    font-size: 14px;
}

div.mdsRegister textarea {
    resize: vertical;
}
/* End */
/* /local/components/mds/videocast.page/templates/.default/style.css?17406585811288 */
/* /local/components/mds/videocast.page.view/templates/.default/style.css?1740658581428 */
/* /local/components/mds/register/templates/.default/style.css?17406585811905 */
