/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.













*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */


.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */


.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 10px; top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 10px; top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
}
    .irs-bar-edge {
        height: 10px; top: 33px;
        width: 14px;
        border: 1px solid #428bca;
        border-right: 0;
        background: #428bca;
        background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px; height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}
/*= dark*/
/*= blue */
/*= red */
/*= yellow */
/* green */
/* purpl */
h1, h2, h3, h4, h5, h6, input, select, button {
  font-size: 100%; }

legend {
  margin-bottom: 1px !important; }

#championship_form h4 {
  color: #555; }
#championship_form p {
  color: #555;
  font-size: 12px;
  margin: 0px 0px 1em; }
#championship_form #number_of_games, #championship_form #number_of_wins {
  cursor: pointer; }

.champ_group_list .list, .champs_list .list {
  margin-top: 10px; }
  .champ_group_list .list .role, .champs_list .list .role {
    margin: 0 5px 0 0;
    text-align: center;
    width: 60px;
    font-size: 10px; }
  .champ_group_list .list .owner, .champs_list .list .owner {
    background-color: #3a87ad; }
  .champ_group_list .list a.normal, .champs_list .list a.normal {
    color: #555;
    background-color: #CCC;
    border: 1px solid #AAA;
    border-right: 5px solid #62C462; }
  .champ_group_list .list a.canceled, .champs_list .list a.canceled {
    color: #EEE;
    background-color: #AAA;
    border: 1px solid #888;
    border-right: 5px solid #EE5F5B; }
  .champ_group_list .list a.archived, .champs_list .list a.archived {
    color: #EEE;
    background-color: #AAA;
    border: 1px solid #888;
    border-right: 5px solid #5B73EE; }
  .champ_group_list .list a.champ, .champs_list .list a.champ {
    color: #555;
    background-color: #CCC;
    border: 1px solid #AAA; }
  .champ_group_list .list a.item, .champs_list .list a.item {
    position: relative;
    margin: 3px 0;
    padding: 10px 2px 10px 10px;
    font-size: 16px;
    width: 760px;
    border-radius: 3px;
    display: block; }
    .champ_group_list .list a.item .desc, .champs_list .list a.item .desc {
      width: 130px;
      font-size: 12px;
      float: right;
      padding: 2px 3px; }
      .champ_group_list .list a.item .desc img, .champs_list .list a.item .desc img {
        margin: 0 5px; }
      .champ_group_list .list a.item .desc i, .champs_list .list a.item .desc i {
        display: inline-block;
        width: 30px; }
    .champ_group_list .list a.item .comp_desc, .champs_list .list a.item .comp_desc {
      width: 180px; }
    .champ_group_list .list a.item .champ_desc, .champs_list .list a.item .champ_desc {
      width: 60px; }
    .champ_group_list .list a.item .state, .champs_list .list a.item .state {
      border-radius: 3px;
      box-shadow: 0 0 3px 1px #555;
      -webkit-box-shadow: 0 1px 3px #555; }
    .champ_group_list .list a.item .active, .champs_list .list a.item .active {
      background-color: #51A351;
      color: #EEE; }
    .champ_group_list .list a.item .not_started, .champs_list .list a.item .not_started {
      background-color: #2F96B4;
      color: #EEE; }
    .champ_group_list .list a.item .canceled, .champs_list .list a.item .canceled {
      background-color: #AAA;
      color: #EE5F5B; }
    .champ_group_list .list a.item .finished, .champs_list .list a.item .finished {
      background-color: #6B6B6B;
      color: #EEE; }
    .champ_group_list .list a.item:hover, .champs_list .list a.item:hover {
      -webkit-box-shadow: 0 0 3px #999;
      box-shadow: 0 0 3px 1px #999;
      background-color: #EEE;
      color: #333; }
      .champ_group_list .list a.item:hover .state, .champs_list .list a.item:hover .state {
        box-shadow: none;
        -webkit-box-shadow: none; }

.template_management #template_creation {
  display: block;
  margin-bottom: 20px; }
.template_management span {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  color: #49afcd; }

.progress_tracker {
  text-align: justify;
  margin-bottom: 20px;
  font-size: 13px; }
  .progress_tracker span {
    padding: 10px 6px;
    border: 1px #A3A3A3 solid; }
    .progress_tracker span.normal {
      background-color: #E9E9E9;
      background-image: -moz-linear-gradient(top, #E9E9E9, #DDD);
      background-image: -o-linear-gradient(top, #E9E9E9, #DDD);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#CFCFCF));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#CFCFCF');
      color: #999; }
    .progress_tracker span.active {
      box-shadow: 0 0 5px 1px #000;
      -webkit-box-shadow: 0 0 5px #000;
      border: none;
      background-color: #6B6B6B;
      background-image: -moz-linear-gradient(top, #6B6B6B, #555);
      background-image: -o-linear-gradient(top, #6B6B6B, #555);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#6B6B6B), to(#555));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555');
      color: #FFF; }

#draggable {
  height: 70px;
  padding: 0.5em;
  float: left;
  margin: 0px 0px 0px 0; }

#participant_list, #member_list {
  background-color: #EEE;
  border-top-right-radius: 6px 6px;
  border-top-left-radius: 6px 6px;
  box-shadow: 0 0 5px 1px #000;
  -webkit-box-shadow: 0 0 5px #000;
  float: left;
  margin-right: 20px;
  width: 370px; }
  #participant_list h1, #member_list h1 {
    margin: 0px;
    background-color: #6B6B6B;
    background-image: -moz-linear-gradient(top, #6B6B6B, #777);
    background-image: -o-linear-gradient(top, #6B6B6B, #777);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#6B6B6B));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555');
    border-top-right-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
    padding: .5em 2.2em;
    color: #FFF;
    font-size: 12px;
    background-color: #777; }
  #participant_list ul, #member_list ul {
    margin: 0px 0px 10px;
    padding: 0; }
    #participant_list ul li, #member_list ul li {
      position: relative;
      border: 1px solid #999;
      display: list-item;
      float: left;
      font-size: 10px;
      height: 65px;
      line-height: 14px;
      list-style-type: none;
      padding: 0px;
      text-align: center;
      width: 59px;
      background-image: -moz-linear-gradient(top, #E9E9E9, #DDD);
      background-image: -o-linear-gradient(top, #E9E9E9, #DDD);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#DDD));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#DDDDDD'); }
      #participant_list ul li.ui-state-active, #member_list ul li.ui-state-active {
        background-image: none;
        background-color: #555; }
      #participant_list ul li div.imgSize, #member_list ul li div.imgSize {
        padding: 2px; }
      #participant_list ul li div.imgSize img, #member_list ul li div.imgSize img {
        height: 40px;
        width: 40px; }

.draggable_member {
  background-image: -moz-linear-gradient(top, #E9E9E9, #DDD);
  background-image: -o-linear-gradient(top, #E9E9E9, #DDD);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#DDD));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#DDDDDD');
  border: 1px solid #999;
  display: list-item;
  float: left;
  font-size: 10px;
  height: 65px;
  line-height: 14px;
  list-style-type: none;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 59px; }
  .draggable_member div.imgSize {
    padding: 2px; }
  .draggable_member div.imgSize img {
    height: 40px;
    width: 40px; }

.slide {
  position: fixed !important;
  top: 0 !important;
  margin-left: 386px; }

#participant_list .droppable {
  padding: 5px 10px; }
#participant_list .remove {
  position: absolute;
  right: 0;
  top: 0; }
#participant_list a.button {
  font-size: 1.1em;
  color: #EE3B3B; }
  #participant_list a.button:hover {
    color: #FF0000; }
#participant_list ul li.add_participants {
  background-image: none;
  background-color: #EEE;
  border: none;
  height: auto;
  width: 364px !important; }
  #participant_list ul li.add_participants form {
    margin: 5px; }
    #participant_list ul li.add_participants form input {
      margin: 0; }
#participant_list ul li.level_name, #participant_list ul li.bucket_name {
  margin: 5px;
  color: #49afcd;
  font-size: 16px;
  background-image: none;
  background-color: #EEE;
  border: none;
  height: auto;
  width: 364px !important; }

.assign_event_button {
  font-size: 8px;
  float: right;
  height: 12px;
  width: 12px;
  display: inline;
  text-align: center;
  padding-top: 0px; }

#tournaments {
  float: left;
  width: 366px !important;
  margin: 0 20px 0 0;
  font-size: 12px; }
  #tournaments h2 span.topic {
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 2.2em; }
  #tournaments .custom_event_content, #tournaments .filters {
    width: 358px;
    overflow-x: hidden;
    overflow-y: hidden; }
    #tournaments .custom_event_content .new_event_field_set, #tournaments .filters .new_event_field_set {
      height: 50px;
      width: 358px; }
      #tournaments .custom_event_content .new_event_field_set div, #tournaments .filters .new_event_field_set div {
        margin: 0;
        float: left;
        padding: 3px 2px; }
      #tournaments .custom_event_content .new_event_field_set label, #tournaments .filters .new_event_field_set label {
        margin: 0;
        color: #555;
        font-size: 11px; }
      #tournaments .custom_event_content .new_event_field_set input, #tournaments .filters .new_event_field_set input {
        width: 100px;
        padding: 3px 0;
        font-size: 11px; }
      #tournaments .custom_event_content .new_event_field_set input#new_start_time, #tournaments .filters .new_event_field_set input#new_start_time {
        width: 100px;
        padding: 3px 0;
        font-size: 11px; }
      #tournaments .custom_event_content .new_event_field_set input#filter_date, #tournaments .filters .new_event_field_set input#filter_date {
        width: 100px;
        padding: 3px 0;
        font-size: 11px; }
      #tournaments .custom_event_content .new_event_field_set .add_event, #tournaments .filters .new_event_field_set .add_event {
        margin-top: 18px; }
  #tournaments ul {
    padding: 0; }
    #tournaments ul li i.start_time {
      font-size: 10px; }

#tour_events {
  background-color: #A3A3A3;
  border-top-right-radius: 6px 6px;
  border-top-left-radius: 6px 6px;
  box-shadow: 0 0 5px 1px #000;
  -webkit-box-shadow: 0 0 5px #000;
  float: left;
  width: 366px;
  font-size: 12px; }
  #tour_events .assign_event_button {
    display: none; }
  #tour_events form {
    margin: 5px; }
    #tour_events form input {
      margin: 0; }
  #tour_events h1 {
    margin: 0px;
    background-color: #6B6B6B;
    background-image: -moz-linear-gradient(top, #6B6B6B, #777);
    background-image: -o-linear-gradient(top, #6B6B6B, #777);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#6B6B6B));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555');
    border-top-right-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
    padding: .5em 2.2em;
    color: #FFF;
    font-size: 12px;
    background-color: #777; }
  #tour_events ul {
    margin: 0px 0px 10px;
    padding: 0; }
    #tour_events ul li {
      position: relative;
      border-bottom: 1px solid #CCC;
      display: list-item;
      float: left;
      font-size: 12px;
      line-height: 14px;
      list-style-type: none;
      padding: 0 0 0 .3em;
      width: 362px;
      background-color: #EEE;
      background-image: -moz-linear-gradient(top, #E9E9E9, #DDD);
      background-image: -o-linear-gradient(top, #E9E9E9, #DDD);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#DDD));
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#DDDDDD'); }
      #tour_events ul li.ui-state-active {
        background-image: none;
        background-color: #999; }
      #tour_events ul li.assign_tour_events {
        background-image: none;
        font-size: 14px;
        text-align: center; }
      #tour_events ul li i.start_time {
        font-size: 10px; }
      #tour_events ul li div {
        margin: .3em 0px; }
      #tour_events ul li p {
        text-align: center;
        margin: .3em 0px; }
      #tour_events ul li .remove {
        position: absolute;
        right: 1px;
        top: 0; }
        #tour_events ul li .remove a.button {
          font-size: 1.1em;
          color: #EE3B3B; }
          #tour_events ul li .remove a.button:hover {
            color: #FF0000; }

