/*

This CSS stylesheet contains class names with prefixes:

form_
popup_
textBtn_
iconBtn_

*/

@media (min-width: 621px)
{
  /* -------- Forms: -------- */
  
  /* To show items that should only appear on wide screens: */
  .form_ShowIfWide {}

  /* To show items that should only appear on narrow screens: */
  .form_ShowIfNarrow {
    display: none;
  }

  .form_Controls {
    z-index: 50;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    border: 1px solid #666666;
  }

  .form_ControlsControlBar {
    display: table;
    margin: 12px auto 12px auto;
  }

  .form_ControlsControl {
    display: table-cell;
    vertical-align: top;
    padding: 0px 12px 0px 12px;
  }

  .form_SectionHeader {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 24px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #CCCCCC;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: bold;
  }
  .form_SectionHeader div { padding: 4px 12px 4px 12px; }

  .form_Box {
    display: block;
    margin: 0px 12px 24px 12px;
    font-family: Verdana,Arial,sans;
  }

  .form_BoxLeft {
    display: block;
    margin: 12px 24px 12px 0px;
  }

  .form_BoxRight {
    display: block;
    margin: 12px 0px 12px 24px;
  }

  .form_ControlWrap {
    margin: 6px 0px 0px 0px;
  }

  .form_Control {
    padding: 0px 6px 0px 0px;
  }

  .form_ControlThird { width: 32%; }
  .form_ControlHalf { width: 48%; }
  .form_ControlTiny { width: 60px; }
  .form_ControlSmall { width: 100px; }
  .form_ControlMed { width: 200px; }
  .form_ControlLarge { width: 400px; }
  .form_ControlWide { width: 98%; }
  .form_ControlNameEpithet { width: 130px; }
  .form_ControlNameAuthors { width: 200px; }
  
  .form_FloatLeftWideScreen {
    float: left;
  }
  .form_FloatLeftAllScreens {
    float: left;
  }
  
  .form_LabelLeftWideScreen {
    float: left;
    text-align: right;
  }
  .form_LabelLeftAllScreens {
    float: left;
    text-align: right;
  }
  
  .form_AlignLeft {
    text-align: left;
  }
  .form_AlignRight {
    text-align: right;
  }
  
  .form_Left {
    text-align: left;
  }
  .form_Right {
    text-align: right;
  }

  .form_LargeText {
    font: 11pt Arial,sans;
  }
  .form_SmallText {
    font: 10pt Arial,sans;
  }

  .form_Label {
    height: 24px;
    padding: 0px 6px 0px 0px;
    line-height: 24px;
    white-space: nowrap;
    font-family: Arial,sans;
  }
  .form_LabelSmall {
    height: 18px;
    padding: 2px 6px 0px 0px;
    line-height: 18px;
    white-space: nowrap;
    font: 10pt Arial,sans;
  }

  .form_Select {
    height: 24px;
    border: 1px solid #666666;
    font: 11pt Arial,sans;
  }
  .form_SelectSmall {
    height: 22px;
    border: 1px solid #666666;
    font: 10pt Arial,sans;
  }

  .form_Input {
    width: 98%;
    height: 20px;
    border: 1px solid #666666;
    font: 11pt Arial,sans;
  }
  .form_InputSmall {
    width: 98%;
    height: 18px;
    border: 1px solid #666666;
    font: 10pt Arial,sans;
  }

  .form_TextArea {
    width: 98%;
    height: 100px;
    border: 1px solid #666666;
    font: 11pt Arial,sans;
  }
  .form_TextAreaSmall {
    width: 98%;
    height: 70px;
    border: 1px solid #666666;
    font: 10pt Arial,sans;
  }

  .form_Checkbox {
    display: inline-block;
    min-height: 23px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 26px;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial,sans;
  }

  .form_CheckboxIcon {
    background: url('../graphics/checkbox-unchecked-40.png') no-repeat 0px 3px;
    background-size: 20px 20px;
  }
  .form_CheckboxIcon:hover {
    background: url('../graphics/checkbox-hover-40.png') no-repeat 0px 3px;
    background-size: 20px 20px;
  }
  .form_CheckboxIconSelected {
    background: url('../graphics/checkbox-checked-40.png') no-repeat 0px 3px;
    background-size: 20px 20px;
  }

  .form_PhotoImage {
    display: block;
    width: 100%;
    border-bottom: 1px solid #666666;
  }
  
  /* -------- Identification keys: -------- */

  .form_keyCharacterBlock {
    display: table;
  }

  .form_keyCharacterImageCell {
    display: table-cell;
    width: 40px;
    vertical-align: top;
  }

  .form_keyCharacterCell {
    display: table-cell;
    vertical-align: top;
  }

  .form_keyCharacterImage {
    max-width: 40px;
    margin: 0px auto 0px auto;
  }
  
  /* -------- Distribution map: -------- */

  .form_DistributionEditor {
    display: none;
    position: relative;
    width: 100%;
    height: 600px;
    margin: 24px 0px 0px 0px;
    font: 11pt Arial,sans;
    background-color: #888888;
    border-top: 1px solid #666666;
  }

  .form_MapImage {
    display: inline;
    width: 100%;
    padding: 0px;
  }
  
  /* -------- Column layouts: -------- */
  
  .form_2ColTable {
    display: table;
    width: 100%;
  }

  .form_2ColTableCell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .form_OneColumn {
    width: 100%;
  }

  .form_TwoColumns {
    float: left;
    width: 50%;
  }
  
  /* -------- Data table: -------- */
  
  .form_Table {
    display: table;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
  }
  .form_TableRow {
    display: table-row;
    width: 100%;
  }
  .form_TableCell {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding: 2px 4px 2px 4px;
  }
  .form_TableHeaderCell {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding: 2px 4px 2px 4px;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
  }
  .form_TableWhite {
    background-color: #FFFFFF;
  }
  .form_TableLtBlue {
    background-color: #F3F3F9;
  }
  .form_TableGray {
    background-color: #F3F3F3;
  }
  .form_TableDarkGray {
    background-color: #DDDDDD;
  }
  .form_TableRefLabel {
    display: none;
  }
  .form_TableRefValue {
  }
}

