.bubble {
    position:relative;
    top: -23px;
    right:2px;
    padding:1px 2px 1px 2px;
    background-color:red;
    color:white;
    font-size: 9px;
    font-weight:bold;
    border-radius:30px;
    box-shadow:1px 1px 1px gray;
    width:20px;
    text-align: center;
}
.bubbleMenu{
    display:inline;
    padding:5px 8px;
    background-color:red;
    color:white;
    font-size: 9px;
    font-weight:bold;
    border-radius:30px;
    margin-left:5px;
}
#header-right {
    overflow:visible !important;
}

.message-item {
    /* height:58px; */
    border-bottom: 1px solid #e5e5e5;
    padding-left:10px !important;
}

.message-item a{
    border: none !important;
}

.message-item a:hover{
    text-decoration: none;
}

.message-item:hover {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}

.blockUI.blockMsg.blockPage {
    color:#444 !important;
    border: 1px solid #888888;
    border-radius: 8px;
}
.btn{
    border-radius:2px;
}
.njuko_label{
    border-radius: 2px;
    padding: 4px 6px;
    font-size: 12px;
}
.modal{
    border-radius:2px;
}
.modal-header{
    background: -webkit-linear-gradient(90deg, rgb(221, 221, 221), rgb(255, 255, 255)) !important;
    background: linear-gradient(90deg, rgb(221, 221, 221), rgb(255, 255, 255)) !important;
}
.modal-footer{
    background: -webkit-linear-gradient(90deg, rgb(221, 221, 221), rgb(255, 255, 255)) !important;
    background: linear-gradient(90deg, rgb(221, 221, 221), rgb(255, 255, 255)) !important;
}
.alert-info {
    background: -webkit-linear-gradient(90deg, rgb(217, 237, 247), rgb(237, 248, 253));
    background: linear-gradient(90deg, rgb(217, 237, 247), rgb(237, 248, 253));
    border:none;
}

@media (max-width: 570px) {
    #header-search{
        display:none !important;
    }
    .header_menu_edition_open{
        display:none !important;
    }
}

.inner-nav > li:hover{
    background:#f2f2f2;
}
.widget-header{
    background:-webkit-gradient(linear, 0% 31%, 87% 100%, from(#2D353C), to(#47535E), color-stop(.6,#333333)) !important;
}


/* line 80, ../../data/sass/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius:0;
}

.select2-container .select2-choice{
    border-radius:0 !important;
}

.btn-group > .btn:first-child {
    border-radius:0;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle{
    border-radius:0;
}
.cover_black_trick{
    color: rgba(255,255,255,.75);
    position: absolute;
    left: 0;
    right: 0;
    padding: 150px;
    font-size: 18px;
    z-index: -1;
    font-weight: 300;
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,#3a3a3a 0,rgba(0,0,0,0) 100%);
}
.cover_white_trick{
    position: absolute;
    left: 0;
    right: 0;
    padding: 150px;
    font-size: 18px;
    z-index: -1;
    font-weight: 300;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.alert_test_message{
    margin-bottom:0 !important;font-size:15px;border-radius:0 !important;
}
.form_team_name{
    display:inline;padding: 10px 20px;font-size:16px;font-weight:bold;
}
@media screen and (max-width: 800px) {
    .legend_title{
        font-size: 1.5em !important;
    }
    .form_team_number_container{
        display: block;padding:15px;
    }
    .form_team_number_sub_container{
        color: white;font-size: 14px;font-weight: bold;background-color: #2d353c;padding: 5px 10px;display: inline;border-radius:4px;
    }
}
@media screen and (min-width: 801px) {
    .legend_title{
        font-size: 2.5em !important;
    }
    .form_team_number_container{
        display: block;padding:30px 15px;
    }
    .form_team_number_sub_container{
        color: white;font-size: 14px;font-weight: bold;background-color: #2d353c;padding: 10px 20px;display: inline;border-radius:4px;
    }
}