.droppable_game {
  padding: .3em;
  color: #555;
  list-style-type: none;
  font-size: 12px;
  width: 320px !important;
  border: 1px solid #999;
  text-align: left;
  background-image: -moz-linear-gradient(top, #E9E9E9, #DDD);
  background-image: -o-linear-gradient(top, #E9E9E9, #DDD);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#DDD));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#DDDDDD'); }
  .droppable_game i.start_time {
    font-size: 10px; }

#games {
  padding: 0;
  color: #555; }
  #games ul li i.start_time {
    font-size: 10px; }

.ui-widget, .ui-datepicker-title, .ui-datepicker table {
  font-size: 12px !important; }

.ui-accordion-content {
  padding: 1em .3em !important;
  height: 100% !important; }

/* ---------  Tour statuses -------- */
.ui-accordion-icons .ui-accordion-header a.tour_games_created {
  background-color: #DDD !important; }
.ui-accordion-icons .ui-accordion-header a.tour_draft {
  background-color: #FFFD47 !important; }
.ui-accordion-icons .ui-accordion-header a.tour_scheduled {
  background-color: #49afcd !important;
  color: #EEE !important; }
.ui-accordion-icons .ui-accordion-header a.tour_started {
  background-color: #51A351 !important;
  color: #EEE !important; }
.ui-accordion-icons .ui-accordion-header a.tour_finished {
  background-color: #AAA !important; }

/* --------- END Tour statuses -------- */
#tour_memo {
  height: 15px;
  padding: 12px 10px; }

#saved_tour {
  width: 500px; }

#start_tour .canceled {
  border: 1px #999999 solid;
  color: #DDD;
  background-color: #A3A3A3; }
#start_tour .publish_tour_events {
  background-image: none;
  font-size: 14px;
  text-align: center; }
#start_tour .tour_event {
  border: 1px #FDFDFD solid; }
  #start_tour .tour_event .activate, #start_tour .tour_event .cancel {
    width: 110px;
    cursor: pointer; }
  #start_tour .tour_event .start_time {
    display: inline-block;
    width: 100px; }
  #start_tour .tour_event .home_team, #start_tour .tour_event .away_team {
    display: inline-block;
    width: 230px; }
  #start_tour .tour_event .home_team_with_one_extra, #start_tour .tour_event .away_team_with_one_extra {
    display: inline-block;
    width: 200px; }
  #start_tour .tour_event .home_team_with_two_extra, #start_tour .tour_event .away_team_with_two_extra {
    display: inline-block;
    width: 170px; }
  #start_tour .tour_event .home_team_goals, #start_tour .tour_event .away_team_goals {
    display: inline-block;
    width: 15px; }
  #start_tour .tour_event .score {
    display: inline-block;
    width: 15px; }
  #start_tour .tour_event label {
    display: inline;
    cursor: pointer; }
  #start_tour .tour_event .first_extra {
    display: inline-block;
    width: 55px; }
  #start_tour .tour_event .second_extra {
    display: inline-block;
    width: 55px; }
  #start_tour .tour_event .coeff {
    display: inline-block;
    width: 80px; }
#start_tour .game {
  border-bottom: 1px #999 solid;
  padding: 5px 10px; }
  #start_tour .game .bids_count {
    padding: 0 5px;
    width: 10%;
    text-align: right;
    font-size: 8px !important;
    display: inline-block; }
  #start_tour .game .participant {
    padding: 0 5px;
    width: 30%;
    display: inline-block; }
  #start_tour .game .game_actions {
    padding: 0 5px;
    width: 10%;
    display: inline-block; }

#finish_tour .canceled {
  border: 1px #999999 solid;
  color: #DDD;
  background-color: #A3A3A3; }
#finish_tour .finalized {
  border: 1px #999999 solid;
  color: #EEE;
  background-color: #BBB; }
#finish_tour .tour_event {
  border: 1px #FDFDFD solid;
  padding: 2px 10px; }
  #finish_tour .tour_event .activate, #finish_tour .tour_event .cancel, #finish_tour .tour_event .finalize, #finish_tour .tour_event .open {
    width: 100px;
    cursor: pointer; }
  #finish_tour .tour_event .event_cancel_type {
    width: 100px;
    display: inline-block; }
  #finish_tour .tour_event .start_time {
    display: inline-block;
    width: 100px; }
  #finish_tour .tour_event .home_team, #finish_tour .tour_event .away_team {
    display: inline-block;
    width: 185px; }
  #finish_tour .tour_event .home_team_with_one_extra, #finish_tour .tour_event .away_team_with_one_extra {
    display: inline-block;
    width: 155px; }
  #finish_tour .tour_event .home_team_with_two_extra, #finish_tour .tour_event .away_team_with_two_extra {
    display: inline-block;
    width: 125px; }
  #finish_tour .tour_event .home_team_goals, #finish_tour .tour_event .away_team_goals {
    display: inline-block;
    width: 15px; }
  #finish_tour .tour_event .score {
    display: inline-block;
    width: 15px; }
  #finish_tour .tour_event label {
    display: inline;
    cursor: pointer; }
  #finish_tour .tour_event .first_extra {
    display: inline-block;
    width: 55px; }
  #finish_tour .tour_event .second_extra {
    display: inline-block;
    width: 55px; }
  #finish_tour .tour_event .coeff {
    display: inline-block;
    width: 70px; }
#finish_tour .save_tour_events {
  display: inline-block;
  width: 555px; }
  #finish_tour .save_tour_events input {
    margin-left: 310px; }
#finish_tour .finish_tour_events {
  display: inline-block;
  width: 210px; }
  #finish_tour .finish_tour_events input {
    width: 205px; }
#finish_tour .correct_tour {
  display: inline-block;
  width: 340px; }
  #finish_tour .correct_tour input {
    margin-left: 80px; }
#finish_tour .skip_correct_tour {
  display: inline-block;
  width: 210px; }
  #finish_tour .skip_correct_tour input {
    width: 205px; }

/* Wizard */
.champs {
  height: 950px; }