@media (max-width: 620px)
{
  /* -------- Forms: -------- */
  
  /* To show items that should only appear on wide screens: */
  .form_ShowIfWide {
    display: none;
  }

  /* To show items that should only appear on narrow screens: */
  .form_ShowIfNarrow {}

  .form_Controls {
    z-index: 50;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    border: 1px solid #666666;
  }

  .form_ControlsControlBar {
    display: table;
    margin: 12px auto 12px auto;
  }

  .form_ControlsControl {
    display: table-cell;
    vertical-align: top;
    padding: 0px 12px 0px 12px;
  }

  .form_SectionHeader {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 24px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #CCCCCC;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: bold;
  }
  .form_SectionHeader div { padding: 4px 12px 4px 12px; }
  
  .form_Box {
    display: block;
    margin: 0px 12px 12px 12px;
    font-family: Verdana,Arial,sans;
  }
  
  .form_BoxLeft {
    display: block;
    margin: 0px 0px 24px 0px;
  }

  .form_BoxRight {
    display: block;
    margin: 0px 0px 24px 0px;
  }

  .form_ControlWrap {
    margin: 6px 0px 4px 0px;
  }

  .form_Control {
    padding: 0px 6px 0px 0px;
  }

  .form_ControlThird { width: 32%; }
  .form_ControlHalf { width: 48%; }
  .form_ControlTiny { width: 60px; }
  .form_ControlSmall { width: 100px; }
  .form_ControlMed { width: 98%; }
  .form_ControlLarge { width: 98%; }
  .form_ControlWide { width: 98%; }
  .form_ControlNameEpithet { width: 150px; }
  .form_ControlNameAuthors { width: 98%; }
  
  .form_FloatLeftWideScreen {
    display: block;
  }
  .form_FloatLeftAllScreens {
    float: left;
  }
  
  .form_LabelLeftWideScreen {
    clear: left;
    display: block;
    text-align: left;
  }
  .form_LabelLeftAllScreens {
    float: left;
    text-align: right;
  }
  
  .form_AlignLeft {
    text-align: left;
  }
  .form_AlignRight {
    text-align: right;
  }
  
  .form_Left {
    text-align: left;
  }

  .form_Right {
    text-align: right;
  }

  .form_LargeText {
    font: 11pt Arial,sans;
  }
  .form_SmallText {
    font: 10pt Arial,sans;
  }

  .form_Label {
    height: 28px;
    padding: 0px 4px 0px 0px;
    line-height: 28px;
    white-space: nowrap;
    font-family: Arial,sans;
    font: 14pt Arial,sans;
  }
  .form_LabelSmall {
    height: 22px;
    padding: 0px 4px 0px 0px;
    line-height: 22px;
    white-space: nowrap;
    font: 12pt Arial,sans;
  }

  .form_Select {
    height: 32px;
    border: 1px solid #666666;
    font: 14pt Arial,sans;
  }
  .form_SelectSmall {
    height: 26px;
    border: 1px solid #666666;
    font: 12pt Arial,sans;
  }

  .form_Input {
    width: 98%;
    height: 28px;
    border: 1px solid #666666;
    font: 14pt Arial,sans;
  }
  .form_InputSmall {
    width: 98%;
    height: 22px;
    border: 1px solid #666666;
    font: 12pt Arial,sans;
  }

  .form_TextArea {
    width: 98%;
    height: 120px;
    border: 1px solid #666666;
    font: 14pt Arial,sans;
  }
  .form_TextAreaSmall {
    width: 98%;
    height: 80px;
    border: 1px solid #666666;
    font: 12pt Arial,sans;
  }

  .form_Checkbox {
    display: inline;
    min-height: 23px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 26px;
    text-decoration: none;
    cursor: pointer;
  }

  .form_CheckboxIcon {
    background: url('../graphics/checkbox-unchecked-40.png') no-repeat 0px 3px;
    background-size: 20px 20px;
  }
  .form_CheckboxIcon:hover {
    background: url('../graphics/checkbox-hover-40.png') no-repeat 0px 3px;
    background-size: 20px 20px;
  }
  .form_CheckboxIconSelected {
    background: url('../graphics/checkbox-checked-40.png') no-repeat 0px 3px;
    background-size: 20px 20px;
  }

  .form_PhotoImage {
    display: block;
    width: 100%;
    border-bottom: 1px solid #666666;
    margin-bottom: 4px;
  }
  
  /* -------- Identification keys: -------- */

  .form_keyCharacterBlock {
    display: table;
  }

  .form_keyCharacterImageCell {
    display: table-cell;
    width: 30px;
  }

  .form_keyCharacterCell {
    display: table-cell;
  }

  .form_keyCharacterImage {
    max-width: 30px;
    margin: 0px auto 0px auto;
  }

  .form_keyCharacter {
    display: block;
    min-height: 24px;
    padding-top: 5px;
    margin-left: 12px;
    padding-left: 26px;
    font-size: 12pt;
    text-decoration: none;
    cursor: pointer;
  }

  /* -------- Distribution map: -------- */
  
  .form_DistributionEditor {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    margin: 24px 0px 0px 0px;
    font: 11pt Arial,sans;
    background-color: #888888;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
  }

  .form_MapImage {
    display: inline;
    width: 100%;
    padding: 0px;
  }
  
  /* -------- 2-column layout: -------- */
  
  .form_2ColTable {
    display: block;
    width: 100%;
  }

  .form_2ColTableCell {
    display: block;
  }
  
  /* -------- Data table: -------- */
  
  .form_Table {
    display: block;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
  }
  .form_TableRow {
    width: 100%;
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #AAAAAA;
  }
  .form_TableCell {
    display: block;
    padding: 3px 6px 0px 6px;
  }
  .form_TableHeaderCell {
    display: block;
    padding: 3px 6px 0px 6px;
    color: #000000;
    font-weight: bold;
  }
  .form_TableWhite {
    background-color: #FFFFFF;
  }
  .form_TableLtBlue {
    background-color: #F3F3F9;
  }
  .form_TableGray {
    background-color: #F3F3F3;
  }
  .form_TableDarkGray {
    background-color: #DDDDDD;
  }
  .form_TableRefLabel {
    float: left;
    width: 70px;
    text-align: right;
    font-weight: bold;
  }
  .form_TableRefValue {
    margin-left: 80px;
  }
}

