body #root {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

[v-cloak] {
    display: none
}

.cog3 {
    font-size: 50px;
    height: 44px;
    width: 44px;
    line-height: 45px;
    text-indent: 0.5px;
}

.cog2 {
    font-size: 25px;
    height: 22px;
    width: 22px;
    line-height: 23px;
    text-indent: 0.25px;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 400px;
    margin: 0 auto;
    padding: 15px 15px;
    background-color: #fdfdfd;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-container span {
    position: absolute;
    top: 25px;
    left: 100px;
}

.modal-body {
}

/* animation */
.modal-enter, .modal-leave-to {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#root .header {
    height: 96px;
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.1);
    background-color: #f3f4f7;
    border: solid 1px #dfe3e6;
    line-height: 96px;
    color: #555555;
    font-size: 18px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    z-index: 1;
}

#root .container {
    border: solid 1px #dfe3e6;
    height: 100%;
    width: 1071px;
    padding: 0;
}

.chooser-block {
    width: 400px;
    height: 100%;
    line-height: 96px;
    color: #555555;
    font-size: 18px;
    flex-wrap: wrap;
    margin-top: -1px;
}

.watch-now {
    width: 239px;
    font-weight: 400;
}

.channels {
    width: 161px;
    font-weight: 400;
    border-right: 1px solid;
}

.days {
    flex-grow: 1;
    margin-left: 13px;
    display: flex;
    align-items: center;
    line-height: normal;
}

.days span {
    width: 53px;
    height: 66px;
    display: flex;
    color: #000;
    text-align: center;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.days span:after {
    width: 1px;
    height: 38px;
    background-color: #dfe0e5;
    display: inline-block;
    content: '';
    position: absolute;
    top: 14px;
    right: -11px;
}

.days span:last-child:after {
    display: none;
}

.days span:first-child {
    margin-left: 0;
}

.days .active, .chooser-block .active {
    color: #ffffff;
    background-color: #344d96;
    border: 0;
}

.days span i {
    font-style: normal;
}

.days span.now {
    font-size: 14px;
}

.days span.gray:not(.active) {
    color: #c0c0c0 !important;
}

.days span.red:not(.active) {
    color: #c00000;
}

.print {
    margin-right: 35px;
}

.print img {
    width: 34px;
    color: #9ea0ab;
}

.print path {
    fill: #9ea0ab !important;
    color: #9ea0ab;
}

#root .content {
    height: 745px;
}

.channels-list-container {
    margin-top: 35px;
    width: 400px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.channels-list-container select {
    width: 363px;
    min-height: 61px;
    color: #555555;
    font-size: 16px;
    padding-left: 30px;
    border: solid 1px #dfe3e6;
}

.channels-list {
    position: relative;
    width: 100%;
    margin-top: 30px;
    height: 100%;
}

.channels-list .channel {
    margin-left: 15px;
    margin-right: 30px;
    padding: 10px 0 10px 0;
    background: none;
    /*background-color: #dfe0e5;*/
    position: unset;
    display: flex;
    align-items: center;
    width: 100%;
}

.channels-list .channel:hover {
    background-color: #f6f7fa;
}

.channels-list .channel.active {
    background-color: #f3f4f7;
    color: #344d96;
}

.channels-list::-webkit-scrollbar {
    width: 6px;
    background-color: #dfe0e5;
}

.channels-list::-webkit-scrollbar-thumb {
    background-color: #344d96;
}

.channels-list span {
    display: inline-block;
}

.channels-list .sort {
    text-align: center;
    width: 15px;
    margin-left: 15px;
}

.channels-list .icon, .program-details .icon {
    min-width: 100px;
    text-align: center;
    /*width: 125px;*/
}

.channels-list .icon img, .program-details .icon img {
    max-width: 65px;
    max-height: 35px;
}

.channels-list .channel-name {
    text-align: left;
    white-space: normal;
    flex-grow: 1;
    max-width: 200px;
}

#root .content-block {
    flex-grow: 1;
    z-index: 0;
    position: relative;
}

.content-block .blocked {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease;
}

.content-block .program {
    background-color: #f3f4f7;
    border: solid 1px #dfe3e6;
    margin-bottom: -1px;
}

.content-block .program .program-details {
    min-height: 70px;
    display: flex;
    align-items: center;
}

.content-block .program .program-details:hover {
    color: #344d96;
}

.content-block .program .program-description {
    background-color: #ffffff;
    white-space: normal;
    word-break: break-word;
    padding: 23px 25px 23px 127px;
    text-align: justify;
    font-size: 16px;
}

.content-block .program span {
    display: inline-block;
}

.content-block .program .sort {
    font-weight: 400;
    text-align: center;
    min-width: 15px;
    margin-left: 15px;
}

.content-block .program .time {
    font-weight: 400;
    min-width: 77px;
    text-align: center;
}

.content-block .program .title {
    margin-left: 25px;
}

.content-block .program .collapse {
    text-align: right;
    flex-grow: 1;
    margin-right: 25px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__thumb-y {
    background-color: #344d96;
}

.ps > .ps__rail-x,
.ps > .ps__rail-y {
    opacity: 1 !important;
}

.ps__rail-y {
    height: 100%;
}