.champs {
  overflow: hidden;
  background-color: #EEE; }
  .champs ul {
    clear: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .champs ul li {
      margin: 0px auto;
      padding: 11px;
      position: relative;
      float: left; }
      .champs ul li.normal {
        background: #CCC repeat-x 0 0;
        background-image: -moz-linear-gradient(top, #E9E9E9, #CCC);
        background-image: -o-linear-gradient(top, #E9E9E9, #CCC);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#CCC));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#CCCCCC');
        border: 1px solid #a3a3a3; }
        .champs ul li.normal div.desc {
          color: #555;
          padding: 45px 0px;
          height: 20px; }
          .champs ul li.normal div.desc h1 {
            font-size: 13px; }
        .champs ul li.normal:hover {
          background-color: #BBB;
          filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
          .champs ul li.normal:hover div.desc {
            color: #333; }
      .champs ul li.normal h1 {
        color: #2F96B4;
        text-shadow: white 0px 1px 1px; }
      .champs ul li.normal:hover h1 {
        color: #2F96B4;
        text-shadow: none; }
      .champs ul li:hover {
        -webkit-box-shadow: #333 0px 0px 5px;
        box-shadow: #333 0px 0px 5px;
        color: #333; }
      .champs ul li a {
        text-decoration: none;
        color: #000; }
      .champs ul li div.icon {
        -webkit-box-shadow: #333 0px 0px 3px;
        box-shadow: #333 0px 0px 3px;
        border-radius: 4px;
        float: left;
        background-color: #EEEEEE;
        height: 100px;
        width: 100px; }
        .champs ul li div.icon img {
          border-radius: 4px; }
      .champs ul li div.desc {
        margin: 0 15px;
        height: 75px;
        width: 230px;
        float: left;
        text-align: center; }
      .champs ul li div.desc i {
        font-size: 13px; }
      .champs ul li div.desc p {
        margin: 0 auto; }

.input-prepend .add-on {
  width: 160px !important; }

#advanced_details {
  margin-top: 0px; }
  #advanced_details div, #advanced_details span, #advanced_details p, #advanced_details h4 {
    margin: 1px 0 !important; }

.elements-group {
  padding-top: 10px;
  float: left;
  height: 36px;
  width: 98%; }
  .elements-group.points {
    height: 120px; }
  .elements-group.team_players_quantity {
    height: 30px; }
  .elements-group .control-group {
    display: block;
    float: left;
    height: 36px;
    width: 380px !important; }
    .elements-group .control-group.point-event {
      width: 250px !important; }
    .elements-group .control-group.overtime_loss, .elements-group .control-group.penalty_loss {
      width: 400px !important; }
    .elements-group .control-group.championship_name {
      width: 700px !important; }
      .elements-group .control-group.championship_name input {
        width: 350px !important; }
    .elements-group .control-group select, .elements-group .control-group input {
      width: 200px;
      margin: 0 !important; }
    .elements-group .control-group .number, .elements-group .control-group .check-box {
      width: 50px; }

.tiebreaker_rules {
  margin: 10px 5px 0px 0px; }
  .tiebreaker_rules ul {
    margin: 2px 0;
    padding: 0; }
  .tiebreaker_rules ul li {
    position: relative;
    font-weight: normal;
    list-style-type: none;
    padding: 7px 0px;
    text-align: center;
    width: 400px; }

#members .add-manager, #members .delete-manager {
  width: 148px;
  margin-right: 2px; }

#members .owner, #members .admin, #members .member, #participants .participant {
  display: block;
  width: 160px;
  padding: 2px 5px; }

#member_requests .btn, #vacancy_requests .btn, #participants .btn-danger {
  width: 72px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

#member_requests .request_status, #vacancy_requests .request_status {
  display: block;
  width: 180px;
  padding: 2px 5px; }

tr.odd {
  background-color: #BBB !important;
  border-bottom: 1px #999 solid; }

tr.even {
  background-color: #BBB !important;
  border-bottom: 1px #999 solid; }

tr.odd td.sorting_1, tr.odd td.sorting_2 {
  background-color: #CCC !important; }

tr.even td.sorting_1, tr.even td.sorting_2 {
  background-color: #CCC !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #555 !important; }

.ui-draggable-disabled, .ui-droppable-disabled {
  opacity: .35; }

label input, label textarea, label select {
  display: inline-block !important; }

label select {
  width: 60px !important; }

.fg-toolbar {
  border-radius: 0px !important; }

.dataTables_info {
  width: 35% !important; }

.dataTables_paginate {
  width: 450px !important; }

.dataTables_processing {
  top: -30px !important;
  border: none !important;
  color: #DDD !important;
  text-shadow: black 0px -1px 0px; }

.cancel_adjustment {
  color: #FF7676 !important;
  font-weight: bold; }

.bonus_points {
  padding: 3px 4px;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
  background-color: #62c462 !important; }

.penalty_points {
  padding: 3px 4px;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
  background-color: #FF7676 !important; }

.tour_table {
  width: 100%;
  margin-bottom: 30px; }
  .tour_table th {
    padding: 5px;
    color: #FFF;
    background-color: #6B6B6B;
    background-image: -moz-linear-gradient(top, #6B6B6B, #555);
    background-image: -o-linear-gradient(top, #6B6B6B, #555);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6B6B6B), to(#555));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555'); }
    .tour_table th a {
      color: #FFF;
      font-weight: normal; }
  .tour_table .even {
    background-color: #BBB !important;
    text-shadow: 0 1px 0 #DDD; }
    .tour_table .even a {
      text-shadow: 0 1px 0 #DDD; }
  .tour_table .odd {
    background-color: #DDD !important;
    text-shadow: 0 1px 0 #FFF; }
    .tour_table .odd a {
      text-shadow: 0 1px 0 #FFF; }
  .tour_table tr td {
    padding: 5px; }
    .tour_table tr td .position {
      position: relative; }
      .tour_table tr td .position .tiebreaker {
        color: #BD362F;
        cursor: help;
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        right: -5px;
        top: -9px; }
      .tour_table tr td .position .point_adjustments {
        color: #0014FF;
        cursor: help;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 6px;
        top: -7px; }
  .tour_table tr.canceled {
    border: 1px #999999 solid;
    color: #DDD;
    background-color: #A3A3A3; }
  .tour_table th.result, .tour_table td.result {
    background-color: #6B6B6B;
    background-image: -moz-linear-gradient(top, #6B6B6B, #555);
    background-image: -o-linear-gradient(top, #6B6B6B, #555);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6B6B6B), to(#555));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555');
    width: 60px;
    color: #CCC;
    text-weight: bold; }
  .tour_table th.game_status, .tour_table td.game_status {
    font-size: 12px;
    width: 140px; }
  .tour_table th.home_participant, .tour_table th.home_team, .tour_table th.guest_participant, .tour_table th.guest_team, .tour_table td.home_participant, .tour_table td.home_team, .tour_table td.guest_participant, .tour_table td.guest_team {
    width: 250px;
    font-weight: bold; }
  .tour_table th.guess_bid, .tour_table td.guess_bid {
    font-size: 12px;
    width: 130px; }
    .tour_table th.guess_bid img, .tour_table td.guess_bid img {
      padding: 0 3px; }
    .tour_table th.guess_bid select, .tour_table td.guess_bid select {
      width: 110px; }
  .tour_table th.history a, .tour_table td.history a {
    padding: 0; }
    .tour_table th.history a:hover, .tour_table td.history a:hover {
      padding: 0;
      background: none; }

#user_image img {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  border: 1px #DDD solid; }

.admin_general_info .desc {
  margin: 10px 5px 10px 0px;
  float: left; }
  .admin_general_info .desc .underline {
    border-bottom: 1px solid #EEE; }
  .admin_general_info .desc .info_item {
    position: relative;
    line-height: 140%;
    padding: 10px 6px 15px; }
    .admin_general_info .desc .info_item .item_label {
      float: left;
      font-size: 13px;
      width: 150px;
      color: #777;
      text-shadow: white 0px 1px 1px; }
    .admin_general_info .desc .info_item .value {
      float: left;
      width: 250px;
      color: #444;
      font-size: 12px; }
      .admin_general_info .desc .info_item .value a {
        color: #2F96B4;
        font-size: 12px; }
        .admin_general_info .desc .info_item .value a:hover {
          text-decoration: underline; }

/* *********** Standing table color  ***********/
.standing_colors tr.custom_color {
  display: inline; }
.standing_colors .colorpicker {
  min-width: 50px !important;
  max-width: 50px !important;
  z-index: 9999; }

/* *********** END Standing table color  ***********/
/* *********** Champ info ***********/
.champ_info {
  text-shadow: 0 1px 0 #FFF;
  width: 800px;
  height: 200px; }
  .champ_info .tiebreaker_rules {
    margin-right: 10px; }
  .champ_info .tiebreaker_rules, .champ_info .event_points, .champ_info .game_points, .champ_info .team_champ_rules {
    height: 270px;
    float: left;
    width: 385px;
    border: 1px #CECECE solid;
    background-color: #EEE;
    margin-bottom: 10px;
    color: #555;
    padding-bottom: 80px; }
    .champ_info .tiebreaker_rules h4, .champ_info .event_points h4, .champ_info .game_points h4, .champ_info .team_champ_rules h4 {
      padding: 0px 10px; }
    .champ_info .tiebreaker_rules ul, .champ_info .event_points ul, .champ_info .game_points ul, .champ_info .team_champ_rules ul {
      font-size: 10px;
      padding: 0 10px; }
      .champ_info .tiebreaker_rules ul .point_name, .champ_info .event_points ul .point_name, .champ_info .game_points ul .point_name, .champ_info .team_champ_rules ul .point_name {
        display: inline-block;
        width: 200px; }
    .champ_info .tiebreaker_rules li, .champ_info .event_points li, .champ_info .game_points li, .champ_info .team_champ_rules li {
      text-align: left; }

/* *********** END Champ info ***********/
/* *********** Simple Form ***********/
.control-group .controls .checkbox input[type="checkbox"] {
  margin-left: 5px !important; }

/* *********** END Simple Form ***********/
/* *********** Slider (4 levels and more) ***********/
#range {
  border: none;
  height: 37px; }

#slider:before {
  display: block;
  background-image: url(https://portal.sportgiant.net/assets/rangeBar-8fc1f19769a64307ae42f6e9059f0d5b3cee4ad7bab227c0a86532d936fe5dfe.png);
  background-position: 0px 10px;
  background-repeat: repeat-x;
  margin-left: 9px;
  width: 500px;
  height: 30px;
  position: relative;
  position: absolute;
  content: ""; }

#range td {
  border: none; }

.rangeGrip {
  width: 10px;
  height: 19px;
  cursor: e-resize;
  background-image: url(https://portal.sportgiant.net/assets/slider-dbe8c2af07a78a3ffd42f8c4a8b8f254033d4e0689de2c89511ce5fe8b846793.png);
  z-index: 8; }

.rangeDrag .rangeGrip, .rangeGrip:hover {
  background-position: right; }

/* *********** END Slider ***********/
/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */
/*
 * jQuery UI specific styling
 */
.paging_two_button .ui-button {
  float: left;
  cursor: pointer;
  cursor: hand; }

.paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  cursor: hand;
  color: #333 !important; }

.dataTables_paginate .ui-button {
  margin-right: -0.1em !important; }

.paging_full_numbers {
  width: 350px !important; }

.dataTables_wrapper .ui-toolbar {
  padding: 5px;
  margin: 0 auto; }

.dataTables_paginate {
  width: auto; }

.dataTables_info {
  padding-top: 3px; }

table.display thead th {
  padding: 3px 0px 3px 10px;
  cursor: pointer;
  cursor: hand; }

div.dataTables_wrapper .ui-widget-header {
  font-weight: normal; }

/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
  padding-right: 20px; }

table.display thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
/* Wrapper only effects the Header and Footer content, not the results in the DataTable */
.dataTables_wrapper {
  position: relative;
  clear: both; }

.dataTables_processing {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 11px;
  padding: 2px 0; }

/* Length is the dropdown which selects the number of items to return */
.dataTables_length {
  width: 40%;
  float: left; }

/* Filter is the Search Field  */
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
  padding: 3px; }

/* Info is the footer which displays the number of results displaying out of the total number of results  */
.dataTables_info {
  width: 50%;
  float: left; }

/* Paginate is the footer which lists the pages */
.dataTables_paginate {
  float: right;
  text-align: right;
  padding: 3px; }

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left; }

.paginate_disabled_previous {
  background-image: url("/assets/dataTables/back_disabled.jpg"); }

.paginate_enabled_previous {
  background-image: url("/assets/dataTables/back_enabled.jpg"); }

.paginate_disabled_next {
  background-image: url("/assets/dataTables/forward_disabled.jpg"); }

.paginate_enabled_next {
  background-image: url("/assets/dataTables/forward_enabled.jpg"); }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse; }

table.display tfoot th {
  padding: 3px 0px 3px 10px;
  font-weight: bold;
  font-weight: normal; }

table.display tr.heading2 td {
  border-bottom: 1px solid #aaa; }

table.display td {
  padding: 3px 10px; }

table.display td.center {
  text-align: center; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
  background: url(https://portal.sportgiant.net/assets/dataTables/sort_asc-ee6010bb0a8d17e58307136a0fbf0b196d949ab6c50eb66d1ff8f0a7d2a4d48b.png) no-repeat center right; }

.sorting_desc {
  background: url(https://portal.sportgiant.net/assets/dataTables/sort_desc-26da8e7eaf746a08dec2928977be21aa67212484540a12042b86aa2d904b80e8.png) no-repeat center right; }

.sorting {
  background: url(https://portal.sportgiant.net/assets/dataTables/sort_both-624f0a471a2535c4754e1f6974b0e64ee70d6907738346e2a11d0bff20258b8c.png) no-repeat center right; }

.sorting_asc_disabled {
  background: url(https://portal.sportgiant.net/assets/dataTables/sort_asc_disabled-50f0e16f8289b1f09eb0d0494d0eee7ae4717e857a4ed77997bb06cefecb2528.png) no-repeat center right; }

.sorting_desc_disabled {
  background: url(https://portal.sportgiant.net/assets/dataTables/sort_desc_disabled-3450cc1e5a1585690226a713a726753b3fa2d177e41338a36e0a3188e3f02663.png) no-repeat center right; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
  background-color: #ddffdd; }

table.display tr.even.gradeA {
  background-color: #eeffee; }

table.display tr.odd.gradeA {
  background-color: #ddffdd; }

table.display tr.even.gradeA {
  background-color: #eeffee; }

table.display tr.odd.gradeC {
  background-color: #ddddff; }

table.display tr.even.gradeC {
  background-color: #eeeeff; }

table.display tr.odd.gradeX {
  background-color: #ffdddd; }

table.display tr.even.gradeX {
  background-color: #ffeeee; }

table.display tr.odd.gradeU {
  background-color: #ddd; }

table.display tr.even.gradeU {
  background-color: #eee; }

tr.odd {
  background-color: #E2E4FF; }

tr.even {
  background-color: white; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
  clear: both; }

.top, .bottom {
  padding: 15px;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC; }

.top .dataTables_info {
  float: none; }

.clear {
  clear: both; }

.dataTables_empty {
  text-align: center; }

tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444; }

tfoot input.search_init {
  color: #999; }

td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E; }

td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E; }

.example_alt_pagination div.dataTables_info {
  width: 40%; }

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important; }

.paging_full_numbers a.paginate_button {
  background-color: #ddd; }

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important; }

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF; }

table.display tr.even.row_selected td {
  background-color: #B0BED9; }

table.display tr.odd.row_selected td {
  background-color: #9FAFD1; }

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
  background-color: #D3D6FF; }

tr.odd td.sorting_2 {
  background-color: #DADCFF; }

tr.odd td.sorting_3 {
  background-color: #E0E2FF; }

tr.even td.sorting_1 {
  background-color: #EAEBFF; }

tr.even td.sorting_2 {
  background-color: #F2F3FF; }

tr.even td.sorting_3 {
  background-color: #F9F9FF; }

/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
  background-color: #c4ffc4; }

tr.odd.gradeA td.sorting_2 {
  background-color: #d1ffd1; }

tr.odd.gradeA td.sorting_3 {
  background-color: #d1ffd1; }

tr.even.gradeA td.sorting_1 {
  background-color: #d5ffd5; }

tr.even.gradeA td.sorting_2 {
  background-color: #e2ffe2; }

tr.even.gradeA td.sorting_3 {
  background-color: #e2ffe2; }

tr.odd.gradeC td.sorting_1 {
  background-color: #c4c4ff; }

tr.odd.gradeC td.sorting_2 {
  background-color: #d1d1ff; }

tr.odd.gradeC td.sorting_3 {
  background-color: #d1d1ff; }

tr.even.gradeC td.sorting_1 {
  background-color: #d5d5ff; }

tr.even.gradeC td.sorting_2 {
  background-color: #e2e2ff; }

tr.even.gradeC td.sorting_3 {
  background-color: #e2e2ff; }

tr.odd.gradeX td.sorting_1 {
  background-color: #ffc4c4; }

tr.odd.gradeX td.sorting_2 {
  background-color: #ffd1d1; }

tr.odd.gradeX td.sorting_3 {
  background-color: #ffd1d1; }

tr.even.gradeX td.sorting_1 {
  background-color: #ffd5d5; }

tr.even.gradeX td.sorting_2 {
  background-color: #ffe2e2; }

tr.even.gradeX td.sorting_3 {
  background-color: #ffe2e2; }

tr.odd.gradeU td.sorting_1 {
  background-color: #c4c4c4; }

tr.odd.gradeU td.sorting_2 {
  background-color: #d1d1d1; }

tr.odd.gradeU td.sorting_3 {
  background-color: #d1d1d1; }

tr.even.gradeU td.sorting_1 {
  background-color: #d5d5d5; }

tr.even.gradeU td.sorting_2 {
  background-color: #e2e2e2; }

tr.even.gradeU td.sorting_3 {
  background-color: #e2e2e2; }

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  background-color: #ECFFB3; }

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  background-color: #E6FF99; }
/*!
 * Bootstrap v2.0.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12, .container {
  width: 940px;
}
.offset1 {
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
}
.row-fluid > .span9 {
  width: 74.468085099%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
}
.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input, label textarea, label select {
  display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio, .checkbox {
  padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend, .input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after, .input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input, .input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on, .input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input, .input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
  margin-bottom: 0;
  vertical-align: middle;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "\2193";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret, .open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0044cc;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #262626;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #0c0c0c \9;
}
button.btn, input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large, input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small, input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before, .btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret, .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert, .alert-heading {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success, .alert-success .alert-heading {
  color: #468847;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info, .alert-info .alert-heading {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list .active > a, .nav-list .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs, .nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after, .nav-pills:after {
  clear: both;
}
.nav-tabs > li, .nav-pills > li {
  float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills .active > a, .nav-pills .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: hidden;
}
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active, .btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #999999;
}
.navbar .navbar-text a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input, .navbar-form select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-form .radio, .navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  background: #666;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query :-moz-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #eeeeee;
}
.navbar-search .search-query:hover {
  color: #ffffff;
  background-color: #999999;
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  padding: 15px;
}
.modal-body .modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active, .carousel .next, .carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next, .carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left, .carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4, .carousel-caption p {
  color: #ffffff;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 {

}
/*= dark*/
/*= blue */
/*= red */
/*= yellow */
/* green */
/* purpl */
h1, h2, h3, h4, h5, h6, input, select, button {
  font-size: 100%; }

ol, ul {
  list-style: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.wbr:after {
  content: "\00200B"; }

/* =body */
body {
  margin: 0 auto;
  min-width: 800px;
  background: #A3A3A3;
  background: #606060 url(https://portal.sportgiant.net/assets/background-image-d6658465c3e3af4ec3805c44983b0684dd1fc19f8046d6dc72361986e0f8fbd8.png) repeat 0% 0%;
  font-family: tahoma, arial, verdana, sans-serif, 'Lucida Sans';
  font-size: 12px;
  line-height: 17px; }

::selection {
  background: #999;
  /* Safari */
  color: #EEE; }

::-moz-selection {
  background: #999;
  /* Firefox */
  color: #EEE; }

select:focus, input:focus, textarea:focus {
  outline: none;
  border: 1px solid #555;
  box-shadow: 0 0 3px 1px #555;
  -webkit-box-shadow: 0 0 3px #555; }

body:after {
  display: block;
  height: 40px;
  content: ' '; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #FFF; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.blink {
  -webkit-animation: blink 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: blink 1s;
  -moz-animation-iteration-count: infinite;
  -o-animation: blink 1s;
  -o-animation-iteration-count: infinite; }

/* =branding */
#branding {
  position: absolute;
  height: 2.5em;
  font-size: 1em;
  width: 0;
  padding: 0 50%;
  font-size: 16px; }
  #branding .logo {
    position: absolute;
    margin: 0 auto;
    height: 100%;
    left: 1px;
    width: 200px;
    text-align: center;
    padding: 0 0 0 50px; }
    #branding .logo h1 a {
      font-weight: normal;
      font-size: 19px;
      color: #CCC;
      text-shadow: 0px -2px 0px #333; }
  #branding .logo-0 {
    background: url(https://portal.sportgiant.net/assets/sg-logo-5-ea901a88c82863986d8189e048a57aa517b294d015f7ab4056ad07fc961ef1e3.png) no-repeat 25% 0; }
    #branding .logo-0 h1 a {
      color: #EE5F5B; }
  #branding .logo-1 {
    background: url(https://portal.sportgiant.net/assets/sg-logo-1-61a91b4b57b251776a78fc928a42c8207acd1d99ff368823747ca519d1043eac.png) no-repeat 25% 0; }
    #branding .logo-1 h1 a {
      color: #5BC0DE; }
  #branding .logo-2 {
    background: url(https://portal.sportgiant.net/assets/sg-logo-2-b31c5e0a2c1a5639ade83a0bb07574d43692d2c30d98d9dbafa0c97828d8cc21.png) no-repeat 25% 0; }
    #branding .logo-2 h1 a {
      color: #FAA732; }
  #branding .logo-3 {
    background: url(https://portal.sportgiant.net/assets/sg-logo-3-40e43b50f69576962079597f7f8f755ac0ce93470570bc39750ad65825c95f3d.png) no-repeat 25% 0; }
    #branding .logo-3 h1 a {
      color: #62C462; }
  #branding .logo-4 {
    background: url(https://portal.sportgiant.net/assets/sg-logo-4-02238f8d233767de104360d0dfc3876eb7fe5808cbf5a84fecb9ca584e5bb3ec.png) no-repeat 25% 0; }
    #branding .logo-4 h1 a {
      color: #EE5F5B; }
  #branding .logo-ukr {
    background: url(https://portal.sportgiant.net/assets/sg-logo-ukr-b0fff2178677cab56740b7485d9ea5f1b7aa06ae03359c1667cc0ef0811c97ab.png) no-repeat 25% 0; }
    #branding .logo-ukr h1 a {
      color: #FAA732; }
  #branding .christmas-logo-0 {
    background: url(https://portal.sportgiant.net/assets/christmas-logo-5-f6347b31d110c07631ac50206062d20fa25c9fdaa7694b042b47b1301e3b7aef.png) no-repeat 25% 0; }
    #branding .christmas-logo-0 h1 a {
      color: #EE5F5B; }
  #branding .christmas-logo-1 {
    background: url(https://portal.sportgiant.net/assets/christmas-logo-1-9d9900975f64d5a6bcb23b947d7dc5a61e3219c6cab460657e567f57d2bee20e.png) no-repeat 25% 0; }
    #branding .christmas-logo-1 h1 a {
      color: #5BC0DE; }
  #branding .christmas-logo-2 {
    background: url(https://portal.sportgiant.net/assets/christmas-logo-2-2d7a91fba4e2d55175bb2922fd8f303ef104029622d323eed32d8da8252f9127.png) no-repeat 25% 0; }
    #branding .christmas-logo-2 h1 a {
      color: #FAA732; }
  #branding .christmas-logo-3 {
    background: url(https://portal.sportgiant.net/assets/christmas-logo-3-ae74e32f86cbb1551fc4360fe7556306de0e98de5f568e25d2358087a3b03814.png) no-repeat 25% 0; }
    #branding .christmas-logo-3 h1 a {
      color: #62C462; }
  #branding .christmas-logo-4 {
    background: url(https://portal.sportgiant.net/assets/christmas-logo-4-de035509b3131ac13f4b2346175f1487007d0bd030c6bd892da6fcb2751adef5.png) no-repeat 25% 0; }
    #branding .christmas-logo-4 h1 a {
      color: #EE5F5B; }

.welcome h1 {
  font-size: 30px;
  color: #FFF;
  text-shadow: 0px 2px #555; }
.welcome h3 {
  margin: 10px 0 0 0;
  color: #FFF;
  text-shadow: 0px 2px #555; }
.welcome .about, .welcome .learn {
  -webkit-box-shadow: #333 0px 0px 2px;
  box-shadow: 0 0 2px 1px #333333;
  background-color: #E9E9E9;
  border-radius: 6px;
  margin: 5px 20px;
  padding: 10px;
  color: #555;
  text-shadow: 0px 1px #FFF;
  font-size: 16px; }
  .welcome .about:hover, .welcome .learn:hover {
    -webkit-box-shadow: #333 0px 0px 10px;
    box-shadow: 0 0 10px 1px #333333; }
.welcome .about {
  font-size: 16px; }
.welcome .how-it-works {
  font-size: 20px;
  height: 340px; }
  .welcome .how-it-works .desc {
    -webkit-box-shadow: #333 0px 0px 2px;
    box-shadow: 0 0 2px 1px #333333;
    border-radius: 6px;
    margin: 5px 20px;
    float: left;
    width: 220px;
    height: 290px;
    color: #EEE;
    background-color: #E9E9E9;
    font-size: 14px;
    text-shadow: 0px -1px #333; }
    .welcome .how-it-works .desc:hover {
      -webkit-box-shadow: #333 0px 0px 10px;
      box-shadow: 0 0 10px 1px #333333; }
    .welcome .how-it-works .desc .img {
      margin: 40px 0 10px 0; }
    .welcome .how-it-works .desc a {
      width: 180px;
      height: 35px;
      font-size: 15px;
      font-weight: bold;
      line-height: 33px; }
.welcome .socials {
  margin: 20px 0; }

/*footer*/
.footer {
  padding: 40px 0 0 0; }
  .footer .copy {
    color: #333;
    text-align: center;
    text-shadow: 0px 1px 1px #A9A9A9;
    width: 100%; }

/* =button */
.button {
  cursor: pointer;
  padding: 2px 4px;
  color: #333;
  background-color: #CCC;
  background-image: -moz-linear-gradient(top, #FFF, #A3A3A3);
  background-image: -o-linear-gradient(top, #FFF, #A3A3A3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#A3A3A3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A3A3A3');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555');
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 14px; }
  .button:active {
    background-image: none;
    background-color: #555;
    color: #FFF; }

.hit {
  background-image: none;
  background-color: #555;
  color: #FFF;
  text-shadow: none; }

.registration, .edit_profile_info, .login_form {
  padding: 0 0 0 350px;
  background: #EEEEEE url(https://portal.sportgiant.net/assets/signup-bg-4927c43c50e29a97b543604c8b2346f5d366ac2affd947bccce75436bcad68b0.png) no-repeat 10% 20%; }

.registration, .edit_profile_info, .login_form, .forgot_password, .new_password {
  border-radius-top: 4px;
  border: 1px #CCC solid; }
  .registration .actions, .edit_profile_info .actions, .login_form .actions, .forgot_password .actions, .new_password .actions {
    margin-bottom: 10px;
    padding-left: 15px; }
  .registration .inputs, .edit_profile_info .inputs, .login_form .inputs, .forgot_password .inputs, .new_password .inputs {
    padding: 15px 15px 0 15px;
    width: 700px; }
    .registration .inputs .add-on, .edit_profile_info .inputs .add-on, .login_form .inputs .add-on, .forgot_password .inputs .add-on, .new_password .inputs .add-on {
      color: #555;
      width: 170px !important; }
    .registration .inputs .help-block, .edit_profile_info .inputs .help-block, .login_form .inputs .help-block, .forgot_password .inputs .help-block, .new_password .inputs .help-block {
      font-size: 11px;
      margin-top: -14px;
      text-shadow: 1px 1px #fff; }
  .registration .forgot-password, .edit_profile_info .forgot-password, .login_form .forgot-password, .forgot_password .forgot-password, .new_password .forgot-password {
    margin: 0 10px;
    padding: 10px 15px;
    border-top: 1px #FFF solid; }
    .registration .forgot-password a, .edit_profile_info .forgot-password a, .login_form .forgot-password a, .forgot_password .forgot-password a, .new_password .forgot-password a {
      color: #6AC;
      font-size: 12px; }
      .registration .forgot-password a:hover, .edit_profile_info .forgot-password a:hover, .login_form .forgot-password a:hover, .forgot_password .forgot-password a:hover, .new_password .forgot-password a:hover {
        color: #2F96B4; }

.delete_account {
  float: right;
  margin: 5px; }

form label {
  display: block;
  font-size: 100%;
  padding: 5px; }
  form label abbr {
    display: none; }

textarea {
  width: 775px;
  height: 200px; }

/* =content */
.content {
  padding: 10px;
  background-color: #DDD; }
  .content ol {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: decimal; }
  .content ul {
    margin-bottom: 10px; }
  .content ol li, .content ul li {
    margin-bottom: 0px; }
  .content ol li {
    margin-bottom: 5px; }
  .content form ul {
    margin-bottom: 0px; }
  .content form ul li {
    padding-left: 0px;
    margin-bottom: 0px; }
  .content h1, .content h2 {
    clear: both;
    margin: 5px 0px 0px 0px; }
  .content h2.required {
    margin: 0px;
    padding: 10px 0px 0px 0px; }

/* =primary_navigation */
#primary_navigation {
  /*To Prevent the Current tab from changing colour on hover*/ }
  #primary_navigation ul#main-nav {
    margin-left: 20px; }
  #primary_navigation ul#main-nav li {
    float: left;
    position: relative;
    margin-left: -20px;
    display: inline; }
  #primary_navigation ul#main-nav li a {
    position: relative;
    width: 103px;
    height: 36px;
    display: block;
    background-image: url(https://portal.sportgiant.net/assets/blank_tab-ebe59aee26d6f5f079bbd4211ba67644aedc7a258459d5f73300dfb1d3a6efb5.png);
    background-position: center center;
    color: #44403b;
    text-decoration: none;
    font-size: 14px;
    padding-top: 12px;
    text-align: left;
    padding-left: 18px;
    font-weight: bold; }
  #primary_navigation ul#main-nav li.home a {
    background-image: url(https://portal.sportgiant.net/assets/blank_tab-ebe59aee26d6f5f079bbd4211ba67644aedc7a258459d5f73300dfb1d3a6efb5.png); }
  #primary_navigation ul#main-nav li.current a {
    background-position: top;
    color: #ffffff; }
  #primary_navigation ul#main-nav li a:hover {
    background-position: bottom;
    color: #111111; }
  #primary_navigation ul#main-nav li.current a:hover {
    background-position: top;
    color: #ffffff; }
  #primary_navigation ul#main-nav li.current, #primary_navigation ul#main-nav li.home {
    z-index: 100; }
  #primary_navigation ul#main-nav li.other_world {
    z-index: 99; }
  #primary_navigation ul#main-nav li.statistis {
    z-index: 98; }
  #primary_navigation ul#main-nav li.forum {
    z-index: 97; }

_
#css_navigation a {
  background: #fff;
  color: #aa0000;
  padding: 3px;
  -webkit-transition: all 1s linear; }

#css_navigation a:hover {
  background: #6b6868;
  color: #fff; }

#css_navigation #trans-nav {
  list-style-type: none;
  height: 40px;
  padding: 0;
  margin: 0; }
  #css_navigation #trans-nav li {
    float: left;
    position: relative;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    background: #555 repeat-x 0 0;
    -webkit-transition: all 0.2s;
    background-image: -moz-linear-gradient(top, #777, #555);
    background-image: -o-linear-gradient(top, #777, #555);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555'); }
    #css_navigation #trans-nav li:hover {
      background-position: 0 -40px; }
    #css_navigation #trans-nav li a {
      color: #AAA;
      text-shadow: black 0px 1px 1px;
      display: block;
      padding: 0 15px;
      text-decoration: none;
      -webkit-transition: all 0.5s; }
      #css_navigation #trans-nav li a:hover {
        color: #fff;
        text-shadow: none; }
    #css_navigation #trans-nav li ul {
      opacity: 0;
      position: absolute;
      left: 0;
      width: 12em;
      background: #555;
      list-style-type: none;
      border: 1px solid #A3A3A3;
      padding: 0;
      margin: 0;
      z-index: 9999;
      -webkit-transition: all 1s; }
      #css_navigation #trans-nav li ul li {
        float: none;
        position: static;
        height: 0;
        line-height: 0;
        background: none;
        -webkit-transition: height 0.5s;
        font-size: 17px; }
        #css_navigation #trans-nav li ul li a {
          background: #555;
          background-image: -moz-linear-gradient(top, #777, #555);
          background-image: -o-linear-gradient(top, #777, #555);
          background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555'); }
          #css_navigation #trans-nav li ul li a:hover {
            background: #6B6868; }
    #css_navigation #trans-nav li:hover ul {
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
      #css_navigation #trans-nav li:hover ul li {
        height: 30px;
        line-height: 30px; }

/* login container  */
#topnav_container {
  margin: 0 auto;
  position: relativie;
  background: #555 repeat-x 0 0;
  background-image: -moz-linear-gradient(top, #777, #555);
  background-image: -o-linear-gradient(top, #777, #555);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555');
  border-top: 1px solid #888;
  border-bottom: 1px solid #444; }
  #topnav_container .nav {
    width: 780px;
    margin: 0 auto; }
  #topnav_container a {
    text-decoration: none; }
    #topnav_container a img {
      border-width: 0; }
    #topnav_container a.signin, #topnav_container a.signup {
      position: relative;
      margin-left: 3px; }
    #topnav_container a.signin span {
      background-image: url(https://portal.sportgiant.net/assets/toggle_down_light-675f319ff77b3bd85938e31ffbddfacedcf5c96e6c4ad7c027c8db51f3695bfd.png);
      background-repeat: no-repeat;
      background-position: 100% 50%;
      padding: 4px 16px 6px 0; }
    #topnav_container a.signin.menu-open span {
      background-image: url(https://portal.sportgiant.net/assets/toggle_up_dark-96158af6dec9030b410a01013c212f2535b2cd3e41d007ab01817e7fd5d0daf8.png); }
  #topnav_container #topnav {
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 6px 0px 12px;
    color: #CCC;
    font-size: 14px;
    line-height: 23px;
    text-align: right; }
    #topnav_container #topnav .languages {
      display: inline-block;
      margin: 5px 0px; }
    #topnav_container #topnav .sign {
      display: inline-block; }
    #topnav_container #topnav a {
      font-size: 11px; }
      #topnav_container #topnav a.signup:hover {
        color: #FFF;
        text-decoration: none;
        background: #88BBD4; }
      #topnav_container #topnav a.signin, #topnav_container #topnav a.signup {
        *background-position: 0 3px !important;
        padding: 4px 6px 6px;
        text-decoration: none;
        font-weight: bold;
        color: #FFF;
        border-radius: 4px;
        border-radius: 4px; }
        #topnav_container #topnav a.signin:hover, #topnav_container #topnav a.signup:hover {
          text-decoration: none;
          *padding: 4px 12px 6px; }
      #topnav_container #topnav a.signout {
        color: #27b; }
        #topnav_container #topnav a.signout:hover {
          text-decoration: none; }
      #topnav_container #topnav a.menu-open {
        -webkit-box-shadow: rgba(0, 0, 0, 0.148438) 0px 2px 4px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px;
        box-shadow: rgba(0, 0, 0, 0.148438) 0px 2px 4px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px;
        background-color: #2F96B4;
        outline: none; }
  #topnav_container #small_signup {
    display: inline;
    float: none;
    line-height: 23px;
    margin: 25px 0 0;
    width: 170px; }
  #topnav_container #signin_menu {
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0 0 3px 1px #333;
    border-radius: 5px;
    display: none;
    background-color: #777;
    position: relative;
    width: 210px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 12px;
    margin-top: 5px;
    margin-right: 0px;
    *margin-right: -1px;
    color: #789;
    font-size: 11px; }
    #topnav_container #signin_menu input[type=text], #topnav_container #signin_menu input[type=password] {
      display: block;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 1px solid #ACE;
      font-size: 13px;
      margin: 0 0 5px;
      padding: 5px;
      width: 203px; }
    #topnav_container #signin_menu form {
      margin: 0; }
      #topnav_container #signin_menu form.remember {
        padding: 10px 0; }
      #topnav_container #signin_menu form.forgot, #topnav_container #signin_menu form p.complete {
        clear: both;
        margin: 5px 0; }
    #topnav_container #signin_menu a {
      color: #6AC;
      text-shadow: 0px 1px 1px black; }
      #topnav_container #signin_menu a:hover {
        color: #EEE; }
    #topnav_container #signin_menu label {
      display: inline;
      font-weight: normal;
      color: #EEE;
      text-shadow: 0px 1px 1px black; }
  #topnav_container #signin_submit {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #39d url(https://portal.sportgiant.net/assets/bg-btn-blue-5b09923430b0fc81bbee0ccafc36f35542282eb8c987577432ae07cc5221d260.png) repeat-x scroll 0 0;
    border: 1px solid #39D;
    color: #fff;
    text-shadow: 0 -1px 0 #39d;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold; }
    #topnav_container #signin_submit::-moz-focus-inner {
      padding: 0;
      border: 0; }
    #topnav_container #signin_submit:hover, #topnav_container #signin_submit #signin_submit:focus {
      background-position: 0 -5px;
      cursor: pointer; }

/* breadcrumbs */
#breadcrumbs {
  margin: 5px 5px;
  font-size: 12px;
  border-bottom: #AAA 1px solid;
  padding: 5px;
  text-shadow: white 0px 1px 1px;
  background-color: #EEE; }
  #breadcrumbs b {
    color: #777; }
  #breadcrumbs a:link, #breadcrumbs a:visited {
    color: #777;
    text-decoration: none;
    text-shadow: 0px -1px #EEE; }
  #breadcrumbs a:hover {
    color: #777;
    text-shadow: none; }

.title, .calendar_title {
  background-color: #6B6B6B;
  background-image: -moz-linear-gradient(top, #6B6B6B, #555);
  background-image: -o-linear-gradient(top, #6B6B6B, #555);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6B6B6B), to(#555));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555');
  background-color: #6B6B6B;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  height: 40px;
  color: #FFF; }
  .title h1, .calendar_title h1 {
    float: left;
    padding: 5px;
    text-shadow: #000 0px -1px 0px; }
  .title #loading, .calendar_title #loading {
    font-size: 14px;
    color: #CCC;
    margin: 5px; }
  .title .actions, .calendar_title .actions {
    float: right;
    margin: 5px 4px 0 0; }
  .title .search, .calendar_title .search {
    float: right;
    padding: 5px; }
    .title .search form, .calendar_title .search form {
      display: inline; }
    .title .search input, .calendar_title .search input {
      font-size: 12px;
      margin: 0 auto; }
    .title .search .btn, .calendar_title .search .btn {
      font-size: 13px; }
    .title .search a, .calendar_title .search a {
      display: inline-block;
      margin: 0px auto;
      padding: 4px;
      height: 18px;
      text-decoration: none; }

.calendar_title {
  padding-bottom: 5px; }

.ui-autocomplete {
  font-size: 14px;
  padding: 0;
  font-weight: normal;
  background-image: #A3A3A3;
  border: none;
  left: 406px;
  width: 250px; }
  .ui-autocomplete a {
    display: inline-block;
    width: 100%; }
  .ui-autocomplete .ui-menu-item {
    -webkit-box-shadow: #333 0px 0px 3px;
    background-color: #EEE;
    font-size: 14px;
    margin: 2px;
    padding: 2px 5px; }
    .ui-autocomplete .ui-menu-item:hover {
      cursor: pointer;
      border: none;
      color: #FFF;
      font-size: 14px;
      background: #999; }

.pagination {
  margin: 0 !important; }
  .pagination a {
    padding: 12px 14px !important;
    border: none !important;
    float: none !important;
    text-shadow: #555 0px -1px 0px;
    font-size: 16px;
    color: #CCC;
    text-decoration: none; }
    .pagination a:hover {
      color: #CCC;
      background-color: #555;
      border: #333; }
  .pagination .current {
    font-size: 20px;
    color: #FFF; }

.vacant {
  color: #FFF; }

.sep {
  background-image: -moz-linear-gradient(top, #A3A3A3, #6b6868);
  background-image: -o-linear-gradient(top, #A3A3A3, #6b6868);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A3A3A3), to(#6b6868));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A3A3', endColorstr='#6b6868');
  border-bottom: 1px #999 solid;
  font-size: 12px; }
  .sep td {
    background: none !important; }

.bottom {
  padding: 2px;
  margin-bottom: 20px;
  color: #AAA;
  text-align: center; }

.separator {
  clear: both;
  margin-top: 10px; }

.even {
  background-color: #BBB;
  text-shadow: 0 1px 0 #DDD; }
  .even a {
    text-shadow: 0 1px 0 #DDD; }

.odd {
  background-color: #DDD;
  text-shadow: 0 1px 0 #FFF; }
  .odd a {
    text-shadow: 0 1px 0 #FFF; }

/*     =====   calendar   =======   */
#calendar .fc-toolbar .fc-center h2 {
  color: #555;
  text-shadow: 0px 1px 1px white; }
#calendar .fc-bg {
  background-color: #EEE; }
#calendar .fc-row th {
  background-color: #AAA; }
#calendar .fc-time, #calendar .fc-title {
  /* don't put the time and title on the same line */
  display: block;
  vertical-align: top; }
#calendar .fc-title {
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding-top: 2px;
  white-space: normal; }
#calendar .fc-today {
  background: #F6FF8A; }

.calendar_no_guess {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://portal.sportgiant.net/assets/no-guess-07657f6ee7dbdb4b7087ab3c127e623e564d357a35aa35b0b4cc29502a206d5c.png) no-repeat;
  width: 22px;
  /* Width of new image */
  height: 22px;
  /* Height of new image */ }

.calendar_birthday {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://portal.sportgiant.net/assets/birthday-b88fafa5b32af6794f15a2af6d04bd0b16ac1c97bb1bc00cd6662f276d5cb54c.png) no-repeat;
  width: 25px;
  /* Width of new image */
  height: 25px;
  /* Height of new image */ }

.calendar_cup_game {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://portal.sportgiant.net/assets/cup_calendar-ae51ca2b3e055bc92297cb4b841ae6b2c6b1a0a2f7a7778eafcdae42c7152850.png) no-repeat;
  width: 25px;
  /* Width of new image */
  height: 25px;
  /* Height of new image */ }

.calendar_champ_game {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://portal.sportgiant.net/assets/champ_calendar-c7483256a4b213344ed60b8d2e4812c158e16e610d45d16971f07e0f2237fb24.png) no-repeat;
  width: 25px;
  /* Width of new image */
  height: 25px;
  /* Height of new image */ }

.calendar_draw_game {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://portal.sportgiant.net/assets/tools/draw_image-55d8612e89cb367abb7f97baa94b78825642da3552d9ffa07996bc70df17c63e.png) no-repeat;
  width: 25px;
  /* Width of new image */
  height: 25px;
  /* Height of new image */ }

/* ====== END calendar =========  */
/* toolbar */
#social {
  position: fixed;
  bottom: 150px;
  height: 110px;
  width: 200px;
  position: fixed;
  z-index: 1000; }

/* toolbar */
#toolbar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #A3A3A3;
  background: #ccc repeat-x 0 0;
  background-image: -moz-linear-gradient(top, #E9E9E9, #CFCFCF);
  background-image: -o-linear-gradient(top, #E9E9E9, #CFCFCF);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#CFCFCF));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#CFCFCF');
  border-top: 1px solid #a3a3a3; }
  #toolbar .logo {
    float: left;
    margin: 3px 0 2px 10px;
    padding-right: 50px; }
  #toolbar ul.tools, #toolbar ul.social, #toolbar ul.context_tools {
    display: block;
    float: right;
    font-weight: 700;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #toolbar ul.tools li, #toolbar ul.social li, #toolbar ul.context_tools li {
      float: left;
      height: 28px;
      width: 28px;
      padding: 0 2px;
      margin: 2px 10px 1px 0px;
      border-radius: 3px; }
      #toolbar ul.tools li a, #toolbar ul.social li a, #toolbar ul.context_tools li a {
        margin: 1px 2px;
        text-decoration: none;
        font-weight: bold;
        padding: 0;
        height: 25px;
        width: 25px; }
        #toolbar ul.tools li a img, #toolbar ul.social li a img, #toolbar ul.context_tools li a img {
          margin: 2px 0; }
      #toolbar ul.tools li:hover, #toolbar ul.social li:hover, #toolbar ul.context_tools li:hover {
        -webkit-box-shadow: 0px 0px 2px #333;
        box-shadow: 0 0 1px 1px #333; }
      #toolbar ul.tools li.active, #toolbar ul.tools li:active, #toolbar ul.social li.active, #toolbar ul.social li:active, #toolbar ul.context_tools li.active, #toolbar ul.context_tools li:active {
        background: #A3A3A3;
        color: #FFF;
        -webkit-box-shadow: 0px 1px 2px #333 inset;
        box-shadow: 0 0 1px 1px #333 inset; }
      #toolbar ul.tools li.messages, #toolbar ul.tools li.request, #toolbar ul.tools li.forum, #toolbar ul.tools li.news, #toolbar ul.tools li.team_admin, #toolbar ul.social li.messages, #toolbar ul.social li.request, #toolbar ul.social li.forum, #toolbar ul.social li.news, #toolbar ul.social li.team_admin, #toolbar ul.context_tools li.messages, #toolbar ul.context_tools li.request, #toolbar ul.context_tools li.forum, #toolbar ul.context_tools li.news, #toolbar ul.context_tools li.team_admin {
        position: relative; }
        #toolbar ul.tools li.messages .count, #toolbar ul.tools li.request .count, #toolbar ul.tools li.forum .count, #toolbar ul.tools li.news .count, #toolbar ul.tools li.team_admin .count, #toolbar ul.social li.messages .count, #toolbar ul.social li.request .count, #toolbar ul.social li.forum .count, #toolbar ul.social li.news .count, #toolbar ul.social li.team_admin .count, #toolbar ul.context_tools li.messages .count, #toolbar ul.context_tools li.request .count, #toolbar ul.context_tools li.forum .count, #toolbar ul.context_tools li.news .count, #toolbar ul.context_tools li.team_admin .count {
          position: absolute;
          background-color: #b43230;
          bottom: 0px;
          right: 0px;
          color: #FFF;
          font-size: 9px;
          padding: 0px 2px;
          border-radius: 4px; }
        #toolbar ul.tools li.messages #news-count, #toolbar ul.tools li.messages #team_member_request-count, #toolbar ul.tools li.request #news-count, #toolbar ul.tools li.request #team_member_request-count, #toolbar ul.tools li.forum #news-count, #toolbar ul.tools li.forum #team_member_request-count, #toolbar ul.tools li.news #news-count, #toolbar ul.tools li.news #team_member_request-count, #toolbar ul.tools li.team_admin #news-count, #toolbar ul.tools li.team_admin #team_member_request-count, #toolbar ul.social li.messages #news-count, #toolbar ul.social li.messages #team_member_request-count, #toolbar ul.social li.request #news-count, #toolbar ul.social li.request #team_member_request-count, #toolbar ul.social li.forum #news-count, #toolbar ul.social li.forum #team_member_request-count, #toolbar ul.social li.news #news-count, #toolbar ul.social li.news #team_member_request-count, #toolbar ul.social li.team_admin #news-count, #toolbar ul.social li.team_admin #team_member_request-count, #toolbar ul.context_tools li.messages #news-count, #toolbar ul.context_tools li.messages #team_member_request-count, #toolbar ul.context_tools li.request #news-count, #toolbar ul.context_tools li.request #team_member_request-count, #toolbar ul.context_tools li.forum #news-count, #toolbar ul.context_tools li.forum #team_member_request-count, #toolbar ul.context_tools li.news #news-count, #toolbar ul.context_tools li.news #team_member_request-count, #toolbar ul.context_tools li.team_admin #news-count, #toolbar ul.context_tools li.team_admin #team_member_request-count {
          background-color: #02597A !important; }
  #toolbar ul.social {
    float: left; }
  #toolbar ul.context_tools {
    margin-right: 100px; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.current_user {
  color: #1f6377 !important;
  font-size: 13px;
  font-weight: bold; }
  .current_user a {
    color: #1f6377 !important;
    font-size: 13px;
    font-weight: bold; }

.no_data {
  padding: 75px 10px;
  color: #AAA;
  font-size: 30px;
  text-shadow: white 0px 1px 1px; }

#messages {
  z-index: 9999;
  display: none;
  margin: 5px 0;
  bottom: 34px;
  right: 2px;
  position: fixed; }
  #messages .close-x {
    display: none; }

#notifications p, #messages p {
  border-bottom-left-radius: 0.2em 0.2em;
  border-bottom-right-radius: 0.2em 0.2em;
  border-top-left-radius: 0.2em 0.2em;
  border-top-right-radius: 0.2em 0.2em;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 1em;
  padding: 0.6em 0.5em; }

#notifications {
  position: relative; }
  #notifications .close-x {
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 5px;
    height: 10px;
    width: 10px;
    background: url(https://portal.sportgiant.net/assets/close-x-41f2328aaa88f47671548fc0d3174730b5c1354575113f6ebc9399d67a952628.png) no-repeat 0px 0px; }
    #notifications .close-x:hover {
      background: url(https://portal.sportgiant.net/assets/close-x-41f2328aaa88f47671548fc0d3174730b5c1354575113f6ebc9399d67a952628.png) no-repeat 0px -10px; }

#notice {
  box-shadow: 0 0 3px 1px #999;
  -webkit-box-shadow: #555 0px 0px 3px;
  background: #5BC0DE;
  color: #EFEFEF; }

#announcement {
  box-shadow: 0 0 3px 1px #999;
  -webkit-box-shadow: #555 0px 0px 3px;
  background: #5bb75b;
  color: #EFEFEF; }
  #announcement a {
    color: #EFEFEF;
    text-decoration: underline; }
    #announcement a:hover {
      color: #FFF; }

.advertisement {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  background: url(https://portal.sportgiant.net/assets/war-6778b5bd583e3464492dc1a782a9bb09cfc21f2e7860d41afa0dd6f4e31f3fde.png) no-repeat center;
  height: 250px;
  /* Height of new image */
  font-weight: bold;
  font-size: 20px;
  height: 100px;
  /* Height of new image */
  z-index: 1; }
  .advertisement a {
    color: #0084ff;
    text-decoration: none; }
    .advertisement a:hover {
      color: #333; }

#error, .error_notification {
  box-shadow: 0 0 3px 1px #999;
  -webkit-box-shadow: #555 0px 0px 3px;
  background: #EE5F5B;
  color: #EFEFEF; }
  #error ul, .error_notification ul {
    font-style: italic; }

.field_with_errors input {
  border-top: 2px solid #690202;
  border-left: 2px solid #690202;
  background-color: #ECB7B7; }
.field_with_errors .error {
  color: #EE3B3B;
  font-size: 14px; }

.inputs {
  width: 380px; }
  .inputs label {
    color: #555; }
  .inputs span {
    padding: 0 5px;
    font-size: 13px; }
  .inputs span.hint {
    display: block;
    color: #6B6868; }

#user_birth_date_1i {
  width: 60px; }

#user_birth_date_2i {
  width: 100px; }

#user_birth_date_3i {
  width: 50px; }

#clock {
  box-shadow: 0 0 3px 1px #333;
  -webkit-box-shadow: 0 0 3px #333;
  background-color: #6B6B6B;
  background-image: -moz-linear-gradient(top, #6B6B6B, #777);
  background-image: -o-linear-gradient(top, #6B6B6B, #777);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#6B6B6B));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B6B6B', endColorstr='#555555');
  margin-top: 10px;
  padding: 5px 10px;
  float: right;
  border: 1px solid #555;
  border-radius: 6px 6px;
  font-size: 15px;
  text-shadow: #333 0px -1px 0px;
  color: #CCC;
  width: 150px;
  position: absolute;
  right: 0; }

.simple_overlay {
  /* must be initially hidden */
  display: none;
  /* place overlay on top of other elements */
  z-index: 1003;
  left: 0px !important;
  position: relative !important;
  /* styling */
  background-color: #DDD;
  min-width: 700px;
  border: 1px solid #666;
  /* CSS3 styling for latest browsers */
  box-shadow: 0 0 50px 5px #555;
  -webkit-box-shadow: 0 0 50px #555;
  border-top-left-radius: 7px 7px;
  border-top-right-radius: 7px 7px; }
  .simple_overlay #show_pic .crop_photo {
    min-height: 370px;
    margin: 10px 210px 0px 0px; }
    .simple_overlay #show_pic .crop_photo img#cropbox {
      box-shadow: 0 0 5px 1px #555;
      -webkit-box-shadow: 0 0 5px #555; }
  .simple_overlay #show_pic #crop_form {
    margin-top: 5px;
    text-align: center; }
  .simple_overlay #show_pic img div {
    padding: 10px; }
  .simple_overlay p {
    margin: 0px auto;
    padding: 5px;
    text-align: center; }
  .simple_overlay .files {
    padding: 0 20px 5px 20px; }
  .simple_overlay .close {
    background-image: url(https://portal.sportgiant.net/assets/close-2c95720c5f19101641d0107d9f27cd8f8c616c5d78e24854edc82c416d6b5a0f.png);
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    opacity: 0.7; }
    .simple_overlay .close:hover {
      opacity: 1; }
  .simple_overlay .details {
    text-align: left;
    background: #CCC;
    position: absolute;
    top: 50px;
    right: 20px;
    color: #555;
    width: 200px;
    box-shadow: 0 0 5px 1px #000;
    -webkit-box-shadow: 0 0 5px #000; }
    .simple_overlay .details p {
      font-size: 13px;
      text-align: left; }
    .simple_overlay .details div {
      margin: 10px; }
    .simple_overlay .details h3 {
      padding: 5px;
      color: #333;
      font-size: 18px; }
  .simple_overlay .doc_content {
    width: 600px;
    height: 500px;
    overflow-y: scroll; }

.doc_content {
  padding: 60px 5px;
  background-color: #EEE;
  border: 1px #999 solid; }

.doc_header {
  display: block;
  position: relative;
  bottom: 0;
  height: 40px;
  width: 100%; }
  .doc_header #doc_author {
    display: inline;
    float: right; }
  .doc_header #doc_published {
    display: inline;
    float: right;
    padding: 20px; }
  .doc_header #doc_visits {
    display: inline;
    float: left;
    padding: 20px;
    font-weight: bold; }
  .doc_header #doc_unique_users {
    display: inline;
    float: left;
    padding: 20px;
    font-weight: bold; }
  .doc_header #social_buttons {
    display: inline;
    float: left; }
  .doc_header .vkontakte-like, .doc_header .facebook-like, .doc_header .google-plus, .doc_header .twitter-tweet, .doc_header .forum-chat {
    display: inline;
    float: left;
    height: 40px; }

.docs .doc_item {
  cursor: pointer;
  padding: 4px 5px 6px 3px;
  width: 650px;
  display: inline-block;
  background-color: #EEE;
  margin: 2px 0; }
  .docs .doc_item:hover {
    box-shadow: 0 0 2px 1px #000;
    -webkit-box-shadow: 0 0 2px #000; }
.docs .btn {
  width: 100px; }

.show_cup_desc {
  width: 300px;
  background-color: #999;
  color: #eee;
  float: right;
  padding: 5px;
  text-shadow: #555 0px -1px;
  box-shadow: 0 0 5px 1px #000;
  -webkit-box-shadow: 0 0 5px #000; }

.show_cup_details {
  width: 200px;
  background-color: #999;
  color: #eee;
  float: right;
  padding: 5px;
  font-size: 14px;
  text-shadow: #555 0px -1px;
  box-shadow: 0 0 5px 1px #000;
  -webkit-box-shadow: 0 0 5px #000; }

.cup_view {
  padding-bottom: 50px;
  box-shadow: 0 0 5px 1px #000;
  -webkit-box-shadow: 0 0 5px #000;
  background-color: #CCC; }

.cup_graph {
  background-color: #CCC;
  height: 550px;
  width: 100%; }

.cup_graph_large {
  width: 100%;
  height: 100%; }

.cup_graph #infovis-label .node, .cup_graph_large #infovis-label .node {
  text-shadow: #555 0px -1px;
  box-shadow: 0 0 5px 1px #000;
  -webkit-box-shadow: 0 0 5px #000;
  cursor: pointer;
  color: #DDD;
  background-color: #999;
  text-align: center;
  text-decoration: none;
  padding: 3px 5px; }
  .cup_graph #infovis-label .node .tiebreaker, .cup_graph_large #infovis-label .node .tiebreaker {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: bold;
    cursor: help;
    color: #FAA732; }
.cup_graph #infovis-label .current-user, .cup_graph_large #infovis-label .current-user {
  color: #FFF;
  background-color: #49afcd !important; }
.cup_graph #infovis-label .cup-path-home, .cup_graph_large #infovis-label .cup-path-home {
  background-color: #f89406 !important;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #333; }
.cup_graph #infovis-label .cup-path-away, .cup_graph_large #infovis-label .cup-path-away {
  background-color: #EE5F5B !important;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #333; }
.cup_graph #infovis-label .selected, .cup_graph_large #infovis-label .selected {
  background-color: #1f6377 !important;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px #333; }

#contact_us {
  display: block;
  -webkit-box-shadow: #333 0px 0px 2px;
  border: 1px #AAA;
  border-radius: 0px 0px;
  border-left: none;
  border-top-right-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  cursor: pointer;
  left: 0px;
  position: fixed;
  top: 350px;
  height: 90px;
  width: 30px;
  z-index: 100;
  text-indent: -10000px; }
  #contact_us:hover {
    -webkit-box-shadow: #555 0px 0px 5px; }

.contact_us_en {
  background: #CCC url(https://portal.sportgiant.net/assets/contact_us-53407f2ba2dccc1b8fef3ca4a62ad8705fa6362a95fe5e20fccac380026b0397.png) no-repeat 0px 0px; }
  .contact_us_en:hover {
    background: #555 url(https://portal.sportgiant.net/assets/contact_us-53407f2ba2dccc1b8fef3ca4a62ad8705fa6362a95fe5e20fccac380026b0397.png) no-repeat -30px 0px; }

.contact_us_ru {
  background: #CCC url(https://portal.sportgiant.net/assets/contact_us-53407f2ba2dccc1b8fef3ca4a62ad8705fa6362a95fe5e20fccac380026b0397.png) no-repeat 0px -90px; }
  .contact_us_ru:hover {
    background: #BBB url(https://portal.sportgiant.net/assets/contact_us-53407f2ba2dccc1b8fef3ca4a62ad8705fa6362a95fe5e20fccac380026b0397.png) no-repeat -30px -90px; }

.contact_us .input-prepend .add-on {
  width: 200px !important; }

/* IE button gradient */
.btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6'); }
  .btn:active {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-success {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62C462', endColorstr='#51A351'); }

.btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#0044CC'); }

.btn-info {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BC0DE', endColorstr='#2F96B4'); }

.btn-warning {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBB450', endColorstr='#F89406'); }

.btn-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE5F5B', endColorstr='#BD362F'); }

.btn-inverse {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626'); }

.faqItems ul, .helpItems ul, .rulesItems ul, .regulationItems ul {
  margin: 0 0 5px 0;
  padding: 5px 2px;
  background-color: #AAA; }
  .faqItems ul li a, .helpItems ul li a, .rulesItems ul li a, .regulationItems ul li a {
    color: #555;
    display: block;
    margin: 2px 0;
    padding: 5px;
    background-color: #DDD; }
    .faqItems ul li a:hover, .helpItems ul li a:hover, .rulesItems ul li a:hover, .regulationItems ul li a:hover {
      color: #333;
      background-color: #EEE;
      box-shadow: 0 0 1px 1px #000;
      -webkit-box-shadow: 0 0 1px #000; }

.faqItems ul li {
  border-left: 5px #2F96B4 solid; }

.helpItems ul li {
  border-left: 5px #F89406 solid; }

.rulesItems ul li {
  border-left: 5px #5BB75B solid; }

.regulationItems ul li {
  border-left: 5px #b75b70 solid; }

.faqContent, .helpContent, .rulesContent, .regulationContent {
  background-color: #D5D5D5; }
  .faqContent dl, .helpContent dl, .rulesContent dl, .regulationContent dl {
    margin: 0; }
  .faqContent dt, .helpContent dt, .rulesContent dt, .regulationContent dt {
    margin: 2px 0;
    padding: 5px;
    background-color: #DDD;
    color: #444;
    cursor: pointer;
    border-left: 5px solid #2F96B4; }
    .faqContent dt:hover, .faqContent dt.active, .helpContent dt:hover, .helpContent dt.active, .rulesContent dt:hover, .rulesContent dt.active, .regulationContent dt:hover, .regulationContent dt.active {
      color: #000;
      background-color: #EEE;
      box-shadow: 0 0 1px 1px #000;
      -webkit-box-shadow: 0 0 1px #000; }
  .faqContent dd, .helpContent dd, .rulesContent dd, .regulationContent dd {
    padding: 10px 0 20px 0; }
    .faqContent dd a:hover, .helpContent dd a:hover, .rulesContent dd a:hover, .regulationContent dd a:hover {
      text-decoration: underline; }

.faqContent dd a {
  color: #2F96B4 !important;
  font-weight: bold;
  text-shadow: 0px 1px 1px #EEE; }

.rulesContent dt {
  border-left: 5px solid #5BB75B; }

.regulationContent dt {
  border-left: 5px solid #5BB75B; }
.regulationContent a {
  color: #03a4e7 !important;
  font-weight: bold;
  text-shadow: 0px 1px 1px #EEE; }
.regulationContent p {
  font-size: 14px; }
.regulationContent pre {
  background-color: #D5D5D5;
  font-size: 16px;
  border: none !important; }
.regulationContent .ident_content {
  padding-left: 60px; }
.regulationContent th {
  border: 1px #999 solid;
  text-shadow: none !important; }
.regulationContent td {
  width: 70px;
  border: 1px #999 solid; }

.helpContent dt {
  border-left: 5px solid #F89406; }
.helpContent dd img {
  box-shadow: 0 0 4px 4px #333;
  -webkit-box-shadow: 0 0 4px #000; }
.helpContent dd a {
  color: #E78903 !important;
  font-weight: bold;
  text-shadow: 0px 1px 1px #EEE; }

.games_table .btn-mini {
  font-size: 14px; }
.games_table .current_user {
  font-weight: bold;
  color: #2f96b4 !important;
  text-shadow: 0px 1px 0px #EEE;
  font-size: 15px; }
.games_table th {
  color: #FFF !important;
  text-shadow: none !important; }
.games_table td {
  background-color: #BBB;
  border-bottom: 1px #999 solid; }
.games_table .bid-guess {
  color: #FFF;
  text-shadow: 0px 1px 0px #999;
  background-color: #62c462;
  padding: 1px 2px;
  width: 85px;
  display: inline-block;
  text-align: center;
  line-height: 17px; }
.games_table .bid-correct_score {
  color: #FFF;
  text-shadow: 0px 1px 0px #999;
  background-color: #62c462;
  padding: 1px 2px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 17px; }
.games_table .bid-correct_diff {
  color: #000;
  text-shadow: 0px 1px 0px #999;
  background-color: #E1FF00;
  padding: 1px 2px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 17px; }
.games_table .bid-correct_outcome {
  color: #FFF;
  text-shadow: 0px 1px 0px #999;
  background-color: #49afcd;
  padding: 1px 2px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 17px; }
.games_table .bid-bad_guess {
  text-shadow: 0px 1px 0px #999;
  padding: 1px 2px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 17px; }
.games_table .game-winner {
  font-size: 16px !important;
  color: #333 !important;
  text-shadow: 0px 1px 0px #FFF;
  background-color: #DDD !important; }
  .games_table .game-winner a {
    color: #333 !important;
    font-size: 16px !important; }
.games_table .score {
  color: #FFF;
  font-size: 16px;
  text-shadow: 0px 1px 0px #555;
  padding: 5px 10px;
  background-color: #999; }
.games_table .final-score {
  background-color: #49afcd;
  font-size: 18px; }
.games_table .home_participant, .games_table .guest_participant, .games_table .home_team, .games_table .guest_team {
  color: #777;
  background-color: #DDD;
  text-shadow: 0px 1px 0px #FFF; }
  .games_table .home_participant a, .games_table .guest_participant a, .games_table .home_team a, .games_table .guest_team a {
    color: #777; }
.games_table .bottom td {
  background-color: #999; }

.about_us {
  background-color: #AAA;
  margin: 0 0 5px 0;
  text-shadow: #FFF 0px 1px 1px;
  color: #333;
  border-right: 2px solid #AAA;
  border-left: 2px solid #AAA;
  border-top: 5px solid #AAA;
  border-bottom: 5px solid #AAA;
  font-size: 13px; }
  .about_us p {
    text-indent: 20px;
    margin: 0 auto;
    background-color: #EEE;
    padding: 5px 10px;
    border-left: 5px solid #5BB75B; }
    .about_us p strong {
      font-weight: bold;
      color: #5BB75B;
      font-size: 14px; }

.fc-event-time {
  text-shadow: 0px 1px 0px #333; }

.fc-event-title {
  text-shadow: 0px -1px 0px #999;
  display: block; }

.fc-guess-status, .fc-champ-type img {
  width: 25px;
  height: 25px;
  float: right; }

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999; }

.label-success {
  background-color: #468847; }

.label-warning {
  background-color: #f89406; }

.label-important {
  background-color: #b94a48; }

.label-info {
  background-color: #3a87ad; }

.label-inverse {
  background-color: #333333; }

.partners ul {
  margin-left: 20px; }
.partners ul li {
  position: relative;
  margin-left: -20px;
  display: block;
  margin: 5px 20px; }
.partners ul li a {
  position: relative;
  display: block; }
.partners ul li a#fcsmforum {
  background-image: url(https://portal.sportgiant.net/assets/partners/fcsmforum-2d255b6b060081d03be07636a2fe42917a2645d071fb3295cad90291bfbf20ff.png);
  background-position: center;
  width: 300px;
  height: 76px; }
.partners ul li a#kingsforecasts {
  background-image: url(https://portal.sportgiant.net/assets/partners/kingsforecasts-33f2947966c85c35e318503ca4d66dc44b580e7d0eda2556cd19baf9eae38606.gif);
  background-position: center;
  width: 90px;
  height: 30px; }
.partners ul li a#arsaman {
  background-image: url(https://portal.sportgiant.net/assets/partners/arsaman-57d0b4244dca9e3c65ab82ea7d99e5c3dfbf69ac4bd47459741d2891723a4562.gif);
  background-position: center;
  width: 88px;
  height: 31px; }

/* -------- New Year ------ */
.snowman {
  width: 187px;
  height: 108px;
  background: url(https://portal.sportgiant.net/assets/snowman-25437c7dde3d21d713d9e905bd0c6ab5ca69d5ab9b9b291f78c2567f4932605b.png) 0 0 no-repeat;
  /*-- Fix to bottom --*/
  position: fixed;
  bottom: 0;
  right: 50px;
  /*-- Lower than snow background --*/
  z-index: 9;
  /*-- CSS Transition --*/
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  /*-- Click --*/
  cursor: pointer; }

.snowman.expanded {
  background-position: 0;
  height: 220px; }

/* -------- END New Year ------ */
.slick_list {
  margin: 0 2.5%;
  width: 95%;
  height: 60%;
  background: url(https://portal.sportgiant.net/assets/load.gif) center center no-repeat; }

.content-slide {
  background: #ffffff;
  color: #000000;
  margin: 0 10px 0 0; }
  .content-slide .slick_game_popup_links {
    text-align: center;
    position: absolute;
    top: 0;
    height: 80px;
    width: 120px;
    display: none;
    background: #DDD; }
    .content-slide .slick_game_popup_links a {
      color: #2c383e;
      text-decoration: underline;
      font: 12px latobold;
      cursor: auto; }
    .content-slide .slick_game_popup_links ul, .content-slide .slick_game_popup_links li {
      position: relative; }
    .content-slide .slick_game_popup_links ul {
      display: inline;
      font-size: 8px; }
    .content-slide .slick_game_popup_links li {
      line-height: 1.8em;
      padding-left: 5px; }
  .content-slide .slick_game_data {
    margin: 0 auto;
    white-space: nowrap;
    height: 80px;
    text-align: center; }
    .content-slide .slick_game_data .score-round {
      margin-top: -2px;
      display: inline-block;
      vertical-align: top;
      height: 18px;
      width: 18px;
      border-radius: 18px;
      line-height: 16px;
      text-align: center;
      color: #fff;
      background-color: #2c383e; }
    .content-slide .slick_game_data .slick_game_date_notice {
      color: #e81c3e; }
    .content-slide .slick_game_data .slick_game_data_top {
      font-size: 8px; }
      .content-slide .slick_game_data .slick_game_data_top img {
        max-width: 22px;
        max-height: 21px;
        border-radius: 100px;
        border: 1px #DDD solid;
        display: inline-block; }
      .content-slide .slick_game_data .slick_game_data_top td {
        padding: 8px 0 0;
        vertical-align: middle; }
    .content-slide .slick_game_data .slick_game_data_middle {
      font-size: 12px; }
      .content-slide .slick_game_data .slick_game_data_middle td {
        padding: 1px 0; }
    .content-slide .slick_game_data .slick_game_data_bottom {
      font-size: 8px; }
      .content-slide .slick_game_data .slick_game_data_bottom td {
        padding: 3px 0 5px; }
    .content-slide .slick_game_data .slick_game_data_left {
      text-align: left;
      width: 35%; }
    .content-slide .slick_game_data .slick_game_data_center {
      text-align: center;
      width: 30%; }
    .content-slide .slick_game_data .slick_game_data_right {
      text-align: right;
      width: 35%; }

.slick_list .content-slide {
  display: none; }

.slick_list .content-slide:first-child {
  display: none; }

.slick_list.slick-initialized .content-slide {
  display: block; }

.slick_list.slick-initialized {
  background: none;
  height: 80px; }

.slick-slide {
  max-height: 80px; }
/* =grid */
div.grid {
  position: relative; }

div.grid div.group {
  width: 784px;
  margin: 0 auto;
  clear: both; }

div.grid div.alternate {
  width: auto;
  margin: 0; }

div.grid div.alternate div.nav ul {
  width: 784px;
  margin: 0 auto; }

div.grid div.group div.content {
  float: left;
  width: 184px;
  margin-right: 16px; }

div.grid div.single div.content {
  width: 784px;
  margin-right: 0px; }

div.grid div.alternate div.content {
  float: none;
  width: auto;
  margin: 0 auto; }

div.grid div.group div.last {
  margin-right: 0em; }

div.grid div.double div.first {
  width: 584px; }

div.grid div.secondary div.first {
  width: 184px; }

div.grid div.secondary div.last {
  width: 584px; }

div.grid div.balanced div.first {
  width: 384px; }

div.grid div.balanced div.last {
  width: 384px; }

div.grid div.double div#content_main {
  margin-top: 16px; }

div.grid div.double div.first #content_body {
  float: left;
  width: 384px;
  margin-left: 200px;
  display: inline; }

div.grid div.double div.first #content_tangent {
  float: left;
  width: 182px;
  margin-left: -584px;
  border-right: 2px solid #e8e8e8;
  display: inline; }

div.grid div.triple div.content {
  width: 384px; }

div.grid div.triple div.first {
  width: 184px; }

div.grid div.triple div.last {
  width: 184px; }

div.grid div#login div#login_container {
  width: 784px;
  margin: 0 auto; }
/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=dddddd&bgTextureHeader=02_glass.png&bgImgOpacityHeader=35&borderColorHeader=bbbbbb&fcHeader=444444&iconColorHeader=999999&bgColorContent=c9c9c9&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=50&borderColorContent=aaaaaa&fcContent=333333&iconColorContent=999999&bgColorDefault=eeeeee&bgTextureDefault=02_glass.png&bgImgOpacityDefault=60&borderColorDefault=cccccc&fcDefault=3383bb&iconColorDefault=70b2e1&bgColorHover=f8f8f8&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=bbbbbb&fcHover=599fcf&iconColorHover=3383bb&bgColorActive=999999&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=75&borderColorActive=999999&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=eeeeee&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=ffffff&fcHighlight=444444&iconColorHighlight=3383bb&bgColorError=c0402a&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=c0402a&fcError=ffffff&iconColorError=fbc856&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0pxdow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #c9c9c9 url(images/ui-bg_inset-soft_50_c9c9c9_1x100.png) 50% bottom repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #bbbbbb; background: #dddddd url(images/ui-bg_glass_35_dddddd_1x400.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_glass_60_eeeeee_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #3383bb; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3383bb; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #bbbbbb; background: #f8f8f8 url(images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #599fcf; }
.ui-state-hover a, .ui-state-hover a:hover { color: #599fcf; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #999999; background: #999999 url(images/ui-bg_inset-hard_75_999999_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #ffffff; background: #eeeeee url(images/ui-bg_flat_55_eeeeee_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #c0402a; background: #c0402a url(images/ui-bg_flat_55_c0402a_40x100.png) 50% 50% repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_999999_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_999999_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_999999_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_70b2e1_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_3383bb_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_3383bb_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fbc856_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
 * jQuery UI Resizable 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em .5em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(https://portal.sportgiant.net/assets/saturation-373292b9226296d598f0827e253a3ed87fa1aee38cfebb0620fb380c682186bd.png);
  cursor: crosshair;
  float: left; }

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px; }

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }

.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px; }

.colorpicker-hue {
  background-image: url(https://portal.sportgiant.net/assets/hue-76f600a164cf16262dd78abfd05bca52315ac9ef660a962bc86145322f43072a.png); }

.colorpicker-alpha {
  background-image: url(https://portal.sportgiant.net/assets/alpha-d0d1b42617b82f34ac9d0362ee4563d58b535bf7b785ed475e388b4a2a2106b2.png);
  display: none; }

.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.colorpicker:before, .colorpicker:after {
  display: table;
  content: ""; }

.colorpicker:after {
  clear: both; }

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.colorpicker div {
  position: relative; }

.colorpicker.alpha {
  min-width: 140px; }

.colorpicker.alpha .colorpicker-alpha {
  display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(https://portal.sportgiant.net/assets/alpha-d0d1b42617b82f34ac9d0362ee4563d58b535bf7b785ed475e388b4a2a2106b2.png);
  background-position: 0 100%; }

.colorpicker-color div {
  height: 10px; }

.input-append.color .add-on i, .input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
.chosen-container-single .chosen-default {
  color: #999; }
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://portal.sportgiant.net/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://portal.sportgiant.net/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 0px 2px; }
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(https://portal.sportgiant.net/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text; }
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url(https://portal.sportgiant.net/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset; }
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url(https://portal.sportgiant.net/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(https://portal.sportgiant.net/assets/chosen-sprite@2x-1e349b80fba8c23b63656925fda8dfe3c5927b5d0d8a1672143416caacf460fb.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
.chosen-container {
  user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }

.chosen-container-single .chosen-single {
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); }
.chosen-container-single .chosen-search {
  background: url(https://portal.sportgiant.net/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px; }

.chosen-container .chosen-results li.highlighted {
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); }

.chosen-container-multi .chosen-choices {
  background-image: linear-gradient(#eee 1%, #fff 15%); }
.chosen-container-multi .chosen-choices li.search-choice {
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: linear-gradient(#eee 20%, #fff 80%); }

.chosen-rtl .chosen-search input[type="text"] {
  background: url(https://portal.sportgiant.net/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px; }