/* -------- Text buttons: -------- */

.button {
  height: 26px;
  font-weight: bold;
}

.textBtn {
  height: 20px;
  padding: 2px 12px 2px 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.textBtn_Icon {
  height: 20px;
  padding: 2px 6px 2px 26px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: 5px 4px;
  background-size: 16px 16px;
}
.textBtn_Enabled {
  background-color: #ECF2FE;
  border: 1px solid #666666;
  cursor: pointer;
}
.textBtn_Disabled {
  background-color: #EEEEEE;
  border: 1px solid #666666;
  cursor: default;
  opacity: 0.6;
}
.textBtn_Enabled:hover {
  background-color: #FDF8A5;
  border: 1px solid #4C77FF;
}
.textBtn_Selected {
  background-color: #FDF8A5;
  border: 1px solid #4C77FF;
}

.textBtn_Lock {
  background-image: url('../graphics/lock.png');
}
.textBtn_Edit {
  background-image: url('../graphics/edit.png');
}
.textBtn_Save {
  background-image: url('../graphics/save.png');
}
.textBtn_Cancel {
  background-image: url('../graphics/cancel.png');
}
.textBtn_Delete {
  background-image: url('../graphics/cancel.png');
}
.textBtn_Remove {
  background-image: url('../graphics/cancel.png');
}
.textBtn_Close {
  width: 50px;
  background-image: url('../graphics/cross.png');
}
.textBtn_Add {
  background-image: url('../graphics/add.png');
}
.textBtn_Swap {
  background-image: url('../graphics/swap.png');
}
.textBtn_Find {
  background-image: url('../graphics/search-icon-24.png');
}
.textBtn_ClearKey {
  background-image: url('../graphics/checkbox-unchecked-40.png');
}
.textBtn_Pause {
  background-image: url('../graphics/pause.png');
}
.textBtn_Resume {
  background-image: url('../graphics/go.png');
}
.textBtn_Yes {
  background-image: url('../graphics/go.png');
}
.textBtn_No {
  background-image: url('../graphics/stop.png');
}
.textBtn_Verified {
  background-image: url('../graphics/tick.png');
}
.textBtn_Excluded {
  background-image: url('../graphics/cross.png');
}
.textBtn_Counterclockwise {
  background-image: url('../graphics/rotate_anticlockwise.png');
}
.textBtn_Clockwise {
  background-image: url('../graphics/rotate_clockwise.png');
}
.textBtn_Loading {
  background-image: url('../graphics/ajax-loader.gif');
}

/* -------- Icon-only buttons: -------- */

.iconBtn {
  float: left;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
  cursor: pointer;
}
.iconBtn_Disabled {
  float: left;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
  opacity: 0.3;
  filter: alpha(opacity=3);
}

.iconBtn_Edit {
  background-image: url('../graphics/edit.png');
}
.iconBtn_Delete {
  background-image: url('../graphics/cancel.png');
}
.iconBtn_Remove {
  background-image: url('../graphics/cancel.png');
}
.iconBtn_Swap {
  background-image: url('../graphics/swap.png');
}
.iconBtn_Checked {
  background-image: url('../graphics/tick.png');
}
.iconBtn_Unchecked {
  background-image: url('../graphics/tickgray.png');
}
.iconBtn_Blank {
  background-image: url('../graphics/spacer.gif');
  cursor: default;
}
.iconBtn_Loading {
  background-image: url('../graphics/ajax-loader.gif');
  cursor: default;
}

/* -------- Miscellaneous form styles: -------*/

.form_Title {
  font-size: 1.1em;
}

.form_ContentBlock {
  margin: 12px 12px 12px 12px;
}

.form_GrayBox {
  display: block;
  padding: 8px;
  border: 1px solid #999999;
  background-color: #F0F0F0;
}

.form_OutlineBox {
  clear: both;
  position: relative;
  display: block;
  border-width: 1px;
  border-style: solid;
}

.form_OutlineBoxCaption {
  position: absolute;
  top: -13px;
  left: 14px;
  padding: 0px 12px 0px 12px;
  background-color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form_LiteratureSelector {
  display: block;
  padding: 8px 12px 8px 40px;
  border-bottom: 1px solid #999999;
  background-image: url('../graphics/tickgray.png');
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 16px 16px;
  cursor: pointer;
}
.form_LiteratureSelector:hover
{
  background-color: #FFFFDD;
  background-image: url('../graphics/tick.png');
}

.form_AddNameSelector {
  display: block;
  padding: 3px 3px 3px 3px;
  border-bottom: 1px solid #999999;
}
.form_AddNameSelector:hover
{
  background-color: #DDFFDD;
}


/* -------- Popup window and dialog: -------*/

.popup_FullScreenGrayout {
  z-index: 1100;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #999999;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

@media (min-width: 621px)
{
  /* -------- Popup window tabs: -------- */

  .popup_Tabs {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #666666;
  }

  .popup_Tab {
    display: inline-block;
    float: left;
    margin-left: 8px;
    padding: 0px 8px 0px 8px;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-size: 12pt;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
  }
  .popup_TabDefault {
    height: 29px;
    background-color: #DDDDDD;
    cursor: pointer;
  }
  .popup_TabDefault:hover {
    background-color: #E6F2DF;
  }
  .popup_TabSelected {
    height: 30px;
    background-color: #CBD9C3;
  }
  .popup_TabDisabled {
    height: 29px;
    background-color: #DDDDDD;
    color: #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
  }
  .popup_TabBar {
    display: block;
    width: 100%;
    height: 6px;
    background-color: #CBD9C3;
    border-bottom: 1px solid #666666;
  }

  .popup_TabBox {
    display: none;
  }

  .popup_TabBoxSelected {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
}
@media (max-width: 620px)
{
  /* -------- Popup window tabs: -------- */

  .popup_Tabs {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #666666;
  }

  .popup_Tab {
    display: inline-block;
    float: left;
    margin-left: 8px;
    padding: 0px 8px 0px 8px;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-size: 12pt;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
  }
  .popup_TabDefault {
    height: 29px;
    background-color: #DDDDDD;
    cursor: pointer;
  }
  .popup_TabDefault:hover {
    background-color: #E6F2DF;
  }
  .popup_TabSelected {
    height: 30px;
    background-color: #CBD9C3;
  }
  .popup_TabDisabled {
    height: 29px;
    background-color: #DDDDDD;
    color: #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
  }
  .popup_TabBar {
    display: block;
    width: 100%;
    height: 6px;
    background-color: #CBD9C3;
    border-bottom: 1px solid #666666;
  }

  .popup_TabBox {
    display: none;
  }

  .popup_TabBoxSelected {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
}

/* -------- Select photo popup: -------*/

.form_SelectPhotoPane {
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
  bottom: 128px;
}

.form_SelectPhotoPhoto {
  max-width: 100%; 
  max-height: 100%;
  margin: auto;
  display: block;
  border: 1px solid #999999;
}

.form_SelectPhotoThumbnailStrip {
  position: absolute;
  left: 0px;
  right: 0px;
	bottom: 0px;
	height: 110px;
	background-color: #333333;
  overflow-x: scroll;
  overflow-y: hidden;
}

.form_SelectPhotoThumbnailStripTable {
  display: table;
  margin: 0px auto 0px auto;
}

.form_SelectPhotoThumbnailStripCell {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.form_SelectPhotoThumbnailStripImage {
  display: block;
  height: 80px;
  border: 1px solid #FFFFFF;
  margin: 2px;
  cursor: pointer;
}

.form_SelectPhotoThumbnailStripImage:hover {
  border: 1px solid #FF0000;
}

/* -------- CSS loading indicator: -------- */
/* Adapted from https://www.designcouch.com/home/why/2013/05/23/dead-simple-pure-css-loading-spinner/ */

.form_spinner {
  z-index: 1101;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -30px 0px 0px -30px;
  height: 60px;
  width: 60px;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(242, 194, 194, 0.5);
  border-right: 6px solid rgba(242, 194, 194, 0.5);
  border-bottom: 6px solid rgba(242, 194, 194, 0.5);
  border-top: 6px solid rgba(232, 67, 67, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}