[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.bg-lightgreen {
    background-color: #90EE90 !important;
}

body {
    color: #444444 !important;
    overflow-y: scroll;
}

.flag-icon-ioc {
    background-image: url(../flags/4x3/ioc.svg) !important;
}

/*.flag-icon-ru {
    background-image: url(../images/ioc.png) !important;
}

.flag-icon-by {
    background-image: url(../images/ioc.png) !important;
}*/


.profile-list-item.ng-enter,
.profile-list-item.ng-leave,
.profile-list-item.ng-move {
    transition: 0.5s linear all;
}

.profile-list-item.ng-enter,
.profile-list-item.ng-move {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.profile-list-item.ng-enter.ng-enter-active,
.profile-list-item.ng-move.ng-move-active {
    /*height: 120px;*/
    opacity: 1;
}

.profile-list-item.ng-leave {
    opacity: 1;
    overflow: hidden;
}

.text-gold {
    background-color: goldenrod;
}

.text-silver {
    background-color: #aaaaaa;
}

.text-bronze {
    background-color: #cd7f32
}


.footer {
    background-color: #dddddd;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.schedule tr.month td {
    font-size: 15px;
    font-weight: 600;
    background: #F5FBFF url(/svg/calendar3.svg) left 15px bottom 10px / 20px no-repeat;
    padding-left: 50px;
    padding-bottom: 10px;
}

.schedule tr.older td {
    font-size: 15px;
    font-weight: 600;
    background: #F5FBFF ;
    padding-left: 50px;
    padding-bottom: 10px;
}

.schedule tr.event {
    font-size: 12px;
}

.schedule tr.event td.logo {
    width: 50px;
    vertical-align: middle;
    text-align: center;
}

.schedule tr.event div.name {
    font-size: 14px;
}

.schedule tr.event div.hosts a {
    text-decoration: none;
}

.schedule tr.event td.participants {
    width: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.schedule tr.event td.actions {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

div.date {
    text-indent: 21px;
    background: transparent url(/svg/calendar-event.svg) left top 1px / 14px no-repeat;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.flag-icon-lg {
    line-height: 32px;
}

.bg-blend {
    transition: background-color 2s ease-out;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-blend.bg-lightgreen {
    transition: background-color 2s ease-out;
    background-color: #90EE90 !important;
}

.bg-blend.table-danger {
    transition: all;
    background-color: #f5c6cb !important;
}

.bg-blend.bg-warning-add {
    background-color: #ffc107 !important;
}
