html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;}body {line-height: 1;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;}

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
    overflow-x: hidden;
}
a {
    cursor: pointer;
}
a:focus {
    -moz-outline-style:none;
}
body { height: 100%; position: relative; }
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/** Common styles: header, footer */
.loading-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background:#fff;
    z-index: 9999;
}
.loading-page-container {
    position: absolute;
    top: 50%;
    height: 100px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -50px;
    text-align: center;
}
.loading-page-container div {
    margin-top: 5px;
}
.wrap-container {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
}
.wrap-container:after {
    content: '';
    display:block;
    height:100px;
}
.line-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.5, #487CDB),
            color-stop(0.86, #2B65AB)
    );
    background-image: -o-linear-gradient(bottom, #487CDB 50%, #2B65AB 86%);
    background-image: -moz-linear-gradient(bottom, #487CDB 50%, #2B65AB 86%);
    background-image: -webkit-linear-gradient(bottom, #487CDB 50%, #2B65AB 86%);
    background-image: -ms-linear-gradient(bottom, #487CDB 50%, #2B65AB 86%);
    background-image: linear-gradient(to bottom, #487CDB 50%, #2B65AB 86%);
    z-index: 2;
}
.back-button {
    border-right: 1px solid #2B65AB;
    display: inline-block;
    color: #fff;
    height: 100%;
    padding: 10px 20px 0;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    z-index: 30;
}
.back-button:hover {
    background: #2B65AB;
    text-decoration: none;
    color: #fff;
}
.wrap_container {
    padding-top: 40px;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
   color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
footer {
    box-shadow: 0px 5px 5px -5px #2B65AB inset; 
    clear: both;
    height: 100px;
    margin-top: -100px;
    position: relative;
}
.footer_block {
    width: 150px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 15px;
}
.footer_block a {
    margin-left: 5px;
}
.footer_block span {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.container {
    width: 870px;
    position: relative;
}
.body_wrapper {
    margin-bottom: 30px;
}
.logo:hover {
    text-decoration: none;
}
.logo-text {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
    position: relative;
    top: 24px;
    font-weight: bold;
    font-family: 'Courier New';
}
.logo-text-small {
    color: #333;
    font-size: 18px;
    margin-left: 70px;
}
.clock {
    color: #333;
    text-align: right;
}
.clock .date{
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.clock .time {
    font-size: 20px;
    margin-left: 0;
    padding-left: 0;
}
.clock .time li, .miniclock .time li {
    list-style: none;
    display: inline-block;
}
.miniclock .time {
    font-size: 12px;
    padding: 0;
}
.modal-footer {
    border-top: none;
}
table .btn {
    padding: 6px 10px;
    min-width: 30px;
}
table .dropdown-menu {
    min-width: 114px;
    padding: 5px 7px 0 7px;
    left: -172px;
    border-color: #aaa;
}
table .dropdown-menu>li>a.btn {
    color: #fff;
    max-width: 30px;
    padding: 3px 7px;
    display: inline-block;
    margin-bottom: 5px;
}
@-webkit-keyframes mymove
{
    0% {opacity:1.0;}
    50% {opacity:0;}
    100% {opacity:1.0;}
}
@-moz-keyframes mymove
{
    0% {opacity:1.0;}
    50% {opacity:0;}
    100% {opacity:1.0;}
}

.clock .divider {
    -webkit-animation: mymove 1s linear infinite;
    animation: mymove 1s linear infinite;
    padding: 0 3px;
}

.main_text {
    margin-top: 10px;
    color: #333;
    line-height: 18px;
    font-size: 14px;
}

.navbar-custom-menu>.navbar-nav>li.tasks-menu {
    margin-left:35px;
}

/** Index page */ 
.main-tabs {
    border-radius: 5px;
    border: 2px solid #eee;
    margin: auto;
    text-align: center;
    display: block;
    padding: 20px;
    text-decoration: none!important;
    max-width: 200px;
}
.main-tabs img {
    max-width: 80%;
}
.main-tabs span {
    font-size: 20px;
    margin-top: 10px;
    display: block;
    text-align: center;
}

/** Events list */
.events-list {
    margin-top: 10px;
}
table td {
    vertical-align: middle!important;
}
.events-list tbody tr,
.places-list tbody tr {
    cursor: pointer;
}
.events-list img,
.places-list img {
    width: 40px;
    height: 40px;
    background: url('/img/no_photo_small.png') no-repeat center center;
}
.events-list img[src],
.places-list img[src] {
    background: none;
}
[ng-drag] {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: move;
}
[ng-drag].drag-over {
    border: solid 1px #ddd;
}
[ng-drag].dragging {
    opacity: 0.5;
    max-width: 830px;
    margin-top: -10px!important;
}
[ng-drop] > td, 
[ng-drag].dragging td {
    height: 90px;
}
[ng-drop].drag-enter {
    border: 1px solid #ddd;
}
.events-list table {
    width: 100%;
}
.events-list input[type="text"] {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.events-list table td {
    border: none;
}
.w3p {
    width: 45px;
    padding: 0 5px;
    text-align: center;
}
.w3p .btn {
    width: 35px!important;
    padding: 6px 0!important;
}
.image-td {
    width: 60px;
    padding: 0 15px!important;
}
.name-td {
    width: 70%;
}
.date-td {
    width: 220px;
    padding: 0 15px;
    text-align: center;
}
.last-td {
    width: 250px;
}
.pos-input {
    width: 35px;
    text-align: center;
}

/** Event view */
.event_logo {
    width: 150px;
    height: 150px;
    display: block;
    background: url('/img/no_photo.png') no-repeat center center;
    border-radius: 0;
}
.event_logo[src] {
    border-radius: 10px;
    background: 0;
}
.comment-date {
    font-size: 11px;
    color:#000;
    font-weight: bold;
}
.comment-admin {
    font-size: 11px;
    color:#000;
    font-weight: bold;
    margin-top: 2px;
    text-transform: uppercase;
}
.comment-text {
    padding: 5px 0 10px;
    color: #555;
    border-bottom: 1px solid #dddddd;
    line-height: 18px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.comment.admin .comment-text {
    border-bottom:none;
    box-shadow:0px -5px 5px -5px #2B65AB inset; 
}
.comments .glyphicon {
    margin-left: 0;
    text-decoration: none;
    color: #d9534f;
}
.comment-image {
    height: 110px;
    margin-top: 10px;
    border: 1px solid #999;
    padding: 3px;
    border-radius: 4px;
    cursor: pointer;
}
.slider-overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 200;
    background: #333;
    opacity: 0.3;
    cursor: pointer;
}
.slider-box {
    position: fixed;
    top: 50px;
    left: 50%;
    border: 1px solid #999;
    background: #fff url('/img/loading.gif') center center no-repeat;
    z-index: 300;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.slider-box img {
    opacity: 0;
    position: absolute;
    z-index: 301;
}
.slider-box .to-show {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 302;
    background: #fff no-repeat center center;
    background-size: 100% 100%;
}

/** Place view */
table .progress {
    width: 120px;
}
.show-more {
    opacity: 0.5;
    filter: opacity(50);
    cursor: pointer;
    background: #487CDB;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.show-more:hover {
    opacity: 0.9;
    filter: opacity(90);
}

/** Event edit */
form textarea {
    resize: vertical;
}
.edit_img {
    max-width: 150px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
}

/** Fileupload */
.photo-block {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.photo-container {
    border: 1px solid #e0e0e0;
    height: 200px;
    border-radius: 10px;
    width: 200px;
}
.photo-container img {
    max-width: 100%;
    border-radius: 10px;
}

.photo-label {
    border-radius: 0 0 10px 10px;
    background: #e0e0e0;
    color: #ffffff;
    height: 75px;
    line-height: 75px;
    margin-top: -75px;
    text-align: center;
    position: relative;
    font-size: 20px;
}
.progress {
    border-radius: 8px;
    background: #eeeeee;
    width: 200px;
    height: 30px;
    box-shadow: none;
    margin-bottom: 0px;
}
.progress .progress-bar {
    height: 100%;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    font-style: italic;
    font-size: 10px;
}
.fileinput-button {
    position:relative;
    overflow: hidden;
    cursor: pointer;
}
.fileinput-button input {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 120px !important;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white !important;
    cursor: pointer;
    display: block !important;
    direction: ltr;
    height: auto !important;
    width: auto !important;
    max-width: 5000px;
}
.fileUploadCancel {
    margin-top: 8px;
    margin-left: 5px;
}
/** Other styles */
.loading {
    position: absolute;
    opacity: 0.7;
    background: url('/img/loading.gif') center center no-repeat #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.show-loading-comments {
    opacity: 0.7;
    background: url('/img/loading.gif') center center no-repeat #fff;
    width: 100%;
    height: 42px;
}
.glyphicon {
    margin-left: 5px;
}
table .glyphicon {
    margin-left: 0px;
}
.ml5 {
    margin-left: 5px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.mr10 {
    margin-right: 10px;
}
.mb0 {
    margin-bottom: 0px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mt0 {
    margin-top: 0px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.pt50 {
    padding-top: 50px;
}
.pt20 {
    padding-top: 20px;
}
.w1p {
    width: 1px!important;
}
.nowrap { 
    white-space: nowrap;
}
.content {
    color: #333;
    line-height: 18px;
}
.w160 {
    width: 155px;
}
.w160 li .btn-group .btn-default {
    display: none;
}
.w60 {
    width: 60px;
}
.plr0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.lh20 {
    line-height: 20px;
}
.relative {
    position: relative;
}
.date_wrap {
    margin: 34px 10px 0 0;
}
.date_label {
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.time-level {
    width: 72px;
    padding-right: 0px;
}
/* tags list */
.tag {
    margin-right: 15px;  
    margin-top: 4px;
    margin-bottom: 4px;
}
.tag .close {
    float: none;
    line-height: 16px;
    margin-left: 4px;
}
.tag .close::after {
    content: 'x';
    font-size: 12px;
    line-height: 10px;
}
.event-id {
    color:red;
}
table .event-id {
    font-size: 14px;
    vertical-align: top;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .main-tabs {
        width: 200px!important;
    }
}
@media (max-width: 640px) {
    .container {
        width: 100%;
    }
    table span.md {
        display: none;
    }
    table .glyphicon {
        margin-left: 0px;
    }
    .event-divider {
        display: block;
        height: 5px;
    }
}
@media (max-width: 480px) {
    table .md {
        display: none;
    }
    .clock {
        float: none;
        margin: 0 auto 0;
    }
    .main_text {
        text-align: center;
    }
    .main-tabs-wrapper .col-xs-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    h1, .h1 {
        font-size: 30px;
    }
    table .btn {
        padding: 4px 7px;
    }
    .time_wrap {
        margin-top: 4px;
    }
}
@media (min-width: 481px) {
    .main-tabs-wrapper .col-xs-4 a {
        width: 80%;
    }
    .main-tabs-wrapper .col-xs-4 a {
        width: 100%;
    }
    .main-tabs-wrapper .col-xs-4 span {
        font-size: 16px;
    }
}
@media (max-width: 360px) {
    .logo-text-small {
        font-size: 16px;
    }
    .logo-text {
        font-size: 42px;
    }
    table .xs {
        display: none;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding-left: 7px!important;
        padding-right: 7px!important;
    }

}
.time-desc {
    position: absolute;
    background: #dd4b39;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: -9px;
    right: -9px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    font-style: normal;
    color: #fff;
    font-size: 12px;
}
.dropdown-menu>li>a {
    white-space:normal;
}

.next-team h3 {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    margin-top: 5px;
}
.next-team h3:after {
    content:"";
    height: 30px;
    width: 30px;
    display: block;
    background: rgba(236,240,245);
    background: linear-gradient(90deg, rgba(236,240,245,0.1) 0%, rgba(236,240,245,1) 100%);
    position: absolute;
    right:0;
    top:0;
}
.white {
    color: #fff;
}

.empty-list {
    height: 40px;
    line-height:40px;
}

.eventlink {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.list-group-item {
    overflow-y: hidden;
}

.noflow {
    overflow: hidden;
}

.video-panel {
    min-width: 280px;
    padding: 15px;
    text-align: center;
}

.video-panel .frame {
    background: #222d32;
    padding: 2px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.video-panel .frame:before {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    font: normal normal normal 36px/1 FontAwesome;
    content: "\f144";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd;
    color: rgba(255,255,255,0.5);
}
.video-panel .frame:hover:before {
    color: #fff;
    color: rgba(255,255,255,0.8);
}
.video-panel .frame .date {
    position: absolute;
    display: block;
    bottom:0;
    right: 0;
    padding: 4px;
    border-radius: 2px 0 0 0;
    background: rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 14px;
    color: #eee;
}
.video-panel .frame img {
    width: 100%;
    min-width: 245px;
    min-height: 138px;
}

.videogular-container {
    width: 100%;
    height: 320px;
    margin: auto;
    overflow: hidden;
}
 
@media (min-width: 1200px) {
    .videogular-container {
        width: 1170px;
        height: 658.125px;
    }
    .modal-dialog {
        width: 1200px!important;
    }
}
 
@media (min-width: 992px) and (max-width: 1199px) {
    .videogular-container {
        width: 940px;
        height: 528.75px;
    }
    .modal-dialog {
        width: 970px!important;
    }
}
 
@media (min-width: 768px) and (max-width: 991px) {
    .videogular-container {
        width: 728px;
        height: 409.5px;
    }
    .modal-dialog {
        width: 758px!important;
    }
}

.login-box-body * {
    font-size: 16px;
}

.login-box-body .form-group {
    margin-bottom: 20px;    
}

label input[type=checkbox].minimal {
    position:absolute;
    opacity: 0;
}

label input[type=checkbox].minimal + div {
    background-color: #fff;
}

label:hover input[type=checkbox].minimal + div {
    background-position: -20px 0;
}

label input[type=checkbox].minimal:checked + div {
    background-position: -40px 0;
}
@media (max-width: 480px) {
    .nomobile {
        display: none;
    }
    .glyphicon {
        margin-left: 0;
    }
    .sidebar-toggle {
        width: 40px;
    }
}
.user-menu div.miniclock {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    color: #fff;
    padding: 4px 15px;
}
@media (max-width: 767px) {
    .main-header {
        width: 100%;
    }
    .main-header .logo {
        display: none!important;
    }
    .skin-blue .main-sidebar {
        padding-top: 50px;
    }
    .skin-blue .main-header {
        position: fixed;
        top: 0;
        left: 0;
    }   
    .content-wrapper {
        margin-top: 50px;
    }
    .clock .time {
        font-size: 16px;
    }
    .skin-blue .main-header .navbar .sidebar-toggle {
        position: absolute;
    }
    .user-menu div.miniclock { 
        padding: 4px 10px;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cs-loader-inner label {
        font-size: 10px;
    }
}
.color-red {
    color: #dd4b39;
}
.comment-textarea {
    resize: vertical;
}
.main-sidebar {
    position: fixed!important;
    max-height: 100%;
    overflow: scroll;
}
.sidebar-toggle {
    height: 100%;
    padding-top: 18px!important;
}
.fs16 {
    font-size: 16px;
}
.part-name-list {
    font-size: 12px;
}
.gallery-wrap .photo-block{
    width: 100px;
    margin: 20px 20px 0 0;
    text-align: center;
}
.gallery-wrap .photo-container{
    width: 100px;
    height: 100px;
}
.gallery-view.gallery-wrap .photo-block {
    margin: 8px;
}
.gallery-wrap .photo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gallery-wrap .photo-container img {
    border-radius: 0;
}

.indicator-wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.7);
}
.cs-loader {
  margin-top: -10px;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 50%;
}

.cs-loader li {
    display: inline-block;
}

.cs-loader-inner {
  transform: translateY(-50%);
  width: 200px;
  color: #FFF;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.cs-loader-inner label {
  font-size: 18pt;
  opacity: 0;
  display:inline-block;
  color: #e92e35;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 2s infinite ease-in-out;
  animation: lol 2s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 2s 100ms infinite ease-in-out;
  animation: lol 2s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 2s 200ms infinite ease-in-out;
  animation: lol 2s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 2s 300ms infinite ease-in-out;
  animation: lol 2s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 2s 400ms infinite ease-in-out;
  animation: lol 2s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 2s 500ms infinite ease-in-out;
  animation: lol 2s 500ms infinite ease-in-out;
}

.ach-list {
    margin: 10px 0;
}
.ach-list .ach-item {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 22px;
    height: 34px;
}
.ach-list .close {
    margin-left: 5px;
    font-size: 21px;
}

.place-view .nav-tabs li {
    float: none;
    display: inline-block;
}
.btn-lgx {
    font-size: 36px;
    margin-right: 10px;
    line-height: 1.4;
    padding: 0px 7px!important;
}
.btn-lgx .glyphicon {
    top: 4px;
}
@media(max-width:400px) {
    .text-xs-center {
        text-align: center;
    }
}
.tas-props-container {
    width: 240px;
}
.tas-props-container > div {
    position: relative;
}
.tas-props-container label {
    display: block;
}
.tas-props-container input {
    width: 180px;
    display: inline-block;
}
.tas-props-container button {
    margin-top: -1px;
    font-size: 30px;
}
.tas-props-container .saving {
    position: absolute;
    top: 25px;
    right: -55px;
}
.xs-only {
    display: inline;
}
.access-time-unit {
    margin: 5px 0;
}
.access-time-list .time-input {
    display: inline-block;
    width: 65px;
}
.next-access-time {
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 18px;
    padding: 10px 20px;
    background: #fff;
}
.search-result li {
    display: flex;
    flex-direction: row;
    padding: 3px;
}
.search-result li.disabled {
    opacity: 0.7;
}
.search-result li.disabled a {
    cursor: default;
}
.search-result li span:first-child {
    flex-grow:1;
    padding-right: 5px;
}
.search-result li .btn-list {
    padding: 0 5px;
}
.search-result li .btn-list button {
    padding: 1px 2px;
}
.search-result li .btn-list button i {
    margin: 0 2px!important;
}
.search-event-container {
    max-width: 300px;
    margin: auto;
    position: relative;
}
.search-event-container-form {
    margin:0 0 15px!important;
}
.search-event-container .clean-search {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    color: #999;
    font-weight: bold;
}
.search-event-container .dropdown-menu {
    display: block;
    width: 100%;
    z-index: 1002;
}
.search-event-container .btn-group {
    width: 100%;
    position: absolute;
    margin-top: -4px;
}
.search-event-container .dropdown-menu a {
    text-transform: none;
    padding: 8px 5px!important;
}
.next-soon {
    background-color: #ecf0f5;
    animation-name: navbar-color;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@media(min-width:481px) {
    .xs-only {
        display: none;
    }
}
@keyframes navbar-color {
    0% {
        background-color: #ecf0f5;.clock
    }
    50% {
        background-color: #3c8dbc;
    }
    100 {
        background-color: #ecf0f5;
    }
}

.navbar-custom-menu .navbar-nav>li.user-menu>a {
    padding-top: 25px;
    padding-bottom: 5px;
    line-height: 18px;
}
.main-header .navbar .nav>li>a>.label {
    top: 13px;
    right: 4px;
}

.dropdown.user-menu {
    width: 200px;
}