diff --git a/dist/components/grid.css b/dist/components/grid.css index 81b950984..17b57922a 100755 --- a/dist/components/grid.css +++ b/dist/components/grid.css @@ -890,6 +890,85 @@ --------------------*/ +/* Tablet Only */ +@media only screen and (min-width: 768px) and (max-width: 991px) { + .ui.doubling.grid { + width: 100% !important; + } + .ui.grid > .doubling.row, + .ui.doubling.grid > .row { + margin: 0em !important; + padding: 0em !important; + } + .ui.grid > .doubling.row > .column, + .ui.doubling.grid > .row > .column { + display: inline-block !important; + padding-top: 1rem !important; + padding-bottom: 1rem !important; + margin: 0em; + } + .ui[class*="two column"].doubling.grid > .row > .column, + .ui[class*="two column"].doubling.grid > .column, + .ui.grid > [class*="two column"].doubling.row > .column { + width: 100% !important; + } + .ui[class*="three column"].doubling.grid > .row > .column, + .ui[class*="three column"].doubling.grid > .column, + .ui.grid > [class*="three column"].doubling.row > .column { + width: 50% !important; + } + .ui[class*="four column"].doubling.grid > .row > .column, + .ui[class*="four column"].doubling.grid > .column, + .ui.grid > [class*="four column"].doubling.row > .column { + width: 50% !important; + } + .ui[class*="five column"].doubling.grid > .row > .column, + .ui[class*="five column"].doubling.grid > .column, + .ui.grid > [class*="five column"].doubling.row > .column { + width: 33.33333333% !important; + } + .ui[class*="six column"].doubling.grid > .row > .column, + .ui[class*="six column"].doubling.grid > .column, + .ui.grid > [class*="six column"].doubling.row > .column { + width: 33.33333333% !important; + } + .ui[class*="eight column"].doubling.grid > .row > .column, + .ui[class*="eight column"].doubling.grid > .column, + .ui.grid > [class*="eight column"].doubling.row > .column { + width: 33.33333333% !important; + } + .ui[class*="eight column"].doubling.grid > .row > .column, + .ui[class*="eight column"].doubling.grid > .column, + .ui.grid > [class*="eight column"].doubling.row > .column { + width: 25% !important; + } + .ui[class*="nine column"].doubling.grid > .row > .column, + .ui[class*="nine column"].doubling.grid > .column, + .ui.grid > [class*="nine column"].doubling.row > .column { + width: 25% !important; + } + .ui[class*="ten column"].doubling.grid > .row > .column, + .ui[class*="ten column"].doubling.grid > .column, + .ui.grid > [class*="ten column"].doubling.row > .column { + width: 20% !important; + } + .ui[class*="twelve column"].doubling.grid > .row > .column, + .ui[class*="twelve column"].doubling.grid > .column, + .ui.grid > [class*="twelve column"].doubling.row > .column { + width: 16.66666667% !important; + } + .ui[class*="fourteen column"].doubling.grid > .row > .column, + .ui[class*="fourteen column"].doubling.grid > .column, + .ui.grid > [class*="fourteen column"].doubling.row > .column { + width: 14.28571429% !important; + } + .ui[class*="sixteen column"].doubling.grid > .row > .column, + .ui[class*="sixteen column"].doubling.grid > .column, + .ui.grid > [class*="sixteen column"].doubling.row > .column { + width: 12.5% !important; + } +} + /* Mobily Only */ @media only screen and (max-width: 767px) { .ui.doubling.grid { @@ -970,85 +1049,6 @@ } } -/* Tablet Only */ -@media only screen and (min-width: 768px) and (max-width: 991px) { - .ui.doubling.grid { - width: 100% !important; - } - .ui.grid > .doubling.row, - .ui.doubling.grid > .row { - margin: 0em !important; - padding: 0em !important; - } - .ui.grid > .doubling.row > .column, - .ui.doubling.grid > .row > .column { - display: inline-block !important; - padding-top: 1rem !important; - padding-bottom: 1rem !important; - margin: 0em; - } - .ui[class*="two column"].doubling.grid > .row > .column, - .ui[class*="two column"].doubling.grid > .column, - .ui.grid > [class*="two column"].doubling.row > .column { - width: 100% !important; - } - .ui[class*="three column"].doubling.grid > .row > .column, - .ui[class*="three column"].doubling.grid > .column, - .ui.grid > [class*="three column"].doubling.row > .column { - width: 50% !important; - } - .ui[class*="four column"].doubling.grid > .row > .column, - .ui[class*="four column"].doubling.grid > .column, - .ui.grid > [class*="four column"].doubling.row > .column { - width: 50% !important; - } - .ui[class*="five column"].doubling.grid > .row > .column, - .ui[class*="five column"].doubling.grid > .column, - .ui.grid > [class*="five column"].doubling.row > .column { - width: 33.33333333% !important; - } - .ui[class*="six column"].doubling.grid > .row > .column, - .ui[class*="six column"].doubling.grid > .column, - .ui.grid > [class*="six column"].doubling.row > .column { - width: 33.33333333% !important; - } - .ui[class*="eight column"].doubling.grid > .row > .column, - .ui[class*="eight column"].doubling.grid > .column, - .ui.grid > [class*="eight column"].doubling.row > .column { - width: 33.33333333% !important; - } - .ui[class*="eight column"].doubling.grid > .row > .column, - .ui[class*="eight column"].doubling.grid > .column, - .ui.grid > [class*="eight column"].doubling.row > .column { - width: 25% !important; - } - .ui[class*="nine column"].doubling.grid > .row > .column, - .ui[class*="nine column"].doubling.grid > .column, - .ui.grid > [class*="nine column"].doubling.row > .column { - width: 25% !important; - } - .ui[class*="ten column"].doubling.grid > .row > .column, - .ui[class*="ten column"].doubling.grid > .column, - .ui.grid > [class*="ten column"].doubling.row > .column { - width: 20% !important; - } - .ui[class*="twelve column"].doubling.grid > .row > .column, - .ui[class*="twelve column"].doubling.grid > .column, - .ui.grid > [class*="twelve column"].doubling.row > .column { - width: 16.66666667% !important; - } - .ui[class*="fourteen column"].doubling.grid > .row > .column, - .ui[class*="fourteen column"].doubling.grid > .column, - .ui.grid > [class*="fourteen column"].doubling.row > .column { - width: 14.28571429% !important; - } - .ui[class*="sixteen column"].doubling.grid > .row > .column, - .ui[class*="sixteen column"].doubling.grid > .column, - .ui.grid > [class*="sixteen column"].doubling.row > .column { - width: 12.5% !important; - } -} - /*------------------- Stackable --------------------*/ diff --git a/dist/components/grid.min.css b/dist/components/grid.min.css index 25fc3b00c..cdb23bc47 100755 --- a/dist/components/grid.min.css +++ b/dist/components/grid.min.css @@ -8,4 +8,4 @@ * http://opensource.org/licenses/MIT * */ -.ui.grid{display:block;text-align:left;font-size:0;padding:0}.ui.grid:after,.ui.grid>.row:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.grid{margin:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{display:inline-block;text-align:left;font-size:1rem;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{display:block;width:auto!important;padding:1rem 0;font-size:0}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid .row+.ui.divider{margin:1rem}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{box-shadow:none}.ui.page.grid{padding-left:13%;padding-right:13%;width:auto}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}@media only screen and (max-width:767px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin:0}}@media only screen and (min-width:768px){.ui.page.grid{width:auto;padding-left:8%;padding-right:8%}}@media only screen and (min-width:992px){.ui.page.grid{width:auto;padding-left:13%;padding-right:13%}}@media only screen and (min-width:1400px){.ui.page.grid{width:auto;padding-left:18%;padding-right:18%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child,.ui[class*="one column"].grid>.column,.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column,.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column,.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column,.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column,.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column,.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column,.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column,.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column,.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column,.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column,.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column,.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column,.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column,.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column,.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column,.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="sixteen column"].row>.column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid .centered.row{text-align:center}.ui.centered.grid>.column:not(.aligned),.ui.centered.grid>.row>.column:not(.aligned),.ui.grid .centered.row>.column:not(.aligned){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{float:left}.ui.grid [class*="right floated"].column{float:right}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(0,0,0,.1)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.grid>.divided.row>.column{box-shadow:-1px 0 0 0 rgba(0,0,0,.1)}.ui.grid>.divided.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:-webkit-calc(100% - 2rem);width:calc(100% - 2rem);height:1px;margin:0 1rem;box-shadow:0 -1px 0 0 rgba(0,0,0,.1)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(255,255,255,.15)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row{box-shadow:0 -1px 0 0 rgba(255,255,255,.15)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:-webkit-calc(100% - 3rem);width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:5rem;margin-right:5rem;width:-webkit-calc(100% - 5rem);width:calc(100% - 5rem)}.ui.celled.grid{display:table;table-layout:fixed;width:100%;margin:1em 0;box-shadow:0 0 0 1px #d4d4d5}.ui.celled.grid>.column.row,.ui.celled.grid>.column.row:first-child,.ui.celled.grid>.row{display:table;table-layout:fixed;width:100%!important;margin:0;padding:0;box-shadow:0 -1px 0 0 #d4d4d5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{display:table-cell;box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child,.ui.celled.page.grid{box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:.75em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid,.ui[class*="internally celled"].grid>.row:first-child,.ui[class*="internally celled"].grid>.row>.column:first-child{box-shadow:none}.ui.grid [class*="left aligned"].column,.ui.grid>[class*="left aligned"].aligned.row>.column,.ui[class*="left aligned"].grid,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left}.ui.grid [class*="left aligned"].column{text-align:left!important}.ui.grid>[class*="center aligned"].aligned.row>.column,.ui[class*="center aligned"].grid,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center}.ui.grid [class*="center aligned"].column{text-align:center!important}.ui.grid>[class*="right aligned"].aligned.row>.column,.ui[class*="right aligned"].grid,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right}.ui.grid [class*="right aligned"].column{text-align:right!important}.ui.grid .justified.column,.ui.grid>.justified.row>.column,.ui.justified.grid,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid .justified.column{text-align:justify!important;-webkit-hyphens:auto!important;-moz-hyphens:auto!important;-ms-hyphens:auto!important;hyphens:auto!important}.ui.grid [class*="top aligned"].column,.ui.grid>[class*="top aligned"].aligned.row>.column,.ui[class*="top aligned"].grid,.ui[class*="top aligned"].grid>.column,.ui[class*="top aligned"].grid>.row>.column{vertical-align:top}.ui.grid [class*="top aligned"].column{vertical-align:top!important}.ui.grid>[class*="middle aligned"].aligned.row>.column,.ui[class*="center aligned"].grid,.ui[class*="middle aligned"].grid>.column,.ui[class*="middle aligned"].grid>.row>.column{vertical-align:middle}.ui.grid [class*="middle aligned"].column{vertical-align:middle!important}.ui.grid>[class*="bottom aligned"].aligned.row>.column,.ui[class*="bottom aligned"].grid,.ui[class*="bottom aligned"].grid>.column,.ui[class*="bottom aligned"].grid>.row>.column{vertical-align:bottom}.ui.grid [class*="bottom aligned"].column{vertical-align:bottom!important}.ui.grid .white.column,.ui.grid>.white.row{background-color:#fff!important;color:rgba(0,0,0,.8)}.ui.grid>.row>.white.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .black.column,.ui.grid>.black.row{background-color:#1b1c1d!important;color:#fff}.ui.grid>.row>.black.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .blue.column,.ui.grid>.blue.row{background-color:#3b83c0!important;color:#fff}.ui.grid>.row>.blue.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .green.column,.ui.grid>.green.row{background-color:#5bbd72!important;color:#fff}.ui.grid>.row>.green.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .orange.column,.ui.grid>.orange.row{background-color:#e07b53!important;color:#fff}.ui.grid>.row>.orange.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .pink.column,.ui.grid>.pink.row{background-color:#d9499a!important;color:#fff}.ui.grid>.row>.pink.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .purple.column,.ui.grid>.purple.row{background-color:#564f8a!important;color:#fff}.ui.grid>.row>.purple.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .red.column,.ui.grid>.red.row{background-color:#d95c5c!important;color:#fff}.ui.grid>.row>.red.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .teal.column,.ui.grid>.teal.row{background-color:#00b5ad!important;color:#fff}.ui.grid>.row>.teal.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .yellow.column,.ui.grid>.yellow.row{background-color:#f2c61f!important;color:#fff}.ui.grid>.row>.yellow.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui[class*="equal height"].grid{display:table;table-layout:fixed;width:-webkit-calc(100% + 2rem);width:calc(100% + 2rem)}.ui[class*="equal height"].relaxed.grid{width:-webkit-calc(100% + 3rem);width:calc(100% + 3rem)}.ui[class*="equal height"][class*="very relaxed"].grid{width:-webkit-calc(100% + 5rem);width:calc(100% + 5rem)}.ui[class*="equal height"].grid>.row,.ui[class*="equal height"].row{display:table;table-layout:fixed;width:100%!important}.ui.grid>[class*="equal height"].row>.column,.ui[class*="equal height"].grid>.column,.ui[class*="equal height"].grid>.row>.column{display:table-cell}@media only screen and (max-width:767px){.ui.doubling.grid{width:100%!important}.ui.doubling.grid>.row,.ui.grid>.doubling.row{display:block!important;margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="four column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="five column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="six column"].doubling:not(.stackable).row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="ten column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="seven column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="eight column"].doubling:not(.stackable).row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="twelve column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:100%!important}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;margin:0}.ui.grid>[class*="two column"].doubling.row>.column,.ui[class*="two column"].doubling.grid>.column,.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row>.column,.ui.grid>[class*="four column"].doubling.row>.column,.ui[class*="three column"].doubling.grid>.column,.ui[class*="three column"].doubling.grid>.row>.column,.ui[class*="four column"].doubling.grid>.column,.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row>.column,.ui.grid>[class*="six column"].doubling.row>.column,.ui.grid>[class*="eight column"].doubling.row>.column,.ui[class*="five column"].doubling.grid>.column,.ui[class*="five column"].doubling.grid>.row>.column,.ui[class*="six column"].doubling.grid>.column,.ui[class*="six column"].doubling.grid>.row>.column,.ui[class*="eight column"].doubling.grid>.column,.ui[class*="eight column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="nine column"].doubling.row>.column,.ui.grid>[class*="eight column"].doubling.row>.column,.ui[class*="nine column"].doubling.grid>.column,.ui[class*="nine column"].doubling.grid>.row>.column,.ui[class*="eight column"].doubling.grid>.column,.ui[class*="eight column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row>.column,.ui[class*="ten column"].doubling.grid>.column,.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row>.column,.ui[class*="twelve column"].doubling.grid>.column,.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row>.column,.ui[class*="fourteen column"].doubling.grid>.column,.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row>.column,.ui[class*="sixteen column"].doubling.grid>.column,.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.stackable.grid{display:block!important;width:auto;padding:0;margin-top:0;margin-bottom:0}:not(.column)>.ui.stackable.grid{margin:0}.ui.stackable.grid>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{display:block!important;width:auto!important;margin:.5rem 0!important;padding:.5rem 1rem 0!important;box-shadow:none!important}.ui.stackable.celled.grid>.column,.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided.grid>.column,.ui.stackable.divided.grid>.row>.column{border-top:1px solid rgba(39,41,43,.15);box-shadow:none!important;margin:2rem 0!important;padding:2rem 1rem 0!important}.ui.inverted.stackable.celled.grid>.column,.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column,.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.2)}.ui.stackable.grid>.column:first-child,.ui.stackable.grid>.row:first-child>.column:first-child{margin-top:0!important;padding-top:0!important}.ui.stackable.celled.grid>.column:first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui[class*="equal height"].stackable.page.grid{display:block!important;width:100%!important}.ui.stackable.grid .vertical.pointing.menu .item:after{display:none}}@media only screen and (max-width:767px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui.tablet:not(.mobile).only.grid.grid.grid,.ui[class*="computer only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}}@media only screen and (min-width:992px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}} \ No newline at end of file +.ui.grid{display:block;text-align:left;font-size:0;padding:0}.ui.grid:after,.ui.grid>.row:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.grid{margin:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{display:inline-block;text-align:left;font-size:1rem;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{display:block;width:auto!important;padding:1rem 0;font-size:0}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid .row+.ui.divider{margin:1rem}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{box-shadow:none}.ui.page.grid{padding-left:13%;padding-right:13%;width:auto}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}@media only screen and (max-width:767px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin:0}}@media only screen and (min-width:768px){.ui.page.grid{width:auto;padding-left:8%;padding-right:8%}}@media only screen and (min-width:992px){.ui.page.grid{width:auto;padding-left:13%;padding-right:13%}}@media only screen and (min-width:1400px){.ui.page.grid{width:auto;padding-left:18%;padding-right:18%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child,.ui[class*="one column"].grid>.column,.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column,.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column,.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column,.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column,.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column,.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column,.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column,.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column,.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column,.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column,.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column,.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column,.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column,.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column,.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column,.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="sixteen column"].row>.column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid .centered.row{text-align:center}.ui.centered.grid>.column:not(.aligned),.ui.centered.grid>.row>.column:not(.aligned),.ui.grid .centered.row>.column:not(.aligned){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{float:left}.ui.grid [class*="right floated"].column{float:right}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(0,0,0,.1)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.grid>.divided.row>.column{box-shadow:-1px 0 0 0 rgba(0,0,0,.1)}.ui.grid>.divided.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:-webkit-calc(100% - 2rem);width:calc(100% - 2rem);height:1px;margin:0 1rem;box-shadow:0 -1px 0 0 rgba(0,0,0,.1)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(255,255,255,.15)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row{box-shadow:0 -1px 0 0 rgba(255,255,255,.15)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:-webkit-calc(100% - 3rem);width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:5rem;margin-right:5rem;width:-webkit-calc(100% - 5rem);width:calc(100% - 5rem)}.ui.celled.grid{display:table;table-layout:fixed;width:100%;margin:1em 0;box-shadow:0 0 0 1px #d4d4d5}.ui.celled.grid>.column.row,.ui.celled.grid>.column.row:first-child,.ui.celled.grid>.row{display:table;table-layout:fixed;width:100%!important;margin:0;padding:0;box-shadow:0 -1px 0 0 #d4d4d5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{display:table-cell;box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child,.ui.celled.page.grid{box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:.75em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid,.ui[class*="internally celled"].grid>.row:first-child,.ui[class*="internally celled"].grid>.row>.column:first-child{box-shadow:none}.ui.grid [class*="left aligned"].column,.ui.grid>[class*="left aligned"].aligned.row>.column,.ui[class*="left aligned"].grid,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left}.ui.grid [class*="left aligned"].column{text-align:left!important}.ui.grid>[class*="center aligned"].aligned.row>.column,.ui[class*="center aligned"].grid,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center}.ui.grid [class*="center aligned"].column{text-align:center!important}.ui.grid>[class*="right aligned"].aligned.row>.column,.ui[class*="right aligned"].grid,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right}.ui.grid [class*="right aligned"].column{text-align:right!important}.ui.grid .justified.column,.ui.grid>.justified.row>.column,.ui.justified.grid,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid .justified.column{text-align:justify!important;-webkit-hyphens:auto!important;-moz-hyphens:auto!important;-ms-hyphens:auto!important;hyphens:auto!important}.ui.grid [class*="top aligned"].column,.ui.grid>[class*="top aligned"].aligned.row>.column,.ui[class*="top aligned"].grid,.ui[class*="top aligned"].grid>.column,.ui[class*="top aligned"].grid>.row>.column{vertical-align:top}.ui.grid [class*="top aligned"].column{vertical-align:top!important}.ui.grid>[class*="middle aligned"].aligned.row>.column,.ui[class*="center aligned"].grid,.ui[class*="middle aligned"].grid>.column,.ui[class*="middle aligned"].grid>.row>.column{vertical-align:middle}.ui.grid [class*="middle aligned"].column{vertical-align:middle!important}.ui.grid>[class*="bottom aligned"].aligned.row>.column,.ui[class*="bottom aligned"].grid,.ui[class*="bottom aligned"].grid>.column,.ui[class*="bottom aligned"].grid>.row>.column{vertical-align:bottom}.ui.grid [class*="bottom aligned"].column{vertical-align:bottom!important}.ui.grid .white.column,.ui.grid>.white.row{background-color:#fff!important;color:rgba(0,0,0,.8)}.ui.grid>.row>.white.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .black.column,.ui.grid>.black.row{background-color:#1b1c1d!important;color:#fff}.ui.grid>.row>.black.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .blue.column,.ui.grid>.blue.row{background-color:#3b83c0!important;color:#fff}.ui.grid>.row>.blue.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .green.column,.ui.grid>.green.row{background-color:#5bbd72!important;color:#fff}.ui.grid>.row>.green.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .orange.column,.ui.grid>.orange.row{background-color:#e07b53!important;color:#fff}.ui.grid>.row>.orange.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .pink.column,.ui.grid>.pink.row{background-color:#d9499a!important;color:#fff}.ui.grid>.row>.pink.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .purple.column,.ui.grid>.purple.row{background-color:#564f8a!important;color:#fff}.ui.grid>.row>.purple.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .red.column,.ui.grid>.red.row{background-color:#d95c5c!important;color:#fff}.ui.grid>.row>.red.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .teal.column,.ui.grid>.teal.row{background-color:#00b5ad!important;color:#fff}.ui.grid>.row>.teal.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid .yellow.column,.ui.grid>.yellow.row{background-color:#f2c61f!important;color:#fff}.ui.grid>.row>.yellow.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui[class*="equal height"].grid{display:table;table-layout:fixed;width:-webkit-calc(100% + 2rem);width:calc(100% + 2rem)}.ui[class*="equal height"].relaxed.grid{width:-webkit-calc(100% + 3rem);width:calc(100% + 3rem)}.ui[class*="equal height"][class*="very relaxed"].grid{width:-webkit-calc(100% + 5rem);width:calc(100% + 5rem)}.ui[class*="equal height"].grid>.row,.ui[class*="equal height"].row{display:table;table-layout:fixed;width:100%!important}.ui.grid>[class*="equal height"].row>.column,.ui[class*="equal height"].grid>.column,.ui[class*="equal height"].grid>.row>.column{display:table-cell}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:100%!important}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;margin:0}.ui.grid>[class*="two column"].doubling.row>.column,.ui[class*="two column"].doubling.grid>.column,.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row>.column,.ui.grid>[class*="four column"].doubling.row>.column,.ui[class*="three column"].doubling.grid>.column,.ui[class*="three column"].doubling.grid>.row>.column,.ui[class*="four column"].doubling.grid>.column,.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row>.column,.ui.grid>[class*="six column"].doubling.row>.column,.ui.grid>[class*="eight column"].doubling.row>.column,.ui[class*="five column"].doubling.grid>.column,.ui[class*="five column"].doubling.grid>.row>.column,.ui[class*="six column"].doubling.grid>.column,.ui[class*="six column"].doubling.grid>.row>.column,.ui[class*="eight column"].doubling.grid>.column,.ui[class*="eight column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="nine column"].doubling.row>.column,.ui.grid>[class*="eight column"].doubling.row>.column,.ui[class*="nine column"].doubling.grid>.column,.ui[class*="nine column"].doubling.grid>.row>.column,.ui[class*="eight column"].doubling.grid>.column,.ui[class*="eight column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row>.column,.ui[class*="ten column"].doubling.grid>.column,.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row>.column,.ui[class*="twelve column"].doubling.grid>.column,.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row>.column,.ui[class*="fourteen column"].doubling.grid>.column,.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row>.column,.ui[class*="sixteen column"].doubling.grid>.column,.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.doubling.grid{width:100%!important}.ui.doubling.grid>.row,.ui.grid>.doubling.row{display:block!important;margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="four column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="five column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="six column"].doubling:not(.stackable).row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="ten column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="seven column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="eight column"].doubling:not(.stackable).row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="twelve column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row>.column,.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}}@media only screen and (max-width:767px){.ui.stackable.grid{display:block!important;width:auto;padding:0;margin-top:0;margin-bottom:0}:not(.column)>.ui.stackable.grid{margin:0}.ui.stackable.grid>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{display:block!important;width:auto!important;margin:.5rem 0!important;padding:.5rem 1rem 0!important;box-shadow:none!important}.ui.stackable.celled.grid>.column,.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided.grid>.column,.ui.stackable.divided.grid>.row>.column{border-top:1px solid rgba(39,41,43,.15);box-shadow:none!important;margin:2rem 0!important;padding:2rem 1rem 0!important}.ui.inverted.stackable.celled.grid>.column,.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column,.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.2)}.ui.stackable.grid>.column:first-child,.ui.stackable.grid>.row:first-child>.column:first-child{margin-top:0!important;padding-top:0!important}.ui.stackable.celled.grid>.column:first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui[class*="equal height"].stackable.page.grid{display:block!important;width:100%!important}.ui.stackable.grid .vertical.pointing.menu .item:after{display:none}}@media only screen and (max-width:767px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui.tablet:not(.mobile).only.grid.grid.grid,.ui[class*="computer only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}}@media only screen and (min-width:992px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}} \ No newline at end of file diff --git a/dist/components/segment.css b/dist/components/segment.css index 410a674f6..a269ce261 100755 --- a/dist/components/segment.css +++ b/dist/components/segment.css @@ -37,7 +37,9 @@ clear: both; visibility: hidden; } -.ui.vertical.segment { + +/* Vertical */ +.ui[class*="vertical segment"] { margin: 0em; padding-left: 0em; padding-right: 0em; @@ -46,14 +48,16 @@ border: none; box-shadow: 0px 1px 0px rgba(39, 41, 43, 0.15); } -.ui.vertical.segment:first-child { +.ui[class*="vertical segment"]:first-child { padding-top: 0em; } -.ui.vertical.segment:last-child { +.ui[class*="vertical segment"]:last-child { padding-bottom: 0em; box-shadow: none; } -.ui.horizontal.segment { + +/* Horizontal */ +.ui[class*="horizontal segment"] { margin: 0em; padding-top: 0em; padding-bottom: 0em; diff --git a/dist/components/segment.min.css b/dist/components/segment.min.css index 4a52e5ebf..b636789a6 100755 --- a/dist/components/segment.min.css +++ b/dist/components/segment.min.css @@ -8,4 +8,4 @@ * http://opensource.org/licenses/MIT * */ -.ui.segment{position:relative;background-color:#fff;box-shadow:0 0 0 1px rgba(39,41,43,.15),0 1px 2px 0 rgba(0,0,0,.05);margin:1rem 0;padding:1em;border-radius:.2857rem;border:none}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.segment:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background-color:transparent;border-radius:0;border:none;box-shadow:0 1px 0 rgba(39,41,43,.15)}.ui.vertical.segment:first-child{padding-top:0}.ui.vertical.segment:last-child{padding-bottom:0;box-shadow:none}.ui.horizontal.segment{margin:0;padding-top:0;padding-bottom:0;background-color:transparent;border-radius:0;border:none;box-shadow:1px 0 0 rgba(39,41,43,.15)}.ui.pointing.menu+.ui.attached.segment{top:1px}.ui.inverted.segment>.ui.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid .ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.2857rem}.ui.basic.table.segment{background:#fff;border:none;box-shadow:0 0 0 1px rgba(39,41,43,.15),0 1px 2px 0 rgba(0,0,0,.05)}.ui[class*="very basic"].table.segment{padding:1em}.ui.piled.segment{margin:2em 0;box-shadow:0 0 1px 1px rgba(39,41,43,.15);z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before{background-color:#fff;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;box-shadow:0 0 1px 1px rgba(39,41,43,.15)}.ui.piled.segment:after{-webkit-transform:rotate(1.2deg);-ms-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui.piled.segment:before{-webkit-transform:rotate(-1.2deg);-ms-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(39,41,43,.15);background-color:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before{display:none}.ui.tall.stacked.segment:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(39,41,43,.2)}.ui.compact.segment{display:table}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment{box-shadow:0 0 0 1px rgba(39,41,43,.15),0 1px 4px 0 rgba(0,0,0,.15)}.ui.disabled.segment{opacity:.3;color:rgba(40,40,40,.3)}.ui.basic.segment{position:relative;background-color:transparent;box-shadow:none;border-radius:0}.ui.basic.segment:first-child{padding-top:0}.ui.basic.segment:last-child{padding-bottom:0}.ui.fitted.segment{padding:0}.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d;border-radius:0 0 .2857rem .2857rem!important}.ui.blue.segment:not(.inverted){border-top:2px solid #3b83c0;border-radius:0 0 .2857rem .2857rem!important}.ui.green.segment:not(.inverted){border-top:2px solid #5bbd72;border-radius:0 0 .2857rem .2857rem!important}.ui.orange.segment:not(.inverted){border-top:2px solid #e07b53;border-radius:0 0 .2857rem .2857rem!important}.ui.pink.segment:not(.inverted){border-top:2px solid #d9499a;border-radius:0 0 .2857rem .2857rem!important}.ui.purple.segment:not(.inverted){border-top:2px solid #564f8a;border-radius:0 0 .2857rem .2857rem!important}.ui.red.segment:not(.inverted){border-top:2px solid #d95c5c;border-radius:0 0 .2857rem .2857rem!important}.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad;border-radius:0 0 .2857rem .2857rem!important}.ui.yellow.segment:not(.inverted){border-top:2px solid #f2c61f;border-radius:0 0 .2857rem .2857rem!important}.ui.inverted.black.segment,.ui.inverted.segment{background-color:#1b1c1d!important;color:#fff!important}.ui.inverted.blue.segment{background-color:#3b83c0!important;color:#fff!important}.ui.inverted.green.segment{background-color:#5bbd72!important;color:#fff!important}.ui.inverted.orange.segment{background-color:#e07b53!important;color:#fff!important}.ui.inverted.pink.segment{background-color:#d9499a!important;color:#fff!important}.ui.inverted.purple.segment{background-color:#564f8a!important;color:#fff!important}.ui.inverted.red.segment{background-color:#d95c5c!important;color:#fff!important}.ui.inverted.teal.segment{background-color:#00b5ad!important;color:#fff!important}.ui.inverted.yellow.segment{background-color:#f2c61f!important;color:#fff!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1rem}.ui[class*="right floated"].segment{float:right;margin-left:1rem}.ui.inverted.segment{border:none;box-shadow:none}.ui.inverted.segment .segment{color:rgba(0,0,0,.8)}.ui.inverted.segment .inverted.segment{color:#fff}.ui.inverted.segment,.ui.primary.inverted.segment{background-color:#1b1c1d;color:#fff}.ui.inverted.attached.segment,.ui.inverted.block.segment{box-shadow:none!important;border:none!important}.ui.secondary.segment{background:#faf9fa;color:rgba(0,0,0,.8)}.ui.tertiary.segment{background:#ebebeb;color:rgba(0,0,0,.8)}.ui.secondary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background:linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);color:#fafafa}.ui.tertiary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.5) 0,rgba(255,255,255,.5) 100%);background:linear-gradient(rgba(255,255,255,.5) 0,rgba(255,255,255,.5) 100%);color:#f0f0f0}.ui.segment.attached{top:0;bottom:0;margin:0 -1px;width:-webkit-calc(100% + 2px);width:calc(100% + 2px);max-width:-webkit-calc(100% + 2px);max-width:calc(100% + 2px);border-radius:0;box-shadow:none;border:1px solid #d4d4d5}.ui.segment.attached+.ui.segment.attached{border-top:none}.ui[class*="top attached"].segment{top:0;bottom:0;margin-top:1rem;margin-bottom:0;border-radius:.2857rem .2857rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{top:0;bottom:0;margin-top:0;margin-bottom:1rem;box-shadow:none,0 1px 2px 0 rgba(0,0,0,.05);border-radius:0 0 .2857rem .2857rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0} \ No newline at end of file +.ui.segment{position:relative;background-color:#fff;box-shadow:0 0 0 1px rgba(39,41,43,.15),0 1px 2px 0 rgba(0,0,0,.05);margin:1rem 0;padding:1em;border-radius:.2857rem;border:none}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.segment:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui[class*="vertical segment"]{margin:0;padding-left:0;padding-right:0;background-color:transparent;border-radius:0;border:none;box-shadow:0 1px 0 rgba(39,41,43,.15)}.ui[class*="vertical segment"]:first-child{padding-top:0}.ui[class*="vertical segment"]:last-child{padding-bottom:0;box-shadow:none}.ui[class*="horizontal segment"]{margin:0;padding-top:0;padding-bottom:0;background-color:transparent;border-radius:0;border:none;box-shadow:1px 0 0 rgba(39,41,43,.15)}.ui.pointing.menu+.ui.attached.segment{top:1px}.ui.inverted.segment>.ui.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid .ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.2857rem}.ui.basic.table.segment{background:#fff;border:none;box-shadow:0 0 0 1px rgba(39,41,43,.15),0 1px 2px 0 rgba(0,0,0,.05)}.ui[class*="very basic"].table.segment{padding:1em}.ui.piled.segment{margin:2em 0;box-shadow:0 0 1px 1px rgba(39,41,43,.15);z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before{background-color:#fff;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;box-shadow:0 0 1px 1px rgba(39,41,43,.15)}.ui.piled.segment:after{-webkit-transform:rotate(1.2deg);-ms-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui.piled.segment:before{-webkit-transform:rotate(-1.2deg);-ms-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(39,41,43,.15);background-color:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before{display:none}.ui.tall.stacked.segment:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(39,41,43,.2)}.ui.compact.segment{display:table}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment{box-shadow:0 0 0 1px rgba(39,41,43,.15),0 1px 4px 0 rgba(0,0,0,.15)}.ui.disabled.segment{opacity:.3;color:rgba(40,40,40,.3)}.ui.basic.segment{position:relative;background-color:transparent;box-shadow:none;border-radius:0}.ui.basic.segment:first-child{padding-top:0}.ui.basic.segment:last-child{padding-bottom:0}.ui.fitted.segment{padding:0}.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d;border-radius:0 0 .2857rem .2857rem!important}.ui.blue.segment:not(.inverted){border-top:2px solid #3b83c0;border-radius:0 0 .2857rem .2857rem!important}.ui.green.segment:not(.inverted){border-top:2px solid #5bbd72;border-radius:0 0 .2857rem .2857rem!important}.ui.orange.segment:not(.inverted){border-top:2px solid #e07b53;border-radius:0 0 .2857rem .2857rem!important}.ui.pink.segment:not(.inverted){border-top:2px solid #d9499a;border-radius:0 0 .2857rem .2857rem!important}.ui.purple.segment:not(.inverted){border-top:2px solid #564f8a;border-radius:0 0 .2857rem .2857rem!important}.ui.red.segment:not(.inverted){border-top:2px solid #d95c5c;border-radius:0 0 .2857rem .2857rem!important}.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad;border-radius:0 0 .2857rem .2857rem!important}.ui.yellow.segment:not(.inverted){border-top:2px solid #f2c61f;border-radius:0 0 .2857rem .2857rem!important}.ui.inverted.black.segment,.ui.inverted.segment{background-color:#1b1c1d!important;color:#fff!important}.ui.inverted.blue.segment{background-color:#3b83c0!important;color:#fff!important}.ui.inverted.green.segment{background-color:#5bbd72!important;color:#fff!important}.ui.inverted.orange.segment{background-color:#e07b53!important;color:#fff!important}.ui.inverted.pink.segment{background-color:#d9499a!important;color:#fff!important}.ui.inverted.purple.segment{background-color:#564f8a!important;color:#fff!important}.ui.inverted.red.segment{background-color:#d95c5c!important;color:#fff!important}.ui.inverted.teal.segment{background-color:#00b5ad!important;color:#fff!important}.ui.inverted.yellow.segment{background-color:#f2c61f!important;color:#fff!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1rem}.ui[class*="right floated"].segment{float:right;margin-left:1rem}.ui.inverted.segment{border:none;box-shadow:none}.ui.inverted.segment .segment{color:rgba(0,0,0,.8)}.ui.inverted.segment .inverted.segment{color:#fff}.ui.inverted.segment,.ui.primary.inverted.segment{background-color:#1b1c1d;color:#fff}.ui.inverted.attached.segment,.ui.inverted.block.segment{box-shadow:none!important;border:none!important}.ui.secondary.segment{background:#faf9fa;color:rgba(0,0,0,.8)}.ui.tertiary.segment{background:#ebebeb;color:rgba(0,0,0,.8)}.ui.secondary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background:linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);color:#fafafa}.ui.tertiary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.5) 0,rgba(255,255,255,.5) 100%);background:linear-gradient(rgba(255,255,255,.5) 0,rgba(255,255,255,.5) 100%);color:#f0f0f0}.ui.segment.attached{top:0;bottom:0;margin:0 -1px;width:-webkit-calc(100% + 2px);width:calc(100% + 2px);max-width:-webkit-calc(100% + 2px);max-width:calc(100% + 2px);border-radius:0;box-shadow:none;border:1px solid #d4d4d5}.ui.segment.attached+.ui.segment.attached{border-top:none}.ui[class*="top attached"].segment{top:0;bottom:0;margin-top:1rem;margin-bottom:0;border-radius:.2857rem .2857rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{top:0;bottom:0;margin-top:0;margin-bottom:1rem;box-shadow:none,0 1px 2px 0 rgba(0,0,0,.05);border-radius:0 0 .2857rem .2857rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0} \ No newline at end of file diff --git a/dist/semantic.css b/dist/semantic.css index 366bf6f5b..32e7a71d0 100755 --- a/dist/semantic.css +++ b/dist/semantic.css @@ -1,5 +1,3 @@ -@import 'http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic'; - /* * # Semantic UI * git://github.com/Semantic-Org/Semantic-UI.git @@ -12,1677 +10,1688 @@ */ /******************************* - Accordion + Button *******************************/ -.ui.accordion, -.ui.accordion .accordion { - max-width: 100%; - font-size: 1em; -} - -.ui.accordion .accordion { - margin: 1em 0em 0em; - padding: 0em; -} - -/* Title */ - -.ui.accordion .title, -.ui.accordion .accordion .title { +.ui.button { cursor: pointer; + display: inline-block; + min-height: 1em; + outline: none; + border: none; + vertical-align: baseline; + background-color: #e0e0e0; + color: rgba(0, 0, 0, 0.6); + margin: 0em 0.25em 0em 0em; + padding: 0.8em 1.5em 0.8em; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + text-transform: none; + text-shadow: none; + font-weight: bold; + line-height: 1; + font-style: normal; + text-align: center; + text-decoration: none; + background-image: none; + border-radius: 0.2857rem; + box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; + transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; + -webkit-tap-highlight-color: transparent; } -/* Default Styling */ +/******************************* + States +*******************************/ -.ui.accordion .title:not(.ui) { - padding: 0.5em 0em; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-size: 1em; +/*-------------- + Hover +---------------*/ + +.ui.button:hover { + background-color: #e8e8e8; + background-image: none; + box-shadow: ''; color: rgba(0, 0, 0, 0.8); } -/* Content */ - -.ui.accordion .title ~ .content, -.ui.accordion .accordion .title ~ .content { - display: none; +.ui.button:hover .icon { + opacity: 0.85; } -/* Default Styling */ +/*-------------- + Focus +---------------*/ -.ui.accordion:not(.styled) .title ~ .content:not(.ui), -.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) { - margin: 0em; - padding: 0.5em 0em 1em; +.ui.button:focus { + background-color: ''; + background-image: ''; + box-shadow: 0px 0px 0px 1px transparent inset, 0px 0px 1px rgba(81, 167, 232, 0.8) inset, 0px 0px 3px 2px rgba(81, 167, 232, 0.8); + color: rgba(0, 0, 0, 0.8); } -.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child { - padding-bottom: 0em; +.ui.button:focus .icon { + opacity: 0.85; } -/* Arrow */ +/*-------------- + Down +---------------*/ -.ui.accordion .title .dropdown.icon, -.ui.accordion .accordion .title .dropdown.icon { - display: inline-block; - float: none; - opacity: 0.75; - width: 1.25em; - height: 1em; - margin: 0em 0.25rem 0em 0rem; - padding: 0em; - -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease; - transition: transform 0.2s ease, opacity 0.2s ease; - vertical-align: baseline; - -webkit-transform: rotate(0deg); - -ms-transform: rotate(0deg); - transform: rotate(0deg); +.ui.button:active, +.ui.active.button:active { + background-color: #cccccc; + background-image: ''; + color: rgba(0, 0, 0, 0.8); + box-shadow: 0px 0px 0px 1px transparent inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset; } -/* Coupling with accordion */ - -.ui.accordion.menu .item .title { - display: block; - padding: 0em; -} +/*-------------- + Active +---------------*/ -.ui.accordion.menu .item .title > .dropdown.icon { - float: right; - margin: 0.165em 0em 0em 1em; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); +.ui.active.button { + background-color: #d0d0d0; + background-image: none; + box-shadow: 0px 0px 0px 1px transparent inset; + color: rgba(0, 0, 0, 0.8); } -/******************************* - States -*******************************/ - -.ui.accordion .active.title .dropdown.icon, -.ui.accordion .accordion .active.title .dropdown.icon { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); +.ui.button.active:hover { + background-color: #d0d0d0; + background-image: none; + color: rgba(0, 0, 0, 0.8); } -.ui.accordion.menu .item .active.title > .dropdown.icon { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); +.ui.button.active:active { + background-color: #d0d0d0; + background-image: none; } -/******************************* - Types -*******************************/ - /*-------------- - Styled + Loading ---------------*/ -.ui.styled.accordion { - width: 600px; +/* Specificity hack */ + +.ui.loading.loading.loading.loading.loading.loading.button { + position: relative; + cursor: default; + point-events: none; + text-shadow: none !important; + color: transparent !important; + -webkit-transition: all 0s linear; + transition: all 0s linear; } -.ui.styled.accordion, -.ui.styled.accordion .accordion { - border-radius: 0.2857rem; - background: #ffffff; - box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15); +.ui.loading.button:before { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285em 0em 0em -0.64285em; + width: 1.2857em; + height: 1.2857em; + border-radius: 500rem; + border: 3px solid rgba(0, 0, 0, 0.15); } -.ui.styled.accordion .title, -.ui.styled.accordion .accordion .title { - margin: 0em; - padding: 0.75em 1em; - color: rgba(0, 0, 0, 0.4); - font-weight: bold; - border-top: 1px solid rgba(39, 41, 43, 0.15); - -webkit-transition: background 0.2s ease, color 0.2s ease; - transition: background 0.2s ease, color 0.2s ease; +.ui.loading.button:after { + position: absolute; + content: ''; + top: 50%; + left: 50%; + margin: -0.64285em 0em 0em -0.64285em; + width: 1.2857em; + height: 1.2857em; + -webkit-animation: button-spin 0.75s linear; + animation: button-spin 0.75s linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + border-radius: 500rem; + border-color: rgba(255, 255, 255, 0.8) transparent transparent; + border-style: solid; + border-width: 3px; + box-shadow: 0px 0px 0px 1px transparent; } -.ui.styled.accordion .title:first-child, -.ui.styled.accordion .accordion .title:first-child { - border-top: none; +.ui.labeled.icon.loading.button .icon { + background-color: transparent; + box-shadow: none; } -/* Content */ +@-webkit-keyframes button-spin { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } -.ui.styled.accordion .content, -.ui.styled.accordion .accordion .content { - margin: 0em; - padding: 0.5em 1em 1.5em; + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } } -.ui.styled.accordion .accordion .content { - padding: 0em; - padding: 0.5em 1em 1.5em; -} +@keyframes button-spin { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } -/* Hover */ + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} -.ui.styled.accordion .title:hover, -.ui.styled.accordion .active.title, -.ui.styled.accordion .accordion .title:hover, -.ui.styled.accordion .accordion .active.title { - background: transparent; - color: rgba(0, 0, 0, 0.8); +.ui.basic.loading.button:not(.inverted):after { + border-color: #aaaaaa transparent transparent; } -.ui.styled.accordion .accordion .title:hover, -.ui.styled.accordion .accordion .active.title { - background: transparent; - color: rgba(0, 0, 0, 0.8); -} - -/* Active */ - -.ui.styled.accordion .active.title { - background: transparent; - color: rgba(0, 0, 0, 0.8); -} +/*------------------- + Disabled +--------------------*/ -.ui.styled.accordion .accordion .active.title { - background: transparent; - color: rgba(0, 0, 0, 0.8); +.ui.buttons .disabled.button, +.ui.disabled.button, +.ui.disabled.button:hover, +.ui.disabled.button.active { + cursor: default; + background-color: #dcddde !important; + color: rgba(0, 0, 0, 0.4) !important; + opacity: 0.3 !important; + background-image: none !important; + box-shadow: none !important; + pointer-events: none; } /******************************* - States + Types *******************************/ -/*-------------- - Active ----------------*/ +/*------------------- + Animated +--------------------*/ -.ui.accordion .active.content, -.ui.accordion .accordion .active.content { - display: block; +.ui.animated.button { + position: relative; + overflow: hidden; + padding-right: 0em !important; } -/******************************* - Variations -*******************************/ +.ui.animated.button .content { + will-change: transform, opacity; +} -/*-------------- - Fluid ----------------*/ +.ui.animated.button .visible.content { + position: relative; + margin-right: 1.5em; +} -.ui.fluid.accordion, -.ui.fluid.accordion .accordion { +.ui.animated.button .hidden.content { + position: absolute; width: 100%; } -/******************************* - Theme Overrides -*******************************/ +/* Horizontal */ -@font-face { - font-family: 'Accordion'; - src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); - font-weight: normal; - font-style: normal; +.ui.animated.button .visible.content, +.ui.animated.button .hidden.content { + -webkit-transition: right 0.3s ease 0s; + transition: right 0.3s ease 0s; } -/* Dropdown Icon */ - -.ui.accordion .title .dropdown.icon, -.ui.accordion .accordion .title .dropdown.icon { - font-family: Accordion; - line-height: 1; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - font-weight: normal; - font-style: normal; - text-align: center; +.ui.animated.button .visible.content { + left: auto; + right: 0%; } -.ui.accordion .title .dropdown.icon:before, -.ui.accordion .accordion .title .dropdown.icon:before { - content: '\f0da'; +.ui.animated.button .hidden.content { + top: 50%; + left: auto; + right: -100%; + margin-top: -0.5em; } -/******************************* - User Overrides -*******************************/ +.ui.animated.button:hover .visible.content { + left: auto; + right: 200%; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.animated.button:hover .hidden.content { + left: auto; + right: 0%; +} -/******************************* - Breadcrumb -*******************************/ +/* Vertical */ -.ui.breadcrumb { - margin: 1em 0em; - display: inline-block; - vertical-align: middle; +.ui.vertical.animated.button .visible.content, +.ui.vertical.animated.button .hidden.content { + -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease; + transition: top 0.3s ease, transform 0.3s ease; } -.ui.breadcrumb:first-child { - margin-top: 0em; +.ui.vertical.animated.button .visible.content { + -webkit-transform: translateY(0%); + -ms-transform: translateY(0%); + transform: translateY(0%); + right: auto; } -.ui.breadcrumb:last-child { - margin-bottom: 0em; +.ui.vertical.animated.button .hidden.content { + top: -50%; + left: 0%; + right: auto; } -/******************************* - Content -*******************************/ - -/* Divider */ +.ui.vertical.animated.button:hover .visible.content { + -webkit-transform: translateY(200%); + -ms-transform: translateY(200%); + transform: translateY(200%); + right: auto; +} -.ui.breadcrumb .divider { - display: inline-block; - opacity: 0.5; - margin: 0em 0.2rem 0em; - font-size: 0.9em; - color: rgba(0, 0, 0, 0.4); - vertical-align: baseline; +.ui.vertical.animated.button:hover .hidden.content { + top: 50%; + right: auto; } -/* Link */ +/* Fade */ -.ui.breadcrumb a { - color: #009fda; +.ui.fade.animated.button .visible.content, +.ui.fade.animated.button .hidden.content { + -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease; + transition: opacity 0.3s ease, transform 0.3s ease; } -.ui.breadcrumb a:hover { - color: #00b2f3; +.ui.fade.animated.button .visible.content { + left: auto; + right: auto; + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -/* Icon Divider */ - -.ui.breadcrumb .icon.divider { - font-size: 0.7em; - vertical-align: middle; +.ui.fade.animated.button .hidden.content { + opacity: 0; + left: 0%; + right: auto; + -webkit-transform: scale(1.5); + -ms-transform: scale(1.5); + transform: scale(1.5); } -/* Section */ - -.ui.breadcrumb a.section { - cursor: pointer; +.ui.fade.animated.button:hover .visible.content { + left: auto; + right: auto; + opacity: 0; + -webkit-transform: scale(0.75); + -ms-transform: scale(0.75); + transform: scale(0.75); } -.ui.breadcrumb .section { - display: inline-block; - margin: 0em; - padding: 0em; +.ui.fade.animated.button:hover .hidden.content { + left: 0%; + right: auto; + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -/* Loose Coupling */ +/*------------------- + Inverted +--------------------*/ -.ui.breadcrumb.segment { - display: inline-block; - padding: 0.5em 1em; +.ui.inverted.button { + box-shadow: 0px 0px 0px 2px #ffffff inset !important; + background: transparent none; + color: #ffffff; + text-shadow: none !important; } -/******************************* - States -*******************************/ - -.ui.breadcrumb .active.section { - font-weight: bold; +.ui.inverted.buttons .button { + margin: 0px 0px 0px -2px; } -/******************************* - Variations -*******************************/ +.ui.inverted.buttons .button:first-child { + margin-left: 0em; +} -.ui.mini.breadcrumb { - font-size: 0.65em; +.ui.inverted.vertical.buttons .button { + margin: 0px 0px -2px 0px; } -.ui.tiny.breadcrumb { - font-size: 0.7em; +.ui.inverted.vertical.buttons .button:first-child { + margin-top: 0em; } -.ui.small.breadcrumb { - font-size: 0.75em; +.ui.inverted.buttons .button:hover { + position: relative; } -.ui.breadcrumb { - font-size: 1em; +.ui.inverted.button:hover { + background: #ffffff; + box-shadow: 0px 0px 0px 2px #ffffff inset !important; + color: rgba(0, 0, 0, 0.8); } -.ui.large.breadcrumb { - font-size: 1.1em; -} +/*------------------- + Social +--------------------*/ -.ui.big.breadcrumb { - font-size: 1.05em; -} +/* Facebook */ -.ui.huge.breadcrumb { - font-size: 1.3em; +.ui.facebook.button { + background-color: #3b579d; + color: #ffffff; + text-shadow: none; + background-image: none; + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.massive.breadcrumb { - font-size: 1.5em; +.ui.facebook.button:hover { + background-color: #3f5da8; + color: #ffffff; + text-shadow: none; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - Site Overrides -*******************************/ - -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.facebook.button:active { + background-color: #344d8a; + color: #ffffff; + text-shadow: none; +} -/******************************* - Button -*******************************/ +/* Twitter */ -.ui.button { - cursor: pointer; - display: inline-block; - min-height: 1em; - outline: none; - border: none; - vertical-align: baseline; - background-color: #e0e0e0; - color: rgba(0, 0, 0, 0.6); - margin: 0em 0.25em 0em 0em; - padding: 0.8em 1.5em 0.8em; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - text-transform: none; +.ui.twitter.button { + background-color: #4092cc; + color: #ffffff; text-shadow: none; - font-weight: bold; - line-height: 1; - font-style: normal; - text-align: center; - text-decoration: none; background-image: none; - border-radius: 0.2857rem; - box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; - transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease; - -webkit-tap-highlight-color: transparent; + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -/******************************* - States -*******************************/ +.ui.twitter.button:hover { + background-color: #4c99cf; + color: #ffffff; + text-shadow: none; +} -/*-------------- - Hover ----------------*/ +.ui.twitter.button:active { + background-color: #3385bf; + color: #ffffff; + text-shadow: none; +} -.ui.button:hover { - background-color: #e8e8e8; +/* Google Plus */ + +.ui.google.plus.button { + background-color: #d34836; + color: #ffffff; + text-shadow: none; background-image: none; - box-shadow: ''; - color: rgba(0, 0, 0, 0.8); + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.button:hover .icon { - opacity: 0.85; +.ui.google.plus.button:hover { + background-color: #d65343; + color: #ffffff; + text-shadow: none; } -/*-------------- - Focus ----------------*/ - -.ui.button:focus { - background-color: ''; - background-image: ''; - box-shadow: 0px 0px 0px 1px transparent inset, 0px 0px 1px rgba(81, 167, 232, 0.8) inset, 0px 0px 3px 2px rgba(81, 167, 232, 0.8); - color: rgba(0, 0, 0, 0.8); +.ui.google.plus.button:active { + background-color: #c43d2b; + color: #ffffff; + text-shadow: none; } -.ui.button:focus .icon { - opacity: 0.85; +/* Linked In */ + +.ui.linkedin.button { + background-color: #1f88be; + color: #ffffff; + text-shadow: none; } -/*-------------- - Down ----------------*/ +.ui.linkedin.button:hover { + background-color: #2191cb; + color: #ffffff; + text-shadow: none; +} -.ui.button:active, -.ui.active.button:active { - background-color: #cccccc; - background-image: ''; - color: rgba(0, 0, 0, 0.8); - box-shadow: 0px 0px 0px 1px transparent inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset; +.ui.linkedin.button:active { + background-color: #1b78a8; + color: #ffffff; + text-shadow: none; } -/*-------------- - Active ----------------*/ +/* YouTube */ -.ui.active.button { - background-color: #d0d0d0; +.ui.youtube.button { + background-color: #cc181e; + color: #ffffff; + text-shadow: none; background-image: none; - box-shadow: 0px 0px 0px 1px transparent inset; - color: rgba(0, 0, 0, 0.8); + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.button.active:hover { - background-color: #d0d0d0; - background-image: none; - color: rgba(0, 0, 0, 0.8); +.ui.youtube.button:hover { + background-color: #da1a20; + color: #ffffff; + text-shadow: none; } -.ui.button.active:active { - background-color: #d0d0d0; - background-image: none; +.ui.youtube.button:active { + background-color: #b5151b; + color: #ffffff; + text-shadow: none; } -/*-------------- - Loading ----------------*/ +/* Instagram */ -/* Specificity hack */ +.ui.instagram.button { + background-color: #49769c; + color: #ffffff; + text-shadow: none; + background-image: none; + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +} -.ui.loading.loading.loading.loading.loading.loading.button { - position: relative; - cursor: default; - point-events: none; - text-shadow: none !important; - color: transparent !important; - -webkit-transition: all 0s linear; - transition: all 0s linear; +.ui.instagram.button:hover { + background-color: #4e7ea6; + color: #ffffff; + text-shadow: none; } -.ui.loading.button:before { - position: absolute; - content: ''; - top: 50%; - left: 50%; - margin: -0.64285em 0em 0em -0.64285em; - width: 1.2857em; - height: 1.2857em; - border-radius: 500rem; - border: 3px solid rgba(0, 0, 0, 0.15); +.ui.instagram.button:active { + background-color: #41698b; + color: #ffffff; + text-shadow: none; } -.ui.loading.button:after { - position: absolute; - content: ''; - top: 50%; - left: 50%; - margin: -0.64285em 0em 0em -0.64285em; - width: 1.2857em; - height: 1.2857em; - -webkit-animation: button-spin 0.75s linear; - animation: button-spin 0.75s linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - border-radius: 500rem; - border-color: rgba(255, 255, 255, 0.8) transparent transparent; - border-style: solid; - border-width: 3px; - box-shadow: 0px 0px 0px 1px transparent; +/* Pinterest */ + +.ui.pinterest.button { + background-color: #00aced; + color: #ffffff; + text-shadow: none; + background-image: none; + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.labeled.icon.loading.button .icon { - background-color: transparent; - box-shadow: none; +.ui.pinterest.button:hover { + background-color: #00b7fc; + color: #ffffff; + text-shadow: none; } -@-webkit-keyframes button-spin { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.ui.pinterest.button:active { + background-color: #0099d4; + color: #ffffff; + text-shadow: none; } -@keyframes button-spin { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } +/* VK */ - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.ui.vk.button { + background-color: #4D7198; + color: #ffffff; + background-image: none; + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.basic.loading.button:not(.inverted):after { - border-color: #aaaaaa transparent transparent; +.ui.vk.button:hover { + background-color: #5279a2; + color: #ffffff; } -/*------------------- - Disabled ---------------------*/ +.ui.vk.button:active { + background-color: #446487; + color: #ffffff; +} -.ui.buttons .disabled.button, -.ui.disabled.button, -.ui.disabled.button:hover, -.ui.disabled.button.active { - cursor: default; - background-color: #dcddde !important; - color: rgba(0, 0, 0, 0.4) !important; - opacity: 0.3 !important; - background-image: none !important; - box-shadow: none !important; - pointer-events: none; +/*-------------- + Icon +---------------*/ + +.ui.button > .icon { + opacity: 0.8; + margin: 0em 0.4em 0em -0.2em; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; + vertical-align: baseline; +} + +.ui.button > .right.icon { + margin: 0em -0.2em 0em 0.4em; } /******************************* - Types + Variations *******************************/ /*------------------- - Animated + Floated --------------------*/ -.ui.animated.button { - position: relative; - overflow: hidden; - padding-right: 0em !important; -} - -.ui.animated.button .content { - will-change: transform, opacity; -} - -.ui.animated.button .visible.content { - position: relative; - margin-right: 1.5em; +.ui[class*="left floated"].buttons, +.ui[class*="left floated"].button { + float: left; + margin-left: 0em; + margin-right: 0.25em; } -.ui.animated.button .hidden.content { - position: absolute; - width: 100%; +.ui[class*="right floated"].buttons, +.ui[class*="right floated"].button { + float: right; + margin-right: 0em; + margin-left: 0.25em; } -/* Horizontal */ +/*------------------- + Compact +--------------------*/ -.ui.animated.button .visible.content, -.ui.animated.button .hidden.content { - -webkit-transition: right 0.3s ease 0s; - transition: right 0.3s ease 0s; +.ui.compact.buttons .button, +.ui.compact.button { + padding: 0.6em 1.125em 0.6em; } -.ui.animated.button .visible.content { - left: auto; - right: 0%; +.ui.compact.icon.buttons .button, +.ui.compact.icon.button { + padding: 0.6em 0.6em 0.6em; } -.ui.animated.button .hidden.content { - top: 50%; - left: auto; - right: -100%; - margin-top: -0.5em; +.ui.compact.labeled.icon.buttons .button, +.ui.compact.labeled.icon.button { + padding: 0.6em 3.725em 0.6em; } -.ui.animated.button:hover .visible.content { - left: auto; - right: 200%; -} +/*------------------- + Sizes +--------------------*/ -.ui.animated.button:hover .hidden.content { - left: auto; - right: 0%; +.ui.mini.buttons .button, +.ui.mini.buttons .or, +.ui.mini.button { + font-size: 0.7142em; } -/* Vertical */ - -.ui.vertical.animated.button .visible.content, -.ui.vertical.animated.button .hidden.content { - -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease; - transition: top 0.3s ease, transform 0.3s ease; +.ui.tiny.buttons .button, +.ui.tiny.buttons .or, +.ui.tiny.button { + font-size: 0.8571em; } -.ui.vertical.animated.button .visible.content { - -webkit-transform: translateY(0%); - -ms-transform: translateY(0%); - transform: translateY(0%); - right: auto; +.ui.small.buttons .button, +.ui.small.buttons .or, +.ui.small.button { + font-size: 0.9285em; } -.ui.vertical.animated.button .hidden.content { - top: -50%; - left: 0%; - right: auto; +.ui.buttons .button, +.ui.buttons .or, +.ui.button { + font-size: 1em; } -.ui.vertical.animated.button:hover .visible.content { - -webkit-transform: translateY(200%); - -ms-transform: translateY(200%); - transform: translateY(200%); - right: auto; +.ui.large.buttons .button, +.ui.large.buttons .or, +.ui.large.button { + font-size: 1.1428em; } -.ui.vertical.animated.button:hover .hidden.content { - top: 50%; - right: auto; +.ui.big.buttons .button, +.ui.big.buttons .or, +.ui.big.button { + font-size: 1.2857em; } -/* Fade */ - -.ui.fade.animated.button .visible.content, -.ui.fade.animated.button .hidden.content { - -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease; - transition: opacity 0.3s ease, transform 0.3s ease; +.ui.huge.buttons .button, +.ui.huge.buttons .or, +.ui.huge.button { + font-size: 1.4285em; } -.ui.fade.animated.button .visible.content { - left: auto; - right: auto; - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); +.ui.massive.buttons .button, +.ui.massive.buttons .or, +.ui.massive.button { + font-size: 1.7142em; } -.ui.fade.animated.button .hidden.content { - opacity: 0; - left: 0%; - right: auto; - -webkit-transform: scale(1.5); - -ms-transform: scale(1.5); - transform: scale(1.5); -} +/*-------------- + Icon Only +---------------*/ -.ui.fade.animated.button:hover .visible.content { - left: auto; - right: auto; - opacity: 0; - -webkit-transform: scale(0.75); - -ms-transform: scale(0.75); - transform: scale(0.75); +.ui.icon.buttons .button, +.ui.icon.button { + padding: 0.8em 0.8em 0.8em; } -.ui.fade.animated.button:hover .hidden.content { - left: 0%; - right: auto; - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); +.ui.icon.buttons .button > .icon, +.ui.icon.button > .icon { + opacity: 0.9; + margin: 0em; + vertical-align: top; } /*------------------- - Inverted + Basic --------------------*/ -.ui.inverted.button { - box-shadow: 0px 0px 0px 2px #ffffff inset !important; - background: transparent none; - color: #ffffff; +.ui.basic.buttons .button, +.ui.basic.button { + background: transparent !important; + background-image: none; + color: rgba(0, 0, 0, 0.6) !important; + font-weight: normal; + border-radius: 0.2857rem; + text-transform: none; text-shadow: none !important; + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; } -.ui.inverted.buttons .button { - margin: 0px 0px 0px -2px; -} - -.ui.inverted.buttons .button:first-child { - margin-left: 0em; +.ui.basic.buttons { + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15); + border-radius: 0.2857rem; } -.ui.inverted.vertical.buttons .button { - margin: 0px 0px -2px 0px; +.ui.basic.buttons .button { + border-radius: 0em; } -.ui.inverted.vertical.buttons .button:first-child { - margin-top: 0em; +.ui.basic.buttons .button:hover, +.ui.basic.button:hover { + background: #fafafa !important; + color: rgba(0, 0, 0, 0.8) !important; + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.inverted.buttons .button:hover { - position: relative; +.ui.basic.buttons .button:active, +.ui.basic.button:active { + background: #f8f8f8 !important; + color: rgba(0, 0, 0, 0.8) !important; + box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.inverted.button:hover { - background: #ffffff; - box-shadow: 0px 0px 0px 2px #ffffff inset !important; +.ui.basic.buttons .button.active, +.ui.basic.button.active { + background: rgba(0, 0, 0, 0.05) !important; + box-shadow: '' !important; color: rgba(0, 0, 0, 0.8); + box-shadow: rgba(39, 41, 43, 0.2); } -/*------------------- - Social ---------------------*/ +.ui.basic.buttons .button.active:hover, +.ui.basic.button.active:hover { + background-color: rgba(0, 0, 0, 0.05); +} -/* Facebook */ +/* Vertical */ -.ui.facebook.button { - background-color: #3b579d; - color: #ffffff; - text-shadow: none; - background-image: none; - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.basic.buttons .button:hover { + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px rgba(39, 41, 43, 0.15) inset inset; } -.ui.facebook.button:hover { - background-color: #3f5da8; - color: #ffffff; - text-shadow: none; +.ui.basic.buttons .button:active { + box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset inset; } -.ui.facebook.button:active { - background-color: #344d8a; - color: #ffffff; - text-shadow: none; +.ui.basic.buttons .button.active { + box-shadow: rgba(39, 41, 43, 0.2) inset; } -/* Twitter */ - -.ui.twitter.button { - background-color: #4092cc; - color: #ffffff; - text-shadow: none; - background-image: none; - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; -} +/* Standard Basic Inverted */ -.ui.twitter.button:hover { - background-color: #4c99cf; - color: #ffffff; - text-shadow: none; +.ui.basic.inverted.buttons .button, +.ui.basic.inverted.button { + background-color: transparent !important; + color: #fafafa !important; + box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; } -.ui.twitter.button:active { - background-color: #3385bf; - color: #ffffff; - text-shadow: none; +.ui.basic.inverted.buttons .button:hover, +.ui.basic.inverted.button:hover { + color: #ffffff !important; + box-shadow: 0px 0px 0px 2px #ffffff inset !important; } -/* Google Plus */ - -.ui.google.plus.button { - background-color: #d34836; - color: #ffffff; - text-shadow: none; - background-image: none; - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.basic.inverted.buttons .button:active, +.ui.basic.inverted.button:active { + background-color: rgba(255, 255, 255, 0.05) !important; + color: #ffffff !important; + box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important; } -.ui.google.plus.button:hover { - background-color: #d65343; +.ui.basic.inverted.buttons .button.active, +.ui.basic.inverted.button.active { + background-color: rgba(255, 255, 255, 0.05); color: #ffffff; text-shadow: none; + box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset; } -.ui.google.plus.button:active { - background-color: #c43d2b; - color: #ffffff; - text-shadow: none; +.ui.basic.inverted.buttons .button.active:hover, +.ui.basic.inverted.button.active:hover { + background-color: rgba(255, 255, 255, 0.07); + box-shadow: 0px 0px 0px 2px #ffffff inset !important; } -/* Linked In */ +/* Basic Group */ -.ui.linkedin.button { - background-color: #1f88be; - color: #ffffff; - text-shadow: none; +.ui.basic.buttons .button { + border-left: 1px solid rgba(39, 41, 43, 0.15); + box-shadow: none; } -.ui.linkedin.button:hover { - background-color: #2191cb; - color: #ffffff; - text-shadow: none; +.ui.basic.vertical.buttons .button { + border-left: none; } -.ui.linkedin.button:active { - background-color: #1b78a8; - color: #ffffff; - text-shadow: none; +/*-------------- + Labeled Icon +---------------*/ + +.ui.labeled.icon.buttons .button, +.ui.labeled.icon.button { + position: relative; + padding-left: 4.1em !important; + padding-right: 1.5em !important; } -/* YouTube */ +/* Left Labeled */ -.ui.youtube.button { - background-color: #cc181e; - color: #ffffff; - text-shadow: none; - background-image: none; - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.labeled.icon.buttons > .button > .icon, +.ui.labeled.icon.button > .icon { + position: absolute; + width: 2.6em; + height: 100%; + background-color: rgba(0, 0, 0, 0.05); + text-align: center; + color: ''; + border-radius: 0.2857rem 0px 0px 0.2857rem; + line-height: 1; + box-shadow: -1px 0px 0px 0px transparent inset; } -.ui.youtube.button:hover { - background-color: #da1a20; - color: #ffffff; - text-shadow: none; -} +/* Left Labeled */ -.ui.youtube.button:active { - background-color: #b5151b; - color: #ffffff; - text-shadow: none; +.ui.labeled.icon.buttons > .button > .icon, +.ui.labeled.icon.button > .icon { + top: 0em; + left: 0em; } -/* Instagram */ +/* Right Labeled */ -.ui.instagram.button { - background-color: #49769c; - color: #ffffff; - text-shadow: none; - background-image: none; - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui[class*="right labeled"].icon.button { + padding-right: 4.1em !important; + padding-left: 1.5em !important; } -.ui.instagram.button:hover { - background-color: #4e7ea6; - color: #ffffff; - text-shadow: none; +.ui[class*="right labeled"].icon.button > .icon { + left: auto; + right: 0em; + border-radius: 0em 0.2857rem 0.2857rem 0em; + box-shadow: 1px 0px 0px 0px transparent inset; } -.ui.instagram.button:active { - background-color: #41698b; - color: #ffffff; - text-shadow: none; +.ui.labeled.icon.buttons > .button > .icon:before, +.ui.labeled.icon.button > .icon:before, +.ui.labeled.icon.buttons > .button > .icon:after, +.ui.labeled.icon.button > .icon:after { + display: block; + position: absolute; + width: 100%; + top: 50%; + text-align: center; + margin-top: -0.5em; } -/* Pinterest */ - -.ui.pinterest.button { - background-color: #00aced; - color: #ffffff; - text-shadow: none; - background-image: none; - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.labeled.icon.buttons .button > .icon { + border-radius: 0em; } -.ui.pinterest.button:hover { - background-color: #00b7fc; - color: #ffffff; - text-shadow: none; +.ui.labeled.icon.buttons .button:first-child > .icon { + border-top-left-radius: 0.2857rem; + border-bottom-left-radius: 0.2857rem; } -.ui.pinterest.button:active { - background-color: #0099d4; - color: #ffffff; - text-shadow: none; +.ui.labeled.icon.buttons .button:last-child > .icon { + border-top-right-radius: 0.2857rem; + border-bottom-right-radius: 0.2857rem; } -/* VK */ - -.ui.vk.button { - background-color: #4D7198; - color: #ffffff; - background-image: none; - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.vertical.labeled.icon.buttons .button:first-child > .icon { + border-radius: 0em; + border-top-left-radius: 0.2857rem; } -.ui.vk.button:hover { - background-color: #5279a2; - color: #ffffff; +.ui.vertical.labeled.icon.buttons .button:last-child > .icon { + border-radius: 0em; + border-bottom-left-radius: 0.2857rem; } -.ui.vk.button:active { - background-color: #446487; - color: #ffffff; +/* Fluid Labeled */ + +.ui.fluid[class*="left labeled"].icon.button, +.ui.fluid[class*="right labeled"].icon.button { + padding-left: 1.5em !important; + padding-right: 1.5em !important; } /*-------------- - Icon + Toggle ---------------*/ -.ui.button > .icon { - opacity: 0.8; - margin: 0em 0.4em 0em -0.2em; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; - vertical-align: baseline; +/* Toggle (Modifies active state to give affordances) */ + +.ui.toggle.buttons .active.button, +.ui.buttons .button.toggle.active, +.ui.button.toggle.active { + background-color: #5bbd72 !important; + box-shadow: none !important; + text-shadow: none; + color: #ffffff !important; } -.ui.button > .right.icon { - margin: 0em -0.2em 0em 0.4em; +.ui.button.toggle.active:hover { + background-color: #66c17b !important; + text-shadow: none; + color: #ffffff !important; } -/******************************* - Variations -*******************************/ +/*-------------- + Circular +---------------*/ -/*------------------- - Floated ---------------------*/ +.ui.circular.button { + border-radius: 10em; +} -.ui[class*="left floated"].buttons, -.ui[class*="left floated"].button { - float: left; - margin-left: 0em; - margin-right: 0.25em; +.ui.circular.button > .icon { + width: 1em; + vertical-align: baseline; } -.ui[class*="right floated"].buttons, -.ui[class*="right floated"].button { - float: right; - margin-right: 0em; - margin-left: 0.25em; +/*-------------- + Attached +---------------*/ + +.ui.attached.button { + display: block; + margin: 0em; + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) !important; + border-radius: 0em; } -/*------------------- - Compact ---------------------*/ +.ui.attached.top.button { + border-radius: 0.2857rem 0.2857rem 0em 0em; +} -.ui.compact.buttons .button, -.ui.compact.button { - padding: 0.6em 1.125em 0.6em; +.ui.attached.bottom.button { + border-radius: 0em 0em 0.2857rem 0.2857rem; } -.ui.compact.icon.buttons .button, -.ui.compact.icon.button { - padding: 0.6em 0.6em 0.6em; +.ui.attached.left.button { + display: inline-block; + border-left: none; + padding-right: 0.75em; + text-align: right; + border-radius: 0.2857rem 0em 0em 0.2857rem; } -.ui.compact.labeled.icon.buttons .button, -.ui.compact.labeled.icon.button { - padding: 0.6em 3.725em 0.6em; +.ui.attached.right.button { + display: inline-block; + padding-left: 0.75em; + text-align: left; + border-radius: 0em 0.2857rem 0.2857rem 0em; } /*------------------- - Sizes + Or Buttons --------------------*/ -.ui.mini.buttons .button, -.ui.mini.buttons .or, -.ui.mini.button { - font-size: 0.7142em; +.ui.buttons .or { + position: relative; + float: left; + width: 0.3em; + height: 2.6em; + z-index: 3; } -.ui.tiny.buttons .button, -.ui.tiny.buttons .or, -.ui.tiny.button { - font-size: 0.8571em; +.ui.buttons .or:before { + position: absolute; + top: 50%; + left: 50%; + content: 'or'; + background-color: #ffffff; + text-shadow: none; + margin-top: -0.9em; + margin-left: -0.9em; + width: 1.8em; + height: 1.8em; + line-height: 1.6em; + color: rgba(0, 0, 0, 0.4); + font-style: normal; + font-weight: bold; + text-align: center; + border-radius: 500em; + box-shadow: 0px 0px 0px 1px transparent inset; } -.ui.small.buttons .button, -.ui.small.buttons .or, -.ui.small.button { - font-size: 0.9285em; +/* Fluid Or */ + +.ui.fluid.buttons .or { + width: 0em !important; } -.ui.buttons .button, -.ui.buttons .or, -.ui.button { - font-size: 1em; +.ui.fluid.buttons .or:after { + display: none; } -.ui.large.buttons .button, -.ui.large.buttons .or, -.ui.large.button { - font-size: 1.1428em; +/*------------------- + Attached +--------------------*/ + +/* Plural Attached */ + +.attached.ui.buttons { + margin: 0px; + border-radius: 0em 0em 0em 0em; } -.ui.big.buttons .button, -.ui.big.buttons .or, -.ui.big.button { - font-size: 1.2857em; +.attached.ui.buttons .button { + margin: 0em; } -.ui.huge.buttons .button, -.ui.huge.buttons .or, -.ui.huge.button { - font-size: 1.4285em; +.attached.ui.buttons .button:first-child { + border-radius: 0em 0em 0em 0em; } -.ui.massive.buttons .button, -.ui.massive.buttons .or, -.ui.massive.button { - font-size: 1.7142em; +.attached.ui.buttons .button:last-child { + border-radius: 0em 0em 0em 0em; } -/*-------------- - Icon Only ----------------*/ +/* Top Side */ -.ui.icon.buttons .button, -.ui.icon.button { - padding: 0.8em 0.8em 0.8em; +[class*="top attached"].ui.buttons { + margin-bottom: -1px; + border-radius: 0.2857rem 0.2857rem 0em 0em; } -.ui.icon.buttons .button > .icon, -.ui.icon.button > .icon { - opacity: 0.9; - margin: 0em; - vertical-align: top; +[class*="top attached"].ui.buttons .button:first-child { + border-radius: 0.2857rem 0em 0em 0em; } -/*------------------- - Basic ---------------------*/ - -.ui.basic.buttons .button, -.ui.basic.button { - background: transparent !important; - background-image: none; - color: rgba(0, 0, 0, 0.6) !important; - font-weight: normal; - border-radius: 0.2857rem; - text-transform: none; - text-shadow: none !important; - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; +[class*="top attached"].ui.buttons .button:last-child { + border-radius: 0em 0.2857rem 0em 0em; } -.ui.basic.buttons { - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15); - border-radius: 0.2857rem; +/* Bottom Side */ + +[class*="bottom attached"].ui.buttons { + margin-top: -1px; + border-radius: 0em 0em 0.2857rem 0.2857rem; } -.ui.basic.buttons .button { - border-radius: 0em; +[class*="bottom attached"].ui.buttons .button:first-child { + border-radius: 0em 0em 0em 0.2857rem; } -.ui.basic.buttons .button:hover, -.ui.basic.button:hover { - background: #fafafa !important; - color: rgba(0, 0, 0, 0.8) !important; - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px rgba(39, 41, 43, 0.15) inset; +[class*="bottom attached"].ui.buttons .button:last-child { + border-radius: 0em 0em 0.2857rem 0em; } -.ui.basic.buttons .button:active, -.ui.basic.button:active { - background: #f8f8f8 !important; - color: rgba(0, 0, 0, 0.8) !important; - box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset; +/* Left Side */ + +[class*="left attached"].ui.buttons { + margin-left: -1px; + border-radius: 0em 0.2857rem 0.2857rem 0em; } -.ui.basic.buttons .button.active, -.ui.basic.button.active { - background: rgba(0, 0, 0, 0.05) !important; - box-shadow: '' !important; - color: rgba(0, 0, 0, 0.8); - box-shadow: rgba(39, 41, 43, 0.2); +[class*="left attached"].ui.buttons .button:first-child { + margin-left: -1px; + border-radius: 0em 0.2857rem 0em 0em; } -.ui.basic.buttons .button.active:hover, -.ui.basic.button.active:hover { - background-color: rgba(0, 0, 0, 0.05); +[class*="left attached"].ui.buttons .button:last-child { + margin-left: -1px; + border-radius: 0em 0em 0.2857rem 0em; } -/* Vertical */ +/* Right Side */ -.ui.basic.buttons .button:hover { - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px rgba(39, 41, 43, 0.15) inset inset; +[class*="right attached"].ui.buttons, +[class*="right attached"].ui.buttons .button { + margin-right: -1px; + border-radius: 0.2857rem 0em 0em 0.2857rem; } -.ui.basic.buttons .button:active { - box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset inset; +[class*="right attached"].ui.buttons .button:first-child { + margin-left: -1px; + border-radius: 0.2857rem 0em 0em 0em; } -.ui.basic.buttons .button.active { - box-shadow: rgba(39, 41, 43, 0.2) inset; +[class*="right attached"].ui.buttons .button:last-child { + margin-left: -1px; + border-radius: 0em 0em 0em 0.2857rem; } -/* Standard Basic Inverted */ +/* Fluid */ -.ui.basic.inverted.buttons .button, -.ui.basic.inverted.button { - background-color: transparent !important; - color: #fafafa !important; - box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; +.ui.fluid.buttons, +.ui.button.fluid, +.ui.fluid.buttons > .button { + display: block; + width: 100%; } -.ui.basic.inverted.buttons .button:hover, -.ui.basic.inverted.button:hover { - color: #ffffff !important; - box-shadow: 0px 0px 0px 2px #ffffff inset !important; +.ui.\32.buttons, +.ui.two.buttons { + width: 100%; } -.ui.basic.inverted.buttons .button:active, -.ui.basic.inverted.button:active { - background-color: rgba(255, 255, 255, 0.05) !important; - color: #ffffff !important; - box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important; +.ui.\32.buttons > .button, +.ui.two.buttons > .button { + width: 50%; } -.ui.basic.inverted.buttons .button.active, -.ui.basic.inverted.button.active { - background-color: rgba(255, 255, 255, 0.05); - color: #ffffff; - text-shadow: none; - box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset; +.ui.\33.buttons, +.ui.three.buttons { + width: 100%; } -.ui.basic.inverted.buttons .button.active:hover, -.ui.basic.inverted.button.active:hover { - background-color: rgba(255, 255, 255, 0.07); - box-shadow: 0px 0px 0px 2px #ffffff inset !important; +.ui.\33.buttons > .button, +.ui.three.buttons > .button { + width: 33.333%; } -/* Basic Group */ - -.ui.basic.buttons .button { - border-left: 1px solid rgba(39, 41, 43, 0.15); - box-shadow: none; +.ui.\34.buttons, +.ui.four.buttons { + width: 100%; } -.ui.basic.vertical.buttons .button { - border-left: none; +.ui.\34.buttons > .button, +.ui.four.buttons > .button { + width: 25%; } -/*-------------- - Labeled Icon ----------------*/ - -.ui.labeled.icon.buttons .button, -.ui.labeled.icon.button { - position: relative; - padding-left: 4.1em !important; - padding-right: 1.5em !important; +.ui.\35.buttons, +.ui.five.buttons { + width: 100%; } -/* Left Labeled */ +.ui.\35.buttons > .button, +.ui.five.buttons > .button { + width: 20%; +} -.ui.labeled.icon.buttons > .button > .icon, -.ui.labeled.icon.button > .icon { - position: absolute; - width: 2.6em; - height: 100%; - background-color: rgba(0, 0, 0, 0.05); - text-align: center; - color: ''; - border-radius: 0.2857rem 0px 0px 0.2857rem; - line-height: 1; - box-shadow: -1px 0px 0px 0px transparent inset; +.ui.\36.buttons, +.ui.six.buttons { + width: 100%; } -/* Left Labeled */ +.ui.\36.buttons > .button, +.ui.six.buttons > .button { + width: 16.666%; +} -.ui.labeled.icon.buttons > .button > .icon, -.ui.labeled.icon.button > .icon { - top: 0em; - left: 0em; +.ui.\37.buttons, +.ui.seven.buttons { + width: 100%; } -/* Right Labeled */ +.ui.\37.buttons > .button, +.ui.seven.buttons > .button { + width: 14.285%; +} -.ui[class*="right labeled"].icon.button { - padding-right: 4.1em !important; - padding-left: 1.5em !important; +.ui.\38.buttons, +.ui.eight.buttons { + width: 100%; } -.ui[class*="right labeled"].icon.button > .icon { - left: auto; - right: 0em; - border-radius: 0em 0.2857rem 0.2857rem 0em; - box-shadow: 1px 0px 0px 0px transparent inset; +.ui.\38.buttons > .button, +.ui.eight.buttons > .button { + width: 12.500%; } -.ui.labeled.icon.buttons > .button > .icon:before, -.ui.labeled.icon.button > .icon:before, -.ui.labeled.icon.buttons > .button > .icon:after, -.ui.labeled.icon.button > .icon:after { - display: block; - position: absolute; +.ui.\39.buttons, +.ui.nine.buttons { width: 100%; - top: 50%; - text-align: center; - margin-top: -0.5em; } -.ui.labeled.icon.buttons .button > .icon { - border-radius: 0em; +.ui.\39.buttons > .button, +.ui.nine.buttons > .button { + width: 11.11%; } -.ui.labeled.icon.buttons .button:first-child > .icon { - border-top-left-radius: 0.2857rem; - border-bottom-left-radius: 0.2857rem; +.ui.\31\30.buttons, +.ui.ten.buttons { + width: 100%; } -.ui.labeled.icon.buttons .button:last-child > .icon { - border-top-right-radius: 0.2857rem; - border-bottom-right-radius: 0.2857rem; +.ui.\31\30.buttons > .button, +.ui.ten.buttons > .button { + width: 10%; } -.ui.vertical.labeled.icon.buttons .button:first-child > .icon { - border-radius: 0em; - border-top-left-radius: 0.2857rem; +.ui.\31\31.buttons, +.ui.eleven.buttons { + width: 100%; } -.ui.vertical.labeled.icon.buttons .button:last-child > .icon { - border-radius: 0em; - border-bottom-left-radius: 0.2857rem; +.ui.\31\31.buttons > .button, +.ui.eleven.buttons > .button { + width: 9.09%; } -/* Fluid Labeled */ +.ui.\31\32.buttons, +.ui.twelve.buttons { + width: 100%; +} -.ui.fluid[class*="left labeled"].icon.button, -.ui.fluid[class*="right labeled"].icon.button { - padding-left: 1.5em !important; - padding-right: 1.5em !important; +.ui.\31\32.buttons > .button, +.ui.twelve.buttons > .button { + width: 8.3333%; } -/*-------------- - Toggle ----------------*/ +/* Fluid Vertical Buttons */ -/* Toggle (Modifies active state to give affordances) */ +.ui.fluid.vertical.buttons, +.ui.fluid.vertical.buttons > .button { + display: block; + width: auto; +} -.ui.toggle.buttons .active.button, -.ui.buttons .button.toggle.active, -.ui.button.toggle.active { - background-color: #5bbd72 !important; - box-shadow: none !important; - text-shadow: none; - color: #ffffff !important; +.ui.\32.vertical.buttons > .button, +.ui.two.vertical.buttons > .button { + height: 50%; } -.ui.button.toggle.active:hover { - background-color: #66c17b !important; - text-shadow: none; - color: #ffffff !important; +.ui.\33.vertical.buttons > .button, +.ui.three.vertical.buttons > .button { + height: 33.333%; } -/*-------------- - Circular ----------------*/ +.ui.\34.vertical.buttons > .button, +.ui.four.vertical.buttons > .button { + height: 25%; +} -.ui.circular.button { - border-radius: 10em; +.ui.\35.vertical.buttons > .button, +.ui.five.vertical.buttons > .button { + height: 20%; } -.ui.circular.button > .icon { - width: 1em; - vertical-align: baseline; +.ui.\36.vertical.buttons > .button, +.ui.six.vertical.buttons > .button { + height: 16.666%; } -/*-------------- - Attached ----------------*/ +.ui.\37.vertical.buttons > .button, +.ui.seven.vertical.buttons > .button { + height: 14.285%; +} -.ui.attached.button { - display: block; - margin: 0em; - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) !important; - border-radius: 0em; +.ui.\38.vertical.buttons > .button, +.ui.eight.vertical.buttons > .button { + height: 12.500%; } -.ui.attached.top.button { - border-radius: 0.2857rem 0.2857rem 0em 0em; +.ui.\39.vertical.buttons > .button, +.ui.nine.vertical.buttons > .button { + height: 11.11%; } -.ui.attached.bottom.button { - border-radius: 0em 0em 0.2857rem 0.2857rem; +.ui.\31\30.vertical.buttons > .button, +.ui.ten.vertical.buttons > .button { + height: 10%; } -.ui.attached.left.button { - display: inline-block; - border-left: none; - padding-right: 0.75em; - text-align: right; - border-radius: 0.2857rem 0em 0em 0.2857rem; +.ui.\31\31.vertical.buttons > .button, +.ui.eleven.vertical.buttons > .button { + height: 9.09%; } -.ui.attached.right.button { - display: inline-block; - padding-left: 0.75em; - text-align: left; - border-radius: 0em 0.2857rem 0.2857rem 0em; +.ui.\31\32.vertical.buttons > .button, +.ui.twelve.vertical.buttons > .button { + height: 8.3333%; } /*------------------- - Or Buttons + Colors --------------------*/ -.ui.buttons .or { - position: relative; - float: left; - width: 0.3em; - height: 2.6em; - z-index: 3; -} +/*--- Black ---*/ -.ui.buttons .or:before { - position: absolute; - top: 50%; - left: 50%; - content: 'or'; - background-color: #ffffff; +.ui.black.buttons .button, +.ui.black.button { + background-color: #1b1c1d; + color: #ffffff; text-shadow: none; - margin-top: -0.9em; - margin-left: -0.9em; - width: 1.8em; - height: 1.8em; - line-height: 1.6em; - color: rgba(0, 0, 0, 0.4); - font-style: normal; - font-weight: bold; - text-align: center; - border-radius: 500em; - box-shadow: 0px 0px 0px 1px transparent inset; + background-image: none; } -/* Fluid Or */ - -.ui.fluid.buttons .or { - width: 0em !important; +.ui.black.button { + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.fluid.buttons .or:after { - display: none; +.ui.black.buttons .button:hover, +.ui.black.button:hover { + background-color: #222425; + color: #ffffff; + text-shadow: none; } -/*------------------- - Attached ---------------------*/ - -/* Plural Attached */ - -.attached.ui.buttons { - margin: 0px; - border-radius: 0em 0em 0em 0em; +.ui.black.buttons .button:active, +.ui.black.button:active { + background-color: #0f0f10; + color: #ffffff; + text-shadow: none; } -.attached.ui.buttons .button { - margin: 0em; +.ui.black.buttons .button.active, +.ui.black.buttons .button.active:active, +.ui.black.button.active, +.ui.black.button .button.active:active { + background-color: #141415; + color: #ffffff; + text-shadow: none; } -.attached.ui.buttons .button:first-child { - border-radius: 0em 0em 0em 0em; -} +/* Basic */ -.attached.ui.buttons .button:last-child { - border-radius: 0em 0em 0em 0em; +.ui.basic.black.buttons .button, +.ui.basic.black.button { + box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; + color: rgba(0, 0, 0, 0.6) !important; } -/* Top Side */ +.ui.basic.black.buttons .button:hover, +.ui.basic.black.button:hover { + background: transparent !important; + box-shadow: 0px 0px 0px 2px #222425 inset !important; + color: #222425 !important; +} -[class*="top attached"].ui.buttons { - margin-bottom: -1px; - border-radius: 0.2857rem 0.2857rem 0em 0em; +.ui.basic.black.buttons .button:active, +.ui.basic.black.button:active { + box-shadow: 0px 0px 0px 2px #0f0f10 inset !important; + color: #0f0f10 !important; } -[class*="top attached"].ui.buttons .button:first-child { - border-radius: 0.2857rem 0em 0em 0em; +.ui.basic.black.buttons .button.active, +.ui.basic.black.button.active { + background: transparent !important; + box-shadow: 0px 0px 0px 2px #0f0f10 inset !important; + color: #0f0f10 !important; } -[class*="top attached"].ui.buttons .button:last-child { - border-radius: 0em 0.2857rem 0em 0em; +.ui.buttons > .basic.black.button:not(:first-child) { + margin-left: -2px; } -/* Bottom Side */ +/* Inverted */ -[class*="bottom attached"].ui.buttons { - margin-top: -1px; - border-radius: 0em 0em 0.2857rem 0.2857rem; +.ui.inverted.black.buttons .button, +.ui.inverted.black.button { + background-color: transparent; + box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important; + color: #ffffff; } -[class*="bottom attached"].ui.buttons .button:first-child { - border-radius: 0em 0em 0em 0.2857rem; +.ui.inverted.black.buttons .button:hover, +.ui.inverted.black.button:hover { + box-shadow: 0px 0px 0px 2px #333333 inset !important; + background-color: #333333; + color: #ffffff; } -[class*="bottom attached"].ui.buttons .button:last-child { - border-radius: 0em 0em 0.2857rem 0em; +.ui.inverted.black.buttons .button.active, +.ui.inverted.black.button.active { + box-shadow: 0px 0px 0px 2px #333333 inset !important; + background-color: #333333; + color: #ffffff; } -/* Left Side */ - -[class*="left attached"].ui.buttons { - margin-left: -1px; - border-radius: 0em 0.2857rem 0.2857rem 0em; +.ui.inverted.black.buttons .button:active, +.ui.inverted.black.button:active { + box-shadow: 0px 0px 0px 2px #262626 inset !important; + background-color: #262626; + color: #ffffff; } -[class*="left attached"].ui.buttons .button:first-child { - margin-left: -1px; - border-radius: 0em 0.2857rem 0em 0em; -} +/* Inverted Basic */ -[class*="left attached"].ui.buttons .button:last-child { - margin-left: -1px; - border-radius: 0em 0em 0.2857rem 0em; +.ui.inverted.black.basic.buttons .button, +.ui.inverted.black.buttons .basic.button, +.ui.inverted.black.basic.button { + background-color: transparent; + box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; + color: #ffffff !important; } -/* Right Side */ - -[class*="right attached"].ui.buttons, -[class*="right attached"].ui.buttons .button { - margin-right: -1px; - border-radius: 0.2857rem 0em 0em 0.2857rem; +.ui.inverted.black.basic.buttons .button:hover, +.ui.inverted.black.buttons .basic.button:hover, +.ui.inverted.black.basic.button:hover { + box-shadow: 0px 0px 0px 2px #333333 inset !important; + color: #ffffff !important; } -[class*="right attached"].ui.buttons .button:first-child { - margin-left: -1px; - border-radius: 0.2857rem 0em 0em 0em; +.ui.inverted.black.basic.buttons .button.active, +.ui.inverted.black.buttons .basic.button.active, +.ui.inverted.black.basic.button.active { + box-shadow: 0px 0px 0px 2px #333333 inset !important; + color: #ffffff !important; } -[class*="right attached"].ui.buttons .button:last-child { - margin-left: -1px; - border-radius: 0em 0em 0em 0.2857rem; +.ui.inverted.black.basic.buttons .button:active, +.ui.inverted.black.buttons .basic.button:active, +.ui.inverted.black.basic.button:active { + box-shadow: 0px 0px 0px 2px #262626 inset !important; + color: #ffffff !important; } -/* Fluid */ +/*--- Blue ---*/ -.ui.fluid.buttons, -.ui.button.fluid, -.ui.fluid.buttons > .button { - display: block; - width: 100%; +.ui.blue.buttons .button, +.ui.blue.button { + background-color: #3b83c0; + color: #ffffff; + text-shadow: none; + background-image: none; } -.ui.\32.buttons, -.ui.two.buttons { - width: 100%; +.ui.blue.button { + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.\32.buttons > .button, -.ui.two.buttons > .button { - width: 50%; +.ui.blue.buttons .button:hover, +.ui.blue.button:hover { + background-color: #458ac6; + color: #ffffff; + text-shadow: none; } -.ui.\33.buttons, -.ui.three.buttons { - width: 100%; +.ui.blue.buttons .button:active, +.ui.blue.button:active { + background-color: #3576ac; + color: #ffffff; + text-shadow: none; } -.ui.\33.buttons > .button, -.ui.three.buttons > .button { - width: 33.333%; +.ui.blue.buttons .button.active, +.ui.blue.buttons .button.active:active, +.ui.blue.button.active, +.ui.blue.button .button.active:active { + background-color: #377bb4; + color: #ffffff; + text-shadow: none; } -.ui.\34.buttons, -.ui.four.buttons { - width: 100%; +/* Basic */ + +.ui.basic.blue.buttons .button, +.ui.basic.blue.button { + box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; + color: rgba(0, 0, 0, 0.6) !important; } -.ui.\34.buttons > .button, -.ui.four.buttons > .button { - width: 25%; +.ui.basic.blue.buttons .button:hover, +.ui.basic.blue.button:hover { + background: transparent !important; + box-shadow: 0px 0px 0px 2px #458ac6 inset !important; + color: #458ac6 !important; } -.ui.\35.buttons, -.ui.five.buttons { - width: 100%; +.ui.basic.blue.buttons .button:active, +.ui.basic.blue.button:active { + box-shadow: 0px 0px 0px 2px #3576ac inset !important; + color: #3576ac !important; } -.ui.\35.buttons > .button, -.ui.five.buttons > .button { - width: 20%; +.ui.basic.blue.buttons .button.active, +.ui.basic.blue.button.active { + background: transparent !important; + box-shadow: 0px 0px 0px 2px #3576ac inset !important; + color: #3576ac !important; } -.ui.\36.buttons, -.ui.six.buttons { - width: 100%; +.ui.buttons > .basic.blue.button:not(:first-child) { + margin-left: -2px; } -.ui.\36.buttons > .button, -.ui.six.buttons > .button { - width: 16.666%; +/* Inverted */ + +.ui.inverted.blue.buttons .button, +.ui.inverted.blue.button { + background-color: transparent; + box-shadow: 0px 0px 0px 2px #54c8ff inset !important; + color: #54c8ff; } -.ui.\37.buttons, -.ui.seven.buttons { - width: 100%; +.ui.inverted.blue.buttons .button:hover, +.ui.inverted.blue.button:hover { + box-shadow: 0px 0px 0px 2px #54c8ff inset !important; + background-color: #54c8ff; + color: #ffffff; } -.ui.\37.buttons > .button, -.ui.seven.buttons > .button { - width: 14.285%; +.ui.inverted.blue.buttons .button.active, +.ui.inverted.blue.button.active { + box-shadow: 0px 0px 0px 2px #54c8ff inset !important; + background-color: #54c8ff; + color: #ffffff; } -.ui.\38.buttons, -.ui.eight.buttons { - width: 100%; +.ui.inverted.blue.buttons .button:active, +.ui.inverted.blue.button:active { + box-shadow: 0px 0px 0px 2px #3ac0ff inset !important; + background-color: #3ac0ff; + color: #ffffff; } -.ui.\38.buttons > .button, -.ui.eight.buttons > .button { - width: 12.500%; +/* Inverted Basic */ + +.ui.inverted.blue.basic.buttons .button, +.ui.inverted.blue.buttons .basic.button, +.ui.inverted.blue.basic.button { + background-color: transparent; + box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; + color: #ffffff !important; } -.ui.\39.buttons, -.ui.nine.buttons { - width: 100%; +.ui.inverted.blue.basic.buttons .button:hover, +.ui.inverted.blue.buttons .basic.button:hover, +.ui.inverted.blue.basic.button:hover { + box-shadow: 0px 0px 0px 2px #54c8ff inset !important; + color: #54c8ff !important; } -.ui.\39.buttons > .button, -.ui.nine.buttons > .button { - width: 11.11%; +.ui.inverted.blue.basic.buttons .button.active, +.ui.inverted.blue.buttons .basic.button.active, +.ui.inverted.blue.basic.button.active { + box-shadow: 0px 0px 0px 2px #54c8ff inset !important; + color: #54c8ff !important; } -.ui.\31\30.buttons, -.ui.ten.buttons { - width: 100%; +.ui.inverted.blue.basic.buttons .button:active, +.ui.inverted.blue.buttons .basic.button:active, +.ui.inverted.blue.basic.button:active { + box-shadow: 0px 0px 0px 2px #3ac0ff inset !important; + color: #54c8ff !important; } -.ui.\31\30.buttons > .button, -.ui.ten.buttons > .button { - width: 10%; +/*--- Green ---*/ + +.ui.green.buttons .button, +.ui.green.button { + background-color: #5bbd72; + color: #ffffff; + text-shadow: none; + background-image: none; } -.ui.\31\31.buttons, -.ui.eleven.buttons { - width: 100%; +.ui.green.button { + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.\31\31.buttons > .button, -.ui.eleven.buttons > .button { - width: 9.09%; +.ui.green.buttons .button:hover, +.ui.green.button:hover { + background-color: #66c17b; + color: #ffffff; + text-shadow: none; } -.ui.\31\32.buttons, -.ui.twelve.buttons { - width: 100%; +.ui.green.buttons .button:active, +.ui.green.button:active { + background-color: #49b562; + color: #ffffff; + text-shadow: none; } -.ui.\31\32.buttons > .button, -.ui.twelve.buttons > .button { - width: 8.3333%; +.ui.green.buttons .button.active, +.ui.green.buttons .button.active:active, +.ui.green.button.active, +.ui.green.button .button.active:active { + background-color: #50b969; + color: #ffffff; + text-shadow: none; } -/* Fluid Vertical Buttons */ +/* Basic */ -.ui.fluid.vertical.buttons, -.ui.fluid.vertical.buttons > .button { - display: block; - width: auto; +.ui.basic.green.buttons .button, +.ui.basic.green.button { + box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; + color: rgba(0, 0, 0, 0.6) !important; } -.ui.\32.vertical.buttons > .button, -.ui.two.vertical.buttons > .button { - height: 50%; +.ui.basic.green.buttons .button:hover, +.ui.basic.green.button:hover { + background: transparent !important; + box-shadow: 0px 0px 0px 2px #66c17b inset !important; + color: #66c17b !important; } -.ui.\33.vertical.buttons > .button, -.ui.three.vertical.buttons > .button { - height: 33.333%; +.ui.basic.green.buttons .button:active, +.ui.basic.green.button:active { + box-shadow: 0px 0px 0px 2px #49b562 inset !important; + color: #49b562 !important; } -.ui.\34.vertical.buttons > .button, -.ui.four.vertical.buttons > .button { - height: 25%; +.ui.basic.green.buttons .button.active, +.ui.basic.green.button.active { + background: transparent !important; + box-shadow: 0px 0px 0px 2px #49b562 inset !important; + color: #49b562 !important; } -.ui.\35.vertical.buttons > .button, -.ui.five.vertical.buttons > .button { - height: 20%; +.ui.buttons > .basic.green.button:not(:first-child) { + margin-left: -2px; } -.ui.\36.vertical.buttons > .button, -.ui.six.vertical.buttons > .button { - height: 16.666%; +/* Inverted */ + +.ui.inverted.green.buttons .button, +.ui.inverted.green.button { + background-color: transparent; + box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; + color: #2ecc40; } -.ui.\37.vertical.buttons > .button, -.ui.seven.vertical.buttons > .button { - height: 14.285%; +.ui.inverted.green.buttons .button:hover, +.ui.inverted.green.button:hover { + box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; + background-color: #2ecc40; + color: #ffffff; } -.ui.\38.vertical.buttons > .button, -.ui.eight.vertical.buttons > .button { - height: 12.500%; +.ui.inverted.green.buttons .button.active, +.ui.inverted.green.button.active { + box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; + background-color: #2ecc40; + color: #ffffff; } -.ui.\39.vertical.buttons > .button, -.ui.nine.vertical.buttons > .button { - height: 11.11%; +.ui.inverted.green.buttons .button:active, +.ui.inverted.green.button:active { + box-shadow: 0px 0px 0px 2px #29b739 inset !important; + background-color: #29b739; + color: #ffffff; } -.ui.\31\30.vertical.buttons > .button, -.ui.ten.vertical.buttons > .button { - height: 10%; +/* Inverted Basic */ + +.ui.inverted.green.basic.buttons .button, +.ui.inverted.green.buttons .basic.button, +.ui.inverted.green.basic.button { + background-color: transparent; + box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; + color: #ffffff !important; } -.ui.\31\31.vertical.buttons > .button, -.ui.eleven.vertical.buttons > .button { - height: 9.09%; +.ui.inverted.green.basic.buttons .button:hover, +.ui.inverted.green.buttons .basic.button:hover, +.ui.inverted.green.basic.button:hover { + box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; + color: #2ecc40 !important; } -.ui.\31\32.vertical.buttons > .button, -.ui.twelve.vertical.buttons > .button { - height: 8.3333%; +.ui.inverted.green.basic.buttons .button.active, +.ui.inverted.green.buttons .basic.button.active, +.ui.inverted.green.basic.button.active { + box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; + color: #2ecc40 !important; } -/*------------------- - Colors ---------------------*/ +.ui.inverted.green.basic.buttons .button:active, +.ui.inverted.green.buttons .basic.button:active, +.ui.inverted.green.basic.button:active { + box-shadow: 0px 0px 0px 2px #29b739 inset !important; + color: #2ecc40 !important; +} -/*--- Black ---*/ +/*--- Orange ---*/ -.ui.black.buttons .button, -.ui.black.button { - background-color: #1b1c1d; +.ui.orange.buttons .button, +.ui.orange.button { + background-color: #e07b53; color: #ffffff; text-shadow: none; background-image: none; } -.ui.black.button { +.ui.orange.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.black.buttons .button:hover, -.ui.black.button:hover { - background-color: #222425; +.ui.orange.buttons .button:hover, +.ui.orange.button:hover { + background-color: #e28560; color: #ffffff; text-shadow: none; } -.ui.black.buttons .button:active, -.ui.black.button:active { - background-color: #0f0f10; +.ui.orange.buttons .button:active, +.ui.orange.button:active { + background-color: #dc6a3d; color: #ffffff; text-shadow: none; } -.ui.black.buttons .button.active, -.ui.black.buttons .button.active:active, -.ui.black.button.active, -.ui.black.button .button.active:active { +.ui.orange.buttons .button.active, +.ui.orange.buttons .button.active:active, +.ui.orange.button.active, +.ui.orange.button .button.active:active { background-color: #141415; color: #ffffff; text-shadow: none; @@ -1690,7094 +1699,6032 @@ /* Basic */ -.ui.basic.black.buttons .button, -.ui.basic.black.button { +.ui.basic.orange.buttons .button, +.ui.basic.orange.button { box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; color: rgba(0, 0, 0, 0.6) !important; } -.ui.basic.black.buttons .button:hover, -.ui.basic.black.button:hover { +.ui.basic.orange.buttons .button:hover, +.ui.basic.orange.button:hover { background: transparent !important; - box-shadow: 0px 0px 0px 2px #222425 inset !important; - color: #222425 !important; + box-shadow: 0px 0px 0px 2px #e28560 inset !important; + color: #e28560 !important; } -.ui.basic.black.buttons .button:active, -.ui.basic.black.button:active { - box-shadow: 0px 0px 0px 2px #0f0f10 inset !important; - color: #0f0f10 !important; +.ui.basic.orange.buttons .button:active, +.ui.basic.orange.button:active { + box-shadow: 0px 0px 0px 2px #dc6a3d inset !important; + color: #dc6a3d !important; } -.ui.basic.black.buttons .button.active, -.ui.basic.black.button.active { +.ui.basic.orange.buttons .button.active, +.ui.basic.orange.button.active { background: transparent !important; - box-shadow: 0px 0px 0px 2px #0f0f10 inset !important; - color: #0f0f10 !important; + box-shadow: 0px 0px 0px 2px #dc6a3d inset !important; + color: #dc6a3d !important; } -.ui.buttons > .basic.black.button:not(:first-child) { +.ui.buttons > .basic.orange.button:not(:first-child) { margin-left: -2px; } /* Inverted */ -.ui.inverted.black.buttons .button, -.ui.inverted.black.button { +.ui.inverted.orange.buttons .button, +.ui.inverted.orange.button { background-color: transparent; - box-shadow: 0px 0px 0px 2px #d4d4d5 inset !important; - color: #ffffff; + box-shadow: 0px 0px 0px 2px #ff851b inset !important; + color: #ff851b; } -.ui.inverted.black.buttons .button:hover, -.ui.inverted.black.button:hover { - box-shadow: 0px 0px 0px 2px #333333 inset !important; - background-color: #333333; +.ui.inverted.orange.buttons .button:hover, +.ui.inverted.orange.button:hover { + box-shadow: 0px 0px 0px 2px #ff851b inset !important; + background-color: #ff851b; color: #ffffff; } -.ui.inverted.black.buttons .button.active, -.ui.inverted.black.button.active { - box-shadow: 0px 0px 0px 2px #333333 inset !important; - background-color: #333333; +.ui.inverted.orange.buttons .button.active, +.ui.inverted.orange.button.active { + box-shadow: 0px 0px 0px 2px #ff851b inset !important; + background-color: #ff851b; color: #ffffff; } -.ui.inverted.black.buttons .button:active, -.ui.inverted.black.button:active { - box-shadow: 0px 0px 0px 2px #262626 inset !important; - background-color: #262626; +.ui.inverted.orange.buttons .button:active, +.ui.inverted.orange.button:active { + box-shadow: 0px 0px 0px 2px #ff7701 inset !important; + background-color: #ff7701; color: #ffffff; } /* Inverted Basic */ -.ui.inverted.black.basic.buttons .button, -.ui.inverted.black.buttons .basic.button, -.ui.inverted.black.basic.button { +.ui.inverted.orange.basic.buttons .button, +.ui.inverted.orange.buttons .basic.button, +.ui.inverted.orange.basic.button { background-color: transparent; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; color: #ffffff !important; } -.ui.inverted.black.basic.buttons .button:hover, -.ui.inverted.black.buttons .basic.button:hover, -.ui.inverted.black.basic.button:hover { - box-shadow: 0px 0px 0px 2px #333333 inset !important; - color: #ffffff !important; +.ui.inverted.orange.basic.buttons .button:hover, +.ui.inverted.orange.buttons .basic.button:hover, +.ui.inverted.orange.basic.button:hover { + box-shadow: 0px 0px 0px 2px #ff851b inset !important; + color: #ff851b !important; } -.ui.inverted.black.basic.buttons .button.active, -.ui.inverted.black.buttons .basic.button.active, -.ui.inverted.black.basic.button.active { - box-shadow: 0px 0px 0px 2px #333333 inset !important; - color: #ffffff !important; +.ui.inverted.orange.basic.buttons .button.active, +.ui.inverted.orange.buttons .basic.button.active, +.ui.inverted.orange.basic.button.active { + box-shadow: 0px 0px 0px 2px #ff851b inset !important; + color: #ff851b !important; } -.ui.inverted.black.basic.buttons .button:active, -.ui.inverted.black.buttons .basic.button:active, -.ui.inverted.black.basic.button:active { - box-shadow: 0px 0px 0px 2px #262626 inset !important; - color: #ffffff !important; +.ui.inverted.orange.basic.buttons .button:active, +.ui.inverted.orange.buttons .basic.button:active, +.ui.inverted.orange.basic.button:active { + box-shadow: 0px 0px 0px 2px #ff7701 inset !important; + color: #ff851b !important; } -/*--- Blue ---*/ +/*--- Pink ---*/ -.ui.blue.buttons .button, -.ui.blue.button { - background-color: #3b83c0; +.ui.pink.buttons .button, +.ui.pink.button { + background-color: #d9499a; color: #ffffff; text-shadow: none; background-image: none; } -.ui.blue.button { +.ui.pink.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.blue.buttons .button:hover, -.ui.blue.button:hover { - background-color: #458ac6; +.ui.pink.buttons .button:hover, +.ui.pink.button:hover { + background-color: #dc56a1; color: #ffffff; text-shadow: none; } -.ui.blue.buttons .button:active, -.ui.blue.button:active { - background-color: #3576ac; +.ui.pink.buttons .button:active, +.ui.pink.button:active { + background-color: #d5348e; color: #ffffff; text-shadow: none; } -.ui.blue.buttons .button.active, -.ui.blue.buttons .button.active:active, -.ui.blue.button.active, -.ui.blue.button .button.active:active { - background-color: #377bb4; +.ui.pink.buttons .button.active, +.ui.pink.buttons .button.active:active, +.ui.pink.button.active, +.ui.pink.button .button.active:active { + background-color: #d63c93; color: #ffffff; text-shadow: none; } /* Basic */ -.ui.basic.blue.buttons .button, -.ui.basic.blue.button { +.ui.basic.pink.buttons .button, +.ui.basic.pink.button { box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; color: rgba(0, 0, 0, 0.6) !important; } -.ui.basic.blue.buttons .button:hover, -.ui.basic.blue.button:hover { +.ui.basic.pink.buttons .button:hover, +.ui.basic.pink.button:hover { background: transparent !important; - box-shadow: 0px 0px 0px 2px #458ac6 inset !important; - color: #458ac6 !important; + box-shadow: 0px 0px 0px 2px #dc56a1 inset !important; + color: #dc56a1 !important; } -.ui.basic.blue.buttons .button:active, -.ui.basic.blue.button:active { - box-shadow: 0px 0px 0px 2px #3576ac inset !important; - color: #3576ac !important; +.ui.basic.pink.buttons .button:active, +.ui.basic.pink.button:active { + box-shadow: 0px 0px 0px 2px #d5348e inset !important; + color: #d5348e !important; } -.ui.basic.blue.buttons .button.active, -.ui.basic.blue.button.active { +.ui.basic.pink.buttons .button.active, +.ui.basic.pink.button.active { background: transparent !important; - box-shadow: 0px 0px 0px 2px #3576ac inset !important; - color: #3576ac !important; + box-shadow: 0px 0px 0px 2px #d5348e inset !important; + color: #d5348e !important; } -.ui.buttons > .basic.blue.button:not(:first-child) { +.ui.buttons > .basic.pink.button:not(:first-child) { margin-left: -2px; } /* Inverted */ -.ui.inverted.blue.buttons .button, -.ui.inverted.blue.button { +.ui.inverted.pink.buttons .button, +.ui.inverted.pink.button { background-color: transparent; - box-shadow: 0px 0px 0px 2px #54c8ff inset !important; - color: #54c8ff; + box-shadow: 0px 0px 0px 2px #ff8edf inset !important; + color: #ff8edf; } -.ui.inverted.blue.buttons .button:hover, -.ui.inverted.blue.button:hover { - box-shadow: 0px 0px 0px 2px #54c8ff inset !important; - background-color: #54c8ff; +.ui.inverted.pink.buttons .button:hover, +.ui.inverted.pink.button:hover { + box-shadow: 0px 0px 0px 2px #ff8edf inset !important; + background-color: #ff8edf; color: #ffffff; } -.ui.inverted.blue.buttons .button.active, -.ui.inverted.blue.button.active { - box-shadow: 0px 0px 0px 2px #54c8ff inset !important; - background-color: #54c8ff; +.ui.inverted.pink.buttons .button.active, +.ui.inverted.pink.button.active { + box-shadow: 0px 0px 0px 2px #ff8edf inset !important; + background-color: #ff8edf; color: #ffffff; } -.ui.inverted.blue.buttons .button:active, -.ui.inverted.blue.button:active { - box-shadow: 0px 0px 0px 2px #3ac0ff inset !important; - background-color: #3ac0ff; +.ui.inverted.pink.buttons .button:active, +.ui.inverted.pink.button:active { + box-shadow: 0px 0px 0px 2px #ff74d8 inset !important; + background-color: #ff74d8; color: #ffffff; } /* Inverted Basic */ -.ui.inverted.blue.basic.buttons .button, -.ui.inverted.blue.buttons .basic.button, -.ui.inverted.blue.basic.button { +.ui.inverted.pink.basic.buttons .button, +.ui.inverted.pink.buttons .basic.button, +.ui.inverted.pink.basic.button { background-color: transparent; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; color: #ffffff !important; } -.ui.inverted.blue.basic.buttons .button:hover, -.ui.inverted.blue.buttons .basic.button:hover, -.ui.inverted.blue.basic.button:hover { - box-shadow: 0px 0px 0px 2px #54c8ff inset !important; - color: #54c8ff !important; +.ui.inverted.pink.basic.buttons .button:hover, +.ui.inverted.pink.buttons .basic.button:hover, +.ui.inverted.pink.basic.button:hover { + box-shadow: 0px 0px 0px 2px #ff8edf inset !important; + color: #ff8edf !important; } -.ui.inverted.blue.basic.buttons .button.active, -.ui.inverted.blue.buttons .basic.button.active, -.ui.inverted.blue.basic.button.active { - box-shadow: 0px 0px 0px 2px #54c8ff inset !important; - color: #54c8ff !important; +.ui.inverted.pink.basic.buttons .button.active, +.ui.inverted.pink.buttons .basic.button.active, +.ui.inverted.pink.basic.button.active { + box-shadow: 0px 0px 0px 2px #ff8edf inset !important; + color: #ff8edf !important; } -.ui.inverted.blue.basic.buttons .button:active, -.ui.inverted.blue.buttons .basic.button:active, -.ui.inverted.blue.basic.button:active { - box-shadow: 0px 0px 0px 2px #3ac0ff inset !important; - color: #54c8ff !important; +.ui.inverted.pink.basic.buttons .button:active, +.ui.inverted.pink.buttons .basic.button:active, +.ui.inverted.pink.basic.button:active { + box-shadow: 0px 0px 0px 2px #ff74d8 inset !important; + color: #ff8edf !important; } -/*--- Green ---*/ +/*--- Purple ---*/ -.ui.green.buttons .button, -.ui.green.button { - background-color: #5bbd72; +.ui.purple.buttons .button, +.ui.purple.button { + background-color: #564f8a; color: #ffffff; text-shadow: none; background-image: none; } -.ui.green.button { +.ui.purple.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.green.buttons .button:hover, -.ui.green.button:hover { - background-color: #66c17b; +.ui.purple.buttons .button:hover, +.ui.purple.button:hover { + background-color: #5c5594; color: #ffffff; text-shadow: none; } -.ui.green.buttons .button:active, -.ui.green.button:active { - background-color: #49b562; +.ui.purple.buttons .button:active, +.ui.purple.button:active { + background-color: #4c467a; color: #ffffff; text-shadow: none; } -.ui.green.buttons .button.active, -.ui.green.buttons .button.active:active, -.ui.green.button.active, -.ui.green.button .button.active:active { - background-color: #50b969; +.ui.purple.buttons .button.active, +.ui.purple.buttons .button.active:active, +.ui.purple.button.active, +.ui.purple.button .button.active:active { + background-color: #504980; color: #ffffff; text-shadow: none; } /* Basic */ -.ui.basic.green.buttons .button, -.ui.basic.green.button { +.ui.basic.purple.buttons .button, +.ui.basic.purple.button { box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; color: rgba(0, 0, 0, 0.6) !important; } -.ui.basic.green.buttons .button:hover, -.ui.basic.green.button:hover { +.ui.basic.purple.buttons .button:hover, +.ui.basic.purple.button:hover { background: transparent !important; - box-shadow: 0px 0px 0px 2px #66c17b inset !important; - color: #66c17b !important; + box-shadow: 0px 0px 0px 2px #5c5594 inset !important; + color: #5c5594 !important; } -.ui.basic.green.buttons .button:active, -.ui.basic.green.button:active { - box-shadow: 0px 0px 0px 2px #49b562 inset !important; - color: #49b562 !important; +.ui.basic.purple.buttons .button:active, +.ui.basic.purple.button:active { + box-shadow: 0px 0px 0px 2px #4c467a inset !important; + color: #4c467a !important; } -.ui.basic.green.buttons .button.active, -.ui.basic.green.button.active { +.ui.basic.purple.buttons .button.active, +.ui.basic.purple.button.active { background: transparent !important; - box-shadow: 0px 0px 0px 2px #49b562 inset !important; - color: #49b562 !important; + box-shadow: 0px 0px 0px 2px #4c467a inset !important; + color: #4c467a !important; } -.ui.buttons > .basic.green.button:not(:first-child) { +.ui.buttons > .basic.purple.button:not(:first-child) { margin-left: -2px; } /* Inverted */ -.ui.inverted.green.buttons .button, -.ui.inverted.green.button { +.ui.inverted.purple.buttons .button, +.ui.inverted.purple.button { background-color: transparent; - box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; - color: #2ecc40; + box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; + color: #cdc6ff; } -.ui.inverted.green.buttons .button:hover, -.ui.inverted.green.button:hover { - box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; - background-color: #2ecc40; - color: #ffffff; +.ui.inverted.purple.buttons .button:hover, +.ui.inverted.purple.button:hover { + box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; + background-color: #cdc6ff; + color: #1b1c1d; } -.ui.inverted.green.buttons .button.active, -.ui.inverted.green.button.active { - box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; - background-color: #2ecc40; - color: #ffffff; +.ui.inverted.purple.buttons .button.active, +.ui.inverted.purple.button.active { + box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; + background-color: #cdc6ff; + color: #1b1c1d; } -.ui.inverted.green.buttons .button:active, -.ui.inverted.green.button:active { - box-shadow: 0px 0px 0px 2px #29b739 inset !important; - background-color: #29b739; - color: #ffffff; +.ui.inverted.purple.buttons .button:active, +.ui.inverted.purple.button:active { + box-shadow: 0px 0px 0px 2px #b7acff inset !important; + background-color: #b7acff; + color: #1b1c1d; } /* Inverted Basic */ -.ui.inverted.green.basic.buttons .button, -.ui.inverted.green.buttons .basic.button, -.ui.inverted.green.basic.button { +.ui.inverted.purple.basic.buttons .button, +.ui.inverted.purple.buttons .basic.button, +.ui.inverted.purple.basic.button { background-color: transparent; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; color: #ffffff !important; } -.ui.inverted.green.basic.buttons .button:hover, -.ui.inverted.green.buttons .basic.button:hover, -.ui.inverted.green.basic.button:hover { - box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; - color: #2ecc40 !important; +.ui.inverted.purple.basic.buttons .button:hover, +.ui.inverted.purple.buttons .basic.button:hover, +.ui.inverted.purple.basic.button:hover { + box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; + color: #cdc6ff !important; } -.ui.inverted.green.basic.buttons .button.active, -.ui.inverted.green.buttons .basic.button.active, -.ui.inverted.green.basic.button.active { - box-shadow: 0px 0px 0px 2px #2ecc40 inset !important; - color: #2ecc40 !important; +.ui.inverted.purple.basic.buttons .button.active, +.ui.inverted.purple.buttons .basic.button.active, +.ui.inverted.purple.basic.button.active { + box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; + color: #cdc6ff !important; } -.ui.inverted.green.basic.buttons .button:active, -.ui.inverted.green.buttons .basic.button:active, -.ui.inverted.green.basic.button:active { - box-shadow: 0px 0px 0px 2px #29b739 inset !important; - color: #2ecc40 !important; +.ui.inverted.purple.basic.buttons .button:active, +.ui.inverted.purple.buttons .basic.button:active, +.ui.inverted.purple.basic.button:active { + box-shadow: 0px 0px 0px 2px #b7acff inset !important; + color: #cdc6ff !important; } -/*--- Orange ---*/ +/*--- Red ---*/ -.ui.orange.buttons .button, -.ui.orange.button { - background-color: #e07b53; +.ui.red.buttons .button, +.ui.red.button { + background-color: #d95c5c; color: #ffffff; text-shadow: none; background-image: none; } -.ui.orange.button { +.ui.red.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.orange.buttons .button:hover, -.ui.orange.button:hover { - background-color: #e28560; +.ui.red.buttons .button:hover, +.ui.red.button:hover { + background-color: #dc6868; color: #ffffff; text-shadow: none; } -.ui.orange.buttons .button:active, -.ui.orange.button:active { - background-color: #dc6a3d; +.ui.red.buttons .button:active, +.ui.red.button:active { + background-color: #d44747; color: #ffffff; text-shadow: none; } -.ui.orange.buttons .button.active, -.ui.orange.buttons .button.active:active, -.ui.orange.button.active, -.ui.orange.button .button.active:active { - background-color: #141415; +.ui.red.buttons .button.active, +.ui.red.buttons .button.active:active, +.ui.red.button.active, +.ui.red.button .button.active:active { + background-color: #d65050; color: #ffffff; text-shadow: none; } /* Basic */ -.ui.basic.orange.buttons .button, -.ui.basic.orange.button { +.ui.basic.red.buttons .button, +.ui.basic.red.button { box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; color: rgba(0, 0, 0, 0.6) !important; } -.ui.basic.orange.buttons .button:hover, -.ui.basic.orange.button:hover { +.ui.basic.red.buttons .button:hover, +.ui.basic.red.button:hover { background: transparent !important; - box-shadow: 0px 0px 0px 2px #e28560 inset !important; - color: #e28560 !important; + box-shadow: 0px 0px 0px 2px #dc6868 inset !important; + color: #dc6868 !important; } -.ui.basic.orange.buttons .button:active, -.ui.basic.orange.button:active { - box-shadow: 0px 0px 0px 2px #dc6a3d inset !important; - color: #dc6a3d !important; +.ui.basic.red.buttons .button:active, +.ui.basic.red.button:active { + box-shadow: 0px 0px 0px 2px #d44747 inset !important; + color: #d44747 !important; } -.ui.basic.orange.buttons .button.active, -.ui.basic.orange.button.active { +.ui.basic.red.buttons .button.active, +.ui.basic.red.button.active { background: transparent !important; - box-shadow: 0px 0px 0px 2px #dc6a3d inset !important; - color: #dc6a3d !important; + box-shadow: 0px 0px 0px 2px #d44747 inset !important; + color: #d44747 !important; } -.ui.buttons > .basic.orange.button:not(:first-child) { +.ui.buttons > .basic.red.button:not(:first-child) { margin-left: -2px; } /* Inverted */ -.ui.inverted.orange.buttons .button, -.ui.inverted.orange.button { +.ui.inverted.red.buttons .button, +.ui.inverted.red.button { background-color: transparent; - box-shadow: 0px 0px 0px 2px #ff851b inset !important; - color: #ff851b; + box-shadow: 0px 0px 0px 2px #ff695e inset !important; + color: #ff695e; } -.ui.inverted.orange.buttons .button:hover, -.ui.inverted.orange.button:hover { - box-shadow: 0px 0px 0px 2px #ff851b inset !important; - background-color: #ff851b; +.ui.inverted.red.buttons .button:hover, +.ui.inverted.red.button:hover { + box-shadow: 0px 0px 0px 2px #ff695e inset !important; + background-color: #ff695e; color: #ffffff; } -.ui.inverted.orange.buttons .button.active, -.ui.inverted.orange.button.active { - box-shadow: 0px 0px 0px 2px #ff851b inset !important; - background-color: #ff851b; +.ui.inverted.red.buttons .button.active, +.ui.inverted.red.button.active { + box-shadow: 0px 0px 0px 2px #ff695e inset !important; + background-color: #ff695e; color: #ffffff; } -.ui.inverted.orange.buttons .button:active, -.ui.inverted.orange.button:active { - box-shadow: 0px 0px 0px 2px #ff7701 inset !important; - background-color: #ff7701; +.ui.inverted.red.buttons .button:active, +.ui.inverted.red.button:active { + box-shadow: 0px 0px 0px 2px #ff5144 inset !important; + background-color: #ff5144; color: #ffffff; } /* Inverted Basic */ -.ui.inverted.orange.basic.buttons .button, -.ui.inverted.orange.buttons .basic.button, -.ui.inverted.orange.basic.button { +.ui.inverted.red.basic.buttons .button, +.ui.inverted.red.buttons .basic.button, +.ui.inverted.red.basic.button { background-color: transparent; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; color: #ffffff !important; } -.ui.inverted.orange.basic.buttons .button:hover, -.ui.inverted.orange.buttons .basic.button:hover, -.ui.inverted.orange.basic.button:hover { - box-shadow: 0px 0px 0px 2px #ff851b inset !important; - color: #ff851b !important; +.ui.inverted.red.basic.buttons .button:hover, +.ui.inverted.red.buttons .basic.button:hover, +.ui.inverted.red.basic.button:hover { + box-shadow: 0px 0px 0px 2px #ff695e inset !important; + color: #ff695e !important; } -.ui.inverted.orange.basic.buttons .button.active, -.ui.inverted.orange.buttons .basic.button.active, -.ui.inverted.orange.basic.button.active { - box-shadow: 0px 0px 0px 2px #ff851b inset !important; - color: #ff851b !important; +.ui.inverted.red.basic.buttons .button.active, +.ui.inverted.red.buttons .basic.button.active, +.ui.inverted.red.basic.button.active { + box-shadow: 0px 0px 0px 2px #ff695e inset !important; + color: #ff695e !important; } -.ui.inverted.orange.basic.buttons .button:active, -.ui.inverted.orange.buttons .basic.button:active, -.ui.inverted.orange.basic.button:active { - box-shadow: 0px 0px 0px 2px #ff7701 inset !important; - color: #ff851b !important; +.ui.inverted.red.basic.buttons .button:active, +.ui.inverted.red.buttons .basic.button:active, +.ui.inverted.red.basic.button:active { + box-shadow: 0px 0px 0px 2px #ff5144 inset !important; + color: #ff695e !important; } -/*--- Pink ---*/ +/*--- Teal ---*/ -.ui.pink.buttons .button, -.ui.pink.button { - background-color: #d9499a; +.ui.teal.buttons .button, +.ui.teal.button { + background-color: #00b5ad; color: #ffffff; text-shadow: none; background-image: none; } -.ui.pink.button { +.ui.teal.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.pink.buttons .button:hover, -.ui.pink.button:hover { - background-color: #dc56a1; +.ui.teal.buttons .button:hover, +.ui.teal.button:hover { + background-color: #00c4bc; color: #ffffff; text-shadow: none; } -.ui.pink.buttons .button:active, -.ui.pink.button:active { - background-color: #d5348e; +.ui.teal.buttons .button:active, +.ui.teal.button:active { + background-color: #009c95; color: #ffffff; text-shadow: none; } -.ui.pink.buttons .button.active, -.ui.pink.buttons .button.active:active, -.ui.pink.button.active, -.ui.pink.button .button.active:active { - background-color: #d63c93; +.ui.teal.buttons .button.active, +.ui.teal.buttons .button.active:active, +.ui.teal.button.active, +.ui.teal.button .button.active:active { + background-color: #00a69e; color: #ffffff; text-shadow: none; } /* Basic */ -.ui.basic.pink.buttons .button, -.ui.basic.pink.button { +.ui.basic.teal.buttons .button, +.ui.basic.teal.button { box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; color: rgba(0, 0, 0, 0.6) !important; } -.ui.basic.pink.buttons .button:hover, -.ui.basic.pink.button:hover { +.ui.basic.teal.buttons .button:hover, +.ui.basic.teal.button:hover { background: transparent !important; - box-shadow: 0px 0px 0px 2px #dc56a1 inset !important; - color: #dc56a1 !important; + box-shadow: 0px 0px 0px 2px #00c4bc inset !important; + color: #00c4bc !important; } -.ui.basic.pink.buttons .button:active, -.ui.basic.pink.button:active { - box-shadow: 0px 0px 0px 2px #d5348e inset !important; - color: #d5348e !important; +.ui.basic.teal.buttons .button:active, +.ui.basic.teal.button:active { + box-shadow: 0px 0px 0px 2px #009c95 inset !important; + color: #009c95 !important; } -.ui.basic.pink.buttons .button.active, -.ui.basic.pink.button.active { +.ui.basic.teal.buttons .button.active, +.ui.basic.teal.button.active { background: transparent !important; - box-shadow: 0px 0px 0px 2px #d5348e inset !important; - color: #d5348e !important; + box-shadow: 0px 0px 0px 2px #009c95 inset !important; + color: #009c95 !important; } -.ui.buttons > .basic.pink.button:not(:first-child) { +.ui.buttons > .basic.teal.button:not(:first-child) { margin-left: -2px; } /* Inverted */ -.ui.inverted.pink.buttons .button, -.ui.inverted.pink.button { +.ui.inverted.teal.buttons .button, +.ui.inverted.teal.button { background-color: transparent; - box-shadow: 0px 0px 0px 2px #ff8edf inset !important; - color: #ff8edf; + box-shadow: 0px 0px 0px 2px #6dffff inset !important; + color: #6dffff; } -.ui.inverted.pink.buttons .button:hover, -.ui.inverted.pink.button:hover { - box-shadow: 0px 0px 0px 2px #ff8edf inset !important; - background-color: #ff8edf; - color: #ffffff; +.ui.inverted.teal.buttons .button:hover, +.ui.inverted.teal.button:hover { + box-shadow: 0px 0px 0px 2px #6dffff inset !important; + background-color: #6dffff; + color: #1b1c1d; } -.ui.inverted.pink.buttons .button.active, -.ui.inverted.pink.button.active { - box-shadow: 0px 0px 0px 2px #ff8edf inset !important; - background-color: #ff8edf; - color: #ffffff; +.ui.inverted.teal.buttons .button.active, +.ui.inverted.teal.button.active { + box-shadow: 0px 0px 0px 2px #6dffff inset !important; + background-color: #6dffff; + color: #1b1c1d; } -.ui.inverted.pink.buttons .button:active, -.ui.inverted.pink.button:active { - box-shadow: 0px 0px 0px 2px #ff74d8 inset !important; - background-color: #ff74d8; - color: #ffffff; +.ui.inverted.teal.buttons .button:active, +.ui.inverted.teal.button:active { + box-shadow: 0px 0px 0px 2px #54ffff inset !important; + background-color: #54ffff; + color: #1b1c1d; } /* Inverted Basic */ -.ui.inverted.pink.basic.buttons .button, -.ui.inverted.pink.buttons .basic.button, -.ui.inverted.pink.basic.button { +.ui.inverted.teal.basic.buttons .button, +.ui.inverted.teal.buttons .basic.button, +.ui.inverted.teal.basic.button { background-color: transparent; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; color: #ffffff !important; } -.ui.inverted.pink.basic.buttons .button:hover, -.ui.inverted.pink.buttons .basic.button:hover, -.ui.inverted.pink.basic.button:hover { - box-shadow: 0px 0px 0px 2px #ff8edf inset !important; - color: #ff8edf !important; +.ui.inverted.teal.basic.buttons .button:hover, +.ui.inverted.teal.buttons .basic.button:hover, +.ui.inverted.teal.basic.button:hover { + box-shadow: 0px 0px 0px 2px #6dffff inset !important; + color: #6dffff !important; } -.ui.inverted.pink.basic.buttons .button.active, -.ui.inverted.pink.buttons .basic.button.active, -.ui.inverted.pink.basic.button.active { - box-shadow: 0px 0px 0px 2px #ff8edf inset !important; - color: #ff8edf !important; +.ui.inverted.teal.basic.buttons .button.active, +.ui.inverted.teal.buttons .basic.button.active, +.ui.inverted.teal.basic.button.active { + box-shadow: 0px 0px 0px 2px #6dffff inset !important; + color: #6dffff !important; } -.ui.inverted.pink.basic.buttons .button:active, -.ui.inverted.pink.buttons .basic.button:active, -.ui.inverted.pink.basic.button:active { - box-shadow: 0px 0px 0px 2px #ff74d8 inset !important; - color: #ff8edf !important; +.ui.inverted.teal.basic.buttons .button:active, +.ui.inverted.teal.buttons .basic.button:active, +.ui.inverted.teal.basic.button:active { + box-shadow: 0px 0px 0px 2px #54ffff inset !important; + color: #6dffff !important; } -/*--- Purple ---*/ +/*--- Yellow ---*/ -.ui.purple.buttons .button, -.ui.purple.button { - background-color: #564f8a; +.ui.yellow.buttons .button, +.ui.yellow.button { + background-color: #f2c61f; color: #ffffff; text-shadow: none; background-image: none; } -.ui.purple.button { +.ui.yellow.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.purple.buttons .button:hover, -.ui.purple.button:hover { - background-color: #5c5594; +.ui.yellow.buttons .button:hover, +.ui.yellow.button:hover { + background-color: #f3ca2d; color: #ffffff; text-shadow: none; } -.ui.purple.buttons .button:active, -.ui.purple.button:active { - background-color: #4c467a; +.ui.yellow.buttons .button:active, +.ui.yellow.button:active { + background-color: #eabc0e; color: #ffffff; text-shadow: none; } -.ui.purple.buttons .button.active, -.ui.purple.buttons .button.active:active, -.ui.purple.button.active, -.ui.purple.button .button.active:active { - background-color: #504980; +.ui.yellow.buttons .button.active, +.ui.yellow.buttons .button.active:active, +.ui.yellow.button.active, +.ui.yellow.button .button.active:active { + background-color: #f1c211; color: #ffffff; text-shadow: none; } /* Basic */ -.ui.basic.purple.buttons .button, -.ui.basic.purple.button { +.ui.basic.yellow.buttons .button, +.ui.basic.yellow.button { box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; color: rgba(0, 0, 0, 0.6) !important; } -.ui.basic.purple.buttons .button:hover, -.ui.basic.purple.button:hover { +.ui.basic.yellow.buttons .button:hover, +.ui.basic.yellow.button:hover { background: transparent !important; - box-shadow: 0px 0px 0px 2px #5c5594 inset !important; - color: #5c5594 !important; + box-shadow: 0px 0px 0px 2px #f3ca2d inset !important; + color: #f3ca2d !important; } -.ui.basic.purple.buttons .button:active, -.ui.basic.purple.button:active { - box-shadow: 0px 0px 0px 2px #4c467a inset !important; - color: #4c467a !important; +.ui.basic.yellow.buttons .button:active, +.ui.basic.yellow.button:active { + box-shadow: 0px 0px 0px 2px #eabc0e inset !important; + color: #eabc0e !important; } -.ui.basic.purple.buttons .button.active, -.ui.basic.purple.button.active { +.ui.basic.yellow.buttons .button.active, +.ui.basic.yellow.button.active { background: transparent !important; - box-shadow: 0px 0px 0px 2px #4c467a inset !important; - color: #4c467a !important; + box-shadow: 0px 0px 0px 2px #eabc0e inset !important; + color: #eabc0e !important; } -.ui.buttons > .basic.purple.button:not(:first-child) { +.ui.buttons > .basic.yellow.button:not(:first-child) { margin-left: -2px; } /* Inverted */ -.ui.inverted.purple.buttons .button, -.ui.inverted.purple.button { +.ui.inverted.yellow.buttons .button, +.ui.inverted.yellow.button { background-color: transparent; - box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; - color: #cdc6ff; + box-shadow: 0px 0px 0px 2px #ffe21f inset !important; + color: #ffe21f; } -.ui.inverted.purple.buttons .button:hover, -.ui.inverted.purple.button:hover { - box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; - background-color: #cdc6ff; +.ui.inverted.yellow.buttons .button:hover, +.ui.inverted.yellow.button:hover { + box-shadow: 0px 0px 0px 2px #ffe21f inset !important; + background-color: #ffe21f; color: #1b1c1d; } -.ui.inverted.purple.buttons .button.active, -.ui.inverted.purple.button.active { - box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; - background-color: #cdc6ff; +.ui.inverted.yellow.buttons .button.active, +.ui.inverted.yellow.button.active { + box-shadow: 0px 0px 0px 2px #ffe21f inset !important; + background-color: #ffe21f; color: #1b1c1d; } -.ui.inverted.purple.buttons .button:active, -.ui.inverted.purple.button:active { - box-shadow: 0px 0px 0px 2px #b7acff inset !important; - background-color: #b7acff; +.ui.inverted.yellow.buttons .button:active, +.ui.inverted.yellow.button:active { + box-shadow: 0px 0px 0px 2px #ffdf05 inset !important; + background-color: #ffdf05; color: #1b1c1d; } /* Inverted Basic */ -.ui.inverted.purple.basic.buttons .button, -.ui.inverted.purple.buttons .basic.button, -.ui.inverted.purple.basic.button { +.ui.inverted.yellow.basic.buttons .button, +.ui.inverted.yellow.buttons .basic.button, +.ui.inverted.yellow.basic.button { background-color: transparent; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; color: #ffffff !important; } -.ui.inverted.purple.basic.buttons .button:hover, -.ui.inverted.purple.buttons .basic.button:hover, -.ui.inverted.purple.basic.button:hover { - box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; - color: #cdc6ff !important; +.ui.inverted.yellow.basic.buttons .button:hover, +.ui.inverted.yellow.buttons .basic.button:hover, +.ui.inverted.yellow.basic.button:hover { + box-shadow: 0px 0px 0px 2px #ffe21f inset !important; + color: #ffe21f !important; } -.ui.inverted.purple.basic.buttons .button.active, -.ui.inverted.purple.buttons .basic.button.active, -.ui.inverted.purple.basic.button.active { - box-shadow: 0px 0px 0px 2px #cdc6ff inset !important; - color: #cdc6ff !important; +.ui.inverted.yellow.basic.buttons .button.active, +.ui.inverted.yellow.buttons .basic.button.active, +.ui.inverted.yellow.basic.button.active { + box-shadow: 0px 0px 0px 2px #ffe21f inset !important; + color: #ffe21f !important; } -.ui.inverted.purple.basic.buttons .button:active, -.ui.inverted.purple.buttons .basic.button:active, -.ui.inverted.purple.basic.button:active { - box-shadow: 0px 0px 0px 2px #b7acff inset !important; - color: #cdc6ff !important; +.ui.inverted.yellow.basic.buttons .button:active, +.ui.inverted.yellow.buttons .basic.button:active, +.ui.inverted.yellow.basic.button:active { + box-shadow: 0px 0px 0px 2px #ffdf05 inset !important; + color: #ffe21f !important; } -/*--- Red ---*/ +/*------------------- + Primary +--------------------*/ -.ui.red.buttons .button, -.ui.red.button { - background-color: #d95c5c; +.ui.primary.buttons .button, +.ui.primary.button { + background-color: #3b83c0; color: #ffffff; text-shadow: none; background-image: none; } -.ui.red.button { +.ui.primary.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.red.buttons .button:hover, -.ui.red.button:hover { - background-color: #dc6868; - color: #ffffff; +.ui.primary.buttons .button:hover, +.ui.primary.button:hover { + background-color: #458ac6; + color: #ffffff; text-shadow: none; } -.ui.red.buttons .button:active, -.ui.red.button:active { - background-color: #d44747; +.ui.primary.buttons .button:active, +.ui.primary.button:active { + background-color: #3576ac; color: #ffffff; text-shadow: none; } -.ui.red.buttons .button.active, -.ui.red.buttons .button.active:active, -.ui.red.button.active, -.ui.red.button .button.active:active { - background-color: #d65050; +.ui.primary.buttons .active.button, +.ui.primary.button.active { + background-color: #377bb4; color: #ffffff; text-shadow: none; } -/* Basic */ - -.ui.basic.red.buttons .button, -.ui.basic.red.button { - box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; - color: rgba(0, 0, 0, 0.6) !important; -} - -.ui.basic.red.buttons .button:hover, -.ui.basic.red.button:hover { - background: transparent !important; - box-shadow: 0px 0px 0px 2px #dc6868 inset !important; - color: #dc6868 !important; -} - -.ui.basic.red.buttons .button:active, -.ui.basic.red.button:active { - box-shadow: 0px 0px 0px 2px #d44747 inset !important; - color: #d44747 !important; -} +/*------------------- + Secondary +--------------------*/ -.ui.basic.red.buttons .button.active, -.ui.basic.red.button.active { - background: transparent !important; - box-shadow: 0px 0px 0px 2px #d44747 inset !important; - color: #d44747 !important; +.ui.secondary.buttons .button, +.ui.secondary.button { + background-color: #1b1c1d; + color: #ffffff; + text-shadow: none; + background-image: none; } -.ui.buttons > .basic.red.button:not(:first-child) { - margin-left: -2px; +.ui.secondary.button { + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -/* Inverted */ - -.ui.inverted.red.buttons .button, -.ui.inverted.red.button { - background-color: transparent; - box-shadow: 0px 0px 0px 2px #ff695e inset !important; - color: #ff695e; +.ui.secondary.buttons .button:hover, +.ui.secondary.button:hover { + background-color: #222425; + color: #ffffff; + text-shadow: none; } -.ui.inverted.red.buttons .button:hover, -.ui.inverted.red.button:hover { - box-shadow: 0px 0px 0px 2px #ff695e inset !important; - background-color: #ff695e; +.ui.secondary.buttons .button:active, +.ui.secondary.button:active { + background-color: #0f0f10; color: #ffffff; + text-shadow: none; } -.ui.inverted.red.buttons .button.active, -.ui.inverted.red.button.active { - box-shadow: 0px 0px 0px 2px #ff695e inset !important; - background-color: #ff695e; +.ui.secondary.buttons .active.button, +.ui.secondary.button.active { + background-color: #141415; color: #ffffff; + text-shadow: none; } -.ui.inverted.red.buttons .button:active, -.ui.inverted.red.button:active { - box-shadow: 0px 0px 0px 2px #ff5144 inset !important; - background-color: #ff5144; +/*--------------- + Positive +----------------*/ + +.ui.positive.buttons .button, +.ui.positive.button { + background-color: #5bbd72 !important; color: #ffffff; + text-shadow: none; + background-image: none; } -/* Inverted Basic */ - -.ui.inverted.red.basic.buttons .button, -.ui.inverted.red.buttons .basic.button, -.ui.inverted.red.basic.button { - background-color: transparent; - box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; - color: #ffffff !important; +.ui.positive.button { + box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.inverted.red.basic.buttons .button:hover, -.ui.inverted.red.buttons .basic.button:hover, -.ui.inverted.red.basic.button:hover { - box-shadow: 0px 0px 0px 2px #ff695e inset !important; - color: #ff695e !important; +.ui.positive.buttons .button:hover, +.ui.positive.button:hover, +.ui.positive.buttons .active.button, +.ui.positive.button.active { + background-color: #66c17b !important; + color: #ffffff; + text-shadow: none; } -.ui.inverted.red.basic.buttons .button.active, -.ui.inverted.red.buttons .basic.button.active, -.ui.inverted.red.basic.button.active { - box-shadow: 0px 0px 0px 2px #ff695e inset !important; - color: #ff695e !important; +.ui.positive.buttons .button:active, +.ui.positive.button:active { + background-color: #49b562 !important; + color: #ffffff; + text-shadow: none; } -.ui.inverted.red.basic.buttons .button:active, -.ui.inverted.red.buttons .basic.button:active, -.ui.inverted.red.basic.button:active { - box-shadow: 0px 0px 0px 2px #ff5144 inset !important; - color: #ff695e !important; +.ui.positive.buttons .button.active, +.ui.positive.buttons .button.active:active, +.ui.positive.button.active, +.ui.positive.button .button.active:active { + background-color: #50b969; + color: #ffffff; + text-shadow: none; } -/*--- Teal ---*/ +/*--------------- + Negative +----------------*/ -.ui.teal.buttons .button, -.ui.teal.button { - background-color: #00b5ad; +.ui.negative.buttons .button, +.ui.negative.button { + background-color: #d95c5c !important; color: #ffffff; text-shadow: none; background-image: none; } -.ui.teal.button { +.ui.negative.button { box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.teal.buttons .button:hover, -.ui.teal.button:hover { - background-color: #00c4bc; +.ui.negative.buttons .button:hover, +.ui.negative.button:hover, +.ui.negative.buttons .active.button, +.ui.negative.button.active { + background-color: #dc6868 !important; color: #ffffff; text-shadow: none; } -.ui.teal.buttons .button:active, -.ui.teal.button:active { - background-color: #009c95; +.ui.negative.buttons .button:active, +.ui.negative.button:active { + background-color: #d44747 !important; color: #ffffff; text-shadow: none; } -.ui.teal.buttons .button.active, -.ui.teal.buttons .button.active:active, -.ui.teal.button.active, -.ui.teal.button .button.active:active { - background-color: #00a69e; +.ui.negative.buttons .button.active, +.ui.negative.buttons .button.active:active, +.ui.negative.button.active, +.ui.negative.button .button.active:active { + background-color: #d65050; color: #ffffff; text-shadow: none; } -/* Basic */ +/******************************* + Groups +*******************************/ -.ui.basic.teal.buttons .button, -.ui.basic.teal.button { - box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; - color: rgba(0, 0, 0, 0.6) !important; +.ui.buttons { + display: inline-block; + vertical-align: middle; + margin: 0em 0.25em 0em 0em; } -.ui.basic.teal.buttons .button:hover, -.ui.basic.teal.button:hover { - background: transparent !important; - box-shadow: 0px 0px 0px 2px #00c4bc inset !important; - color: #00c4bc !important; +.ui.buttons > .button:hover, +.ui.buttons > .button.active { + position: relative; } -.ui.basic.teal.buttons .button:active, -.ui.basic.teal.button:active { - box-shadow: 0px 0px 0px 2px #009c95 inset !important; - color: #009c95 !important; +.ui.buttons:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; } -.ui.basic.teal.buttons .button.active, -.ui.basic.teal.button.active { - background: transparent !important; - box-shadow: 0px 0px 0px 2px #009c95 inset !important; - color: #009c95 !important; +.ui.buttons .button:first-child { + border-left: none; } -.ui.buttons > .basic.teal.button:not(:first-child) { - margin-left: -2px; +.ui.buttons:not(.basic):not(.inverted) { + box-shadow: none; } -/* Inverted */ - -.ui.inverted.teal.buttons .button, -.ui.inverted.teal.button { - background-color: transparent; - box-shadow: 0px 0px 0px 2px #6dffff inset !important; - color: #6dffff; +.ui.buttons > .ui.button:not(.basic):not(.inverted), +.ui.buttons:not(.basic):not(.inverted) > .button { + box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; } -.ui.inverted.teal.buttons .button:hover, -.ui.inverted.teal.button:hover { - box-shadow: 0px 0px 0px 2px #6dffff inset !important; - background-color: #6dffff; - color: #1b1c1d; +.ui.buttons .button { + margin: 0em; + float: left; + border-radius: 0em; + margin: 0px 0px 0px 0px; } -.ui.inverted.teal.buttons .button.active, -.ui.inverted.teal.button.active { - box-shadow: 0px 0px 0px 2px #6dffff inset !important; - background-color: #6dffff; - color: #1b1c1d; +.ui.buttons .button:first-child { + margin-left: 0em; + border-top-left-radius: 0.2857rem; + border-bottom-left-radius: 0.2857rem; } -.ui.inverted.teal.buttons .button:active, -.ui.inverted.teal.button:active { - box-shadow: 0px 0px 0px 2px #54ffff inset !important; - background-color: #54ffff; - color: #1b1c1d; +.ui.buttons .button:last-child { + border-top-right-radius: 0.2857rem; + border-bottom-right-radius: 0.2857rem; } -/* Inverted Basic */ +/* Vertical Style */ -.ui.inverted.teal.basic.buttons .button, -.ui.inverted.teal.buttons .basic.button, -.ui.inverted.teal.basic.button { - background-color: transparent; - box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; - color: #ffffff !important; +.ui.vertical.buttons { + display: inline-block; } -.ui.inverted.teal.basic.buttons .button:hover, -.ui.inverted.teal.buttons .basic.button:hover, -.ui.inverted.teal.basic.button:hover { - box-shadow: 0px 0px 0px 2px #6dffff inset !important; - color: #6dffff !important; +.ui.vertical.buttons .button { + display: block; + float: none; + margin: 0px 0px 0px 0px; + box-shadow: none; } -.ui.inverted.teal.basic.buttons .button.active, -.ui.inverted.teal.buttons .basic.button.active, -.ui.inverted.teal.basic.button.active { - box-shadow: 0px 0px 0px 2px #6dffff inset !important; - color: #6dffff !important; +.ui.vertical.buttons .button:first-child, +.ui.vertical.buttons .mini.button:first-child, +.ui.vertical.buttons .tiny.button:first-child, +.ui.vertical.buttons .small.button:first-child, +.ui.vertical.buttons .massive.button:first-child, +.ui.vertical.buttons .huge.button:first-child { + border-radius: 0.2857rem 0.2857rem 0px 0px; } -.ui.inverted.teal.basic.buttons .button:active, -.ui.inverted.teal.buttons .basic.button:active, -.ui.inverted.teal.basic.button:active { - box-shadow: 0px 0px 0px 2px #54ffff inset !important; - color: #6dffff !important; +.ui.vertical.buttons .button:last-child, +.ui.vertical.buttons .mini.button:last-child, +.ui.vertical.buttons .tiny.button:last-child, +.ui.vertical.buttons .small.button:last-child, +.ui.vertical.buttons .massive.button:last-child, +.ui.vertical.buttons .huge.button:last-child, +.ui.vertical.buttons .gigantic.button:last-child { + margin-bottom: 0px; + border-radius: 0px 0px 0.2857rem 0.2857rem; } -/*--- Yellow ---*/ +/******************************* + Theme Overrides +*******************************/ -.ui.yellow.buttons .button, -.ui.yellow.button { - background-color: #f2c61f; - color: #ffffff; - text-shadow: none; - background-image: none; -} +/******************************* + Site Overrides +*******************************/ -.ui.yellow.button { - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -.ui.yellow.buttons .button:hover, -.ui.yellow.button:hover { - background-color: #f3ca2d; - color: #ffffff; - text-shadow: none; -} +/******************************* + Header +*******************************/ -.ui.yellow.buttons .button:active, -.ui.yellow.button:active { - background-color: #eabc0e; - color: #ffffff; - text-shadow: none; +/* Standard */ + +.ui.header { + border: none; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + margin: -webkit-calc(2rem - 0.165em ) 0em 1rem; + margin: calc(2rem - 0.165em ) 0em 1rem; + padding: 0em 0em; + font-weight: bold; + line-height: 1.33em; + text-transform: none; + color: rgba(0, 0, 0, 0.8); } -.ui.yellow.buttons .button.active, -.ui.yellow.buttons .button.active:active, -.ui.yellow.button.active, -.ui.yellow.button .button.active:active { - background-color: #f1c211; - color: #ffffff; - text-shadow: none; +.ui.header .sub.header { + font-size: 1.1rem; + font-weight: normal; + margin: 0em; + padding: 0em; + line-height: 1.2em; + color: rgba(0, 0, 0, 0.5); } -/* Basic */ +/* Icon and Content Together */ -.ui.basic.yellow.buttons .button, -.ui.basic.yellow.button { - box-shadow: 0px 0px 0px 2px rgba(39, 41, 43, 0.15) inset !important; - color: rgba(0, 0, 0, 0.6) !important; +.ui.header > .icon { + display: table-cell; + opacity: 1; + font-size: 1.5em; + padding-top: 0.165em; + vertical-align: middle; + padding-right: 0.5rem; } -.ui.basic.yellow.buttons .button:hover, -.ui.basic.yellow.button:hover { - background: transparent !important; - box-shadow: 0px 0px 0px 2px #f3ca2d inset !important; - color: #f3ca2d !important; +.ui.header > .icon + .content { + padding-left: 0.5rem; + display: table-cell; } -.ui.basic.yellow.buttons .button:active, -.ui.basic.yellow.button:active { - box-shadow: 0px 0px 0px 2px #eabc0e inset !important; - color: #eabc0e !important; -} +/* Only One */ -.ui.basic.yellow.buttons .button.active, -.ui.basic.yellow.button.active { - background: transparent !important; - box-shadow: 0px 0px 0px 2px #eabc0e inset !important; - color: #eabc0e !important; +.ui.header .icon:only-child { + display: inline-block; + padding: 0em; + margin-right: 0.5rem; + vertical-align: baseline; } -.ui.buttons > .basic.yellow.button:not(:first-child) { - margin-left: -2px; +.ui.header .content { + display: inline-block; + vertical-align: top; } -/* Inverted */ +/* Positioning */ -.ui.inverted.yellow.buttons .button, -.ui.inverted.yellow.button { - background-color: transparent; - box-shadow: 0px 0px 0px 2px #ffe21f inset !important; - color: #ffe21f; +.ui.header:first-child { + margin-top: -0.165em; } -.ui.inverted.yellow.buttons .button:hover, -.ui.inverted.yellow.button:hover { - box-shadow: 0px 0px 0px 2px #ffe21f inset !important; - background-color: #ffe21f; - color: #1b1c1d; +.ui.header:last-child { + margin-bottom: 0em; } -.ui.inverted.yellow.buttons .button.active, -.ui.inverted.yellow.button.active { - box-shadow: 0px 0px 0px 2px #ffe21f inset !important; - background-color: #ffe21f; - color: #1b1c1d; +.ui.header + p { + margin-top: 0em; } -.ui.inverted.yellow.buttons .button:active, -.ui.inverted.yellow.button:active { - box-shadow: 0px 0px 0px 2px #ffdf05 inset !important; - background-color: #ffdf05; - color: #1b1c1d; -} +/*-------------- + Page Heading +---------------*/ -/* Inverted Basic */ +h1.ui.header { + min-height: 1rem; + font-size: 2rem; +} -.ui.inverted.yellow.basic.buttons .button, -.ui.inverted.yellow.buttons .basic.button, -.ui.inverted.yellow.basic.button { - background-color: transparent; - box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important; - color: #ffffff !important; +h2.ui.header { + font-size: 1.714rem; } -.ui.inverted.yellow.basic.buttons .button:hover, -.ui.inverted.yellow.buttons .basic.button:hover, -.ui.inverted.yellow.basic.button:hover { - box-shadow: 0px 0px 0px 2px #ffe21f inset !important; - color: #ffe21f !important; +h3.ui.header { + font-size: 1.28rem; } -.ui.inverted.yellow.basic.buttons .button.active, -.ui.inverted.yellow.buttons .basic.button.active, -.ui.inverted.yellow.basic.button.active { - box-shadow: 0px 0px 0px 2px #ffe21f inset !important; - color: #ffe21f !important; +h4.ui.header { + font-size: 1.071rem; } -.ui.inverted.yellow.basic.buttons .button:active, -.ui.inverted.yellow.buttons .basic.button:active, -.ui.inverted.yellow.basic.button:active { - box-shadow: 0px 0px 0px 2px #ffdf05 inset !important; - color: #ffe21f !important; +h5.ui.header { + font-size: 1rem; } -/*------------------- - Primary ---------------------*/ +/*-------------- + Content Heading +---------------*/ -.ui.primary.buttons .button, -.ui.primary.button { - background-color: #3b83c0; - color: #ffffff; - text-shadow: none; - background-image: none; +.ui.tiny.header { + font-size: 1em; } -.ui.primary.button { - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.small.header { + font-size: 1.071em; } -.ui.primary.buttons .button:hover, -.ui.primary.button:hover { - background-color: #458ac6; - color: #ffffff; - text-shadow: none; +.ui.medium.header { + font-size: 1.285em; } -.ui.primary.buttons .button:active, -.ui.primary.button:active { - background-color: #3576ac; - color: #ffffff; - text-shadow: none; +.ui.large.header { + font-size: 1.714em; } -.ui.primary.buttons .active.button, -.ui.primary.button.active { - background-color: #377bb4; - color: #ffffff; - text-shadow: none; +.ui.huge.header { + min-height: 1em; + font-size: 2em; +} + +/*-------------- + Loose Coupling +---------------*/ + +.ui.header .ui.label { + margin: 0em 0em 0em 0.5rem; + vertical-align: middle; } +/******************************* + Types +*******************************/ + /*------------------- - Secondary + Icon --------------------*/ -.ui.secondary.buttons .button, -.ui.secondary.button { - background-color: #1b1c1d; - color: #ffffff; - text-shadow: none; - background-image: none; +.ui.icon.header { + display: block; + text-align: center; + margin: 2rem 0em 1rem; } -.ui.secondary.button { - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.icon.header:first-child { + margin-top: 0em; } -.ui.secondary.buttons .button:hover, -.ui.secondary.button:hover { - background-color: #222425; - color: #ffffff; - text-shadow: none; +.ui.icon.header .icon { + float: none; + display: block; + width: auto; + height: auto; + padding: 0em; + font-size: 3em; + margin: 0em auto 0.25rem; + opacity: 1; } -.ui.secondary.buttons .button:active, -.ui.secondary.button:active { - background-color: #0f0f10; - color: #ffffff; - text-shadow: none; +.ui.icon.header .content { + display: block; } -.ui.secondary.buttons .active.button, -.ui.secondary.button.active { - background-color: #141415; - color: #ffffff; - text-shadow: none; +.ui.icon.header .circular.icon { + font-size: 2em; } -/*--------------- - Positive -----------------*/ - -.ui.positive.buttons .button, -.ui.positive.button { - background-color: #5bbd72 !important; - color: #ffffff; - text-shadow: none; - background-image: none; +.ui.icon.header .square.icon { + font-size: 2em; } -.ui.positive.button { - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +.ui.block.icon.header .icon { + margin-bottom: 0em; } -.ui.positive.buttons .button:hover, -.ui.positive.button:hover, -.ui.positive.buttons .active.button, -.ui.positive.button.active { - background-color: #66c17b !important; - color: #ffffff; - text-shadow: none; +.ui.icon.header.aligned { + margin-left: auto; + margin-right: auto; + display: block; } -.ui.positive.buttons .button:active, -.ui.positive.button:active { - background-color: #49b562 !important; - color: #ffffff; - text-shadow: none; -} +/******************************* + States +*******************************/ -.ui.positive.buttons .button.active, -.ui.positive.buttons .button.active:active, -.ui.positive.button.active, -.ui.positive.button .button.active:active { - background-color: #50b969; - color: #ffffff; - text-shadow: none; +.ui.disabled.header { + opacity: 0.3; } -/*--------------- - Negative -----------------*/ +/******************************* + Variations +*******************************/ -.ui.negative.buttons .button, -.ui.negative.button { - background-color: #d95c5c !important; - color: #ffffff; - text-shadow: none; - background-image: none; +/*------------------- + Colors +--------------------*/ + +.ui.black.header { + color: #1b1c1d !important; } -.ui.negative.button { - box-shadow: 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +a.ui.black.header:hover { + color: #222425 !important; } -.ui.negative.buttons .button:hover, -.ui.negative.button:hover, -.ui.negative.buttons .active.button, -.ui.negative.button.active { - background-color: #dc6868 !important; - color: #ffffff; - text-shadow: none; +.ui.blue.header { + color: #3b83c0 !important; } -.ui.negative.buttons .button:active, -.ui.negative.button:active { - background-color: #d44747 !important; - color: #ffffff; - text-shadow: none; +a.ui.blue.header:hover { + color: #458ac6 !important; } -.ui.negative.buttons .button.active, -.ui.negative.buttons .button.active:active, -.ui.negative.button.active, -.ui.negative.button .button.active:active { - background-color: #d65050; - color: #ffffff; - text-shadow: none; +.ui.green.header { + color: #5bbd72 !important; } -/******************************* - Groups -*******************************/ +a.ui.green.header:hover { + color: #66c17b !important; +} -.ui.buttons { - display: inline-block; - vertical-align: middle; - margin: 0em 0.25em 0em 0em; +.ui.orange.header { + color: #e07b53 !important; } -.ui.buttons > .button:hover, -.ui.buttons > .button.active { - position: relative; +a.ui.orange.header:hover { + color: #e28560 !important; } -.ui.buttons:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; +.ui.pink.header { + color: #d9499a !important; } -.ui.buttons .button:first-child { - border-left: none; +a.ui.pink.header:hover { + color: #dc56a1 !important; } -.ui.buttons:not(.basic):not(.inverted) { - box-shadow: none; +.ui.purple.header { + color: #564f8a !important; } -.ui.buttons > .ui.button:not(.basic):not(.inverted), -.ui.buttons:not(.basic):not(.inverted) > .button { - box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset; +a.ui.purple.header:hover { + color: #5c5594 !important; } -.ui.buttons .button { - margin: 0em; - float: left; - border-radius: 0em; - margin: 0px 0px 0px 0px; +.ui.red.header { + color: #d95c5c !important; } -.ui.buttons .button:first-child { - margin-left: 0em; - border-top-left-radius: 0.2857rem; - border-bottom-left-radius: 0.2857rem; +a.ui.red.header:hover { + color: #dc6868 !important; } -.ui.buttons .button:last-child { - border-top-right-radius: 0.2857rem; - border-bottom-right-radius: 0.2857rem; +.ui.teal.header { + color: #00b5ad !important; } -/* Vertical Style */ +a.ui.teal.header:hover { + color: #00c4bc !important; +} -.ui.vertical.buttons { - display: inline-block; +.ui.yellow.header { + color: #f2c61f !important; } -.ui.vertical.buttons .button { - display: block; - float: none; - margin: 0px 0px 0px 0px; - box-shadow: none; +a.ui.yellow.header:hover { + color: #f3ca2d !important; } -.ui.vertical.buttons .button:first-child, -.ui.vertical.buttons .mini.button:first-child, -.ui.vertical.buttons .tiny.button:first-child, -.ui.vertical.buttons .small.button:first-child, -.ui.vertical.buttons .massive.button:first-child, -.ui.vertical.buttons .huge.button:first-child { - border-radius: 0.2857rem 0.2857rem 0px 0px; +.ui.black.dividing.header { + border-bottom: 2px solid #1b1c1d; } -.ui.vertical.buttons .button:last-child, -.ui.vertical.buttons .mini.button:last-child, -.ui.vertical.buttons .tiny.button:last-child, -.ui.vertical.buttons .small.button:last-child, -.ui.vertical.buttons .massive.button:last-child, -.ui.vertical.buttons .huge.button:last-child, -.ui.vertical.buttons .gigantic.button:last-child { - margin-bottom: 0px; - border-radius: 0px 0px 0.2857rem 0.2857rem; +.ui.blue.dividing.header { + border-bottom: 2px solid #3b83c0; } -/******************************* - Theme Overrides -*******************************/ +.ui.green.dividing.header { + border-bottom: 2px solid #5bbd72; +} -/******************************* - Site Overrides -*******************************/ +.ui.orange.dividing.header { + border-bottom: 2px solid #e07b53; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ - -/******************************* - Standard -*******************************/ - -/*-------------- - Cards ----------------*/ +.ui.pink.dividing.header { + border-bottom: 2px solid #d9499a; +} -.ui.cards { - margin: 1em -0.5em 0em; +.ui.purple.dividing.header { + border-bottom: 2px solid #564f8a; } -.ui.cards > .card { - display: block; - margin: 0em 0.5em 1.5em; - float: left; +.ui.red.dividing.header { + border-bottom: 2px solid #d95c5c; } -.ui.cards:first-child, -.ui.card:first-child { - margin-top: 0em; +.ui.teal.dividing.header { + border-bottom: 2px solid #00b5ad; } -.ui.cards:last-child, -.ui.card:last-child { - margin-bottom: 0em; +.ui.yellow.dividing.header { + border-bottom: 2px solid #f2c61f; } -/* Clearing */ +/*------------------- + Inverted +--------------------*/ -.ui.cards:after, -.ui.card:after { - display: block; - content: ' '; - height: 0px; - clear: both; - overflow: hidden; - visibility: hidden; +.ui.inverted.header { + color: #ffffff; } -/*-------------- - Card ----------------*/ - -.ui.cards > .card, -.ui.card { - max-width: 100%; - position: relative; - display: block; - width: 290px; - min-height: 0px; - background: #ffffff; - padding: 0em; - border: none; - border-radius: 0.2857rem; - box-shadow: 0px 0.2em 0px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5; - -webkit-transition: box-shadow 0.2s ease; - transition: box-shadow 0.2s ease; - z-index: ''; +.ui.inverted.header .sub.header { + color: rgba(255, 255, 255, 0.85); } -.ui.card { - margin: 1em 0em; +.ui.inverted.attached.header { + background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + box-shadow: none; } -.ui.cards > .card a, -.ui.card a { - cursor: pointer; +.ui.inverted.block.header { + background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + box-shadow: none; } -/*-------------- - Rounded Edges ----------------*/ +/*------------------- + Inverted Colors +--------------------*/ -.ui.cards > .card > :first-child, -.ui.card > :first-child { - border-radius: 0.2857rem 0.2857rem 0em 0em !important; +.ui.inverted.black.header { + color: #aaaaaa !important; } -.ui.cards > .card > :last-child, -.ui.card > :last-child { - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +a.ui.inverted.black.header:hover { + color: #b2b2b2 !important; } -/*-------------- - Images ----------------*/ +.ui.inverted.blue.header { + color: #54c8ff !important; +} -.ui.cards > .card > .image, -.ui.card > .image { - display: block; - position: relative; - padding: 0em; - background: rgba(0, 0, 0, 0.05); +a.ui.inverted.blue.header:hover { + color: #63cdff !important; } -.ui.cards > .card > .image > img, -.ui.card > .image > img { - display: block; - width: 100%; - height: auto; - border-radius: 0.2857rem 0.2857rem 0em 0em; - border: none; +.ui.inverted.green.header { + color: #2ecc40 !important; } -.ui.cards > .card > .image:only-child > img, -.ui.card > .image:only-child > img { - border-radius: 0.2857rem; +a.ui.inverted.green.header:hover { + color: #37d249 !important; } -/*-------------- - Content ----------------*/ +.ui.inverted.orange.header { + color: #ff851b !important; +} -.ui.cards > .card > .content, -.ui.card > .content { - background: none; - margin: 0em; - padding: 1em 1em; - box-shadow: none; - font-size: 1em; - border: none; - border-radius: 0em; +a.ui.inverted.orange.header:hover { + color: #ff8d2a !important; } -.ui.cards > .card > .content:after, -.ui.card > .content:after { - display: block; - content: ' '; - height: 0px; - clear: both; - overflow: hidden; - visibility: hidden; +.ui.inverted.pink.header { + color: #ff8edf !important; } -.ui.cards > .card > .content > .header, -.ui.card > .content > .header { - display: block; - margin: 0em; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - color: rgba(0, 0, 0, 0.85); +a.ui.inverted.pink.header:hover { + color: #ff9de3 !important; } -/* Default Header Size */ +.ui.inverted.purple.header { + color: #cdc6ff !important; +} -.ui.cards > .card > .content > .header:not(.ui), -.ui.card > .content > .header:not(.ui) { - font-weight: bold; - font-size: 1.2em; - margin-top: -0.165em; - line-height: 1.33em; +a.ui.inverted.purple.header:hover { + color: #dad5ff !important; } -.ui.cards > .card > .content > .meta + .description, -.ui.cards > .card > .content > .header + .description, -.ui.card > .content > .meta + .description, -.ui.card > .content > .header + .description { - margin-top: 0.5em; +.ui.inverted.red.header { + color: #ff695e !important; } -/*-------------- - Floated ----------------*/ +a.ui.inverted.red.header:hover { + color: #ff776d !important; +} -.ui.cards > .card [class*="left floated"], -.ui.card [class*="left floated"] { - float: left; +.ui.inverted.teal.header { + color: #6dffff !important; } -.ui.cards > .card [class*="right floated"], -.ui.card [class*="right floated"] { - float: right; +a.ui.inverted.teal.header:hover { + color: #7cffff !important; } -/*-------------- - Content Image ----------------*/ +.ui.inverted.yellow.header { + color: #ffe21f !important; +} -.ui.cards > .card .content img, -.ui.card .content img { - display: inline-block; - vertical-align: middle; - width: 2em; +a.ui.inverted.yellow.header:hover { + color: #ffe42e !important; } -.ui.cards > .card img.avatar, -.ui.cards > .card .avatar img, -.ui.card img.avatar, -.ui.card .avatar img { - width: 2em; - height: 2em; - border-radius: 500rem; +.ui.inverted.block.header { + border-bottom: none; } -/*-------------- - Description ----------------*/ +/*------------------- + Aligned +--------------------*/ -.ui.cards > .card > .content > .description, -.ui.card > .content > .description { - clear: both; - color: rgba(0, 0, 0, 0.5); +.ui.left.aligned.header { + text-align: left; } -/*-------------- - Paragraph ----------------*/ +.ui.right.aligned.header { + text-align: right; +} -.ui.cards > .card > .content p, -.ui.card > .content p { - margin: 0em 0em 0.5em; +.ui.centered.header, +.ui.center.aligned.header { + text-align: center; } -.ui.cards > .card > .content p:last-child, -.ui.card > .content p:last-child { - margin-bottom: 0em; +.ui.justified.header { + text-align: justify; } -/*-------------- - Meta ----------------*/ - -.ui.cards > .card .meta, -.ui.card .meta { - font-size: 0.9em; - color: rgba(0, 0, 0, 0.4); +.ui.justified.header:after { + display: inline-block; + content: ''; + width: 100%; } -.ui.cards > .card .meta *, -.ui.card .meta * { - margin-right: 0.3em; -} +/*------------------- + Floated +--------------------*/ -.ui.cards > .card .meta :last-child, -.ui.card .meta :last-child { - margin-right: 0em; +.ui.floated.header, +.ui.left.floated.header { + float: left; + margin-top: 0em; + margin-right: 0.5em; } -.ui.cards > .card .meta [class*="right floated"], -.ui.card .meta [class*="right floated"] { - margin-right: 0em; - margin-left: 0.3em; +.ui.right.floated.header { + float: right; + margin-top: 0em; + margin-left: 0.5em; } -/*-------------- - Links ----------------*/ - -/* Generic */ - -.ui.cards > .card > .content a, -.ui.card > .content a { - color: #009fda; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; -} +/*------------------- + Fittted +--------------------*/ -.ui.cards > .card > .content a:hover, -.ui.card > .content a:hover { - color: #00b2f3; +.ui.fitted.header { + padding: 0em; } -/* Header */ - -.ui.cards > .card > .content > a.header, -.ui.card > .content > a.header { - color: rgba(0, 0, 0, 0.85); -} +/*------------------- + Dividing +--------------------*/ -.ui.cards > .card > .content > a.header:hover, -.ui.card > .content > a.header:hover { - color: #00b2f3; +.ui.dividing.header { + padding-bottom: 0.5rem; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); } -/* Meta */ - -.ui.cards > .card .meta a, -.ui.card .meta a { - color: rgba(0, 0, 0, 0.4); +.ui.dividing.header .sub.header { + padding-bottom: 0.5rem; } -.ui.cards > .card .meta a:hover, -.ui.card .meta a:hover { - color: rgba(0, 0, 0, 0.8); +.ui.dividing.header .icon { + margin-bottom: 0.2em; } -/*-------------- - Buttons ----------------*/ - -.ui.cards > .card > .buttons:last-child, -.ui.card > .buttons:last-child, -.ui.cards > .card > .button:last-child, -.ui.card > .button:last-child { - margin: 0em -1px -0.2em; - width: -webkit-calc(100% + 2px ); - width: calc(100% + 2px ); +.ui.inverted.dividing.header { + border-bottom-color: rgba(255, 255, 255, 0.2); } -/*-------------- - Labels ----------------*/ - -/*-----Star----- */ - -/* Icon */ +/*------------------- + Block +--------------------*/ -.ui.cards > .card > .content .star.icon, -.ui.card > .content .star.icon { - cursor: pointer; - opacity: 0.75; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +.ui.block.header { + background: #f0f0f0; + padding: 0.75rem 1rem; + box-shadow: none; + border: 1px solid #d4d4d5; + border-radius: 0.3125rem; } -.ui.cards > .card > .content .star.icon:hover, -.ui.card > .content .star.icon:hover { - opacity: 1; - color: #ac9400; +.ui.tiny.block.header { + font-size: 1em; } -.ui.cards > .card > .content .active.star.icon, -.ui.card > .content .active.star.icon { - color: #e9b539; +.ui.small.block.header { + font-size: 1.071em; } -/*-----Like----- */ - -/* Icon */ - -.ui.cards > .card > .content .like.icon, -.ui.card > .content .like.icon { - cursor: pointer; - opacity: 0.75; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1.285em; } -.ui.cards > .card > .content .like.icon:hover, -.ui.card > .content .like.icon:hover { - opacity: 1; - color: #ffadae; +.ui.large.block.header { + font-size: 1.714em; } -.ui.cards > .card > .content .active.like.icon, -.ui.card > .content .active.like.icon { - color: #ef404a; +.ui.huge.block.header { + font-size: 2em; } -/*---------------- - Extra Content ------------------*/ +/*------------------- + Attached +--------------------*/ -.ui.cards > .card > .extra, -.ui.card > .extra { - max-width: 100%; - min-height: 0em !important; - position: static; - background: none; - width: auto; - margin: 0em 0em; - padding: 0.75em 1em; - top: 0em; - left: 0em; - color: rgba(0, 0, 0, 0.4); +.ui.attached.header { + background: #ffffff; + padding: 0.75rem 1rem; + margin-left: -1px; + margin-right: -1px; box-shadow: none; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; - border-top: 1px solid rgba(0, 0, 0, 0.05); + border: 1px solid #d4d4d5; } -.ui.cards > .card > .extra a, -.ui.card > .extra a { - color: rgba(0, 0, 0, 0.4); +.ui.attached.block.header { + background: #f0f0f0; } -.ui.cards > .card > .extra a:hover, -.ui.card > .extra a:hover { - color: #00b2f3; +.ui.attached:not(.top):not(.bottom).header { + margin-top: 0em; + margin-bottom: 0em; + border-top: none; + border-bottom: none; + border-radius: 0em; } -/******************************* - Variations -*******************************/ - -/*------------------- - Fluid ---------------------*/ - -.ui.fluid.card { - width: 100%; - max-width: 9999px; +.ui.top.attached.header { + margin-bottom: 0em; + border-bottom: none; + border-radius: 0.3125rem 0.3125rem 0em 0em; } -/*------------------- - Link ---------------------*/ - -.ui.cards a.card:hover, -.ui.link.cards .card:hover, -a.ui.card:hover, -.ui.link.card:hover { - cursor: pointer; - z-index: 5; - background: ''; - border: none; - box-shadow: 0px 0.2em 0px 0px #bebebf, 0px 0px 0px 1px rgba(39, 41, 43, 0.2); +.ui.bottom.attached.header { + margin-top: 0em; + border-top: none; + border-radius: 0em 0em 0.3125rem 0.3125rem; } -/*-------------- - Card Count ----------------*/ - -.ui.one.cards { - margin-left: 0em; - margin-right: 0em; -} +/* Attached Sizes */ -.ui.one.cards > .card { - width: 100%; +.ui.tiny.attached.header { + font-size: 0.875em; } -.ui.two.cards { - margin-left: -1em; - margin-right: -1em; +.ui.small.attached.header { + font-size: 0.9em; } -.ui.two.cards > .card { - width: -webkit-calc( 50% - 2em ); - width: calc( 50% - 2em ); - margin-left: 1em; - margin-right: 1em; +.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { + font-size: 1em; } -.ui.two.cards > .card:nth-child(2n+1) { - clear: left; +.ui.large.attached.header { + font-size: 1.1em; } -.ui.three.cards { - margin-left: -1em; - margin-right: -1em; +.ui.huge.attached.header { + font-size: 1.2em; } -.ui.three.cards > .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; -} +/*------------------- + Sizing +--------------------*/ -.ui.three.cards > .card:nth-child(3n+1) { - clear: left; +.ui.header { + font-size: 1.285em; } -.ui.four.cards { - margin-left: -0.75em; - margin-right: -0.75em; -} +/******************************* + Theme Overrides +*******************************/ -.ui.four.cards > .card { - width: -webkit-calc( 25% - 1.5em ); - width: calc( 25% - 1.5em ); - margin-left: 0.75em; - margin-right: 0.75em; +/******************************* + Site Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Icon +*******************************/ + +@font-face { + font-family: 'Icons'; + src: url("themes/default/assets/fonts/icons.eot"); + src: url("themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("themes/default/assets/fonts/icons.svg#icons") format('svg'), url("themes/default/assets/fonts/icons.woff") format('woff'), url("themes/default/assets/fonts/icons.ttf") format('truetype'); + font-style: normal; + font-weight: normal; + font-variant: normal; + text-decoration: inherit; + text-transform: none; } -.ui.four.cards > .card:nth-child(4n+1) { - clear: left; +i.icon { + display: inline-block; + opacity: 0.75; + margin: 0em 0.25rem 0em 0em; + width: 1.23em; + height: 0.9em; + font-family: 'Icons'; + font-style: normal; + line-height: 1; + font-weight: normal; + text-decoration: inherit; + text-align: center; + speak: none; + font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } -.ui.five.cards { - margin-left: -0.75em; - margin-right: -0.75em; +i.icon:before { + background: none !important; } -.ui.five.cards > .card { - width: -webkit-calc( 20% - 1.5em ); - width: calc( 20% - 1.5em ); - margin-left: 0.75em; - margin-right: 0.75em; +/******************************* + Types +*******************************/ + +/*-------------- + Loading +---------------*/ + +i.icon.loading { + height: 1em; + -webkit-animation: icon-loading 2s linear infinite; + animation: icon-loading 2s linear infinite; } -.ui.five.cards > .card:nth-child(5n+1) { - clear: left; +@-webkit-keyframes icon-loading { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } } -.ui.six.cards { - margin-left: -0.75em; - margin-right: -0.75em; +@keyframes icon-loading { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } } -.ui.six.cards > .card { - width: -webkit-calc( 16.66666667% - 1.5em ); - width: calc( 16.66666667% - 1.5em ); - margin-left: 0.75em; - margin-right: 0.75em; +/******************************* + States +*******************************/ + +i.icon.hover { + opacity: 1; } -.ui.six.cards > .card:nth-child(6n+1) { - clear: left; +i.icon.active { + opacity: 1; } -.ui.seven.cards { - margin-left: -0.5em; - margin-right: -0.5em; +i.emphasized.icon { + opacity: 1; } -.ui.seven.cards > .card { - width: -webkit-calc( 14.28571429% - 1em ); - width: calc( 14.28571429% - 1em ); - margin-left: 0.5em; - margin-right: 0.5em; +i.icon.disabled { + opacity: 0.3; } -.ui.seven.cards > .card:nth-child(7n+1) { - clear: left; +/******************************* + Variations +*******************************/ + +/*------------------- + Link +--------------------*/ + +i.link.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; } -.ui.eight.cards { - margin-left: -0.5em; - margin-right: -0.5em; +i.link.icon:hover { + opacity: 1 !important; } -.ui.eight.cards > .card { - width: -webkit-calc( 12.5% - 1em ); - width: calc( 12.5% - 1em ); - margin-left: 0.5em; - margin-right: 0.5em; - font-size: 11px; +/*------------------- + Circular +--------------------*/ + +i.circular.icon { + border-radius: 500em !important; + padding: 0.5em 0.35em !important; + box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; + line-height: 1 !important; + width: 2em !important; + height: 2em !important; } -.ui.eight.cards > .card:nth-child(8n+1) { - clear: left; +i.circular.inverted.icon { + border: none; + box-shadow: none; } -.ui.nine.cards { - margin-left: -0.5em; - margin-right: -0.5em; +/*------------------- + Flipped +--------------------*/ + +i.flipped.icon, +i.horizontally.flipped.icon { + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); } -.ui.nine.cards > .card { - width: -webkit-calc( 11.11111111% - 1em ); - width: calc( 11.11111111% - 1em ); - margin-left: 0.5em; - margin-right: 0.5em; - font-size: 10px; +i.vertically.flipped.icon { + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); } -.ui.nine.cards > .card:nth-child(9n+1) { - clear: left; +/*------------------- + Rotated +--------------------*/ + +i.rotated.icon, +i.right.rotated.icon, +i.clockwise.rotated.icon { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); } -.ui.ten.cards { - margin-left: -0.5em; - margin-right: -0.5em; +i.left.rotated.icon, +i.counterclockwise.rotated.icon { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); } -.ui.ten.cards > .card { - width: -webkit-calc( 10% - 1em ); - width: calc( 10% - 1em ); - margin-left: 0.5em; - margin-right: 0.5em; +/*------------------- + Bordered +--------------------*/ + +i.bordered.icon { + width: 2em; + height: 2em; + padding: 0.55em 0.385em !important; + box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; + vertical-align: baseline; } -.ui.ten.cards > .card:nth-child(10n+1) { - clear: left; +i.bordered.inverted.icon { + border: none; + box-shadow: none; } /*------------------- - Doubling + Colors --------------------*/ -/* Mobily Only */ +i.white.icon { + color: #ffffff !important; +} -@media only screen and (max-width: 767px) { - .ui.two.doubling.cards { - margin-left: 0em; - margin-right: 0em; - } - - .ui.two.doubling.cards .card { - width: 100%; - margin-left: 0em; - margin-right: 0em; - } - - .ui.three.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.three.doubling.cards .card { - width: -webkit-calc( 50% - 2em ); - width: calc( 50% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.four.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.four.doubling.cards .card { - width: -webkit-calc( 50% - 2em ); - width: calc( 50% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.five.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.five.doubling.cards .card { - width: -webkit-calc( 50% - 2em ); - width: calc( 50% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.six.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.six.doubling.cards .card { - width: -webkit-calc( 50% - 2em ); - width: calc( 50% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.seven.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.seven.doubling.cards .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.eight.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.eight.doubling.cards .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.nine.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.nine.doubling.cards .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.ten.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.ten.doubling.cards .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; - } +i.black.icon { + color: #1b1c1d !important; } -/* Tablet Only */ - -@media only screen and (min-width: 768px) and (max-width: 991px) { - .ui.two.doubling.cards { - margin-left: 0em; - margin-right: 0em; - } - - .ui.two.doubling.cards .card { - width: 100%; - margin-left: 0em; - margin-right: 0em; - } - - .ui.three.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.three.doubling.cards .card { - width: -webkit-calc( 50% - 2em ); - width: calc( 50% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.four.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.four.doubling.cards .card { - width: -webkit-calc( 50% - 2em ); - width: calc( 50% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.five.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.five.doubling.cards .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.six.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.six.doubling.cards .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.eight.doubling.cards { - margin-left: -1em; - margin-right: -1em; - } - - .ui.eight.doubling.cards .card { - width: -webkit-calc( 33.33333333% - 2em ); - width: calc( 33.33333333% - 2em ); - margin-left: 1em; - margin-right: 1em; - } - - .ui.eight.doubling.cards { - margin-left: -0.75em; - margin-right: -0.75em; - } - - .ui.eight.doubling.cards .card { - width: -webkit-calc( 25% - 1.5em ); - width: calc( 25% - 1.5em ); - margin-left: 0.75em; - margin-right: 0.75em; - } - - .ui.nine.doubling.cards { - margin-left: -0.75em; - margin-right: -0.75em; - } - - .ui.nine.doubling.cards .card { - width: -webkit-calc( 25% - 1.5em ); - width: calc( 25% - 1.5em ); - margin-left: 0.75em; - margin-right: 0.75em; - } - - .ui.ten.doubling.cards { - margin-left: -0.75em; - margin-right: -0.75em; - } - - .ui.ten.doubling.cards .card { - width: -webkit-calc( 20% - 1.5em ); - width: calc( 20% - 1.5em ); - margin-left: 0.75em; - margin-right: 0.75em; - } +i.blue.icon { + color: #3b83c0 !important; } -/*------------------- - Stackable ---------------------*/ - -@media only screen and (max-width: 767px) { - .ui.stackable.cards { - display: block !important; - } - - .ui.stackable.cards > .card { - display: block !important; - height: auto !important; - margin: 1em 1em; - padding: 0 !important; - width: -webkit-calc( 100% - 2em ) !important; - width: calc( 100% - 2em ) !important; - } +i.green.icon { + color: #5bbd72 !important; } -/*-------------- - Size ----------------*/ - -.ui.cards > .card { - font-size: 1em; +i.orange.icon { + color: #e07b53 !important; } -/******************************* - Item -*******************************/ - -/*------------------- - View ---------------------*/ - -/* Item */ - -/* Item Group */ - -/*------------------- - Content ---------------------*/ - -/* Image */ - -/* Content */ - -/* Title */ - -/* Metadata */ - -/* Description */ - -/* Image */ - -/* Paragraph */ - -/* Additional Content */ - -/*------------------- - States ---------------------*/ - -/*------------------- - Variations ---------------------*/ - -/* Sizes */ - -/******************************* - User Variable Overrides -*******************************/ - -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.pink.icon { + color: #d9499a !important; +} -/******************************* - Chat Room -*******************************/ +i.purple.icon { + color: #564f8a !important; +} -.ui.chatroom { - background-color: #F8F8F8; - width: 330px; - height: 370px; - padding: 0px; +i.red.icon { + color: #d95c5c !important; } -.ui.chatroom .room { - position: relative; - background-color: #FFFFFF; - overflow: hidden; - height: 286px; - border: 1px solid rgba(0, 0, 0, 0.1); - border-top: none; - border-bottom: none; +i.teal.icon { + color: #00b5ad !important; } -.ui.chatroom .room .loader { - display: none; - margin: -25px 0px 0px -25px; +i.yellow.icon { + color: #f2c61f !important; } -/* Chat Room Actions */ +/*------------------- + Inverted +--------------------*/ -.ui.chatroom .actions { - overflow: hidden; - background-color: #EEEEEE; - padding: 4px; - border: 1px solid rgba(0, 0, 0, 0.1); - border-radius: 5px 5px 0px 0px; +i.inverted.icon { + color: #ffffff; } -.ui.chatroom .actions .button { - float: right; - margin-left: 3px; +i.inverted.black.icon { + color: #333333 !important; } -/* Online User Count */ +i.inverted.blue.icon { + color: #54c8ff !important; +} -.ui.chatroom .actions .message { - float: left; - margin-left: 6px; - font-size: 11px; - color: #AAAAAA; - text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.8); - line-height: 28px; +i.inverted.green.icon { + color: #2ecc40 !important; } -.ui.chatroom .actions .message .loader { - display: inline-block; - margin-right: 8px; +i.inverted.orange.icon { + color: #ff851b !important; } -/* Chat Room Text Log */ +i.inverted.pink.icon { + color: #ff8edf !important; +} -.ui.chatroom .log { - float: left; - overflow: auto; - overflow-x: hidden; - overflow-y: auto; +i.inverted.purple.icon { + color: #cdc6ff !important; } -.ui.chatroom .log .message { - padding: 3px 0px; - border-top: 1px dotted #DADADA; +i.inverted.red.icon { + color: #ff695e !important; } -.ui.chatroom .log .message:first-child { - border-top: none; +i.inverted.teal.icon { + color: #6dffff !important; +} + +i.inverted.yellow.icon { + color: #ffe21f !important; } -/* status event */ +/* Inverted Shapes */ -.ui.chatroom .status { - padding: 5px 0px; - color: #AAAAAA; - font-size: 12px; - font-style: italic; - line-height: 1.33; - border-top: 1px dotted #DADADA; +i.inverted.bordered.icon, +i.inverted.circular.icon { + background-color: #222222 !important; + color: #FFFFFF !important; } -.ui.chatroom .log .status:first-child { - border-top: none; +i.inverted.bordered.black.icon, +i.inverted.circular.black.icon { + background-color: #1b1c1d !important; + color: #FFFFFF !important; } -.ui.chatroom .log .flag { - float: left; +i.inverted.bordered.blue.icon, +i.inverted.circular.blue.icon { + background-color: #3b83c0 !important; + color: #FFFFFF !important; } -.ui.chatroom .log p { - margin-left: 0px; +i.inverted.bordered.green.icon, +i.inverted.circular.green.icon { + background-color: #5bbd72 !important; + color: #FFFFFF !important; } -.ui.chatroom .log .author { - font-weight: bold; - -webkit-transition: color 0.3s ease-out; - transition: color 0.3s ease-out; +i.inverted.bordered.orange.icon, +i.inverted.circular.orange.icon { + background-color: #e07b53 !important; + color: #FFFFFF !important; } -.ui.chatroom .log a.author:hover { - opacity: 0.8; +i.inverted.bordered.pink.icon, +i.inverted.circular.pink.icon { + background-color: #d9499a !important; + color: #FFFFFF !important; } -.ui.chatroom .log .message.admin p { - font-weight: bold; - margin: 1px 0px 0px 23px; +i.inverted.bordered.purple.icon, +i.inverted.circular.purple.icon { + background-color: #564f8a !important; + color: #FFFFFF !important; } -.ui.chatroom .log .divider { - margin: -1px 0px; - font-size: 11px; - padding: 10px 0px; - border-top: 1px solid #F8F8F8; - border-bottom: 1px solid #F8F8F8; +i.inverted.bordered.red.icon, +i.inverted.circular.red.icon { + background-color: #d95c5c !important; + color: #FFFFFF !important; } -.ui.chatroom .log .divider .rule { - top: 50%; - width: 15%; +i.inverted.bordered.teal.icon, +i.inverted.circular.teal.icon { + background-color: #00b5ad !important; + color: #FFFFFF !important; } -.ui.chatroom .log .divider .label { - color: #777777; - margin: 0px; +i.inverted.bordered.yellow.icon, +i.inverted.circular.yellow.icon { + background-color: #f2c61f !important; + color: #FFFFFF !important; } -/* Chat Room User List */ +/*------------------- + Sizes +--------------------*/ -.ui.chatroom .room .list { - position: relative; - overflow: auto; - overflow-x: hidden; - overflow-y: auto; - float: left; - background-color: #EEEEEE; - border-left: 1px solid #DDDDDD; +i.small.icon { + font-size: 0.875em; } -.ui.chatroom .room .list .user { - display: table; - padding: 3px 7px; - border-bottom: 1px solid #DDDDDD; +i.icon { + font-size: 1em; } -.ui.chatroom .room .list .user:hover { - background-color: #F8F8F8; +i.large.icon { + font-size: 1.5em; + vertical-align: middle; } -.ui.chatroom .room .list .image { - display: table-cell; +i.big.icon { + font-size: 2em; vertical-align: middle; - width: 20px; } -.ui.chatroom .room .list .image img { - width: 20px; - height: 20px; +i.huge.icon { + font-size: 4em; vertical-align: middle; } -.ui.chatroom .room .list p { - display: table-cell; +i.massive.icon { + font-size: 8em; vertical-align: middle; - padding-left: 7px; - padding-right: 14px; - font-size: 11px; - line-height: 1.2; - font-weight: bold; } -.ui.chatroom .room .list a:hover { - opacity: 0.8; -} +/* + * # Semantic - Icon + * http://github.com/jlukic/semantic-ui/ + * + * + * Copyright 2014 Contributor + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -/* User List Loading */ +/* + * Font Awesome 4.0.3 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fon.io. Stay up to date on Twitter at + * http://twitter.com/fon. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL -.ui.chatroom.loading .loader { - display: block; -} -/* Chat Room Talk Input */ -.ui.chatroom .talk { - border: 1px solid rgba(0, 0, 0, 0.1); - padding: 5px 0px 0px; - background-color: #EEEEEE; - border-radius: 0px 0px 5px 5px; -} +/******************************* -.ui.chatroom .talk .avatar, -.ui.chatroom .talk input, -.ui.chatroom .talk .button { - float: left; -} +Semantic-UI integration of font-awesome : -.ui.chatroom .talk .avatar img { - display: block; - width: 30px; - height: 30px; - margin-right: 4px; - border-radius: 500rem; -} +///class names are separated +i.icon.circle => i.icon.circle +i.icon.circle-o => i.icon.circle.outline -.ui.chatroom .talk input { - border: 1px solid #CCCCCC; - margin: 0px; - width: 196px; - height: 14px; - padding: 8px 5px; - font-size: 12px; - color: #555555; -} +//abbreviation are replaced by full letters: +i.icon.ellipsis-h => i.icon.ellipsis.horizontal +i.icon.ellipsis-v => i.icon.ellipsis.vertical +.alpha => .i.icon.alphabet +.asc => .i.icon.ascending +.desc => .i.icon.descending +.alt =>.alternate -.ui.chatroom .talk input.focus { - border: 1px solid #AAAAAA; -} +ASCII order is conserved for easier maintenance. -.ui.chatroom .send { - width: 80px; - height: 32px; - margin-left: -1px; - padding: 4px 12px; - font-size: 12px; - line-height: 23px; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; - border-radius: 0 5px 5px 0; -} +Icons that only have one style 'outline', 'square' etc do not require this class +for instance `lemon icon` not `lemon outline icon` since there is only one lemon -.ui.chatroom .talk .log-in.button { - display: block; - float: none; - margin-top: -6px; - height: 22px; - border-radius: 0px 0px 4px 4px; -} +*******************************/ -.ui.chatroom .talk .log-in.button i { - vertical-align: text-top; -} +/******************************* + Icons +*******************************/ -/* Quirky Flags */ +/* Web Content */ -.ui.chatroom .log .team.flag { - width: 18px; +i.icon.search:before { + content: "\f002"; } -/* Chat room Loaded */ - -.ui.chatroom.loading .loader { - display: block; +i.icon.mail.outline:before { + content: "\f003"; } -/* Standard Size */ +i.icon.external.link:before { + content: "\f08e"; +} -.ui.chatroom { - width: 330px; - height: 370px; +i.icon.wifi:before { + content: "\f012"; } -.ui.chatroom .room .container { - width: 3000px; +i.icon.setting:before { + content: "\f013"; } -.ui.chatroom .log { - width: 314px; - height: 278px; - padding: 4px 7px; +i.icon.home:before { + content: "\f015"; } -.ui.chatroom .room .list { - width: 124px; - height: 278px; - padding: 4px 0px; +i.icon.inbox:before { + content: "\f01c"; } -.ui.chatroom .room .list .user { - width: 110px; +i.icon.browser:before { + content: "\f022"; } -.ui.chatroom .talk { - height: 40px; +i.icon.tag:before { + content: "\f02b"; } -/******************************* - Theme Overrides -*******************************/ +i.icon.tags:before { + content: "\f02c"; +} -/******************************* - User Overrides -*******************************/ +i.icon.calendar:before { + content: "\f073"; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.icon.comment:before { + content: "\f075"; +} -/******************************* - Checkbox -*******************************/ +i.icon.comments:before { + content: "\f086"; +} -/*-------------- - Content ----------------*/ +i.icon.shop:before { + content: "\f07a"; +} -.ui.checkbox { - position: relative; - display: inline-block; - height: 17px; - font-size: 1rem; - line-height: 15px; - min-width: 17px; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - outline: none; - vertical-align: middle; +i.icon.privacy:before { + content: "\f084"; } -.ui.checkbox input { - position: absolute; - top: 0px; - left: 0px; - opacity: 0 !important; - outline: none; - z-index: -1; +i.icon.settings:before { + content: "\f085"; } -/*-------------- - Box ----------------*/ +i.icon.trophy:before { + content: "\f091"; +} -.ui.checkbox .box, -.ui.checkbox label { - cursor: pointer; - padding-left: 1.75em; - outline: none; +i.icon.payment:before { + content: "\f09d"; } -.ui.checkbox label { - font-size: 1em; +i.icon.feed:before { + content: "\f09e"; } -.ui.checkbox .box:before, -.ui.checkbox label:before { - position: absolute; - line-height: 1; - width: 17px; - height: 17px; - top: 0em; - left: 0em; - content: ''; - background: #ffffff; - border-radius: 0.25em; - -webkit-transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease; - transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease; - border: 1px solid #d4d4d5; +i.icon.alarm.outline:before { + content: "\f0a2"; } -/*-------------- - Checkmark ----------------*/ +i.icon.tasks:before { + content: "\f0ae"; +} -.ui.checkbox .box:after, -.ui.checkbox label:after { - position: absolute; - top: 0px; - left: 0px; - line-height: 17px; - width: 17px; - height: 17px; - text-align: center; - opacity: 0; - color: rgba(0, 0, 0, 0.8); - -webkit-transition: all 0.1s ease; - transition: all 0.1s ease; +i.icon.cloud:before { + content: "\f0c2"; } -/*-------------- - Label ----------------*/ +i.icon.lab:before { + content: "\f0c3"; +} -/* Inside */ +i.icon.mail:before { + content: "\f0e0"; +} -.ui.checkbox label, -.ui.checkbox + label { - cursor: pointer; - color: rgba(0, 0, 0, 0.8); - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +i.icon.idea:before { + content: "\f0eb"; } -/* Outside */ +i.icon.dashboard:before { + content: "\f0e4"; +} -.ui.checkbox + label { - vertical-align: middle; +i.icon.sitemap:before { + content: "\f0e8"; } -/******************************* - States -*******************************/ +i.icon.alarm:before { + content: "\f0f3"; +} -/*-------------- - Hover ----------------*/ +i.icon.terminal:before { + content: "\f120"; +} -.ui.checkbox .box:hover::before, -.ui.checkbox label:hover::before { - background: #ffffff; - border: 1px solid rgba(39, 41, 43, 0.2); +i.icon.code:before { + content: "\f121"; } -.ui.checkbox label:hover, -.ui.checkbox + label:hover { - color: rgba(0, 0, 0, 0.8); +i.icon.protect:before { + content: "\f132"; } -/*-------------- - Down ----------------*/ +i.icon.calendar.outline:before { + content: "\f133"; +} -.ui.checkbox .box:active::before, -.ui.checkbox label:active::before { - background: #f5f5f5; - border: 1px solid 1px solid rgba(39, 41, 43, 0.2); +i.icon.ticket:before { + content: "\f145"; } -.ui.checkbox input:active ~ label { - color: rgba(0, 0, 0, 0.8); +i.icon.external.link.square:before { + content: "\f14c"; } -/*-------------- - Focus ----------------*/ +i.icon.map:before { + content: "\f14e"; +} -.ui.checkbox input:focus ~ .box:before, -.ui.checkbox input:focus ~ label:before { - background: #f5f5f5; - border: 1px solid 1px solid rgba(39, 41, 43, 0.2); +i.icon.bug:before { + content: "\f188"; } -.ui.checkbox input:focus ~ label { - color: rgba(0, 0, 0, 0.8); +i.icon.mail.square:before { + content: "\f199"; } -/*-------------- - Active ----------------*/ +i.icon.history:before { + content: "\f1da"; +} -.ui.checkbox input:checked ~ .box:after, -.ui.checkbox input:checked ~ label:after { - opacity: 1; +i.icon.options:before { + content: "\f1de"; } -/*-------------- - Read-Only ----------------*/ +i.icon.comment.outline:before { + content: "\f0e5"; +} -.ui.read-only.checkbox, -.ui.read-only.checkbox label { - cursor: default; +i.icon.comments.outline:before { + content: "\f0e6"; } -/*-------------- - Disabled ----------------*/ +/* User Actions */ -.ui.disabled.checkbox .box:after, -.ui.disabled.checkbox label, -.ui.checkbox input[disabled] ~ .box:after, -.ui.checkbox input[disabled] ~ label { - cursor: default; - opacity: 0.5; - color: #000000; +i.icon.download:before { + content: "\f019"; } -/******************************* - Types -*******************************/ +i.icon.repeat:before { + content: "\f01e"; +} -/*-------------- - Radio ----------------*/ +i.icon.refresh:before { + content: "\f021"; +} -.ui.radio.checkbox { - height: 14px; +i.icon.lock:before { + content: "\f023"; } -/* Box */ +i.icon.bookmark:before { + content: "\f02e"; +} -.ui.radio.checkbox .box:before, -.ui.radio.checkbox label:before { - width: 14px; - height: 14px; - border-radius: 500rem; - top: 1px; - left: 0px; - -webkit-transform: none; - -ms-transform: none; - transform: none; +i.icon.print:before { + content: "\f02f"; } -/* Circle */ +i.icon.write:before { + content: "\f040"; +} -.ui.radio.checkbox .box:after, -.ui.radio.checkbox label:after { - border: none; - width: 14px; - height: 14px; - line-height: 14px; - top: 1px; - left: 0px; - font-size: 9px; +i.icon.theme:before { + content: "\f043"; } -/* Radio Checkbox */ +i.icon.adjust:before { + content: "\f042"; +} -.ui.radio.checkbox .box:after, -.ui.radio.checkbox label:after { - width: 14px; - height: 14px; - border-radius: 500rem; - -webkit-transform: scale(0.42857143); - -ms-transform: scale(0.42857143); - transform: scale(0.42857143); - background-color: rgba(0, 0, 0, 0.8); +i.icon.edit:before { + content: "\f044"; } -/*-------------- - Slider ----------------*/ +i.icon.external.share:before { + content: "\f045"; +} -.ui.slider.checkbox { - cursor: pointer; - height: 1.25rem; +i.icon.ban:before { + content: "\f05e"; } -.ui.slider.checkbox .box, -.ui.slider.checkbox label { - padding-left: 4.5rem; - line-height: 1rem; - color: rgba(0, 0, 0, 0.4); +i.icon.mail.forward:before { + content: "\f064"; } -/* Line */ +i.icon.share:before { + content: "\f064"; +} -.ui.slider.checkbox .box:before, -.ui.slider.checkbox label:before { - cursor: pointer; - display: block; - position: absolute; - content: ''; - top: 0.4rem; - left: 0em; - z-index: 1; - border: none !important; - background-color: rgba(0, 0, 0, 0.05); - width: 3.5rem; - height: 0.25rem; - -webkit-transform: none; - -ms-transform: none; - transform: none; - border-radius: 500rem; - -webkit-transition: background 0.3s ease; - transition: background 0.3s ease; +i.icon.expand:before { + content: "\f065"; } -/* Handle */ +i.icon.compress:before { + content: "\f066"; +} -.ui.slider.checkbox .box:after, -.ui.slider.checkbox label:after { - background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - position: absolute; - content: ''; - opacity: 1; - z-index: 2; - border: none; - box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; - width: 1.5rem; - height: 1.5rem; - top: -0.25rem; - left: 0em; - -webkit-transform: none; - -ms-transform: none; - transform: none; - border-radius: 500rem; - -webkit-transition: left 0.3s ease 0s; - transition: left 0.3s ease 0s; +i.icon.unhide:before { + content: "\f06e"; } -/* Focus */ +i.icon.hide:before { + content: "\f070"; +} -.ui.slider.checkbox input:focus ~ .box:before, -.ui.slider.checkbox input:focus ~ label:before { - background-color: rgba(0, 0, 0, 0.1); - border: none; +i.icon.random:before { + content: "\f074"; } -/* Hover */ +i.icon.retweet:before { + content: "\f079"; +} -.ui.slider.checkbox .box:hover, -.ui.slider.checkbox label:hover { - color: rgba(0, 0, 0, 0.8); +i.icon.sign.out:before { + content: "\f08b"; } -.ui.slider.checkbox .box:hover::before, -.ui.slider.checkbox label:hover::before { - background: rgba(0, 0, 0, 0.1); +i.icon.pin:before { + content: "\f08d"; } -/* Active */ +i.icon.sign.in:before { + content: "\f090"; +} -.ui.slider.checkbox input:checked ~ .box, -.ui.slider.checkbox input:checked ~ label { - color: rgba(0, 0, 0, 0.8); +i.icon.upload:before { + content: "\f093"; } -.ui.slider.checkbox input:checked ~ .box:before, -.ui.slider.checkbox input:checked ~ label:before { - background-color: rgba(0, 0, 0, 0.1); +i.icon.call:before { + content: "\f095"; } -.ui.slider.checkbox input:checked ~ .box:after, -.ui.slider.checkbox input:checked ~ label:after { - left: 2rem; +i.icon.call.square:before { + content: "\f098"; } -/*-------------- - Toggle ----------------*/ +i.icon.remove.bookmark:before { + content: "\f097"; +} -.ui.toggle.checkbox { - cursor: pointer; - height: 1.5rem; +i.icon.unlock:before { + content: "\f09c"; } -.ui.toggle.checkbox .box, -.ui.toggle.checkbox label { - height: 1.5rem; - padding-left: 4.5rem; - line-height: 1.5rem; - color: rgba(0, 0, 0, 0.8); +i.icon.configure:before { + content: "\f0ad"; } -/* Switch */ +i.icon.filter:before { + content: "\f0b0"; +} -.ui.toggle.checkbox .box:before, -.ui.toggle.checkbox label:before { - cursor: pointer; - display: block; - position: absolute; - content: ''; - top: 0rem; - z-index: 1; - border: none; - background-color: rgba(0, 0, 0, 0.05); - width: 3.5rem; - height: 1.5rem; - border-radius: 500rem; +i.icon.wizard:before { + content: "\f0d0"; } -/* Handle */ +i.icon.undo:before { + content: "\f0e2"; +} -.ui.toggle.checkbox .box:after, -.ui.toggle.checkbox label:after { - background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - position: absolute; - content: ''; - opacity: 1; - z-index: 2; - border: none; - box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; - width: 1.5rem; - height: 1.5rem; - top: 0rem; - left: 0em; - border-radius: 500rem; - -webkit-transition: background 0.3s ease 0s, - left 0.3s ease 0s; - transition: background 0.3s ease 0s, - left 0.3s ease 0s; +i.icon.exchange:before { + content: "\f0ec"; } -.ui.toggle.checkbox input ~ .box:after, -.ui.toggle.checkbox input ~ label:after { - left: -0.05rem; +i.icon.cloud.download:before { + content: "\f0ed"; } -/* Focus */ +i.icon.cloud.upload:before { + content: "\f0ee"; +} -.ui.toggle.checkbox input:focus ~ .box:before, -.ui.toggle.checkbox input:focus ~ label:before { - background-color: rgba(0, 0, 0, 0.1); - border: none; +i.icon.reply:before { + content: "\f112"; } -/* Hover */ +i.icon.reply.all:before { + content: "\f122"; +} -.ui.toggle.checkbox .box:hover::before, -.ui.toggle.checkbox label:hover::before { - background-color: rgba(0, 0, 0, 0.1); - border: none; +i.icon.erase:before { + content: "\f12d"; } -/* Active */ +i.icon.unlock.alternate:before { + content: "\f13e"; +} -.ui.toggle.checkbox input:checked ~ .box, -.ui.toggle.checkbox input:checked ~ label { - color: #5bbd72; +i.icon.archive:before { + content: "\f187"; } -.ui.toggle.checkbox input:checked ~ .box:before, -.ui.toggle.checkbox input:checked ~ label:before { - background-color: #5bbd72; +i.icon.translate:before { + content: "\f1ab"; } -.ui.toggle.checkbox input:checked ~ .box:after, -.ui.toggle.checkbox input:checked ~ label:after { - left: 2.05rem; +i.icon.recycle:before { + content: "\f1b8"; } -/******************************* - Variations -*******************************/ +i.icon.send:before { + content: "\f1d8"; +} -/*-------------- - Fitted ----------------*/ +i.icon.send.outline:before { + content: "\f1d9"; +} -.ui.fitted.checkbox .box, -.ui.fitted.checkbox label { - padding-left: 0em !important; +i.icon.share.alternate:before { + content: "\f1e0"; } -.ui.fitted.toggle.checkbox, -.ui.fitted.toggle.checkbox { - width: 3.5rem; +i.icon.share.alternate.square:before { + content: "\f1e1"; } -.ui.fitted.slider.checkbox, -.ui.fitted.slider.checkbox { - width: 3.5rem; +i.icon.wait:before { + content: "\f017"; +} + +i.icon.write.square:before { + content: "\f14b"; +} + +i.icon.share.square:before { + content: "\f14d"; } -/******************************* - Theme Overrides -*******************************/ +/* Messages */ -@font-face { - font-family: 'Checkbox'; - src: url(data:application/octet-stream;base6,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') format('woff'), url(data:application/octet-stream;base6,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') format('truetype'); +i.icon.help.circle:before { + content: "\f059"; } -.ui.checkbox label:before, -.ui.checkbox .box:before, -.ui.checkbox label:after, -.ui.checkbox .box:after { - font-family: 'Checkbox'; +i.icon.info.circle:before { + content: "\f05a"; } -.ui.checkbox label:after, -.ui.checkbox .box:after { - content: '\e800'; - /* 'î €' */ +i.icon.warning:before { + content: "\f12a"; } -/* UTF Reference -.check:before { content: '\e800'; } -.circle:before { content: '\e801'; } -.ok-circled:before { content: '\e806'; } -.ok-circle:before { content: '\e805'; } -.cancel-circle:before { content: '\e807'; } -.cancel-circle-1:before { content: '\e804'; } -.empty-circle:before { content: '\e802'; } -.radio:before { content: '\e803'; } +i.icon.warning.circle:before { + content: "\f06a"; +} -*/ +i.icon.warning.sign:before { + content: "\f071"; +} -/******************************* - Site Overrides -*******************************/ +i.icon.help:before { + content: "\f128"; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.icon.info:before { + content: "\f129"; +} -/******************************* - Standard -*******************************/ +i.icon.announcement:before { + content: "\f0a1"; +} -/*-------------- - Comments ----------------*/ +/* Users */ -.ui.comments { - margin: 1.5em 0em; - max-width: 650px; +i.icon.users:before { + content: "\f0c0"; } -.ui.comments:first-child { - margin-top: 0em; +i.icon.doctor:before { + content: "\f0f0"; } -.ui.comments:last-child { - margin-bottom: 0em; +i.icon.female:before { + content: "\f182"; } -/*-------------- - Comment ----------------*/ +i.icon.male:before { + content: "\f183"; +} -.ui.comments .comment { - position: relative; - background: none; - margin: 0.5em 0em 0em; - padding: 0.5em 0em 0em; - border: none; - border-top: none; - line-height: 1.2; +i.icon.child:before { + content: "\f1ae"; } -.ui.comments .comment:first-child { - margin-top: 0em; - padding-top: 0em; +i.icon.user:before { + content: "\f007"; } -/*-------------------- - Nested Comments ----------------------*/ +i.icon.handicap:before { + content: "\f193"; +} -.ui.comments .comment .comments { - margin: 0em 0em 0.5em 0.5em; - padding: 1em 0em 1em 1em; +i.icon.student:before { + content: "\f19d"; } -.ui.comments .comment .comments:before { - position: absolute; - top: 0px; - left: 0px; +/* View Adjustment */ + +i.icon.grid.layout:before { + content: "\f00a"; } -.ui.comments .comment .comments .comment { - border: none; - border-top: none; - background: none; +i.icon.list.layout:before { + content: "\f00b"; } -/*-------------- - Avatar ----------------*/ +i.icon.block.layout:before { + content: "\f009"; +} -.ui.comments .comment .avatar { - display: block; - width: 2.5em; - height: auto; - float: left; - margin: 0.2em 0em 0em; +i.icon.zoom:before { + content: "\f00e"; } -.ui.comments .comment img.avatar, -.ui.comments .comment .avatar img { - display: block; - margin: 0em auto; - width: 100%; - height: 100%; - border-radius: 0.25rem; +i.icon.zoom.out:before { + content: "\f010"; } -/*-------------- - Content ----------------*/ +i.icon.resize.vertical:before { + content: "\f07d"; +} -.ui.comments .comment > .content { - display: block; +i.icon.resize.horizontal:before { + content: "\f07e"; } -/* If there is an avatar move content over */ +i.icon.maximize:before { + content: "\f0b2"; +} -.ui.comments .comment > .avatar ~ .content { - margin-left: 3.5em; +i.icon.crop:before { + content: "\f125"; } -/*-------------- - Author ----------------*/ +/* Literal Objects */ -.ui.comments .comment .author { - font-size: 1em; - color: rgba(0, 0, 0, 0.8); - font-weight: bold; +i.icon.cocktail:before { + content: "\f000"; } -.ui.comments .comment a.author { - cursor: pointer; +i.icon.road:before { + content: "\f018"; } -.ui.comments .comment a.author:hover { - color: #00b2f3; +i.icon.flag:before { + content: "\f024"; } -/*-------------- - Metadata ----------------*/ +i.icon.book:before { + content: "\f02d"; +} -.ui.comments .comment .metadata { - display: inline-block; - margin-left: 0.5em; - color: rgba(0, 0, 0, 0.4); - font-size: 0.875em; +i.icon.gift:before { + content: "\f06b"; } -.ui.comments .comment .metadata > * { - display: inline-block; - margin: 0em 0.5em 0em 0em; +i.icon.leaf:before { + content: "\f06c"; } -.ui.comments .comment .metadata > :last-child { - margin-right: 0em; +i.icon.fire:before { + content: "\f06d"; } -/*-------------------- - Comment Text ----------------------*/ +i.icon.plane:before { + content: "\f072"; +} -.ui.comments .comment .text { - margin: 0.25em 0em 0.5em; - font-size: 1em; - word-wrap: break-word; - color: rgba(0, 0, 0, 0.8); - line-height: 1.3; +i.icon.magnet:before { + content: "\f076"; } -/*-------------------- - User Actions ----------------------*/ +i.icon.legal:before { + content: "\f0e3"; +} -.ui.comments .comment .actions { - font-size: 0.875em; +i.icon.lemon:before { + content: "\f094"; } -.ui.comments .comment .actions a { - cursor: pointer; - display: inline-block; - margin: 0em 0.75em 0em 0em; - color: rgba(0, 0, 0, 0.4); +i.icon.world:before { + content: "\f0ac"; } -.ui.comments .comment .actions a:last-child { - margin-right: 0em; +i.icon.travel:before { + content: "\f0b1"; } -.ui.comments .comment .actions a.active, -.ui.comments .comment .actions a:hover { - color: rgba(0, 0, 0, 0.8); +i.icon.shipping:before { + content: "\f0d1"; } -/*-------------------- - Reply Form ----------------------*/ +i.icon.money:before { + content: "\f0d6"; +} -.ui.comments > .reply.form { - margin-top: 1em; +i.icon.lightning:before { + content: "\f0e7"; } -.ui.comments .comment .reply.form { - width: 100%; - margin-top: 1em; +i.icon.rain:before { + content: "\f0e9"; } -.ui.comments .reply.form textarea { - font-size: 1em; - height: 12em; +i.icon.treatment:before { + content: "\f0f1"; } -/******************************* - State -*******************************/ - -.ui.collapsed.comments, -.ui.comments .collapsed.comments, -.ui.comments .collapsed.comment { - display: none; +i.icon.suitcase:before { + content: "\f0f2"; } -/******************************* - Variations -*******************************/ +i.icon.bar:before { + content: "\f0fc"; +} -/*-------------------- - Threaded ----------------------*/ +i.icon.flag.outline:before { + content: "\f11d"; +} -.ui.threaded.comments .comment .comments { - margin: -1.5em 0 -1em 1.25em; - padding: 3em 0em 2em 2.25em; - box-shadow: -1px 0px 0px rgba(39, 41, 43, 0.15); +i.icon.flag.checkered:before { + content: "\f11e"; } -/*-------------------- - Minimal ----------------------*/ +i.icon.puzzle:before { + content: "\f12e"; +} -.ui.minimal.comments .comment .actions { - opacity: 0; - position: absolute; - top: 0px; - right: 0px; - left: auto; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; - -webkit-transition-delay: 0.1s; - transition-delay: 0.1s; +i.icon.fire.extinguisher:before { + content: "\f134"; } -.ui.minimal.comments .comment > .content:hover > .actions { - opacity: 1; +i.icon.rocket:before { + content: "\f135"; } -/*-------------------- - Sizes ----------------------*/ +i.icon.anchor:before { + content: "\f13d"; +} -.ui.small.comments { - font-size: 0.9em; +i.icon.bullseye:before { + content: "\f140"; } -.ui.comments { - font-size: 1em; +i.icon.sun:before { + content: "\f185"; } -.ui.large.comments { - font-size: 1.1em; +i.icon.moon:before { + content: "\f186"; } -.ui.huge.comments { - font-size: 1.2em; +i.icon.fax:before { + content: "\f1ac"; } -/******************************* - Theme Overrides -*******************************/ +i.icon.life.ring:before { + content: "\f1cd"; +} -/******************************* - User Variable Overrides -*******************************/ +i.icon.bomb:before { + content: "\f1e2"; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +/* Shapes */ -/******************************* - Dimmer -*******************************/ +i.icon.crosshairs:before { + content: "\f05b"; +} -.dimmable { - position: relative; +i.icon.asterisk:before { + content: "\f069"; } -.ui.dimmer { - display: none; - position: absolute; - top: 0em !important; - left: 0em !important; - width: 100%; - height: 100%; - text-align: center; - vertical-align: middle; - background: rgba(0, 0, 0, 0.85); - opacity: 0; - line-height: 1; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - -webkit-animation-duration: 0.5s; - animation-duration: 0.5s; - -webkit-transition: background-color 0.5s linear; - transition: background-color 0.5s linear; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - will-change: opacity; - z-index: 1000; +i.icon.certificate:before { + content: "\f0a3"; } -/* Dimmer Content */ +i.icon.circle:before { + content: "\f111"; +} -.ui.dimmer > .content { - width: 100%; - height: 100%; - display: table; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; +i.icon.quote.left:before { + content: "\f10d"; } -.ui.dimmer > .content > div { - display: table-cell; - vertical-align: middle; - color: #ffffff; +i.icon.quote.right:before { + content: "\f10e"; } -/* Loose Coupling */ +i.icon.ellipsis.horizontal:before { + content: "\f141"; +} -.ui.segment > .ui.dimmer { - border-radius: inherit !important; +i.icon.ellipsis.vertical:before { + content: "\f142"; } -/******************************* - States -*******************************/ +i.icon.cube:before { + content: "\f1b2"; +} -.animating.dimmable:not(body), -.dimmed.dimmable:not(body) { - overflow: hidden; +i.icon.cubes:before { + content: "\f1b3"; } -.dimmed.dimmable > .ui.animating.dimmer, -.dimmed.dimmable > .ui.visible.dimmer, -.ui.active.dimmer { - display: block; - opacity: 1; +i.icon.circle.notched:before { + content: "\f1ce"; } -.ui.disabled.dimmer { - width: 0 !important; - height: 0 !important; +i.icon.circle.thin:before { + content: "\f1db"; } -/******************************* - Variations -*******************************/ +/* Item Selection */ -/*-------------- - Page ----------------*/ +i.icon.checkmark:before { + content: "\f00c"; +} -.ui.page.dimmer { - position: fixed; - -webkit-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-perspective: 2000px; - perspective: 2000px; - -webkit-transform-origin: center center; - -ms-transform-origin: center center; - transform-origin: center center; +i.icon.remove:before { + content: "\f00d"; } -body.animating.in.dimmable, -body.dimmed.dimmable { - overflow: hidden; +i.icon.checkmark.box:before { + content: "\f046"; } -body.dimmable > .dimmer { - position: fixed; +i.icon.move:before { + content: "\f047"; } -body.dimmed.dimmable > :not(.dimmer) { - -webkit-filter: ''; - filter: ''; +i.icon.add.circle:before { + content: "\f055"; } -/*-------------- - Aligned ----------------*/ +i.icon.minus.circle:before { + content: "\f056"; +} -.ui.dimmer > .top.aligned.content > * { - vertical-align: top; +i.icon.remove.circle:before { + content: "\f057"; } -.ui.dimmer > .bottom.aligned.content > * { - vertical-align: bottom; +i.icon.check.circle:before { + content: "\f058"; } -/*-------------- - Inverted ----------------*/ +i.icon.remove.circle.outline:before { + content: "\f05c"; +} -.ui.inverted.dimmer { - background: rgba(255, 255, 255, 0.85); +i.icon.check.circle.outline:before { + content: "\f05d"; +} + +i.icon.plus:before { + content: "\f067"; } -.ui.inverted.dimmer > .content > * { - color: #ffffff; +i.icon.minus:before { + content: "\f068"; } -/*-------------- - Simple ----------------*/ +i.icon.add.square:before { + content: "\f0fe"; +} -/* Displays without javascript */ +i.icon.radio:before { + content: "\f10c"; +} -.ui.simple.dimmer { - display: block; - overflow: hidden; - opacity: 1; - width: 0%; - height: 0%; - z-index: -100; - background-color: rgba(0, 0, 0, 0); +i.icon.selected.radio:before { + content: "\f192"; } -.dimmed.dimmable > .ui.simple.dimmer { - overflow: visible; - opacity: 1; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.85); - z-index: 1; +i.icon.minus.square:before { + content: "\f146"; } -.ui.simple.inverted.dimmer { - background: rgba(255, 255, 255, 0); +i.icon.minus.square.outline:before { + content: "\f147"; } -.dimmed.dimmable > .ui.simple.inverted.dimmer { - background: rgba(255, 255, 255, 0.85); +i.icon.check.square:before { + content: "\f14a"; } -/******************************* - Theme Overrides -*******************************/ +i.icon.plus.square.outline:before { + content: "\f196"; +} -/******************************* - User Overrides -*******************************/ +/* Media */ -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.icon.film:before { + content: "\f008"; +} -/******************************* - Divider -*******************************/ +i.icon.sound:before { + content: "\f025"; +} -.ui.divider { - margin: 1rem 0rem; - line-height: 1; - height: 0em; - font-weight: bold; - text-transform: uppercase; - color: rgba(0, 0, 0, 0.85); - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +i.icon.photo:before { + content: "\f030"; } -/*-------------- - Basic ----------------*/ +i.icon.bar.chart:before { + content: "\f080"; +} -.ui.divider:not(.vertical):not(.horizontal) { - border-top: 1px solid rgba(0, 0, 0, 0.1); - border-bottom: 1px solid rgba(255, 255, 255, 0.2); +i.icon.camera.retro:before { + content: "\f083"; } -/*-------------- - Coupling ----------------*/ +/* Pointers */ -.ui.grid > .ui.divider { - font-size: 1rem; +i.icon.arrow.circle.outline.down:before { + content: "\f01a"; } -/*-------------- - Horizontal ----------------*/ - -.ui.horizontal.divider { - position: relative; - height: auto; - margin: ''; - overflow: hidden; - line-height: 1; - text-align: center; +i.icon.arrow.circle.outline.up:before { + content: "\f01b"; } -.ui.horizontal.divider:before, -.ui.horizontal.divider:after { - position: absolute; - content: ''; - z-index: 3; - width: 50%; - top: 50%; - height: 0px; - border-top: 1px solid rgba(0, 0, 0, 0.1); - border-bottom: 1px solid rgba(255, 255, 255, 0.2); +i.icon.chevron.left:before { + content: "\f053"; } -.ui.horizontal.divider:before { - margin-left: -51.5%; +i.icon.chevron.right:before { + content: "\f054"; } -.ui.horizontal.divider:after { - margin-left: 1.5%; +i.icon.arrow.left:before { + content: "\f060"; } -/*-------------- - Vertical ----------------*/ +i.icon.arrow.right:before { + content: "\f061"; +} -.ui.vertical.divider { - position: absolute; - z-index: 2; - top: 50%; - left: 50%; - margin: 0rem; - padding: 0em; - width: auto; - height: 50%; - line-height: 0em; - text-align: center; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); +i.icon.arrow.up:before { + content: "\f062"; } -.ui.vertical.divider:before, -.ui.vertical.divider:after { - position: absolute; - left: 50%; - content: ''; - z-index: 3; - border-left: 1px solid rgba(0, 0, 0, 0.1); - border-right: 1px solid rgba(255, 255, 255, 0.2); - width: 0%; - height: -webkit-calc(100% - 1rem ); - height: calc(100% - 1rem ); +i.icon.arrow.down:before { + content: "\f063"; } -.ui.vertical.divider:before { - top: -100%; +i.icon.chevron.up:before { + content: "\f077"; } -.ui.vertical.divider:after { - top: auto; - bottom: 0px; +i.icon.chevron.down:before { + content: "\f078"; } -/* Inside grid */ +i.icon.pointing.right:before { + content: "\f0a4"; +} -@media only screen and (max-width: 767px) { - .ui.stackable.grid .ui.vertical.divider, - .ui.grid .stackable.row .ui.vertical.divider { - position: relative; - margin: 1rem 0rem; - left: 50%; - height: auto; - overflow: hidden; - line-height: 1; - text-align: center; - } +i.icon.pointing.left:before { + content: "\f0a5"; +} - .ui.stackable.grid .ui.vertical.divider:before, - .ui.grid .stackable.row .ui.vertical.divider:before, - .ui.stackable.grid .ui.vertical.divider:after, - .ui.grid .stackable.row .ui.vertical.divider:after { - position: absolute; - left: auto; - content: ''; - z-index: 3; - width: 50%; - top: 50%; - height: 0px; - border-top: 1px solid rgba(0, 0, 0, 0.1); - border-bottom: 1px solid rgba(255, 255, 255, 0.2); - } +i.icon.pointing.up:before { + content: "\f0a6"; +} - .ui.stackable.grid .ui.vertical.divider:before, - .ui.grid .stackable.row .ui.vertical.divider:before { - margin-left: -51.5%; - } +i.icon.pointing.down:before { + content: "\f0a7"; +} - .ui.stackable.grid .ui.vertical.divider:after, - .ui.grid .stackable.row .ui.vertical.divider:after { - margin-left: 1.5%; - } +i.icon.arrow.circle.left:before { + content: "\f0a8"; } -/*-------------- - Icon ----------------*/ +i.icon.arrow.circle.right:before { + content: "\f0a9"; +} -.ui.divider > .icon { - margin: 0rem; - font-size: 1rem; - height: 1em; - vertical-align: middle; +i.icon.arrow.circle.up:before { + content: "\f0aa"; } -/******************************* - Variations -*******************************/ +i.icon.arrow.circle.down:before { + content: "\f0ab"; +} -/*-------------- - Hidden ----------------*/ +i.icon.caret.down:before { + content: "\f0d7"; +} -.ui.hidden.divider { - border-color: transparent !important; +i.icon.caret.up:before { + content: "\f0d8"; } -/*-------------- - Inverted ----------------*/ - -.ui.divider.inverted { - color: #ffffff; +i.icon.caret.left:before { + content: "\f0d9"; } -.ui.vertical.inverted.divider, -.ui.horizontal.inverted.divider { - color: #ffffff; +i.icon.caret.right:before { + content: "\f0da"; } -.ui.divider.inverted, -.ui.divider.inverted:after, -.ui.divider.inverted:before { - border-top-color: rgba(0, 0, 0, 0.15) !important; - border-bottom-color: rgba(255, 255, 255, 0.15) !important; - border-left-color: rgba(0, 0, 0, 0.15) !important; - border-right-color: rgba(255, 255, 255, 0.15) !important; +i.icon.angle.double.left:before { + content: "\f100"; } -/*-------------- - Fitted ----------------*/ +i.icon.angle.double.right:before { + content: "\f101"; +} -.ui.fitted.divider { - margin: 0em; +i.icon.angle.double.up:before { + content: "\f102"; } -/*-------------- - Clearing ----------------*/ +i.icon.angle.double.down:before { + content: "\f103"; +} -.ui.clearing.divider { - clear: both; +i.icon.angle.left:before { + content: "\f104"; } -/*-------------- - Section ----------------*/ +i.icon.angle.right:before { + content: "\f105"; +} -.ui.section.divider { - margin-top: 2rem; - margin-bottom: 2rem; +i.icon.angle.up:before { + content: "\f106"; } -/*-------------- - Sizes ----------------*/ +i.icon.angle.down:before { + content: "\f107"; +} -.ui.divider { - font-size: 1rem; +i.icon.chevron.circle.left:before { + content: "\f137"; } -/******************************* - Theme Overrides -*******************************/ +i.icon.chevron.circle.right:before { + content: "\f138"; +} -/******************************* - Site Overrides -*******************************/ +i.icon.chevron.circle.up:before { + content: "\f139"; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.icon.chevron.circle.down:before { + content: "\f13a"; +} -/******************************* - Dropdown -*******************************/ +i.icon.toggle.down:before { + content: "\f150"; +} -.ui.dropdown { - cursor: pointer; - position: relative; - display: inline-block; - line-height: 1; - -webkit-transition: border-radius 0.1s ease, width 0.2s ease; - transition: border-radius 0.1s ease, width 0.2s ease; - tap-highlight-color: rgba(0, 0, 0, 0); - outline: none; - text-align: left; +i.icon.toggle.up:before { + content: "\f151"; } -/******************************* - Content -*******************************/ +i.icon.toggle.right:before { + content: "\f152"; +} -/*-------------- - Menu ----------------*/ +i.icon.long.arrow.down:before { + content: "\f175"; +} -.ui.dropdown .menu { - cursor: auto; - position: absolute; - display: none; - outline: none; - top: 100%; - margin: 0em; - padding: 0em 0em; - background: #ffffff; - min-width: 100%; - white-space: nowrap; - font-size: 1rem; - text-shadow: none; - text-align: left; - box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15); - border: 1px solid rgba(39, 41, 43, 0.15); - border-radius: 0em 0em 0.2857rem 0.2857rem; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; - z-index: 11; - will-change: transform, opacity; +i.icon.long.arrow.up:before { + content: "\f176"; } -/*-------------- - Hidden Input ----------------*/ +i.icon.long.arrow.left:before { + content: "\f177"; +} -.ui.dropdown > input[type="hidden"], -.ui.dropdown > select { - display: none !important; +i.icon.long.arrow.right:before { + content: "\f178"; } -/*-------------- - Dropdown Icon ----------------*/ +i.icon.arrow.circle.outline.right:before { + content: "\f18e"; +} -.ui.dropdown > .dropdown.icon { - width: auto; - margin: 0em 0em 0em 1em; +i.icon.arrow.circle.outline.left:before { + content: "\f190"; } -.ui.dropdown .menu > .item .dropdown.icon { - width: auto; - float: right; - margin: 0.2em 0em 0em; +i.icon.toggle.left:before { + content: "\f191"; } -/*-------------- - Text ----------------*/ +/* Computer */ -.ui.dropdown > .text { - display: inline-block; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +i.icon.power:before { + content: "\f011"; } -/*-------------- - Menu Item ----------------*/ - -.ui.dropdown .menu > .item { - position: relative; - cursor: pointer; - display: block; - border: none; - height: auto; - border-top: none; - line-height: 1.2em; - color: rgba(0, 0, 0, 0.8); - padding: 0.65rem 1.25rem !important; - font-size: 1rem; - text-transform: none; - font-weight: normal; - box-shadow: none; - -webkit-touch-callout: none; +i.icon.trash:before { + content: "\f014"; } -.ui.dropdown .menu > .item:first-child { - border-top: none; +i.icon.disk.outline:before { + content: "\f0a0"; } -/*-------------- - Menu Divider ----------------*/ +i.icon.desktop:before { + content: "\f108"; +} -.ui.dropdown .menu > .header { - margin: 1rem 0rem 0.75rem; - padding: 0em 1.25rem; - color: rgba(0, 0, 0, 0.85); - font-size: 0.8em; - font-weight: bold; - text-transform: uppercase; +i.icon.laptop:before { + content: "\f109"; } -.ui.dropdown .menu > .divider { - border-top: 1px solid rgba(0, 0, 0, 0.05); - height: 0em; - margin: 0.5em 0em; +i.icon.tablet:before { + content: "\f10a"; } -.ui.dropdown .menu > .input { - margin: 0.75rem 1.25rem 0.25rem; - min-width: 200px; +i.icon.mobile:before { + content: "\f10b"; } -.ui.dropdown .menu > .header + .input { - margin-top: 0em; +i.icon.game:before { + content: "\f11b"; } -.ui.dropdown .menu > .input:not(.transparent) input { - padding: 0.5em 1em; +i.icon.keyboard:before { + content: "\f11c"; } -/*-------------- - Item Image ----------------*/ +/* File System */ -.ui.dropdown > .text > img, -.ui.dropdown > .text > .image, -.ui.dropdown .menu > .item > .image, -.ui.dropdown .menu > .item > img { - display: inline-block; - vertical-align: middle; - width: auto; - max-height: 2.5em; - margin: 0em 0.75em 0em 0em; +i.icon.folder:before { + content: "\f07b"; +} + +i.icon.folder.open:before { + content: "\f07c"; } -/*-------------- - Sub Menu ----------------*/ +i.icon.level.up:before { + content: "\f148"; +} -.ui.dropdown .menu .menu { - top: 0% !important; - left: 100% !important; - right: auto !important; - margin: 0em 0em 0em -0.5em !important; - border-radius: 0em 0.2857rem 0.2857rem 0em !important; - z-index: 21 !important; +i.icon.level.down:before { + content: "\f149"; } -/* Hide Arrow */ +i.icon.file:before { + content: "\f15b"; +} -.ui.dropdown .menu .menu:after { - display: none; +i.icon.file.outline:before { + content: "\f016"; } -/******************************* - Coupling -*******************************/ +i.icon.file.text:before { + content: "\f15c"; +} -/* Icons / Flags / Labels */ +i.icon.file.text.outline:before { + content: "\f0f6"; +} -.ui.dropdown > .text > .icon, -.ui.dropdown .menu > .item > .icon { - margin: 0em 0.75em 0em 0em; +i.icon.folder.outline:before { + content: "\f114"; } -.ui.dropdown > .text > .label, -.ui.dropdown .menu > .item > .label { - margin: 0em 0.75em 0em 0em; +i.icon.folder.open.outline:before { + content: "\f115"; } -.ui.dropdown > .text > .flag, -.ui.dropdown .menu > .item > .flag { - margin: 0em 0.75em 0em 0em; +i.icon.file.pdf.outline:before { + content: "\f1c1"; } -.ui.dropdown .menu > .item > .icon + .text { - display: block; - margin-right: 1em; +i.icon.file.word.outline:before { + content: "\f1c2"; } -/* Remove Menu Item Divider */ +i.icon.file.excel.outline:before { + content: "\f1c3"; +} -.ui.dropdown .ui.menu > .item:before, -.ui.menu .ui.dropdown .menu > .item:before { - display: none; +i.icon.file.powerpoint.outline:before { + content: "\f1c4"; } -/* Prevent Menu Item Border */ +i.icon.file.image.outline:before { + content: "\f1c5"; +} -.ui.menu .ui.dropdown .menu .active.item { - border-left: none; +i.icon.file.archive.outline:before { + content: "\f1c6"; } -/* No Margin On Icon Button */ +i.icon.file.audio.outline:before { + content: "\f1c7"; +} -.ui.dropdown.icon.button > .dropdown.icon { - margin: 0em; +i.icon.file.video.outline:before { + content: "\f1c8"; } -.ui.dropdown.button:not(.pointing):not(.floating).active, -.ui.dropdown.button:not(.pointing):not(.floating).visible { - border-bottom-left-radius: 0em; - border-bottom-right-radius: 0em; +i.icon.file.code.outline:before { + content: "\f1c9"; } -/* Automatically float dropdown menu right on last menu item */ +/* Technologies */ -.ui.menu .right.menu .dropdown:last-child .menu, -.ui.buttons > .ui.dropdown:last-child .menu { - left: auto; - right: 0em; +i.icon.barcode:before { + content: "\f02a"; } -/******************************* - Types -*******************************/ +i.icon.qrcode:before { + content: "\f029"; +} -/*-------------- - Selection ----------------*/ +i.icon.fork:before { + content: "\f126"; +} -/* Displays like a select box */ +i.icon.html5:before { + content: "\f13b"; +} -.ui.selection.dropdown { - cursor: pointer; - word-wrap: break-word; - white-space: normal; - outline: 0; - -webkit-transform: rotateZ(0deg); - transform: rotateZ(0deg); - min-width: 180px; - background: #ffffff; - display: inline-block; - padding: 0.8em 1.1em; - color: rgba(0, 0, 0, 0.8); - box-shadow: none; - border: 1px solid rgba(39, 41, 43, 0.15); - border-radius: 0.2857rem; - -webkit-transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; - transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; +i.icon.css3:before { + content: "\f13c"; } -.ui.selection.dropdown.visible, -.ui.selection.dropdown.active { - z-index: 10; +i.icon.rss.square:before { + content: "\f143"; } -select.ui.dropdown { - height: 38px; - padding: 0em; - margin: 0em; - visibility: hidden; +i.icon.openid:before { + content: "\f19b"; } -.ui.selection.dropdown > .text { - margin-right: 2em; +i.icon.database:before { + content: "\f1c0"; } -.ui.selection.dropdown > .search.icon, -.ui.selection.dropdown > .delete.icon, -.ui.selection.dropdown > .dropdown.icon { - position: absolute; - top: auto; - margin: 0em; - width: auto; - right: 1.1em; - opacity: 0.8; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; +/* Rating */ + +i.icon.heart:before { + content: "\f004"; } -/* Compact */ +i.icon.star:before { + content: "\f005"; +} -.ui.compact.selection.dropdown { - min-width: 0px; +i.icon.empty.star:before { + content: "\f006"; } -/* Remove Selection */ +i.icon.thumbs.outline.up:before { + content: "\f087"; +} -.ui.selection.dropdown > .delete.icon { - opacity: 0.6; +i.icon.thumbs.outline.down:before { + content: "\f088"; } -.ui.selection.dropdown > .delete.icon:hover { - opacity: 1; +i.icon.star.half:before { + content: "\f089"; } -/* Search Selection Input */ +i.icon.empty.heart:before { + content: "\f08a"; +} -.ui.selection > input.search { - cursor: pointer; - background: none transparent; - border: none; - position: absolute; - top: 0em; - left: 0em; - width: 100%; - line-height: 1.2em; - padding: 0.8em 1.1em; - outline: none; - -webkit-tap-highlight-color: rgba(255, 255, 255, 0); +i.icon.smile:before { + content: "\f118"; } -.ui.selection.active > input.search, -.ui.selection.visible > input.search { - cursor: auto; +i.icon.frown:before { + content: "\f119"; } -.ui.selection > input.search:focus + .text { - color: rgba(0, 0, 0, 0.4) !important; +i.icon.meh:before { + content: "\f11a"; } -/* Selection Menu */ +i.icon.star.half.empty:before { + content: "\f123"; +} -.ui.selection.dropdown .menu { - overflow-x: hidden; - overflow-y: auto; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-overflow-scrolling: touch; - border-top: none !important; - width: auto; - margin: 0px -1px; - min-width: -webkit-calc(100% + 2px); - min-width: calc(100% + 2px); - outline: none; - box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); - -webkit-transition: box-shadow 0.2s ease, border 0.2s ease; - transition: box-shadow 0.2s ease, border 0.2s ease; +i.icon.thumbs.up:before { + content: "\f164"; } -.ui.selection.dropdown .menu:after, -.ui.selection.dropdown .menu:before { - display: none; +i.icon.thumbs.down:before { + content: "\f165"; } -@media only screen and (max-width: 767px) { - .ui.selection.dropdown .menu { - max-height: 7.7142rem; - } +/* Audio */ + +i.icon.music:before { + content: "\f001"; } -@media only screen and (min-width: 768px) { - .ui.selection.dropdown .menu { - max-height: 10.2856rem; - } +i.icon.video.play.outline:before { + content: "\f01d"; } -@media only screen and (min-width: 992px) { - .ui.selection.dropdown .menu { - max-height: 15.4284rem; - } +i.icon.volume.off:before { + content: "\f026"; +} + +i.icon.volume.down:before { + content: "\f027"; } -@media only screen and (min-width: 1920px) { - .ui.selection.dropdown .menu { - max-height: 20.5712rem; - } +i.icon.volume.up:before { + content: "\f028"; } -/* Menu Item */ +i.icon.record:before { + content: "\f03d"; +} -.ui.selection.dropdown .menu > .item { - border-top: 1px solid rgba(0, 0, 0, 0.05); - padding-left: 1.1em !important; - /* Add in spacing for scroll bar */ - padding-right: -webkit-calc(2.1em) !important; - padding-right: calc(2.1em) !important; - white-space: normal; - word-wrap: normal; +i.icon.step.backward:before { + content: "\f048"; } -/* Hover */ +i.icon.fast.backward:before { + content: "\f049"; +} -.ui.selection.dropdown:hover { - border-color: rgba(39, 41, 43, 0.2); - box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); +i.icon.backward:before { + content: "\f04a"; } -/* Visible Hover */ +i.icon.play:before { + content: "\f04b"; +} -.ui.selection.visible.dropdown:hover { - border-color: rgba(39, 41, 43, 0.2); - box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); +i.icon.pause:before { + content: "\f04c"; } -.ui.selection.visible.dropdown:hover .menu { - border: 1px solid rgba(39, 41, 43, 0.2); - box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08); +i.icon.stop:before { + content: "\f04d"; } -/* Visible */ +i.icon.forward:before { + content: "\f04e"; +} -.ui.selection.dropdown.visible { - border-color: rgba(39, 41, 43, 0.15); - box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); +i.icon.fast.forward:before { + content: "\f050"; } -.ui.visible.selection.dropdown > .dropdown.icon { - opacity: 1; +i.icon.step.forward:before { + content: "\f051"; } -/* Active Item */ +i.icon.eject:before { + content: "\f052"; +} -.ui.selection.active.dropdown > .text:not(.default), -.ui.selection.visible.dropdown > .text:not(.default) { - font-weight: normal; - color: rgba(0, 0, 0, 0.8); +i.icon.unmute:before { + content: "\f130"; } -/* Connecting Border */ +i.icon.mute:before { + content: "\f131"; +} -.ui.active.selection.dropdown, -.ui.visible.selection.dropdown { - border-bottom-left-radius: 0em !important; - border-bottom-right-radius: 0em !important; +i.icon.video.play:before { + content: "\f144"; } -/*-------------- - Inline ----------------*/ +/* Map & Locations */ -.ui.inline.dropdown { - cursor: pointer; - display: inline-block; - color: inherit; +i.icon.marker:before { + content: "\f041"; } -.ui.inline.dropdown .dropdown.icon { - margin: 0em 0.5em 0em 0.25em; - vertical-align: top; +i.icon.coffee:before { + content: "\f0f4"; } -.ui.inline.dropdown > .text { - font-weight: bold; +i.icon.food:before { + content: "\f0f5"; } -.ui.inline.dropdown .menu { - cursor: auto; - margin-top: 0.25em; - border-radius: 0.2857rem; +i.icon.building.outline:before { + content: "\f0f7"; } -/******************************* - States -*******************************/ - -/*-------------------- - Hover -----------------------*/ - -/* Menu Item Hover */ +i.icon.hospital:before { + content: "\f0f8"; +} -.ui.dropdown .menu > .item:hover { - background: rgba(0, 0, 0, 0.05); - color: rgba(0, 0, 0, 0.8); - z-index: 12; +i.icon.emergency:before { + content: "\f0f9"; } -/*-------------------- - Active -----------------------*/ +i.icon.first.aid:before { + content: "\f0fa"; +} -/* Menu Item Active */ +i.icon.military:before { + content: "\f0fb"; +} -.ui.dropdown .menu .active.item { - background: transparent; - font-weight: bold; - color: rgba(0, 0, 0, 0.8); - box-shadow: none; - z-index: 12; +i.icon.h:before { + content: "\f0fd"; } -/*-------------------- - Default Text -----------------------*/ +i.icon.location.arrow:before { + content: "\f124"; +} -.ui.dropdown > .default.text, -.ui.default.dropdown > .text { - color: rgba(179, 179, 179, 0.7); +i.icon.space.shuttle:before { + content: "\f197"; } -.ui.dropdown:hover > .default.text, -.ui.default.dropdown:hover > .text { - color: rgba(140, 140, 140, 0.7); +i.icon.university:before { + content: "\f19c"; } -/*-------------------- - Loading -----------------------*/ +i.icon.building:before { + content: "\f1ad"; +} -.ui.loading.dropdown > .text { - -webkit-transition: none; - transition: none; +i.icon.paw:before { + content: "\f1b0"; } -/*-------------------- - Keyboard Select -----------------------*/ +i.icon.spoon:before { + content: "\f1b1"; +} -/* Selected Item */ +i.icon.car:before { + content: "\f1b9"; +} -.ui.dropdown.selected, -.ui.dropdown .menu .selected.item { - background: rgba(0, 0, 0, 0.03); - color: rgba(0, 0, 0, 0.8); +i.icon.taxi:before { + content: "\f1ba"; } -/*-------------------- - Search Filtered -----------------------*/ +i.icon.tree:before { + content: "\f1bb"; +} -/* Filtered Item */ +/* Tables */ -.ui.dropdown > .filtered.text { - visibility: hidden; +i.icon.table:before { + content: "\f0ce"; } -.ui.dropdown .filtered.item { - display: none; +i.icon.columns:before { + content: "\f0db"; } -/*-------------------- - Error -----------------------*/ - -.ui.dropdown.error, -.ui.dropdown.error > .text, -.ui.dropdown.error > .default.text { - color: #a94442; +i.icon.sort:before { + content: "\f0dc"; } -.ui.selection.dropdown.error { - background: #fff0f0; - border-color: #dbb1b1; +i.icon.sort.ascending:before { + content: "\f0dd"; } -.ui.selection.dropdown.error:hover { - border-color: #dbb1b1; +i.icon.sort.descending:before { + content: "\f0de"; } -.ui.dropdown.error > .menu, -.ui.dropdown.error > .menu .menu { - border-color: #dbb1b1; +i.icon.sort.alphabet.ascending:before { + content: "\f15d"; } -.ui.dropdown.error > .menu > .item { - color: #d95c5c; +i.icon.sort.alphabet.descending:before { + content: "\f15e"; } -/* Item Hover */ - -.ui.dropdown.error > .menu > .item:hover { - background-color: #fff2f2; +i.icon.sort.content.ascending:before { + content: "\f160"; } -/* Item Active */ +i.icon.sort.content.descending:before { + content: "\f161"; +} -.ui.dropdown.error > .menu .active.item { - background-color: #fdcfcf; +i.icon.sort.numeric.ascending:before { + content: "\f162"; } -/******************************* - Variations -*******************************/ +i.icon.sort.numeric.descending:before { + content: "\f163"; +} -/*-------------- - Direction ----------------*/ +/* Text Editor */ -/* Flyout Direction */ +i.icon.font:before { + content: "\f031"; +} -.ui.dropdown .menu { - left: 0px; +i.icon.bold:before { + content: "\f032"; } -/*-------------- - Simple ----------------*/ +i.icon.italic:before { + content: "\f033"; +} -/* Displays without javascript */ +i.icon.text.height:before { + content: "\f034"; +} -.ui.simple.dropdown .menu:before, -.ui.simple.dropdown .menu:after { - display: none; +i.icon.text.width:before { + content: "\f035"; } -.ui.simple.dropdown .menu { - position: absolute; - display: block; - overflow: hidden; - top: -9999px !important; - opacity: 0; - width: 0; - height: 0; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; +i.icon.align.left:before { + content: "\f036"; } -.ui.simple.active.dropdown, -.ui.simple.dropdown:hover { - border-bottom-left-radius: 0em !important; - border-bottom-right-radius: 0em !important; +i.icon.align.center:before { + content: "\f037"; } -.ui.simple.active.dropdown > .menu, -.ui.simple.dropdown:hover > .menu { - overflow: visible; - width: auto; - height: auto; - top: 100% !important; - opacity: 1; +i.icon.align.right:before { + content: "\f038"; } -.ui.simple.dropdown > .menu > .item:active > .menu, -.ui.simple.dropdown:hover > .menu > .item:hover > .menu { - overflow: visible; - width: auto; - height: auto; - top: 0% !important; - left: 100% !important; - opacity: 1; +i.icon.align.justify:before { + content: "\f039"; } -.ui.simple.disabled.dropdown:hover .menu { - display: none; - height: 0px; - width: 0px; - overflow: hidden; +i.icon.list:before { + content: "\f03a"; } -/* Visible */ +i.icon.outdent:before { + content: "\f03b"; +} -.ui.simple.visible.dropdown > .menu { - display: block; +i.icon.indent:before { + content: "\f03c"; } -/*-------------- - Fluid ----------------*/ +i.icon.linkify:before { + content: "\f0c1"; +} -.ui.fluid.dropdown { - display: block; - width: 100%; - min-width: 0em; +i.icon.cut:before { + content: "\f0c4"; } -.ui.fluid.dropdown > .dropdown.icon { - float: right; +i.icon.copy:before { + content: "\f0c5"; } -/*-------------- - Floating ----------------*/ +i.icon.attach:before { + content: "\f0c6"; +} -.ui.floating.dropdown .menu { - left: 0; - right: auto; - margin-top: 0.5em !important; - box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); - border-radius: 0.2857rem; +i.icon.save:before { + content: "\f0c7"; } -/*-------------- - Pointing ----------------*/ +i.icon.content:before { + content: "\f0c9"; +} -.ui.pointing.dropdown > .menu { - top: 100%; - margin-top: 0.75em; - border-radius: 0.2857rem; +i.icon.unordered.list:before { + content: "\f0ca"; } -.ui.pointing.dropdown > .menu:after { - display: block; - position: absolute; - pointer-events: none; - content: ''; - visibility: visible; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - width: 0.5em; - height: 0.5em; - box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.1); - background: #ffffff; - z-index: 2; +i.icon.ordered.list:before { + content: "\f0cb"; } -.ui.pointing.dropdown > .menu:after { - top: -0.25em; - left: 50%; - margin: 0em 0em 0em -0.25em; +i.icon.strikethrough:before { + content: "\f0cc"; } -/* Top Left Pointing */ +i.icon.underline:before { + content: "\f0cd"; +} -.ui.top.left.pointing.dropdown > .menu { - top: 100%; - bottom: auto; - left: 0%; - right: auto; - margin: 1em 0em 0em; +i.icon.paste:before { + content: "\f0ea"; } -.ui.top.left.pointing.dropdown > .menu { - top: 100%; - bottom: auto; - left: 0%; - right: auto; - margin: 1em 0em 0em; +i.icon.unlink:before { + content: "\f127"; } -.ui.top.left.pointing.dropdown > .menu:after { - top: -0.25em; - left: 1em; - right: auto; - margin: 0em; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +i.icon.superscript:before { + content: "\f12b"; } -/* Top Right Pointing */ +i.icon.subscript:before { + content: "\f12c"; +} -.ui.top.right.pointing.dropdown > .menu { - top: 100%; - bottom: auto; - right: 0%; - left: auto; - margin: 1em 0em 0em; +i.icon.header:before { + content: "\f1dc"; } -.ui.top.right.pointing.dropdown > .menu:after { - top: -0.25em; - left: auto; - right: 1em; - margin: 0em; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +i.icon.paragraph:before { + content: "\f1dd"; } -/* Left Pointing */ +/* Currency */ -.ui.left.pointing.dropdown > .menu { - top: 0%; - left: 100%; - right: auto; - margin: 0em 0em 0em 1em; +i.icon.euro:before { + content: "\f153"; } -.ui.left.pointing.dropdown > .menu:after { - top: 1em; - left: -0.25em; - margin: 0em 0em 0em 0em; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +i.icon.pound:before { + content: "\f154"; } -/* Right Pointing */ +i.icon.dollar:before { + content: "\f155"; +} -.ui.right.pointing.dropdown > .menu { - top: 0%; - left: auto; - right: 100%; - margin: 0em 1em 0em 0em; +i.icon.rupee:before { + content: "\f156"; } -.ui.right.pointing.dropdown > .menu:after { - top: 1em; - left: auto; - right: -0.25em; - margin: 0em 0em 0em 0em; - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); +i.icon.yen:before { + content: "\f157"; } -/* Bottom Pointing */ +i.icon.ruble:before { + content: "\f158"; +} -.ui.bottom.pointing.dropdown > .menu { - top: auto; - bottom: 100%; - left: 0%; - right: auto; - margin: 0em 0em 1em; +i.icon.won:before { + content: "\f159"; } -.ui.bottom.pointing.dropdown > .menu:after { - top: auto; - bottom: -0.25em; - right: auto; - margin: 0em; - -webkit-transform: rotate(-135deg); - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); +i.icon.lira:before { + content: "\f195"; } -/* Reverse Sub-Menu Direction */ +/* Networks and Websites*/ -.ui.bottom.pointing.dropdown > .menu .menu { - top: auto !important; - bottom: 0px !important; +i.icon.twitter.square:before { + content: "\f081"; +} + +i.icon.facebook.square:before { + content: "\f082"; } -/* Bottom Left */ +i.icon.linkedin.square:before { + content: "\f08c"; +} -.ui.bottom.left.pointing.dropdown > .menu { - left: 0%; - right: auto; +i.icon.github.square:before { + content: "\f092"; } -.ui.bottom.left.pointing.dropdown > .menu:after { - left: 1em; - right: auto; +i.icon.twitter:before { + content: "\f099"; } -/* Bottom Right */ +i.icon.facebook:before { + content: "\f09a"; +} -.ui.bottom.right.pointing.dropdown > .menu { - right: 0%; - left: auto; +i.icon.github:before { + content: "\f09b"; } -.ui.bottom.right.pointing.dropdown > .menu:after { - left: auto; - right: 1em; +i.icon.pinterest:before { + content: "\f0d2"; } -/******************************* - Theme Overrides -*******************************/ +i.icon.pinterest.square:before { + content: "\f0d3"; +} -/* Dropdown Carets */ +i.icon.google.plus.square:before { + content: "\f0d4"; +} -@font-face { - font-family: 'Dropdown'; - src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); - font-weight: normal; - font-style: normal; +i.icon.google.plus:before { + content: "\f0d5"; } -.ui.dropdown > .dropdown.icon { - font-family: 'Dropdown'; - line-height: 1; - height: 1em; - width: 1.23em; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - font-weight: normal; - font-style: normal; - text-align: center; +i.icon.linkedin:before { + content: "\f0e1"; } -.ui.dropdown > .dropdown.icon { - width: auto; +i.icon.github.alternate:before { + content: "\f113"; } -.ui.dropdown > .dropdown.icon:before { - content: '\f0d7'; +i.icon.maxcdn:before { + content: "\f136"; } -/* Sub Menu */ +i.icon.bitcoin:before { + content: "\f15a"; +} -.ui.dropdown .menu .item .dropdown.icon:before { - content: '\f0da'; +i.icon.youtube.square:before { + content: "\f166"; } -/* Vertical Menu Dropdown */ +i.icon.youtube:before { + content: "\f167"; +} -.ui.vertical.menu .dropdown.item > .dropdown.icon:before { - content: "\f0da"; +i.icon.xing:before { + content: "\f168"; } -/* Icons for Reference -.dropdown.down.icon { - content: "\f0d7"; +i.icon.xing.square:before { + content: "\f169"; } -.dropdown.up.icon { - content: "\f0d8"; + +i.icon.youtube.play:before { + content: "\f16a"; } -.dropdown.left.icon { - content: "\f0d9"; + +i.icon.dropbox:before { + content: "\f16b"; } -.dropdown.icon.icon { - content: "\f0da"; + +i.icon.stack.overflow:before { + content: "\f16c"; } -*/ -/******************************* - User Overrides -*******************************/ +i.icon.instagram:before { + content: "\f16d"; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.icon.flickr:before { + content: "\f16e"; +} -/******************************* - Activity Feed -*******************************/ +i.icon.adn:before { + content: "\f170"; +} -.ui.feed { - margin: 1em 0em; +i.icon.bitbucket:before { + content: "\f171"; } -.ui.feed:first-child { - margin-top: 0em; +i.icon.bitbucket.square:before { + content: "\f172"; } -.ui.feed:last-child { - margin-top: 0em; +i.icon.tumblr:before { + content: "\f173"; } -/******************************* - Content -*******************************/ +i.icon.tumblr.square:before { + content: "\f174"; +} -/* Event */ +i.icon.apple:before { + content: "\f179"; +} -.ui.feed > .event { - display: table; - width: 100%; - padding: 0.5rem 0em; - margin: 0em; - background: none; - border-top: none; +i.icon.windows:before { + content: "\f17a"; } -.ui.feed > .event:first-child { - border-top: 0px; - padding-top: 0em; +i.icon.android:before { + content: "\f17b"; } -.ui.feed > .event:last-child { - padding-bottom: 0em; +i.icon.linux:before { + content: "\f17c"; } -/* Event Label */ +i.icon.dribbble:before { + content: "\f17d"; +} -.ui.feed > .event > .label { - display: table-cell; - width: 2.5em; - height: 2.5em; - vertical-align: top; - text-align: left; +i.icon.skype:before { + content: "\f17e"; } -.ui.feed > .event > .label .icon { - opacity: 1; - font-size: 1.5em; - width: 100%; - padding: 0.25em; - background: none; - border: none; - border-radius: none; - color: rgba(0, 0, 0, 0.6); +i.icon.foursquare:before { + content: "\f180"; } -.ui.feed > .event > .label img { - width: 100%; - height: auto; - border-radius: 500rem; +i.icon.trello:before { + content: "\f181"; } -.ui.feed > .event > .label + .content { - padding: 0.5em 0em 0.5em 1.5em; +i.icon.gittip:before { + content: "\f184"; } -/* Content */ +i.icon.vk:before { + content: "\f189"; +} -.ui.feed > .event > .content { - display: table-cell; - vertical-align: top; - text-align: left; - word-wrap: break-word; +i.icon.weibo:before { + content: "\f18a"; } -.ui.feed > .event:last-child > .content { - padding-bottom: 0em; +i.icon.renren:before { + content: "\f18b"; } -/* Link */ +i.icon.pagelines:before { + content: "\f18c"; +} -.ui.feed > .event > .content a { - cursor: pointer; +i.icon.stack.exchange:before { + content: "\f18d"; } -/*-------------- - Date ----------------*/ +i.icon.vimeo:before { + content: "\f194"; +} -.ui.feed > .event > .content .date { - margin: -0.5rem 0em 0em; - padding: 0em; - font-weight: normal; - font-size: 1em; - font-style: normal; - color: rgba(0, 0, 0, 0.4); +i.icon.slack:before { + content: "\f198"; } -/*-------------- - Summary ----------------*/ +i.icon.wordpress:before { + content: "\f19a"; +} -.ui.feed > .event > .content .summary { - margin: 0em; - font-size: 1em; - font-weight: bold; - color: rgba(0, 0, 0, 0.8); +i.icon.yahoo:before { + content: "\f19e"; +} + +i.icon.google:before { + content: "\f1a0"; +} + +i.icon.reddit:before { + content: "\f1a1"; } -/* Summary Image */ +i.icon.reddit.square:before { + content: "\f1a2"; +} -.ui.feed > .event > .content .summary img { - display: inline-block; - width: auto; - height: 2em; - margin: -0.25em 0.25em 0em 0em; - border-radius: 0.25em; - vertical-align: middle; +i.icon.stumbleupon.circle:before { + content: "\f1a3"; } -/*-------------- - User ----------------*/ +i.icon.stumbleupon:before { + content: "\f1a4"; +} -.ui.feed > .event > .content .user { - display: inline-block; - font-weight: bold; - margin-right: 0em; - vertical-align: baseline; +i.icon.delicious:before { + content: "\f1a5"; } -.ui.feed > .event > .content .user img { - margin: -0.25em 0.25em 0em 0em; - width: auto; - height: 2em; - vertical-align: middle; +i.icon.digg:before { + content: "\f1a6"; } -/*-------------- - Inline Date ----------------*/ +i.icon.pied.piper:before { + content: "\f1a7"; +} -/* Date inside Summary */ +i.icon.pied.piper.alternate:before { + content: "\f1a8"; +} -.ui.feed > .event > .content .summary > .date { - display: inline-block; - float: none; - font-weight: normal; - font-size: 0.875em; - font-style: normal; - margin: 0em 0em 0em 0.5em; - padding: 0em; - color: rgba(0, 0, 0, 0.4); +i.icon.drupal:before { + content: "\f1a9"; } -/*-------------- - Extra Summary ----------------*/ +i.icon.joomla:before { + content: "\f1aa"; +} -.ui.feed > .event > .content .extra { - margin: 0.5em 0em 0em; - background: none; - padding: 0em; - color: rgba(0, 0, 0, 0.8); +i.icon.behance:before { + content: "\f1b4"; } -/* Images */ +i.icon.behance.square:before { + content: "\f1b5"; +} -.ui.feed > .event > .content .extra.images img { - display: inline-block; - margin: 0em 0.25em 0em 0em; - width: 6em; +i.icon.steam:before { + content: "\f1b6"; } -/* Text */ +i.icon.steam.square:before { + content: "\f1b7"; +} -.ui.feed > .event > .content .extra.text { - padding: 0.5em 1em; - border-left: 3px solid rgba(0, 0, 0, 0.2); - font-size: 1em; - max-width: 500px; - line-height: 1.33; +i.icon.spotify:before { + content: "\f1bc"; } -/*-------------- - Meta ----------------*/ +i.icon.deviantart:before { + content: "\f1bd"; +} -.ui.feed > .event > .content .meta { - display: inline-block; - font-size: 0.875em; - margin: 0.5em 0em 0em; - background: none; - border: none; - border-radius: 0; - box-shadow: none; - padding: 0em; - color: rgba(0, 0, 0, 0.6); +i.icon.soundcloud:before { + content: "\f1be"; } -.ui.feed > .event > .content .meta > * { - position: relative; - margin-left: 0.75em; +i.icon.vine:before { + content: "\f1ca"; } -.ui.feed > .event > .content .meta > *:after { - content: ''; - color: rgba(0, 0, 0, 0.2); - top: 0em; - left: -1em; - opacity: 1; - position: absolute; - vertical-align: top; +i.icon.codepen:before { + content: "\f1cb"; } -.ui.feed > .event > .content .meta .like { - color: ''; - -webkit-transition: 0.2s color ease; - transition: 0.2s color ease; +i.icon.jsfiddle:before { + content: "\f1cc"; } -.ui.feed > .event > .content .meta .like:hover .icon { - color: #ff2733; +i.icon.rebel:before { + content: "\f1d0"; } -.ui.feed > .event > .content .meta .active.like .icon { - color: #ef404a; +i.icon.empire:before { + content: "\f1d1"; } -/* First element */ +i.icon.git.square:before { + content: "\f1d2"; +} -.ui.feed > .event > .content .meta > :first-child { - margin-left: 0em; +i.icon.git:before { + content: "\f1d3"; } -.ui.feed > .event > .content .meta > :first-child::after { - display: none; +i.icon.hacker.news:before { + content: "\f1d4"; } -/* Action */ +i.icon.tencent.weibo:before { + content: "\f1d5"; +} -.ui.feed > .event > .content .meta a, -.ui.feed > .event > .content .meta > .icon { - cursor: pointer; - opacity: 1; - color: rgba(0, 0, 0, 0.5); - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +i.icon.qq:before { + content: "\f1d6"; } -.ui.feed > .event > .content .meta a:hover, -.ui.feed > .event > .content .meta a:hover .icon, -.ui.feed > .event > .content .meta > .icon:hover { - color: rgba(0, 0, 0, 0.8); +i.icon.wechat:before { + content: "\f1d7"; } /******************************* - Variations + Aliases *******************************/ -.ui.small.feed { - font-size: 0.9em; +i.icon.like:before { + content: "\f004"; } -.ui.feed { - font-size: 1em; +i.icon.favorite:before { + content: "\f005"; } -.ui.large.feed { - font-size: 1.1em; +i.icon.video:before { + content: "\f008"; } -/******************************* - Theme Overrides -*******************************/ +i.icon.check:before { + content: "\f00c"; +} -/******************************* - User Variable Overrides -*******************************/ +i.icon.remove:before { + content: "\f00d"; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.icon.close:before { + content: "\f00d"; +} -i.flag:not(.icon) { - display: inline-block; - width: 16px; - height: 11px; - line-height: 11px; - vertical-align: baseline; - margin: 0em 0.5em 0em 0em; - text-decoration: inherit; - speak: none; - font-smoothing: antialiased; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; +i.icon.cancel:before { + content: "\f00d"; } -i.flag:not(.icon):before { - display: inline-block; - content: ''; - background: url("themes/default/assets/images/flags.png") no-repeat 0px 0px; - width: 16px; - height: 11px; +i.icon.delete:before { + content: "\f00d"; } -/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */ +i.icon.x:before { + content: "\f00d"; +} -/******************************* - Theme Overrides -*******************************/ +i.icon.zoom.in:before { + content: "\f00e"; +} -i.flag.ad:before, -i.flag.andorra:before { - background-position: 0px 0px; +i.icon.magnify:before { + content: "\f00e"; +} + +i.icon.shutdown:before { + content: "\f011"; +} + +i.icon.signal:before { + content: "\f012"; +} + +i.icon.clock:before { + content: "\f017"; } -i.flag.ae:before, -i.flag.united.arab.emirates:before, -i.flag.uae:before { - background-position: 0px -26px; +i.icon.time:before { + content: "\f017"; } -i.flag.af:before, -i.flag.afghanistan:before { - background-position: 0px -52px; +i.icon.play.circle.outline:before { + content: "\f01d"; } -i.flag.ag:before, -i.flag.antigua:before { - background-position: 0px -78px; +i.icon.clockwise:before { + content: "\f01e"; } -i.flag.ai:before, -i.flag.anguilla:before { - background-position: 0px -104px; +i.icon.headphone:before { + content: "\f025"; } -i.flag.al:before, -i.flag.albania:before { - background-position: 0px -130px; +i.icon.volume.off:before { + content: "\f026"; } -i.flag.am:before, -i.flag.armenia:before { - background-position: 0px -156px; +i.icon.camera:before { + content: "\f030"; } -i.flag.an:before, -i.flag.netherlands.antilles:before { - background-position: 0px -182px; +i.icon.video.camera:before { + content: "\f03d"; } -i.flag.ao:before, -i.flag.angola:before { - background-position: 0px -208px; +i.icon.picture:before { + content: "\f03e"; } -i.flag.ar:before, -i.flag.argentina:before { - background-position: 0px -234px; +i.icon.pencil:before { + content: "\f040"; } -i.flag.as:before, -i.flag.american.samoa:before { - background-position: 0px -260px; +i.icon.compose:before { + content: "\f040"; } -i.flag.at:before, -i.flag.austria:before { - background-position: 0px -286px; +i.icon.point:before { + content: "\f041"; } -i.flag.au:before, -i.flag.australia:before { - background-position: 0px -312px; +i.icon.tint:before { + content: "\f043"; } -i.flag.aw:before, -i.flag.aruba:before { - background-position: 0px -338px; +i.icon.signup:before { + content: "\f044"; } -i.flag.ax:before, -i.flag.aland.islands:before { - background-position: 0px -364px; +i.icon.plus.circle:before { + content: "\f055"; } -i.flag.az:before, -i.flag.azerbaijan:before { - background-position: 0px -390px; +i.icon.minus.circle:before { + content: "\f056"; } -i.flag.ba:before, -i.flag.bosnia:before { - background-position: 0px -416px; +i.icon.dont:before { + content: "\f05e"; } -i.flag.bb:before, -i.flag.barbados:before { - background-position: 0px -442px; +i.icon.minimize:before { + content: "\f066"; } -i.flag.bd:before, -i.flag.bangladesh:before { - background-position: 0px -468px; +i.icon.add:before { + content: "\f067"; } -i.flag.be:before, -i.flag.belgium:before { - background-position: 0px -494px; +i.icon.eye:before { + content: "\f06e"; } -i.flag.bf:before, -i.flag.burkina.faso:before { - background-position: 0px -520px; +i.icon.attention:before { + content: "\f06a"; } -i.flag.bg:before, -i.flag.bulgaria:before { - background-position: 0px -546px; +i.icon.cart:before { + content: "\f07a"; } -i.flag.bh:before, -i.flag.bahrain:before { - background-position: 0px -572px; +i.icon.plane:before { + content: "\f072"; } -i.flag.bi:before, -i.flag.burundi:before { - background-position: 0px -598px; +i.icon.shuffle:before { + content: "\f074"; } -i.flag.bj:before, -i.flag.benin:before { - background-position: 0px -624px; +i.icon.talk:before { + content: "\f075"; } -i.flag.bm:before, -i.flag.bermuda:before { - background-position: 0px -650px; +i.icon.chat:before { + content: "\f075"; } -i.flag.bn:before, -i.flag.brunei:before { - background-position: 0px -676px; +i.icon.shopping.cart:before { + content: "\f07a"; } -i.flag.bo:before, -i.flag.bolivia:before { - background-position: 0px -702px; +i.icon.bar.graph:before { + content: "\f080"; } -i.flag.br:before, -i.flag.brazil:before { - background-position: 0px -728px; +i.icon.key:before { + content: "\f084"; } -i.flag.bs:before, -i.flag.bahamas:before { - background-position: 0px -754px; +i.icon.privacy:before { + content: "\f084"; } -i.flag.bt:before, -i.flag.bhutan:before { - background-position: 0px -780px; +i.icon.cogs:before { + content: "\f085"; } -i.flag.bv:before, -i.flag.bouvet.island:before { - background-position: 0px -806px; +i.icon.discussions:before { + content: "\f086"; } -i.flag.bw:before, -i.flag.botswana:before { - background-position: 0px -832px; +i.icon.like.outline:before { + content: "\f087"; } -i.flag.by:before, -i.flag.belarus:before { - background-position: 0px -858px; +i.icon.dislike.outline:before { + content: "\f088"; } -i.flag.bz:before, -i.flag.belize:before { - background-position: 0px -884px; +i.icon.heart.outline:before { + content: "\f08a"; } -i.flag.ca:before, -i.flag.canada:before { - background-position: 0px -910px; +i.icon.log.out:before { + content: "\f08b"; } -i.flag.cc:before, -i.flag.cocos.islands:before { - background-position: 0px -962px; +i.icon.thumb.tack:before { + content: "\f08d"; } -i.flag.cd:before, -i.flag.congo:before { - background-position: 0px -988px; +i.icon.winner:before { + content: "\f091"; } -i.flag.cf:before, -i.flag.central.african.republic:before { - background-position: 0px -1014px; +i.icon.bookmark.outline:before { + content: "\f097"; } -i.flag.cg:before, -i.flag.congo.brazzaville:before { - background-position: 0px -1040px; +i.icon.phone.square:before { + content: "\f098"; } -i.flag.ch:before, -i.flag.switzerland:before { - background-position: 0px -1066px; +i.icon.phone.square:before { + content: "\f098"; } -i.flag.ci:before, -i.flag.cote.divoire:before { - background-position: 0px -1092px; +i.icon.credit.card:before { + content: "\f09d"; } -i.flag.ck:before, -i.flag.cook.islands:before { - background-position: 0px -1118px; +i.icon.rss:before { + content: "\f09e"; } -i.flag.cl:before, -i.flag.chile:before { - background-position: 0px -1144px; +i.icon.hdd.outline:before { + content: "\f0a0"; } -i.flag.cm:before, -i.flag.cameroon:before { - background-position: 0px -1170px; +i.icon.bullhorn:before { + content: "\f0a1"; } -i.flag.cn:before, -i.flag.china:before { - background-position: 0px -1196px; +i.icon.bell:before { + content: "\f0f3"; } -i.flag.co:before, -i.flag.colombia:before { - background-position: 0px -1222px; +i.icon.hand.outline.right:before { + content: "\f0a4"; } -i.flag.cr:before, -i.flag.costa.rica:before { - background-position: 0px -1248px; +i.icon.hand.outline.left:before { + content: "\f0a5"; } -i.flag.cs:before, -i.flag.serbia:before { - background-position: 0px -1274px; +i.icon.hand.outline.up:before { + content: "\f0a6"; } -i.flag.cu:before, -i.flag.cuba:before { - background-position: 0px -1300px; +i.icon.hand.outline.down:before { + content: "\f0a7"; } -i.flag.cv:before, -i.flag.cape.verde:before { - background-position: 0px -1326px; +i.icon.globe:before { + content: "\f0ac"; } -i.flag.cx:before, -i.flag.christmas.island:before { - background-position: 0px -1352px; +i.icon.wrench:before { + content: "\f0ad"; } -i.flag.cy:before, -i.flag.cyprus:before { - background-position: 0px -1378px; +i.icon.briefcase:before { + content: "\f0b1"; } -i.flag.cz:before, -i.flag.czech.republic:before { - background-position: 0px -1404px; +i.icon.group:before { + content: "\f0c0"; } -i.flag.de:before, -i.flag.germany:before { - background-position: 0px -1430px; +i.icon.flask:before { + content: "\f0c3"; } -i.flag.dj:before, -i.flag.djibouti:before { - background-position: 0px -1456px; +i.icon.sidebar:before { + content: "\f0c9"; } -i.flag.dk:before, -i.flag.denmark:before { - background-position: 0px -1482px; +i.icon.bars:before { + content: "\f0c9"; } -i.flag.dm:before, -i.flag.dominica:before { - background-position: 0px -1508px; +i.icon.list.ul:before { + content: "\f0ca"; } -i.flag.do:before, -i.flag.dominican.republic:before { - background-position: 0px -1534px; +i.icon.list.ol:before { + content: "\f0cb"; } -i.flag.dz:before, -i.flag.algeria:before { - background-position: 0px -1560px; +i.icon.numbered.list:before { + content: "\f0cb"; } -i.flag.ec:before, -i.flag.ecuador:before { - background-position: 0px -1586px; +i.icon.magic:before { + content: "\f0d0"; } -i.flag.ee:before, -i.flag.estonia:before { - background-position: 0px -1612px; +i.icon.truck:before { + content: "\f0d1"; } -i.flag.eg:before, -i.flag.egypt:before { - background-position: 0px -1638px; +i.icon.currency:before { + content: "\f0d6"; } -i.flag.eh:before, -i.flag.western.sahara:before { - background-position: 0px -1664px; +i.icon.triangle.down:before { + content: "\f0d7"; } -i.flag.er:before, -i.flag.eritrea:before { - background-position: 0px -1716px; +i.icon.dropdown:before { + content: "\f0d7"; } -i.flag.es:before, -i.flag.spain:before { - background-position: 0px -1742px; +i.icon.triangle.up:before { + content: "\f0d8"; } -i.flag.et:before, -i.flag.ethiopia:before { - background-position: 0px -1768px; +i.icon.triangle.left:before { + content: "\f0d9"; } -i.flag.eu:before, -i.flag.european.union:before { - background-position: 0px -1794px; +i.icon.triangle.right:before { + content: "\f0da"; } -i.flag.fi:before, -i.flag.finland:before { - background-position: 0px -1846px; +i.icon.envelope:before { + content: "\f0e0"; } -i.flag.fj:before, -i.flag.fiji:before { - background-position: 0px -1872px; +i.icon.conversation:before { + content: "\f0e6"; } -i.flag.fk:before, -i.flag.falkland.islands:before { - background-position: 0px -1898px; +i.icon.lightning:before { + content: "\f0e7"; } -i.flag.fm:before, -i.flag.micronesia:before { - background-position: 0px -1924px; +i.icon.umbrella:before { + content: "\f0e9"; } -i.flag.fo:before, -i.flag.faroe.islands:before { - background-position: 0px -1950px; +i.icon.lightbulb:before { + content: "\f0eb"; } -i.flag.fr:before, -i.flag.france:before { - background-position: 0px -1976px; +i.icon.suitcase:before { + content: "\f0f2"; } -i.flag.ga:before, -i.flag.gabon:before { - background-position: -36px 0px; +i.icon.bell.outline:before { + content: "\f0a2"; } -i.flag.gb:before, -i.flag.england:before, -i.flag.united.kingdom:before { - background-position: -36px -26px; +i.icon.ambulance:before { + content: "\f0f9"; } -i.flag.gd:before, -i.flag.grenada:before { - background-position: -36px -52px; +i.icon.medkit:before { + content: "\f0fa"; } -i.flag.ge:before, -i.flag.georgia:before { - background-position: -36px -78px; +i.icon.fighter.jet:before { + content: "\f0fb"; } -i.flag.gf:before, -i.flag.french.guiana:before { - background-position: -36px -104px; +i.icon.beer:before { + content: "\f0fc"; } -i.flag.gh:before, -i.flag.ghana:before { - background-position: -36px -130px; +i.icon.plus.square:before { + content: "\f0fe"; } -i.flag.gi:before, -i.flag.gibraltar:before { - background-position: -36px -156px; +i.icon.computer:before { + content: "\f108"; } -i.flag.gl:before, -i.flag.greenland:before { - background-position: -36px -182px; +i.icon.circle.outline:before { + content: "\f10c"; } -i.flag.gm:before, -i.flag.gambia:before { - background-position: -36px -208px; +i.icon.spinner:before { + content: "\f110"; } -i.flag.gn:before, -i.flag.guinea:before { - background-position: -36px -234px; +i.icon.gamepad:before { + content: "\f11b"; } -i.flag.gp:before, -i.flag.guadeloupe:before { - background-position: -36px -260px; +i.icon.star.half.full:before { + content: "\f123"; } -i.flag.gq:before, -i.flag.equatorial.guinea:before { - background-position: -36px -286px; +i.icon.remove.link:before { + content: "\f127"; } -i.flag.gr:before, -i.flag.greece:before { - background-position: -36px -312px; +i.icon.question:before { + content: "\f128"; } -i.flag.gs:before, -i.flag.sandwich.islands:before { - background-position: -36px -338px; +i.icon.attention:before { + content: "\f12a"; } -i.flag.gt:before, -i.flag.guatemala:before { - background-position: -36px -364px; +i.icon.eraser:before { + content: "\f12d"; } -i.flag.gu:before, -i.flag.guam:before { - background-position: -36px -390px; +i.icon.microphone:before { + content: "\f130"; } -i.flag.gw:before, -i.flag.guinea-bissau:before { - background-position: -36px -416px; +i.icon.microphone.slash:before { + content: "\f131"; } -i.flag.gy:before, -i.flag.guyana:before { - background-position: -36px -442px; +i.icon.shield:before { + content: "\f132"; } -i.flag.hk:before, -i.flag.hong.kong:before { - background-position: -36px -468px; +i.icon.target:before { + content: "\f140"; } -i.flag.hm:before, -i.flag.heard.island:before { - background-position: -36px -494px; +i.icon.play.circle:before { + content: "\f144"; } -i.flag.hn:before, -i.flag.honduras:before { - background-position: -36px -520px; +i.icon.pencil.square:before { + content: "\f14b"; } -i.flag.hr:before, -i.flag.croatia:before { - background-position: -36px -546px; +i.icon.compass:before { + content: "\f14e"; } -i.flag.ht:before, -i.flag.haiti:before { - background-position: -36px -572px; +i.icon.eur:before { + content: "\f153"; } -i.flag.hu:before, -i.flag.hungary:before { - background-position: -36px -598px; +i.icon.gbp:before { + content: "\f154"; } -i.flag.id:before, -i.flag.indonesia:before { - background-position: -36px -624px; +i.icon.usd:before { + content: "\f155"; } -i.flag.ie:before, -i.flag.ireland:before { - background-position: -36px -650px; +i.icon.inr:before { + content: "\f156"; } -i.flag.il:before, -i.flag.israel:before { - background-position: -36px -676px; +i.icon.cny:before, +i.icon.rmb:before, +i.icon.jpy:before { + content: "\f157"; } -i.flag.in:before, -i.flag.india:before { - background-position: -36px -702px; +i.icon.rouble:before, +i.icon.rub:before { + content: "\f158"; } -i.flag.io:before, -i.flag.indian.ocean.territory:before { - background-position: -36px -728px; +i.icon.won:before, +i.icon.krw:before { + content: "\f159"; } -i.flag.iq:before, -i.flag.iraq:before { - background-position: -36px -754px; +i.icon.btc:before { + content: "\f15a"; } -i.flag.ir:before, -i.flag.iran:before { - background-position: -36px -780px; +i.icon.try:before { + content: "\f195"; } -i.flag.is:before, -i.flag.iceland:before { - background-position: -36px -806px; +i.icon.zip:before { + content: "\f187"; } -i.flag.it:before, -i.flag.italy:before { - background-position: -36px -832px; +i.icon.dot.circle.outline:before { + content: "\f192"; } -i.flag.jm:before, -i.flag.jamaica:before { - background-position: -36px -858px; +i.icon.sliders:before { + content: "\f1de"; } -i.flag.jo:before, -i.flag.jordan:before { - background-position: -36px -884px; +i.icon.graduation:before { + content: "\f19d"; } -i.flag.jp:before, -i.flag.japan:before { - background-position: -36px -910px; +i.icon.\33d:before { + content: "\f1b2"; } -i.flag.ke:before, -i.flag.kenya:before { - background-position: -36px -936px; +i.icon.weixin:before { + content: "\f1d7"; } -i.flag.kg:before, -i.flag.kyrgyzstan:before { - background-position: -36px -962px; +/******************************* + Site Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Image +*******************************/ + +.ui.image { + position: relative; + display: inline-block; + vertical-align: middle; + max-width: 100%; + background-color: transparent; } -i.flag.kh:before, -i.flag.cambodia:before { - background-position: -36px -988px; +img.ui.image { + display: block; + background: none; } -i.flag.ki:before, -i.flag.kiribati:before { - background-position: -36px -1014px; +.ui.image img { + display: block; + max-width: 100%; + height: auto; } -i.flag.km:before, -i.flag.comoros:before { - background-position: -36px -1040px; +/******************************* + States +*******************************/ + +.ui.disabled.image { + cursor: default; + opacity: 0.3; } -i.flag.kn:before, -i.flag.saint.kitts.and.nevis:before { - background-position: -36px -1066px; +/******************************* + Variations +*******************************/ + +/*-------------- + Inline +---------------*/ + +.ui.inline.image, +.ui.inline.image img { + display: inline-block; } -i.flag.kp:before, -i.flag.north.korea:before { - background-position: -36px -1092px; +/*------------------ + Vertical Aligned +-------------------*/ + +.ui.top.aligned.images .image, +.ui.top.aligned.image, +.ui.top.aligned.image img { + display: inline-block; + vertical-align: top; } -i.flag.kr:before, -i.flag.south.korea:before { - background-position: -36px -1118px; +.ui.middle.aligned.images .image, +.ui.middle.aligned.image, +.ui.middle.aligned.image img { + display: inline-block; + vertical-align: middle; } -i.flag.kw:before, -i.flag.kuwait:before { - background-position: -36px -1144px; +.ui.bottom.aligned.images .image, +.ui.bottom.aligned.image, +.ui.bottom.aligned.image img { + display: inline-block; + vertical-align: bottom; } -i.flag.ky:before, -i.flag.cayman.islands:before { - background-position: -36px -1170px; +/*-------------- + Rounded +---------------*/ + +.ui.rounded.images .image, +.ui.rounded.images img, +.ui.rounded.image img, +.ui.rounded.image { + border-radius: 0.3125em; } -i.flag.kz:before, -i.flag.kazakhstan:before { - background-position: -36px -1196px; +/*-------------- + Bordered +---------------*/ + +.ui.bordered.images .image, +.ui.bordered.images img, +.ui.bordered.image img, +img.ui.bordered.image { + border: 1px solid rgba(0, 0, 0, 0.1); } -i.flag.la:before, -i.flag.laos:before { - background-position: -36px -1222px; +/*-------------- + Circular +---------------*/ + +.ui.circular.images, +.ui.circular.image { + overflow: hidden; } -i.flag.lb:before, -i.flag.lebanon:before { - background-position: -36px -1248px; +.ui.circular.images .image, +.ui.circular.images img, +.ui.circular.image img, +.ui.circular.image { + border-radius: 500rem; } -i.flag.lc:before, -i.flag.saint.lucia:before { - background-position: -36px -1274px; +/*-------------- + Fluid +---------------*/ + +.ui.fluid.images, +.ui.fluid.image, +.ui.fluid.images img, +.ui.fluid.image img { + display: block; + width: 100%; } -i.flag.li:before, -i.flag.liechtenstein:before { - background-position: -36px -1300px; +/*-------------- + Avatar +---------------*/ + +.ui.avatar.images .image, +.ui.avatar.images img, +.ui.avatar.image img, +.ui.avatar.image { + margin-right: 0.25em; + display: inline-block; + width: 2.5em; + height: 2.5em; + border-radius: 500rem; } -i.flag.lk:before, -i.flag.sri.lanka:before { - background-position: -36px -1326px; +/*------------------- + Floated +--------------------*/ + +.ui.floated.image, +.ui.floated.images { + float: left; + margin-right: 1em; + margin-bottom: 1em; } -i.flag.lr:before, -i.flag.liberia:before { - background-position: -36px -1352px; +.ui.right.floated.images, +.ui.right.floated.image { + float: right; + margin-right: 0em; + margin-bottom: 1em; + margin-left: 1em; } -i.flag.ls:before, -i.flag.lesotho:before { - background-position: -36px -1378px; +.ui.floated.images:last-child, +.ui.floated.image:last-child { + margin-bottom: 0em; } -i.flag.lt:before, -i.flag.lithuania:before { - background-position: -36px -1404px; +.ui.centered.images, +.ui.centered.image { + margin-left: auto; + margin-right: auto; } -i.flag.lu:before, -i.flag.luxembourg:before { - background-position: -36px -1430px; +/*-------------- + Sizes +---------------*/ + +.ui.mini.images .image, +.ui.mini.images img, +.ui.mini.image { + width: 20px; + font-size: 0.7em; } -i.flag.lv:before, -i.flag.latvia:before { - background-position: -36px -1456px; +.ui.tiny.images .image, +.ui.tiny.images img, +.ui.tiny.image { + width: 80px; + font-size: 0.8em; } -i.flag.ly:before, -i.flag.libya:before { - background-position: -36px -1482px; +.ui.small.images .image, +.ui.small.images img, +.ui.small.image { + width: 150px; + font-size: 0.875em; } -i.flag.ma:before, -i.flag.morocco:before { - background-position: -36px -1508px; +.ui.medium.images .image, +.ui.medium.images img, +.ui.medium.image { + width: 300px; + font-size: 1em; } -i.flag.mc:before, -i.flag.monaco:before { - background-position: -36px -1534px; +.ui.large.images .image, +.ui.large.images img, +.ui.large.image { + width: 450px; + font-size: 1.125em; } -i.flag.md:before, -i.flag.moldova:before { - background-position: -36px -1560px; +.ui.big.images .image, +.ui.big.images img, +.ui.big.image { + width: 600px; + font-size: 1.25em; } -i.flag.me:before, -i.flag.montenegro:before { - background-position: -36px -1586px; +.ui.huge.images .image, +.ui.huge.images img, +.ui.huge.image { + width: 800px; + font-size: 1.375em; } -i.flag.mg:before, -i.flag.madagascar:before { - background-position: -36px -1613px; +.ui.massive.images .image, +.ui.massive.images img, +.ui.massive.image { + width: 960px; + font-size: 1.5em; } -i.flag.mh:before, -i.flag.marshall.islands:before { - background-position: -36px -1639px; -} +/******************************* + Groups +*******************************/ -i.flag.mk:before, -i.flag.macedonia:before { - background-position: -36px -1665px; +.ui.images { + font-size: 0em; + margin: 0em -0.25rem 0rem; } -i.flag.ml:before, -i.flag.mali:before { - background-position: -36px -1691px; +.ui.images .image, +.ui.images img { + display: inline-block; + margin: 0em 0.25rem 0.5rem; } -i.flag.mm:before, -i.flag.myanmar:before, -i.flag.burma:before { - background-position: -36px -1717px; -} +/******************************* + Theme Overrides +*******************************/ -i.flag.mn:before, -i.flag.mongolia:before { - background-position: -36px -1743px; -} +/******************************* + Site Overrides +*******************************/ -i.flag.mo:before, -i.flag.macau:before { - background-position: -36px -1769px; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -i.flag.mp:before, -i.flag.northern.mariana.islands:before { - background-position: -36px -1795px; -} +/******************************* + Standard +*******************************/ -i.flag.mq:before, -i.flag.martinique:before { - background-position: -36px -1821px; -} +/*-------------------- + Inputs +---------------------*/ -i.flag.mr:before, -i.flag.mauritania:before { - background-position: -36px -1847px; +.ui.input { + display: inline-block; + position: relative; + color: rgba(0, 0, 0, 0.8); } -i.flag.ms:before, -i.flag.montserrat:before { - background-position: -36px -1873px; +.ui.input input { + margin: 0em; + width: 100%; + outline: none; + text-align: left; + line-height: 1.2em; + font-family: "Helvetica Neue", "Helvetica", Arial; + padding: 0.7em 1em; + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.15); + color: rgba(0, 0, 0, 0.8); + border-radius: 0.2857rem; + -webkit-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease; + transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease; + box-shadow: none; + box-sizing: border-box; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } -i.flag.mt:before, -i.flag.malta:before { - background-position: -36px -1899px; -} +/*-------------------- + Placeholder +---------------------*/ -i.flag.mu:before, -i.flag.mauritius:before { - background-position: -36px -1925px; -} +/* browsers require these rules separate */ -i.flag.mv:before, -i.flag.maldives:before { - background-position: -36px -1951px; +.ui.input input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.4); } -i.flag.mw:before, -i.flag.malawi:before { - background-position: -36px -1977px; +.ui.input input::-moz-placeholder { + color: rgba(0, 0, 0, 0.4); } -i.flag.mx:before, -i.flag.mexico:before { - background-position: -72px 0px; -} +/******************************* + States +*******************************/ -i.flag.my:before, -i.flag.malaysia:before { - background-position: -72px -26px; -} +/*-------------------- + Active +---------------------*/ -i.flag.mz:before, -i.flag.mozambique:before { - background-position: -72px -52px; +.ui.input input:active, +.ui.input.down input { + border-color: rgba(0, 0, 0, 0.3); + background: #fafafa; + color: rgba(0, 0, 0, 0.8); + box-shadow: none; } -i.flag.na:before, -i.flag.namibia:before { - background-position: -72px -78px; -} +/*-------------------- + Loading +---------------------*/ -i.flag.nc:before, -i.flag.new.caledonia:before { - background-position: -72px -104px; +.ui.loading.input > .icon { + background: url("themes/default/assets/images/loader-mini.gif") no-repeat 50% 50%; } -i.flag.ne:before, -i.flag.niger:before { - background-position: -72px -130px; +.ui.loading.input > .icon:before, +.ui.loading.input > .icon:after { + display: none; } -i.flag.nf:before, -i.flag.norfolk.island:before { - background-position: -72px -156px; -} +/*-------------------- + Focus +---------------------*/ -i.flag.ng:before, -i.flag.nigeria:before { - background-position: -72px -182px; +.ui.input.focus input, +.ui.input input:focus { + border-color: rgba(39, 41, 43, 0.2); + background: ''; + color: rgba(0, 0, 0, 0.8); + box-shadow: none; } -i.flag.ni:before, -i.flag.nicaragua:before { - background-position: -72px -208px; +.ui.input.focus input input::-webkit-input-placeholder, +.ui.input input:focus input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.8); } -i.flag.nl:before, -i.flag.netherlands:before { - background-position: -72px -234px; +.ui.input.focus input input::-moz-placeholder, +.ui.input input:focus input::-moz-placeholder { + color: rgba(0, 0, 0, 0.8); } -i.flag.no:before, -i.flag.norway:before { - background-position: -72px -260px; +/*-------------------- + Error +---------------------*/ + +.ui.input.error input { + background-color: #fffafa; + border-color: #e7bebe; + color: #d95c5c; + box-shadow: none; } -i.flag.np:before, -i.flag.nepal:before { - background-position: -72px -286px; +/* Error Placeholder */ + +.ui.input.error input ::-webkit-input-placeholder { + color: rgba(255, 80, 80, 0.4); } -i.flag.nr:before, -i.flag.nauru:before { - background-position: -72px -312px; +.ui.input.error input ::-moz-placeholder { + color: rgba(255, 80, 80, 0.4); } -i.flag.nu:before, -i.flag.niue:before { - background-position: -72px -338px; -} +/* Focused Error Placeholder */ -i.flag.nz:before, -i.flag.new.zealand:before { - background-position: -72px -364px; +.ui.input.error input :focus::-webkit-input-placeholder { + color: rgba(255, 80, 80, 0.7); } -i.flag.om:before, -i.flag.oman:before { - background-position: -72px -390px; +.ui.input.error input :focus::-moz-placeholder { + color: rgba(255, 80, 80, 0.7); } -i.flag.pa:before, -i.flag.panama:before { - background-position: -72px -416px; -} +/******************************* + Variations +*******************************/ -i.flag.pe:before, -i.flag.peru:before { - background-position: -72px -442px; -} +/*-------------------- + Transparent +---------------------*/ -i.flag.pf:before, -i.flag.french.polynesia:before { - background-position: -72px -468px; +.ui.transparent.input input { + border-color: transparent; + background-color: transparent; + padding: 0em; } -i.flag.pg:before, -i.flag.new.guinea:before { - background-position: -72px -494px; -} +/*-------------------- + Icon +---------------------*/ -i.flag.ph:before, -i.flag.philippines:before { - background-position: -72px -520px; +.ui.icon.input > .icon { + cursor: default; + position: absolute; + opacity: 0.5; + top: 0px; + right: 0px; + margin: 0em; + width: 2.85em; + height: 100%; + text-align: center; + border-radius: 0em 0.2857rem 0.2857rem 0em; + box-sizing: border-box; + -webkit-transition: opacity 0.3s ease; + transition: opacity 0.3s ease; } -i.flag.pk:before, -i.flag.pakistan:before { - background-position: -72px -546px; +.ui.icon.input > .icon:before, +.ui.icon.input > .icon:after { + left: 0; + position: absolute; + text-align: center; + top: 50%; + width: 100%; + margin-top: -0.5em; } -i.flag.pl:before, -i.flag.poland:before { - background-position: -72px -572px; +.ui.icon.input > .link.icon { + cursor: pointer; } -i.flag.pm:before, -i.flag.saint.pierre:before { - background-position: -72px -598px; +.ui.icon.input input { + padding-right: 2.85em !important; } -i.flag.pn:before, -i.flag.pitcairn.islands:before { - background-position: -72px -624px; +.ui.icon.input > .circular.icon { + top: 0.35em; + right: 0.5em; } -i.flag.pr:before, -i.flag.puerto.rico:before { - background-position: -72px -650px; -} +/* Left Icon Input */ -i.flag.ps:before, -i.flag.palestine:before { - background-position: -72px -676px; +.ui[class*="left icon"].input > .icon { + right: auto; + left: 1px; + border-radius: 0.2857rem 0em 0em 0.2857rem; } -i.flag.pt:before, -i.flag.portugal:before { - background-position: -72px -702px; +.ui[class*="left icon"].input > .circular.icon { + right: auto; + left: 0.5em; } -i.flag.pw:before, -i.flag.palau:before { - background-position: -72px -728px; +.ui[class*="left icon"].input > input { + padding-left: 2.85em !important; + padding-right: 1em !important; } -i.flag.py:before, -i.flag.paraguay:before { - background-position: -72px -754px; -} +/* Transparent Icon */ -i.flag.qa:before, -i.flag.qatar:before { - background-position: -72px -780px; +.ui.transparent.icon.input > .icon { + width: 1.25em; } -i.flag.re:before, -i.flag.reunion:before { - background-position: -72px -806px; +.ui.transparent.icon.input > input { + padding-left: 0em !important; + padding-right: 1.75em !important; } -i.flag.ro:before, -i.flag.romania:before { - background-position: -72px -832px; +.ui.transparent[class*="left icon"].input > input { + padding-left: 0em !important; + padding-left: 1.75em !important; } -i.flag.rs:before, -i.flag.serbia:before { - background-position: -72px -858px; -} +/* Focus */ -i.flag.ru:before, -i.flag.russia:before { - background-position: -72px -884px; +.ui.icon.input > input:focus ~ .icon { + opacity: 1; } -i.flag.rw:before, -i.flag.rwanda:before { - background-position: -72px -910px; -} +/*-------------------- + Labeled +---------------------*/ -i.flag.sa:before, -i.flag.saudi.arabia:before { - background-position: -72px -936px; -} +/* Adjacent Label */ -i.flag.sb:before, -i.flag.solomon.islands:before { - background-position: -72px -962px; +.ui.labeled.input { + display: table; } -i.flag.sc:before, -i.flag.seychelles:before { - background-position: -72px -988px; +.ui.labeled.input > input { + display: table-cell; + vertical-align: top; } -i.flag.sd:before, -i.flag.sudan:before { - background-position: -72px -1040px; +.ui.labeled.input > .label { + display: table-cell; + vertical-align: middle; + white-space: nowrap; + font-size: 1em; } -i.flag.se:before, -i.flag.sweden:before { - background-position: -72px -1066px; +.ui.labeled.input > .label > .icon { + display: inline; + vertical-align: top; } -i.flag.sg:before, -i.flag.singapore:before { - background-position: -72px -1092px; -} +/* Fluid Labeled */ -i.flag.sh:before, -i.flag.saint.helena:before { - background-position: -72px -1118px; +.ui.fluid.labeled.input { + display: table; + width: 100%; } -i.flag.si:before, -i.flag.slovenia:before { - background-position: -72px -1144px; +.ui.fluid.labeled.input > .label { + width: 0.01%; } -i.flag.sj:before, -i.flag.svalbard:before, -i.flag.jan.mayen:before { - background-position: -72px -1170px; -} +/* Label on Left */ -i.flag.sk:before, -i.flag.slovakia:before { - background-position: -72px -1196px; +.ui.labeled.input:not([class*="corner labeled"]):not([class*="right labeled"]) > input { + border-left: none; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; } -i.flag.sl:before, -i.flag.sierra.leone:before { - background-position: -72px -1222px; +.ui.labeled.input:not([class*="corner labeled"]):not([class*="right labeled"]) > .label { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } -i.flag.sm:before, -i.flag.san.marino:before { - background-position: -72px -1248px; -} +/* Label on Right */ -i.flag.sn:before, -i.flag.senegal:before { - background-position: -72px -1274px; +.ui[class*="right labeled"].input > input { + border-right: none; + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important; } -i.flag.so:before, -i.flag.somalia:before { - background-position: -72px -1300px; +.ui[class*="right labeled"].input > .label { + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; } -i.flag.sr:before, -i.flag.suriname:before { - background-position: -72px -1326px; -} +/* Corner Label */ -i.flag.st:before, -i.flag.sao.tome:before { - background-position: -72px -1352px; +.ui.labeled.input .corner.label { + top: 1px; + right: 1px; + font-size: 0.75em; + border-radius: 0em 0.2857rem 0em 0em; } -i.flag.sv:before, -i.flag.el.salvador:before { - background-position: -72px -1378px; +.ui.labeled.input input { + padding-right: 2.5em !important; } -i.flag.sy:before, -i.flag.syria:before { - background-position: -72px -1404px; +/* Spacing with corner label */ + +.ui[class*="corner labeled"].input { + display: inline-block; } -i.flag.sz:before, -i.flag.swaziland:before { - background-position: -72px -1430px; +.ui[class*="corner labeled"].input > input { + display: block; } -i.flag.tc:before, -i.flag.caicos.islands:before { - background-position: -72px -1456px; +.ui[class*="corner labeled"].icon.input:not(.left) > input { + padding-right: 3.25em !important; } -i.flag.td:before, -i.flag.chad:before { - background-position: -72px -1482px; +.ui[class*="corner labeled"].icon.input:not(.left) > .icon { + margin-right: 1.25em; } -i.flag.tf:before, -i.flag.french.territories:before { - background-position: -72px -1508px; +/*-------------------- + Action +---------------------*/ + +.ui.action.input { + display: table; } -i.flag.tg:before, -i.flag.togo:before { - background-position: -72px -1534px; +.ui.action.input > input { + display: table-cell; + vertical-align: top; } -i.flag.th:before, -i.flag.thailand:before { - background-position: -72px -1560px; +.ui.action.input > .button, +.ui.action.input > .buttons { + display: table-cell; + vertical-align: middle; + white-space: nowrap; } -i.flag.tj:before, -i.flag.tajikistan:before { - background-position: -72px -1586px; +.ui.action.input > .button > .icon, +.ui.action.input > .buttons > .button > .icon { + display: inline; + vertical-align: top; } -i.flag.tk:before, -i.flag.tokelau:before { - background-position: -72px -1612px; +.ui.fluid.action.input { + display: table; + width: 100%; } -i.flag.tl:before, -i.flag.timorleste:before { - background-position: -72px -1638px; +.ui.fluid.action.input > .button { + width: 0.01%; } -i.flag.tm:before, -i.flag.turkmenistan:before { - background-position: -72px -1664px; +/* Button on Right */ + +.ui.action.input:not([class*="left action"]) > input { + border-right: none; + border-top-right-radius: 0px !important; + border-bottom-right-radius: 0px !important; } -i.flag.tn:before, -i.flag.tunisia:before { - background-position: -72px -1690px; +.ui.action.input:not([class*="left action"]) > .button, +.ui.action.input:not([class*="left action"]) > .buttons { + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; } -i.flag.to:before, -i.flag.tonga:before { - background-position: -72px -1716px; +/* Button on Left */ + +.ui[class*="left action"].input > .button, +.ui[class*="left action"].input > .buttons { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } -i.flag.tr:before, -i.flag.turkey:before { - background-position: -72px -1742px; +.ui[class*="left action"].input > input { + border-left: none; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; } -i.flag.tt:before, -i.flag.trinidad:before { - background-position: -72px -1768px; +/*-------------------- + Fluid +---------------------*/ + +.ui.fluid.input { + display: block; } -i.flag.tv:before, -i.flag.tuvalu:before { - background-position: -72px -1794px; +/*-------------------- + Size +---------------------*/ + +.ui.mini.input { + font-size: 0.8125em; } -i.flag.tw:before, -i.flag.taiwan:before { - background-position: -72px -1820px; +.ui.small.input { + font-size: 0.875em; } -i.flag.tz:before, -i.flag.tanzania:before { - background-position: -72px -1846px; +.ui.input { + font-size: 1em; } -i.flag.ua:before, -i.flag.ukraine:before { - background-position: -72px -1872px; +.ui.large.input { + font-size: 1.125em; } -i.flag.ug:before, -i.flag.uganda:before { - background-position: -72px -1898px; +.ui.big.input { + font-size: 1.25em; } -i.flag.um:before, -i.flag.us.minor.islands:before { - background-position: -72px -1924px; +.ui.huge.input { + font-size: 1.375em; } -i.flag.us:before, -i.flag.america:before, -i.flag.united.states:before { - background-position: -72px -1950px; +.ui.massive.input { + font-size: 1.5rem; } -i.flag.uy:before, -i.flag.uruguay:before { - background-position: -72px -1976px; +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Label +*******************************/ + +.ui.label { + display: inline-block; + vertical-align: baseline; + line-height: 1; + margin: 0em 0.125em; + background-color: #e8e8e8; + border-color: #e8e8e8; + background-image: none; + padding: 0.6em 0.8em; + color: rgba(0, 0, 0, 0.6); + text-transform: none; + font-weight: bold; + border-radius: 0.2857rem; + box-sizing: border-box; + -webkit-transition: background 0.1s linear; + transition: background 0.1s linear; } -i.flag.uz:before, -i.flag.uzbekistan:before { - background-position: -108px 0px; +.ui.label:first-child { + margin-left: 0em; } -i.flag.va:before, -i.flag.vatican.city:before { - background-position: -108px -26px; +.ui.label:last-child { + margin-right: 0em; } -i.flag.vc:before, -i.flag.saint.vincent:before { - background-position: -108px -52px; +/* Link */ + +a.ui.label { + cursor: pointer; } -i.flag.ve:before, -i.flag.venezuela:before { - background-position: -108px -78px; +/* Inside Link */ + +.ui.label a { + cursor: pointer; + color: inherit; + opacity: 0.8; + -webkit-transition: 0.2s opacity ease; + transition: 0.2s opacity ease; } -i.flag.vg:before, -i.flag.british.virgin.islands:before { - background-position: -108px -104px; +.ui.label a:hover { + opacity: 1; } -i.flag.vi:before, -i.flag.us.virgin.islands:before { - background-position: -108px -130px; +/* Icon */ + +.ui.label .icon { + width: auto; + margin: 0em 0.75em 0em 0em; } -i.flag.vn:before, -i.flag.vietnam:before { - background-position: -108px -156px; +/* Detail */ + +.ui.label .detail { + display: inline-block; + vertical-align: top; + font-weight: bold; + margin-left: 1em; + opacity: 0.8; } -i.flag.vu:before, -i.flag.vanuatu:before { - background-position: -108px -182px; +.ui.label .detail .icon { + margin: 0em 0.25em 0em 0em; } -i.flag.wf:before, -i.flag.wallis.and.futuna:before { - background-position: -108px -234px; +/* Removable label */ + +.ui.label .close.icon, +.ui.label .delete.icon { + cursor: pointer; + margin-right: 0em; + margin-left: 0.5em; + opacity: 0.8; + -webkit-transition: background 0.1s linear; + transition: background 0.1s linear; } -i.flag.ws:before, -i.flag.samoa:before { - background-position: -108px -260px; +.ui.label .delete.icon:hover { + opacity: 1; } -i.flag.ye:before, -i.flag.yemen:before { - background-position: -108px -286px; -} +/*------------------- + Group +--------------------*/ -i.flag.yt:before, -i.flag.mayotte:before { - background-position: -108px -312px; +.ui.labels .label { + margin: 0em 0.5em 0.75em 0em; } -i.flag.za:before, -i.flag.south.africa:before { - background-position: -108px -338px; -} +/*------------------- + Coupling +--------------------*/ -i.flag.zm:before, -i.flag.zambia:before { - background-position: -108px -364px; -} +/* Padding on next content after a label */ -i.flag.zw:before, -i.flag.zimbabwe:before { - background-position: -108px -390px; +.ui.top.attached.label:first-child + :not(.attached) { + margin-top: 2rem !important; } -/******************************* - Site Overrides -*******************************/ - -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) { + margin-top: 0em; + margin-bottom: 2rem !important; +} /******************************* - Elements + Types *******************************/ -/*-------------------- - Form ----------------------*/ - -.ui.form { - position: relative; - max-width: 100%; -} - -/*-------------------- - Content ----------------------*/ - -.ui.form > p { - margin: 1em 0em; +.ui.image.label { + width: auto !important; + margin-top: 0em; + margin-bottom: 0em; + max-width: 9999px; + vertical-align: baseline; + text-transform: none; + background: #e8e8e8; + padding: 0.6em 0.8em 0.6em 0.5em; + border-radius: 0.2857rem; + box-shadow: none; } -/*-------------------- - Field ----------------------*/ - -.ui.form .field { - clear: both; - margin: 0em 0em 1em; +.ui.image.label img { + display: inline-block; + vertical-align: top; + height: 2.2em; + margin: -0.6em 0.5em -0.6em -0.5em; + border-radius: 0.2857rem; } -.ui.form .fields:last-child .field, -.ui.form :not(.fields) .field:last-child { - margin-bottom: 0em; +.ui.image.label .detail { + background: rgba(0, 0, 0, 0.1); + margin: -0.6em -0.8em -0.6em 0.5em; + padding: 0.6em 0.8em; + border-radius: 0em 0.2857rem 0.2857rem 0em; } -/*-------------------- - Labels ----------------------*/ +/*------------------- + Tag +--------------------*/ -.ui.form .field > label { - display: block; - margin: 0em 0em 0.3rem 0em; - color: rgba(0, 0, 0, 0.8); - font-size: 0.9em; - font-weight: bold; - text-transform: none; +.ui.tag.labels .label, +.ui.tag.label { + margin-left: 1em; + position: relative; + padding-left: 1.5em; + padding-right: 1.5em; + border-radius: 0em 0.2857rem 0.2857rem 0em; } -.ui.form .grouped.fields > label, -.ui.form .inline.fields > label { - margin: 0em 0em 0.3rem 0em; - color: rgba(0, 0, 0, 0.8); - font-size: 0.9em; - font-weight: bold; - text-transform: none; +.ui.tag.labels .label:before, +.ui.tag.label:before { + position: absolute; + top: 50%; + right: 100%; + content: ''; + background-color: #e8e8e8; + background-image: none; + width: 1.56em; + height: 1.56em; + -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg); + -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg); + transform: translateY(-50%) translateX(50%) rotate(-45deg); + -webkit-transition: background 0.1s linear; + transition: background 0.1s linear; } -/*-------------------- - Standard Inputs ----------------------*/ - -.ui.form textarea, -.ui.form input[type="text"], -.ui.form input[type="email"], -.ui.form input[type="date"], -.ui.form input[type="password"], -.ui.form input[type="number"], -.ui.form input[type="url"], -.ui.form input[type="tel"], -.ui.form .ui.input { - width: 100%; - vertical-align: top; +.ui.tag.labels .label:after, +.ui.tag.label:after { + position: absolute; + content: ''; + top: 50%; + left: -0.25em; + margin-top: -0.25em; + background-color: #ffffff !important; + width: 0.5em; + height: 0.5em; + box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3); + border-radius: 500rem; } -.ui.form input[type="text"], -.ui.form input[type="email"], -.ui.form input[type="date"], -.ui.form input[type="password"], -.ui.form input[type="number"], -.ui.form input[type="url"], -.ui.form input[type="tel"] { - margin: 0em; - outline: none; - -webkit-appearance: none; - -webkit-tap-highlight-color: rgba(255, 255, 255, 0); - line-height: 1.2; - padding: 0.7em 1em; - font-size: 1em; - background: #ffffff; - border: 1px solid rgba(39, 41, 43, 0.15); - color: rgba(0, 0, 0, 0.8); - border-radius: 0.2857rem; - box-shadow: 0em 0em 0em 0em transparent inset; - box-sizing: border-box; - -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; - transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; -} +/*------------------- + Corner Label +--------------------*/ -.ui.textarea, -.ui.form textarea { +.ui.corner.label { + position: absolute; + top: 0em; + right: 0em; + z-index: 10; margin: 0em; - -webkit-appearance: none; - -webkit-tap-highlight-color: rgba(255, 255, 255, 0); - box-sizing: border-box; - padding: 0.8em 1em; - background: #ffffff; - border: 1px solid rgba(39, 41, 43, 0.15); - outline: none; - color: rgba(0, 0, 0, 0.8); - border-radius: 0.2857rem; - box-shadow: 0em 0em 0em 0em transparent inset; - -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; - transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; - font-size: 1em; - height: 12em; - min-height: 8em; - max-height: 24em; - line-height: 1.33; - resize: vertical; + width: 3.25em; + height: 3.25em; + padding: 0em; + text-align: center; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -.ui.form textarea, -.ui.form input[type="checkbox"] { - vertical-align: top; -} +/* Icon Label */ -/*-------------------------- - Input w/ attached Button ----------------------------*/ +.ui.corner.label { + background-color: transparent !important; +} -.ui.form input.attached { - width: auto; +.ui.corner.label:after { + position: absolute; + content: ""; + right: 0em; + top: 0em; + z-index: -1; + width: 0em; + height: 0em; + background-color: transparent !important; + border-top: 0em solid transparent; + border-right: 3.25em solid transparent; + border-bottom: 3.25em solid transparent; + border-left: 0em solid transparent; + border-right-color: inherit; + -webkit-transition: border-color 0.2s ease; + transition: border-color 0.2s ease; } -/*-------------------- - Basic Select ----------------------*/ +.ui.corner.label .icon { + position: relative; + top: 0.4em; + left: 0.75em; + font-size: 1em; + margin: 0em; +} -.ui.form select { - display: block; +/* Text Label +.ui.text.corner.label { + font-weight: @cornerTextWeight; + text-align: center; + padding: 0.25em 0; + top: 1.1em; + transform: rotate(45deg); + width: 4em; height: auto; - width: 100%; - background: #ffffff; - border: 1px solid rgba(39, 41, 43, 0.15); - border-radius: 0.2857rem; - box-shadow: 0em 0em 0em 0em transparent inset; - padding: 0.62em 1em; - color: rgba(0, 0, 0, 0.8); - -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; - transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; } - -/*-------------------- - Dropdown ----------------------*/ - -.ui.form .field > .selection.dropdown { - width: 100%; +.ui.left.text.corner.label { + transform: rotate(-45deg); } - -.ui.form .field > .selection.dropdown > .dropdown.icon { - float: right; +.ui.text.corner.label:before, +.ui.text.corner.label:after { + position: absolute; + content: ''; + top: 0em; + width: 0em; + height: 0em; } - -.ui.form .inline.field > .selection.dropdown { - width: auto; +.ui.text.corner.label:before { + left: auto; + right: 100%; + border-top: 0em solid transparent; + border-right-width: @ribbonTriangleSize; + border-right-color: inherit; + border-right-style: solid; + border-bottom: @ribbonTriangleSize solid transparent; + border-left: 0em solid transparent; } - -.ui.form .inline.field > .selection.dropdown > .dropdown.icon { - float: none; +.ui.text.corner.label:after { + left: 100%; + right: auto; + border-top: 0em solid transparent; + border-right-width: @ribbonTriangleSize; + border-right-color: inherit; + border-right-style: solid; + border-bottom: @ribbonTriangleSize solid transparent; + border-left: 0em solid transparent; } +*/ -/*-------------------- - Dividers ----------------------*/ +/* Left Corner */ -.ui.form .divider { - clear: both; - margin: 1em 0em; +.ui.left.corner.label, +.ui.left.corner.label:after { + right: auto; + left: 0em; } -/*-------------------- - Types of Messages ----------------------*/ +.ui.left.corner.label:after { + border-top: 3.25em solid transparent; + border-right: 3.25em solid transparent; + border-bottom: 0em solid transparent; + border-left: 0em solid transparent; + border-top-color: inherit; +} -.ui.form .info.message, -.ui.form .success.message, -.ui.form .warning.message, -.ui.form .error.message { - display: none; +.ui.left.corner.label .icon { + left: -0.75em; } -/* Assumptions */ +/* Segment */ -.ui.form .message:first-child { - margin-top: 0px; +.ui.segment > .ui.corner.label { + top: -1px; + right: -1px; } -/*-------------------- - Validation Prompt ----------------------*/ - -.ui.form .field .prompt.label { - white-space: nowrap; +.ui.segment > .ui.left.corner.label { + right: auto; + left: -1px; } -.ui.form .inline.field .prompt { - margin: 0em 0em 0em 1em; +/* Input */ + +.ui.input > .ui.corner.label { + top: 1px; + right: 1px; } -.ui.form .inline.field .prompt:before { - margin-top: -0.3em; - bottom: auto; +.ui.input > .ui.right.corner.label { right: auto; - top: 50%; - left: 0em; + left: 1px; } -/******************************* - States -*******************************/ - -/*-------------------- - Placeholder ----------------------*/ - -/* browsers require these rules separate */ +/*------------------- + Ribbon +--------------------*/ -.ui.form ::-webkit-input-placeholder { - color: rgba(140, 140, 140, 0.8); +.ui.ribbon.label { + position: relative; + margin: 0em; + left: -2rem; + padding-left: 2rem; + border-radius: 0em 0.2857rem 0.2857rem 0em; + border-color: rgba(0, 0, 0, 0.15); } -.ui.form ::-moz-placeholder { - color: rgba(140, 140, 140, 0.8); +.ui.ribbon.label:after { + position: absolute; + content: ""; + top: 100%; + left: 0%; + background-color: transparent !important; + border-top: 0em solid transparent; + border-right-width: 1.2em; + border-right-color: inherit; + border-right-style: solid; + border-bottom: 1.2em solid transparent; + border-left: 0em solid transparent; + width: 0em; + height: 0em; } -.ui.form :focus::-webkit-input-placeholder { - color: rgba(89, 89, 89, 0.8); -} +/*------------------- + Attached +--------------------*/ -.ui.form :focus::-moz-placeholder { - color: rgba(89, 89, 89, 0.8); +.ui.top.attached.label, +.ui.attached.label { + width: 100%; + position: absolute; + margin: 0em; + top: 0em; + left: 0em; + padding: 0.75em 1em; + border-radius: 0.2857rem 0.2857rem 0em 0em; } -/* Error Placeholder */ +.ui.bottom.attached.label { + top: auto; + bottom: 0em; + border-radius: 0em 0em 0.2857rem 0.2857rem; +} -.ui.form .error ::-webkit-input-placeholder { - color: #e38585; +.ui.top.left.attached.label { + width: auto; + margin-top: 0em !important; + border-radius: 0.2857rem 0em 0.2857rem 0em; } -.ui.form .error ::-moz-placeholder { - color: #e38585; +.ui.top.right.attached.label { + width: auto; + left: auto; + right: 0em; + border-radius: 0em 0.2857rem 0em 0.2857rem; } -.ui.form .error :focus::-webkit-input-placeholder { - color: #de7171; +.ui.bottom.left.attached.label { + width: auto; + top: auto; + bottom: 0em; + border-radius: 0em 0em 0.2857rem 0.2857rem; } -.ui.form .error :focus::-moz-placeholder { - color: #de7171; +.ui.bottom.right.attached.label { + top: auto; + bottom: 0em; + left: auto; + right: 0em; + width: auto; + border-radius: 0.2857rem 0em 0.2857rem 0em; } -/*-------------------- - Focus ----------------------*/ +/******************************* + States +*******************************/ -.ui.form input[type="text"]:focus, -.ui.form input[type="email"]:focus, -.ui.form input[type="date"]:focus, -.ui.form input[type="password"]:focus, -.ui.form input[type="number"]:focus, -.ui.form input[type="url"]:focus, -.ui.form input[type="tel"]:focus { - color: rgba(0, 0, 0, 0.85); - border-color: rgba(39, 41, 43, 0.2); - border-radius: 0em 0.2857rem 0.2857rem 0em; - background: #ffffff; - box-shadow: 1px 0em 0em 0em rgba(39, 41, 43, 0.2) inset; +/*------------------- + Disabled +--------------------*/ + +.ui.label.disabled { + opacity: 0.5; } -.ui.form textarea:focus { - color: rgba(0, 0, 0, 0.85); - border-color: rgba(39, 41, 43, 0.2); - border-radius: 0em 0.2857rem 0.2857rem 0em; - background: #ffffff; - box-shadow: 1px 0em 0em 0em rgba(39, 41, 43, 0.2) inset; - -webkit-appearance: none; +/*------------------- + Hover +--------------------*/ + +a.ui.labels .label:hover, +a.ui.label:hover { + background-color: #e0e0e0; + border-color: #e0e0e0; + background-image: none; + color: rgba(0, 0, 0, 0.8); } -/*-------------------- - Success ----------------------*/ +.ui.labels a.label:hover:before, +a.ui.label:hover:before { + background-color: #e0e0e0; + background-image: none; + color: rgba(0, 0, 0, 0.8); +} -/* On Form */ +/*------------------- + Visible +--------------------*/ -.ui.form.success .success.message { - display: block; +.ui.labels.visible .label, +.ui.label.visible { + display: inline-block !important; } -/*-------------------- - Error ----------------------*/ - -/* On Form */ +/*------------------- + Hidden +--------------------*/ -.ui.form.warning .warning.message { - display: block; +.ui.labels.hidden .label, +.ui.label.hidden { + display: none !important; } -/*-------------------- - Warning ----------------------*/ +/******************************* + Variations +*******************************/ -/* On Form */ +/*------------------- + Colors +--------------------*/ -.ui.form.error .error.message { - display: block; +/*--- Black ---*/ + +.ui.black.labels .label, +.ui.black.label { + background-color: #1b1c1d !important; + border-color: #1b1c1d !important; + color: #ffffff !important; } -/* On Field(s) */ +.ui.labels .black.label:before, +.ui.black.labels .label:before, +.ui.black.label:before { + background-color: #1b1c1d !important; +} -.ui.form .fields.error .field label, -.ui.form .field.error label, -.ui.form .fields.error .field .input, -.ui.form .field.error .input { - color: #d95c5c; +a.ui.black.labels .label:hover, +a.ui.black.label:hover { + background-color: #222425 !important; + border-color: #222425 !important; } -.ui.form .fields.error .field .corner.label, -.ui.form .field.error .corner.label { - border-color: #d95c5c; - color: #ffffff; +.ui.labels a.black.label:hover:before, +.ui.black.labels a.label:hover:before, +a.ui.black.label:hover:before { + background-color: #222425 !important; } -.ui.form .fields.error .field textarea, -.ui.form .fields.error .field input[type="text"], -.ui.form .fields.error .field input[type="email"], -.ui.form .fields.error .field input[type="date"], -.ui.form .fields.error .field input[type="password"], -.ui.form .fields.error .field input[type="number"], -.ui.form .fields.error .field input[type="url"], -.ui.form .fields.error .field input[type="tel"], -.ui.form .field.error textarea, -.ui.form .field.error input[type="text"], -.ui.form .field.error input[type="email"], -.ui.form .field.error input[type="date"], -.ui.form .field.error input[type="password"], -.ui.form .field.error input[type="number"], -.ui.form .field.error input[type="url"], -.ui.form .field.error input[type="tel"] { - background: #fff0f0; - border-color: #dbb1b1; - color: #d95c5c; - border-radius: 0em 0.2857rem 0.2857rem 0em; - box-shadow: 2px 0em 0em 0em #d95c5c inset; +.ui.black.corner.label, +.ui.black.corner.label:hover { + background-color: transparent !important; } -.ui.form .field.error textarea:focus, -.ui.form .field.error input[type="text"]:focus, -.ui.form .field.error input[type="email"]:focus, -.ui.form .field.error input[type="date"]:focus, -.ui.form .field.error input[type="password"]:focus, -.ui.form .field.error input[type="number"]:focus, -.ui.form .field.error input[type="url"]:focus, -.ui.form .field.error input[type="tel"]:focus { - background: #fff0f0; - border-color: #dbb1b1; - color: #dc6868; - -webkit-appearance: none; - box-shadow: 2px 0em 0em 0em #dc6868 inset; +.ui.black.ribbon.label { + border-color: #020203 !important; } -/*------------------ - Dropdown Error ---------------------*/ +/*--- Blue ---*/ -.ui.form .fields.error .field .ui.dropdown, -.ui.form .fields.error .field .ui.dropdown .item, -.ui.form .field.error .ui.dropdown, -.ui.form .field.error .ui.dropdown .text, -.ui.form .field.error .ui.dropdown .item { - background: #fff0f0; - color: #d95c5c; +.ui.blue.labels .label, +.ui.blue.label { + background-color: #3b83c0 !important; + border-color: #3b83c0 !important; + color: #ffffff !important; } -.ui.form .fields.error .field .ui.dropdown, -.ui.form .field.error .ui.dropdown { - box-shadow: 0px 0px 0px 1px #dbb1b1 !important; +.ui.labels .blue.label:before, +.ui.blue.labels .label:before, +.ui.blue.label:before { + background-color: #3b83c0 !important; } -.ui.form .fields.error .field .ui.dropdown:hover, -.ui.form .field.error .ui.dropdown:hover { - box-shadow: 0px 0px 0px 1px #dbb1b1 !important; +a.ui.blue.labels .label:hover, +.ui.blue.labels a.label:hover, +a.ui.blue.label:hover { + background-color: #458ac6 !important; + border-color: #458ac6 !important; + color: #ffffff !important; } -.ui.form .fields.error .field .ui.dropdown:hover .menu, -.ui.form .field.error .ui.dropdown:hover .menu { - box-shadow: 0px 1px 0px 1px #dbb1b1; +.ui.labels a.blue.label:hover:before, +.ui.blue.labels a.label:hover:before, +a.ui.blue.label:hover:before { + background-color: #458ac6 !important; } -/* Hover */ +.ui.blue.corner.label, +.ui.blue.corner.label:hover { + background-color: transparent !important; +} -.ui.form .fields.error .field .ui.dropdown .menu .item:hover, -.ui.form .field.error .ui.dropdown .menu .item:hover { - background-color: #fff2f2; +.ui.blue.ribbon.label { + border-color: #2f6899 !important; } -/* Active */ +/*--- Green ---*/ -.ui.form .fields.error .field .ui.dropdown .menu .active.item, -.ui.form .field.error .ui.dropdown .menu .active.item { - background-color: #fdcfcf !important; +.ui.green.labels .label, +.ui.green.label { + background-color: #5bbd72 !important; + border-color: #5bbd72 !important; + color: #ffffff !important; } -/*-------------------- - Checkbox Error ----------------------*/ - -.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label, -.ui.form .field.error .checkbox:not(.toggle):not(.slider) label, -.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box, -.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box { - color: #d95c5c; +.ui.labels .green.label:before, +.ui.green.labels .label:before, +.ui.green.label:before { + background-color: #5bbd72 !important; } -.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before, -.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before, -.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before, -.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before { - background: #fff0f0; - border-color: #dbb1b1; +a.ui.green.labels .label:hover, +a.ui.green.label:hover { + background-color: #66c17b !important; + border-color: #66c17b !important; } -.ui.form .fields.error .field .checkbox label:after, -.ui.form .field.error .checkbox label:after, -.ui.form .fields.error .field .checkbox .box:after, -.ui.form .field.error .checkbox .box:after { - color: #d95c5c; +.ui.labels a.green.label:hover:before, +.ui.green.labels a.label:hover:before, +a.ui.green.label:hover:before { + background-color: #66c17b !important; } -/*-------------------- - Disabled ----------------------*/ +.ui.green.corner.label, +.ui.green.corner.label:hover { + background-color: transparent !important; +} -.ui.form .field :disabled, -.ui.form .field.disabled { - opacity: 0.5; +.ui.green.ribbon.label { + border-color: #42a359 !important; } -.ui.form .field.disabled label { - opacity: 0.5; +/*--- Orange ---*/ + +.ui.orange.labels .label, +.ui.orange.label { + background-color: #e07b53 !important; + border-color: #e07b53 !important; + color: #ffffff !important; } -.ui.form .field.disabled :disabled { - opacity: 1; +.ui.labels .orange.label:before, +.ui.orange.labels .label:before, +.ui.orange.label:before { + background-color: #e07b53 !important; } -/*-------------------- - Loading State ----------------------*/ +a.ui.orange.labels .label:hover, +.ui.orange.labels a.label:hover, +a.ui.orange.label:hover { + background-color: #e28560 !important; + border-color: #e28560 !important; + color: #ffffff !important; +} -/* On Form */ +.ui.labels a.orange.label:hover:before, +.ui.orange.labels a.label:hover:before, +a.ui.orange.label:hover:before { + background-color: #e28560 !important; +} -.ui.form.loading { - position: relative; +.ui.orange.corner.label, +.ui.orange.corner.label:hover { + background-color: transparent !important; } -.ui.form.loading:after { - position: absolute; - top: 0%; - left: 0%; - content: ''; - width: 100%; - height: 100%; - background: rgba(255, 255, 255, 0.6) url("themes/default/assets/images/loader-large.gif") no-repeat 50% 50%; - visibility: visible; +.ui.orange.ribbon.label { + border-color: #d85a28 !important; } -/******************************* - Element Types -*******************************/ +/*--- Pink ---*/ -/*-------------------- - Required Field ----------------------*/ +.ui.pink.labels .label, +.ui.pink.label { + background-color: #d9499a !important; + border-color: #d9499a !important; + color: #ffffff !important; +} -.ui.form .required.fields > .field > label:after, -.ui.form .required.fields > .field > .checkbox:after, -.ui.form .required.field > label:after, -.ui.form .required.field > .checkbox:after { - margin: -0.2em 0em 0em 0.2em; - vertical-align: top; - content: '*'; - color: #d95c5c; +.ui.labels .pink.label:before, +.ui.pink.labels .label:before, +.ui.pink.label:before { + background-color: #d9499a !important; } -/******************************* - Variations -*******************************/ +a.ui.pink.labels .label:hover, +.ui.pink.labels a.label:hover, +a.ui.pink.label:hover { + background-color: #dc56a1 !important; + border-color: #dc56a1 !important; + color: #ffffff !important; +} -/*-------------------- - Inverted Colors ----------------------*/ +.ui.labels a.pink.label:hover:before, +.ui.pink.labels a.label:hover:before, +a.ui.pink.label:hover:before { + background-color: #dc56a1 !important; +} -.ui.inverted.form label, -.ui.form .inverted.segment label, -.ui.form .inverted.segment .ui.checkbox label, -.ui.form .inverted.segment .ui.checkbox .box, -.ui.inverted.form .ui.checkbox label, -.ui.inverted.form .ui.checkbox .box { - color: #ffffff; +.ui.pink.corner.label, +.ui.pink.corner.label:hover { + background-color: transparent !important; } -.ui.inverted.form.loading:after { - background: rgba(0, 0, 0, 0.8) url("themes/default/assets/images/loader-large-inverted.gif") no-repeat 50% 50%; +.ui.pink.ribbon.label { + border-color: #c62981 !important; } -/*-------------------- - Field Groups ----------------------*/ +/*--- Purple ---*/ -/* Grouped Vertically */ +.ui.purple.labels .label, +.ui.purple.label { + background-color: #564f8a !important; + border-color: #564f8a !important; + color: #ffffff !important; +} -.ui.form .grouped.fields { - margin: 0em 0em 1em; +.ui.labels .purple.label:before, +.ui.purple.labels .label:before, +.ui.purple.label:before { + background-color: #564f8a !important; } -.ui.form .grouped.fields:last-child { - margin-bottom: 0em; +a.ui.purple.labels .label:hover, +.ui.purple.labels a.label:hover, +a.ui.purple.label:hover { + background-color: #5c5594 !important; + border-color: #5c5594 !important; + color: #ffffff !important; } -.ui.form .grouped.fields .field { - display: block; - float: none; - margin: 0.5em 0em; - padding: 0em; +.ui.labels a.purple.label:hover:before, +.ui.purple.labels a.label:hover:before, +a.ui.purple.label:hover:before { + background-color: #5c5594 !important; } -/*-------------------- - Fields ----------------------*/ +.ui.purple.corner.label, +.ui.purple.corner.label:hover { + background-color: transparent !important; +} -/* Split fields */ +.ui.purple.ribbon.label { + border-color: #423c6a !important; +} -.ui.form .fields { - clear: both; +/*--- Red ---*/ + +.ui.red.labels .label, +.ui.red.label { + background-color: #d95c5c !important; + border-color: #d95c5c !important; + color: #ffffff !important; } -.ui.form .fields:after { - content: ' '; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; +.ui.labels .red.label:before, +.ui.red.labels .label:before, +.ui.red.label:before { + background-color: #d95c5c !important; } -.ui.form .fields > .field { - clear: none; - float: left; - box-sizing: border-box; - padding-left: 0.5em; - padding-right: 0.5em; +.ui.red.corner.label, +.ui.red.corner.label:hover { + background-color: transparent !important; } -.ui.form .fields > .field:first-child { - border-left: none; - box-shadow: none; +a.ui.red.labels .label:hover, +a.ui.red.label:hover { + background-color: #dc6868 !important; + border-color: #dc6868 !important; + color: #ffffff !important; } -/* Other Combinations */ +.ui.labels a.red.label:hover:before, +.ui.red.labels a.label:hover:before, +a.ui.red.label:hover:before { + background-color: #dc6868 !important; +} -.ui.form .two.fields > .fields, -.ui.form .two.fields > .field { - width: 50%; +.ui.red.ribbon.label { + border-color: #cf3333 !important; } -.ui.form .three.fields > .fields, -.ui.form .three.fields > .field { - width: 33.33333333%; +/*--- Teal ---*/ + +.ui.teal.labels .label, +.ui.teal.label { + background-color: #00b5ad !important; + border-color: #00b5ad !important; + color: #ffffff !important; } -.ui.form .four.fields > .fields, -.ui.form .four.fields > .field { - width: 25%; +.ui.labels .teal.label:before, +.ui.teal.labels .label:before, +.ui.teal.label:before { + background-color: #00b5ad !important; } -.ui.form .five.fields > .fields, -.ui.form .five.fields > .field { - width: 20%; +a.ui.teal.labels .label:hover, +.ui.teal.labels a.label:hover, +a.ui.teal.label:hover { + background-color: #00c4bc !important; + border-color: #00c4bc !important; + color: #ffffff !important; } -.ui.form .six.fields > .fields, -.ui.form .six.fields > .field { - width: 16.66666667%; +.ui.labels a.teal.label:hover:before, +.ui.teal.labels a.label:hover:before, +a.ui.teal.label:hover:before { + background-color: #00c4bc !important; } -.ui.form .seven.fields > .fields, -.ui.form .seven.fields > .field { - width: 14.28571429%; +.ui.teal.corner.label, +.ui.teal.corner.label:hover { + background-color: transparent !important; } -.ui.form .eight.fields > .fields, -.ui.form .eight.fields > .field { - width: 12.5%; +.ui.teal.ribbon.label { + border-color: #00827c !important; } -.ui.form .nine.fields > .fields, -.ui.form .nine.fields > .field { - width: 11.11111111%; +/*--- Yellow ---*/ + +.ui.yellow.labels .label, +.ui.yellow.label { + background-color: #f2c61f !important; + border-color: #f2c61f !important; + color: #ffffff !important; } -.ui.form .ten.fields > .fields, -.ui.form .ten.fields > .field { - width: 10%; +.ui.labels .yellow.label:before, +.ui.yellow.labels .label:before, +.ui.yellow.label:before { + background-color: #f2c61f !important; } -/* Swap to full width on mobile */ +a.ui.yellow.labels .label:hover, +.ui.yellow.labels a.label:hover, +a.ui.yellow.label:hover { + background-color: #f3ca2d !important; + border-color: #f3ca2d !important; + color: #ffffff !important; +} -@media only screen and (max-width: 767px) { - .ui.form .two.fields > .fields, - .ui.form .two.fields > .field, - .ui.form .three.fields > .fields, - .ui.form .three.fields > .field, - .ui.form .four.fields > .fields, - .ui.form .four.fields > .field, - .ui.form .five.fields > .fields, - .ui.form .five.fields > .field { - width: 100%; - padding-left: 0%; - padding-right: 0%; - } +.ui.labels a.yellow.label:hover:before, +.ui.yellow.labels a.label:hover:before, +a.ui.yellow.label:hover:before { + background-color: #f3ca2d !important; } -.ui.form .fields .field:first-child { - padding-left: 0%; +.ui.yellow.corner.label, +.ui.yellow.corner.label:hover { + background-color: transparent !important; } -.ui.form .fields .field:last-child { - padding-right: 0%; +.ui.yellow.ribbon.label { + border-color: #d2a90c !important; } -/* Sizing Combinations */ +/*------------------- + Fluid +--------------------*/ -.ui.form .fields .wide.field { - width: 6.25%; - padding-left: 0.5em; - padding-right: 0.5em; +.ui.label.fluid, +.ui.fluid.labels > .label { + width: 100%; + box-sizing: border-box; } -.ui.form .fields .wide.field:first-child { - padding-left: 0%; -} +/*------------------- + Inverted +--------------------*/ -.ui.form .fields .wide.field:last-child { - padding-right: 0%; +.ui.inverted.labels .label, +.ui.inverted.label { + color: #ffffff !important; } -.ui.form .one.wide.field { - width: 6.25% !important; -} +/*------------------- + Horizontal +--------------------*/ -.ui.form .two.wide.field { - width: 12.5% !important; +.ui.horizontal.labels .label, +.ui.horizontal.label { + margin: 0em 0.5em 0em 0em; + padding: 0.4em 0.8em; + min-width: 3em; + text-align: center; } -.ui.form .three.wide.field { - width: 18.75% !important; -} +/*------------------- + Circular +--------------------*/ -.ui.form .four.wide.field { - width: 25% !important; +.ui.circular.labels .label, +.ui.circular.label { + min-width: 2em; + min-height: 2em; + padding: 0.5em !important; + line-height: 1em; + text-align: center; + border-radius: 500rem; } -.ui.form .five.wide.field { - width: 31.25% !important; +.ui.empty.circular.labels .label, +.ui.empty.circular.label { + min-width: 0em; + min-height: 0em; + overflow: hidden; + width: 0.5em; + height: 0.5em; + vertical-align: baseline; } -.ui.form .six.wide.field { - width: 37.5% !important; -} +/*------------------- + Pointing +--------------------*/ -.ui.form .seven.wide.field { - width: 43.75% !important; +.ui.pointing.label { + position: relative; } -.ui.form .eight.wide.field { - width: 50% !important; +.ui.attached.pointing.label { + position: absolute; } -.ui.form .nine.wide.field { - width: 56.25% !important; +.ui.pointing.label:before { + position: absolute; + content: ''; + width: 0.6em; + height: 0.6em; + background-image: none; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + z-index: 2; + -webkit-transition: background 0.1s linear; + transition: background 0.1s linear; } -.ui.form .ten.wide.field { - width: 62.5% !important; -} +/*--- Above ---*/ -.ui.form .eleven.wide.field { - width: 68.75% !important; +.ui.pointing.label:before { + background-color: #e8e8e8; + background-image: none; } -.ui.form .twelve.wide.field { - width: 75% !important; +.ui.pointing.label, +.ui.pointing.above.label { + margin-top: 1em; } -.ui.form .thirteen.wide.field { - width: 81.25% !important; +.ui.pointing.label:before, +.ui.pointing.above.label:before { + margin-left: -0.3em; + top: -0.3em; + left: 50%; } -.ui.form .fourteen.wide.field { - width: 87.5% !important; -} +/*--- Below ---*/ -.ui.form .fifteen.wide.field { - width: 93.75% !important; +.ui.pointing.bottom.label, +.ui.pointing.below.label { + margin-top: 0em; + margin-bottom: 1em; } -.ui.form .sixteen.wide.field { - width: 100% !important; +.ui.pointing.bottom.label:before, +.ui.pointing.below.label:before { + margin-left: -0.3em; + top: auto; + right: auto; + bottom: -0.3em; + left: 50%; } -/* Swap to full width on mobile */ +/*--- Left ---*/ -@media only screen and (max-width: 767px) { - .ui.form .two.fields > .fields, - .ui.form .two.fields > .field, - .ui.form .three.fields > .fields, - .ui.form .three.fields > .field, - .ui.form .four.fields > .fields, - .ui.form .four.fields > .field, - .ui.form .five.fields > .fields, - .ui.form .five.fields > .field, - .ui.form .fields > .two.wide.field, - .ui.form .fields > .three.wide.field, - .ui.form .fields > .four.wide.field, - .ui.form .fields > .five.wide.field, - .ui.form .fields > .six.wide.field, - .ui.form .fields > .seven.wide.field, - .ui.form .fields > .eight.wide.field, - .ui.form .fields > .nine.wide.field, - .ui.form .fields > .ten.wide.field, - .ui.form .fields > .eleven.wide.field, - .ui.form .fields > .twelve.wide.field, - .ui.form .fields > .thirteen.wide.field, - .ui.form .fields > .fourteen.wide.field, - .ui.form .fields > .fifteen.wide.field, - .ui.form .fields > .sixteen.wide.field { - width: 100%; - padding-left: 0%; - padding-right: 0%; - } +.ui.pointing.left.label { + margin-top: 0em; + margin-left: 1em; } -/*-------------------- - Inline Fields ----------------------*/ - -.ui.form .inline.fields { - margin: 0em 0em 1em; +.ui.pointing.left.label:before { + margin-top: -0.3em; + bottom: auto; + right: auto; + top: 50%; + left: 0em; } -.ui.form .inline.fields .field { - display: inline-block; - margin: 0em 1em 0em 0em; - padding: 0em; -} +/*--- Right ---*/ -.ui.form .inline.fields .field > label, -.ui.form .inline.fields .field > p, -.ui.form .inline.fields .field > input, -.ui.form .inline.field > label, -.ui.form .inline.field > p, -.ui.form .inline.field > input { - display: inline-block; - width: auto; +.ui.pointing.right.label { margin-top: 0em; - margin-bottom: 0em; - vertical-align: middle; - font-size: 1em; + margin-right: 1em; } -.ui.form .inline.fields .field > input, -.ui.form .inline.field > input { - font-size: 1em; +.ui.pointing.right.label:before { + margin-top: -0.3em; + right: -0.3em; + top: 50%; + bottom: auto; + left: auto; } -/* Label */ - -.ui.form .inline.fields .field > :first-child, -.ui.form .inline.field > :first-child { - margin: 0em 0.3rem 0em 0em; -} +/*------------------ + Floating Label +-------------------*/ -.ui.form .inline.fields .field > :only-child, -.ui.form .inline.field > :only-child { - margin: 0em; +.ui.floating.label { + position: absolute; + z-index: 100; + top: -1em; + left: 100%; + margin: 0em 0em 0em -1.5em !important; } -/*-------------------- +/*------------------- Sizes ----------------------*/ +--------------------*/ -/* Standard */ +.ui.mini.labels .label, +.ui.mini.label { + font-size: 0.6428em; +} -.ui.small.form { - font-size: 0.875em; +.ui.tiny.labels .label, +.ui.tiny.label { + font-size: 0.7142em; } -/* Medium */ +.ui.small.labels .label, +.ui.small.label { + font-size: 0.7857em; +} -.ui.form { - font-size: auto; +.ui.labels .label, +.ui.label { + font-size: 0.8571em; } -/* Large */ +.ui.large.labels .label, +.ui.large.label { + font-size: 1em; +} -.ui.large.form { - font-size: 1.125em; +.ui.big.labels .label, +.ui.big.label { + font-size: 1.1428em; } -/* Huge */ +.ui.huge.labels .label, +.ui.huge.label { + font-size: 1.2857em; +} -.ui.huge.form { - font-size: 1.2em; +.ui.massive.labels .label, +.ui.massive.label { + font-size: 1.4285em; } /******************************* @@ -8800,1328 +7747,1230 @@ i.flag.zimbabwe:before { */ /******************************* - Standard + List *******************************/ -.ui.grid { - display: block; - text-align: left; - font-size: 0em; - padding: 0em; -} - -.ui.grid:after, -.ui.grid > .row:after { - content: ''; - display: block; - height: 0px; - clear: both; - visibility: hidden; -} - -/*---------------------- - Remove Gutters ------------------------*/ - -.ui.grid { - margin-top: -1rem; - margin-bottom: -1rem; - margin-left: -1rem; - margin-right: -1rem; -} - -.ui.relaxed.grid { - margin-left: -1.5rem; - margin-right: -1.5rem; -} - -.ui[class*="very relaxed"].grid { - margin-left: -2.5rem; - margin-right: -2.5rem; -} - -/* Collapse Margins on Consecutive Grids */ - -.ui.grid + .grid { - margin-top: 1rem; -} - -/*------------------- - Columns ---------------------*/ - -/* Standard 16 column */ - -.ui.grid > .column:not(.row), -.ui.grid > .row > .column { - display: inline-block; - text-align: left; - font-size: 1rem; - width: 6.25%; - padding-left: 1rem; - padding-right: 1rem; - vertical-align: top; -} - -.ui.grid > * { - padding-left: 1rem; - padding-right: 1rem; -} - -/*------------------- - Rows ---------------------*/ - -.ui.grid > .row { - display: block; - width: auto !important; - padding: 0rem; - font-size: 0rem; - padding-top: 1rem; - padding-bottom: 1rem; -} - -/*------------------- - Columns ---------------------*/ - -/* Vertical padding when no rows */ - -.ui.grid > .column:not(.row) { - padding-top: 1rem; - padding-bottom: 1rem; +ul.ui.list, +ol.ui.list, +.ui.list { + list-style-type: none; + margin: 0em; + padding: 0em 0em; } -.ui.grid > .row > .column { +ul.ui.list:first-child, +ol.ui.list:first-child, +.ui.list:first-child { margin-top: 0em; - margin-bottom: 0em; -} - -/*------------------- - Content ---------------------*/ - -.ui.grid > .row > img, -.ui.grid > .row > .column > img { - max-width: 100%; -} - -/*------------------- - Loose Coupling ---------------------*/ - -.ui.grid .row + .ui.divider { - margin: 1rem 1rem; + padding-top: 0em; } -/* remove Border on last horizontal segment */ - -.ui.grid > .row > .column:last-child > .horizontal.segment, -.ui.grid > .column:last-child > .horizontal.segment { - box-shadow: none; +ul.ui.list:last-child, +ol.ui.list:last-child, +.ui.list:last-child { + margin-bottom: 0em; + padding-bottom: 0em; } /******************************* - Variations + Content *******************************/ -/*----------------------- - Page Grid --------------------------*/ +/* List Item */ -.ui.page.grid { - padding-left: 13%; - padding-right: 13%; - width: auto; +ul.ui.list li, +ol.ui.list li, +.ui.list .item { + display: list-item; + table-layout: fixed; + list-style-type: none; + list-style-position: outside; + padding: 0.3em 0em; + line-height: 1.2; } -/* Collapse Margin */ - -.ui.grid > .ui.grid:first-child { - margin-top: 0em; +ul.ui.list > li:first-child:after, +ol.ui.list > li:first-child:after, +.ui.list .item:after { + content: ''; + display: block; + height: 0; + clear: both; + visibility: hidden; } -.ui.grid > .ui.grid:last-child { - margin-bottom: 0em; +ul.ui.list li:first-child, +ol.ui.list li:first-child, +.ui.list .item:first-child { + padding-top: 0em; } -@media only screen and (max-width: 767px) { - .ui.page.grid { - width: auto; - padding-left: 0em; - padding-right: 0em; - margin: 0em; - } +ul.ui.list li:last-child, +ol.ui.list li:last-child, +.ui.list .item:last-child { + padding-bottom: 0em; } -@media only screen and (min-width: 768px) { - .ui.page.grid { - width: auto; - padding-left: 8%; - padding-right: 8%; - } -} +/* Child List */ -@media only screen and (min-width: 992px) { - .ui.page.grid { - width: auto; - padding-left: 13%; - padding-right: 13%; - } +ul.ui.list ul, +ol.ui.list ol, +.ui.list .list { + clear: both; + margin: 0em; + padding: 0.75em 0em 0.25em 0.5em; } -@media only screen and (min-width: 1400px) { - .ui.page.grid { - width: auto; - padding-left: 18%; - padding-right: 18%; - } -} +/* Icon */ -@media only screen and (min-width: 1920px) { - .ui.page.grid { - width: auto; - padding-left: 23%; - padding-right: 23%; - } +.ui.list .item > .icon { + display: table-cell; + margin: 0em; + padding-top: 0.1rem; + padding-right: 0.3em; + vertical-align: middle; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -/*------------------- - Column Count ---------------------*/ - -/* Assume full width with one column */ - -.ui.grid > .column:only-child, -.ui.grid > .row > .column:only-child { - width: 100%; +.ui.list .item > [class*="top aligned"].icon { + vertical-align: top; } -/* Grid Based */ - -.ui[class*="one column"].grid > .row > .column, -.ui[class*="one column"].grid > .column { - width: 100%; +.ui.list .item > .icon:only-child { + display: inline-block; + vertical-align: top; } -.ui[class*="two column"].grid > .row > .column, -.ui[class*="two column"].grid > .column { - width: 50%; +/* Image */ + +.ui.list .item > .image { + display: table-cell; + background-color: transparent; + margin: 0em; + padding-right: 0.5em; + vertical-align: middle; } -.ui[class*="three column"].grid > .row > .column, -.ui[class*="three column"].grid > .column { - width: 33.33333333%; +.ui.list .item > [class*="top aligned"].image { + vertical-align: top; } -.ui[class*="four column"].grid > .row > .column, -.ui[class*="four column"].grid > .column { - width: 25%; +.ui.list .item > .image img { + vertical-align: middle; } -.ui[class*="five column"].grid > .row > .column, -.ui[class*="five column"].grid > .column { - width: 20%; +.ui.list .item > img.image, +.ui.list .item > .image:only-child { + display: inline-block; + padding-right: 0em; } -.ui[class*="six column"].grid > .row > .column, -.ui[class*="six column"].grid > .column { - width: 16.66666667%; -} +/* Content */ -.ui[class*="seven column"].grid > .row > .column, -.ui[class*="seven column"].grid > .column { - width: 14.28571429%; +.ui.list .item > .content { + line-height: 1.2em; } -.ui[class*="eight column"].grid > .row > .column, -.ui[class*="eight column"].grid > .column { - width: 12.5%; +.ui.list .item > .image + .content, +.ui.list .item > .icon + .content { + display: table-cell; + padding-left: 0.5em; + vertical-align: middle; } -.ui[class*="nine column"].grid > .row > .column, -.ui[class*="nine column"].grid > .column { - width: 11.11111111%; +.ui.list .item > .image + .content, +.ui.list .item > .icon + .content { + display: table-cell; + padding-left: 0.5em; + vertical-align: middle; } -.ui[class*="ten column"].grid > .row > .column, -.ui[class*="ten column"].grid > .column { - width: 10%; +.ui.list .item > img.image + .content { + display: inline-block; } -.ui[class*="eleven column"].grid > .row > .column, -.ui[class*="eleven column"].grid > .column { - width: 9.09090909%; +.ui.list .item > .content > .list { + margin-left: 0em; + padding-left: 0em; } -.ui[class*="twelve column"].grid > .row > .column, -.ui[class*="twelve column"].grid > .column { - width: 8.33333333%; +/* Link */ + +.ui.list a { + cursor: pointer; + color: rgba(0, 0, 0, 0.8); } -.ui[class*="thirteen column"].grid > .row > .column, -.ui[class*="thirteen column"].grid > .column { - width: 7.69230769%; +.ui.list a:hover { + color: #00b2f3; } -.ui[class*="fourteen column"].grid > .row > .column, -.ui[class*="fourteen column"].grid > .column { - width: 7.14285714%; +.ui.list a .icon { + color: rgba(0, 0, 0, 0.4); } -.ui[class*="fifteen column"].grid > .row > .column, -.ui[class*="fifteen column"].grid > .column { - width: 6.66666667%; +/* Header */ + +.ui.list .header { + display: block; + margin: 0em; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + color: rgba(0, 0, 0, 0.8); } -.ui[class*="sixteen column"].grid > .row > .column, -.ui[class*="sixteen column"].grid > .column { - width: 6.25%; +.ui.list .description { + display: block; + color: rgba(0, 0, 0, 0.8); } -/* Row Based Overrides */ +/* Floated Content */ -.ui.grid > [class*="one column"].row > .column { - width: 100% !important; +.ui.list .item > .left.floated { + float: left; + margin-right: 1em; } -.ui.grid > [class*="two column"].row > .column { - width: 50% !important; +.ui.list .item > .right.floated { + float: right; + margin-left: 1em; } -.ui.grid > [class*="three column"].row > .column { - width: 33.33333333% !important; +/******************************* + Coupling +*******************************/ + +.ui.menu .ui.list .item:before { + border: none; + background: none; } -.ui.grid > [class*="four column"].row > .column { - width: 25% !important; +/******************************* + Types +*******************************/ + +/*------------------- + Horizontal +--------------------*/ + +.ui.horizontal.list { + display: inline-block; + font-size: 0em; } -.ui.grid > [class*="five column"].row > .column { - width: 20% !important; +.ui.horizontal.list > .item { + display: inline-block; + margin-left: 1em; + font-size: 1rem; } -.ui.grid > [class*="six column"].row > .column { - width: 16.66666667% !important; +.ui.horizontal.list > .item:first-child { + margin-left: 0em !important; + padding-left: 0em !important; } -.ui.grid > [class*="seven column"].row > .column { - width: 14.28571429% !important; +.ui.horizontal.list .list { + padding-left: 0em; + padding-bottom: 0em; } -.ui.grid > [class*="eight column"].row > .column { - width: 12.5% !important; +/* Padding on all elements */ + +.ui.horizontal.list > .item:first-child, +.ui.horizontal.list > .item:last-child { + padding-top: 0.3em; + padding-bottom: 0.3em; } -.ui.grid > [class*="nine column"].row > .column { - width: 11.11111111% !important; +/* Horizontal List */ + +.ui.horizontal.list .item > .icon { + margin: 0em; + padding: 0em 0.25em 0em 0em; } -.ui.grid > [class*="ten column"].row > .column { - width: 10% !important; +.ui.horizontal.list .item > .icon, +.ui.horizontal.list .item > .icon + .content { + float: none; + display: inline-block; } -.ui.grid > [class*="eleven column"].row > .column { - width: 9.09090909% !important; +/******************************* + States +*******************************/ + +/*------------------- + Disabled +--------------------*/ + +.ui.list .disabled.item { + pointer-events: none; + color: rgba(40, 40, 40, 0.3) !important; } -.ui.grid > [class*="twelve column"].row > .column { - width: 8.33333333% !important; +.ui.inverted.list .disabled.item { + color: rgba(225, 225, 225, 0.3) !important; } -.ui.grid > [class*="thirteen column"].row > .column { - width: 7.69230769% !important; +/*------------------- + Hover +--------------------*/ + +.ui.list a:hover .icon { + color: rgba(0, 0, 0, 0.8); } -.ui.grid > [class*="fourteen column"].row > .column { - width: 7.14285714% !important; +/******************************* + Variations +*******************************/ + +/*------------------- + Inverted +--------------------*/ + +.ui.inverted.list a .icon { + color: rgba(255, 255, 255, 0.8); } -.ui.grid > [class*="fifteen column"].row > .column { - width: 6.66666667% !important; +.ui.inverted.list .header { + color: #ffffff; } -.ui.grid > [class*="sixteen column"].row > .column { - width: 6.25% !important; +.ui.inverted.list .description { + color: rgba(255, 255, 255, 0.8); } /*------------------- - Column Width + Link --------------------*/ -/* Sizing Combinations */ +.ui.link.list .item, +.ui.link.list a.item, +.ui.link.list .item a { + color: rgba(0, 0, 0, 0.4); + -webkit-transition: 0.2s color ease; + transition: 0.2s color ease; +} -.ui.grid > .row > [class*="one wide"].column, -.ui.grid > .column.row > [class*="one wide"].column, -.ui.grid > [class*="one wide"].column, -.ui.column.grid > [class*="one wide"].column { - width: 6.25% !important; +.ui.link.list a.item:hover, +.ui.link.list .item a:hover { + color: rgba(0, 0, 0, 0.8); } -.ui.grid > .row > [class*="two wide"].column, -.ui.grid > .column.row > [class*="two wide"].column, -.ui.grid > [class*="two wide"].column, -.ui.column.grid > [class*="two wide"].column { - width: 12.5% !important; +.ui.link.list a.item:active, +.ui.link.list .item a:active { + color: rgba(0, 0, 0, 0.8); } -.ui.grid > .row > [class*="three wide"].column, -.ui.grid > .column.row > [class*="three wide"].column, -.ui.grid > [class*="three wide"].column, -.ui.column.grid > [class*="three wide"].column { - width: 18.75% !important; +.ui.link.list .active.item, +.ui.link.list .active.item a { + color: rgba(0, 0, 0, 0.8); } -.ui.grid > .row > [class*="four wide"].column, -.ui.grid > .column.row > [class*="four wide"].column, -.ui.grid > [class*="four wide"].column, -.ui.column.grid > [class*="four wide"].column { - width: 25% !important; +/* Inverted */ + +.ui.inverted.link.list .item, +.ui.inverted.link.list a.item, +.ui.inverted.link.list .item a { + color: rgba(255, 255, 255, 0.5); +} + +.ui.inverted.link.list a.item:hover, +.ui.inverted.link.list .item a:hover { + color: #ffffff; } -.ui.grid > .row > [class*="five wide"].column, -.ui.grid > .column.row > [class*="five wide"].column, -.ui.grid > [class*="five wide"].column, -.ui.column.grid > [class*="five wide"].column { - width: 31.25% !important; +.ui.inverted.link.list a.item:active, +.ui.inverted.link.list .item a:active { + color: #ffffff; } -.ui.grid > .row > [class*="six wide"].column, -.ui.grid > .column.row > [class*="six wide"].column, -.ui.grid > [class*="six wide"].column, -.ui.column.grid > [class*="six wide"].column { - width: 37.5% !important; +.ui.inverted.link.list a.active.item, +.ui.inverted.link.list .active.item a { + color: #ffffff; } -.ui.grid > .row > [class*="seven wide"].column, -.ui.grid > .column.row > [class*="seven wide"].column, -.ui.grid > [class*="seven wide"].column, -.ui.column.grid > [class*="seven wide"].column { - width: 43.75% !important; +/*------------------- + Selection +--------------------*/ + +.ui.selection.list .item { + cursor: pointer; + background: transparent; + padding: 0.5em 0.5em; + margin: 0em; + color: rgba(0, 0, 0, 0.4); + border-radius: 0.5em; + -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; + transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; } -.ui.grid > .row > [class*="eight wide"].column, -.ui.grid > .column.row > [class*="eight wide"].column, -.ui.grid > [class*="eight wide"].column, -.ui.column.grid > [class*="eight wide"].column { - width: 50% !important; +.ui.selection.list .item:last-child { + margin-bottom: 0em; } -.ui.grid > .row > [class*="nine wide"].column, -.ui.grid > .column.row > [class*="nine wide"].column, -.ui.grid > [class*="nine wide"].column, -.ui.column.grid > [class*="nine wide"].column { - width: 56.25% !important; +.ui.selection.list .item:hover { + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.8); } -.ui.grid > .row > [class*="ten wide"].column, -.ui.grid > .column.row > [class*="ten wide"].column, -.ui.grid > [class*="ten wide"].column, -.ui.column.grid > [class*="ten wide"].column { - width: 62.5% !important; +.ui.selection.list .item:active { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); } -.ui.grid > .row > [class*="eleven wide"].column, -.ui.grid > .column.row > [class*="eleven wide"].column, -.ui.grid > [class*="eleven wide"].column, -.ui.column.grid > [class*="eleven wide"].column { - width: 68.75% !important; +.ui.selection.list .item.active { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); } -.ui.grid > .row > [class*="twelve wide"].column, -.ui.grid > .column.row > [class*="twelve wide"].column, -.ui.grid > [class*="twelve wide"].column, -.ui.column.grid > [class*="twelve wide"].column { - width: 75% !important; +/* Inverted */ + +.ui.inverted.selection.list .item { + background: transparent; + color: rgba(255, 255, 255, 0.5); } -.ui.grid > .row > [class*="thirteen wide"].column, -.ui.grid > .column.row > [class*="thirteen wide"].column, -.ui.grid > [class*="thirteen wide"].column, -.ui.column.grid > [class*="thirteen wide"].column { - width: 81.25% !important; +.ui.inverted.selection.list .item:hover { + background: rgba(255, 255, 255, 0.02); + color: #ffffff; } -.ui.grid > .row > [class*="fourteen wide"].column, -.ui.grid > .column.row > [class*="fourteen wide"].column, -.ui.grid > [class*="fourteen wide"].column, -.ui.column.grid > [class*="fourteen wide"].column { - width: 87.5% !important; +.ui.inverted.selection.list .item:active { + background: rgba(255, 255, 255, 0.05); + color: #ffffff; } -.ui.grid > .row > [class*="fifteen wide"].column, -.ui.grid > .column.row > [class*="fifteen wide"].column, -.ui.grid > [class*="fifteen wide"].column, -.ui.column.grid > [class*="fifteen wide"].column { - width: 93.75% !important; +.ui.inverted.selection.list .item.active { + background: rgba(255, 255, 255, 0.05); + color: #ffffff; } -.ui.grid > .row > [class*="sixteen wide"].column, -.ui.grid > .column.row > [class*="sixteen wide"].column, -.ui.grid > [class*="sixteen wide"].column, -.ui.column.grid > [class*="sixteen wide"].column { - width: 100% !important; +/* Celled / Divided Selection List */ + +.ui.celled.selection.list .item, +.ui.divided.selection.list .item { + border-radius: 0em; } -/*---------------------- - Centered ------------------------*/ +/*------------------- + Animated +--------------------*/ -.ui.centered.grid, -.ui.centered.grid > .row, -.ui.grid .centered.row { - text-align: center; +.ui.animated.list .item { + -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; + transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; } -.ui.centered.grid > .column:not(.aligned), -.ui.centered.grid > .row > .column:not(.aligned), -.ui.grid .centered.row > .column:not(.aligned) { - text-align: left; +.ui.animated.list:not(.horizontal) .item:hover { + padding-left: 1em; } -.ui.grid > .centered.column, -.ui.grid > .row > .centered.column { - display: block; - margin-left: auto; - margin-right: auto; +.ui.animated.list:not(.horizontal) .item:hover .item:hover { + padding-left: 0.5em; } -/*---------------------- - Relaxed ------------------------*/ +/*------------------- + Fitted +--------------------*/ -.ui.relaxed.grid > .column:not(.row), -.ui.relaxed.grid > .row > .column, -.ui.grid > .relaxed.row > .column { - padding-left: 1.5rem; - padding-right: 1.5rem; +.ui.fitted.list:not(.selection) .item { + padding-left: 0em; + padding-right: 0em; } -.ui[class*="very relaxed"].grid > .column:not(.row), -.ui[class*="very relaxed"].grid > .row > .column, -.ui.grid > [class*="very relaxed"].row > .column { - padding-left: 2.5rem; - padding-right: 2.5rem; +.ui.fitted.selection.list .item { + margin-left: -0.5em; + margin-right: -0.5em; } -/* Coupling with UI Divider */ +/*------------------- + Bulleted +--------------------*/ -.ui.relaxed.grid .row + .ui.divider, -.ui.grid .relaxed.row + .ui.divider { - margin-left: 1.5rem; - margin-right: 1.5rem; +ul.ui.list, +.ui.bulleted.list { + margin-left: 1rem; } -.ui[class*="very relaxed"].grid .row + .ui.divider, -.ui.grid [class*="very relaxed"].row + .ui.divider { - margin-left: 2.5rem; - margin-right: 2.5rem; +ul.ui.list li, +.ui.bulleted.list .item { + position: relative; } -/*---------------------- - Padded ------------------------*/ +ul.ui.list li:before, +.ui.bulleted.list .item:before { + position: absolute; + left: -1rem; + content: '•'; + opacity: 1; + color: rgba(0, 0, 0, 0.8); + vertical-align: top; +} -.ui.padded.grid:not(.vertically):not(.horizontally) { - margin: 0em !important; +ul.ui.list ul, +.ui.bulleted.list .list { + padding-left: 1rem; } -[class*="horizontally padded"].ui.grid { - margin-left: 0em !important; - margin-right: 0em !important; +/* Horizontal Bulleted */ + +ul.ui.horizontal.bulleted.list, +.ui.horizontal.bulleted.list { + margin-left: 0em; } -[class*="vertically padded"].ui.grid { - margin-top: 0em !important; - margin-bottom: 0em !important; +ul.ui.horizontal.bulleted.list li, +.ui.horizontal.bulleted.list .item { + margin-left: 1.5rem; } -/*---------------------- - "Floated" ------------------------*/ +ul.ui.horizontal.bulleted.list li:before, +.ui.horizontal.bulleted.list .item:before { + left: -1.1rem; +} -.ui.grid [class*="left floated"].column { - float: left; +ul.ui.horizontal.bulleted.list li:first-child, +.ui.horizontal.bulleted.list .item:first-child { + margin-left: 0em; } -.ui.grid [class*="right floated"].column { - float: right; +ul.ui.horizontal.bulleted.list li:first-child::before, +.ui.horizontal.bulleted.list .item:first-child::before { + display: none; } -/*---------------------- - Divided ------------------------*/ +/*------------------- + Ordered +--------------------*/ -.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row), -.ui.divided.grid:not([class*="vertically divided"]) > .row > .column { - box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1); +ol.ui.list, +.ui.ordered.list, +.ui.ordered.list .list, +ol.ui.list ol { + counter-reset: ordered; + margin-left: 1.25rem; + list-style-type: none; } -/* Swap from padding to margin on columns to have dividers align */ +ol.ui.list li, +.ui.ordered.list .item { + list-style-type: none; + position: relative; +} -.ui[class*="vertically divided"].grid > .column:not(.row), -.ui[class*="vertically divided"].grid > .row > .column { - margin-top: 1rem; - margin-bottom: 1rem; - padding-top: 0rem; - padding-bottom: 0rem; +ol.ui.list li:before, +.ui.ordered.list .item:before { + position: absolute; + left: -1.25rem; + counter-increment: ordered; + content: counters(ordered, ".") " "; + text-align: right; + color: rgba(0, 0, 0, 0.8); + vertical-align: middle; + opacity: 0.8; } -.ui[class*="vertically divided"].grid > .row { - margin-top: 0em; - margin-bottom: 0em; - padding-top: 0em; - padding-bottom: 0em; -} +/* Child Lists */ -/* No divider on first column on row */ +ol.ui.list ol, +.ui.ordered.list .list { + margin-left: 2em; +} -.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child, -.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { - box-shadow: none; +ol.ui.list ol li:before, +.ui.ordered.list .list .item:before { + left: -2em; } -/* Divided Row */ +/* Horizontal Ordered */ -.ui.grid > .divided.row > .column { - box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1); +ol.ui.horizontal.list, +.ui.ordered.horizontal.list { + margin-left: 0em; } -.ui.grid > .divided.row > .column:first-child { - box-shadow: none; +ol.ui.horizontal.list li:before, +.ui.ordered.horizontal.list .item:before { + position: static; + margin: 0em 0.5em 0em 0em; } -/* Vertically Divided */ +/*------------------- + Divided +--------------------*/ -.ui[class*="vertically divided"].grid > .row { - position: relative; +.ui.divided.list .item { + border-top: 1px solid rgba(39, 41, 43, 0.15); } -.ui[class*="vertically divided"].grid > .row:before { - position: absolute; - content: ""; - top: 0em; - left: 0px; - width: -webkit-calc(100% - 2rem ); - width: calc(100% - 2rem ); - height: 1px; - margin: 0% 1rem; - box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1); +.ui.divided.list .list .item { + border-top: none; } -/* Padded Horizontally Divided */ +.ui.divided.list .item .menu .item { + border-top: none; +} -[class*="horizontally padded"].ui.divided.grid, -.ui.padded.divided.grid:not(.vertically):not(.horizontally) { - width: 100%; +.ui.divided.list .item:first-child { + border-top: none; } -/* First Row Vertically Divided */ +/* Sub Menu */ -.ui[class*="vertically divided"].grid > .row:first-child:before { - box-shadow: none; +.ui.divided.list:not(.horizontal) .list .item:first-child { + border-top-width: 1px; } -/* Inverted Divided */ +/* Divided bulleted */ -.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column, -.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column { - box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.15); +.ui.divided.bulleted.list:not(.horizontal), +.ui.divided.bulleted.list .list { + margin-left: 0em; + padding-left: 0em; } -.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:first-child, -.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { - box-shadow: none; +.ui.divided.bulleted.list .item:not(.horizontal) { + padding-left: 1rem; } -.ui.inverted[class*="vertically divided"].grid > .row { - box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.15); +.ui.divided.bulleted.list .item:before { + left: 0em; } -/* Relaxed */ +/* Divided Ordered */ -.ui.relaxed[class*="vertically divided"].grid > .row:before { - margin-left: 1.5rem; - margin-right: 1.5rem; - width: -webkit-calc(100% - 3rem ); - width: calc(100% - 3rem ); +.ui.divided.ordered.list { + margin-left: 0em; } -.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before { - margin-left: 5rem; - margin-right: 5rem; - width: -webkit-calc(100% - 5rem ); - width: calc(100% - 5rem ); +.ui.divided.ordered.list .item { + padding-left: 1.25rem; } -/*---------------------- - Celled ------------------------*/ - -.ui.celled.grid { - display: table; - table-layout: fixed; - width: 100%; - margin: 1em 0em; - box-shadow: 0px 0px 0px 1px #d4d4d5; +.ui.divided.ordered.list .item:before { + left: 0em; } -.ui.celled.grid > .row, -.ui.celled.grid > .column.row, -.ui.celled.grid > .column.row:first-child { - display: table; - table-layout: fixed; - width: 100% !important; - margin: 0em; - padding: 0em; - box-shadow: 0px -1px 0px 0px #d4d4d5; +.ui.divided.ordered.list .item .list { + margin-left: 0em; + margin-right: 0em; + padding-bottom: 0.3em; } -.ui.celled.grid > .column:not(.row), -.ui.celled.grid > .row > .column { - display: table-cell; - box-shadow: -1px 0px 0px 0px #d4d4d5; +.ui.divided.ordered.list .item .list .item { + padding-left: 2em; } -.ui.celled.grid > .column:first-child, -.ui.celled.grid > .row > .column:first-child { - box-shadow: none; -} +/* Divided Selection */ -.ui.celled.page.grid { - box-shadow: none; +.ui.divided.selection.list .item { + margin: 0em; + border-radius: 0em; } -.ui.celled.grid > .column:not(.row), -.ui.celled.grid > .row > .column { - padding: 0.75em; -} +/* Divided horizontal */ -.ui.relaxed.celled.grid > .column:not(.row), -.ui.relaxed.celled.grid > .row > .column { - padding: 1em; +.ui.divided.horizontal.list { + margin-left: 0em; } -.ui[class*="very relaxed"].celled.grid > .column:not(.row), -.ui[class*="very relaxed"].celled.grid > .row > .column { - padding: 2em; +.ui.divided.horizontal.list > .item { + border-top: none; + border-left: 1px solid rgba(39, 41, 43, 0.15); + margin: 0em; + padding-left: 0.5em; + padding-right: 0.5em; + line-height: 0.6; } -/* Internally Celled */ - -.ui[class*="internally celled"].grid { - box-shadow: none; +.ui.horizontal.divided.list > .item:first-child { + border-left: none; } -.ui[class*="internally celled"].grid > .row:first-child { - box-shadow: none; -} +/* Inverted */ -.ui[class*="internally celled"].grid > .row > .column:first-child { - box-shadow: none; +.ui.divided.inverted.list > .item, +.ui.divided.inverted.list > .list, +.ui.divided.inverted.horizontal.list .item { + border-color: rgba(255, 255, 255, 0.2); } -/*---------------------- - Horizontally Centered ------------------------*/ +/*------------------- + Celled +--------------------*/ -/* Left Aligned */ +.ui.celled.list > .item, +.ui.celled.list > .list { + border-top: 1px solid rgba(39, 41, 43, 0.15); + padding-left: 0.5em; + padding-right: 0.5em; +} -.ui[class*="left aligned"].grid, -.ui[class*="left aligned"].grid > .row > .column, -.ui[class*="left aligned"].grid > .column, -.ui.grid [class*="left aligned"].column, -.ui.grid > [class*="left aligned"].aligned.row > .column { - text-align: left; +.ui.celled.list > .item:last-child { + border-bottom: 1px solid rgba(39, 41, 43, 0.15); } -.ui.grid [class*="left aligned"].column { - text-align: left !important; +/* Padding on all elements */ + +.ui.celled.list > .item:first-child, +.ui.celled.list > .item:last-child { + padding-top: 0.3em; + padding-bottom: 0.3em; } -/* Center Aligned */ +/* Sub Menu */ -.ui[class*="center aligned"].grid, -.ui[class*="center aligned"].grid > .row > .column, -.ui[class*="center aligned"].grid > .column, -.ui.grid > [class*="center aligned"].aligned.row > .column { - text-align: center; +.ui.celled.list .item .list .item { + border-width: 0px; } -.ui.grid [class*="center aligned"].column { - text-align: center !important; +.ui.celled.list .list .item:first-child { + border-top-width: 0px; } -/* Right Aligned */ +/* Celled Bulleted */ -.ui[class*="right aligned"].grid, -.ui[class*="right aligned"].grid > .row > .column, -.ui[class*="right aligned"].grid > .column, -.ui.grid > [class*="right aligned"].aligned.row > .column { - text-align: right; +.ui.celled.bulleted.list { + margin-left: 0em; } -.ui.grid [class*="right aligned"].column { - text-align: right !important; +.ui.celled.bulleted.list .item { + padding-left: 1rem; } -/* Justified */ +.ui.celled.bulleted.list .item:before { + left: 0em; +} -.ui.justified.grid, -.ui.justified.grid > .row > .column, -.ui.justified.grid > .column, -.ui.grid .justified.column, -.ui.grid > .justified.row > .column { - text-align: justify; - -webkit-hyphens: auto; - -moz-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; +.ui.celled.bulleted.list .item .list { + margin-left: -1rem; + margin-right: -1rem; + padding-bottom: 0.3em; } -.ui.grid .justified.column { - text-align: justify !important; - -webkit-hyphens: auto !important; - -moz-hyphens: auto !important; - -ms-hyphens: auto !important; - hyphens: auto !important; +/* Celled Ordered */ + +.ui.celled.ordered.list { + margin-left: 0em; } -/*---------------------- - Vertically Aligned ------------------------*/ +.ui.celled.ordered.list .item { + padding-left: 1.25rem; +} -/* Top Aligned */ +.ui.celled.ordered.list .item:before { + left: 0em; +} -.ui[class*="top aligned"].grid, -.ui[class*="top aligned"].grid > .row > .column, -.ui[class*="top aligned"].grid > .column, -.ui.grid [class*="top aligned"].column, -.ui.grid > [class*="top aligned"].aligned.row > .column { - vertical-align: top; +.ui.celled.ordered.list .item .list { + margin-left: 0em; + margin-right: 0em; + padding-bottom: 0.3em; } -.ui.grid [class*="top aligned"].column { - vertical-align: top !important; +.ui.celled.ordered.list .item .list .item { + padding-left: 2em; } -/* Middle Aligned */ +/* Celled Horizontal */ -.ui[class*="center aligned"].grid, -.ui[class*="middle aligned"].grid > .row > .column, -.ui[class*="middle aligned"].grid > .column, -.ui.grid > [class*="middle aligned"].aligned.row > .column { - vertical-align: middle; +.ui.horizontal.celled.list { + margin-left: 0em; } -.ui.grid [class*="middle aligned"].column { - vertical-align: middle !important; +.ui.horizontal.celled.list .item { + border-top: none; + border-left: 1px solid rgba(39, 41, 43, 0.15); + margin: 0em; + padding-left: 0.5em; + padding-right: 0.5em; + line-height: 0.6; } -/* Bottom Aligned */ +.ui.horizontal.celled.list .item:last-child { + border-bottom: none; + border-right: 1px solid rgba(39, 41, 43, 0.15); +} -.ui[class*="bottom aligned"].grid, -.ui[class*="bottom aligned"].grid > .row > .column, -.ui[class*="bottom aligned"].grid > .column, -.ui.grid > [class*="bottom aligned"].aligned.row > .column { - vertical-align: bottom; +/* Inverted */ + +.ui.celled.inverted.list > .item, +.ui.celled.inverted.list > .list { + border-color: 1px solid rgba(255, 255, 255, 0.2); } -.ui.grid [class*="bottom aligned"].column { - vertical-align: bottom !important; +.ui.celled.inverted.horizontal.list .item { + border-color: 1px solid rgba(255, 255, 255, 0.2); } -/*---------------------- - Colored ------------------------*/ +/*------------------- + Relaxed +--------------------*/ -.ui.grid > .white.row, -.ui.grid .white.column { - background-color: #ffffff !important; - color: rgba(0, 0, 0, 0.8); +.ui.relaxed.list:not(.horizontal) .item { + padding-top: 0.5rem; + padding-bottom: 0.5rem; } -.ui.grid > .row > .white.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.relaxed.list .header { + /*margin-bottom: @relaxedHeaderMargin;*/ } -.ui.grid > .black.row, -.ui.grid .black.column { - background-color: #1b1c1d !important; - color: #ffffff; +.ui.horizontal.relaxed.list .item { + padding-left: 1.25rem; + padding-right: 1.25rem; } -.ui.grid > .row > .black.column { - margin-top: -1rem; - margin-bottom: -1rem; +.ui[class*="very relaxed"].list:not(.horizontal) .item { padding-top: 1rem; padding-bottom: 1rem; } -.ui.grid > .blue.row, -.ui.grid .blue.column { - background-color: #3b83c0 !important; - color: #ffffff; +.ui[class*="very relaxed"].list .header { + /*margin-bottom: @veryRelaxedHeaderMargin;*/ } -.ui.grid > .row > .blue.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.horizontal[class*="very relaxed"].list .item { + padding-left: 2rem; + padding-right: 2rem; } -.ui.grid > .green.row, -.ui.grid .green.column { - background-color: #5bbd72 !important; - color: #ffffff; +/*------------------- + Sizes +--------------------*/ + +.ui.mini.list .item { + font-size: 0.7rem; } -.ui.grid > .row > .green.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.tiny.list .item { + font-size: 0.8rem; } -.ui.grid > .orange.row, -.ui.grid .orange.column { - background-color: #e07b53 !important; - color: #ffffff; +.ui.small.list .item { + font-size: 0.9rem; } -.ui.grid > .row > .orange.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.list .item { + font-size: 1rem; } -.ui.grid > .pink.row, -.ui.grid .pink.column { - background-color: #d9499a !important; - color: #ffffff; +.ui.large.list .item { + font-size: 1.1rem; } -.ui.grid > .row > .pink.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.big.list .item { + font-size: 1.2rem; } -.ui.grid > .purple.row, -.ui.grid .purple.column { - background-color: #564f8a !important; - color: #ffffff; +.ui.huge.list .item { + font-size: 1.3rem; } -.ui.grid > .row > .purple.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.massive.list .item { + font-size: 1.5rem; } -.ui.grid > .red.row, -.ui.grid .red.column { - background-color: #d95c5c !important; - color: #ffffff; +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Loader +*******************************/ + +/* Standard Size */ + +.ui.loader { + display: none; + position: absolute; + top: 50%; + left: 50%; + margin: 0px; + text-align: center; + z-index: 1000; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); } -.ui.grid > .row > .red.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.dimmer .loader { + display: block; } -.ui.grid > .teal.row, -.ui.grid .teal.column { - background-color: #00b5ad !important; +.ui.dimmer .ui.loader, +.ui.inverted.loader { color: #ffffff; } -.ui.grid > .row > .teal.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +/******************************* + Types +*******************************/ + +/*-------------- + CSS +---------------*/ + +/* Flipping */ + +.ui.flipping.loader { + width: auto; + height: auto; + background-image: none !important; } -.ui.grid > .yellow.row, -.ui.grid .yellow.column { - background-color: #f2c61f !important; - color: #ffffff; +.ui.flipping.loader .shape { + position: relative; + margin: 0em auto 1em; + color: transparent; + box-shadow: 0px 0px 0px 1px; + -webkit-animation: loaderFlipping 1s infinite ease; + animation: loaderFlipping 1s infinite ease; + margin-bottom: 1em; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; } -.ui.grid > .row > .yellow.column { - margin-top: -1rem; - margin-bottom: -1rem; - padding-top: 1rem; - padding-bottom: 1rem; +.ui.flipping.loader .shape:before, +.ui.flipping.loader .shape:after { + position: absolute; + content: ''; + top: 0px; + left: 0px; + box-shadow: 0px 0px 0px 1px; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } -/*---------------------- - Equal Height Columns ------------------------*/ - -.ui[class*="equal height"].grid { - display: table; - table-layout: fixed; - width: -webkit-calc(100% + 2rem ); - width: calc(100% + 2rem ); +.ui.flipping.loader .shape:before { + background-color: #3b83c0; + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg); + z-index: 2; } -.ui[class*="equal height"].relaxed.grid { - width: -webkit-calc(100% + 3rem ); - width: calc(100% + 3rem ); +.ui.flipping.loader .shape:after { + background-color: #1b1c1d; + -webkit-transform: rotateY(180deg); + transform: rotateY(180deg); } -.ui[class*="equal height"][class*="very relaxed"].grid { - width: -webkit-calc(100% + 5rem ); - width: calc(100% + 5rem ); -} +/* Circular */ -.ui[class*="equal height"].grid > .row, -.ui[class*="equal height"].row { - display: table; - table-layout: fixed; - width: 100% !important; +.ui.flipping.circular.loader .shape, +.ui.flipping.circular.loader .shape:before, +.ui.flipping.circular.loader .shape:after { + border-radius: 500rem; } -.ui[class*="equal height"].grid > .column, -.ui[class*="equal height"].grid > .row > .column, -.ui.grid > [class*="equal height"].row > .column { - display: table-cell; -} +/* Sizes */ -/*------------------- - Doubling ---------------------*/ +.ui.mini.flipping.loader .shape, +.ui.mini.flipping.loader .shape:before, +.ui.mini.flipping.loader .shape:after { + width: 16px; + height: 16px; +} -/* Mobily Only */ +.ui.flipping.loader .shape, +.ui.flipping.loader .shape:before, +.ui.flipping.loader .shape:after { + width: 32px; + height: 32px; +} -@media only screen and (max-width: 767px) { - .ui.doubling.grid { - width: 100% !important; +@-webkit-keyframes loaderFlipping { + 0% { + -webkit-transform: perspective(6em) rotateX(0deg) rotateY(0deg); + transform: perspective(6em) rotateX(0deg) rotateY(0deg); } - .ui.grid > .doubling.row, - .ui.doubling.grid > .row { - display: block !important; - margin: 0em !important; - padding: 0em !important; + 50% { + -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-180deg); + transform: perspective(6em) rotateX(0deg) rotateY(-180deg); } - .ui.grid > .doubling.row > .column, - .ui.doubling.grid > .row > .column { - display: inline-block !important; - padding-top: 1rem !important; - padding-bottom: 1rem !important; - margin: 0em !important; + 100% { + -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-360deg); + transform: perspective(6em) rotateX(0deg) rotateY(-360deg); } +} - .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="two column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="two column"].doubling:not(.stackable).row > .column { - width: 100% !important; +@keyframes loaderFlipping { + 0% { + -webkit-transform: perspective(6em) rotateX(0deg) rotateY(0deg); + transform: perspective(6em) rotateX(0deg) rotateY(0deg); } - .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="three column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="three column"].doubling:not(.stackable).row > .column { - width: 50% !important; + 50% { + -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-180deg); + transform: perspective(6em) rotateX(0deg) rotateY(-180deg); } - .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="four column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="four column"].doubling:not(.stackable).row > .column { - width: 50% !important; + 100% { + -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-360deg); + transform: perspective(6em) rotateX(0deg) rotateY(-360deg); } +} - .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="five column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="five column"].doubling:not(.stackable).row > .column { - width: 50% !important; - } +/*------------------- + Text +--------------------*/ - .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="six column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="six column"].doubling:not(.stackable).row > .column { - width: 50% !important; - } +.ui.text.loader { + width: auto !important; + height: auto !important; + text-align: center; + font-style: normal; +} - .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="seven column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column { - width: 33.33333333% !important; - } +.ui.mini.text.loader { + min-width: 16px; + padding-top: 31px; +} - .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="eight column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column { - width: 33.33333333% !important; - } +.ui.small.text.loader { + min-width: 24px; + padding-top: 39px; +} - .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="nine column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="nine column"].doubling:not(.stackable).row > .column { - width: 33.33333333% !important; - } +.ui.text.loader { + min-width: 32px; + padding-top: 47px; +} - .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="ten column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="ten column"].doubling:not(.stackable).row > .column { - width: 33.33333333% !important; - } +.ui.large.text.loader { + min-width: 64px; + padding-top: 79px; +} - .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="twelve column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column { - width: 25% !important; - } +/******************************* + States +*******************************/ - .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row > .column { - width: 25% !important; - } +.ui.loader.active, +.ui.loader.visible { + display: block; +} - .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column, - .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column, - .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row > .column { - width: 25% !important; - } +.ui.loader.disabled, +.ui.loader.hidden { + display: none; } -/* Tablet Only */ +/******************************* + Variations +*******************************/ -@media only screen and (min-width: 768px) and (max-width: 991px) { - .ui.doubling.grid { - width: 100% !important; - } +/*------------------- + Sizes +--------------------*/ - .ui.grid > .doubling.row, - .ui.doubling.grid > .row { - margin: 0em !important; - padding: 0em !important; - } +/* Tiny Size */ - .ui.grid > .doubling.row > .column, - .ui.doubling.grid > .row > .column { - display: inline-block !important; - padding-top: 1rem !important; - padding-bottom: 1rem !important; - margin: 0em; - } +.ui.inverted.dimmer .ui.mini.loader, +.ui.mini.loader { + width: 16px; + height: 16px; + font-size: 0.8em; + background-image: url("themes/default/assets/images/loader-mini.gif"); +} - .ui[class*="two column"].doubling.grid > .row > .column, - .ui[class*="two column"].doubling.grid > .column, - .ui.grid > [class*="two column"].doubling.row > .column { - width: 100% !important; - } +/* Small Size */ + +.ui.inverted.dimmer .ui.small.loader, +.ui.small.loader { + width: 24px; + height: 24px; + font-size: 0.875em; + background-image: url("themes/default/assets/images/loader-small.gif"); +} + +.ui.inverted.dimmer .ui.loader, +.ui.loader { + width: 32px; + height: 32px; + font-size: 1em; + background: url("themes/default/assets/images/loader-medium.gif") no-repeat; + background-position: 50% 0px; +} + +/* Large Size */ - .ui[class*="three column"].doubling.grid > .row > .column, - .ui[class*="three column"].doubling.grid > .column, - .ui.grid > [class*="three column"].doubling.row > .column { - width: 50% !important; - } +.ui.inverted.dimmer .ui.loader.large, +.ui.loader.large { + width: 64px; + height: 64px; + font-size: 1.2em; + background-image: url("themes/default/assets/images/loader-large.gif"); +} - .ui[class*="four column"].doubling.grid > .row > .column, - .ui[class*="four column"].doubling.grid > .column, - .ui.grid > [class*="four column"].doubling.row > .column { - width: 50% !important; - } +/*------------------- + Inverted +--------------------*/ - .ui[class*="five column"].doubling.grid > .row > .column, - .ui[class*="five column"].doubling.grid > .column, - .ui.grid > [class*="five column"].doubling.row > .column { - width: 33.33333333% !important; - } +.ui.inverted.dimmer .ui.loader { + color: rgba(0, 0, 0, 0.8); +} - .ui[class*="six column"].doubling.grid > .row > .column, - .ui[class*="six column"].doubling.grid > .column, - .ui.grid > [class*="six column"].doubling.row > .column { - width: 33.33333333% !important; - } +/* Tiny Size */ - .ui[class*="eight column"].doubling.grid > .row > .column, - .ui[class*="eight column"].doubling.grid > .column, - .ui.grid > [class*="eight column"].doubling.row > .column { - width: 33.33333333% !important; - } +.ui.dimmer .mini.ui.loader, +.ui.inverted .mini.ui.loader { + background-image: url("themes/default/assets/images/loader-mini-inverted.gif"); +} - .ui[class*="eight column"].doubling.grid > .row > .column, - .ui[class*="eight column"].doubling.grid > .column, - .ui.grid > [class*="eight column"].doubling.row > .column { - width: 25% !important; - } +/* Small Size */ - .ui[class*="nine column"].doubling.grid > .row > .column, - .ui[class*="nine column"].doubling.grid > .column, - .ui.grid > [class*="nine column"].doubling.row > .column { - width: 25% !important; - } +.ui.dimmer .small.ui.loader, +.ui.inverted .small.ui.loader { + background-image: url("themes/default/assets/images/loader-small-inverted.gif"); +} - .ui[class*="ten column"].doubling.grid > .row > .column, - .ui[class*="ten column"].doubling.grid > .column, - .ui.grid > [class*="ten column"].doubling.row > .column { - width: 20% !important; - } +/* Standard Size */ - .ui[class*="twelve column"].doubling.grid > .row > .column, - .ui[class*="twelve column"].doubling.grid > .column, - .ui.grid > [class*="twelve column"].doubling.row > .column { - width: 16.66666667% !important; - } +.ui.dimmer .ui.loader, +.ui.inverted.loader { + background-image: url("themes/default/assets/images/loader-medium-inverted.gif"); +} - .ui[class*="fourteen column"].doubling.grid > .row > .column, - .ui[class*="fourteen column"].doubling.grid > .column, - .ui.grid > [class*="fourteen column"].doubling.row > .column { - width: 14.28571429% !important; - } +/* Large Size */ - .ui[class*="sixteen column"].doubling.grid > .row > .column, - .ui[class*="sixteen column"].doubling.grid > .column, - .ui.grid > [class*="sixteen column"].doubling.row > .column { - width: 12.5% !important; - } +.ui.dimmer .large.ui.loader, +.ui.inverted .large.ui.loader { + background-image: url("themes/default/assets/images/loader-large-inverted.gif"); } /*------------------- - Stackable + Inline --------------------*/ -@media only screen and (max-width: 767px) { - .ui.stackable.grid { - display: block !important; - width: auto; - padding: 0em; - margin-top: 0em; - margin-bottom: 0em; - } - - :not(.column) > .ui.stackable.grid { - margin: 0em; - } - - .ui.stackable.grid > .row > .wide.column, - .ui.stackable.grid > .wide.column, - .ui.stackable.grid > .column.grid > .column, - .ui.stackable.grid > .column.row > .column, - .ui.stackable.grid > .row > .column, - .ui.stackable.grid > .column { - display: block !important; - width: auto !important; - margin: 0.5rem 0em !important; - padding: 0.5rem 1rem 0em !important; - box-shadow: none !important; - } +.ui.inline.loader { + position: static; + vertical-align: middle; + margin: 0em; + -webkit-transform: none; + -ms-transform: none; + transform: none; +} - .ui.stackable.celled.grid > .column, - .ui.stackable.celled.grid > .row > .column, - .ui.stackable.divided.grid > .column, - .ui.stackable.divided.grid > .row > .column { - border-top: 1px solid rgba(39, 41, 43, 0.15); - box-shadow: none !important; - margin: 2rem 0em !important; - padding: 2rem 1rem 0em !important; - } +.ui.inline.loader.active, +.ui.inline.loader.visible { + display: inline-block; +} - .ui.inverted.stackable.celled.grid > .column, - .ui.inverted.stackable.celled.grid > .row > .column, - .ui.inverted.stackable.divided.grid > .column, - .ui.inverted.stackable.divided.grid > .row > .column { - border-top: 1px solid rgba(255, 255, 255, 0.2); - } +/******************************* + Theme Overrides +*******************************/ - .ui.stackable.grid > .row:first-child > .column:first-child, - .ui.stackable.grid > .column:first-child { - margin-top: 0em !important; - padding-top: 0em !important; - } +/******************************* + Site Overrides +*******************************/ - .ui.stackable.divided.grid > .row:first-child > .column:first-child, - .ui.stackable.celled.grid > .row:first-child > .column:first-child, - .ui.stackable.divided.grid > .column:first-child, - .ui.stackable.celled.grid > .column:first-child { - border-top: none !important; - } +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ - .ui[class*="equal height"].stackable.page.grid { - display: block !important; - width: 100% !important; - } +/******************************* + Rails +*******************************/ - /* Remove pointers from vertical menus */ +.ui.rail { + font-size: 1em; + position: absolute; + top: 0%; + width: 300px; + box-sizing: content-box; +} - .ui.stackable.grid .vertical.pointing.menu .item:after { - display: none; - } +.ui.left.rail { + left: auto; + right: 100%; + padding: 0em 2rem 0em 0em; + margin: 0em 2rem 0em 0em; } -/*---------------------- - Only (Device) ------------------------*/ +.ui.right.rail { + left: 100%; + right: auto; + padding: 0em 0em 0em 2rem; + margin: 0em 0em 0em 2rem; +} -/* These include arbitrary class repetitions for forced specificity */ +/******************************* + Variations +*******************************/ -/* Mobile Only Hide */ +/*-------------- + Divided +---------------*/ -@media only screen and (max-width: 767px) { - .ui.tablet:not(.mobile).only.grid.grid.grid, - .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile), - .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile), - .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) { - display: none !important; - } +.ui.left.dividing.rail { + padding: 0em 2.5rem 0em 0em; + margin: 0em 2.5rem 0em 0em; + border-right: 1px solid rgba(39, 41, 43, 0.15); +} - .ui[class*="computer only"].grid.grid.grid:not(.mobile), - .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile), - .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile), - .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) { - display: none !important; - } +.ui.right.dividing.rail { + border-left: 1px solid rgba(39, 41, 43, 0.15); + padding: 0em 0em 0em 2.5rem; + margin: 0em 0em 0em 2.5rem; } -/* Tablet Only Hide */ +/*-------------- + Distance +---------------*/ -@media only screen and (min-width: 768px) and (max-width: 991px) { - .ui[class*="mobile only"].grid.grid.grid:not(.tablet), - .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet), - .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet), - .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) { - display: none !important; - } +.ui.close.left.rail { + padding: 0em 1em 0em 0em; + margin: 0em 1em 0em 0em; +} - .ui[class*="computer only"].grid.grid.grid:not(.tablet), - .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet), - .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet), - .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) { - display: none !important; - } +.ui.close.right.rail { + padding: 0em 0em 0em 1em; + margin: 0em 0em 0em 1em; +} + +.ui.very.close.left.rail { + padding: 0em 0.5em 0em 0em; + margin: 0em 0.5em 0em 0em; } -/* Computer Only Hide */ +.ui.very.close.right.rail { + padding: 0em 0em 0em 0.5em; + margin: 0em 0em 0em 0.5em; +} -@media only screen and (min-width: 992px) { - .ui[class*="mobile only"].grid.grid.grid:not(.computer), - .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer), - .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer), - .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { - display: none !important; - } +/*-------------- + Sizing +---------------*/ - .ui[class*="tablet only"].grid.grid.grid:not(.computer), - .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer), - .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer), - .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { - display: none !important; - } +.ui.rail { + font-size: 1em; } /******************************* @@ -10144,584 +8993,826 @@ i.flag.zimbabwe:before { */ /******************************* - Header + Reveal *******************************/ -/* Standard */ +.ui.reveal { + display: inline-block; + position: relative !important; + z-index: 3 !important; + font-size: 0em !important; +} -.ui.header { - border: none; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - margin: -webkit-calc(2rem - 0.165em ) 0em 1rem; - margin: calc(2rem - 0.165em ) 0em 1rem; - padding: 0em 0em; - font-weight: bold; - line-height: 1.33em; - text-transform: none; - color: rgba(0, 0, 0, 0.8); +.ui.reveal > .visible.content { + position: absolute !important; + top: 0em !important; + left: 0em !important; + z-index: 4 !important; + -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; + transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; } -.ui.header .sub.header { - font-size: 1.1rem; - font-weight: normal; +.ui.reveal > .hidden.content { + position: relative !important; + z-index: 3 !important; +} + +/******************************* + Types +*******************************/ + +/*-------------- + Slide +---------------*/ + +.ui.slide.reveal { + position: relative !important; + display: block; + overflow: hidden !important; + white-space: nowrap; +} + +.ui.slide.reveal > .content { + display: block; + float: left; margin: 0em; - padding: 0em; - line-height: 1.2em; - color: rgba(0, 0, 0, 0.5); + -webkit-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; + transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; } -/* Icon and Content Together */ +.ui.slide.reveal > .visible.content { + position: relative !important; +} -.ui.header > .icon { - display: table-cell; +.ui.slide.reveal > .hidden.content { + position: absolute !important; + left: 100% !important; + width: 100% !important; +} + +.ui.slide.reveal:hover > .visible.content { + left: -100% !important; +} + +.ui.slide.reveal:hover > .hidden.content { + left: 0% !important; +} + +.ui.right.slide.reveal > .visible.content { + left: 0%; +} + +.ui.right.slide.reveal > .hidden.content { + left: auto !important; + right: 100% !important; +} + +.ui.right.slide.reveal:hover > .visible.content { + left: 100% !important; + right: auto !important; +} + +.ui.right.slide.reveal:hover > .hidden.content { + left: auto !important; + right: 0% !important; +} + +.ui.up.slide.reveal > .visible.content { + top: 0% !important; + left: 0% !important; + right: auto !important; + bottom: auto !important; +} + +.ui.up.slide.reveal > .hidden.content { + top: 100% !important; + left: 0% !important; + right: auto !important; + bottom: auto !important; +} + +.ui.slide.up.reveal:hover > .visible.content { + top: -100% !important; + left: 0% !important; +} + +.ui.slide.up.reveal:hover > .hidden.content { + top: 0% !important; + left: 0% !important; +} + +.ui.down.slide.reveal > .visible.content { + top: auto !important; + right: auto !important; + bottom: auto !important; + bottom: 0% !important; +} + +.ui.down.slide.reveal > .hidden.content { + top: auto !important; + right: auto !important; + bottom: 100% !important; + left: 0% !important; +} + +.ui.slide.down.reveal:hover > .visible.content { + left: 0% !important; + bottom: -100% !important; +} + +.ui.slide.down.reveal:hover > .hidden.content { + left: 0% !important; + bottom: 0% !important; +} + +/*-------------- + Fade +---------------*/ + +.ui.fade.reveal > .visible.content { opacity: 1; - font-size: 1.5em; - padding-top: 0.165em; - vertical-align: middle; - padding-right: 0.5rem; } -.ui.header > .icon + .content { - padding-left: 0.5rem; - display: table-cell; +.ui.fade.reveal:hover > .visible.content { + opacity: 0; } -/* Only One */ +/*-------------- + Move +---------------*/ -.ui.header .icon:only-child { - display: inline-block; - padding: 0em; - margin-right: 0.5rem; - vertical-align: baseline; +.ui.move.reveal > .visible.content, +.ui.move.left.reveal > .visible.content { + left: auto !important; + top: auto !important; + bottom: auto !important; + right: 0% !important; } -.ui.header .content { - display: inline-block; - vertical-align: top; +.ui.move.reveal:hover > .visible.content, +.ui.move.left.reveal:hover > .visible.content { + right: 100% !important; +} + +.ui.move.right.reveal > .visible.content { + right: auto !important; + top: auto !important; + bottom: auto !important; + left: 0% !important; +} + +.ui.move.right.reveal:hover > .visible.content { + left: 100% !important; +} + +.ui.move.up.reveal > .visible.content { + right: auto !important; + left: auto !important; + top: auto !important; + bottom: 0% !important; +} + +.ui.move.up.reveal:hover > .visible.content { + bottom: 100% !important; +} + +.ui.move.down.reveal > .visible.content { + right: auto !important; + left: auto !important; + top: 0% !important; + bottom: auto !important; +} + +.ui.move.down.reveal:hover > .visible.content { + top: 100% !important; +} + +/*-------------- + Rotate +---------------*/ + +.ui.rotate.reveal > .visible.content { + -webkit-transition-duration: 0.8s; + transition-duration: 0.8s; + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); +} + +.ui.rotate.reveal > .visible.content, +.ui.rotate.right.reveal > .visible.content { + -webkit-transform-origin: bottom right; + -ms-transform-origin: bottom right; + transform-origin: bottom right; } -/* Positioning */ - -.ui.header:first-child { - margin-top: -0.165em; +.ui.rotate.reveal:hover > .visible.content, +.ui.rotate.right.reveal:hover > .visible.content { + -webkit-transform: rotate(110deg); + -ms-transform: rotate(110deg); + transform: rotate(110deg); } -.ui.header:last-child { - margin-bottom: 0em; +.ui.rotate.left.reveal > .visible.content { + -webkit-transform-origin: bottom left; + -ms-transform-origin: bottom left; + transform-origin: bottom left; } -.ui.header + p { - margin-top: 0em; +.ui.rotate.left.reveal:hover > .visible.content { + -webkit-transform: rotate(-110deg); + -ms-transform: rotate(-110deg); + transform: rotate(-110deg); } -/*-------------- - Page Heading ----------------*/ +/******************************* + States +*******************************/ -h1.ui.header { - min-height: 1rem; - font-size: 2rem; +.ui.disabled.reveal { + opacity: 1 !important; } -h2.ui.header { - font-size: 1.714rem; +.ui.disabled.reveal > .content { + -webkit-transition: none !important; + transition: none !important; } -h3.ui.header { - font-size: 1.28rem; +.ui.disabled.reveal:hover > .visible.content { + position: static !important; + display: block !important; + opacity: 1 !important; + top: 0 !important; + left: 0 !important; + right: auto !important; + bottom: auto !important; + -webkit-transform: none !important; + -ms-transform: none !important; + transform: none !important; } -h4.ui.header { - font-size: 1.071rem; +.ui.disabled.reveal:hover > .hidden.content { + display: none !important; } -h5.ui.header { - font-size: 1rem; -} +/******************************* + Variations +*******************************/ /*-------------- - Content Heading + Masked ---------------*/ -.ui.tiny.header { - font-size: 1em; -} - -.ui.small.header { - font-size: 1.071em; -} - -.ui.medium.header { - font-size: 1.285em; +.ui.masked.reveal { + overflow: hidden; } -.ui.large.header { - font-size: 1.714em; -} +/*-------------- + Instant +---------------*/ -.ui.huge.header { - min-height: 1em; - font-size: 2em; +.ui.instant.reveal > .content { + -webkit-transition-delay: 0s !important; + transition-delay: 0s !important; } /*-------------- - Loose Coupling + Sizing ---------------*/ -.ui.header .ui.label { - margin: 0em 0em 0em 0.5rem; - vertical-align: middle; +.ui.reveal > .content { + font-size: 1rem !important; } +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + /******************************* - Types + Segment *******************************/ -/*------------------- - Icon ---------------------*/ - -.ui.icon.header { - display: block; - text-align: center; - margin: 2rem 0em 1rem; +.ui.segment { + position: relative; + background-color: #ffffff; + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05); + margin: 1rem 0em; + padding: 1em 1em; + border-radius: 0.2857rem; + border: none; } -.ui.icon.header:first-child { +.ui.segment:first-child { margin-top: 0em; } -.ui.icon.header .icon { - float: none; - display: block; - width: auto; - height: auto; - padding: 0em; - font-size: 3em; - margin: 0em auto 0.25rem; - opacity: 1; +.ui.segment:last-child { + margin-bottom: 0em; } -.ui.icon.header .content { +.ui.segment:after { + content: ''; display: block; + height: 0px; + clear: both; + visibility: hidden; } -.ui.icon.header .circular.icon { - font-size: 2em; -} +/* Vertical */ -.ui.icon.header .square.icon { - font-size: 2em; +.ui[class*="vertical segment"] { + margin: 0em; + padding-left: 0em; + padding-right: 0em; + background-color: transparent; + border-radius: 0px; + border: none; + box-shadow: 0px 1px 0px rgba(39, 41, 43, 0.15); } -.ui.block.icon.header .icon { - margin-bottom: 0em; +.ui[class*="vertical segment"]:first-child { + padding-top: 0em; } -.ui.icon.header.aligned { - margin-left: auto; - margin-right: auto; - display: block; +.ui[class*="vertical segment"]:last-child { + padding-bottom: 0em; + box-shadow: none; } -/******************************* - States -*******************************/ +/* Horizontal */ -.ui.disabled.header { - opacity: 0.3; +.ui[class*="horizontal segment"] { + margin: 0em; + padding-top: 0em; + padding-bottom: 0em; + background-color: transparent; + border-radius: 0px; + border: none; + box-shadow: 1px 0px 0px rgba(39, 41, 43, 0.15); } -/******************************* - Variations -*******************************/ - /*------------------- - Colors + Loose Coupling --------------------*/ -.ui.black.header { - color: #1b1c1d !important; +/* Menu */ + +.ui.pointing.menu + .ui.attached.segment { + top: 1px; } -a.ui.black.header:hover { - color: #222425 !important; +/* Header */ + +.ui.inverted.segment > .ui.header { + color: #ffffff; } -.ui.blue.header { - color: #3b83c0 !important; +/* Label */ + +.ui[class*="bottom attached"].segment > [class*="top attached"].label { + border-top-left-radius: 0em; + border-top-right-radius: 0em; } -a.ui.blue.header:hover { - color: #458ac6 !important; +.ui[class*="top attached"].segment > [class*="bottom attached"].label { + border-bottom-left-radius: 0em; + border-bottom-right-radius: 0em; } -.ui.green.header { - color: #5bbd72 !important; +.ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label { + border-top-left-radius: 0em; + border-top-right-radius: 0em; } -a.ui.green.header:hover { - color: #66c17b !important; +.ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label { + border-bottom-left-radius: 0em; + border-bottom-right-radius: 0em; } -.ui.orange.header { - color: #e07b53 !important; +/* Grid */ + +.ui.page.grid.segment, +.ui.grid .ui.segment.column { + padding-top: 2em; + padding-bottom: 2em; } -a.ui.orange.header:hover { - color: #e28560 !important; +.ui.grid.segment { + margin: 1rem 0rem; + border-radius: 0.2857rem; +} + +/* Table */ + +.ui.basic.table.segment { + background: #ffffff; + border: none; + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +} + +.ui[class*="very basic"].table.segment { + padding: 1em 1em; +} + +/******************************* + Types +*******************************/ + +/*------------------- + Piled +--------------------*/ + +.ui.piled.segment { + margin: 2em 0em; + box-shadow: 0px 0px 1px 1px rgba(39, 41, 43, 0.15); + z-index: auto; } -.ui.pink.header { - color: #d9499a !important; +.ui.piled.segment:first-child { + margin-top: 0em; } -a.ui.pink.header:hover { - color: #dc56a1 !important; +.ui.piled.segment:last-child { + margin-bottom: 0em; } -.ui.purple.header { - color: #564f8a !important; +.ui.piled.segment:after, +.ui.piled.segment:before { + background-color: #ffffff; + visibility: visible; + content: ''; + display: block; + height: 100%; + left: 0px; + position: absolute; + width: 100%; + box-shadow: 0px 0px 1px 1px rgba(39, 41, 43, 0.15); } -a.ui.purple.header:hover { - color: #5c5594 !important; +.ui.piled.segment:after { + -webkit-transform: rotate(1.2deg); + -ms-transform: rotate(1.2deg); + transform: rotate(1.2deg); + top: 0; + z-index: -1; } -.ui.red.header { - color: #d95c5c !important; +.ui.piled.segment:before { + -webkit-transform: rotate(-1.2deg); + -ms-transform: rotate(-1.2deg); + transform: rotate(-1.2deg); + top: 0; + z-index: -2; } -a.ui.red.header:hover { - color: #dc6868 !important; -} +/*------------------- + Stacked +--------------------*/ -.ui.teal.header { - color: #00b5ad !important; +.ui.stacked.segment { + padding-bottom: 1.4em; } -a.ui.teal.header:hover { - color: #00c4bc !important; +.ui.stacked.segment:after, +.ui.stacked.segment:before { + content: ''; + position: absolute; + bottom: -3px; + left: 0%; + border-top: 1px solid rgba(39, 41, 43, 0.15); + background-color: rgba(0, 0, 0, 0.03); + width: 100%; + height: 6px; + visibility: visible; } -.ui.yellow.header { - color: #f2c61f !important; +.ui.stacked.segment:before { + display: none; } -a.ui.yellow.header:hover { - color: #f3ca2d !important; -} +/* Add additional page */ -.ui.black.dividing.header { - border-bottom: 2px solid #1b1c1d; +.ui.tall.stacked.segment:before { + display: block; + bottom: 0px; } -.ui.blue.dividing.header { - border-bottom: 2px solid #3b83c0; -} +/* Inverted */ -.ui.green.dividing.header { - border-bottom: 2px solid #5bbd72; +.ui.stacked.inverted.segment:after, +.ui.stacked.inverted.segment:before { + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(39, 41, 43, 0.2); } -.ui.orange.dividing.header { - border-bottom: 2px solid #e07b53; -} +/*------------------- + Compact +--------------------*/ -.ui.pink.dividing.header { - border-bottom: 2px solid #d9499a; +.ui.compact.segment { + display: table; } -.ui.purple.dividing.header { - border-bottom: 2px solid #564f8a; -} +/*------------------- + Circular +--------------------*/ -.ui.red.dividing.header { - border-bottom: 2px solid #d95c5c; +.ui.circular.segment { + display: table-cell; + padding: 2em; + text-align: center; + vertical-align: middle; + border-radius: 500em; } -.ui.teal.dividing.header { - border-bottom: 2px solid #00b5ad; +/*------------------- + Raised +--------------------*/ + +.ui.raised.segment { + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 4px 0px rgba(0, 0, 0, 0.15); } -.ui.yellow.dividing.header { - border-bottom: 2px solid #f2c61f; +/******************************* + States +*******************************/ + +.ui.disabled.segment { + opacity: 0.3; + color: rgba(40, 40, 40, 0.3); } +/******************************* + Variations +*******************************/ + /*------------------- - Inverted + Basic --------------------*/ -.ui.inverted.header { - color: #ffffff; +.ui.basic.segment { + position: relative; + background-color: transparent; + box-shadow: none; + border-radius: 0px; } -.ui.inverted.header .sub.header { - color: rgba(255, 255, 255, 0.85); +.ui.basic.segment:first-child { + padding-top: 0em; } -.ui.inverted.attached.header { - background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - box-shadow: none; +.ui.basic.segment:last-child { + padding-bottom: 0em; } -.ui.inverted.block.header { - background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - box-shadow: none; +/*------------------- + Fittted +--------------------*/ + +.ui.fitted.segment { + padding: 0em; } /*------------------- - Inverted Colors + Colors --------------------*/ -.ui.inverted.black.header { - color: #aaaaaa !important; +.ui.black.segment:not(.inverted) { + border-top: 2px solid #1b1c1d; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -a.ui.inverted.black.header:hover { - color: #b2b2b2 !important; +.ui.blue.segment:not(.inverted) { + border-top: 2px solid #3b83c0; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -.ui.inverted.blue.header { - color: #54c8ff !important; +.ui.green.segment:not(.inverted) { + border-top: 2px solid #5bbd72; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -a.ui.inverted.blue.header:hover { - color: #63cdff !important; +.ui.orange.segment:not(.inverted) { + border-top: 2px solid #e07b53; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -.ui.inverted.green.header { - color: #2ecc40 !important; +.ui.pink.segment:not(.inverted) { + border-top: 2px solid #d9499a; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -a.ui.inverted.green.header:hover { - color: #37d249 !important; +.ui.purple.segment:not(.inverted) { + border-top: 2px solid #564f8a; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -.ui.inverted.orange.header { - color: #ff851b !important; +.ui.red.segment:not(.inverted) { + border-top: 2px solid #d95c5c; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -a.ui.inverted.orange.header:hover { - color: #ff8d2a !important; +.ui.teal.segment:not(.inverted) { + border-top: 2px solid #00b5ad; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -.ui.inverted.pink.header { - color: #ff8edf !important; +.ui.yellow.segment:not(.inverted) { + border-top: 2px solid #f2c61f; + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } -a.ui.inverted.pink.header:hover { - color: #ff9de3 !important; -} +/*------------------- + Inverted Colors +--------------------*/ -.ui.inverted.purple.header { - color: #cdc6ff !important; +.ui.inverted.segment, +.ui.inverted.black.segment { + background-color: #1b1c1d !important; + color: #ffffff !important; } -a.ui.inverted.purple.header:hover { - color: #dad5ff !important; +.ui.inverted.blue.segment { + background-color: #3b83c0 !important; + color: #ffffff !important; } -.ui.inverted.red.header { - color: #ff695e !important; +.ui.inverted.green.segment { + background-color: #5bbd72 !important; + color: #ffffff !important; } -a.ui.inverted.red.header:hover { - color: #ff776d !important; +.ui.inverted.orange.segment { + background-color: #e07b53 !important; + color: #ffffff !important; } -.ui.inverted.teal.header { - color: #6dffff !important; +.ui.inverted.pink.segment { + background-color: #d9499a !important; + color: #ffffff !important; } -a.ui.inverted.teal.header:hover { - color: #7cffff !important; +.ui.inverted.purple.segment { + background-color: #564f8a !important; + color: #ffffff !important; } -.ui.inverted.yellow.header { - color: #ffe21f !important; +.ui.inverted.red.segment { + background-color: #d95c5c !important; + color: #ffffff !important; } -a.ui.inverted.yellow.header:hover { - color: #ffe42e !important; +.ui.inverted.teal.segment { + background-color: #00b5ad !important; + color: #ffffff !important; } -.ui.inverted.block.header { - border-bottom: none; +.ui.inverted.yellow.segment { + background-color: #f2c61f !important; + color: #ffffff !important; } /*------------------- Aligned --------------------*/ -.ui.left.aligned.header { +.ui[class*="left aligned"].segment { text-align: left; } -.ui.right.aligned.header { +.ui[class*="right aligned"].segment { text-align: right; } -.ui.centered.header, -.ui.center.aligned.header { +.ui[class*="center aligned"].segment { text-align: center; } -.ui.justified.header { - text-align: justify; -} - -.ui.justified.header:after { - display: inline-block; - content: ''; - width: 100%; -} - /*------------------- Floated --------------------*/ -.ui.floated.header, -.ui.left.floated.header { +.ui.floated.segment, +.ui[class*="left floated"].segment { float: left; - margin-top: 0em; - margin-right: 0.5em; + margin-right: 1rem; } -.ui.right.floated.header { +.ui[class*="right floated"].segment { float: right; - margin-top: 0em; - margin-left: 0.5em; + margin-left: 1rem; } /*------------------- - Fittted + Inverted --------------------*/ -.ui.fitted.header { - padding: 0em; +.ui.inverted.segment { + border: none; + box-shadow: none; } -/*------------------- - Dividing ---------------------*/ - -.ui.dividing.header { - padding-bottom: 0.5rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); +.ui.inverted.segment .segment { + color: rgba(0, 0, 0, 0.8); } -.ui.dividing.header .sub.header { - padding-bottom: 0.5rem; +.ui.inverted.segment .inverted.segment { + color: #ffffff; } -.ui.dividing.header .icon { - margin-bottom: 0.2em; +.ui.inverted.segment, +.ui.primary.inverted.segment { + background-color: #1b1c1d; + color: #ffffff; } -.ui.inverted.dividing.header { - border-bottom-color: rgba(255, 255, 255, 0.2); +.ui.inverted.block.segment, +.ui.inverted.attached.segment { + box-shadow: none !important; + border: none !important; } /*------------------- - Block + Ordinality --------------------*/ -.ui.block.header { - background: #f0f0f0; - padding: 0.75rem 1rem; - box-shadow: none; - border: 1px solid #d4d4d5; - border-radius: 0.3125rem; -} - -.ui.tiny.block.header { - font-size: 1em; -} - -.ui.small.block.header { - font-size: 1.071em; +.ui.secondary.segment { + background: #faf9fa; + color: rgba(0, 0, 0, 0.8); } -.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { - font-size: 1.285em; +.ui.tertiary.segment { + background: #ebebeb; + color: rgba(0, 0, 0, 0.8); } -.ui.large.block.header { - font-size: 1.714em; +.ui.secondary.inverted.segment { + background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); + background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); + color: #fafafa; } -.ui.huge.block.header { - font-size: 2em; +.ui.tertiary.inverted.segment { + background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%); + background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%); + color: #f0f0f0; } /*------------------- - Attached + Attached --------------------*/ -.ui.attached.header { - background: #ffffff; - padding: 0.75rem 1rem; - margin-left: -1px; - margin-right: -1px; +.ui.segment.attached { + top: 0px; + bottom: 0px; + margin: 0em -1px; + width: -webkit-calc(100% + 2px ); + width: calc(100% + 2px ); + max-width: -webkit-calc(100% + 2px ); + max-width: calc(100% + 2px ); + border-radius: 0px; box-shadow: none; border: 1px solid #d4d4d5; } -.ui.attached.block.header { - background: #f0f0f0; -} - -.ui.attached:not(.top):not(.bottom).header { - margin-top: 0em; - margin-bottom: 0em; +.ui.segment.attached + .ui.segment.attached { border-top: none; - border-bottom: none; - border-radius: 0em; } -.ui.top.attached.header { +/* Top */ + +.ui[class*="top attached"].segment { + top: 0px; + bottom: 0px; + margin-top: 1rem; margin-bottom: 0em; - border-bottom: none; - border-radius: 0.3125rem 0.3125rem 0em 0em; + border-radius: 0.2857rem 0.2857rem 0em 0em; } -.ui.bottom.attached.header { +.ui.segment[class*="top attached"]:first-child { margin-top: 0em; - border-top: none; - border-radius: 0em 0em 0.3125rem 0.3125rem; -} - -/* Attached Sizes */ - -.ui.tiny.attached.header { - font-size: 0.875em; -} - -.ui.small.attached.header { - font-size: 0.9em; -} - -.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) { - font-size: 1em; } -.ui.large.attached.header { - font-size: 1.1em; -} +/* Bottom */ -.ui.huge.attached.header { - font-size: 1.2em; +.ui.segment[class*="bottom attached"] { + top: 0px; + bottom: 0px; + margin-top: 0em; + margin-bottom: 1rem; + box-shadow: none, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); + border-radius: 0em 0em 0.2857rem 0.2857rem; } -/*------------------- - Sizing ---------------------*/ - -.ui.header { - font-size: 1.285em; +.ui.segment[class*="bottom attached"]:last-child { + margin-bottom: 0em; } /******************************* @@ -10744,6073 +9835,6611 @@ a.ui.inverted.yellow.header:hover { */ /******************************* - Icon + Step *******************************/ -@font-face { - font-family: 'Icons'; - src: url("themes/default/assets/fonts/icons.eot"); - src: url("themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("themes/default/assets/fonts/icons.svg#icons") format('svg'), url("themes/default/assets/fonts/icons.woff") format('woff'), url("themes/default/assets/fonts/icons.ttf") format('truetype'); - font-style: normal; - font-weight: normal; - font-variant: normal; - text-decoration: inherit; - text-transform: none; +.ui.steps .step { + display: inline-block; + position: relative; + margin: 0em 0em; + padding: 0.8em 1.5em 0.8em 2.25em; + vertical-align: top; + background: #ffffff; + color: rgba(0, 0, 0, 0.8); + box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15); + border-radius: 0em; } -i.icon { - display: inline-block; - opacity: 0.75; - margin: 0em 0.25rem 0em 0em; - width: 1.23em; - height: 0.9em; - font-family: 'Icons'; - font-style: normal; - line-height: 1; +.ui.steps .step:after { + position: absolute; + z-index: 2; + content: ''; + top: 50%; + right: 0em; + border: medium none; + background-color: #ffffff; + width: 1.5em; + height: 1.5em; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-right: 1px solid rgba(0, 0, 0, 0.1); + -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg); + -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg); + transform: translateY(-50%) translateX(50%) rotate(-45deg); +} + +.ui.steps .step, +.ui.steps .step:after { + -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease; + transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease; +} + +/******************************* + Content +*******************************/ + +/* Title */ + +.ui.steps .step .title { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1.1em; + font-weight: bold; +} + +/* Description */ + +.ui.steps .step .description { font-weight: normal; - text-decoration: inherit; - text-align: center; - speak: none; - font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; + font-size: 0.9em; + color: rgba(0, 0, 0, 0.8); +} + +.ui.steps .step .title ~ .description { + margin-top: 0.1em; +} + +/* Icon */ + +.ui.steps .step > .icon, +.ui.steps .step > .icon ~ .content { + display: table-cell; + vertical-align: middle; } -i.icon:before { - background: none !important; +.ui.steps .step > .icon { + font-size: 2em; + margin: 0em; + padding-right: 0.6em; +} + +/* Link */ + +.ui.steps .link.step, +.ui.steps a.step { + cursor: pointer; } /******************************* - Types + Types *******************************/ /*-------------- - Loading + Ordered ---------------*/ -i.icon.loading { - height: 1em; - -webkit-animation: icon-loading 2s linear infinite; - animation: icon-loading 2s linear infinite; +.ui.ordered.steps { + counter-reset: ordered; } -@-webkit-keyframes icon-loading { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.ui.ordered.steps .step:before { + display: table-cell; + position: static; + padding-right: 0.6em; + font-size: 2em; + counter-increment: ordered; + content: counters(ordered, "."); } -@keyframes icon-loading { - from { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.ui.ordered.steps .step > * { + display: table-cell; + vertical-align: middle; } -/******************************* - States -*******************************/ +/*-------------- + Vertical +---------------*/ -i.icon.hover { - opacity: 1; +.ui.vertical.steps { + overflow: visible; } -i.icon.active { - opacity: 1; +.ui.vertical.steps .step { + display: block; + border-radius: 0em; + padding: 0.8em 1.5em; } -i.emphasized.icon { - opacity: 1; +.ui.vertical.steps .step:first-child { + padding: 0.8em 1.5em; + border-radius: 0.2857rem 0.2857rem 0em 0em; } -i.icon.disabled { - opacity: 0.3; +.ui.vertical.steps .step:last-child { + border-radius: 0em 0em 0.2857rem 0.2857rem; } -/******************************* - Variations -*******************************/ - -/*------------------- - Link ---------------------*/ +/* Arrow */ -i.link.icon { - cursor: pointer; - opacity: 0.75; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; +.ui.vertical.steps .step:after { + display: none; } -i.link.icon:hover { - opacity: 1 !important; +/* Active Arrow */ + +.ui.vertical.steps .active.step:after { + display: block; } -/*------------------- - Circular ---------------------*/ +/******************************* + Group +*******************************/ -i.circular.icon { - border-radius: 500em !important; - padding: 0.5em 0.35em !important; - box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; - line-height: 1 !important; - width: 2em !important; - height: 2em !important; +.ui.steps { + display: inline-block; + font-size: 0em; + background: ''; + box-shadow: ''; + line-height: 1.2; + box-sizing: border-box; + border-radius: 0.2857rem; } -i.circular.inverted.icon { - border: none; - box-shadow: none; +.ui.steps .step:first-child { + padding-left: 1.5em; + border-radius: 0.2857rem 0em 0em 0.2857rem; } -/*------------------- - Flipped ---------------------*/ - -i.flipped.icon, -i.horizontally.flipped.icon { - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); +.ui.steps .step:last-child { + border-radius: 0em 0.2857rem 0.2857rem 0em; } -i.vertically.flipped.icon { - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); +.ui.steps .step:only-child { + border-radius: 0.2857rem; } -/*------------------- - Rotated ---------------------*/ - -i.rotated.icon, -i.right.rotated.icon, -i.clockwise.rotated.icon { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); +.ui.steps .step:last-child { + margin-right: 0em; } -i.left.rotated.icon, -i.counterclockwise.rotated.icon { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); +.ui.steps .step:last-child:after { + display: none; } -/*------------------- - Bordered ---------------------*/ +/******************************* + States +*******************************/ -i.bordered.icon { - width: 2em; - height: 2em; - padding: 0.55em 0.385em !important; - box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset; - vertical-align: baseline; -} +/* Link Hover */ -i.bordered.inverted.icon { - border: none; - box-shadow: none; +.ui.steps .link.step:hover::after, +.ui.steps .link.step:hover, +.ui.steps a.step:hover::after, +.ui.steps a.step:hover { + background: #fafafa; + color: rgba(0, 0, 0, 0.8); } -/*------------------- - Colors ---------------------*/ +/* Link Down */ -i.white.icon { - color: #ffffff !important; +.ui.steps .link.step:active::after, +.ui.steps .link.step:active, +.ui.steps a.step:active::after, +.ui.steps a.step:active { + background: #f0f0f0; + color: rgba(0, 0, 0, 0.8); } -i.black.icon { - color: #1b1c1d !important; -} +/* Active */ -i.blue.icon { - color: #3b83c0 !important; +.ui.steps .step.active { + cursor: auto; + background: #f0f0f0; } -i.green.icon { - color: #5bbd72 !important; +.ui.steps .step.active:after { + background: #f0f0f0; } -i.orange.icon { - color: #e07b53 !important; +.ui.steps .step.active .title { + color: #009fda; } -i.pink.icon { - color: #d9499a !important; +.ui.ordered.steps .step.active:before, +.ui.steps .active.step .icon { + color: rgba(0, 0, 0, 0.85); } -i.purple.icon { - color: #564f8a !important; -} +/* Active Hover */ -i.red.icon { - color: #d95c5c !important; +.ui.steps .link.active.step:hover::after, +.ui.steps .link.active.step:hover, +.ui.steps a.active.step:hover::after, +.ui.steps a.active.step:hover { + cursor: pointer; + background: #ececec; + color: rgba(0, 0, 0, 0.8); } -i.teal.icon { - color: #00b5ad !important; -} +/* Completed */ -i.yellow.icon { - color: #f2c61f !important; +.ui.steps .step.completed > .icon:before, +.ui.ordered.steps .step.completed:before { + color: #5bbd72; } -/*------------------- - Inverted ---------------------*/ +/* Disabled */ -i.inverted.icon { - color: #ffffff; +.ui.steps .disabled.step { + cursor: auto; + background: #ffffff; + pointer-events: none; } -i.inverted.black.icon { - color: #333333 !important; +.ui.steps .disabled.step, +.ui.steps .disabled.step .title, +.ui.steps .disabled.step .description { + color: rgba(40, 40, 40, 0.3); } -i.inverted.blue.icon { - color: #54c8ff !important; +.ui.steps .disabled.step:after { + background: #ffffff; } -i.inverted.green.icon { - color: #2ecc40 !important; -} +/******************************* + Variations +*******************************/ -i.inverted.orange.icon { - color: #ff851b !important; -} +/* Fluid */ -i.inverted.pink.icon { - color: #ff8edf !important; +.ui.fluid.steps { + width: 100%; } -i.inverted.purple.icon { - color: #cdc6ff !important; -} +/* Attached */ -i.inverted.red.icon { - color: #ff695e !important; +.attached.ui.steps { + margin: 0em; + border-radius: 0.2857rem 0.2857rem 0em 0em; } -i.inverted.teal.icon { - color: #6dffff !important; +.attached.ui.steps .step:first-child { + border-radius: 0.2857rem 0em 0em 0em; } -i.inverted.yellow.icon { - color: #ffe21f !important; +.attached.ui.steps .step:last-child { + border-radius: 0em 0.2857rem 0em 0em; } -/* Inverted Shapes */ +/* Bottom Side */ -i.inverted.bordered.icon, -i.inverted.circular.icon { - background-color: #222222 !important; - color: #FFFFFF !important; +.bottom.attached.ui.steps { + margin-top: -1px; + border-radius: 0em 0em 0.2857rem 0.2857rem; } -i.inverted.bordered.black.icon, -i.inverted.circular.black.icon { - background-color: #1b1c1d !important; - color: #FFFFFF !important; +.bottom.attached.ui.steps .step:first-child { + border-radius: 0em 0em 0em 0.2857rem; } -i.inverted.bordered.blue.icon, -i.inverted.circular.blue.icon { - background-color: #3b83c0 !important; - color: #FFFFFF !important; +.bottom.attached.ui.steps .step:last-child { + border-radius: 0em 0em 0.2857rem 0em; } -i.inverted.bordered.green.icon, -i.inverted.circular.green.icon { - background-color: #5bbd72 !important; - color: #FFFFFF !important; +/* Evenly divided */ + +.ui.one.steps, +.ui.two.steps, +.ui.three.steps, +.ui.four.steps, +.ui.five.steps, +.ui.six.steps, +.ui.seven.steps, +.ui.eight.steps { + display: block; } -i.inverted.bordered.orange.icon, -i.inverted.circular.orange.icon { - background-color: #e07b53 !important; - color: #FFFFFF !important; +.ui.one.steps > .step { + width: 100%; } -i.inverted.bordered.pink.icon, -i.inverted.circular.pink.icon { - background-color: #d9499a !important; - color: #FFFFFF !important; +.ui.two.steps > .step { + width: 50%; } -i.inverted.bordered.purple.icon, -i.inverted.circular.purple.icon { - background-color: #564f8a !important; - color: #FFFFFF !important; +.ui.three.steps > .step { + width: 33.333%; } -i.inverted.bordered.red.icon, -i.inverted.circular.red.icon { - background-color: #d95c5c !important; - color: #FFFFFF !important; +.ui.four.steps > .step { + width: 25%; } -i.inverted.bordered.teal.icon, -i.inverted.circular.teal.icon { - background-color: #00b5ad !important; - color: #FFFFFF !important; +.ui.five.steps > .step { + width: 20%; } -i.inverted.bordered.yellow.icon, -i.inverted.circular.yellow.icon { - background-color: #f2c61f !important; - color: #FFFFFF !important; +.ui.six.steps > .step { + width: 16.666%; } -/*------------------- - Sizes ---------------------*/ +.ui.seven.steps > .step { + width: 14.285%; +} -i.small.icon { - font-size: 0.875em; +.ui.eight.steps > .step { + width: 12.500%; } -i.icon { - font-size: 1em; +/******************************* + Sizes +*******************************/ + +.ui.small.step, +.ui.small.steps .step { + font-size: 0.9rem; } -i.large.icon { - font-size: 1.5em; - vertical-align: middle; +.ui.step, +.ui.steps .step { + font-size: 1rem; } -i.big.icon { - font-size: 2em; - vertical-align: middle; +.ui.large.step, +.ui.large.steps .step { + font-size: 1.1rem; } -i.huge.icon { - font-size: 4em; - vertical-align: middle; +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ + +@font-face { + font-family: 'Step'; + src: url(data:application/octet-stream;base6,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') format('woff'), url(data:application/octet-stream;base6,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') format('truetype'); } -i.massive.icon { - font-size: 8em; - vertical-align: middle; +.ui.steps .step.completed > .icon:before, +.ui.ordered.steps .step.completed:before { + font-family: 'Step'; + content: '\e800'; + /* 'î €' */ } /* - * # Semantic - Icon - * http://github.com/jlukic/semantic-ui/ + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ -/* - * Font Awesome 4.0.3 - * the iconic font designed for Bootstrap - * ------------------------------------------------------------------------------ - * The full suite of pictographic icons, examples, and documentation can be - * found at http://fon.io. Stay up to date on Twitter at - * http://twitter.com/fon. - * - * License - * ------------------------------------------------------------------------------ - * - The Font Awesome font is licensed under SIL OFL 1.1 - - * http://scripts.sil.org/OFL - - - /******************************* + Elements +*******************************/ -Semantic-UI integration of font-awesome : - -///class names are separated -i.icon.circle => i.icon.circle -i.icon.circle-o => i.icon.circle.outline - -//abbreviation are replaced by full letters: -i.icon.ellipsis-h => i.icon.ellipsis.horizontal -i.icon.ellipsis-v => i.icon.ellipsis.vertical -.alpha => .i.icon.alphabet -.asc => .i.icon.ascending -.desc => .i.icon.descending -.alt =>.alternate +/*-------------------- + Form +---------------------*/ -ASCII order is conserved for easier maintenance. +.ui.form { + position: relative; + max-width: 100%; +} -Icons that only have one style 'outline', 'square' etc do not require this class -for instance `lemon icon` not `lemon outline icon` since there is only one lemon +/*-------------------- + Content +---------------------*/ -*******************************/ +.ui.form > p { + margin: 1em 0em; +} -/******************************* - Icons -*******************************/ +/*-------------------- + Field +---------------------*/ -/* Web Content */ +.ui.form .field { + clear: both; + margin: 0em 0em 1em; +} -i.icon.search:before { - content: "\f002"; +.ui.form .fields:last-child .field, +.ui.form :not(.fields) .field:last-child { + margin-bottom: 0em; } -i.icon.mail.outline:before { - content: "\f003"; +/*-------------------- + Labels +---------------------*/ + +.ui.form .field > label { + display: block; + margin: 0em 0em 0.3rem 0em; + color: rgba(0, 0, 0, 0.8); + font-size: 0.9em; + font-weight: bold; + text-transform: none; } -i.icon.external.link:before { - content: "\f08e"; +.ui.form .grouped.fields > label, +.ui.form .inline.fields > label { + margin: 0em 0em 0.3rem 0em; + color: rgba(0, 0, 0, 0.8); + font-size: 0.9em; + font-weight: bold; + text-transform: none; } -i.icon.wifi:before { - content: "\f012"; -} +/*-------------------- + Standard Inputs +---------------------*/ -i.icon.setting:before { - content: "\f013"; +.ui.form textarea, +.ui.form input[type="text"], +.ui.form input[type="email"], +.ui.form input[type="date"], +.ui.form input[type="password"], +.ui.form input[type="number"], +.ui.form input[type="url"], +.ui.form input[type="tel"], +.ui.form .ui.input { + width: 100%; + vertical-align: top; } -i.icon.home:before { - content: "\f015"; +.ui.form input[type="text"], +.ui.form input[type="email"], +.ui.form input[type="date"], +.ui.form input[type="password"], +.ui.form input[type="number"], +.ui.form input[type="url"], +.ui.form input[type="tel"] { + margin: 0em; + outline: none; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + line-height: 1.2; + padding: 0.7em 1em; + font-size: 1em; + background: #ffffff; + border: 1px solid rgba(39, 41, 43, 0.15); + color: rgba(0, 0, 0, 0.8); + border-radius: 0.2857rem; + box-shadow: 0em 0em 0em 0em transparent inset; + box-sizing: border-box; + -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; + transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; } -i.icon.inbox:before { - content: "\f01c"; +.ui.textarea, +.ui.form textarea { + margin: 0em; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + box-sizing: border-box; + padding: 0.8em 1em; + background: #ffffff; + border: 1px solid rgba(39, 41, 43, 0.15); + outline: none; + color: rgba(0, 0, 0, 0.8); + border-radius: 0.2857rem; + box-shadow: 0em 0em 0em 0em transparent inset; + -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; + transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; + font-size: 1em; + height: 12em; + min-height: 8em; + max-height: 24em; + line-height: 1.33; + resize: vertical; } -i.icon.browser:before { - content: "\f022"; +.ui.form textarea, +.ui.form input[type="checkbox"] { + vertical-align: top; } -i.icon.tag:before { - content: "\f02b"; -} +/*-------------------------- + Input w/ attached Button +---------------------------*/ -i.icon.tags:before { - content: "\f02c"; +.ui.form input.attached { + width: auto; } -i.icon.calendar:before { - content: "\f073"; -} +/*-------------------- + Basic Select +---------------------*/ -i.icon.comment:before { - content: "\f075"; +.ui.form select { + display: block; + height: auto; + width: 100%; + background: #ffffff; + border: 1px solid rgba(39, 41, 43, 0.15); + border-radius: 0.2857rem; + box-shadow: 0em 0em 0em 0em transparent inset; + padding: 0.62em 1em; + color: rgba(0, 0, 0, 0.8); + -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; + transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; } -i.icon.comments:before { - content: "\f086"; -} +/*-------------------- + Dropdown +---------------------*/ -i.icon.shop:before { - content: "\f07a"; +.ui.form .field > .selection.dropdown { + width: 100%; } -i.icon.privacy:before { - content: "\f084"; +.ui.form .field > .selection.dropdown > .dropdown.icon { + float: right; } -i.icon.settings:before { - content: "\f085"; +.ui.form .inline.field > .selection.dropdown { + width: auto; } -i.icon.trophy:before { - content: "\f091"; +.ui.form .inline.field > .selection.dropdown > .dropdown.icon { + float: none; } -i.icon.payment:before { - content: "\f09d"; -} +/*-------------------- + Dividers +---------------------*/ -i.icon.feed:before { - content: "\f09e"; +.ui.form .divider { + clear: both; + margin: 1em 0em; } -i.icon.alarm.outline:before { - content: "\f0a2"; -} +/*-------------------- + Types of Messages +---------------------*/ -i.icon.tasks:before { - content: "\f0ae"; +.ui.form .info.message, +.ui.form .success.message, +.ui.form .warning.message, +.ui.form .error.message { + display: none; } -i.icon.cloud:before { - content: "\f0c2"; -} +/* Assumptions */ -i.icon.lab:before { - content: "\f0c3"; +.ui.form .message:first-child { + margin-top: 0px; } -i.icon.mail:before { - content: "\f0e0"; -} +/*-------------------- + Validation Prompt +---------------------*/ -i.icon.idea:before { - content: "\f0eb"; +.ui.form .field .prompt.label { + white-space: nowrap; } -i.icon.dashboard:before { - content: "\f0e4"; +.ui.form .inline.field .prompt { + margin: 0em 0em 0em 1em; } -i.icon.sitemap:before { - content: "\f0e8"; +.ui.form .inline.field .prompt:before { + margin-top: -0.3em; + bottom: auto; + right: auto; + top: 50%; + left: 0em; } -i.icon.alarm:before { - content: "\f0f3"; -} +/******************************* + States +*******************************/ -i.icon.terminal:before { - content: "\f120"; -} +/*-------------------- + Placeholder +---------------------*/ -i.icon.code:before { - content: "\f121"; -} +/* browsers require these rules separate */ -i.icon.protect:before { - content: "\f132"; +.ui.form ::-webkit-input-placeholder { + color: rgba(140, 140, 140, 0.8); } -i.icon.calendar.outline:before { - content: "\f133"; +.ui.form ::-moz-placeholder { + color: rgba(140, 140, 140, 0.8); } -i.icon.ticket:before { - content: "\f145"; +.ui.form :focus::-webkit-input-placeholder { + color: rgba(89, 89, 89, 0.8); } -i.icon.external.link.square:before { - content: "\f14c"; +.ui.form :focus::-moz-placeholder { + color: rgba(89, 89, 89, 0.8); } -i.icon.map:before { - content: "\f14e"; -} +/* Error Placeholder */ -i.icon.bug:before { - content: "\f188"; +.ui.form .error ::-webkit-input-placeholder { + color: #e38585; } -i.icon.mail.square:before { - content: "\f199"; +.ui.form .error ::-moz-placeholder { + color: #e38585; } -i.icon.history:before { - content: "\f1da"; +.ui.form .error :focus::-webkit-input-placeholder { + color: #de7171; } -i.icon.options:before { - content: "\f1de"; +.ui.form .error :focus::-moz-placeholder { + color: #de7171; } -i.icon.comment.outline:before { - content: "\f0e5"; +/*-------------------- + Focus +---------------------*/ + +.ui.form input[type="text"]:focus, +.ui.form input[type="email"]:focus, +.ui.form input[type="date"]:focus, +.ui.form input[type="password"]:focus, +.ui.form input[type="number"]:focus, +.ui.form input[type="url"]:focus, +.ui.form input[type="tel"]:focus { + color: rgba(0, 0, 0, 0.85); + border-color: rgba(39, 41, 43, 0.2); + border-radius: 0em 0.2857rem 0.2857rem 0em; + background: #ffffff; + box-shadow: 1px 0em 0em 0em rgba(39, 41, 43, 0.2) inset; } -i.icon.comments.outline:before { - content: "\f0e6"; +.ui.form textarea:focus { + color: rgba(0, 0, 0, 0.85); + border-color: rgba(39, 41, 43, 0.2); + border-radius: 0em 0.2857rem 0.2857rem 0em; + background: #ffffff; + box-shadow: 1px 0em 0em 0em rgba(39, 41, 43, 0.2) inset; + -webkit-appearance: none; } -/* User Actions */ +/*-------------------- + Success +---------------------*/ -i.icon.download:before { - content: "\f019"; -} +/* On Form */ -i.icon.repeat:before { - content: "\f01e"; +.ui.form.success .success.message { + display: block; } -i.icon.refresh:before { - content: "\f021"; -} +/*-------------------- + Error +---------------------*/ -i.icon.lock:before { - content: "\f023"; -} +/* On Form */ -i.icon.bookmark:before { - content: "\f02e"; +.ui.form.warning .warning.message { + display: block; } -i.icon.print:before { - content: "\f02f"; -} +/*-------------------- + Warning +---------------------*/ -i.icon.write:before { - content: "\f040"; -} +/* On Form */ -i.icon.theme:before { - content: "\f043"; +.ui.form.error .error.message { + display: block; } -i.icon.adjust:before { - content: "\f042"; -} +/* On Field(s) */ -i.icon.edit:before { - content: "\f044"; +.ui.form .fields.error .field label, +.ui.form .field.error label, +.ui.form .fields.error .field .input, +.ui.form .field.error .input { + color: #d95c5c; } -i.icon.external.share:before { - content: "\f045"; +.ui.form .fields.error .field .corner.label, +.ui.form .field.error .corner.label { + border-color: #d95c5c; + color: #ffffff; } -i.icon.ban:before { - content: "\f05e"; +.ui.form .fields.error .field textarea, +.ui.form .fields.error .field input[type="text"], +.ui.form .fields.error .field input[type="email"], +.ui.form .fields.error .field input[type="date"], +.ui.form .fields.error .field input[type="password"], +.ui.form .fields.error .field input[type="number"], +.ui.form .fields.error .field input[type="url"], +.ui.form .fields.error .field input[type="tel"], +.ui.form .field.error textarea, +.ui.form .field.error input[type="text"], +.ui.form .field.error input[type="email"], +.ui.form .field.error input[type="date"], +.ui.form .field.error input[type="password"], +.ui.form .field.error input[type="number"], +.ui.form .field.error input[type="url"], +.ui.form .field.error input[type="tel"] { + background: #fff0f0; + border-color: #dbb1b1; + color: #d95c5c; + border-radius: 0em 0.2857rem 0.2857rem 0em; + box-shadow: 2px 0em 0em 0em #d95c5c inset; } -i.icon.mail.forward:before { - content: "\f064"; +.ui.form .field.error textarea:focus, +.ui.form .field.error input[type="text"]:focus, +.ui.form .field.error input[type="email"]:focus, +.ui.form .field.error input[type="date"]:focus, +.ui.form .field.error input[type="password"]:focus, +.ui.form .field.error input[type="number"]:focus, +.ui.form .field.error input[type="url"]:focus, +.ui.form .field.error input[type="tel"]:focus { + background: #fff0f0; + border-color: #dbb1b1; + color: #dc6868; + -webkit-appearance: none; + box-shadow: 2px 0em 0em 0em #dc6868 inset; } -i.icon.share:before { - content: "\f064"; -} +/*------------------ + Dropdown Error +--------------------*/ -i.icon.expand:before { - content: "\f065"; +.ui.form .fields.error .field .ui.dropdown, +.ui.form .fields.error .field .ui.dropdown .item, +.ui.form .field.error .ui.dropdown, +.ui.form .field.error .ui.dropdown .text, +.ui.form .field.error .ui.dropdown .item { + background: #fff0f0; + color: #d95c5c; } -i.icon.compress:before { - content: "\f066"; +.ui.form .fields.error .field .ui.dropdown, +.ui.form .field.error .ui.dropdown { + box-shadow: 0px 0px 0px 1px #dbb1b1 !important; } -i.icon.unhide:before { - content: "\f06e"; +.ui.form .fields.error .field .ui.dropdown:hover, +.ui.form .field.error .ui.dropdown:hover { + box-shadow: 0px 0px 0px 1px #dbb1b1 !important; } -i.icon.hide:before { - content: "\f070"; +.ui.form .fields.error .field .ui.dropdown:hover .menu, +.ui.form .field.error .ui.dropdown:hover .menu { + box-shadow: 0px 1px 0px 1px #dbb1b1; } -i.icon.random:before { - content: "\f074"; -} +/* Hover */ -i.icon.retweet:before { - content: "\f079"; +.ui.form .fields.error .field .ui.dropdown .menu .item:hover, +.ui.form .field.error .ui.dropdown .menu .item:hover { + background-color: #fff2f2; } -i.icon.sign.out:before { - content: "\f08b"; -} +/* Active */ -i.icon.pin:before { - content: "\f08d"; +.ui.form .fields.error .field .ui.dropdown .menu .active.item, +.ui.form .field.error .ui.dropdown .menu .active.item { + background-color: #fdcfcf !important; } -i.icon.sign.in:before { - content: "\f090"; -} +/*-------------------- + Checkbox Error +---------------------*/ -i.icon.upload:before { - content: "\f093"; +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) label, +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box { + color: #d95c5c; } -i.icon.call:before { - content: "\f095"; +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before, +.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before, +.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before { + background: #fff0f0; + border-color: #dbb1b1; } -i.icon.call.square:before { - content: "\f098"; +.ui.form .fields.error .field .checkbox label:after, +.ui.form .field.error .checkbox label:after, +.ui.form .fields.error .field .checkbox .box:after, +.ui.form .field.error .checkbox .box:after { + color: #d95c5c; } -i.icon.remove.bookmark:before { - content: "\f097"; -} +/*-------------------- + Disabled +---------------------*/ -i.icon.unlock:before { - content: "\f09c"; +.ui.form .field :disabled, +.ui.form .field.disabled { + opacity: 0.5; } -i.icon.configure:before { - content: "\f0ad"; +.ui.form .field.disabled label { + opacity: 0.5; } -i.icon.filter:before { - content: "\f0b0"; +.ui.form .field.disabled :disabled { + opacity: 1; } -i.icon.wizard:before { - content: "\f0d0"; -} +/*-------------------- + Loading State +---------------------*/ -i.icon.undo:before { - content: "\f0e2"; -} +/* On Form */ -i.icon.exchange:before { - content: "\f0ec"; +.ui.form.loading { + position: relative; } -i.icon.cloud.download:before { - content: "\f0ed"; +.ui.form.loading:after { + position: absolute; + top: 0%; + left: 0%; + content: ''; + width: 100%; + height: 100%; + background: rgba(255, 255, 255, 0.6) url("themes/default/assets/images/loader-large.gif") no-repeat 50% 50%; + visibility: visible; } -i.icon.cloud.upload:before { - content: "\f0ee"; -} +/******************************* + Element Types +*******************************/ -i.icon.reply:before { - content: "\f112"; -} +/*-------------------- + Required Field +---------------------*/ -i.icon.reply.all:before { - content: "\f122"; +.ui.form .required.fields > .field > label:after, +.ui.form .required.fields > .field > .checkbox:after, +.ui.form .required.field > label:after, +.ui.form .required.field > .checkbox:after { + margin: -0.2em 0em 0em 0.2em; + vertical-align: top; + content: '*'; + color: #d95c5c; } -i.icon.erase:before { - content: "\f12d"; -} +/******************************* + Variations +*******************************/ -i.icon.unlock.alternate:before { - content: "\f13e"; +/*-------------------- + Inverted Colors +---------------------*/ + +.ui.inverted.form label, +.ui.form .inverted.segment label, +.ui.form .inverted.segment .ui.checkbox label, +.ui.form .inverted.segment .ui.checkbox .box, +.ui.inverted.form .ui.checkbox label, +.ui.inverted.form .ui.checkbox .box { + color: #ffffff; } -i.icon.archive:before { - content: "\f187"; +.ui.inverted.form.loading:after { + background: rgba(0, 0, 0, 0.8) url("themes/default/assets/images/loader-large-inverted.gif") no-repeat 50% 50%; } -i.icon.translate:before { - content: "\f1ab"; -} +/*-------------------- + Field Groups +---------------------*/ -i.icon.recycle:before { - content: "\f1b8"; -} +/* Grouped Vertically */ -i.icon.send:before { - content: "\f1d8"; +.ui.form .grouped.fields { + margin: 0em 0em 1em; } -i.icon.send.outline:before { - content: "\f1d9"; +.ui.form .grouped.fields:last-child { + margin-bottom: 0em; } -i.icon.share.alternate:before { - content: "\f1e0"; +.ui.form .grouped.fields .field { + display: block; + float: none; + margin: 0.5em 0em; + padding: 0em; } -i.icon.share.alternate.square:before { - content: "\f1e1"; +/*-------------------- + Fields +---------------------*/ + +/* Split fields */ + +.ui.form .fields { + clear: both; } -i.icon.wait:before { - content: "\f017"; +.ui.form .fields:after { + content: ' '; + display: block; + clear: both; + visibility: hidden; + line-height: 0; + height: 0; } -i.icon.write.square:before { - content: "\f14b"; +.ui.form .fields > .field { + clear: none; + float: left; + box-sizing: border-box; + padding-left: 0.5em; + padding-right: 0.5em; } -i.icon.share.square:before { - content: "\f14d"; +.ui.form .fields > .field:first-child { + border-left: none; + box-shadow: none; } -/* Messages */ +/* Other Combinations */ -i.icon.help.circle:before { - content: "\f059"; +.ui.form .two.fields > .fields, +.ui.form .two.fields > .field { + width: 50%; } -i.icon.info.circle:before { - content: "\f05a"; +.ui.form .three.fields > .fields, +.ui.form .three.fields > .field { + width: 33.33333333%; } -i.icon.warning:before { - content: "\f12a"; +.ui.form .four.fields > .fields, +.ui.form .four.fields > .field { + width: 25%; } -i.icon.warning.circle:before { - content: "\f06a"; +.ui.form .five.fields > .fields, +.ui.form .five.fields > .field { + width: 20%; } -i.icon.warning.sign:before { - content: "\f071"; +.ui.form .six.fields > .fields, +.ui.form .six.fields > .field { + width: 16.66666667%; } -i.icon.help:before { - content: "\f128"; +.ui.form .seven.fields > .fields, +.ui.form .seven.fields > .field { + width: 14.28571429%; } -i.icon.info:before { - content: "\f129"; +.ui.form .eight.fields > .fields, +.ui.form .eight.fields > .field { + width: 12.5%; } -i.icon.announcement:before { - content: "\f0a1"; +.ui.form .nine.fields > .fields, +.ui.form .nine.fields > .field { + width: 11.11111111%; } -/* Users */ - -i.icon.users:before { - content: "\f0c0"; +.ui.form .ten.fields > .fields, +.ui.form .ten.fields > .field { + width: 10%; } -i.icon.doctor:before { - content: "\f0f0"; -} +/* Swap to full width on mobile */ -i.icon.female:before { - content: "\f182"; +@media only screen and (max-width: 767px) { + .ui.form .two.fields > .fields, + .ui.form .two.fields > .field, + .ui.form .three.fields > .fields, + .ui.form .three.fields > .field, + .ui.form .four.fields > .fields, + .ui.form .four.fields > .field, + .ui.form .five.fields > .fields, + .ui.form .five.fields > .field { + width: 100%; + padding-left: 0%; + padding-right: 0%; + } } -i.icon.male:before { - content: "\f183"; +.ui.form .fields .field:first-child { + padding-left: 0%; } -i.icon.child:before { - content: "\f1ae"; +.ui.form .fields .field:last-child { + padding-right: 0%; } -i.icon.user:before { - content: "\f007"; -} +/* Sizing Combinations */ -i.icon.handicap:before { - content: "\f193"; +.ui.form .fields .wide.field { + width: 6.25%; + padding-left: 0.5em; + padding-right: 0.5em; } -i.icon.student:before { - content: "\f19d"; +.ui.form .fields .wide.field:first-child { + padding-left: 0%; } -/* View Adjustment */ +.ui.form .fields .wide.field:last-child { + padding-right: 0%; +} -i.icon.grid.layout:before { - content: "\f00a"; +.ui.form .one.wide.field { + width: 6.25% !important; } -i.icon.list.layout:before { - content: "\f00b"; +.ui.form .two.wide.field { + width: 12.5% !important; } -i.icon.block.layout:before { - content: "\f009"; +.ui.form .three.wide.field { + width: 18.75% !important; } -i.icon.zoom:before { - content: "\f00e"; +.ui.form .four.wide.field { + width: 25% !important; } -i.icon.zoom.out:before { - content: "\f010"; +.ui.form .five.wide.field { + width: 31.25% !important; } -i.icon.resize.vertical:before { - content: "\f07d"; +.ui.form .six.wide.field { + width: 37.5% !important; } -i.icon.resize.horizontal:before { - content: "\f07e"; +.ui.form .seven.wide.field { + width: 43.75% !important; } -i.icon.maximize:before { - content: "\f0b2"; +.ui.form .eight.wide.field { + width: 50% !important; } -i.icon.crop:before { - content: "\f125"; +.ui.form .nine.wide.field { + width: 56.25% !important; } -/* Literal Objects */ +.ui.form .ten.wide.field { + width: 62.5% !important; +} -i.icon.cocktail:before { - content: "\f000"; +.ui.form .eleven.wide.field { + width: 68.75% !important; } -i.icon.road:before { - content: "\f018"; +.ui.form .twelve.wide.field { + width: 75% !important; } -i.icon.flag:before { - content: "\f024"; +.ui.form .thirteen.wide.field { + width: 81.25% !important; } -i.icon.book:before { - content: "\f02d"; +.ui.form .fourteen.wide.field { + width: 87.5% !important; } -i.icon.gift:before { - content: "\f06b"; +.ui.form .fifteen.wide.field { + width: 93.75% !important; } -i.icon.leaf:before { - content: "\f06c"; +.ui.form .sixteen.wide.field { + width: 100% !important; } -i.icon.fire:before { - content: "\f06d"; +/* Swap to full width on mobile */ + +@media only screen and (max-width: 767px) { + .ui.form .two.fields > .fields, + .ui.form .two.fields > .field, + .ui.form .three.fields > .fields, + .ui.form .three.fields > .field, + .ui.form .four.fields > .fields, + .ui.form .four.fields > .field, + .ui.form .five.fields > .fields, + .ui.form .five.fields > .field, + .ui.form .fields > .two.wide.field, + .ui.form .fields > .three.wide.field, + .ui.form .fields > .four.wide.field, + .ui.form .fields > .five.wide.field, + .ui.form .fields > .six.wide.field, + .ui.form .fields > .seven.wide.field, + .ui.form .fields > .eight.wide.field, + .ui.form .fields > .nine.wide.field, + .ui.form .fields > .ten.wide.field, + .ui.form .fields > .eleven.wide.field, + .ui.form .fields > .twelve.wide.field, + .ui.form .fields > .thirteen.wide.field, + .ui.form .fields > .fourteen.wide.field, + .ui.form .fields > .fifteen.wide.field, + .ui.form .fields > .sixteen.wide.field { + width: 100%; + padding-left: 0%; + padding-right: 0%; + } } -i.icon.plane:before { - content: "\f072"; +/*-------------------- + Inline Fields +---------------------*/ + +.ui.form .inline.fields { + margin: 0em 0em 1em; } -i.icon.magnet:before { - content: "\f076"; +.ui.form .inline.fields .field { + display: inline-block; + margin: 0em 1em 0em 0em; + padding: 0em; } -i.icon.legal:before { - content: "\f0e3"; +.ui.form .inline.fields .field > label, +.ui.form .inline.fields .field > p, +.ui.form .inline.fields .field > input, +.ui.form .inline.field > label, +.ui.form .inline.field > p, +.ui.form .inline.field > input { + display: inline-block; + width: auto; + margin-top: 0em; + margin-bottom: 0em; + vertical-align: middle; + font-size: 1em; } -i.icon.lemon:before { - content: "\f094"; +.ui.form .inline.fields .field > input, +.ui.form .inline.field > input { + font-size: 1em; } -i.icon.world:before { - content: "\f0ac"; -} +/* Label */ -i.icon.travel:before { - content: "\f0b1"; +.ui.form .inline.fields .field > :first-child, +.ui.form .inline.field > :first-child { + margin: 0em 0.3rem 0em 0em; } -i.icon.shipping:before { - content: "\f0d1"; +.ui.form .inline.fields .field > :only-child, +.ui.form .inline.field > :only-child { + margin: 0em; } -i.icon.money:before { - content: "\f0d6"; -} +/*-------------------- + Sizes +---------------------*/ -i.icon.lightning:before { - content: "\f0e7"; -} +/* Standard */ -i.icon.rain:before { - content: "\f0e9"; +.ui.small.form { + font-size: 0.875em; } -i.icon.treatment:before { - content: "\f0f1"; -} +/* Medium */ -i.icon.suitcase:before { - content: "\f0f2"; +.ui.form { + font-size: auto; } -i.icon.bar:before { - content: "\f0fc"; -} +/* Large */ -i.icon.flag.outline:before { - content: "\f11d"; +.ui.large.form { + font-size: 1.125em; } -i.icon.flag.checkered:before { - content: "\f11e"; -} +/* Huge */ -i.icon.puzzle:before { - content: "\f12e"; +.ui.huge.form { + font-size: 1.2em; } -i.icon.fire.extinguisher:before { - content: "\f134"; -} +/******************************* + Theme Overrides +*******************************/ -i.icon.rocket:before { - content: "\f135"; -} +/******************************* + Site Overrides +*******************************/ -i.icon.anchor:before { - content: "\f13d"; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -i.icon.bullseye:before { - content: "\f140"; -} +/******************************* + Standard +*******************************/ -i.icon.sun:before { - content: "\f185"; +.ui.grid { + display: block; + text-align: left; + font-size: 0em; + padding: 0em; } -i.icon.moon:before { - content: "\f186"; +.ui.grid:after, +.ui.grid > .row:after { + content: ''; + display: block; + height: 0px; + clear: both; + visibility: hidden; } -i.icon.fax:before { - content: "\f1ac"; +/*---------------------- + Remove Gutters +-----------------------*/ + +.ui.grid { + margin-top: -1rem; + margin-bottom: -1rem; + margin-left: -1rem; + margin-right: -1rem; } -i.icon.life.ring:before { - content: "\f1cd"; +.ui.relaxed.grid { + margin-left: -1.5rem; + margin-right: -1.5rem; } -i.icon.bomb:before { - content: "\f1e2"; +.ui[class*="very relaxed"].grid { + margin-left: -2.5rem; + margin-right: -2.5rem; } -/* Shapes */ +/* Collapse Margins on Consecutive Grids */ -i.icon.crosshairs:before { - content: "\f05b"; +.ui.grid + .grid { + margin-top: 1rem; } -i.icon.asterisk:before { - content: "\f069"; -} +/*------------------- + Columns +--------------------*/ -i.icon.certificate:before { - content: "\f0a3"; -} +/* Standard 16 column */ -i.icon.circle:before { - content: "\f111"; +.ui.grid > .column:not(.row), +.ui.grid > .row > .column { + display: inline-block; + text-align: left; + font-size: 1rem; + width: 6.25%; + padding-left: 1rem; + padding-right: 1rem; + vertical-align: top; } -i.icon.quote.left:before { - content: "\f10d"; +.ui.grid > * { + padding-left: 1rem; + padding-right: 1rem; } -i.icon.quote.right:before { - content: "\f10e"; -} +/*------------------- + Rows +--------------------*/ -i.icon.ellipsis.horizontal:before { - content: "\f141"; +.ui.grid > .row { + display: block; + width: auto !important; + padding: 0rem; + font-size: 0rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.ellipsis.vertical:before { - content: "\f142"; -} +/*------------------- + Columns +--------------------*/ -i.icon.cube:before { - content: "\f1b2"; -} +/* Vertical padding when no rows */ -i.icon.cubes:before { - content: "\f1b3"; +.ui.grid > .column:not(.row) { + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.circle.notched:before { - content: "\f1ce"; +.ui.grid > .row > .column { + margin-top: 0em; + margin-bottom: 0em; } -i.icon.circle.thin:before { - content: "\f1db"; +/*------------------- + Content +--------------------*/ + +.ui.grid > .row > img, +.ui.grid > .row > .column > img { + max-width: 100%; } -/* Item Selection */ +/*------------------- + Loose Coupling +--------------------*/ -i.icon.checkmark:before { - content: "\f00c"; +.ui.grid .row + .ui.divider { + margin: 1rem 1rem; } -i.icon.remove:before { - content: "\f00d"; -} +/* remove Border on last horizontal segment */ -i.icon.checkmark.box:before { - content: "\f046"; +.ui.grid > .row > .column:last-child > .horizontal.segment, +.ui.grid > .column:last-child > .horizontal.segment { + box-shadow: none; } -i.icon.move:before { - content: "\f047"; -} +/******************************* + Variations +*******************************/ -i.icon.add.circle:before { - content: "\f055"; +/*----------------------- + Page Grid +-------------------------*/ + +.ui.page.grid { + padding-left: 13%; + padding-right: 13%; + width: auto; } -i.icon.minus.circle:before { - content: "\f056"; -} +/* Collapse Margin */ -i.icon.remove.circle:before { - content: "\f057"; +.ui.grid > .ui.grid:first-child { + margin-top: 0em; } -i.icon.check.circle:before { - content: "\f058"; +.ui.grid > .ui.grid:last-child { + margin-bottom: 0em; } -i.icon.remove.circle.outline:before { - content: "\f05c"; +@media only screen and (max-width: 767px) { + .ui.page.grid { + width: auto; + padding-left: 0em; + padding-right: 0em; + margin: 0em; + } } -i.icon.check.circle.outline:before { - content: "\f05d"; +@media only screen and (min-width: 768px) { + .ui.page.grid { + width: auto; + padding-left: 8%; + padding-right: 8%; + } } -i.icon.plus:before { - content: "\f067"; +@media only screen and (min-width: 992px) { + .ui.page.grid { + width: auto; + padding-left: 13%; + padding-right: 13%; + } } -i.icon.minus:before { - content: "\f068"; +@media only screen and (min-width: 1400px) { + .ui.page.grid { + width: auto; + padding-left: 18%; + padding-right: 18%; + } } -i.icon.add.square:before { - content: "\f0fe"; +@media only screen and (min-width: 1920px) { + .ui.page.grid { + width: auto; + padding-left: 23%; + padding-right: 23%; + } } -i.icon.radio:before { - content: "\f10c"; -} +/*------------------- + Column Count +--------------------*/ -i.icon.selected.radio:before { - content: "\f192"; -} +/* Assume full width with one column */ -i.icon.minus.square:before { - content: "\f146"; +.ui.grid > .column:only-child, +.ui.grid > .row > .column:only-child { + width: 100%; } -i.icon.minus.square.outline:before { - content: "\f147"; -} +/* Grid Based */ -i.icon.check.square:before { - content: "\f14a"; +.ui[class*="one column"].grid > .row > .column, +.ui[class*="one column"].grid > .column { + width: 100%; } -i.icon.plus.square.outline:before { - content: "\f196"; +.ui[class*="two column"].grid > .row > .column, +.ui[class*="two column"].grid > .column { + width: 50%; } -/* Media */ - -i.icon.film:before { - content: "\f008"; +.ui[class*="three column"].grid > .row > .column, +.ui[class*="three column"].grid > .column { + width: 33.33333333%; } -i.icon.sound:before { - content: "\f025"; +.ui[class*="four column"].grid > .row > .column, +.ui[class*="four column"].grid > .column { + width: 25%; } -i.icon.photo:before { - content: "\f030"; +.ui[class*="five column"].grid > .row > .column, +.ui[class*="five column"].grid > .column { + width: 20%; } -i.icon.bar.chart:before { - content: "\f080"; +.ui[class*="six column"].grid > .row > .column, +.ui[class*="six column"].grid > .column { + width: 16.66666667%; } -i.icon.camera.retro:before { - content: "\f083"; +.ui[class*="seven column"].grid > .row > .column, +.ui[class*="seven column"].grid > .column { + width: 14.28571429%; } -/* Pointers */ - -i.icon.arrow.circle.outline.down:before { - content: "\f01a"; +.ui[class*="eight column"].grid > .row > .column, +.ui[class*="eight column"].grid > .column { + width: 12.5%; } -i.icon.arrow.circle.outline.up:before { - content: "\f01b"; +.ui[class*="nine column"].grid > .row > .column, +.ui[class*="nine column"].grid > .column { + width: 11.11111111%; } -i.icon.chevron.left:before { - content: "\f053"; +.ui[class*="ten column"].grid > .row > .column, +.ui[class*="ten column"].grid > .column { + width: 10%; } -i.icon.chevron.right:before { - content: "\f054"; +.ui[class*="eleven column"].grid > .row > .column, +.ui[class*="eleven column"].grid > .column { + width: 9.09090909%; } -i.icon.arrow.left:before { - content: "\f060"; +.ui[class*="twelve column"].grid > .row > .column, +.ui[class*="twelve column"].grid > .column { + width: 8.33333333%; } -i.icon.arrow.right:before { - content: "\f061"; +.ui[class*="thirteen column"].grid > .row > .column, +.ui[class*="thirteen column"].grid > .column { + width: 7.69230769%; } -i.icon.arrow.up:before { - content: "\f062"; +.ui[class*="fourteen column"].grid > .row > .column, +.ui[class*="fourteen column"].grid > .column { + width: 7.14285714%; } -i.icon.arrow.down:before { - content: "\f063"; +.ui[class*="fifteen column"].grid > .row > .column, +.ui[class*="fifteen column"].grid > .column { + width: 6.66666667%; } -i.icon.chevron.up:before { - content: "\f077"; +.ui[class*="sixteen column"].grid > .row > .column, +.ui[class*="sixteen column"].grid > .column { + width: 6.25%; } -i.icon.chevron.down:before { - content: "\f078"; -} +/* Row Based Overrides */ -i.icon.pointing.right:before { - content: "\f0a4"; +.ui.grid > [class*="one column"].row > .column { + width: 100% !important; } -i.icon.pointing.left:before { - content: "\f0a5"; +.ui.grid > [class*="two column"].row > .column { + width: 50% !important; } -i.icon.pointing.up:before { - content: "\f0a6"; +.ui.grid > [class*="three column"].row > .column { + width: 33.33333333% !important; } -i.icon.pointing.down:before { - content: "\f0a7"; +.ui.grid > [class*="four column"].row > .column { + width: 25% !important; } -i.icon.arrow.circle.left:before { - content: "\f0a8"; +.ui.grid > [class*="five column"].row > .column { + width: 20% !important; } -i.icon.arrow.circle.right:before { - content: "\f0a9"; +.ui.grid > [class*="six column"].row > .column { + width: 16.66666667% !important; } -i.icon.arrow.circle.up:before { - content: "\f0aa"; +.ui.grid > [class*="seven column"].row > .column { + width: 14.28571429% !important; } -i.icon.arrow.circle.down:before { - content: "\f0ab"; +.ui.grid > [class*="eight column"].row > .column { + width: 12.5% !important; } -i.icon.caret.down:before { - content: "\f0d7"; +.ui.grid > [class*="nine column"].row > .column { + width: 11.11111111% !important; } -i.icon.caret.up:before { - content: "\f0d8"; +.ui.grid > [class*="ten column"].row > .column { + width: 10% !important; } -i.icon.caret.left:before { - content: "\f0d9"; +.ui.grid > [class*="eleven column"].row > .column { + width: 9.09090909% !important; } -i.icon.caret.right:before { - content: "\f0da"; +.ui.grid > [class*="twelve column"].row > .column { + width: 8.33333333% !important; } -i.icon.angle.double.left:before { - content: "\f100"; +.ui.grid > [class*="thirteen column"].row > .column { + width: 7.69230769% !important; } -i.icon.angle.double.right:before { - content: "\f101"; +.ui.grid > [class*="fourteen column"].row > .column { + width: 7.14285714% !important; } -i.icon.angle.double.up:before { - content: "\f102"; +.ui.grid > [class*="fifteen column"].row > .column { + width: 6.66666667% !important; } -i.icon.angle.double.down:before { - content: "\f103"; +.ui.grid > [class*="sixteen column"].row > .column { + width: 6.25% !important; } -i.icon.angle.left:before { - content: "\f104"; -} +/*------------------- + Column Width +--------------------*/ -i.icon.angle.right:before { - content: "\f105"; -} +/* Sizing Combinations */ -i.icon.angle.up:before { - content: "\f106"; +.ui.grid > .row > [class*="one wide"].column, +.ui.grid > .column.row > [class*="one wide"].column, +.ui.grid > [class*="one wide"].column, +.ui.column.grid > [class*="one wide"].column { + width: 6.25% !important; } -i.icon.angle.down:before { - content: "\f107"; +.ui.grid > .row > [class*="two wide"].column, +.ui.grid > .column.row > [class*="two wide"].column, +.ui.grid > [class*="two wide"].column, +.ui.column.grid > [class*="two wide"].column { + width: 12.5% !important; } -i.icon.chevron.circle.left:before { - content: "\f137"; +.ui.grid > .row > [class*="three wide"].column, +.ui.grid > .column.row > [class*="three wide"].column, +.ui.grid > [class*="three wide"].column, +.ui.column.grid > [class*="three wide"].column { + width: 18.75% !important; } -i.icon.chevron.circle.right:before { - content: "\f138"; +.ui.grid > .row > [class*="four wide"].column, +.ui.grid > .column.row > [class*="four wide"].column, +.ui.grid > [class*="four wide"].column, +.ui.column.grid > [class*="four wide"].column { + width: 25% !important; } -i.icon.chevron.circle.up:before { - content: "\f139"; +.ui.grid > .row > [class*="five wide"].column, +.ui.grid > .column.row > [class*="five wide"].column, +.ui.grid > [class*="five wide"].column, +.ui.column.grid > [class*="five wide"].column { + width: 31.25% !important; } -i.icon.chevron.circle.down:before { - content: "\f13a"; +.ui.grid > .row > [class*="six wide"].column, +.ui.grid > .column.row > [class*="six wide"].column, +.ui.grid > [class*="six wide"].column, +.ui.column.grid > [class*="six wide"].column { + width: 37.5% !important; } -i.icon.toggle.down:before { - content: "\f150"; +.ui.grid > .row > [class*="seven wide"].column, +.ui.grid > .column.row > [class*="seven wide"].column, +.ui.grid > [class*="seven wide"].column, +.ui.column.grid > [class*="seven wide"].column { + width: 43.75% !important; } -i.icon.toggle.up:before { - content: "\f151"; +.ui.grid > .row > [class*="eight wide"].column, +.ui.grid > .column.row > [class*="eight wide"].column, +.ui.grid > [class*="eight wide"].column, +.ui.column.grid > [class*="eight wide"].column { + width: 50% !important; } -i.icon.toggle.right:before { - content: "\f152"; +.ui.grid > .row > [class*="nine wide"].column, +.ui.grid > .column.row > [class*="nine wide"].column, +.ui.grid > [class*="nine wide"].column, +.ui.column.grid > [class*="nine wide"].column { + width: 56.25% !important; } -i.icon.long.arrow.down:before { - content: "\f175"; +.ui.grid > .row > [class*="ten wide"].column, +.ui.grid > .column.row > [class*="ten wide"].column, +.ui.grid > [class*="ten wide"].column, +.ui.column.grid > [class*="ten wide"].column { + width: 62.5% !important; } -i.icon.long.arrow.up:before { - content: "\f176"; +.ui.grid > .row > [class*="eleven wide"].column, +.ui.grid > .column.row > [class*="eleven wide"].column, +.ui.grid > [class*="eleven wide"].column, +.ui.column.grid > [class*="eleven wide"].column { + width: 68.75% !important; } -i.icon.long.arrow.left:before { - content: "\f177"; +.ui.grid > .row > [class*="twelve wide"].column, +.ui.grid > .column.row > [class*="twelve wide"].column, +.ui.grid > [class*="twelve wide"].column, +.ui.column.grid > [class*="twelve wide"].column { + width: 75% !important; } -i.icon.long.arrow.right:before { - content: "\f178"; +.ui.grid > .row > [class*="thirteen wide"].column, +.ui.grid > .column.row > [class*="thirteen wide"].column, +.ui.grid > [class*="thirteen wide"].column, +.ui.column.grid > [class*="thirteen wide"].column { + width: 81.25% !important; } -i.icon.arrow.circle.outline.right:before { - content: "\f18e"; +.ui.grid > .row > [class*="fourteen wide"].column, +.ui.grid > .column.row > [class*="fourteen wide"].column, +.ui.grid > [class*="fourteen wide"].column, +.ui.column.grid > [class*="fourteen wide"].column { + width: 87.5% !important; } -i.icon.arrow.circle.outline.left:before { - content: "\f190"; +.ui.grid > .row > [class*="fifteen wide"].column, +.ui.grid > .column.row > [class*="fifteen wide"].column, +.ui.grid > [class*="fifteen wide"].column, +.ui.column.grid > [class*="fifteen wide"].column { + width: 93.75% !important; } -i.icon.toggle.left:before { - content: "\f191"; +.ui.grid > .row > [class*="sixteen wide"].column, +.ui.grid > .column.row > [class*="sixteen wide"].column, +.ui.grid > [class*="sixteen wide"].column, +.ui.column.grid > [class*="sixteen wide"].column { + width: 100% !important; } -/* Computer */ +/*---------------------- + Centered +-----------------------*/ -i.icon.power:before { - content: "\f011"; +.ui.centered.grid, +.ui.centered.grid > .row, +.ui.grid .centered.row { + text-align: center; } -i.icon.trash:before { - content: "\f014"; +.ui.centered.grid > .column:not(.aligned), +.ui.centered.grid > .row > .column:not(.aligned), +.ui.grid .centered.row > .column:not(.aligned) { + text-align: left; } -i.icon.disk.outline:before { - content: "\f0a0"; +.ui.grid > .centered.column, +.ui.grid > .row > .centered.column { + display: block; + margin-left: auto; + margin-right: auto; } -i.icon.desktop:before { - content: "\f108"; -} +/*---------------------- + Relaxed +-----------------------*/ -i.icon.laptop:before { - content: "\f109"; +.ui.relaxed.grid > .column:not(.row), +.ui.relaxed.grid > .row > .column, +.ui.grid > .relaxed.row > .column { + padding-left: 1.5rem; + padding-right: 1.5rem; } -i.icon.tablet:before { - content: "\f10a"; +.ui[class*="very relaxed"].grid > .column:not(.row), +.ui[class*="very relaxed"].grid > .row > .column, +.ui.grid > [class*="very relaxed"].row > .column { + padding-left: 2.5rem; + padding-right: 2.5rem; } -i.icon.mobile:before { - content: "\f10b"; -} +/* Coupling with UI Divider */ -i.icon.game:before { - content: "\f11b"; +.ui.relaxed.grid .row + .ui.divider, +.ui.grid .relaxed.row + .ui.divider { + margin-left: 1.5rem; + margin-right: 1.5rem; } -i.icon.keyboard:before { - content: "\f11c"; +.ui[class*="very relaxed"].grid .row + .ui.divider, +.ui.grid [class*="very relaxed"].row + .ui.divider { + margin-left: 2.5rem; + margin-right: 2.5rem; } -/* File System */ +/*---------------------- + Padded +-----------------------*/ -i.icon.folder:before { - content: "\f07b"; +.ui.padded.grid:not(.vertically):not(.horizontally) { + margin: 0em !important; } -i.icon.folder.open:before { - content: "\f07c"; +[class*="horizontally padded"].ui.grid { + margin-left: 0em !important; + margin-right: 0em !important; } -i.icon.level.up:before { - content: "\f148"; +[class*="vertically padded"].ui.grid { + margin-top: 0em !important; + margin-bottom: 0em !important; } -i.icon.level.down:before { - content: "\f149"; -} +/*---------------------- + "Floated" +-----------------------*/ -i.icon.file:before { - content: "\f15b"; +.ui.grid [class*="left floated"].column { + float: left; } -i.icon.file.outline:before { - content: "\f016"; +.ui.grid [class*="right floated"].column { + float: right; } -i.icon.file.text:before { - content: "\f15c"; -} +/*---------------------- + Divided +-----------------------*/ -i.icon.file.text.outline:before { - content: "\f0f6"; +.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row), +.ui.divided.grid:not([class*="vertically divided"]) > .row > .column { + box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1); } -i.icon.folder.outline:before { - content: "\f114"; -} +/* Swap from padding to margin on columns to have dividers align */ -i.icon.folder.open.outline:before { - content: "\f115"; +.ui[class*="vertically divided"].grid > .column:not(.row), +.ui[class*="vertically divided"].grid > .row > .column { + margin-top: 1rem; + margin-bottom: 1rem; + padding-top: 0rem; + padding-bottom: 0rem; } -i.icon.file.pdf.outline:before { - content: "\f1c1"; +.ui[class*="vertically divided"].grid > .row { + margin-top: 0em; + margin-bottom: 0em; + padding-top: 0em; + padding-bottom: 0em; } -i.icon.file.word.outline:before { - content: "\f1c2"; -} +/* No divider on first column on row */ -i.icon.file.excel.outline:before { - content: "\f1c3"; +.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child, +.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { + box-shadow: none; } -i.icon.file.powerpoint.outline:before { - content: "\f1c4"; -} +/* Divided Row */ -i.icon.file.image.outline:before { - content: "\f1c5"; +.ui.grid > .divided.row > .column { + box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1); } -i.icon.file.archive.outline:before { - content: "\f1c6"; +.ui.grid > .divided.row > .column:first-child { + box-shadow: none; } -i.icon.file.audio.outline:before { - content: "\f1c7"; +/* Vertically Divided */ + +.ui[class*="vertically divided"].grid > .row { + position: relative; } -i.icon.file.video.outline:before { - content: "\f1c8"; +.ui[class*="vertically divided"].grid > .row:before { + position: absolute; + content: ""; + top: 0em; + left: 0px; + width: -webkit-calc(100% - 2rem ); + width: calc(100% - 2rem ); + height: 1px; + margin: 0% 1rem; + box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1); } -i.icon.file.code.outline:before { - content: "\f1c9"; +/* Padded Horizontally Divided */ + +[class*="horizontally padded"].ui.divided.grid, +.ui.padded.divided.grid:not(.vertically):not(.horizontally) { + width: 100%; } -/* Technologies */ +/* First Row Vertically Divided */ -i.icon.barcode:before { - content: "\f02a"; +.ui[class*="vertically divided"].grid > .row:first-child:before { + box-shadow: none; } -i.icon.qrcode:before { - content: "\f029"; -} +/* Inverted Divided */ -i.icon.fork:before { - content: "\f126"; +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column, +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column { + box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.15); } -i.icon.html5:before { - content: "\f13b"; +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:first-child, +.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child { + box-shadow: none; } -i.icon.css3:before { - content: "\f13c"; +.ui.inverted[class*="vertically divided"].grid > .row { + box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.15); } -i.icon.rss.square:before { - content: "\f143"; -} +/* Relaxed */ -i.icon.openid:before { - content: "\f19b"; +.ui.relaxed[class*="vertically divided"].grid > .row:before { + margin-left: 1.5rem; + margin-right: 1.5rem; + width: -webkit-calc(100% - 3rem ); + width: calc(100% - 3rem ); } -i.icon.database:before { - content: "\f1c0"; +.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before { + margin-left: 5rem; + margin-right: 5rem; + width: -webkit-calc(100% - 5rem ); + width: calc(100% - 5rem ); } -/* Rating */ +/*---------------------- + Celled +-----------------------*/ -i.icon.heart:before { - content: "\f004"; +.ui.celled.grid { + display: table; + table-layout: fixed; + width: 100%; + margin: 1em 0em; + box-shadow: 0px 0px 0px 1px #d4d4d5; } -i.icon.star:before { - content: "\f005"; +.ui.celled.grid > .row, +.ui.celled.grid > .column.row, +.ui.celled.grid > .column.row:first-child { + display: table; + table-layout: fixed; + width: 100% !important; + margin: 0em; + padding: 0em; + box-shadow: 0px -1px 0px 0px #d4d4d5; } -i.icon.empty.star:before { - content: "\f006"; +.ui.celled.grid > .column:not(.row), +.ui.celled.grid > .row > .column { + display: table-cell; + box-shadow: -1px 0px 0px 0px #d4d4d5; } -i.icon.thumbs.outline.up:before { - content: "\f087"; +.ui.celled.grid > .column:first-child, +.ui.celled.grid > .row > .column:first-child { + box-shadow: none; } -i.icon.thumbs.outline.down:before { - content: "\f088"; +.ui.celled.page.grid { + box-shadow: none; } -i.icon.star.half:before { - content: "\f089"; +.ui.celled.grid > .column:not(.row), +.ui.celled.grid > .row > .column { + padding: 0.75em; } -i.icon.empty.heart:before { - content: "\f08a"; +.ui.relaxed.celled.grid > .column:not(.row), +.ui.relaxed.celled.grid > .row > .column { + padding: 1em; } -i.icon.smile:before { - content: "\f118"; +.ui[class*="very relaxed"].celled.grid > .column:not(.row), +.ui[class*="very relaxed"].celled.grid > .row > .column { + padding: 2em; } -i.icon.frown:before { - content: "\f119"; -} +/* Internally Celled */ -i.icon.meh:before { - content: "\f11a"; +.ui[class*="internally celled"].grid { + box-shadow: none; } -i.icon.star.half.empty:before { - content: "\f123"; +.ui[class*="internally celled"].grid > .row:first-child { + box-shadow: none; } -i.icon.thumbs.up:before { - content: "\f164"; +.ui[class*="internally celled"].grid > .row > .column:first-child { + box-shadow: none; } -i.icon.thumbs.down:before { - content: "\f165"; -} +/*---------------------- + Horizontally Centered +-----------------------*/ -/* Audio */ +/* Left Aligned */ -i.icon.music:before { - content: "\f001"; +.ui[class*="left aligned"].grid, +.ui[class*="left aligned"].grid > .row > .column, +.ui[class*="left aligned"].grid > .column, +.ui.grid [class*="left aligned"].column, +.ui.grid > [class*="left aligned"].aligned.row > .column { + text-align: left; } -i.icon.video.play.outline:before { - content: "\f01d"; +.ui.grid [class*="left aligned"].column { + text-align: left !important; } -i.icon.volume.off:before { - content: "\f026"; -} +/* Center Aligned */ -i.icon.volume.down:before { - content: "\f027"; +.ui[class*="center aligned"].grid, +.ui[class*="center aligned"].grid > .row > .column, +.ui[class*="center aligned"].grid > .column, +.ui.grid > [class*="center aligned"].aligned.row > .column { + text-align: center; } -i.icon.volume.up:before { - content: "\f028"; +.ui.grid [class*="center aligned"].column { + text-align: center !important; } -i.icon.record:before { - content: "\f03d"; -} +/* Right Aligned */ -i.icon.step.backward:before { - content: "\f048"; +.ui[class*="right aligned"].grid, +.ui[class*="right aligned"].grid > .row > .column, +.ui[class*="right aligned"].grid > .column, +.ui.grid > [class*="right aligned"].aligned.row > .column { + text-align: right; } -i.icon.fast.backward:before { - content: "\f049"; +.ui.grid [class*="right aligned"].column { + text-align: right !important; } -i.icon.backward:before { - content: "\f04a"; -} +/* Justified */ -i.icon.play:before { - content: "\f04b"; +.ui.justified.grid, +.ui.justified.grid > .row > .column, +.ui.justified.grid > .column, +.ui.grid .justified.column, +.ui.grid > .justified.row > .column { + text-align: justify; + -webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; } -i.icon.pause:before { - content: "\f04c"; +.ui.grid .justified.column { + text-align: justify !important; + -webkit-hyphens: auto !important; + -moz-hyphens: auto !important; + -ms-hyphens: auto !important; + hyphens: auto !important; } -i.icon.stop:before { - content: "\f04d"; -} +/*---------------------- + Vertically Aligned +-----------------------*/ -i.icon.forward:before { - content: "\f04e"; +/* Top Aligned */ + +.ui[class*="top aligned"].grid, +.ui[class*="top aligned"].grid > .row > .column, +.ui[class*="top aligned"].grid > .column, +.ui.grid [class*="top aligned"].column, +.ui.grid > [class*="top aligned"].aligned.row > .column { + vertical-align: top; } -i.icon.fast.forward:before { - content: "\f050"; +.ui.grid [class*="top aligned"].column { + vertical-align: top !important; } -i.icon.step.forward:before { - content: "\f051"; +/* Middle Aligned */ + +.ui[class*="center aligned"].grid, +.ui[class*="middle aligned"].grid > .row > .column, +.ui[class*="middle aligned"].grid > .column, +.ui.grid > [class*="middle aligned"].aligned.row > .column { + vertical-align: middle; } -i.icon.eject:before { - content: "\f052"; +.ui.grid [class*="middle aligned"].column { + vertical-align: middle !important; } -i.icon.unmute:before { - content: "\f130"; +/* Bottom Aligned */ + +.ui[class*="bottom aligned"].grid, +.ui[class*="bottom aligned"].grid > .row > .column, +.ui[class*="bottom aligned"].grid > .column, +.ui.grid > [class*="bottom aligned"].aligned.row > .column { + vertical-align: bottom; } -i.icon.mute:before { - content: "\f131"; +.ui.grid [class*="bottom aligned"].column { + vertical-align: bottom !important; } -i.icon.video.play:before { - content: "\f144"; +/*---------------------- + Colored +-----------------------*/ + +.ui.grid > .white.row, +.ui.grid .white.column { + background-color: #ffffff !important; + color: rgba(0, 0, 0, 0.8); } -/* Map & Locations */ +.ui.grid > .row > .white.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; +} -i.icon.marker:before { - content: "\f041"; +.ui.grid > .black.row, +.ui.grid .black.column { + background-color: #1b1c1d !important; + color: #ffffff; } -i.icon.coffee:before { - content: "\f0f4"; +.ui.grid > .row > .black.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.food:before { - content: "\f0f5"; +.ui.grid > .blue.row, +.ui.grid .blue.column { + background-color: #3b83c0 !important; + color: #ffffff; } -i.icon.building.outline:before { - content: "\f0f7"; +.ui.grid > .row > .blue.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.hospital:before { - content: "\f0f8"; +.ui.grid > .green.row, +.ui.grid .green.column { + background-color: #5bbd72 !important; + color: #ffffff; } -i.icon.emergency:before { - content: "\f0f9"; +.ui.grid > .row > .green.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.first.aid:before { - content: "\f0fa"; +.ui.grid > .orange.row, +.ui.grid .orange.column { + background-color: #e07b53 !important; + color: #ffffff; } -i.icon.military:before { - content: "\f0fb"; +.ui.grid > .row > .orange.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.h:before { - content: "\f0fd"; +.ui.grid > .pink.row, +.ui.grid .pink.column { + background-color: #d9499a !important; + color: #ffffff; } -i.icon.location.arrow:before { - content: "\f124"; +.ui.grid > .row > .pink.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.space.shuttle:before { - content: "\f197"; +.ui.grid > .purple.row, +.ui.grid .purple.column { + background-color: #564f8a !important; + color: #ffffff; } -i.icon.university:before { - content: "\f19c"; +.ui.grid > .row > .purple.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.building:before { - content: "\f1ad"; +.ui.grid > .red.row, +.ui.grid .red.column { + background-color: #d95c5c !important; + color: #ffffff; } -i.icon.paw:before { - content: "\f1b0"; +.ui.grid > .row > .red.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.spoon:before { - content: "\f1b1"; +.ui.grid > .teal.row, +.ui.grid .teal.column { + background-color: #00b5ad !important; + color: #ffffff; } -i.icon.car:before { - content: "\f1b9"; +.ui.grid > .row > .teal.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -i.icon.taxi:before { - content: "\f1ba"; +.ui.grid > .yellow.row, +.ui.grid .yellow.column { + background-color: #f2c61f !important; + color: #ffffff; } -i.icon.tree:before { - content: "\f1bb"; +.ui.grid > .row > .yellow.column { + margin-top: -1rem; + margin-bottom: -1rem; + padding-top: 1rem; + padding-bottom: 1rem; } -/* Tables */ +/*---------------------- + Equal Height Columns +-----------------------*/ -i.icon.table:before { - content: "\f0ce"; +.ui[class*="equal height"].grid { + display: table; + table-layout: fixed; + width: -webkit-calc(100% + 2rem ); + width: calc(100% + 2rem ); } -i.icon.columns:before { - content: "\f0db"; +.ui[class*="equal height"].relaxed.grid { + width: -webkit-calc(100% + 3rem ); + width: calc(100% + 3rem ); } -i.icon.sort:before { - content: "\f0dc"; +.ui[class*="equal height"][class*="very relaxed"].grid { + width: -webkit-calc(100% + 5rem ); + width: calc(100% + 5rem ); } -i.icon.sort.ascending:before { - content: "\f0dd"; +.ui[class*="equal height"].grid > .row, +.ui[class*="equal height"].row { + display: table; + table-layout: fixed; + width: 100% !important; } -i.icon.sort.descending:before { - content: "\f0de"; +.ui[class*="equal height"].grid > .column, +.ui[class*="equal height"].grid > .row > .column, +.ui.grid > [class*="equal height"].row > .column { + display: table-cell; } -i.icon.sort.alphabet.ascending:before { - content: "\f15d"; -} +/*------------------- + Doubling +--------------------*/ -i.icon.sort.alphabet.descending:before { - content: "\f15e"; -} +/* Tablet Only */ -i.icon.sort.content.ascending:before { - content: "\f160"; -} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .ui.doubling.grid { + width: 100% !important; + } -i.icon.sort.content.descending:before { - content: "\f161"; -} + .ui.grid > .doubling.row, + .ui.doubling.grid > .row { + margin: 0em !important; + padding: 0em !important; + } -i.icon.sort.numeric.ascending:before { - content: "\f162"; -} + .ui.grid > .doubling.row > .column, + .ui.doubling.grid > .row > .column { + display: inline-block !important; + padding-top: 1rem !important; + padding-bottom: 1rem !important; + margin: 0em; + } -i.icon.sort.numeric.descending:before { - content: "\f163"; -} + .ui[class*="two column"].doubling.grid > .row > .column, + .ui[class*="two column"].doubling.grid > .column, + .ui.grid > [class*="two column"].doubling.row > .column { + width: 100% !important; + } -/* Text Editor */ + .ui[class*="three column"].doubling.grid > .row > .column, + .ui[class*="three column"].doubling.grid > .column, + .ui.grid > [class*="three column"].doubling.row > .column { + width: 50% !important; + } -i.icon.font:before { - content: "\f031"; -} + .ui[class*="four column"].doubling.grid > .row > .column, + .ui[class*="four column"].doubling.grid > .column, + .ui.grid > [class*="four column"].doubling.row > .column { + width: 50% !important; + } -i.icon.bold:before { - content: "\f032"; -} + .ui[class*="five column"].doubling.grid > .row > .column, + .ui[class*="five column"].doubling.grid > .column, + .ui.grid > [class*="five column"].doubling.row > .column { + width: 33.33333333% !important; + } -i.icon.italic:before { - content: "\f033"; -} + .ui[class*="six column"].doubling.grid > .row > .column, + .ui[class*="six column"].doubling.grid > .column, + .ui.grid > [class*="six column"].doubling.row > .column { + width: 33.33333333% !important; + } -i.icon.text.height:before { - content: "\f034"; -} + .ui[class*="eight column"].doubling.grid > .row > .column, + .ui[class*="eight column"].doubling.grid > .column, + .ui.grid > [class*="eight column"].doubling.row > .column { + width: 33.33333333% !important; + } + + .ui[class*="eight column"].doubling.grid > .row > .column, + .ui[class*="eight column"].doubling.grid > .column, + .ui.grid > [class*="eight column"].doubling.row > .column { + width: 25% !important; + } + + .ui[class*="nine column"].doubling.grid > .row > .column, + .ui[class*="nine column"].doubling.grid > .column, + .ui.grid > [class*="nine column"].doubling.row > .column { + width: 25% !important; + } + + .ui[class*="ten column"].doubling.grid > .row > .column, + .ui[class*="ten column"].doubling.grid > .column, + .ui.grid > [class*="ten column"].doubling.row > .column { + width: 20% !important; + } + + .ui[class*="twelve column"].doubling.grid > .row > .column, + .ui[class*="twelve column"].doubling.grid > .column, + .ui.grid > [class*="twelve column"].doubling.row > .column { + width: 16.66666667% !important; + } + + .ui[class*="fourteen column"].doubling.grid > .row > .column, + .ui[class*="fourteen column"].doubling.grid > .column, + .ui.grid > [class*="fourteen column"].doubling.row > .column { + width: 14.28571429% !important; + } -i.icon.text.width:before { - content: "\f035"; + .ui[class*="sixteen column"].doubling.grid > .row > .column, + .ui[class*="sixteen column"].doubling.grid > .column, + .ui.grid > [class*="sixteen column"].doubling.row > .column { + width: 12.5% !important; + } } -i.icon.align.left:before { - content: "\f036"; -} +/* Mobily Only */ -i.icon.align.center:before { - content: "\f037"; -} +@media only screen and (max-width: 767px) { + .ui.doubling.grid { + width: 100% !important; + } -i.icon.align.right:before { - content: "\f038"; -} + .ui.grid > .doubling.row, + .ui.doubling.grid > .row { + display: block !important; + margin: 0em !important; + padding: 0em !important; + } -i.icon.align.justify:before { - content: "\f039"; -} + .ui.grid > .doubling.row > .column, + .ui.doubling.grid > .row > .column { + display: inline-block !important; + padding-top: 1rem !important; + padding-bottom: 1rem !important; + margin: 0em !important; + } -i.icon.list:before { - content: "\f03a"; -} + .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="two column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="two column"].doubling:not(.stackable).row > .column { + width: 100% !important; + } -i.icon.outdent:before { - content: "\f03b"; -} + .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="three column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="three column"].doubling:not(.stackable).row > .column { + width: 50% !important; + } -i.icon.indent:before { - content: "\f03c"; -} + .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="four column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="four column"].doubling:not(.stackable).row > .column { + width: 50% !important; + } -i.icon.linkify:before { - content: "\f0c1"; -} + .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="five column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="five column"].doubling:not(.stackable).row > .column { + width: 50% !important; + } -i.icon.cut:before { - content: "\f0c4"; -} + .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="six column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="six column"].doubling:not(.stackable).row > .column { + width: 50% !important; + } -i.icon.copy:before { - content: "\f0c5"; -} + .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="seven column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column { + width: 33.33333333% !important; + } -i.icon.attach:before { - content: "\f0c6"; -} + .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="eight column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column { + width: 33.33333333% !important; + } -i.icon.save:before { - content: "\f0c7"; -} + .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="nine column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="nine column"].doubling:not(.stackable).row > .column { + width: 33.33333333% !important; + } -i.icon.content:before { - content: "\f0c9"; -} + .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="ten column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="ten column"].doubling:not(.stackable).row > .column { + width: 33.33333333% !important; + } -i.icon.unordered.list:before { - content: "\f0ca"; -} + .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="twelve column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column { + width: 25% !important; + } -i.icon.ordered.list:before { - content: "\f0cb"; -} + .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row > .column { + width: 25% !important; + } -i.icon.strikethrough:before { - content: "\f0cc"; + .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column, + .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column, + .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row > .column { + width: 25% !important; + } } -i.icon.underline:before { - content: "\f0cd"; -} +/*------------------- + Stackable +--------------------*/ -i.icon.paste:before { - content: "\f0ea"; -} +@media only screen and (max-width: 767px) { + .ui.stackable.grid { + display: block !important; + width: auto; + padding: 0em; + margin-top: 0em; + margin-bottom: 0em; + } -i.icon.unlink:before { - content: "\f127"; -} + :not(.column) > .ui.stackable.grid { + margin: 0em; + } -i.icon.superscript:before { - content: "\f12b"; -} + .ui.stackable.grid > .row > .wide.column, + .ui.stackable.grid > .wide.column, + .ui.stackable.grid > .column.grid > .column, + .ui.stackable.grid > .column.row > .column, + .ui.stackable.grid > .row > .column, + .ui.stackable.grid > .column { + display: block !important; + width: auto !important; + margin: 0.5rem 0em !important; + padding: 0.5rem 1rem 0em !important; + box-shadow: none !important; + } -i.icon.subscript:before { - content: "\f12c"; -} + .ui.stackable.celled.grid > .column, + .ui.stackable.celled.grid > .row > .column, + .ui.stackable.divided.grid > .column, + .ui.stackable.divided.grid > .row > .column { + border-top: 1px solid rgba(39, 41, 43, 0.15); + box-shadow: none !important; + margin: 2rem 0em !important; + padding: 2rem 1rem 0em !important; + } -i.icon.header:before { - content: "\f1dc"; -} + .ui.inverted.stackable.celled.grid > .column, + .ui.inverted.stackable.celled.grid > .row > .column, + .ui.inverted.stackable.divided.grid > .column, + .ui.inverted.stackable.divided.grid > .row > .column { + border-top: 1px solid rgba(255, 255, 255, 0.2); + } -i.icon.paragraph:before { - content: "\f1dd"; -} + .ui.stackable.grid > .row:first-child > .column:first-child, + .ui.stackable.grid > .column:first-child { + margin-top: 0em !important; + padding-top: 0em !important; + } -/* Currency */ + .ui.stackable.divided.grid > .row:first-child > .column:first-child, + .ui.stackable.celled.grid > .row:first-child > .column:first-child, + .ui.stackable.divided.grid > .column:first-child, + .ui.stackable.celled.grid > .column:first-child { + border-top: none !important; + } -i.icon.euro:before { - content: "\f153"; -} + .ui[class*="equal height"].stackable.page.grid { + display: block !important; + width: 100% !important; + } -i.icon.pound:before { - content: "\f154"; -} + /* Remove pointers from vertical menus */ -i.icon.dollar:before { - content: "\f155"; + .ui.stackable.grid .vertical.pointing.menu .item:after { + display: none; + } } -i.icon.rupee:before { - content: "\f156"; -} +/*---------------------- + Only (Device) +-----------------------*/ -i.icon.yen:before { - content: "\f157"; -} +/* These include arbitrary class repetitions for forced specificity */ -i.icon.ruble:before { - content: "\f158"; -} +/* Mobile Only Hide */ -i.icon.won:before { - content: "\f159"; -} +@media only screen and (max-width: 767px) { + .ui.tablet:not(.mobile).only.grid.grid.grid, + .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) { + display: none !important; + } -i.icon.lira:before { - content: "\f195"; + .ui[class*="computer only"].grid.grid.grid:not(.mobile), + .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile), + .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile), + .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) { + display: none !important; + } } -/* Networks and Websites*/ +/* Tablet Only Hide */ + +@media only screen and (min-width: 768px) and (max-width: 991px) { + .ui[class*="mobile only"].grid.grid.grid:not(.tablet), + .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet), + .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet), + .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) { + display: none !important; + } -i.icon.twitter.square:before { - content: "\f081"; + .ui[class*="computer only"].grid.grid.grid:not(.tablet), + .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet), + .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet), + .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) { + display: none !important; + } } -i.icon.facebook.square:before { - content: "\f082"; -} +/* Computer Only Hide */ -i.icon.linkedin.square:before { - content: "\f08c"; -} +@media only screen and (min-width: 992px) { + .ui[class*="mobile only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer), + .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) { + display: none !important; + } -i.icon.github.square:before { - content: "\f092"; + .ui[class*="tablet only"].grid.grid.grid:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer), + .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer), + .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) { + display: none !important; + } } -i.icon.twitter:before { - content: "\f099"; -} +/******************************* + Theme Overrides +*******************************/ -i.icon.facebook:before { - content: "\f09a"; -} +/******************************* + Site Overrides +*******************************/ -i.icon.github:before { - content: "\f09b"; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -i.icon.pinterest:before { - content: "\f0d2"; -} +/******************************* + Standard +*******************************/ -i.icon.pinterest.square:before { - content: "\f0d3"; -} +/*-------------- + Menu +---------------*/ -i.icon.google.plus.square:before { - content: "\f0d4"; +.ui.menu { + margin: 1rem 0rem; + background: #ffffff; + font-size: 0px; + font-weight: normal; + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05); + border-radius: 0.2857rem; } -i.icon.google.plus:before { - content: "\f0d5"; +.ui.menu:after { + content: ''; + display: block; + height: 0px; + clear: both; + visibility: hidden; } -i.icon.linkedin:before { - content: "\f0e1"; +.ui.menu:first-child { + margin-top: 0rem; } -i.icon.github.alternate:before { - content: "\f113"; +.ui.menu:last-child { + margin-bottom: 0rem; } -i.icon.maxcdn:before { - content: "\f136"; -} +/*-------------- + Colors +---------------*/ -i.icon.bitcoin:before { - content: "\f15a"; -} +/* Text Color */ -i.icon.youtube.square:before { - content: "\f166"; +.ui.menu .item { + color: rgba(0, 0, 0, 0.8); } -i.icon.youtube:before { - content: "\f167"; +.ui.menu .item .item { + color: rgba(0, 0, 0, 0.5); } -i.icon.xing:before { - content: "\f168"; -} +/* Hover */ -i.icon.xing.square:before { - content: "\f169"; +.ui.menu .item .menu a.item:hover, +.ui.menu .item .menu .link.item:hover { + color: rgba(0, 0, 0, 0.85); } -i.icon.youtube.play:before { - content: "\f16a"; -} +/*-------------- + Items +---------------*/ -i.icon.dropbox:before { - content: "\f16b"; +.ui.menu .item { + position: relative; + display: inline-block; + padding: 0.83em 0.95em; + border-top: 0em solid transparent; + background: none; + vertical-align: middle; + line-height: 1; + text-decoration: none; + box-sizing: border-box; + -webkit-tap-highlight-color: transparent; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; + transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; } -i.icon.stack.overflow:before { - content: "\f16c"; +.ui.menu .menu { + margin: 0em; } -i.icon.instagram:before { - content: "\f16d"; -} +/* Floated Content */ -i.icon.flickr:before { - content: "\f16e"; +.ui.menu > .item:first-child { + border-radius: 0.2857rem 0px 0px 0.2857rem; } -i.icon.adn:before { - content: "\f170"; +.ui.menu:not(.vertical) .item.left, +.ui.menu:not(.vertical) .menu.left { + float: left; } -i.icon.bitbucket:before { - content: "\f171"; +.ui.menu:not(.vertical) .item.right, +.ui.menu:not(.vertical) .menu.right { + float: right; } -i.icon.bitbucket.square:before { - content: "\f172"; -} +/*-------------- + Borders +---------------*/ -i.icon.tumblr:before { - content: "\f173"; +.ui.menu .item:before { + position: absolute; + content: ''; + top: 0%; + right: 0px; + width: 1px; + height: 100%; + background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%); + background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%); } -i.icon.tumblr.square:before { - content: "\f174"; +.ui.menu > .right.menu:first-child { + display: none; } -i.icon.apple:before { - content: "\f179"; +.ui.menu .menu.right .item:before, +.ui.menu .item.right:before { + right: auto; + left: 0px; } -i.icon.windows:before { - content: "\f17a"; -} +/*-------------- + Text Content +---------------*/ -i.icon.android:before { - content: "\f17b"; +.ui.menu .text.item > *, +.ui.menu .item > a:not(.ui), +.ui.menu .item > p:only-child { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + line-height: 1.3; + color: rgba(0, 0, 0, 0.8); } -i.icon.linux:before { - content: "\f17c"; +.ui.menu .item > p:first-child { + margin-top: 0; } -i.icon.dribbble:before { - content: "\f17d"; +.ui.menu .item > p:last-child { + margin-bottom: 0; } -i.icon.skype:before { - content: "\f17e"; -} +/*-------------- + Icons +---------------*/ -i.icon.foursquare:before { - content: "\f180"; +.ui.menu .item > i.icon { + opacity: 0.75; + float: none; + margin: 0em 0.25em 0em 0em; } -i.icon.trello:before { - content: "\f181"; +.ui.menu .item > i.dropdown.icon { + float: right; + margin-left: 1em; } -i.icon.gittip:before { - content: "\f184"; +/*-------------- + Button +---------------*/ + +.ui.menu:not(.vertical) .item > .button { + position: relative; + top: -0.05em; + margin: -0.55em 0; + padding-bottom: 0.55em; + padding-top: 0.55em; + font-size: 0.875em; } -i.icon.vk:before { - content: "\f189"; -} +/*-------------- + Inputs +---------------*/ -i.icon.weibo:before { - content: "\f18a"; +.ui.menu .item > .input { + width: 100%; } -i.icon.renren:before { - content: "\f18b"; +.ui.menu:not(.vertical) .item > .input { + position: relative; + top: 0em; + margin: -0.6em 0em; } -i.icon.pagelines:before { - content: "\f18c"; +.ui.menu .item > .input input { + font-size: 1em; + padding-top: 0.4em; + padding-bottom: 0.4em; } -i.icon.stack.exchange:before { - content: "\f18d"; -} +/* Action Input */ -i.icon.vimeo:before { - content: "\f194"; +.ui.menu:not(.vertical) .item .action.input > .button { + font-size: 0.875em; + padding: 0.55em 0.8em; } -i.icon.slack:before { - content: "\f198"; -} +/* Resizes */ -i.icon.wordpress:before { - content: "\f19a"; +.ui.small.menu .item > .input input { + top: 0em; + padding-top: 0.4em; + padding-bottom: 0.4em; } -i.icon.yahoo:before { - content: "\f19e"; +.ui.large.menu .item > .input input { + top: -0.125em; + padding-bottom: 0.6em; + padding-top: 0.6em; } -i.icon.google:before { - content: "\f1a0"; +.ui.large.menu .item .action.input > .button { + padding: 0.9em; } -i.icon.reddit:before { - content: "\f1a1"; +.ui.large.menu .item .action.input > .button > .icon { + padding-top: 0.8em; } -i.icon.reddit.square:before { - content: "\f1a2"; -} +/*-------------- + Header +---------------*/ -i.icon.stumbleupon.circle:before { - content: "\f1a3"; +.ui.menu .header.item, +.ui.vertical.menu .header.item { + background: rgba(0, 0, 0, 0.04); + margin: 0em; + text-transform: normal; + font-weight: bold; } -i.icon.stumbleupon:before { - content: "\f1a4"; -} +/*-------------- + Dropdowns +---------------*/ -i.icon.delicious:before { - content: "\f1a5"; -} +/* Dropdown */ -i.icon.digg:before { - content: "\f1a6"; +.ui.menu .ui.dropdown.visible { + background: rgba(0, 0, 0, 0.03); + border-bottom-right-radius: 0em; + border-bottom-left-radius: 0em; } -i.icon.pied.piper:before { - content: "\f1a7"; +.ui.menu .ui.dropdown.active { + box-shadow: none; } -i.icon.pied.piper.alternate:before { - content: "\f1a8"; -} +/* Menu Position */ -i.icon.drupal:before { - content: "\f1a9"; +.ui.menu .dropdown.item .menu { + background: #ffffff; + left: 0px; + margin: 0px 0px 0px; + min-width: -webkit-calc(100% - 1px); + min-width: calc(100% - 1px); + box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08); } -i.icon.joomla:before { - content: "\f1aa"; +.ui.menu:not(.secondary) .pointing.dropdown.item .menu { + margin-top: 0px; + border-top-left-radius: 0em; + border-top-right-radius: 0em; } -i.icon.behance:before { - content: "\f1b4"; +.ui.menu .simple.dropdown.item .menu { + margin: 0px !important; } -i.icon.behance.square:before { - content: "\f1b5"; -} +/* Secondary Menu Dropdown */ -i.icon.steam:before { - content: "\f1b6"; +.ui.secondary.menu > .menu > .active.dropdown.item { + background-color: transparent; } -i.icon.steam.square:before { - content: "\f1b7"; +.ui.secondary.menu .dropdown.item .menu { + left: 0px; + min-width: 100%; } -i.icon.spotify:before { - content: "\f1bc"; -} +/* Even Width Menu Dropdown */ -i.icon.deviantart:before { - content: "\f1bd"; +.ui.item.menu .dropdown .menu .item { + width: 100%; } -i.icon.soundcloud:before { - content: "\f1be"; -} +/*-------------- + Labels +---------------*/ -i.icon.vine:before { - content: "\f1ca"; +.ui.menu .item > .label { + background: rgba(0, 0, 0, 0.35); + color: #ffffff; + margin: -0.15em 0em -0.15em 0.5em; + padding: 0.3em 0.8em; + vertical-align: baseline; } -i.icon.codepen:before { - content: "\f1cb"; +.ui.menu .item > .floating.label { + padding: 0.3em 0.8em; } -i.icon.jsfiddle:before { - content: "\f1cc"; -} +/*-------------- + Images +---------------*/ -i.icon.rebel:before { - content: "\f1d0"; +.ui.menu .item > img:only-child { + display: block; + max-width: 100%; + margin: 0em auto; } -i.icon.empire:before { - content: "\f1d1"; -} +/******************************* + States +*******************************/ -i.icon.git.square:before { - content: "\f1d2"; -} +/*-------------- + Hover +---------------*/ -i.icon.git:before { - content: "\f1d3"; +.ui.link.menu > .item:hover, +.ui.menu > .link.item:hover, +.ui.menu > a.item:hover, +.ui.link.menu .menu > .item:hover, +.ui.menu .menu > .link.item:hover, +.ui.menu .menu > a.item:hover { + cursor: pointer; + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.8); } -i.icon.hacker.news:before { - content: "\f1d4"; -} +/*-------------- + Pressed +---------------*/ -i.icon.tencent.weibo:before { - content: "\f1d5"; +.ui.link.menu .item:active, +.ui.menu .link.item:active, +.ui.menu a.item:active { + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.8); } -i.icon.qq:before { - content: "\f1d6"; +/*-------------- + Active +---------------*/ + +.ui.menu .active.item { + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.8); + font-weight: normal; + box-shadow: 0em 2px 0em inset; } -i.icon.wechat:before { - content: "\f1d7"; +.ui.menu .active.item > i.icon { + opacity: 1; } -/******************************* - Aliases -*******************************/ +/* Vertical */ -i.icon.like:before { - content: "\f004"; +.ui.vertical.menu .active.item { + background: rgba(0, 0, 0, 0.03); + border-radius: 0em; + box-shadow: 2px 0em 0em inset; } -i.icon.favorite:before { - content: "\f005"; +.ui.vertical.menu > .active.item:first-child { + border-radius: 0em 0.2857rem 0em 0em; } -i.icon.video:before { - content: "\f008"; +.ui.vertical.menu > .active.item:last-child { + border-radius: 0em 0em 0.2857rem 0em; } -i.icon.check:before { - content: "\f00c"; +.ui.vertical.menu > .active.item:only-child { + border-radius: 0em 0.2857rem 0.2857rem 0em; } -i.icon.remove:before { - content: "\f00d"; +.ui.vertical.menu .active.item .menu .active.item { + border-left: none; } -i.icon.close:before { - content: "\f00d"; +.ui.vertical.menu .item .menu .active.item { + background-color: transparent; + box-shadow: none; } -i.icon.cancel:before { - content: "\f00d"; -} +/*-------------- + Active Hover +---------------*/ -i.icon.delete:before { - content: "\f00d"; +.ui.vertical.menu .active.item:hover, +.ui.menu .active.item:hover { + background-color: rgba(0, 0, 0, 0.03); } -i.icon.x:before { - content: "\f00d"; -} +/*-------------- + Disabled +---------------*/ -i.icon.zoom.in:before { - content: "\f00e"; +.ui.menu .item.disabled, +.ui.menu .item.disabled:hover { + cursor: default; + color: rgba(40, 40, 40, 0.3); + background-color: transparent !important; } -i.icon.magnify:before { - content: "\f00e"; -} +/*-------------------- + Loading +---------------------*/ -i.icon.shutdown:before { - content: "\f011"; -} +/* On Form */ -i.icon.signal:before { - content: "\f012"; +.ui.menu.loading { + position: relative; } -i.icon.clock:before { - content: "\f017"; +.ui.menu.loading:after { + position: absolute; + top: 0%; + left: 0%; + content: ''; + width: 100%; + height: 100%; + background: rgba(255, 255, 255, 0.8) url("themes/default/assets/images/loader-large.gif") no-repeat 50% 50%; + visibility: visible; } -i.icon.time:before { - content: "\f017"; -} +/******************************* + Types +*******************************/ -i.icon.play.circle.outline:before { - content: "\f01d"; -} +/*-------------- + Vertical +---------------*/ -i.icon.clockwise:before { - content: "\f01e"; +.ui.vertical.menu { + background: #ffffff; } -i.icon.headphone:before { - content: "\f025"; -} +/*--- Item ---*/ -i.icon.volume.off:before { - content: "\f026"; +.ui.vertical.menu .item { + background: none; + display: block; + height: auto !important; + border-top: none; + border-left: 0em solid transparent; + border-right: none; } -i.icon.camera:before { - content: "\f030"; +.ui.vertical.menu > .item:first-child { + border-radius: 0.2857rem 0.2857rem 0px 0px; } -i.icon.video.camera:before { - content: "\f03d"; +.ui.vertical.menu > .item:last-child { + border-radius: 0px 0px 0.2857rem 0.2857rem; } -i.icon.picture:before { - content: "\f03e"; -} +/*--- Label ---*/ -i.icon.pencil:before { - content: "\f040"; +.ui.vertical.menu .item > .label { + float: right; + text-align: center; } -i.icon.compose:before { - content: "\f040"; -} +/*--- Icon ---*/ -i.icon.point:before { - content: "\f041"; +.ui.vertical.menu .item > i.icon { + width: 1.18em; + float: right; + margin: 0em 0em 0em 0.5em; } -i.icon.tint:before { - content: "\f043"; +.ui.vertical.menu .item > .label + i.icon { + float: none; + margin: 0em 0.5em 0em 0em; } -i.icon.signup:before { - content: "\f044"; -} +/*--- Border ---*/ -i.icon.plus.circle:before { - content: "\f055"; +.ui.vertical.menu .item:before { + position: absolute; + content: ''; + top: 0%; + left: 0px; + width: 100%; + background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%); + background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%); + height: 1px; } -i.icon.minus.circle:before { - content: "\f056"; +.ui.vertical.menu .item:first-child:before { + background: none !important; } -i.icon.dont:before { - content: "\f05e"; -} +/*--- Dropdown ---*/ -i.icon.minimize:before { - content: "\f066"; +.ui.vertical.menu .dropdown.item > .icon { + float: right; + content: "\f0da"; + margin-left: 1em; } -i.icon.add:before { - content: "\f067"; +.ui.vertical.menu .dropdown.item .menu { + top: 0% !important; + left: 100%; + margin: 0px 0px 0px 0px; + box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08); } -i.icon.eye:before { - content: "\f06e"; +.ui.vertical.menu .dropdown.item.active { + border-top-right-radius: 0em; + border-bottom-right-radius: 0em; } -i.icon.attention:before { - content: "\f06a"; +.ui.vertical.menu .dropdown.item .menu .item { + font-size: 1rem; } -i.icon.cart:before { - content: "\f07a"; +.ui.vertical.menu .dropdown.item .menu .item i.icon { + margin-right: 0em; } -i.icon.plane:before { - content: "\f072"; +.ui.vertical.menu .dropdown.item.active { + box-shadow: none; } -i.icon.shuffle:before { - content: "\f074"; -} +/*--- Sub Menu ---*/ -i.icon.talk:before { - content: "\f075"; +.ui.vertical.menu .item:not(.dropdown) > .menu { + margin: 0.5em -0.95em 0em; } -i.icon.chat:before { - content: "\f075"; +.ui.vertical.menu .item:not(.dropdown) > .menu > .item { + background: none; + padding: 0.5rem 1.5rem; + font-size: 0.875rem; } -i.icon.shopping.cart:before { - content: "\f07a"; +.ui.vertical.menu .item > .menu > .item:before { + display: none; } -i.icon.bar.graph:before { - content: "\f080"; -} +/*-------------- + Tiered +---------------*/ -i.icon.key:before { - content: "\f084"; +.ui.tiered.menu > .menu > .item:hover { + color: rgba(0, 0, 0, 0.8); } -i.icon.privacy:before { - content: "\f084"; +.ui.tiered.menu .active.item { + background: #fcfcfc; } -i.icon.cogs:before { - content: "\f085"; +.ui.tiered.menu > .menu .item.active:after { + position: absolute; + content: ''; + margin-top: -1px; + top: 100%; + left: 0px; + width: 100%; + height: 2px; + background-color: #fcfcfc; } -i.icon.discussions:before { - content: "\f086"; -} +/* Sub Menu */ -i.icon.like.outline:before { - content: "\f087"; +.ui.tiered.menu .sub.menu { + background-color: #fcfcfc; + border-radius: 0em; + border-top: 1px solid rgba(39, 41, 43, 0.15); + box-shadow: none; } -i.icon.dislike.outline:before { - content: "\f088"; +.ui.tiered.menu > .sub.menu > .item { + color: rgba(0, 0, 0, 0.4); + font-weight: normal; + text-transform: normal; + font-size: 0.875rem; } -i.icon.heart.outline:before { - content: "\f08a"; -} +/* Sub Menu Divider */ -i.icon.log.out:before { - content: "\f08b"; +.ui.tiered.menu .sub.menu .item:before { + background: none; } -i.icon.thumb.tack:before { - content: "\f08d"; -} +/* Sub Menu Hover */ -i.icon.winner:before { - content: "\f091"; +.ui.tiered.menu .sub.menu .item:hover { + background: none transparent; + color: rgba(0, 0, 0, 0.8); } -i.icon.bookmark.outline:before { - content: "\f097"; -} +/* Sub Menu Active */ -i.icon.phone.square:before { - content: "\f098"; +.ui.tiered.menu .sub.menu .active.item { + padding-top: 0.83em; + background: none transparent; + border-radius: 0; + border-top: medium none; + box-shadow: none; + color: rgba(0, 0, 0, 0.8) !important; } -i.icon.phone.square:before { - content: "\f098"; +.ui.tiered.menu .sub.menu .active.item:after { + display: none; } -i.icon.credit.card:before { - content: "\f09d"; -} +/* Inverted Tiered Menu */ -i.icon.rss:before { - content: "\f09e"; +.ui.inverted.tiered.menu > .menu > .item { + color: rgba(255, 255, 255, 0.5); } -i.icon.hdd.outline:before { - content: "\f0a0"; +.ui.inverted.tiered.menu .sub.menu { + background-color: rgba(0, 0, 0, 0.2); } -i.icon.bullhorn:before { - content: "\f0a1"; +.ui.inverted.tiered.menu .sub.menu .item { + color: rgba(255, 255, 255, 0.8); } -i.icon.bell:before { - content: "\f0f3"; +.ui.inverted.tiered.menu > .menu > .item:hover { + color: #ffffff; } -i.icon.hand.outline.right:before { - content: "\f0a4"; +.ui.inverted.tiered.menu .active.item:after { + display: none; } -i.icon.hand.outline.left:before { - content: "\f0a5"; +.ui.inverted.tiered.menu > .sub.menu > .active.item, +.ui.inverted.tiered.menu > .menu > .active.item { + color: #ffffff !important; + box-shadow: none; } -i.icon.hand.outline.up:before { - content: "\f0a6"; -} +/* Tiered Pointing */ -i.icon.hand.outline.down:before { - content: "\f0a7"; +.ui.pointing.tiered.menu > .menu > .item:after { + display: none; } -i.icon.globe:before { - content: "\f0ac"; +.ui.pointing.tiered.menu > .sub.menu > .item:after { + display: block; } -i.icon.wrench:before { - content: "\f0ad"; -} +/*-------------- + Tabular +---------------*/ -i.icon.briefcase:before { - content: "\f0b1"; +.ui.tabular.menu { + background-color: transparent; + border-bottom: 1px solid #d4d4d5; + border-radius: 0em; + box-shadow: none !important; } -i.icon.group:before { - content: "\f0c0"; +.ui.tabular.menu .item { + background-color: transparent; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-top: 1px solid transparent; + padding-left: 1.4em; + padding-right: 1.4em; + color: rgba(0, 0, 0, 0.8); } -i.icon.flask:before { - content: "\f0c3"; +.ui.tabular.menu .item:before { + display: none; } -i.icon.sidebar:before { - content: "\f0c9"; -} +/* Hover */ -i.icon.bars:before { - content: "\f0c9"; +.ui.tabular.menu .item:hover { + background-color: transparent; + color: rgba(0, 0, 0, 0.8); } -i.icon.list.ul:before { - content: "\f0ca"; -} +/* Active */ -i.icon.list.ol:before { - content: "\f0cb"; +.ui.tabular.menu .active.item { + position: relative; + background-color: #ffffff; + color: rgba(0, 0, 0, 0.8); + border-color: #d4d4d5; + font-weight: bold; + margin-bottom: -1px; + border-bottom: 1px solid #ffffff; + box-shadow: none; + border-radius: 5px 5px 0px 0px; } -i.icon.numbered.list:before { - content: "\f0cb"; -} +/* Coupling with segment for attachment */ -i.icon.magic:before { - content: "\f0d0"; +.ui.attached.tabular.menu { + position: relative; + z-index: 2; } -i.icon.truck:before { - content: "\f0d1"; +.ui.tabular.menu ~ .bottom.attached.segment { + margin: -1px 0px 0px; } -i.icon.currency:before { - content: "\f0d6"; -} +/*-------------- + Pagination +---------------*/ -i.icon.triangle.down:before { - content: "\f0d7"; +.ui.pagination.menu { + margin: 0em; + display: inline-block; + vertical-align: middle; } -i.icon.dropdown:before { - content: "\f0d7"; +.ui.pagination.menu .item { + min-width: 3em; + text-align: center; } -i.icon.triangle.up:before { - content: "\f0d8"; +.ui.pagination.menu .icon.item i.icon { + vertical-align: top; } -i.icon.triangle.left:before { - content: "\f0d9"; +.ui.pagination.menu.floated { + display: block; } -i.icon.triangle.right:before { - content: "\f0da"; -} +/* Active */ -i.icon.envelope:before { - content: "\f0e0"; +.ui.pagination.menu .active.item { + border-top: none; + padding-top: 0.83em; + background-color: rgba(0, 0, 0, 0.03); + box-shadow: none; } -i.icon.conversation:before { - content: "\f0e6"; -} +/*-------------- + Secondary +---------------*/ -i.icon.lightning:before { - content: "\f0e7"; +.ui.secondary.menu { + background: none; + border-radius: 0em; + box-shadow: none; } -i.icon.umbrella:before { - content: "\f0e9"; +.ui.secondary.menu > .menu > .item, +.ui.secondary.menu > .item { + box-shadow: none; + border: none; + height: auto !important; + background: none; + margin: 0em 0.25em; + padding: 0.5em 1em; + border-radius: 0.2857rem; } -i.icon.lightbulb:before { - content: "\f0eb"; +.ui.secondary.menu > .menu > .item:before, +.ui.secondary.menu > .item:before { + display: none !important; } -i.icon.suitcase:before { - content: "\f0f2"; +.ui.secondary.menu .item > .input input { + background-color: transparent; + border: none; } -i.icon.bell.outline:before { - content: "\f0a2"; +.ui.secondary.menu .link.item, +.ui.secondary.menu a.item { + opacity: 0.8; + -webkit-transition: none; + transition: none; } -i.icon.ambulance:before { - content: "\f0f9"; +.ui.secondary.menu .header.item { + border-right: 0.1em solid rgba(0, 0, 0, 0.1); + background: none transparent; + border-radius: 0em; } -i.icon.medkit:before { - content: "\f0fa"; -} +/* Hover */ -i.icon.fighter.jet:before { - content: "\f0fb"; +.ui.secondary.menu .link.item:hover, +.ui.secondary.menu a.item:hover { + opacity: 1; } -i.icon.beer:before { - content: "\f0fc"; -} +/* Active */ -i.icon.plus.square:before { - content: "\f0fe"; +.ui.secondary.menu > .menu > .active.item, +.ui.secondary.menu > .active.item { + background: rgba(0, 0, 0, 0.05); + opacity: 1; + box-shadow: none; } -i.icon.computer:before { - content: "\f108"; +.ui.secondary.vertical.menu > .active.item { + border-radius: 0.2857rem; } -i.icon.circle.outline:before { - content: "\f10c"; -} +/* Inverted */ -i.icon.spinner:before { - content: "\f110"; +.ui.secondary.inverted.menu .link.item, +.ui.secondary.inverted.menu a.item { + color: rgba(255, 255, 255, 0.8); } -i.icon.gamepad:before { - content: "\f11b"; +.ui.secondary.inverted.menu .link.item:hover, +.ui.secondary.inverted.menu a.item:hover { + color: #ffffff; } -i.icon.star.half.full:before { - content: "\f123"; +.ui.secondary.inverted.menu .active.item { + background-color: rgba(255, 255, 255, 0.05); } -i.icon.remove.link:before { - content: "\f127"; -} +/* Disable variations */ -i.icon.question:before { - content: "\f128"; +.ui.secondary.item.menu > .item { + margin: 0em; } -i.icon.attention:before { - content: "\f12a"; +.ui.secondary.attached.menu { + box-shadow: none; } -i.icon.eraser:before { - content: "\f12d"; -} +/*--------------------- + Secondary Vertical +-----------------------*/ -i.icon.microphone:before { - content: "\f130"; +.ui.secondary.vertical.menu > .item { + border: none; + margin: 0em 0em 0.3em; + border-radius: 0.2857rem; } -i.icon.microphone.slash:before { - content: "\f131"; +.ui.secondary.vertical.menu > .header.item { + border-radius: 0em; } -i.icon.shield:before { - content: "\f132"; +/* Inverted */ + +.ui.secondary.inverted.menu { + background-color: transparent; } -i.icon.target:before { - content: "\f140"; +.ui.secondary.inverted.pointing.menu { + border-bottom: 3px solid rgba(255, 255, 255, 0.1); } -i.icon.play.circle:before { - content: "\f144"; +.ui.secondary.inverted.pointing.menu > .item { + color: rgba(255, 255, 255, 0.7); } -i.icon.pencil.square:before { - content: "\f14b"; +.ui.secondary.inverted.pointing.menu > .header.item { + color: #FFFFFF !important; } -i.icon.compass:before { - content: "\f14e"; -} +/* Hover */ -i.icon.eur:before { - content: "\f153"; +.ui.secondary.inverted.pointing.menu > .menu > .item:hover, +.ui.secondary.inverted.pointing.menu > .item:hover { + color: rgba(255, 255, 255, 0.85); } -i.icon.gbp:before { - content: "\f154"; -} +/* Pressed */ -i.icon.usd:before { - content: "\f155"; +.ui.secondary.inverted.pointing.menu > .menu > .item:active, +.ui.secondary.inverted.pointing.menu > .item:active { + border-color: rgba(255, 255, 255, 0.4); } -i.icon.inr:before { - content: "\f156"; -} +/* Active */ -i.icon.cny:before, -i.icon.rmb:before, -i.icon.jpy:before { - content: "\f157"; +.ui.secondary.inverted.pointing.menu > .menu > .item.active, +.ui.secondary.inverted.pointing.menu > .item.active { + border-color: rgba(255, 255, 255, 0.8); + color: #ffffff; } -i.icon.rouble:before, -i.icon.rub:before { - content: "\f158"; +/*--------------------- + Secondary Pointing +-----------------------*/ + +.ui.secondary.pointing.menu { + border-bottom: 3px solid rgba(0, 0, 0, 0.1); } -i.icon.won:before, -i.icon.krw:before { - content: "\f159"; +.ui.secondary.pointing.menu > .menu > .item, +.ui.secondary.pointing.menu > .item { + margin: 0em 0em -3px; + padding: 0.6em 0.95em; + border-bottom: 3px solid transparent; + border-radius: 0em; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -i.icon.btc:before { - content: "\f15a"; +/* Item Types */ + +.ui.secondary.pointing.menu .header.item { + margin-bottom: -3px; + background-color: transparent !important; + border-right-width: 0px !important; + font-weight: bold !important; + color: rgba(0, 0, 0, 0.85) !important; } -i.icon.try:before { - content: "\f195"; +.ui.secondary.pointing.menu .text.item { + box-shadow: none !important; } -i.icon.zip:before { - content: "\f187"; +.ui.secondary.pointing.menu > .menu > .item:after, +.ui.secondary.pointing.menu > .item:after { + display: none; } -i.icon.dot.circle.outline:before { - content: "\f192"; +/* Hover */ + +.ui.secondary.pointing.menu > .menu > .link.item:hover, +.ui.secondary.pointing.menu > .link.item:hover, +.ui.secondary.pointing.menu > .menu > a.item:hover, +.ui.secondary.pointing.menu > a.item:hover { + background-color: transparent; + color: rgba(0, 0, 0, 0.8); } -i.icon.sliders:before { - content: "\f1de"; +/* Pressed */ + +.ui.secondary.pointing.menu > .menu > .link.item:active, +.ui.secondary.pointing.menu > .link.item:active, +.ui.secondary.pointing.menu > .menu > a.item:active, +.ui.secondary.pointing.menu > a.item:active { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.2); } -i.icon.graduation:before { - content: "\f19d"; +/* Active */ + +.ui.secondary.pointing.menu > .menu > .item.active, +.ui.secondary.pointing.menu > .item.active { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.4); + box-shadow: none; + color: rgba(0, 0, 0, 0.8); } -i.icon.\33d:before { - content: "\f1b2"; +/* Secondary Vertical Pointing */ + +.ui.secondary.vertical.pointing.menu { + border: none; + border-right: 3px solid rgba(0, 0, 0, 0.1); } -i.icon.weixin:before { - content: "\f1d7"; +.ui.secondary.vertical.pointing.menu > .item { + margin: 0em -3px 0em 0em; + border-bottom: none; + border-right: 3px solid transparent; + border-radius: 0em; } -/******************************* - Site Overrides -*******************************/ +/* Hover */ -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.secondary.vertical.pointing.menu > .item:hover { + background-color: transparent; + color: rgba(0, 0, 0, 0.7); +} -/******************************* - Image -*******************************/ +/* Pressed */ -.ui.image { - position: relative; - display: inline-block; - vertical-align: middle; - max-width: 100%; +.ui.secondary.vertical.pointing.menu > .item:active { background-color: transparent; + border-color: rgba(0, 0, 0, 0.2); } -img.ui.image { - display: block; - background: none; -} +/* Active */ -.ui.image img { - display: block; - max-width: 100%; - height: auto; +.ui.secondary.vertical.pointing.menu > .item.active { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.4); + color: rgba(0, 0, 0, 0.85); } -/******************************* - States -*******************************/ +/* Inverted Vertical Pointing Secondary */ -.ui.disabled.image { - cursor: default; - opacity: 0.3; +.ui.secondary.inverted.vertical.pointing.menu { + border-right: 3px solid rgba(255, 255, 255, 0.1); + border-bottom: none; } -/******************************* - Variations -*******************************/ - /*-------------- - Inline + Text Menu ---------------*/ -.ui.inline.image, -.ui.inline.image img { - display: inline-block; +.ui.text.menu { + background: none transparent; + margin: 1rem -1rem; + border-radius: 0px; + box-shadow: none; } -/*------------------ - Vertical Aligned --------------------*/ +.ui.text.menu > .item { + opacity: 0.8; + margin: 0em 1em; + padding: 0em; + height: auto !important; + border-radius: 0px; + box-shadow: none; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; +} -.ui.top.aligned.images .image, -.ui.top.aligned.image, -.ui.top.aligned.image img { - display: inline-block; - vertical-align: top; +.ui.text.menu > .item:before { + display: none !important; } -.ui.middle.aligned.images .image, -.ui.middle.aligned.image, -.ui.middle.aligned.image img { - display: inline-block; - vertical-align: middle; +.ui.text.menu .header.item { + background-color: transparent; + opacity: 1; + color: rgba(50, 50, 50, 0.8); + font-size: 0.875rem; + padding: 0em; + text-transform: uppercase; + font-weight: bold; } -.ui.bottom.aligned.images .image, -.ui.bottom.aligned.image, -.ui.bottom.aligned.image img { - display: inline-block; - vertical-align: bottom; +.ui.text.menu .text.item { + opacity: 1; + color: rgba(50, 50, 50, 0.8); + font-weight: bold; } -/*-------------- - Rounded ----------------*/ +/*--- fluid text ---*/ -.ui.rounded.images .image, -.ui.rounded.images img, -.ui.rounded.image img, -.ui.rounded.image { - border-radius: 0.3125em; +.ui.text.item.menu .item { + margin: 0em; } -/*-------------- - Bordered ----------------*/ +/*--- vertical text ---*/ -.ui.bordered.images .image, -.ui.bordered.images img, -.ui.bordered.image img, -img.ui.bordered.image { - border: 1px solid rgba(0, 0, 0, 0.1); +.ui.vertical.text.menu { + margin: 1rem 0em; } -/*-------------- - Circular ----------------*/ +.ui.vertical.text.menu:first-child { + margin-top: 0rem; +} -.ui.circular.images, -.ui.circular.image { - overflow: hidden; +.ui.vertical.text.menu:last-child { + margin-bottom: 0rem; } -.ui.circular.images .image, -.ui.circular.images img, -.ui.circular.image img, -.ui.circular.image { - border-radius: 500rem; +.ui.vertical.text.menu .item { + float: left; + clear: left; + margin: 0.5em 0em; } -/*-------------- - Fluid ----------------*/ +.ui.vertical.text.menu .item > i.icon { + float: none; + margin: 0em 0.83em 0em 0em; +} -.ui.fluid.images, -.ui.fluid.image, -.ui.fluid.images img, -.ui.fluid.image img { - display: block; - width: 100%; +.ui.vertical.text.menu .header.item { + margin: 0.8em 0em; } -/*-------------- - Avatar ----------------*/ +/*--- hover ---*/ -.ui.avatar.images .image, -.ui.avatar.images img, -.ui.avatar.image img, -.ui.avatar.image { - margin-right: 0.25em; - display: inline-block; - width: 2.5em; - height: 2.5em; - border-radius: 500rem; +.ui.text.menu .item:hover { + opacity: 1; + background-color: transparent; } -/*------------------- - Floated ---------------------*/ +/*--- active ---*/ -.ui.floated.image, -.ui.floated.images { - float: left; - margin-right: 1em; - margin-bottom: 1em; +.ui.text.menu .active.item { + background-color: transparent; + padding: 0em; + border: none; + opacity: 1; + font-weight: bold; + box-shadow: none; } -.ui.right.floated.images, -.ui.right.floated.image { - float: right; - margin-right: 0em; - margin-bottom: 1em; - margin-left: 1em; +/* disable variations */ + +.ui.text.pointing.menu .active.item:after { + box-shadow: none; } -.ui.floated.images:last-child, -.ui.floated.image:last-child { - margin-bottom: 0em; +.ui.text.attached.menu { + box-shadow: none; } -.ui.centered.images, -.ui.centered.image { - margin-left: auto; - margin-right: auto; +.ui.inverted.text.menu, +.ui.inverted.text.menu .item, +.ui.inverted.text.menu .item:hover, +.ui.inverted.text.menu .item.active { + background-color: transparent; } /*-------------- - Sizes + Icon Only ---------------*/ -.ui.mini.images .image, -.ui.mini.images img, -.ui.mini.image { - width: 20px; - font-size: 0.7em; +.ui.icon.menu, +.ui.vertical.icon.menu { + width: auto; + display: inline-block; + height: auto; } -.ui.tiny.images .image, -.ui.tiny.images img, -.ui.tiny.image { - width: 80px; - font-size: 0.8em; +.ui.icon.menu > .item { + height: auto; + text-align: center; + color: rgba(60, 60, 60, 0.7); } -.ui.small.images .image, -.ui.small.images img, -.ui.small.image { - width: 150px; - font-size: 0.875em; +.ui.icon.menu > .item > .icon { + display: block; + float: none !important; + opacity: 1; + margin: 0em auto !important; } -.ui.medium.images .image, -.ui.medium.images img, -.ui.medium.image { - width: 300px; - font-size: 1em; +.ui.icon.menu .icon:before { + opacity: 1; } -.ui.large.images .image, -.ui.large.images img, -.ui.large.image { - width: 450px; - font-size: 1.125em; +/* Item Icon Only */ + +.ui.menu .icon.item .icon { + margin: 0em; } -.ui.big.images .image, -.ui.big.images img, -.ui.big.image { - width: 600px; - font-size: 1.25em; +.ui.vertical.icon.menu { + float: none; } -.ui.huge.images .image, -.ui.huge.images img, -.ui.huge.image { - width: 800px; - font-size: 1.375em; +/*--- inverted ---*/ + +.ui.inverted.icon.menu .item { + color: rgba(255, 255, 255, 0.8); } -.ui.massive.images .image, -.ui.massive.images img, -.ui.massive.image { - width: 960px; - font-size: 1.5em; +.ui.inverted.icon.menu .icon { + color: #ffffff; } -/******************************* - Groups -*******************************/ +/*-------------- + Labeled Icon +---------------*/ -.ui.images { - font-size: 0em; - margin: 0em -0.25rem 0rem; +.ui.labeled.icon.menu { + text-align: center; } -.ui.images .image, -.ui.images img { - display: inline-block; - margin: 0em 0.25rem 0.5rem; +.ui.labeled.icon.menu > .item { + min-width: 6em; } -/******************************* - Theme Overrides -*******************************/ +.ui.labeled.icon.menu > .item > .icon { + display: block; + font-size: 1.5em !important; + margin: 0em auto 0.3em !important; +} /******************************* - Site Overrides + Variations *******************************/ -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +/*-------------- + Colors +---------------*/ -/******************************* - Standard -*******************************/ +/*--- Light Colors ---*/ -/*-------------------- - Inputs ----------------------*/ +.ui.menu .blue.active.item, +.ui.blue.menu .active.item { + border-color: #3b83c0 !important; + color: #3b83c0 !important; +} -.ui.input { - display: inline-block; - position: relative; - color: rgba(0, 0, 0, 0.8); +.ui.menu .green.active.item, +.ui.green.menu .active.item { + border-color: #5bbd72 !important; + color: #5bbd72 !important; } -.ui.input input { - margin: 0em; - width: 100%; - outline: none; - text-align: left; - line-height: 1.2em; - font-family: "Helvetica Neue", "Helvetica", Arial; - padding: 0.7em 1em; - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.8); - border-radius: 0.2857rem; - -webkit-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease; - transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease; - box-shadow: none; - box-sizing: border-box; - -webkit-tap-highlight-color: rgba(255, 255, 255, 0); +.ui.menu .orange.active.item, +.ui.orange.menu .active.item { + border-color: #e07b53 !important; + color: #e07b53 !important; } -/*-------------------- - Placeholder ----------------------*/ +.ui.menu .pink.active.item, +.ui.pink.menu .active.item { + border-color: #d9499a !important; + color: #d9499a !important; +} -/* browsers require these rules separate */ +.ui.menu .purple.active.item, +.ui.purple.menu .active.item { + border-color: #564f8a !important; + color: #564f8a !important; +} -.ui.input input::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.4); +.ui.menu .red.active.item, +.ui.red.menu .active.item { + border-color: #d95c5c !important; + color: #d95c5c !important; } -.ui.input input::-moz-placeholder { - color: rgba(0, 0, 0, 0.4); +.ui.menu .teal.active.item, +.ui.teal.menu .active.item { + border-color: #00b5ad !important; + color: #00b5ad !important; } -/******************************* - States -*******************************/ +.ui.menu .yellow.active.item, +.ui.yellow.menu .active.item { + border-color: #f2c61f !important; + color: #f2c61f !important; +} -/*-------------------- - Active ----------------------*/ +/*-------------- + Inverted +---------------*/ -.ui.input input:active, -.ui.input.down input { - border-color: rgba(0, 0, 0, 0.3); - background: #fafafa; - color: rgba(0, 0, 0, 0.8); +.ui.inverted.menu { + background: #1b1c1d; box-shadow: none; } -/*-------------------- - Loading ----------------------*/ - -.ui.loading.input > .icon { - background: url("themes/default/assets/images/loader-mini.gif") no-repeat 50% 50%; +.ui.inverted.menu .header.item { + margin: 0em; + background: rgba(0, 0, 0, 0.3); + box-shadow: none; } -.ui.loading.input > .icon:before, -.ui.loading.input > .icon:after { - display: none; +.ui.inverted.menu .item, +.ui.inverted.menu .item > a:not(.ui) { + color: #ffffff; } -/*-------------------- - Focus ----------------------*/ - -.ui.input.focus input, -.ui.input input:focus { - border-color: rgba(39, 41, 43, 0.2); - background: ''; - color: rgba(0, 0, 0, 0.8); - box-shadow: none; +.ui.inverted.menu .item:not(.dropdown).menu { + background: transparent; } -.ui.input.focus input input::-webkit-input-placeholder, -.ui.input input:focus input::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.8); +.ui.inverted.menu .item .item, +.ui.inverted.menu .item .item > a:not(.ui) { + color: rgba(255, 255, 255, 0.5); } -.ui.input.focus input input::-moz-placeholder, -.ui.input input:focus input::-moz-placeholder { - color: rgba(0, 0, 0, 0.8); +.ui.inverted.menu .dropdown .menu .item { + color: rgba(0, 0, 0, 0.8) !important; } -/*-------------------- - Error ----------------------*/ - -.ui.input.error input { - background-color: #fffafa; - border-color: #e7bebe; - color: #d95c5c; - box-shadow: none; +.ui.inverted.menu .item.disabled, +.ui.inverted.menu .item.disabled:hover { + color: rgba(225, 225, 225, 0.3); } -/* Error Placeholder */ +/*--- Border ---*/ -.ui.input.error input ::-webkit-input-placeholder { - color: rgba(255, 80, 80, 0.4); +.ui.inverted.menu .item:before { + background: -webkit-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); + background: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); } -.ui.input.error input ::-moz-placeholder { - color: rgba(255, 80, 80, 0.4); +.ui.vertical.inverted.menu .item:before { + background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); + background: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); } -/* Focused Error Placeholder */ +/*--- Hover ---*/ -.ui.input.error input :focus::-webkit-input-placeholder { - color: rgba(255, 80, 80, 0.7); +.ui.link.inverted.menu .item:hover, +.ui.inverted.menu .link.item:hover, +.ui.inverted.menu a.item:hover, +.ui.inverted.menu .dropdown.item:hover { + background: rgba(255, 255, 255, 0.1); + color: #ffffff; } -.ui.input.error input :focus::-moz-placeholder { - color: rgba(255, 80, 80, 0.7); +.ui.inverted.menu .item .menu a.item:hover, +.ui.inverted.menu .item .menu .link.item:hover { + background: transparent; + color: #ffffff; } -/******************************* - Variations -*******************************/ - -/*-------------------- - Transparent ----------------------*/ +/*--- Pressed ---*/ -.ui.transparent.input input { - border-color: transparent; - background-color: transparent; - padding: 0em; +.ui.inverted.menu a.item:active, +.ui.inverted.menu .dropdown.item:active, +.ui.inverted.menu .link.item:active, +.ui.inverted.menu a.item:active { + background: rgba(255, 255, 255, 0.15); + color: #ffffff; } -/*-------------------- - Icon ----------------------*/ +/*--- Active ---*/ -.ui.icon.input > .icon { - cursor: default; - position: absolute; - opacity: 0.5; - top: 0px; - right: 0px; - margin: 0em; - width: 2.85em; - height: 100%; - text-align: center; - border-radius: 0em 0.2857rem 0.2857rem 0em; - box-sizing: border-box; - -webkit-transition: opacity 0.3s ease; - transition: opacity 0.3s ease; +.ui.inverted.menu .active.item { + box-shadow: none !important; + background: rgba(255, 255, 255, 0.2); + color: #ffffff !important; } -.ui.icon.input > .icon:before, -.ui.icon.input > .icon:after { - left: 0; - position: absolute; - text-align: center; - top: 50%; - width: 100%; - margin-top: -0.5em; +.ui.inverted.vertical.menu .item .menu .active.item { + background: transparent; + color: #ffffff; } -.ui.icon.input > .link.icon { - cursor: pointer; -} +/*--- Pointers ---*/ -.ui.icon.input input { - padding-right: 2.85em !important; +.ui.inverted.pointing.menu .active.item:after { + background: #5B5B5B; + box-shadow: none; } -.ui.icon.input > .circular.icon { - top: 0.35em; - right: 0.5em; +.ui.inverted.pointing.menu .active.item:hover:after { + background: #4A4A4A; } -/* Left Icon Input */ +/*-------------- + Selection +---------------*/ -.ui[class*="left icon"].input > .icon { - right: auto; - left: 1px; - border-radius: 0.2857rem 0em 0em 0.2857rem; +.ui.selection.menu > .item { + color: rgba(0, 0, 0, 0.4); } -.ui[class*="left icon"].input > .circular.icon { - right: auto; - left: 0.5em; +.ui.selection.menu > .item:hover { + color: rgba(0, 0, 0, 0.6); } -.ui[class*="left icon"].input > input { - padding-left: 2.85em !important; - padding-right: 1em !important; +.ui.selection.menu > .item.active { + color: rgba(0, 0, 0, 0.85); } -/* Transparent Icon */ - -.ui.transparent.icon.input > .icon { - width: 1.25em; +.ui.inverted.selection.menu > .item { + color: rgba(255, 255, 255, 0.4); } -.ui.transparent.icon.input > input { - padding-left: 0em !important; - padding-right: 1.75em !important; +.ui.inverted.selection.menu > .item:hover { + color: rgba(255, 255, 255, 0.9); } -.ui.transparent[class*="left icon"].input > input { - padding-left: 0em !important; - padding-left: 1.75em !important; +.ui.inverted.selection.menu > .item.active { + color: #FFFFFF; } -/* Focus */ +/*-------------- + Floated +---------------*/ -.ui.icon.input > input:focus ~ .icon { - opacity: 1; +.ui.floated.menu { + float: left; + margin: 0rem 0.5rem 0rem 0rem; } -/*-------------------- - Labeled ----------------------*/ +.ui.right.floated.menu { + float: right; + margin: 0rem 0rem 0rem 0.5rem; +} -/* Adjacent Label */ +/*-------------- + Inverted Colors +---------------*/ -.ui.labeled.input { - display: table; -} +/*--- Light Colors ---*/ -.ui.labeled.input > input { - display: table-cell; - vertical-align: top; +.ui.grey.menu { + background-color: #fafafa; } -.ui.labeled.input > .label { - display: table-cell; - vertical-align: middle; - white-space: nowrap; - font-size: 1em; +/*--- Inverted Colors ---*/ + +/* Blue */ + +.ui.inverted.blue.menu { + background-color: #3b83c0; } -.ui.labeled.input > .label > .icon { - display: inline; - vertical-align: top; +.ui.inverted.blue.pointing.menu .active.item:after { + background-color: #3b83c0; } -/* Fluid Labeled */ +/* Green */ -.ui.fluid.labeled.input { - display: table; - width: 100%; +.ui.inverted.green.menu { + background-color: #5bbd72; } -.ui.fluid.labeled.input > .label { - width: 0.01%; +.ui.inverted.green.pointing.menu .active.item:after { + background-color: #5bbd72; } -/* Label on Left */ +/* Orange */ -.ui.labeled.input:not([class*="corner labeled"]):not([class*="right labeled"]) > input { - border-left: none; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; +.ui.inverted.orange.menu { + background-color: #e07b53; } -.ui.labeled.input:not([class*="corner labeled"]):not([class*="right labeled"]) > .label { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; +.ui.inverted.orange.pointing.menu .active.item:after { + background-color: #e07b53; } -/* Label on Right */ +/* Pink */ -.ui[class*="right labeled"].input > input { - border-right: none; - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; +.ui.inverted.pink.menu { + background-color: #d9499a; } -.ui[class*="right labeled"].input > .label { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; +.ui.inverted.pink.pointing.menu .active.item:after { + background-color: #d9499a; } -/* Corner Label */ +/* Purple */ -.ui.labeled.input .corner.label { - top: 1px; - right: 1px; - font-size: 0.75em; - border-radius: 0em 0.2857rem 0em 0em; +.ui.inverted.purple.menu { + background-color: #564f8a; } -.ui.labeled.input input { - padding-right: 2.5em !important; +.ui.inverted.purple.pointing.menu .active.item:after { + background-color: #564f8a; } -/* Spacing with corner label */ +/* Red */ -.ui[class*="corner labeled"].input { - display: inline-block; +.ui.inverted.red.menu { + background-color: #d95c5c; } -.ui[class*="corner labeled"].input > input { - display: block; +.ui.inverted.red.pointing.menu .active.item:after { + background-color: #d95c5c; } -.ui[class*="corner labeled"].icon.input:not(.left) > input { - padding-right: 3.25em !important; +/* Teal */ + +.ui.inverted.teal.menu { + background-color: #00b5ad; } -.ui[class*="corner labeled"].icon.input:not(.left) > .icon { - margin-right: 1.25em; +.ui.inverted.teal.pointing.menu .active.item:after { + background-color: #00b5ad; } -/*-------------------- - Action ----------------------*/ +/* Yellow */ -.ui.action.input { - display: table; +.ui.inverted.yellow.menu { + background-color: #f2c61f; } -.ui.action.input > input { - display: table-cell; - vertical-align: top; +.ui.inverted.yellow.pointing.menu .active.item:after { + background-color: #f2c61f; } -.ui.action.input > .button, -.ui.action.input > .buttons { - display: table-cell; - vertical-align: middle; - white-space: nowrap; -} +/*-------------- + Fitted +---------------*/ -.ui.action.input > .button > .icon, -.ui.action.input > .buttons > .button > .icon { - display: inline; - vertical-align: top; +.ui.fitted.menu .item, +.ui.fitted.menu .item .menu .item, +.ui.menu .fitted.item { + padding: 0em; } -.ui.fluid.action.input { - display: table; - width: 100%; +.ui.horizontally.fitted.menu .item, +.ui.horizontally.fitted.menu .item .menu .item, +.ui.menu .horizontally.fitted.item { + padding-top: 0.83em; + padding-bottom: 0.83em; } -.ui.fluid.action.input > .button { - width: 0.01%; +.ui.vertically.fitted.menu .item, +.ui.vertically.fitted.menu .item .menu .item, +.ui.menu .vertically.fitted.item { + padding-left: 0.95em; + padding-right: 0.95em; } -/* Button on Right */ +/*-------------- + Borderless +---------------*/ -.ui.action.input:not([class*="left action"]) > input { - border-right: none; - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; +.ui.borderless.menu .item:before, +.ui.borderless.menu .item .menu .item:before, +.ui.menu .borderless.item:before { + background: none; } -.ui.action.input:not([class*="left action"]) > .button, -.ui.action.input:not([class*="left action"]) > .buttons { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} +/*------------------- + Compact +--------------------*/ -/* Button on Left */ +.ui.compact.menu { + display: inline-block; + margin: 0em; + vertical-align: middle; +} -.ui[class*="left action"].input > .button, -.ui[class*="left action"].input > .buttons { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; +.ui.compact.vertical.menu { + width: auto !important; } -.ui[class*="left action"].input > input { - border-left: none; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; +.ui.compact.vertical.menu .item:last-child::before { + display: block; } -/*-------------------- +/*------------------- Fluid ----------------------*/ +--------------------*/ -.ui.fluid.input { +.ui.menu.fluid, +.ui.vertical.menu.fluid { display: block; + width: 100% !important; } -/*-------------------- - Size ----------------------*/ +/*------------------- + Evenly Sized +--------------------*/ -.ui.mini.input { - font-size: 0.8125em; +.ui.item.menu, +.ui.item.menu .item { + width: 100%; + padding-left: 0px !important; + padding-right: 0px !important; + text-align: center; } -.ui.small.input { - font-size: 0.875em; +.ui.item.menu > .item:last-child { + border-radius: 0px 0.2857rem 0.2857rem 0px; } -.ui.input { - font-size: 1em; +.ui.menu.two.item .item { + width: 50%; } -.ui.large.input { - font-size: 1.125em; +.ui.menu.three.item .item { + width: 33.333%; } -.ui.big.input { - font-size: 1.25em; +.ui.menu.four.item .item { + width: 25%; } -.ui.huge.input { - font-size: 1.375em; +.ui.menu.five.item .item { + width: 20%; } -.ui.massive.input { - font-size: 1.5rem; +.ui.menu.six.item .item { + width: 16.666%; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - Site Overrides -*******************************/ +.ui.menu.seven.item .item { + width: 14.285%; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.menu.eight.item .item { + width: 12.500%; +} -/******************************* - Standard -*******************************/ +.ui.menu.nine.item .item { + width: 11.11%; +} -/*-------------- - Item ----------------*/ +.ui.menu.ten.item .item { + width: 10.0%; +} -.ui.items > .item { - table-layout: fixed; - display: table; - margin: 1em 0em; - width: 100%; - min-height: 0px; - background: transparent; - padding: 0em; - border: none; - border-radius: 0rem; - box-shadow: none; - -webkit-transition: box-shadow 0.2s ease; - transition: box-shadow 0.2s ease; - z-index: ''; +.ui.menu.eleven.item .item { + width: 9.09%; } -.ui.items > .item a { - cursor: pointer; +.ui.menu.twelve.item .item { + width: 8.333%; } /*-------------- - Items + Fixed ---------------*/ -.ui.items { - margin: 1.5em 0em; +.ui.menu.fixed { + position: fixed; + z-index: 999; + margin: 0em; + border: none; + width: 100%; } -.ui.items:first-child { - margin-top: 0em !important; +.ui.menu.fixed, +.ui.menu.fixed .item:first-child, +.ui.menu.fixed .item:last-child { + border-radius: 0px !important; } -.ui.items:last-child { - margin-bottom: 0em !important; +.ui.menu.fixed.top { + top: 0px; + left: 0px; + right: auto; + bottom: auto; } -/*-------------- - Item ----------------*/ +.ui.menu.fixed.right { + top: 0px; + right: 0px; + left: auto; + bottom: auto; + width: auto; + height: 100%; +} -.ui.items > .item { - min-width: 100%; +.ui.menu.fixed.bottom { + bottom: 0px; + left: 0px; + top: auto; + right: auto; } -.ui.items > .item:after { - display: block; - content: ' '; - height: 0px; - clear: both; - overflow: hidden; - visibility: hidden; +.ui.menu.fixed.left { + top: 0px; + left: 0px; + right: auto; + bottom: auto; + width: auto; + height: 100%; } -.ui.items > .item:first-child { - margin-top: 0em; +/* Coupling with Grid */ + +.ui.fixed.menu + .ui.grid { + padding-top: 2.75rem; } -.ui.items > .item:last-child { - margin-bottom: 0em; +/*------------------- + Pointing +--------------------*/ + +.ui.pointing.menu .active.item:after { + position: absolute; + bottom: -0.3em; + left: 50%; + content: ''; + margin-left: -0.3em; + width: 0.6em; + height: 0.6em; + border: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-right: 1px solid rgba(0, 0, 0, 0.1); + background: none; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + z-index: 2; + -webkit-transition: background 0.2s ease; + transition: background 0.2s ease; } -/*-------------- - Images ----------------*/ +/* Don't double up pointers */ -.ui.items > .item > .image { - position: relative; - display: table-cell; - float: none; - margin: 0em; - padding: 0em; - max-height: ''; - vertical-align: top; +.ui.pointing.menu .active.item .menu .active.item:after { + display: none; } -.ui.items > .item > .image > img { - display: block; - width: 100%; - height: auto; - border-radius: 0.125rem; +.ui.vertical.pointing.menu .active.item:after { + position: absolute; + top: 50%; + margin-top: -0.3em; + right: -0.3em; + bottom: auto; + left: auto; border: none; + border-top: 1px solid rgba(0, 0, 0, 0.1); + border-right: 1px solid rgba(0, 0, 0, 0.1); } -.ui.items > .item > .image:only-child > img { - border-radius: 0rem; +/* Colors */ + +.ui.pointing.menu .active.item:hover:after { + background-color: #fafafa; +} + +.ui.pointing.menu .active.item:after { + background-color: #f6f6f6; +} + +.ui.vertical.pointing.menu .item:hover:after { + background-color: #fafafa; +} + +.ui.vertical.pointing.menu .active.item:after { + background-color: #fcfcfc; } /*-------------- - Content + Attached ---------------*/ -.ui.items > .item > .content { - display: block; - background: none; - margin: 0em; - padding: 0em; - box-shadow: none; - font-size: 1em; - border: none; - border-radius: 0em; +.ui.menu.attached { + margin: 0rem; + border-radius: 0px; + /* avoid rgba multiplying */ + box-shadow: 0px 0px 0px 1px #dddddd; } -.ui.items > .item > .content:after { - display: block; - content: ' '; - height: 0px; - clear: both; - overflow: hidden; - visibility: hidden; +.ui.top.attached.menu { + border-radius: 0.2857rem 0.2857rem 0em 0em; } -.ui.items > .item > .image + .content { - width: 100%; - display: table-cell; - margin-left: 0em; - vertical-align: top; - padding-left: 1.5em; +.ui.menu.bottom.attached { + border-radius: 0em 0em 0.2857rem 0.2857rem; } -.ui.items > .item > .content > .header { - display: inline-block; - margin: -0.165em 0em 0em; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-weight: bold; - color: rgba(0, 0, 0, 0.85); -} +/*-------------- + Sizes +---------------*/ -/* Default Header Size */ +/* Small */ -.ui.items > .item > .content > .header:not(.ui) { - font-size: 1.2em; +.ui.small.menu .item { + font-size: 0.875rem; } -.ui.items > .item > .content > .meta + .description { - margin-top: 0.6em; +.ui.small.vertical.menu { + width: 13rem; } -/*-------------- - Floated ----------------*/ +/* Medium */ -.ui.items > .item .left.floated { - float: left; +.ui.menu .item { + font-size: 1rem; } -.ui.items > .item [class*="right floated"] { - float: right; +.ui.vertical.menu { + width: 15rem; } -/*-------------- - Content Image ----------------*/ +/* Large */ -.ui.items > .item .content img { - display: inline-block; - vertical-align: middle; - width: 2em; +.ui.large.menu .item { + font-size: 1.125rem; } -.ui.items > .item img.avatar, -.ui.items > .item .avatar img { - width: 2em; - height: 2em; - border-radius: 500rem; +.ui.large.menu .item .item { + font-size: 0.875rem; } -/*-------------- - Description ----------------*/ +.ui.large.menu .dropdown .item { + font-size: 1rem; +} -.ui.items > .item > .content > .description { - max-width: 550px; - font-size: 1em; - line-height: 1.33; - color: rgba(0, 0, 0, 0.8); +.ui.large.vertical.menu { + width: 18rem; } -/*-------------- - Paragraph ----------------*/ +/******************************* + Theme Overrides +*******************************/ -.ui.items > .item > .content p { - margin: 0em 0em 0.5em; +/******************************* + Site Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +i.flag:not(.icon) { + display: inline-block; + width: 16px; + height: 11px; + line-height: 11px; + vertical-align: baseline; + margin: 0em 0.5em 0em 0em; + text-decoration: inherit; + speak: none; + font-smoothing: antialiased; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } -.ui.items > .item > .content p:last-child { - margin-bottom: 0em; +i.flag:not(.icon):before { + display: inline-block; + content: ''; + background: url("themes/default/assets/images/flags.png") no-repeat 0px 0px; + width: 16px; + height: 11px; } -/*-------------- - Meta ----------------*/ +/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */ -.ui.items > .item .meta { - font-size: 1em; - line-height: 1em; - color: rgba(0, 0, 0, 0.6); -} +/******************************* + Theme Overrides +*******************************/ -.ui.items > .item .meta * { - margin-right: 0.3em; +i.flag.ad:before, +i.flag.andorra:before { + background-position: 0px 0px; } -.ui.items > .item .meta :last-child { - margin-right: 0em; +i.flag.ae:before, +i.flag.united.arab.emirates:before, +i.flag.uae:before { + background-position: 0px -26px; } -.ui.items > .item .meta [class*="right floated"] { - margin-right: 0em; - margin-left: 0.3em; +i.flag.af:before, +i.flag.afghanistan:before { + background-position: 0px -52px; } -/*-------------- - Links ----------------*/ - -/* Generic */ - -.ui.items > .item > .content a { - color: #009fda; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +i.flag.ag:before, +i.flag.antigua:before { + background-position: 0px -78px; } -.ui.items > .item > .content a:hover { - color: #00b2f3; +i.flag.ai:before, +i.flag.anguilla:before { + background-position: 0px -104px; } -/* Header */ - -.ui.items > .item > .content > a.header { - color: rgba(0, 0, 0, 0.85); +i.flag.al:before, +i.flag.albania:before { + background-position: 0px -130px; } -.ui.items > .item > .content > a.header:hover { - color: #00b2f3; +i.flag.am:before, +i.flag.armenia:before { + background-position: 0px -156px; } -/* Meta */ - -.ui.items > .item .meta a { - color: rgba(0, 0, 0, 0.4); +i.flag.an:before, +i.flag.netherlands.antilles:before { + background-position: 0px -182px; } -.ui.items > .item .meta a:hover { - color: rgba(0, 0, 0, 0.8); +i.flag.ao:before, +i.flag.angola:before { + background-position: 0px -208px; } -/*-------------- - Labels ----------------*/ - -/*-----Star----- */ - -/* Icon */ - -.ui.items > .item > .content .favorite.icon { - cursor: pointer; - opacity: 0.75; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +i.flag.ar:before, +i.flag.argentina:before { + background-position: 0px -234px; } -.ui.items > .item > .content .favorite.icon:hover { - opacity: 1; - color: #ffb70a; +i.flag.as:before, +i.flag.american.samoa:before { + background-position: 0px -260px; } -.ui.items > .item > .content .active.favorite.icon { - color: #ffb70a; +i.flag.at:before, +i.flag.austria:before { + background-position: 0px -286px; } -/*-----Like----- */ - -/* Icon */ - -.ui.items > .item > .content .like.icon { - cursor: pointer; - opacity: 0.75; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +i.flag.au:before, +i.flag.australia:before { + background-position: 0px -312px; } -.ui.items > .item > .content .like.icon:hover { - opacity: 1; - color: #ff2733; +i.flag.aw:before, +i.flag.aruba:before { + background-position: 0px -338px; } -.ui.items > .item > .content .active.like.icon { - color: #ff2733; +i.flag.ax:before, +i.flag.aland.islands:before { + background-position: 0px -364px; } -/*---------------- - Extra Content ------------------*/ - -.ui.items > .item .extra { - display: block; - position: relative; - background: none; - margin: 0.5rem 0em 0em; - width: 100%; - padding: 0em 0em 0em; - top: 0em; - left: 0em; - color: rgba(0, 0, 0, 0.4); - box-shadow: none; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; - border-top: none; +i.flag.az:before, +i.flag.azerbaijan:before { + background-position: 0px -390px; } -.ui.items > .item .extra > * { - margin: 0.5rem 0.5rem 0em 0em; +i.flag.ba:before, +i.flag.bosnia:before { + background-position: 0px -416px; } -.ui.items > .item .extra > [class*="right floated"] { - margin: 0.5rem 0em 0em 0.5rem; +i.flag.bb:before, +i.flag.barbados:before { + background-position: 0px -442px; } -.ui.items > .item .extra:after { - display: block; - content: ' '; - height: 0px; - clear: both; - overflow: hidden; - visibility: hidden; +i.flag.bd:before, +i.flag.bangladesh:before { + background-position: 0px -468px; } -/******************************* - Responsive -*******************************/ - -/* Default Image Width */ - -.ui.items > .item > .image:not(.ui) { - width: 175px; +i.flag.be:before, +i.flag.belgium:before { + background-position: 0px -494px; } -/* Tablet Only */ +i.flag.bf:before, +i.flag.burkina.faso:before { + background-position: 0px -520px; +} -@media only screen and (min-width: 768px) and (max-width: 991px) { - .ui.items > .item { - margin: 1em 0em; - } +i.flag.bg:before, +i.flag.bulgaria:before { + background-position: 0px -546px; +} - .ui.items > .item > .image:not(.ui) { - width: 150px; - } +i.flag.bh:before, +i.flag.bahrain:before { + background-position: 0px -572px; +} - .ui.items > .item > .image + .content { - display: block; - padding: 0em 0em 0em 1em; - } +i.flag.bi:before, +i.flag.burundi:before { + background-position: 0px -598px; } -/* Mobily Only */ +i.flag.bj:before, +i.flag.benin:before { + background-position: 0px -624px; +} -@media only screen and (max-width: 767px) { - .ui.items > .item { - margin: 2em 0em; - } +i.flag.bm:before, +i.flag.bermuda:before { + background-position: 0px -650px; +} - .ui.items > .item > .image { - display: block; - margin-left: auto; - margin-right: auto; - } +i.flag.bn:before, +i.flag.brunei:before { + background-position: 0px -676px; +} - .ui.items > .item > .image, - .ui.items > .item > .image > img { - max-width: 100% !important; - width: auto !important; - max-height: 250px !important; - } +i.flag.bo:before, +i.flag.bolivia:before { + background-position: 0px -702px; +} - .ui.items > .item > .image + .content { - display: block; - padding: 1.5em 0em 0em; - } +i.flag.br:before, +i.flag.brazil:before { + background-position: 0px -728px; } -/******************************* - Variations -*******************************/ +i.flag.bs:before, +i.flag.bahamas:before { + background-position: 0px -754px; +} -/*------------------- - Aligned ---------------------*/ +i.flag.bt:before, +i.flag.bhutan:before { + background-position: 0px -780px; +} -.ui.items > .item > .image + [class*="top aligned"].content { - vertical-align: top; +i.flag.bv:before, +i.flag.bouvet.island:before { + background-position: 0px -806px; } -.ui.items > .item > .image + [class*="middle aligned"].content { - vertical-align: middle; +i.flag.bw:before, +i.flag.botswana:before { + background-position: 0px -832px; } -.ui.items > .item > .image + [class*="bottom aligned"].content { - vertical-align: bottom; +i.flag.by:before, +i.flag.belarus:before { + background-position: 0px -858px; } -/*-------------- - Relaxed ----------------*/ +i.flag.bz:before, +i.flag.belize:before { + background-position: 0px -884px; +} -.ui.relaxed.items > .item { - margin: 1.5em 0em; +i.flag.ca:before, +i.flag.canada:before { + background-position: 0px -910px; } -.ui[class*="very relaxed"].items > .item { - margin: 2em 0em; +i.flag.cc:before, +i.flag.cocos.islands:before { + background-position: 0px -962px; } -/*------------------- - Divided ---------------------*/ +i.flag.cd:before, +i.flag.congo:before { + background-position: 0px -988px; +} -.ui.divided.items > .item { - border-top: 1px solid rgba(39, 41, 43, 0.15); - margin: 0em; - padding: 1em 0em; +i.flag.cf:before, +i.flag.central.african.republic:before { + background-position: 0px -1014px; } -.ui.divided.items > .item:first-child { - border-top: none; - margin-top: 0em !important; - padding-top: 0em !important; +i.flag.cg:before, +i.flag.congo.brazzaville:before { + background-position: 0px -1040px; } -.ui.divided.items > .item:last-child { - margin-bottom: 0em !important; - padding-bottom: 0em !important; +i.flag.ch:before, +i.flag.switzerland:before { + background-position: 0px -1066px; } -/* Relaxed Divided */ +i.flag.ci:before, +i.flag.cote.divoire:before { + background-position: 0px -1092px; +} -.ui.relaxed.divided.items > .item { - margin: 0em; - padding: 1.5em 0em; +i.flag.ck:before, +i.flag.cook.islands:before { + background-position: 0px -1118px; } -.ui[class*="very relaxed"].divided.items > .item { - margin: 0em; - padding: 2em 0em; +i.flag.cl:before, +i.flag.chile:before { + background-position: 0px -1144px; } -/*------------------- - Link ---------------------*/ +i.flag.cm:before, +i.flag.cameroon:before { + background-position: 0px -1170px; +} -.ui.items a.item:hover, -.ui.link.items > .item:hover { - cursor: pointer; +i.flag.cn:before, +i.flag.china:before { + background-position: 0px -1196px; } -.ui.items a.item:hover .content .header, -.ui.link.items > .item:hover .content .header { - color: #00b2f3; +i.flag.co:before, +i.flag.colombia:before { + background-position: 0px -1222px; } -/*-------------- - Size ----------------*/ +i.flag.cr:before, +i.flag.costa.rica:before { + background-position: 0px -1248px; +} -.ui.items > .item { - font-size: 1em; +i.flag.cs:before, +i.flag.serbia:before { + background-position: 0px -1274px; } -/******************************* - Theme Overrides -*******************************/ +i.flag.cu:before, +i.flag.cuba:before { + background-position: 0px -1300px; +} -/******************************* - User Variable Overrides -*******************************/ +i.flag.cv:before, +i.flag.cape.verde:before { + background-position: 0px -1326px; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.flag.cx:before, +i.flag.christmas.island:before { + background-position: 0px -1352px; +} -/******************************* - Label -*******************************/ +i.flag.cy:before, +i.flag.cyprus:before { + background-position: 0px -1378px; +} -.ui.label { - display: inline-block; - vertical-align: baseline; - line-height: 1; - margin: 0em 0.125em; - background-color: #e8e8e8; - border-color: #e8e8e8; - background-image: none; - padding: 0.6em 0.8em; - color: rgba(0, 0, 0, 0.6); - text-transform: none; - font-weight: bold; - border-radius: 0.2857rem; - box-sizing: border-box; - -webkit-transition: background 0.1s linear; - transition: background 0.1s linear; +i.flag.cz:before, +i.flag.czech.republic:before { + background-position: 0px -1404px; } -.ui.label:first-child { - margin-left: 0em; +i.flag.de:before, +i.flag.germany:before { + background-position: 0px -1430px; } -.ui.label:last-child { - margin-right: 0em; +i.flag.dj:before, +i.flag.djibouti:before { + background-position: 0px -1456px; } -/* Link */ +i.flag.dk:before, +i.flag.denmark:before { + background-position: 0px -1482px; +} -a.ui.label { - cursor: pointer; +i.flag.dm:before, +i.flag.dominica:before { + background-position: 0px -1508px; } -/* Inside Link */ +i.flag.do:before, +i.flag.dominican.republic:before { + background-position: 0px -1534px; +} -.ui.label a { - cursor: pointer; - color: inherit; - opacity: 0.8; - -webkit-transition: 0.2s opacity ease; - transition: 0.2s opacity ease; +i.flag.dz:before, +i.flag.algeria:before { + background-position: 0px -1560px; } -.ui.label a:hover { - opacity: 1; +i.flag.ec:before, +i.flag.ecuador:before { + background-position: 0px -1586px; } -/* Icon */ +i.flag.ee:before, +i.flag.estonia:before { + background-position: 0px -1612px; +} -.ui.label .icon { - width: auto; - margin: 0em 0.75em 0em 0em; +i.flag.eg:before, +i.flag.egypt:before { + background-position: 0px -1638px; } -/* Detail */ +i.flag.eh:before, +i.flag.western.sahara:before { + background-position: 0px -1664px; +} -.ui.label .detail { - display: inline-block; - vertical-align: top; - font-weight: bold; - margin-left: 1em; - opacity: 0.8; +i.flag.er:before, +i.flag.eritrea:before { + background-position: 0px -1716px; } -.ui.label .detail .icon { - margin: 0em 0.25em 0em 0em; +i.flag.es:before, +i.flag.spain:before { + background-position: 0px -1742px; } -/* Removable label */ +i.flag.et:before, +i.flag.ethiopia:before { + background-position: 0px -1768px; +} -.ui.label .close.icon, -.ui.label .delete.icon { - cursor: pointer; - margin-right: 0em; - margin-left: 0.5em; - opacity: 0.8; - -webkit-transition: background 0.1s linear; - transition: background 0.1s linear; +i.flag.eu:before, +i.flag.european.union:before { + background-position: 0px -1794px; } -.ui.label .delete.icon:hover { - opacity: 1; +i.flag.fi:before, +i.flag.finland:before { + background-position: 0px -1846px; } -/*------------------- - Group ---------------------*/ +i.flag.fj:before, +i.flag.fiji:before { + background-position: 0px -1872px; +} -.ui.labels .label { - margin: 0em 0.5em 0.75em 0em; +i.flag.fk:before, +i.flag.falkland.islands:before { + background-position: 0px -1898px; } -/*------------------- - Coupling ---------------------*/ +i.flag.fm:before, +i.flag.micronesia:before { + background-position: 0px -1924px; +} -/* Padding on next content after a label */ +i.flag.fo:before, +i.flag.faroe.islands:before { + background-position: 0px -1950px; +} -.ui.top.attached.label:first-child + :not(.attached) { - margin-top: 2rem !important; +i.flag.fr:before, +i.flag.france:before { + background-position: 0px -1976px; } -.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) { - margin-top: 0em; - margin-bottom: 2rem !important; +i.flag.ga:before, +i.flag.gabon:before { + background-position: -36px 0px; } -/******************************* - Types -*******************************/ +i.flag.gb:before, +i.flag.england:before, +i.flag.united.kingdom:before { + background-position: -36px -26px; +} -.ui.image.label { - width: auto !important; - margin-top: 0em; - margin-bottom: 0em; - max-width: 9999px; - vertical-align: baseline; - text-transform: none; - background: #e8e8e8; - padding: 0.6em 0.8em 0.6em 0.5em; - border-radius: 0.2857rem; - box-shadow: none; +i.flag.gd:before, +i.flag.grenada:before { + background-position: -36px -52px; } -.ui.image.label img { - display: inline-block; - vertical-align: top; - height: 2.2em; - margin: -0.6em 0.5em -0.6em -0.5em; - border-radius: 0.2857rem; +i.flag.ge:before, +i.flag.georgia:before { + background-position: -36px -78px; } -.ui.image.label .detail { - background: rgba(0, 0, 0, 0.1); - margin: -0.6em -0.8em -0.6em 0.5em; - padding: 0.6em 0.8em; - border-radius: 0em 0.2857rem 0.2857rem 0em; +i.flag.gf:before, +i.flag.french.guiana:before { + background-position: -36px -104px; } -/*------------------- - Tag ---------------------*/ +i.flag.gh:before, +i.flag.ghana:before { + background-position: -36px -130px; +} -.ui.tag.labels .label, -.ui.tag.label { - margin-left: 1em; - position: relative; - padding-left: 1.5em; - padding-right: 1.5em; - border-radius: 0em 0.2857rem 0.2857rem 0em; +i.flag.gi:before, +i.flag.gibraltar:before { + background-position: -36px -156px; } -.ui.tag.labels .label:before, -.ui.tag.label:before { - position: absolute; - top: 50%; - right: 100%; - content: ''; - background-color: #e8e8e8; - background-image: none; - width: 1.56em; - height: 1.56em; - -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg); - -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg); - transform: translateY(-50%) translateX(50%) rotate(-45deg); - -webkit-transition: background 0.1s linear; - transition: background 0.1s linear; +i.flag.gl:before, +i.flag.greenland:before { + background-position: -36px -182px; } -.ui.tag.labels .label:after, -.ui.tag.label:after { - position: absolute; - content: ''; - top: 50%; - left: -0.25em; - margin-top: -0.25em; - background-color: #ffffff !important; - width: 0.5em; - height: 0.5em; - box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3); - border-radius: 500rem; +i.flag.gm:before, +i.flag.gambia:before { + background-position: -36px -208px; } -/*------------------- - Corner Label ---------------------*/ +i.flag.gn:before, +i.flag.guinea:before { + background-position: -36px -234px; +} -.ui.corner.label { - position: absolute; - top: 0em; - right: 0em; - z-index: 10; - margin: 0em; - width: 3.25em; - height: 3.25em; - padding: 0em; - text-align: center; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +i.flag.gp:before, +i.flag.guadeloupe:before { + background-position: -36px -260px; } -/* Icon Label */ +i.flag.gq:before, +i.flag.equatorial.guinea:before { + background-position: -36px -286px; +} -.ui.corner.label { - background-color: transparent !important; +i.flag.gr:before, +i.flag.greece:before { + background-position: -36px -312px; } -.ui.corner.label:after { - position: absolute; - content: ""; - right: 0em; - top: 0em; - z-index: -1; - width: 0em; - height: 0em; - background-color: transparent !important; - border-top: 0em solid transparent; - border-right: 3.25em solid transparent; - border-bottom: 3.25em solid transparent; - border-left: 0em solid transparent; - border-right-color: inherit; - -webkit-transition: border-color 0.2s ease; - transition: border-color 0.2s ease; +i.flag.gs:before, +i.flag.sandwich.islands:before { + background-position: -36px -338px; } -.ui.corner.label .icon { - position: relative; - top: 0.4em; - left: 0.75em; - font-size: 1em; - margin: 0em; +i.flag.gt:before, +i.flag.guatemala:before { + background-position: -36px -364px; } -/* Text Label -.ui.text.corner.label { - font-weight: @cornerTextWeight; - text-align: center; - padding: 0.25em 0; - top: 1.1em; - transform: rotate(45deg); - width: 4em; - height: auto; +i.flag.gu:before, +i.flag.guam:before { + background-position: -36px -390px; } -.ui.left.text.corner.label { - transform: rotate(-45deg); + +i.flag.gw:before, +i.flag.guinea-bissau:before { + background-position: -36px -416px; } -.ui.text.corner.label:before, -.ui.text.corner.label:after { - position: absolute; - content: ''; - top: 0em; - width: 0em; - height: 0em; + +i.flag.gy:before, +i.flag.guyana:before { + background-position: -36px -442px; } -.ui.text.corner.label:before { - left: auto; - right: 100%; - border-top: 0em solid transparent; - border-right-width: @ribbonTriangleSize; - border-right-color: inherit; - border-right-style: solid; - border-bottom: @ribbonTriangleSize solid transparent; - border-left: 0em solid transparent; + +i.flag.hk:before, +i.flag.hong.kong:before { + background-position: -36px -468px; } -.ui.text.corner.label:after { - left: 100%; - right: auto; - border-top: 0em solid transparent; - border-right-width: @ribbonTriangleSize; - border-right-color: inherit; - border-right-style: solid; - border-bottom: @ribbonTriangleSize solid transparent; - border-left: 0em solid transparent; + +i.flag.hm:before, +i.flag.heard.island:before { + background-position: -36px -494px; } -*/ -/* Left Corner */ +i.flag.hn:before, +i.flag.honduras:before { + background-position: -36px -520px; +} -.ui.left.corner.label, -.ui.left.corner.label:after { - right: auto; - left: 0em; +i.flag.hr:before, +i.flag.croatia:before { + background-position: -36px -546px; } -.ui.left.corner.label:after { - border-top: 3.25em solid transparent; - border-right: 3.25em solid transparent; - border-bottom: 0em solid transparent; - border-left: 0em solid transparent; - border-top-color: inherit; +i.flag.ht:before, +i.flag.haiti:before { + background-position: -36px -572px; } -.ui.left.corner.label .icon { - left: -0.75em; +i.flag.hu:before, +i.flag.hungary:before { + background-position: -36px -598px; } -/* Segment */ - -.ui.segment > .ui.corner.label { - top: -1px; - right: -1px; +i.flag.id:before, +i.flag.indonesia:before { + background-position: -36px -624px; } -.ui.segment > .ui.left.corner.label { - right: auto; - left: -1px; +i.flag.ie:before, +i.flag.ireland:before { + background-position: -36px -650px; } -/* Input */ +i.flag.il:before, +i.flag.israel:before { + background-position: -36px -676px; +} -.ui.input > .ui.corner.label { - top: 1px; - right: 1px; +i.flag.in:before, +i.flag.india:before { + background-position: -36px -702px; } -.ui.input > .ui.right.corner.label { - right: auto; - left: 1px; +i.flag.io:before, +i.flag.indian.ocean.territory:before { + background-position: -36px -728px; } -/*------------------- - Ribbon ---------------------*/ +i.flag.iq:before, +i.flag.iraq:before { + background-position: -36px -754px; +} -.ui.ribbon.label { - position: relative; - margin: 0em; - left: -2rem; - padding-left: 2rem; - border-radius: 0em 0.2857rem 0.2857rem 0em; - border-color: rgba(0, 0, 0, 0.15); +i.flag.ir:before, +i.flag.iran:before { + background-position: -36px -780px; } -.ui.ribbon.label:after { - position: absolute; - content: ""; - top: 100%; - left: 0%; - background-color: transparent !important; - border-top: 0em solid transparent; - border-right-width: 1.2em; - border-right-color: inherit; - border-right-style: solid; - border-bottom: 1.2em solid transparent; - border-left: 0em solid transparent; - width: 0em; - height: 0em; +i.flag.is:before, +i.flag.iceland:before { + background-position: -36px -806px; } -/*------------------- - Attached ---------------------*/ +i.flag.it:before, +i.flag.italy:before { + background-position: -36px -832px; +} -.ui.top.attached.label, -.ui.attached.label { - width: 100%; - position: absolute; - margin: 0em; - top: 0em; - left: 0em; - padding: 0.75em 1em; - border-radius: 0.2857rem 0.2857rem 0em 0em; +i.flag.jm:before, +i.flag.jamaica:before { + background-position: -36px -858px; } -.ui.bottom.attached.label { - top: auto; - bottom: 0em; - border-radius: 0em 0em 0.2857rem 0.2857rem; +i.flag.jo:before, +i.flag.jordan:before { + background-position: -36px -884px; } -.ui.top.left.attached.label { - width: auto; - margin-top: 0em !important; - border-radius: 0.2857rem 0em 0.2857rem 0em; +i.flag.jp:before, +i.flag.japan:before { + background-position: -36px -910px; } -.ui.top.right.attached.label { - width: auto; - left: auto; - right: 0em; - border-radius: 0em 0.2857rem 0em 0.2857rem; +i.flag.ke:before, +i.flag.kenya:before { + background-position: -36px -936px; } -.ui.bottom.left.attached.label { - width: auto; - top: auto; - bottom: 0em; - border-radius: 0em 0em 0.2857rem 0.2857rem; +i.flag.kg:before, +i.flag.kyrgyzstan:before { + background-position: -36px -962px; } -.ui.bottom.right.attached.label { - top: auto; - bottom: 0em; - left: auto; - right: 0em; - width: auto; - border-radius: 0.2857rem 0em 0.2857rem 0em; +i.flag.kh:before, +i.flag.cambodia:before { + background-position: -36px -988px; } -/******************************* - States -*******************************/ +i.flag.ki:before, +i.flag.kiribati:before { + background-position: -36px -1014px; +} -/*------------------- - Disabled ---------------------*/ +i.flag.km:before, +i.flag.comoros:before { + background-position: -36px -1040px; +} -.ui.label.disabled { - opacity: 0.5; +i.flag.kn:before, +i.flag.saint.kitts.and.nevis:before { + background-position: -36px -1066px; } -/*------------------- - Hover ---------------------*/ +i.flag.kp:before, +i.flag.north.korea:before { + background-position: -36px -1092px; +} -a.ui.labels .label:hover, -a.ui.label:hover { - background-color: #e0e0e0; - border-color: #e0e0e0; - background-image: none; - color: rgba(0, 0, 0, 0.8); +i.flag.kr:before, +i.flag.south.korea:before { + background-position: -36px -1118px; } -.ui.labels a.label:hover:before, -a.ui.label:hover:before { - background-color: #e0e0e0; - background-image: none; - color: rgba(0, 0, 0, 0.8); +i.flag.kw:before, +i.flag.kuwait:before { + background-position: -36px -1144px; } -/*------------------- - Visible ---------------------*/ +i.flag.ky:before, +i.flag.cayman.islands:before { + background-position: -36px -1170px; +} -.ui.labels.visible .label, -.ui.label.visible { - display: inline-block !important; +i.flag.kz:before, +i.flag.kazakhstan:before { + background-position: -36px -1196px; } -/*------------------- - Hidden ---------------------*/ +i.flag.la:before, +i.flag.laos:before { + background-position: -36px -1222px; +} -.ui.labels.hidden .label, -.ui.label.hidden { - display: none !important; +i.flag.lb:before, +i.flag.lebanon:before { + background-position: -36px -1248px; } -/******************************* - Variations -*******************************/ +i.flag.lc:before, +i.flag.saint.lucia:before { + background-position: -36px -1274px; +} -/*------------------- - Colors ---------------------*/ +i.flag.li:before, +i.flag.liechtenstein:before { + background-position: -36px -1300px; +} -/*--- Black ---*/ +i.flag.lk:before, +i.flag.sri.lanka:before { + background-position: -36px -1326px; +} -.ui.black.labels .label, -.ui.black.label { - background-color: #1b1c1d !important; - border-color: #1b1c1d !important; - color: #ffffff !important; +i.flag.lr:before, +i.flag.liberia:before { + background-position: -36px -1352px; } -.ui.labels .black.label:before, -.ui.black.labels .label:before, -.ui.black.label:before { - background-color: #1b1c1d !important; +i.flag.ls:before, +i.flag.lesotho:before { + background-position: -36px -1378px; } -a.ui.black.labels .label:hover, -a.ui.black.label:hover { - background-color: #222425 !important; - border-color: #222425 !important; +i.flag.lt:before, +i.flag.lithuania:before { + background-position: -36px -1404px; } -.ui.labels a.black.label:hover:before, -.ui.black.labels a.label:hover:before, -a.ui.black.label:hover:before { - background-color: #222425 !important; +i.flag.lu:before, +i.flag.luxembourg:before { + background-position: -36px -1430px; } -.ui.black.corner.label, -.ui.black.corner.label:hover { - background-color: transparent !important; +i.flag.lv:before, +i.flag.latvia:before { + background-position: -36px -1456px; } -.ui.black.ribbon.label { - border-color: #020203 !important; +i.flag.ly:before, +i.flag.libya:before { + background-position: -36px -1482px; } -/*--- Blue ---*/ +i.flag.ma:before, +i.flag.morocco:before { + background-position: -36px -1508px; +} -.ui.blue.labels .label, -.ui.blue.label { - background-color: #3b83c0 !important; - border-color: #3b83c0 !important; - color: #ffffff !important; +i.flag.mc:before, +i.flag.monaco:before { + background-position: -36px -1534px; } -.ui.labels .blue.label:before, -.ui.blue.labels .label:before, -.ui.blue.label:before { - background-color: #3b83c0 !important; +i.flag.md:before, +i.flag.moldova:before { + background-position: -36px -1560px; } -a.ui.blue.labels .label:hover, -.ui.blue.labels a.label:hover, -a.ui.blue.label:hover { - background-color: #458ac6 !important; - border-color: #458ac6 !important; - color: #ffffff !important; +i.flag.me:before, +i.flag.montenegro:before { + background-position: -36px -1586px; } -.ui.labels a.blue.label:hover:before, -.ui.blue.labels a.label:hover:before, -a.ui.blue.label:hover:before { - background-color: #458ac6 !important; +i.flag.mg:before, +i.flag.madagascar:before { + background-position: -36px -1613px; } -.ui.blue.corner.label, -.ui.blue.corner.label:hover { - background-color: transparent !important; +i.flag.mh:before, +i.flag.marshall.islands:before { + background-position: -36px -1639px; } -.ui.blue.ribbon.label { - border-color: #2f6899 !important; +i.flag.mk:before, +i.flag.macedonia:before { + background-position: -36px -1665px; } -/*--- Green ---*/ +i.flag.ml:before, +i.flag.mali:before { + background-position: -36px -1691px; +} -.ui.green.labels .label, -.ui.green.label { - background-color: #5bbd72 !important; - border-color: #5bbd72 !important; - color: #ffffff !important; +i.flag.mm:before, +i.flag.myanmar:before, +i.flag.burma:before { + background-position: -36px -1717px; } -.ui.labels .green.label:before, -.ui.green.labels .label:before, -.ui.green.label:before { - background-color: #5bbd72 !important; +i.flag.mn:before, +i.flag.mongolia:before { + background-position: -36px -1743px; } -a.ui.green.labels .label:hover, -a.ui.green.label:hover { - background-color: #66c17b !important; - border-color: #66c17b !important; +i.flag.mo:before, +i.flag.macau:before { + background-position: -36px -1769px; } -.ui.labels a.green.label:hover:before, -.ui.green.labels a.label:hover:before, -a.ui.green.label:hover:before { - background-color: #66c17b !important; +i.flag.mp:before, +i.flag.northern.mariana.islands:before { + background-position: -36px -1795px; } -.ui.green.corner.label, -.ui.green.corner.label:hover { - background-color: transparent !important; +i.flag.mq:before, +i.flag.martinique:before { + background-position: -36px -1821px; } -.ui.green.ribbon.label { - border-color: #42a359 !important; +i.flag.mr:before, +i.flag.mauritania:before { + background-position: -36px -1847px; } -/*--- Orange ---*/ +i.flag.ms:before, +i.flag.montserrat:before { + background-position: -36px -1873px; +} -.ui.orange.labels .label, -.ui.orange.label { - background-color: #e07b53 !important; - border-color: #e07b53 !important; - color: #ffffff !important; +i.flag.mt:before, +i.flag.malta:before { + background-position: -36px -1899px; } -.ui.labels .orange.label:before, -.ui.orange.labels .label:before, -.ui.orange.label:before { - background-color: #e07b53 !important; +i.flag.mu:before, +i.flag.mauritius:before { + background-position: -36px -1925px; } -a.ui.orange.labels .label:hover, -.ui.orange.labels a.label:hover, -a.ui.orange.label:hover { - background-color: #e28560 !important; - border-color: #e28560 !important; - color: #ffffff !important; +i.flag.mv:before, +i.flag.maldives:before { + background-position: -36px -1951px; } -.ui.labels a.orange.label:hover:before, -.ui.orange.labels a.label:hover:before, -a.ui.orange.label:hover:before { - background-color: #e28560 !important; +i.flag.mw:before, +i.flag.malawi:before { + background-position: -36px -1977px; } -.ui.orange.corner.label, -.ui.orange.corner.label:hover { - background-color: transparent !important; +i.flag.mx:before, +i.flag.mexico:before { + background-position: -72px 0px; } -.ui.orange.ribbon.label { - border-color: #d85a28 !important; +i.flag.my:before, +i.flag.malaysia:before { + background-position: -72px -26px; } -/*--- Pink ---*/ +i.flag.mz:before, +i.flag.mozambique:before { + background-position: -72px -52px; +} -.ui.pink.labels .label, -.ui.pink.label { - background-color: #d9499a !important; - border-color: #d9499a !important; - color: #ffffff !important; +i.flag.na:before, +i.flag.namibia:before { + background-position: -72px -78px; } -.ui.labels .pink.label:before, -.ui.pink.labels .label:before, -.ui.pink.label:before { - background-color: #d9499a !important; +i.flag.nc:before, +i.flag.new.caledonia:before { + background-position: -72px -104px; } -a.ui.pink.labels .label:hover, -.ui.pink.labels a.label:hover, -a.ui.pink.label:hover { - background-color: #dc56a1 !important; - border-color: #dc56a1 !important; - color: #ffffff !important; +i.flag.ne:before, +i.flag.niger:before { + background-position: -72px -130px; } -.ui.labels a.pink.label:hover:before, -.ui.pink.labels a.label:hover:before, -a.ui.pink.label:hover:before { - background-color: #dc56a1 !important; +i.flag.nf:before, +i.flag.norfolk.island:before { + background-position: -72px -156px; } -.ui.pink.corner.label, -.ui.pink.corner.label:hover { - background-color: transparent !important; +i.flag.ng:before, +i.flag.nigeria:before { + background-position: -72px -182px; } -.ui.pink.ribbon.label { - border-color: #c62981 !important; +i.flag.ni:before, +i.flag.nicaragua:before { + background-position: -72px -208px; } -/*--- Purple ---*/ +i.flag.nl:before, +i.flag.netherlands:before { + background-position: -72px -234px; +} -.ui.purple.labels .label, -.ui.purple.label { - background-color: #564f8a !important; - border-color: #564f8a !important; - color: #ffffff !important; +i.flag.no:before, +i.flag.norway:before { + background-position: -72px -260px; } -.ui.labels .purple.label:before, -.ui.purple.labels .label:before, -.ui.purple.label:before { - background-color: #564f8a !important; +i.flag.np:before, +i.flag.nepal:before { + background-position: -72px -286px; } -a.ui.purple.labels .label:hover, -.ui.purple.labels a.label:hover, -a.ui.purple.label:hover { - background-color: #5c5594 !important; - border-color: #5c5594 !important; - color: #ffffff !important; +i.flag.nr:before, +i.flag.nauru:before { + background-position: -72px -312px; } -.ui.labels a.purple.label:hover:before, -.ui.purple.labels a.label:hover:before, -a.ui.purple.label:hover:before { - background-color: #5c5594 !important; +i.flag.nu:before, +i.flag.niue:before { + background-position: -72px -338px; } -.ui.purple.corner.label, -.ui.purple.corner.label:hover { - background-color: transparent !important; +i.flag.nz:before, +i.flag.new.zealand:before { + background-position: -72px -364px; } -.ui.purple.ribbon.label { - border-color: #423c6a !important; +i.flag.om:before, +i.flag.oman:before { + background-position: -72px -390px; } -/*--- Red ---*/ +i.flag.pa:before, +i.flag.panama:before { + background-position: -72px -416px; +} -.ui.red.labels .label, -.ui.red.label { - background-color: #d95c5c !important; - border-color: #d95c5c !important; - color: #ffffff !important; +i.flag.pe:before, +i.flag.peru:before { + background-position: -72px -442px; } -.ui.labels .red.label:before, -.ui.red.labels .label:before, -.ui.red.label:before { - background-color: #d95c5c !important; +i.flag.pf:before, +i.flag.french.polynesia:before { + background-position: -72px -468px; } -.ui.red.corner.label, -.ui.red.corner.label:hover { - background-color: transparent !important; +i.flag.pg:before, +i.flag.new.guinea:before { + background-position: -72px -494px; } -a.ui.red.labels .label:hover, -a.ui.red.label:hover { - background-color: #dc6868 !important; - border-color: #dc6868 !important; - color: #ffffff !important; +i.flag.ph:before, +i.flag.philippines:before { + background-position: -72px -520px; } -.ui.labels a.red.label:hover:before, -.ui.red.labels a.label:hover:before, -a.ui.red.label:hover:before { - background-color: #dc6868 !important; +i.flag.pk:before, +i.flag.pakistan:before { + background-position: -72px -546px; } -.ui.red.ribbon.label { - border-color: #cf3333 !important; +i.flag.pl:before, +i.flag.poland:before { + background-position: -72px -572px; } -/*--- Teal ---*/ - -.ui.teal.labels .label, -.ui.teal.label { - background-color: #00b5ad !important; - border-color: #00b5ad !important; - color: #ffffff !important; +i.flag.pm:before, +i.flag.saint.pierre:before { + background-position: -72px -598px; } -.ui.labels .teal.label:before, -.ui.teal.labels .label:before, -.ui.teal.label:before { - background-color: #00b5ad !important; +i.flag.pn:before, +i.flag.pitcairn.islands:before { + background-position: -72px -624px; } -a.ui.teal.labels .label:hover, -.ui.teal.labels a.label:hover, -a.ui.teal.label:hover { - background-color: #00c4bc !important; - border-color: #00c4bc !important; - color: #ffffff !important; +i.flag.pr:before, +i.flag.puerto.rico:before { + background-position: -72px -650px; } -.ui.labels a.teal.label:hover:before, -.ui.teal.labels a.label:hover:before, -a.ui.teal.label:hover:before { - background-color: #00c4bc !important; +i.flag.ps:before, +i.flag.palestine:before { + background-position: -72px -676px; } -.ui.teal.corner.label, -.ui.teal.corner.label:hover { - background-color: transparent !important; +i.flag.pt:before, +i.flag.portugal:before { + background-position: -72px -702px; } -.ui.teal.ribbon.label { - border-color: #00827c !important; +i.flag.pw:before, +i.flag.palau:before { + background-position: -72px -728px; } -/*--- Yellow ---*/ +i.flag.py:before, +i.flag.paraguay:before { + background-position: -72px -754px; +} -.ui.yellow.labels .label, -.ui.yellow.label { - background-color: #f2c61f !important; - border-color: #f2c61f !important; - color: #ffffff !important; +i.flag.qa:before, +i.flag.qatar:before { + background-position: -72px -780px; } -.ui.labels .yellow.label:before, -.ui.yellow.labels .label:before, -.ui.yellow.label:before { - background-color: #f2c61f !important; +i.flag.re:before, +i.flag.reunion:before { + background-position: -72px -806px; } -a.ui.yellow.labels .label:hover, -.ui.yellow.labels a.label:hover, -a.ui.yellow.label:hover { - background-color: #f3ca2d !important; - border-color: #f3ca2d !important; - color: #ffffff !important; +i.flag.ro:before, +i.flag.romania:before { + background-position: -72px -832px; } -.ui.labels a.yellow.label:hover:before, -.ui.yellow.labels a.label:hover:before, -a.ui.yellow.label:hover:before { - background-color: #f3ca2d !important; +i.flag.rs:before, +i.flag.serbia:before { + background-position: -72px -858px; } -.ui.yellow.corner.label, -.ui.yellow.corner.label:hover { - background-color: transparent !important; +i.flag.ru:before, +i.flag.russia:before { + background-position: -72px -884px; } -.ui.yellow.ribbon.label { - border-color: #d2a90c !important; +i.flag.rw:before, +i.flag.rwanda:before { + background-position: -72px -910px; } -/*------------------- - Fluid ---------------------*/ +i.flag.sa:before, +i.flag.saudi.arabia:before { + background-position: -72px -936px; +} -.ui.label.fluid, -.ui.fluid.labels > .label { - width: 100%; - box-sizing: border-box; +i.flag.sb:before, +i.flag.solomon.islands:before { + background-position: -72px -962px; } -/*------------------- - Inverted ---------------------*/ +i.flag.sc:before, +i.flag.seychelles:before { + background-position: -72px -988px; +} -.ui.inverted.labels .label, -.ui.inverted.label { - color: #ffffff !important; +i.flag.sd:before, +i.flag.sudan:before { + background-position: -72px -1040px; } -/*------------------- - Horizontal ---------------------*/ +i.flag.se:before, +i.flag.sweden:before { + background-position: -72px -1066px; +} -.ui.horizontal.labels .label, -.ui.horizontal.label { - margin: 0em 0.5em 0em 0em; - padding: 0.4em 0.8em; - min-width: 3em; - text-align: center; +i.flag.sg:before, +i.flag.singapore:before { + background-position: -72px -1092px; } -/*------------------- - Circular ---------------------*/ +i.flag.sh:before, +i.flag.saint.helena:before { + background-position: -72px -1118px; +} -.ui.circular.labels .label, -.ui.circular.label { - min-width: 2em; - min-height: 2em; - padding: 0.5em !important; - line-height: 1em; - text-align: center; - border-radius: 500rem; +i.flag.si:before, +i.flag.slovenia:before { + background-position: -72px -1144px; } -.ui.empty.circular.labels .label, -.ui.empty.circular.label { - min-width: 0em; - min-height: 0em; - overflow: hidden; - width: 0.5em; - height: 0.5em; - vertical-align: baseline; +i.flag.sj:before, +i.flag.svalbard:before, +i.flag.jan.mayen:before { + background-position: -72px -1170px; } -/*------------------- - Pointing ---------------------*/ +i.flag.sk:before, +i.flag.slovakia:before { + background-position: -72px -1196px; +} -.ui.pointing.label { - position: relative; +i.flag.sl:before, +i.flag.sierra.leone:before { + background-position: -72px -1222px; } -.ui.attached.pointing.label { - position: absolute; +i.flag.sm:before, +i.flag.san.marino:before { + background-position: -72px -1248px; } -.ui.pointing.label:before { - position: absolute; - content: ''; - width: 0.6em; - height: 0.6em; - background-image: none; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - z-index: 2; - -webkit-transition: background 0.1s linear; - transition: background 0.1s linear; +i.flag.sn:before, +i.flag.senegal:before { + background-position: -72px -1274px; } -/*--- Above ---*/ +i.flag.so:before, +i.flag.somalia:before { + background-position: -72px -1300px; +} -.ui.pointing.label:before { - background-color: #e8e8e8; - background-image: none; +i.flag.sr:before, +i.flag.suriname:before { + background-position: -72px -1326px; } -.ui.pointing.label, -.ui.pointing.above.label { - margin-top: 1em; +i.flag.st:before, +i.flag.sao.tome:before { + background-position: -72px -1352px; } -.ui.pointing.label:before, -.ui.pointing.above.label:before { - margin-left: -0.3em; - top: -0.3em; - left: 50%; +i.flag.sv:before, +i.flag.el.salvador:before { + background-position: -72px -1378px; } -/*--- Below ---*/ +i.flag.sy:before, +i.flag.syria:before { + background-position: -72px -1404px; +} -.ui.pointing.bottom.label, -.ui.pointing.below.label { - margin-top: 0em; - margin-bottom: 1em; +i.flag.sz:before, +i.flag.swaziland:before { + background-position: -72px -1430px; } -.ui.pointing.bottom.label:before, -.ui.pointing.below.label:before { - margin-left: -0.3em; - top: auto; - right: auto; - bottom: -0.3em; - left: 50%; +i.flag.tc:before, +i.flag.caicos.islands:before { + background-position: -72px -1456px; } -/*--- Left ---*/ +i.flag.td:before, +i.flag.chad:before { + background-position: -72px -1482px; +} -.ui.pointing.left.label { - margin-top: 0em; - margin-left: 1em; +i.flag.tf:before, +i.flag.french.territories:before { + background-position: -72px -1508px; } -.ui.pointing.left.label:before { - margin-top: -0.3em; - bottom: auto; - right: auto; - top: 50%; - left: 0em; +i.flag.tg:before, +i.flag.togo:before { + background-position: -72px -1534px; } -/*--- Right ---*/ +i.flag.th:before, +i.flag.thailand:before { + background-position: -72px -1560px; +} -.ui.pointing.right.label { - margin-top: 0em; - margin-right: 1em; +i.flag.tj:before, +i.flag.tajikistan:before { + background-position: -72px -1586px; } -.ui.pointing.right.label:before { - margin-top: -0.3em; - right: -0.3em; - top: 50%; - bottom: auto; - left: auto; +i.flag.tk:before, +i.flag.tokelau:before { + background-position: -72px -1612px; } -/*------------------ - Floating Label --------------------*/ +i.flag.tl:before, +i.flag.timorleste:before { + background-position: -72px -1638px; +} -.ui.floating.label { - position: absolute; - z-index: 100; - top: -1em; - left: 100%; - margin: 0em 0em 0em -1.5em !important; +i.flag.tm:before, +i.flag.turkmenistan:before { + background-position: -72px -1664px; } -/*------------------- - Sizes ---------------------*/ +i.flag.tn:before, +i.flag.tunisia:before { + background-position: -72px -1690px; +} -.ui.mini.labels .label, -.ui.mini.label { - font-size: 0.6428em; +i.flag.to:before, +i.flag.tonga:before { + background-position: -72px -1716px; } -.ui.tiny.labels .label, -.ui.tiny.label { - font-size: 0.7142em; +i.flag.tr:before, +i.flag.turkey:before { + background-position: -72px -1742px; } -.ui.small.labels .label, -.ui.small.label { - font-size: 0.7857em; +i.flag.tt:before, +i.flag.trinidad:before { + background-position: -72px -1768px; } -.ui.labels .label, -.ui.label { - font-size: 0.8571em; +i.flag.tv:before, +i.flag.tuvalu:before { + background-position: -72px -1794px; } -.ui.large.labels .label, -.ui.large.label { - font-size: 1em; +i.flag.tw:before, +i.flag.taiwan:before { + background-position: -72px -1820px; } -.ui.big.labels .label, -.ui.big.label { - font-size: 1.1428em; +i.flag.tz:before, +i.flag.tanzania:before { + background-position: -72px -1846px; } -.ui.huge.labels .label, -.ui.huge.label { - font-size: 1.2857em; +i.flag.ua:before, +i.flag.ukraine:before { + background-position: -72px -1872px; } -.ui.massive.labels .label, -.ui.massive.label { - font-size: 1.4285em; +i.flag.ug:before, +i.flag.uganda:before { + background-position: -72px -1898px; } -/******************************* - Theme Overrides -*******************************/ +i.flag.um:before, +i.flag.us.minor.islands:before { + background-position: -72px -1924px; +} -/******************************* - Site Overrides -*******************************/ +i.flag.us:before, +i.flag.america:before, +i.flag.united.states:before { + background-position: -72px -1950px; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +i.flag.uy:before, +i.flag.uruguay:before { + background-position: -72px -1976px; +} -/******************************* - List -*******************************/ +i.flag.uz:before, +i.flag.uzbekistan:before { + background-position: -108px 0px; +} -ul.ui.list, -ol.ui.list, -.ui.list { - list-style-type: none; - margin: 0em; - padding: 0em 0em; +i.flag.va:before, +i.flag.vatican.city:before { + background-position: -108px -26px; } -ul.ui.list:first-child, -ol.ui.list:first-child, -.ui.list:first-child { - margin-top: 0em; - padding-top: 0em; +i.flag.vc:before, +i.flag.saint.vincent:before { + background-position: -108px -52px; } -ul.ui.list:last-child, -ol.ui.list:last-child, -.ui.list:last-child { - margin-bottom: 0em; - padding-bottom: 0em; +i.flag.ve:before, +i.flag.venezuela:before { + background-position: -108px -78px; } -/******************************* - Content -*******************************/ +i.flag.vg:before, +i.flag.british.virgin.islands:before { + background-position: -108px -104px; +} -/* List Item */ +i.flag.vi:before, +i.flag.us.virgin.islands:before { + background-position: -108px -130px; +} -ul.ui.list li, -ol.ui.list li, -.ui.list .item { - display: list-item; - table-layout: fixed; - list-style-type: none; - list-style-position: outside; - padding: 0.3em 0em; - line-height: 1.2; +i.flag.vn:before, +i.flag.vietnam:before { + background-position: -108px -156px; } -ul.ui.list > li:first-child:after, -ol.ui.list > li:first-child:after, -.ui.list .item:after { - content: ''; - display: block; - height: 0; - clear: both; - visibility: hidden; +i.flag.vu:before, +i.flag.vanuatu:before { + background-position: -108px -182px; } -ul.ui.list li:first-child, -ol.ui.list li:first-child, -.ui.list .item:first-child { - padding-top: 0em; +i.flag.wf:before, +i.flag.wallis.and.futuna:before { + background-position: -108px -234px; } -ul.ui.list li:last-child, -ol.ui.list li:last-child, -.ui.list .item:last-child { - padding-bottom: 0em; +i.flag.ws:before, +i.flag.samoa:before { + background-position: -108px -260px; } -/* Child List */ +i.flag.ye:before, +i.flag.yemen:before { + background-position: -108px -286px; +} -ul.ui.list ul, -ol.ui.list ol, -.ui.list .list { - clear: both; - margin: 0em; - padding: 0.75em 0em 0.25em 0.5em; +i.flag.yt:before, +i.flag.mayotte:before { + background-position: -108px -312px; } -/* Icon */ - -.ui.list .item > .icon { - display: table-cell; - margin: 0em; - padding-top: 0.1rem; - padding-right: 0.3em; - vertical-align: middle; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +i.flag.za:before, +i.flag.south.africa:before { + background-position: -108px -338px; } -.ui.list .item > [class*="top aligned"].icon { - vertical-align: top; +i.flag.zm:before, +i.flag.zambia:before { + background-position: -108px -364px; } -.ui.list .item > .icon:only-child { - display: inline-block; - vertical-align: top; +i.flag.zw:before, +i.flag.zimbabwe:before { + background-position: -108px -390px; } -/* Image */ +/******************************* + Site Overrides +*******************************/ -.ui.list .item > .image { - display: table-cell; - background-color: transparent; - margin: 0em; - padding-right: 0.5em; - vertical-align: middle; +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Table +*******************************/ + +/* Prototype */ + +.ui.table { + width: 100%; + background: #ffffff; + margin: 1em 0em; + border: 1px solid #d0d0d0; + box-shadow: none; + border-radius: 0.25rem; + color: rgba(0, 0, 0, 0.8); + border-collapse: separate; + border-spacing: 0px; } -.ui.list .item > [class*="top aligned"].image { - vertical-align: top; +.ui.table:first-child { + margin-top: 0em; } -.ui.list .item > .image img { - vertical-align: middle; +.ui.table:last-child { + margin-bottom: 0em; } -.ui.list .item > img.image, -.ui.list .item > .image:only-child { - display: inline-block; - padding-right: 0em; +/******************************* + Parts +*******************************/ + +/* Table Content */ + +.ui.table th, +.ui.table td { + -webkit-transition: all 0.2s ease; + transition: all 0.2s ease; } -/* Content */ +/* Headers */ -.ui.list .item > .content { - line-height: 1.2em; +.ui.table thead { + box-shadow: none; } -.ui.list .item > .image + .content, -.ui.list .item > .icon + .content { - display: table-cell; - padding-left: 0.5em; +.ui.table thead th { + cursor: auto; + background: #f0f0f0; + text-align: left; + color: rgba(0, 0, 0, 0.8); + padding: 0.7em 0.8em; vertical-align: middle; + font-style: none; + font-weight: bold; + text-transform: none; + border-bottom: 1px solid #d4d4d5; + border-left: none; } -.ui.list .item > .image + .content, -.ui.list .item > .icon + .content { - display: table-cell; - padding-left: 0.5em; - vertical-align: middle; +.ui.table thead th:first-child { + border-radius: 0.25rem 0em 0em 0em; + border-left: none; } -.ui.list .item > img.image + .content { - display: inline-block; +.ui.table thead th:last-child { + border-radius: 0em 0.25rem 0em 0em; } -.ui.list .item > .content > .list { - margin-left: 0em; - padding-left: 0em; +.ui.table thead th:only-child { + border-radius: 0.25rem 0.25rem 0em 0em; } -/* Link */ +/* Footer */ -.ui.list a { - cursor: pointer; - color: rgba(0, 0, 0, 0.8); +.ui.table tfoot { + box-shadow: none; } -.ui.list a:hover { - color: #00b2f3; +.ui.table tfoot th { + cursor: auto; + border-top: 1px solid #d4d4d5; + background: #ffffff; + text-align: left; + color: rgba(0, 0, 0, 0.8); + padding: 0.7em 0.8em; + vertical-align: middle; + font-style: normal; + font-weight: normal; + text-transform: none; } -.ui.list a .icon { - color: rgba(0, 0, 0, 0.4); +.ui.table tfoot th:first-child { + border-radius: 0em 0em 0em 0.25rem; } -/* Header */ - -.ui.list .header { - display: block; - margin: 0em; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-weight: bold; - color: rgba(0, 0, 0, 0.8); +.ui.table tfoot th:last-child { + border-radius: 0em 0em 0.25rem 0em; } -.ui.list .description { - display: block; - color: rgba(0, 0, 0, 0.8); +.ui.table tfoot th:only-child { + border-radius: 0em 0em 0.25rem 0.25rem; } -/* Floated Content */ +/* Table Row */ -.ui.list .item > .left.floated { - float: left; - margin-right: 1em; +.ui.table tr td { + border-top: 1px solid #d4d4d5; } -.ui.list .item > .right.floated { - float: right; - margin-left: 1em; +.ui.table tr:first-child td { + border-top: none; } -/******************************* - Coupling -*******************************/ +/* Table Cells */ -.ui.menu .ui.list .item:before { - border: none; - background: none; +.ui.table td { + padding: 0.7em 0.8em; + vertical-align: middle; } -/******************************* - Types -*******************************/ +/* Icons */ -/*------------------- - Horizontal ---------------------*/ +.ui.table > .icon { + vertical-align: baseline; +} -.ui.horizontal.list { - display: inline-block; - font-size: 0em; +.ui.table > .icon:only-child { + margin: 0em; } -.ui.horizontal.list > .item { - display: inline-block; - margin-left: 1em; - font-size: 1rem; +/* Table Segment */ + +.ui.table.segment { + padding: 0em; } -.ui.horizontal.list > .item:first-child { - margin-left: 0em !important; - padding-left: 0em !important; +.ui.table.segment:after { + display: none; } -.ui.horizontal.list .list { - padding-left: 0em; - padding-bottom: 0em; +.ui.table.segment.stacked:after { + display: block; } -/* Padding on all elements */ +/* Responsive */ -.ui.horizontal.list > .item:first-child, -.ui.horizontal.list > .item:last-child { - padding-top: 0.3em; - padding-bottom: 0.3em; -} +@media only screen and (max-width: 768px) { + .ui.table { + display: block; + padding: 0em; + } -/* Horizontal List */ + .ui.table thead { + display: block; + } -.ui.horizontal.list .item > .icon { - margin: 0em; - padding: 0em 0.25em 0em 0em; -} + .ui.table tfoot { + display: block; + } -.ui.horizontal.list .item > .icon, -.ui.horizontal.list .item > .icon + .content { - float: none; - display: inline-block; -} + .ui.table tbody { + display: block; + } -/******************************* - States -*******************************/ + .ui.table tr { + display: block; + } -/*------------------- - Disabled ---------------------*/ + .ui.table tr > th, + .ui.table tr > td { + background: none; + width: 100% !important; + display: block; + border: none !important; + padding: 0.25em 0.75em; + box-shadow: none; + } -.ui.list .disabled.item { - pointer-events: none; - color: rgba(40, 40, 40, 0.3) !important; -} + .ui.table th:first-child, + .ui.table td:first-child { + font-weight: bold; + padding-top: 1em; + } -.ui.inverted.list .disabled.item { - color: rgba(225, 225, 225, 0.3) !important; -} + .ui.table th:last-child, + .ui.table td:last-child { + box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset; + padding-bottom: 1em; + } -/*------------------- - Hover ---------------------*/ + /* Clear BG Colors */ -.ui.list a:hover .icon { - color: rgba(0, 0, 0, 0.8); + .ui.table tr > td.warning, + .ui.table tr > td.error, + .ui.table tr > td.active, + .ui.table tr > td.positive, + .ui.table tr > td.negative { + background-color: transparent !important; + } } /******************************* - Variations + Types *******************************/ -/*------------------- - Inverted ---------------------*/ - -.ui.inverted.list a .icon { - color: rgba(255, 255, 255, 0.8); -} +/*-------------- + Definition +---------------*/ -.ui.inverted.list .header { - color: #ffffff; +.ui.definition.table thead:not(.full-width) th:first-child { + pointer-events: none; + background: transparent; + font-weight: normal; + color: rgba(0, 0, 0, 0.4); + box-shadow: -1px -1px 0px 1px #ffffff; } -.ui.inverted.list .description { - color: rgba(255, 255, 255, 0.8); +.ui.definition.table tfoot:not(.full-width) th:first-child { + pointer-events: none; + background: transparent; + font-weight: rgba(0, 0, 0, 0.4); + color: normal; + box-shadow: 1px 1px 0px 1px #ffffff; } -/*------------------- - Link ---------------------*/ +/* Remove Border */ -.ui.link.list .item, -.ui.link.list a.item, -.ui.link.list .item a { - color: rgba(0, 0, 0, 0.4); - -webkit-transition: 0.2s color ease; - transition: 0.2s color ease; +.ui.celled.definition.table thead:not(.full-width) th:first-child { + box-shadow: 0px -1px 0px 1px #ffffff; } -.ui.link.list a.item:hover, -.ui.link.list .item a:hover { - color: rgba(0, 0, 0, 0.8); +.ui.celled.definition.table tfoot:not(.full-width) th:first-child { + box-shadow: 0px 1px 0px 1px #ffffff; } -.ui.link.list a.item:active, -.ui.link.list .item a:active { - color: rgba(0, 0, 0, 0.8); -} +/* Highlight Defining Column */ -.ui.link.list .active.item, -.ui.link.list .active.item a { +.ui.definition.table tr td:first-child { + background: rgba(0, 0, 0, 0.03); + font-weight: bold; color: rgba(0, 0, 0, 0.8); } -/* Inverted */ +/* Fix 2nd Column */ -.ui.inverted.link.list .item, -.ui.inverted.link.list a.item, -.ui.inverted.link.list .item a { - color: rgba(255, 255, 255, 0.5); +.ui.definition.table thead:not(.full-width) th:nth-child(2) { + border-left: 1px solid #d0d0d0; } -.ui.inverted.link.list a.item:hover, -.ui.inverted.link.list .item a:hover { - color: #ffffff; +.ui.definition.table tfoot:not(.full-width) th:nth-child(2) { + border-left: 1px solid #d0d0d0; } -.ui.inverted.link.list a.item:active, -.ui.inverted.link.list .item a:active { - color: #ffffff; +.ui.definition.table td:nth-child(2) { + border-left: 1px solid #d0d0d0; } -.ui.inverted.link.list a.active.item, -.ui.inverted.link.list .active.item a { - color: #ffffff; -} +/******************************* + States +*******************************/ -/*------------------- - Selection ---------------------*/ +/*-------------- + Positive +---------------*/ -.ui.selection.list .item { - cursor: pointer; - background: transparent; - padding: 0.5em 0.5em; - margin: 0em; - color: rgba(0, 0, 0, 0.4); - border-radius: 0.5em; - -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; - transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; +.ui.table tr.positive, +.ui.table td.positive { + box-shadow: 2px 0px 0px #119000 inset; } -.ui.selection.list .item:last-child { - margin-bottom: 0em; +.ui.table tr.positive td, +.ui.table td.positive { + background: #f2f8f0 !important; + color: #119000 !important; } -.ui.selection.list .item:hover { - background: rgba(0, 0, 0, 0.03); - color: rgba(0, 0, 0, 0.8); +.ui.celled.table tr.positive:hover td, +.ui.celled.table tr:hover td.positive, +.ui.table tr.positive:hover td, +.ui.table td:hover.positive, +.ui.table th:hover.positive { + background: #ecf5e9 !important; + color: #119000 !important; } -.ui.selection.list .item:active { - background: rgba(0, 0, 0, 0.05); - color: rgba(0, 0, 0, 0.8); -} +/*-------------- + Negative +---------------*/ -.ui.selection.list .item.active { - background: rgba(0, 0, 0, 0.05); - color: rgba(0, 0, 0, 0.8); +.ui.table tr.negative, +.ui.table td.negative { + box-shadow: 2px 0px 0px #cd2929 inset; } -/* Inverted */ - -.ui.inverted.selection.list .item { - background: transparent; - color: rgba(255, 255, 255, 0.5); +.ui.table tr.negative td, +.ui.table td.negative { + background: #f9f4f4 !important; + color: #cd2929 !important; } -.ui.inverted.selection.list .item:hover { - background: rgba(255, 255, 255, 0.02); - color: #ffffff; +.ui.celled.table tr.negative:hover td, +.ui.celled.table tr:hover td.negative { + background: #f2e8e8 !important; + color: #cd2929 !important; } -.ui.inverted.selection.list .item:active { - background: rgba(255, 255, 255, 0.05); - color: #ffffff; -} +/*-------------- + Error +---------------*/ -.ui.inverted.selection.list .item.active { - background: rgba(255, 255, 255, 0.05); - color: #ffffff; +.ui.table tr.error, +.ui.table td.error { + box-shadow: 2px 0px 0px #cd2929 inset; } -/* Celled / Divided Selection List */ - -.ui.celled.selection.list .item, -.ui.divided.selection.list .item { - border-radius: 0em; +.ui.table tr.error td, +.ui.table td.error { + background: #f9f4f4 !important; + color: #cd2929 !important; } -/*------------------- - Animated ---------------------*/ - -.ui.animated.list .item { - -webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; - transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; +.ui.celled.table tr.error:hover td, +.ui.celled.table tr:hover td.error { + background: #f2e8e8 !important; + color: #cd2929 !important; } -.ui.animated.list:not(.horizontal) .item:hover { - padding-left: 1em; -} +/*-------------- + Warning +---------------*/ -.ui.animated.list:not(.horizontal) .item:hover .item:hover { - padding-left: 0.5em; +.ui.table tr.warning, +.ui.table td.warning { + box-shadow: 2px 0px 0px #7d6c00 inset; } -/*------------------- - Fitted ---------------------*/ - -.ui.fitted.list:not(.selection) .item { - padding-left: 0em; - padding-right: 0em; +.ui.table tr.warning td, +.ui.table td.warning { + background: #fbf6e9 !important; + color: #7d6c00 !important; } -.ui.fitted.selection.list .item { - margin-left: -0.5em; - margin-right: -0.5em; +.ui.celled.table tr.warning:hover td, +.ui.celled.table tr:hover td.warning { + background: #f3eddc !important; + color: #cd2929 !important; } -/*------------------- - Bulleted ---------------------*/ +/*-------------- + Active +---------------*/ -ul.ui.list, -.ui.bulleted.list { - margin-left: 1rem; +.ui.table tr.active, +.ui.table td.active { + box-shadow: 2px 0px 0px rgba(50, 50, 50, 0.9) inset; } -ul.ui.list li, -.ui.bulleted.list .item { - position: relative; +.ui.table tr.active td, +.ui.table td.active { + background: #e0e0e0 !important; + color: rgba(50, 50, 50, 0.9) !important; } -ul.ui.list li:before, -.ui.bulleted.list .item:before { - position: absolute; - left: -1rem; - content: '•'; - opacity: 1; - color: rgba(0, 0, 0, 0.8); - vertical-align: top; +.ui.celled.table tr.active:hover td, +.ui.celled.table tr:hover td.active { + background: #e0e0e0 !important; + color: rgba(50, 50, 50, 0.9) !important; } -ul.ui.list ul, -.ui.bulleted.list .list { - padding-left: 1rem; +/*-------------- + Disabled +---------------*/ + +.ui.table tr.disabled td, +.ui.table tr td.disabled, +.ui.table tr.disabled:hover td, +.ui.table tr:hover td.disabled { + pointer-events: none; + color: rgba(40, 40, 40, 0.3); } -/* Horizontal Bulleted */ +/******************************* + Variations +*******************************/ -ul.ui.horizontal.bulleted.list, -.ui.horizontal.bulleted.list { - margin-left: 0em; -} +/*-------------- + Aligned +---------------*/ -ul.ui.horizontal.bulleted.list li, -.ui.horizontal.bulleted.list .item { - margin-left: 1.5rem; +.ui.table[class*="left aligned"], +.ui.table [class*="left aligned"] { + text-align: left; } -ul.ui.horizontal.bulleted.list li:before, -.ui.horizontal.bulleted.list .item:before { - left: -1.1rem; +.ui.table[class*="center aligned"], +.ui.table [class*="center aligned"] { + text-align: center; } -ul.ui.horizontal.bulleted.list li:first-child, -.ui.horizontal.bulleted.list .item:first-child { - margin-left: 0em; +.ui.table[class*="right aligned"], +.ui.table [class*="right aligned"] { + text-align: right; } -ul.ui.horizontal.bulleted.list li:first-child::before, -.ui.horizontal.bulleted.list .item:first-child::before { - display: none; +/*-------------- + Collapsing +---------------*/ + +.ui.table th.collapsing, +.ui.table td.collapsing { + width: 1px; + white-space: nowrap; } -/*------------------- - Ordered ---------------------*/ +/*-------------- + Attached +---------------*/ -ol.ui.list, -.ui.ordered.list, -.ui.ordered.list .list, -ol.ui.list ol { - counter-reset: ordered; - margin-left: 1.25rem; - list-style-type: none; +/* All */ + +.ui.attached.table { + width: -webkit-calc(100% + 2px ); + width: calc(100% + 2px ); + margin: 0em -1px; + border-radius: 0px; + box-shadow: none; } -ol.ui.list li, -.ui.ordered.list .item { - list-style-type: none; - position: relative; +/* Top */ + +.ui[class*="top attached"].table { + margin-top: 1em 0em; + border-radius: 0.25rem 0.25rem 0em 0em; } -ol.ui.list li:before, -.ui.ordered.list .item:before { - position: absolute; - left: -1.25rem; - counter-increment: ordered; - content: counters(ordered, ".") " "; - text-align: right; - color: rgba(0, 0, 0, 0.8); - vertical-align: middle; - opacity: 0.8; +.ui.table[class*="top attached"]:first-child { + margin-top: 0em; } -/* Child Lists */ +/* Bottom */ -ol.ui.list ol, -.ui.ordered.list .list { - margin-left: 2em; +.ui.table[class*="bottom attached"] { + margin-top: 0em; + margin-bottom: 1em 0em; + border-radius: 0em 0em 0.25rem 0.25rem; } -ol.ui.list ol li:before, -.ui.ordered.list .list .item:before { - left: -2em; +.ui.table[class*="bottom attached"]:last-child { + margin-bottom: 0em; } -/* Horizontal Ordered */ +/*-------------- + Striped +---------------*/ -ol.ui.horizontal.list, -.ui.ordered.horizontal.list { - margin-left: 0em; +/* Table Striping */ + +.ui.striped.table > tr:nth-child(2n), +.ui.striped.table tbody tr:nth-child(2n) { + background-color: rgba(0, 0, 50, 0.03); } -ol.ui.horizontal.list li:before, -.ui.ordered.horizontal.list .item:before { - position: static; - margin: 0em 0.5em 0em 0em; +/* Stripes */ + +.ui.inverted.striped.table > tr:nth-child(2n), +.ui.inverted.striped.table tbody tr:nth-child(2n) { + background-color: rgba(255, 255, 255, 0.06); } /*------------------- - Divided + Colors --------------------*/ -.ui.divided.list .item { - border-top: 1px solid rgba(39, 41, 43, 0.15); +.ui.black.table { + border-top: 0.2em solid #1b1c1d; } -.ui.divided.list .list .item { - border-top: none; +.ui.blue.table { + border-top: 0.2em solid #3b83c0; } -.ui.divided.list .item .menu .item { - border-top: none; +.ui.green.table { + border-top: 0.2em solid #5bbd72; } -.ui.divided.list .item:first-child { - border-top: none; +.ui.orange.table { + border-top: 0.2em solid #e07b53; } -/* Sub Menu */ - -.ui.divided.list:not(.horizontal) .list .item:first-child { - border-top-width: 1px; +.ui.pink.table { + border-top: 0.2em solid #d9499a; } -/* Divided bulleted */ +.ui.purple.table { + border-top: 0.2em solid #564f8a; +} -.ui.divided.bulleted.list:not(.horizontal), -.ui.divided.bulleted.list .list { - margin-left: 0em; - padding-left: 0em; +.ui.red.table { + border-top: 0.2em solid #d95c5c; } -.ui.divided.bulleted.list .item:not(.horizontal) { - padding-left: 1rem; +.ui.teal.table { + border-top: 0.2em solid #00b5ad; } -.ui.divided.bulleted.list .item:before { - left: 0em; +.ui.yellow.table { + border-top: 0.2em solid #f2c61f; } -/* Divided Ordered */ +/*------------------- + Inverted Colors +--------------------*/ -.ui.divided.ordered.list { - margin-left: 0em; +.ui.inverted.table, +.ui.inverted.black.table { + background-color: #1b1c1d !important; + color: #ffffff !important; } -.ui.divided.ordered.list .item { - padding-left: 1.25rem; +.ui.inverted.blue.table { + background-color: #3b83c0 !important; + color: #ffffff !important; } -.ui.divided.ordered.list .item:before { - left: 0em; +.ui.inverted.green.table { + background-color: #5bbd72 !important; + color: #ffffff !important; } -.ui.divided.ordered.list .item .list { - margin-left: 0em; - margin-right: 0em; - padding-bottom: 0.3em; +.ui.inverted.orange.table { + background-color: #e07b53 !important; + color: #ffffff !important; } -.ui.divided.ordered.list .item .list .item { - padding-left: 2em; +.ui.inverted.pink.table { + background-color: #d9499a !important; + color: #ffffff !important; } -/* Divided Selection */ - -.ui.divided.selection.list .item { - margin: 0em; - border-radius: 0em; +.ui.inverted.purple.table { + background-color: #564f8a !important; + color: #ffffff !important; } -/* Divided horizontal */ +.ui.inverted.red.table { + background-color: #d95c5c !important; + color: #ffffff !important; +} -.ui.divided.horizontal.list { - margin-left: 0em; +.ui.inverted.teal.table { + background-color: #00b5ad !important; + color: #ffffff !important; } -.ui.divided.horizontal.list > .item { - border-top: none; - border-left: 1px solid rgba(39, 41, 43, 0.15); - margin: 0em; - padding-left: 0.5em; - padding-right: 0.5em; - line-height: 0.6; +.ui.inverted.yellow.table { + background-color: #f2c61f !important; + color: #ffffff !important; } -.ui.horizontal.divided.list > .item:first-child { - border-left: none; +/*-------------- + Column Count +---------------*/ + +/* Grid Based */ + +.ui.one.column.table td { + width: 100%; } -/* Inverted */ +.ui.two.column.table td { + width: 50%; +} -.ui.divided.inverted.list > .item, -.ui.divided.inverted.list > .list, -.ui.divided.inverted.horizontal.list .item { - border-color: rgba(255, 255, 255, 0.2); +.ui.three.column.table td { + width: 33.33333333%; } -/*------------------- - Celled ---------------------*/ +.ui.four.column.table td { + width: 25%; +} -.ui.celled.list > .item, -.ui.celled.list > .list { - border-top: 1px solid rgba(39, 41, 43, 0.15); - padding-left: 0.5em; - padding-right: 0.5em; +.ui.five.column.table td { + width: 20%; } -.ui.celled.list > .item:last-child { - border-bottom: 1px solid rgba(39, 41, 43, 0.15); +.ui.six.column.table td { + width: 16.66666667%; } -/* Padding on all elements */ +.ui.seven.column.table td { + width: 14.28571429%; +} -.ui.celled.list > .item:first-child, -.ui.celled.list > .item:last-child { - padding-top: 0.3em; - padding-bottom: 0.3em; +.ui.eight.column.table td { + width: 12.5%; } -/* Sub Menu */ +.ui.nine.column.table td { + width: 11.11111111%; +} -.ui.celled.list .item .list .item { - border-width: 0px; +.ui.ten.column.table td { + width: 10%; } -.ui.celled.list .list .item:first-child { - border-top-width: 0px; +.ui.eleven.column.table td { + width: 9.09090909%; } -/* Celled Bulleted */ +.ui.twelve.column.table td { + width: 8.33333333%; +} -.ui.celled.bulleted.list { - margin-left: 0em; +.ui.thirteen.column.table td { + width: 7.69230769%; } -.ui.celled.bulleted.list .item { - padding-left: 1rem; +.ui.fourteen.column.table td { + width: 7.14285714%; } -.ui.celled.bulleted.list .item:before { - left: 0em; +.ui.fifteen.column.table td { + width: 6.66666667%; } -.ui.celled.bulleted.list .item .list { - margin-left: -1rem; - margin-right: -1rem; - padding-bottom: 0.3em; +.ui.sixteen.column.table td { + width: 6.25%; } -/* Celled Ordered */ +/* Column Width */ -.ui.celled.ordered.list { - margin-left: 0em; +.ui.table th.one.wide, +.ui.table td.one.wide { + width: 6.25%; } -.ui.celled.ordered.list .item { - padding-left: 1.25rem; +.ui.table th.two.wide, +.ui.table td.two.wide { + width: 12.5%; } -.ui.celled.ordered.list .item:before { - left: 0em; +.ui.table th.three.wide, +.ui.table td.three.wide { + width: 18.75%; } -.ui.celled.ordered.list .item .list { - margin-left: 0em; - margin-right: 0em; - padding-bottom: 0.3em; +.ui.table th.four.wide, +.ui.table td.four.wide { + width: 25%; } -.ui.celled.ordered.list .item .list .item { - padding-left: 2em; +.ui.table th.five.wide, +.ui.table td.five.wide { + width: 31.25%; } -/* Celled Horizontal */ - -.ui.horizontal.celled.list { - margin-left: 0em; +.ui.table th.six.wide, +.ui.table td.six.wide { + width: 37.5%; } -.ui.horizontal.celled.list .item { - border-top: none; - border-left: 1px solid rgba(39, 41, 43, 0.15); - margin: 0em; - padding-left: 0.5em; - padding-right: 0.5em; - line-height: 0.6; +.ui.table th.seven.wide, +.ui.table td.seven.wide { + width: 43.75%; } -.ui.horizontal.celled.list .item:last-child { - border-bottom: none; - border-right: 1px solid rgba(39, 41, 43, 0.15); +.ui.table th.eight.wide, +.ui.table td.eight.wide { + width: 50%; } -/* Inverted */ - -.ui.celled.inverted.list > .item, -.ui.celled.inverted.list > .list { - border-color: 1px solid rgba(255, 255, 255, 0.2); +.ui.table th.nine.wide, +.ui.table td.nine.wide { + width: 56.25%; } -.ui.celled.inverted.horizontal.list .item { - border-color: 1px solid rgba(255, 255, 255, 0.2); +.ui.table th.ten.wide, +.ui.table td.ten.wide { + width: 62.5%; } -/*------------------- - Relaxed ---------------------*/ - -.ui.relaxed.list:not(.horizontal) .item { - padding-top: 0.5rem; - padding-bottom: 0.5rem; +.ui.table th.eleven.wide, +.ui.table td.eleven.wide { + width: 68.75%; } -.ui.relaxed.list .header { - /*margin-bottom: @relaxedHeaderMargin;*/ +.ui.table th.twelve.wide, +.ui.table td.twelve.wide { + width: 75%; } -.ui.horizontal.relaxed.list .item { - padding-left: 1.25rem; - padding-right: 1.25rem; +.ui.table th.thirteen.wide, +.ui.table td.thirteen.wide { + width: 81.25%; } -.ui[class*="very relaxed"].list:not(.horizontal) .item { - padding-top: 1rem; - padding-bottom: 1rem; +.ui.table th.fourteen.wide, +.ui.table td.fourteen.wide { + width: 87.5%; } -.ui[class*="very relaxed"].list .header { - /*margin-bottom: @veryRelaxedHeaderMargin;*/ +.ui.table th.fifteen.wide, +.ui.table td.fifteen.wide { + width: 93.75%; } -.ui.horizontal[class*="very relaxed"].list .item { - padding-left: 2rem; - padding-right: 2rem; +.ui.table th.sixteen.wide, +.ui.table td.sixteen.wide { + width: 100%; } -/*------------------- - Sizes ---------------------*/ +/*-------------- + Sortable +---------------*/ -.ui.mini.list .item { - font-size: 0.7rem; +.ui.sortable.table thead th { + cursor: pointer; + white-space: nowrap; + border-left: 1px solid #d0d0d0; + color: rgba(0, 0, 0, 0.8); } -.ui.tiny.list .item { - font-size: 0.8rem; +.ui.sortable.table thead th:first-child { + border-left: none; } -.ui.small.list .item { - font-size: 0.9rem; +.ui.sortable.table thead th.sorted, +.ui.sortable.table thead th.sorted:hover { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } -.ui.list .item { - font-size: 1rem; +.ui.sortable.table thead th:after { + display: inline-block; + content: ''; + width: 1em; + height: 1em; + opacity: 0.8; + margin: 0em 0em 0em 0.5em; + font-family: 'Icons'; + font-style: normal; + font-weight: normal; + text-decoration: inherit; } -.ui.large.list .item { - font-size: 1.1rem; +.ui.sortable.table thead th.ascending:after { + content: '\f0d7'; } -.ui.big.list .item { - font-size: 1.2rem; +.ui.sortable.table thead th.descending:after { + content: '\f0d8'; } -.ui.huge.list .item { - font-size: 1.3rem; -} +/* Hover */ -.ui.massive.list .item { - font-size: 1.5rem; +.ui.sortable.table th.disabled:hover { + cursor: auto; + color: rgba(40, 40, 40, 0.3); } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - User Variable Overrides -*******************************/ +.ui.sortable.table thead th:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +/* Sorted */ -/******************************* - Loader -*******************************/ +.ui.sortable.table thead th.sorted { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); +} -/* Standard Size */ +/* Sorted Hover */ -.ui.loader { - display: none; - position: absolute; - top: 50%; - left: 50%; - margin: 0px; - text-align: center; - z-index: 1000; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.ui.sortable.table thead th.sorted:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); } -.ui.dimmer .loader { - display: block; +/* Inverted */ + +.ui.inverted.sortable.table thead th.sorted { + background: rgba(255, 255, 255, 0.07) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: rgba(255, 255, 255, 0.07) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + color: #ffffff; } -.ui.dimmer .ui.loader, -.ui.inverted.loader { +.ui.inverted.sortable.table thead th:hover { + background: rgba(255, 255, 255, 0.05) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: rgba(255, 255, 255, 0.05) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); color: #ffffff; } -/******************************* - Types -*******************************/ +.ui.inverted.sortable.table thead th { + border-left-color: transparent; +} /*-------------- - CSS + Inverted ---------------*/ -/* Flipping */ - -.ui.flipping.loader { - width: auto; - height: auto; - background-image: none !important; -} +/* Text Color */ -.ui.flipping.loader .shape { - position: relative; - margin: 0em auto 1em; - color: transparent; - box-shadow: 0px 0px 0px 1px; - -webkit-animation: loaderFlipping 1s infinite ease; - animation: loaderFlipping 1s infinite ease; - margin-bottom: 1em; - -webkit-transform-style: preserve-3d; - transform-style: preserve-3d; +.ui.inverted.table { + background: #333333; + color: #ffffff; + border: none; } -.ui.flipping.loader .shape:before, -.ui.flipping.loader .shape:after { - position: absolute; - content: ''; - top: 0px; - left: 0px; - box-shadow: 0px 0px 0px 1px; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; +.ui.inverted.table th { + background-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.2) !important; + color: rgba(255, 255, 255, 0.9); } -.ui.flipping.loader .shape:before { - background-color: #3b83c0; - -webkit-transform: rotateY(0deg); - transform: rotateY(0deg); - z-index: 2; +.ui.inverted.table tr td { + border-color: rgba(0, 0, 0, 0.2) !important; } -.ui.flipping.loader .shape:after { - background-color: #1b1c1d; - -webkit-transform: rotateY(180deg); - transform: rotateY(180deg); +.ui.inverted.table tr.disabled td, +.ui.inverted.table tr td.disabled, +.ui.inverted.table tr.disabled:hover td, +.ui.inverted.table tr:hover td.disabled { + pointer-events: none; + color: rgba(225, 225, 225, 0.3); } -/* Circular */ +/* Definition */ -.ui.flipping.circular.loader .shape, -.ui.flipping.circular.loader .shape:before, -.ui.flipping.circular.loader .shape:after { - border-radius: 500rem; +.ui.inverted.definition.table tfoot:not(.full-width) th:first-child, +.ui.inverted.definition.table thead:not(.full-width) th:first-child { + background: #ffffff; } -/* Sizes */ - -.ui.mini.flipping.loader .shape, -.ui.mini.flipping.loader .shape:before, -.ui.mini.flipping.loader .shape:after { - width: 16px; - height: 16px; +.ui.inverted.definition.table tr td:first-child { + background: rgba(255, 255, 255, 0.02); + color: #ffffff; } -.ui.flipping.loader .shape, -.ui.flipping.loader .shape:before, -.ui.flipping.loader .shape:after { - width: 32px; - height: 32px; -} +/*-------------- + Collapsing +---------------*/ -@-webkit-keyframes loaderFlipping { - 0% { - -webkit-transform: perspective(6em) rotateX(0deg) rotateY(0deg); - transform: perspective(6em) rotateX(0deg) rotateY(0deg); - } +.ui.collapsing.table { + width: auto; +} - 50% { - -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-180deg); - transform: perspective(6em) rotateX(0deg) rotateY(-180deg); - } +/*-------------- + Basic +---------------*/ - 100% { - -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-360deg); - transform: perspective(6em) rotateX(0deg) rotateY(-360deg); - } +.ui.basic.table { + background: transparent; + border: 1px solid #d0d0d0; + box-shadow: none; } -@keyframes loaderFlipping { - 0% { - -webkit-transform: perspective(6em) rotateX(0deg) rotateY(0deg); - transform: perspective(6em) rotateX(0deg) rotateY(0deg); - } +.ui.basic.table thead, +.ui.basic.table tfoot { + box-shadow: none; +} - 50% { - -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-180deg); - transform: perspective(6em) rotateX(0deg) rotateY(-180deg); - } +.ui.basic.table th { + background: transparent; + border-left: none; +} - 100% { - -webkit-transform: perspective(6em) rotateX(0deg) rotateY(-360deg); - transform: perspective(6em) rotateX(0deg) rotateY(-360deg); - } +.ui.basic.table tbody tr { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); } -/*------------------- - Text ---------------------*/ +.ui.basic.table td { + background: transparent; +} -.ui.text.loader { - width: auto !important; - height: auto !important; - text-align: center; - font-style: normal; +.ui.basic.striped.table tbody tr:nth-child(2n) { + background-color: rgba(0, 0, 0, 0.05) !important; } -.ui.mini.text.loader { - min-width: 16px; - padding-top: 31px; +/* Very Basic */ + +.ui[class*="very basic"].table { + border: none; } -.ui.small.text.loader { - min-width: 24px; - padding-top: 39px; +.ui[class*="very basic"].table:not(.sortable):not(.striped) th, +.ui[class*="very basic"].table:not(.sortable):not(.striped) td { + padding: 0.8em 0em; } -.ui.text.loader { - min-width: 32px; - padding-top: 47px; +.ui[class*="very basic"].table:not(.sortable):not(.striped) thead th { + padding-top: 0em; } -.ui.large.text.loader { - min-width: 64px; - padding-top: 79px; +.ui[class*="very basic"].table:not(.sortable):not(.striped) tbody tr:last-child td { + padding-bottom: 0em; } -/******************************* - States -*******************************/ +/*-------------- + Celled +---------------*/ -.ui.loader.active, -.ui.loader.visible { - display: block; +.ui.celled.table th, +.ui.celled.table td { + border-left: 1px solid #d4d4d5; } -.ui.loader.disabled, -.ui.loader.hidden { - display: none; +.ui.celled.table th:first-child, +.ui.celled.table td:first-child { + border-left: none; } -/******************************* - Variations -*******************************/ - -/*------------------- - Sizes ---------------------*/ - -/* Tiny Size */ +/*-------------- + Padded +---------------*/ -.ui.inverted.dimmer .ui.mini.loader, -.ui.mini.loader { - width: 16px; - height: 16px; - font-size: 0.8em; - background-image: url("themes/default/assets/images/loader-mini.gif"); +.ui.padded.table th { + padding-left: 1em; + padding-right: 1em; } -/* Small Size */ - -.ui.inverted.dimmer .ui.small.loader, -.ui.small.loader { - width: 24px; - height: 24px; - font-size: 0.875em; - background-image: url("themes/default/assets/images/loader-small.gif"); +.ui.padded.table th, +.ui.padded.table td { + padding: 1em 1em; } -.ui.inverted.dimmer .ui.loader, -.ui.loader { - width: 32px; - height: 32px; - font-size: 1em; - background: url("themes/default/assets/images/loader-medium.gif") no-repeat; - background-position: 50% 0px; -} +/* Very */ -/* Large Size */ +.ui[class*="very padded"].table th { + padding-left: 1.5em; + padding-right: 1.5em; +} -.ui.inverted.dimmer .ui.loader.large, -.ui.loader.large { - width: 64px; - height: 64px; - font-size: 1.2em; - background-image: url("themes/default/assets/images/loader-large.gif"); +.ui[class*="very padded"].table td { + padding: 1.5em 1.5em; } -/*------------------- - Inverted ---------------------*/ +/*-------------- + Compact +---------------*/ -.ui.inverted.dimmer .ui.loader { - color: rgba(0, 0, 0, 0.8); +.ui.compact.table th { + padding-left: 0.7em; + padding-right: 0.7em; } -/* Tiny Size */ - -.ui.dimmer .mini.ui.loader, -.ui.inverted .mini.ui.loader { - background-image: url("themes/default/assets/images/loader-mini-inverted.gif"); +.ui.compact.table td { + padding: 0.5em 0.7em; } -/* Small Size */ +/* Very */ -.ui.dimmer .small.ui.loader, -.ui.inverted .small.ui.loader { - background-image: url("themes/default/assets/images/loader-small-inverted.gif"); +.ui[class*="very compact"].table th { + padding-left: 0.6em; + padding-right: 0.6em; } -/* Standard Size */ - -.ui.dimmer .ui.loader, -.ui.inverted.loader { - background-image: url("themes/default/assets/images/loader-medium-inverted.gif"); +.ui[class*="very compact"].table td { + padding: 0.4em 0.6em; } -/* Large Size */ +/*-------------- + Sizes +---------------*/ -.ui.dimmer .large.ui.loader, -.ui.inverted .large.ui.loader { - background-image: url("themes/default/assets/images/loader-large-inverted.gif"); +/* Small */ + +.ui.small.table { + font-size: 0.9em; } -/*------------------- - Inline ---------------------*/ +/* Standard */ -.ui.inline.loader { - position: static; - vertical-align: middle; - margin: 0em; - -webkit-transform: none; - -ms-transform: none; - transform: none; +.ui.table { + font-size: 1em; } -.ui.inline.loader.active, -.ui.inline.loader.visible { - display: inline-block; +/* Large */ + +.ui.large.table { + font-size: 1.1em; } /******************************* @@ -16837,1761 +16466,1921 @@ ol.ui.horizontal.list li:before, *******************************/ /*-------------- - Menu + Cards ---------------*/ -.ui.menu { - margin: 1rem 0rem; - background: #ffffff; - font-size: 0px; - font-weight: normal; - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05); - border-radius: 0.2857rem; +.ui.cards { + margin: 1em -0.5em 0em; } -.ui.menu:after { - content: ''; +.ui.cards > .card { display: block; - height: 0px; - clear: both; - visibility: hidden; -} - -.ui.menu:first-child { - margin-top: 0rem; -} - -.ui.menu:last-child { - margin-bottom: 0rem; + margin: 0em 0.5em 1.5em; + float: left; } -/*-------------- - Colors ----------------*/ - -/* Text Color */ - -.ui.menu .item { - color: rgba(0, 0, 0, 0.8); +.ui.cards:first-child, +.ui.card:first-child { + margin-top: 0em; } -.ui.menu .item .item { - color: rgba(0, 0, 0, 0.5); +.ui.cards:last-child, +.ui.card:last-child { + margin-bottom: 0em; } -/* Hover */ +/* Clearing */ -.ui.menu .item .menu a.item:hover, -.ui.menu .item .menu .link.item:hover { - color: rgba(0, 0, 0, 0.85); +.ui.cards:after, +.ui.card:after { + display: block; + content: ' '; + height: 0px; + clear: both; + overflow: hidden; + visibility: hidden; } /*-------------- - Items + Card ---------------*/ -.ui.menu .item { +.ui.cards > .card, +.ui.card { + max-width: 100%; position: relative; - display: inline-block; - padding: 0.83em 0.95em; - border-top: 0em solid transparent; - background: none; - vertical-align: middle; - line-height: 1; - text-decoration: none; - box-sizing: border-box; - -webkit-tap-highlight-color: transparent; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; - transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; + display: block; + width: 290px; + min-height: 0px; + background: #ffffff; + padding: 0em; + border: none; + border-radius: 0.2857rem; + box-shadow: 0px 0.2em 0px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5; + -webkit-transition: box-shadow 0.2s ease; + transition: box-shadow 0.2s ease; + z-index: ''; } -.ui.menu .menu { - margin: 0em; +.ui.card { + margin: 1em 0em; } -/* Floated Content */ - -.ui.menu > .item:first-child { - border-radius: 0.2857rem 0px 0px 0.2857rem; +.ui.cards > .card a, +.ui.card a { + cursor: pointer; } -.ui.menu:not(.vertical) .item.left, -.ui.menu:not(.vertical) .menu.left { - float: left; +/*-------------- + Rounded Edges +---------------*/ + +.ui.cards > .card > :first-child, +.ui.card > :first-child { + border-radius: 0.2857rem 0.2857rem 0em 0em !important; } -.ui.menu:not(.vertical) .item.right, -.ui.menu:not(.vertical) .menu.right { - float: right; +.ui.cards > .card > :last-child, +.ui.card > :last-child { + border-radius: 0em 0em 0.2857rem 0.2857rem !important; } /*-------------- - Borders + Images ---------------*/ -.ui.menu .item:before { - position: absolute; - content: ''; - top: 0%; - right: 0px; - width: 1px; - height: 100%; - background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%); - background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%); +.ui.cards > .card > .image, +.ui.card > .image { + display: block; + position: relative; + padding: 0em; + background: rgba(0, 0, 0, 0.05); } -.ui.menu > .right.menu:first-child { - display: none; +.ui.cards > .card > .image > img, +.ui.card > .image > img { + display: block; + width: 100%; + height: auto; + border-radius: 0.2857rem 0.2857rem 0em 0em; + border: none; } -.ui.menu .menu.right .item:before, -.ui.menu .item.right:before { - right: auto; - left: 0px; +.ui.cards > .card > .image:only-child > img, +.ui.card > .image:only-child > img { + border-radius: 0.2857rem; } /*-------------- - Text Content + Content ---------------*/ -.ui.menu .text.item > *, -.ui.menu .item > a:not(.ui), -.ui.menu .item > p:only-child { - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - line-height: 1.3; - color: rgba(0, 0, 0, 0.8); +.ui.cards > .card > .content, +.ui.card > .content { + background: none; + margin: 0em; + padding: 1em 1em; + box-shadow: none; + font-size: 1em; + border: none; + border-radius: 0em; +} + +.ui.cards > .card > .content:after, +.ui.card > .content:after { + display: block; + content: ' '; + height: 0px; + clear: both; + overflow: hidden; + visibility: hidden; +} + +.ui.cards > .card > .content > .header, +.ui.card > .content > .header { + display: block; + margin: 0em; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + color: rgba(0, 0, 0, 0.85); } -.ui.menu .item > p:first-child { - margin-top: 0; +/* Default Header Size */ + +.ui.cards > .card > .content > .header:not(.ui), +.ui.card > .content > .header:not(.ui) { + font-weight: bold; + font-size: 1.2em; + margin-top: -0.165em; + line-height: 1.33em; } -.ui.menu .item > p:last-child { - margin-bottom: 0; +.ui.cards > .card > .content > .meta + .description, +.ui.cards > .card > .content > .header + .description, +.ui.card > .content > .meta + .description, +.ui.card > .content > .header + .description { + margin-top: 0.5em; } /*-------------- - Icons + Floated ---------------*/ -.ui.menu .item > i.icon { - opacity: 0.75; - float: none; - margin: 0em 0.25em 0em 0em; +.ui.cards > .card [class*="left floated"], +.ui.card [class*="left floated"] { + float: left; } -.ui.menu .item > i.dropdown.icon { +.ui.cards > .card [class*="right floated"], +.ui.card [class*="right floated"] { float: right; - margin-left: 1em; } /*-------------- - Button + Content Image ---------------*/ -.ui.menu:not(.vertical) .item > .button { - position: relative; - top: -0.05em; - margin: -0.55em 0; - padding-bottom: 0.55em; - padding-top: 0.55em; - font-size: 0.875em; +.ui.cards > .card .content img, +.ui.card .content img { + display: inline-block; + vertical-align: middle; + width: 2em; +} + +.ui.cards > .card img.avatar, +.ui.cards > .card .avatar img, +.ui.card img.avatar, +.ui.card .avatar img { + width: 2em; + height: 2em; + border-radius: 500rem; } /*-------------- - Inputs + Description ---------------*/ -.ui.menu .item > .input { - width: 100%; +.ui.cards > .card > .content > .description, +.ui.card > .content > .description { + clear: both; + color: rgba(0, 0, 0, 0.5); } -.ui.menu:not(.vertical) .item > .input { - position: relative; - top: 0em; - margin: -0.6em 0em; -} +/*-------------- + Paragraph +---------------*/ -.ui.menu .item > .input input { - font-size: 1em; - padding-top: 0.4em; - padding-bottom: 0.4em; +.ui.cards > .card > .content p, +.ui.card > .content p { + margin: 0em 0em 0.5em; } -/* Action Input */ - -.ui.menu:not(.vertical) .item .action.input > .button { - font-size: 0.875em; - padding: 0.55em 0.8em; +.ui.cards > .card > .content p:last-child, +.ui.card > .content p:last-child { + margin-bottom: 0em; } -/* Resizes */ - -.ui.small.menu .item > .input input { - top: 0em; - padding-top: 0.4em; - padding-bottom: 0.4em; -} +/*-------------- + Meta +---------------*/ -.ui.large.menu .item > .input input { - top: -0.125em; - padding-bottom: 0.6em; - padding-top: 0.6em; +.ui.cards > .card .meta, +.ui.card .meta { + font-size: 0.9em; + color: rgba(0, 0, 0, 0.4); } -.ui.large.menu .item .action.input > .button { - padding: 0.9em; +.ui.cards > .card .meta *, +.ui.card .meta * { + margin-right: 0.3em; } -.ui.large.menu .item .action.input > .button > .icon { - padding-top: 0.8em; +.ui.cards > .card .meta :last-child, +.ui.card .meta :last-child { + margin-right: 0em; } -/*-------------- - Header ----------------*/ - -.ui.menu .header.item, -.ui.vertical.menu .header.item { - background: rgba(0, 0, 0, 0.04); - margin: 0em; - text-transform: normal; - font-weight: bold; +.ui.cards > .card .meta [class*="right floated"], +.ui.card .meta [class*="right floated"] { + margin-right: 0em; + margin-left: 0.3em; } /*-------------- - Dropdowns + Links ---------------*/ -/* Dropdown */ +/* Generic */ -.ui.menu .ui.dropdown.visible { - background: rgba(0, 0, 0, 0.03); - border-bottom-right-radius: 0em; - border-bottom-left-radius: 0em; +.ui.cards > .card > .content a, +.ui.card > .content a { + color: #009fda; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -.ui.menu .ui.dropdown.active { - box-shadow: none; +.ui.cards > .card > .content a:hover, +.ui.card > .content a:hover { + color: #00b2f3; } -/* Menu Position */ - -.ui.menu .dropdown.item .menu { - background: #ffffff; - left: 0px; - margin: 0px 0px 0px; - min-width: -webkit-calc(100% - 1px); - min-width: calc(100% - 1px); - box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08); -} +/* Header */ -.ui.menu:not(.secondary) .pointing.dropdown.item .menu { - margin-top: 0px; - border-top-left-radius: 0em; - border-top-right-radius: 0em; +.ui.cards > .card > .content > a.header, +.ui.card > .content > a.header { + color: rgba(0, 0, 0, 0.85); } -.ui.menu .simple.dropdown.item .menu { - margin: 0px !important; +.ui.cards > .card > .content > a.header:hover, +.ui.card > .content > a.header:hover { + color: #00b2f3; } -/* Secondary Menu Dropdown */ - -.ui.secondary.menu > .menu > .active.dropdown.item { - background-color: transparent; -} +/* Meta */ -.ui.secondary.menu .dropdown.item .menu { - left: 0px; - min-width: 100%; +.ui.cards > .card .meta a, +.ui.card .meta a { + color: rgba(0, 0, 0, 0.4); } -/* Even Width Menu Dropdown */ - -.ui.item.menu .dropdown .menu .item { - width: 100%; +.ui.cards > .card .meta a:hover, +.ui.card .meta a:hover { + color: rgba(0, 0, 0, 0.8); } /*-------------- - Labels + Buttons ---------------*/ -.ui.menu .item > .label { - background: rgba(0, 0, 0, 0.35); - color: #ffffff; - margin: -0.15em 0em -0.15em 0.5em; - padding: 0.3em 0.8em; - vertical-align: baseline; -} - -.ui.menu .item > .floating.label { - padding: 0.3em 0.8em; +.ui.cards > .card > .buttons:last-child, +.ui.card > .buttons:last-child, +.ui.cards > .card > .button:last-child, +.ui.card > .button:last-child { + margin: 0em -1px -0.2em; + width: -webkit-calc(100% + 2px ); + width: calc(100% + 2px ); } /*-------------- - Images + Labels ---------------*/ -.ui.menu .item > img:only-child { - display: block; - max-width: 100%; - margin: 0em auto; -} - -/******************************* - States -*******************************/ +/*-----Star----- */ -/*-------------- - Hover ----------------*/ +/* Icon */ -.ui.link.menu > .item:hover, -.ui.menu > .link.item:hover, -.ui.menu > a.item:hover, -.ui.link.menu .menu > .item:hover, -.ui.menu .menu > .link.item:hover, -.ui.menu .menu > a.item:hover { +.ui.cards > .card > .content .star.icon, +.ui.card > .content .star.icon { cursor: pointer; - background: rgba(0, 0, 0, 0.03); - color: rgba(0, 0, 0, 0.8); + opacity: 0.75; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; +} + +.ui.cards > .card > .content .star.icon:hover, +.ui.card > .content .star.icon:hover { + opacity: 1; + color: #ac9400; } -/*-------------- - Pressed ----------------*/ - -.ui.link.menu .item:active, -.ui.menu .link.item:active, -.ui.menu a.item:active { - background: rgba(0, 0, 0, 0.03); - color: rgba(0, 0, 0, 0.8); +.ui.cards > .card > .content .active.star.icon, +.ui.card > .content .active.star.icon { + color: #e9b539; } -/*-------------- - Active ----------------*/ +/*-----Like----- */ -.ui.menu .active.item { - background: rgba(0, 0, 0, 0.03); - color: rgba(0, 0, 0, 0.8); - font-weight: normal; - box-shadow: 0em 2px 0em inset; +/* Icon */ + +.ui.cards > .card > .content .like.icon, +.ui.card > .content .like.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -.ui.menu .active.item > i.icon { +.ui.cards > .card > .content .like.icon:hover, +.ui.card > .content .like.icon:hover { opacity: 1; + color: #ffadae; } -/* Vertical */ - -.ui.vertical.menu .active.item { - background: rgba(0, 0, 0, 0.03); - border-radius: 0em; - box-shadow: 2px 0em 0em inset; +.ui.cards > .card > .content .active.like.icon, +.ui.card > .content .active.like.icon { + color: #ef404a; } -.ui.vertical.menu > .active.item:first-child { - border-radius: 0em 0.2857rem 0em 0em; -} +/*---------------- + Extra Content +-----------------*/ -.ui.vertical.menu > .active.item:last-child { - border-radius: 0em 0em 0.2857rem 0em; +.ui.cards > .card > .extra, +.ui.card > .extra { + max-width: 100%; + min-height: 0em !important; + position: static; + background: none; + width: auto; + margin: 0em 0em; + padding: 0.75em 1em; + top: 0em; + left: 0em; + color: rgba(0, 0, 0, 0.4); + box-shadow: none; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; + border-top: 1px solid rgba(0, 0, 0, 0.05); } -.ui.vertical.menu > .active.item:only-child { - border-radius: 0em 0.2857rem 0.2857rem 0em; +.ui.cards > .card > .extra a, +.ui.card > .extra a { + color: rgba(0, 0, 0, 0.4); } -.ui.vertical.menu .active.item .menu .active.item { - border-left: none; +.ui.cards > .card > .extra a:hover, +.ui.card > .extra a:hover { + color: #00b2f3; } -.ui.vertical.menu .item .menu .active.item { - background-color: transparent; - box-shadow: none; -} +/******************************* + Variations +*******************************/ -/*-------------- - Active Hover ----------------*/ +/*------------------- + Fluid +--------------------*/ -.ui.vertical.menu .active.item:hover, -.ui.menu .active.item:hover { - background-color: rgba(0, 0, 0, 0.03); +.ui.fluid.card { + width: 100%; + max-width: 9999px; } -/*-------------- - Disabled ----------------*/ +/*------------------- + Link +--------------------*/ -.ui.menu .item.disabled, -.ui.menu .item.disabled:hover { - cursor: default; - color: rgba(40, 40, 40, 0.3); - background-color: transparent !important; +.ui.cards a.card:hover, +.ui.link.cards .card:hover, +a.ui.card:hover, +.ui.link.card:hover { + cursor: pointer; + z-index: 5; + background: ''; + border: none; + box-shadow: 0px 0.2em 0px 0px #bebebf, 0px 0px 0px 1px rgba(39, 41, 43, 0.2); } -/*-------------------- - Loading ----------------------*/ - -/* On Form */ +/*-------------- + Card Count +---------------*/ -.ui.menu.loading { - position: relative; +.ui.one.cards { + margin-left: 0em; + margin-right: 0em; } -.ui.menu.loading:after { - position: absolute; - top: 0%; - left: 0%; - content: ''; +.ui.one.cards > .card { width: 100%; - height: 100%; - background: rgba(255, 255, 255, 0.8) url("themes/default/assets/images/loader-large.gif") no-repeat 50% 50%; - visibility: visible; } -/******************************* - Types -*******************************/ - -/*-------------- - Vertical ----------------*/ +.ui.two.cards { + margin-left: -1em; + margin-right: -1em; +} -.ui.vertical.menu { - background: #ffffff; +.ui.two.cards > .card { + width: -webkit-calc( 50% - 2em ); + width: calc( 50% - 2em ); + margin-left: 1em; + margin-right: 1em; } -/*--- Item ---*/ +.ui.two.cards > .card:nth-child(2n+1) { + clear: left; +} -.ui.vertical.menu .item { - background: none; - display: block; - height: auto !important; - border-top: none; - border-left: 0em solid transparent; - border-right: none; +.ui.three.cards { + margin-left: -1em; + margin-right: -1em; } -.ui.vertical.menu > .item:first-child { - border-radius: 0.2857rem 0.2857rem 0px 0px; +.ui.three.cards > .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; } -.ui.vertical.menu > .item:last-child { - border-radius: 0px 0px 0.2857rem 0.2857rem; +.ui.three.cards > .card:nth-child(3n+1) { + clear: left; } -/*--- Label ---*/ +.ui.four.cards { + margin-left: -0.75em; + margin-right: -0.75em; +} -.ui.vertical.menu .item > .label { - float: right; - text-align: center; +.ui.four.cards > .card { + width: -webkit-calc( 25% - 1.5em ); + width: calc( 25% - 1.5em ); + margin-left: 0.75em; + margin-right: 0.75em; } -/*--- Icon ---*/ +.ui.four.cards > .card:nth-child(4n+1) { + clear: left; +} -.ui.vertical.menu .item > i.icon { - width: 1.18em; - float: right; - margin: 0em 0em 0em 0.5em; +.ui.five.cards { + margin-left: -0.75em; + margin-right: -0.75em; } -.ui.vertical.menu .item > .label + i.icon { - float: none; - margin: 0em 0.5em 0em 0em; +.ui.five.cards > .card { + width: -webkit-calc( 20% - 1.5em ); + width: calc( 20% - 1.5em ); + margin-left: 0.75em; + margin-right: 0.75em; } -/*--- Border ---*/ +.ui.five.cards > .card:nth-child(5n+1) { + clear: left; +} -.ui.vertical.menu .item:before { - position: absolute; - content: ''; - top: 0%; - left: 0px; - width: 100%; - background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%); - background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%); - height: 1px; +.ui.six.cards { + margin-left: -0.75em; + margin-right: -0.75em; } -.ui.vertical.menu .item:first-child:before { - background: none !important; +.ui.six.cards > .card { + width: -webkit-calc( 16.66666667% - 1.5em ); + width: calc( 16.66666667% - 1.5em ); + margin-left: 0.75em; + margin-right: 0.75em; } -/*--- Dropdown ---*/ +.ui.six.cards > .card:nth-child(6n+1) { + clear: left; +} -.ui.vertical.menu .dropdown.item > .icon { - float: right; - content: "\f0da"; - margin-left: 1em; +.ui.seven.cards { + margin-left: -0.5em; + margin-right: -0.5em; } -.ui.vertical.menu .dropdown.item .menu { - top: 0% !important; - left: 100%; - margin: 0px 0px 0px 0px; - box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08); +.ui.seven.cards > .card { + width: -webkit-calc( 14.28571429% - 1em ); + width: calc( 14.28571429% - 1em ); + margin-left: 0.5em; + margin-right: 0.5em; } -.ui.vertical.menu .dropdown.item.active { - border-top-right-radius: 0em; - border-bottom-right-radius: 0em; +.ui.seven.cards > .card:nth-child(7n+1) { + clear: left; } -.ui.vertical.menu .dropdown.item .menu .item { - font-size: 1rem; +.ui.eight.cards { + margin-left: -0.5em; + margin-right: -0.5em; } -.ui.vertical.menu .dropdown.item .menu .item i.icon { - margin-right: 0em; +.ui.eight.cards > .card { + width: -webkit-calc( 12.5% - 1em ); + width: calc( 12.5% - 1em ); + margin-left: 0.5em; + margin-right: 0.5em; + font-size: 11px; } -.ui.vertical.menu .dropdown.item.active { - box-shadow: none; +.ui.eight.cards > .card:nth-child(8n+1) { + clear: left; } -/*--- Sub Menu ---*/ - -.ui.vertical.menu .item:not(.dropdown) > .menu { - margin: 0.5em -0.95em 0em; +.ui.nine.cards { + margin-left: -0.5em; + margin-right: -0.5em; } -.ui.vertical.menu .item:not(.dropdown) > .menu > .item { - background: none; - padding: 0.5rem 1.5rem; - font-size: 0.875rem; +.ui.nine.cards > .card { + width: -webkit-calc( 11.11111111% - 1em ); + width: calc( 11.11111111% - 1em ); + margin-left: 0.5em; + margin-right: 0.5em; + font-size: 10px; } -.ui.vertical.menu .item > .menu > .item:before { - display: none; +.ui.nine.cards > .card:nth-child(9n+1) { + clear: left; } -/*-------------- - Tiered ----------------*/ - -.ui.tiered.menu > .menu > .item:hover { - color: rgba(0, 0, 0, 0.8); +.ui.ten.cards { + margin-left: -0.5em; + margin-right: -0.5em; } -.ui.tiered.menu .active.item { - background: #fcfcfc; +.ui.ten.cards > .card { + width: -webkit-calc( 10% - 1em ); + width: calc( 10% - 1em ); + margin-left: 0.5em; + margin-right: 0.5em; } -.ui.tiered.menu > .menu .item.active:after { - position: absolute; - content: ''; - margin-top: -1px; - top: 100%; - left: 0px; - width: 100%; - height: 2px; - background-color: #fcfcfc; +.ui.ten.cards > .card:nth-child(10n+1) { + clear: left; } -/* Sub Menu */ +/*------------------- + Doubling +--------------------*/ -.ui.tiered.menu .sub.menu { - background-color: #fcfcfc; - border-radius: 0em; - border-top: 1px solid rgba(39, 41, 43, 0.15); - box-shadow: none; -} +/* Mobily Only */ -.ui.tiered.menu > .sub.menu > .item { - color: rgba(0, 0, 0, 0.4); - font-weight: normal; - text-transform: normal; - font-size: 0.875rem; -} +@media only screen and (max-width: 767px) { + .ui.two.doubling.cards { + margin-left: 0em; + margin-right: 0em; + } -/* Sub Menu Divider */ + .ui.two.doubling.cards .card { + width: 100%; + margin-left: 0em; + margin-right: 0em; + } -.ui.tiered.menu .sub.menu .item:before { - background: none; -} + .ui.three.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -/* Sub Menu Hover */ + .ui.three.doubling.cards .card { + width: -webkit-calc( 50% - 2em ); + width: calc( 50% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.tiered.menu .sub.menu .item:hover { - background: none transparent; - color: rgba(0, 0, 0, 0.8); -} + .ui.four.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -/* Sub Menu Active */ + .ui.four.doubling.cards .card { + width: -webkit-calc( 50% - 2em ); + width: calc( 50% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.tiered.menu .sub.menu .active.item { - padding-top: 0.83em; - background: none transparent; - border-radius: 0; - border-top: medium none; - box-shadow: none; - color: rgba(0, 0, 0, 0.8) !important; -} + .ui.five.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.tiered.menu .sub.menu .active.item:after { - display: none; -} + .ui.five.doubling.cards .card { + width: -webkit-calc( 50% - 2em ); + width: calc( 50% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -/* Inverted Tiered Menu */ + .ui.six.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.inverted.tiered.menu > .menu > .item { - color: rgba(255, 255, 255, 0.5); -} + .ui.six.doubling.cards .card { + width: -webkit-calc( 50% - 2em ); + width: calc( 50% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.inverted.tiered.menu .sub.menu { - background-color: rgba(0, 0, 0, 0.2); -} + .ui.seven.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.inverted.tiered.menu .sub.menu .item { - color: rgba(255, 255, 255, 0.8); -} + .ui.seven.doubling.cards .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.inverted.tiered.menu > .menu > .item:hover { - color: #ffffff; -} + .ui.eight.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.inverted.tiered.menu .active.item:after { - display: none; -} + .ui.eight.doubling.cards .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.inverted.tiered.menu > .sub.menu > .active.item, -.ui.inverted.tiered.menu > .menu > .active.item { - color: #ffffff !important; - box-shadow: none; -} + .ui.nine.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -/* Tiered Pointing */ + .ui.nine.doubling.cards .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.pointing.tiered.menu > .menu > .item:after { - display: none; -} + .ui.ten.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.pointing.tiered.menu > .sub.menu > .item:after { - display: block; + .ui.ten.doubling.cards .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; + } } -/*-------------- - Tabular ----------------*/ +/* Tablet Only */ -.ui.tabular.menu { - background-color: transparent; - border-bottom: 1px solid #d4d4d5; - border-radius: 0em; - box-shadow: none !important; -} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .ui.two.doubling.cards { + margin-left: 0em; + margin-right: 0em; + } + + .ui.two.doubling.cards .card { + width: 100%; + margin-left: 0em; + margin-right: 0em; + } + + .ui.three.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } + + .ui.three.doubling.cards .card { + width: -webkit-calc( 50% - 2em ); + width: calc( 50% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.tabular.menu .item { - background-color: transparent; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-top: 1px solid transparent; - padding-left: 1.4em; - padding-right: 1.4em; - color: rgba(0, 0, 0, 0.8); -} + .ui.four.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.tabular.menu .item:before { - display: none; -} + .ui.four.doubling.cards .card { + width: -webkit-calc( 50% - 2em ); + width: calc( 50% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -/* Hover */ + .ui.five.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.tabular.menu .item:hover { - background-color: transparent; - color: rgba(0, 0, 0, 0.8); -} + .ui.five.doubling.cards .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -/* Active */ + .ui.six.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.tabular.menu .active.item { - position: relative; - background-color: #ffffff; - color: rgba(0, 0, 0, 0.8); - border-color: #d4d4d5; - font-weight: bold; - margin-bottom: -1px; - border-bottom: 1px solid #ffffff; - box-shadow: none; - border-radius: 5px 5px 0px 0px; -} + .ui.six.doubling.cards .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -/* Coupling with segment for attachment */ + .ui.eight.doubling.cards { + margin-left: -1em; + margin-right: -1em; + } -.ui.attached.tabular.menu { - position: relative; - z-index: 2; -} + .ui.eight.doubling.cards .card { + width: -webkit-calc( 33.33333333% - 2em ); + width: calc( 33.33333333% - 2em ); + margin-left: 1em; + margin-right: 1em; + } -.ui.tabular.menu ~ .bottom.attached.segment { - margin: -1px 0px 0px; -} + .ui.eight.doubling.cards { + margin-left: -0.75em; + margin-right: -0.75em; + } -/*-------------- - Pagination ----------------*/ + .ui.eight.doubling.cards .card { + width: -webkit-calc( 25% - 1.5em ); + width: calc( 25% - 1.5em ); + margin-left: 0.75em; + margin-right: 0.75em; + } -.ui.pagination.menu { - margin: 0em; - display: inline-block; - vertical-align: middle; -} + .ui.nine.doubling.cards { + margin-left: -0.75em; + margin-right: -0.75em; + } -.ui.pagination.menu .item { - min-width: 3em; - text-align: center; -} + .ui.nine.doubling.cards .card { + width: -webkit-calc( 25% - 1.5em ); + width: calc( 25% - 1.5em ); + margin-left: 0.75em; + margin-right: 0.75em; + } -.ui.pagination.menu .icon.item i.icon { - vertical-align: top; -} + .ui.ten.doubling.cards { + margin-left: -0.75em; + margin-right: -0.75em; + } -.ui.pagination.menu.floated { - display: block; + .ui.ten.doubling.cards .card { + width: -webkit-calc( 20% - 1.5em ); + width: calc( 20% - 1.5em ); + margin-left: 0.75em; + margin-right: 0.75em; + } } -/* Active */ +/*------------------- + Stackable +--------------------*/ -.ui.pagination.menu .active.item { - border-top: none; - padding-top: 0.83em; - background-color: rgba(0, 0, 0, 0.03); - box-shadow: none; +@media only screen and (max-width: 767px) { + .ui.stackable.cards { + display: block !important; + } + + .ui.stackable.cards > .card { + display: block !important; + height: auto !important; + margin: 1em 1em; + padding: 0 !important; + width: -webkit-calc( 100% - 2em ) !important; + width: calc( 100% - 2em ) !important; + } } /*-------------- - Secondary + Size ---------------*/ -.ui.secondary.menu { - background: none; - border-radius: 0em; - box-shadow: none; +.ui.cards > .card { + font-size: 1em; } -.ui.secondary.menu > .menu > .item, -.ui.secondary.menu > .item { - box-shadow: none; - border: none; - height: auto !important; - background: none; - margin: 0em 0.25em; - padding: 0.5em 1em; - border-radius: 0.2857rem; -} +/******************************* + Item +*******************************/ -.ui.secondary.menu > .menu > .item:before, -.ui.secondary.menu > .item:before { - display: none !important; -} +/*------------------- + View +--------------------*/ -.ui.secondary.menu .item > .input input { - background-color: transparent; - border: none; -} +/* Item */ -.ui.secondary.menu .link.item, -.ui.secondary.menu a.item { - opacity: 0.8; - -webkit-transition: none; - transition: none; -} +/* Item Group */ -.ui.secondary.menu .header.item { - border-right: 0.1em solid rgba(0, 0, 0, 0.1); - background: none transparent; - border-radius: 0em; -} +/*------------------- + Content +--------------------*/ -/* Hover */ +/* Image */ -.ui.secondary.menu .link.item:hover, -.ui.secondary.menu a.item:hover { - opacity: 1; -} +/* Content */ -/* Active */ +/* Title */ -.ui.secondary.menu > .menu > .active.item, -.ui.secondary.menu > .active.item { - background: rgba(0, 0, 0, 0.05); - opacity: 1; - box-shadow: none; -} +/* Metadata */ -.ui.secondary.vertical.menu > .active.item { - border-radius: 0.2857rem; -} +/* Description */ -/* Inverted */ +/* Image */ -.ui.secondary.inverted.menu .link.item, -.ui.secondary.inverted.menu a.item { - color: rgba(255, 255, 255, 0.8); -} +/* Paragraph */ -.ui.secondary.inverted.menu .link.item:hover, -.ui.secondary.inverted.menu a.item:hover { - color: #ffffff; -} +/* Additional Content */ -.ui.secondary.inverted.menu .active.item { - background-color: rgba(255, 255, 255, 0.05); -} +/*------------------- + States +--------------------*/ -/* Disable variations */ +/*------------------- + Variations +--------------------*/ -.ui.secondary.item.menu > .item { - margin: 0em; -} +/* Sizes */ + +/******************************* + User Variable Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -.ui.secondary.attached.menu { - box-shadow: none; -} +/******************************* + Standard +*******************************/ -/*--------------------- - Secondary Vertical ------------------------*/ +/*-------------- + Comments +---------------*/ -.ui.secondary.vertical.menu > .item { - border: none; - margin: 0em 0em 0.3em; - border-radius: 0.2857rem; +.ui.comments { + margin: 1.5em 0em; + max-width: 650px; } -.ui.secondary.vertical.menu > .header.item { - border-radius: 0em; +.ui.comments:first-child { + margin-top: 0em; } -/* Inverted */ - -.ui.secondary.inverted.menu { - background-color: transparent; +.ui.comments:last-child { + margin-bottom: 0em; } -.ui.secondary.inverted.pointing.menu { - border-bottom: 3px solid rgba(255, 255, 255, 0.1); -} +/*-------------- + Comment +---------------*/ -.ui.secondary.inverted.pointing.menu > .item { - color: rgba(255, 255, 255, 0.7); +.ui.comments .comment { + position: relative; + background: none; + margin: 0.5em 0em 0em; + padding: 0.5em 0em 0em; + border: none; + border-top: none; + line-height: 1.2; } -.ui.secondary.inverted.pointing.menu > .header.item { - color: #FFFFFF !important; +.ui.comments .comment:first-child { + margin-top: 0em; + padding-top: 0em; } -/* Hover */ +/*-------------------- + Nested Comments +---------------------*/ -.ui.secondary.inverted.pointing.menu > .menu > .item:hover, -.ui.secondary.inverted.pointing.menu > .item:hover { - color: rgba(255, 255, 255, 0.85); +.ui.comments .comment .comments { + margin: 0em 0em 0.5em 0.5em; + padding: 1em 0em 1em 1em; } -/* Pressed */ - -.ui.secondary.inverted.pointing.menu > .menu > .item:active, -.ui.secondary.inverted.pointing.menu > .item:active { - border-color: rgba(255, 255, 255, 0.4); +.ui.comments .comment .comments:before { + position: absolute; + top: 0px; + left: 0px; } -/* Active */ - -.ui.secondary.inverted.pointing.menu > .menu > .item.active, -.ui.secondary.inverted.pointing.menu > .item.active { - border-color: rgba(255, 255, 255, 0.8); - color: #ffffff; +.ui.comments .comment .comments .comment { + border: none; + border-top: none; + background: none; } -/*--------------------- - Secondary Pointing ------------------------*/ +/*-------------- + Avatar +---------------*/ -.ui.secondary.pointing.menu { - border-bottom: 3px solid rgba(0, 0, 0, 0.1); +.ui.comments .comment .avatar { + display: block; + width: 2.5em; + height: auto; + float: left; + margin: 0.2em 0em 0em; } -.ui.secondary.pointing.menu > .menu > .item, -.ui.secondary.pointing.menu > .item { - margin: 0em 0em -3px; - padding: 0.6em 0.95em; - border-bottom: 3px solid transparent; - border-radius: 0em; - -webkit-transition: color 0.2s ease; - transition: color 0.2s ease; +.ui.comments .comment img.avatar, +.ui.comments .comment .avatar img { + display: block; + margin: 0em auto; + width: 100%; + height: 100%; + border-radius: 0.25rem; } -/* Item Types */ +/*-------------- + Content +---------------*/ -.ui.secondary.pointing.menu .header.item { - margin-bottom: -3px; - background-color: transparent !important; - border-right-width: 0px !important; - font-weight: bold !important; - color: rgba(0, 0, 0, 0.85) !important; +.ui.comments .comment > .content { + display: block; } -.ui.secondary.pointing.menu .text.item { - box-shadow: none !important; -} +/* If there is an avatar move content over */ -.ui.secondary.pointing.menu > .menu > .item:after, -.ui.secondary.pointing.menu > .item:after { - display: none; +.ui.comments .comment > .avatar ~ .content { + margin-left: 3.5em; } -/* Hover */ +/*-------------- + Author +---------------*/ -.ui.secondary.pointing.menu > .menu > .link.item:hover, -.ui.secondary.pointing.menu > .link.item:hover, -.ui.secondary.pointing.menu > .menu > a.item:hover, -.ui.secondary.pointing.menu > a.item:hover { - background-color: transparent; +.ui.comments .comment .author { + font-size: 1em; color: rgba(0, 0, 0, 0.8); + font-weight: bold; } -/* Pressed */ - -.ui.secondary.pointing.menu > .menu > .link.item:active, -.ui.secondary.pointing.menu > .link.item:active, -.ui.secondary.pointing.menu > .menu > a.item:active, -.ui.secondary.pointing.menu > a.item:active { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.2); +.ui.comments .comment a.author { + cursor: pointer; } -/* Active */ - -.ui.secondary.pointing.menu > .menu > .item.active, -.ui.secondary.pointing.menu > .item.active { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.4); - box-shadow: none; - color: rgba(0, 0, 0, 0.8); +.ui.comments .comment a.author:hover { + color: #00b2f3; } -/* Secondary Vertical Pointing */ +/*-------------- + Metadata +---------------*/ -.ui.secondary.vertical.pointing.menu { - border: none; - border-right: 3px solid rgba(0, 0, 0, 0.1); +.ui.comments .comment .metadata { + display: inline-block; + margin-left: 0.5em; + color: rgba(0, 0, 0, 0.4); + font-size: 0.875em; } -.ui.secondary.vertical.pointing.menu > .item { - margin: 0em -3px 0em 0em; - border-bottom: none; - border-right: 3px solid transparent; - border-radius: 0em; +.ui.comments .comment .metadata > * { + display: inline-block; + margin: 0em 0.5em 0em 0em; } -/* Hover */ - -.ui.secondary.vertical.pointing.menu > .item:hover { - background-color: transparent; - color: rgba(0, 0, 0, 0.7); +.ui.comments .comment .metadata > :last-child { + margin-right: 0em; } -/* Pressed */ +/*-------------------- + Comment Text +---------------------*/ -.ui.secondary.vertical.pointing.menu > .item:active { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.2); +.ui.comments .comment .text { + margin: 0.25em 0em 0.5em; + font-size: 1em; + word-wrap: break-word; + color: rgba(0, 0, 0, 0.8); + line-height: 1.3; } -/* Active */ +/*-------------------- + User Actions +---------------------*/ -.ui.secondary.vertical.pointing.menu > .item.active { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.4); - color: rgba(0, 0, 0, 0.85); +.ui.comments .comment .actions { + font-size: 0.875em; } -/* Inverted Vertical Pointing Secondary */ - -.ui.secondary.inverted.vertical.pointing.menu { - border-right: 3px solid rgba(255, 255, 255, 0.1); - border-bottom: none; +.ui.comments .comment .actions a { + cursor: pointer; + display: inline-block; + margin: 0em 0.75em 0em 0em; + color: rgba(0, 0, 0, 0.4); } -/*-------------- - Text Menu ----------------*/ +.ui.comments .comment .actions a:last-child { + margin-right: 0em; +} -.ui.text.menu { - background: none transparent; - margin: 1rem -1rem; - border-radius: 0px; - box-shadow: none; +.ui.comments .comment .actions a.active, +.ui.comments .comment .actions a:hover { + color: rgba(0, 0, 0, 0.8); } -.ui.text.menu > .item { - opacity: 0.8; - margin: 0em 1em; - padding: 0em; - height: auto !important; - border-radius: 0px; - box-shadow: none; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; +/*-------------------- + Reply Form +---------------------*/ + +.ui.comments > .reply.form { + margin-top: 1em; } -.ui.text.menu > .item:before { - display: none !important; +.ui.comments .comment .reply.form { + width: 100%; + margin-top: 1em; } -.ui.text.menu .header.item { - background-color: transparent; - opacity: 1; - color: rgba(50, 50, 50, 0.8); - font-size: 0.875rem; - padding: 0em; - text-transform: uppercase; - font-weight: bold; +.ui.comments .reply.form textarea { + font-size: 1em; + height: 12em; } -.ui.text.menu .text.item { - opacity: 1; - color: rgba(50, 50, 50, 0.8); - font-weight: bold; +/******************************* + State +*******************************/ + +.ui.collapsed.comments, +.ui.comments .collapsed.comments, +.ui.comments .collapsed.comment { + display: none; } -/*--- fluid text ---*/ +/******************************* + Variations +*******************************/ -.ui.text.item.menu .item { - margin: 0em; +/*-------------------- + Threaded +---------------------*/ + +.ui.threaded.comments .comment .comments { + margin: -1.5em 0 -1em 1.25em; + padding: 3em 0em 2em 2.25em; + box-shadow: -1px 0px 0px rgba(39, 41, 43, 0.15); } -/*--- vertical text ---*/ +/*-------------------- + Minimal +---------------------*/ -.ui.vertical.text.menu { - margin: 1rem 0em; +.ui.minimal.comments .comment .actions { + opacity: 0; + position: absolute; + top: 0px; + right: 0px; + left: auto; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; } -.ui.vertical.text.menu:first-child { - margin-top: 0rem; +.ui.minimal.comments .comment > .content:hover > .actions { + opacity: 1; } -.ui.vertical.text.menu:last-child { - margin-bottom: 0rem; -} +/*-------------------- + Sizes +---------------------*/ -.ui.vertical.text.menu .item { - float: left; - clear: left; - margin: 0.5em 0em; +.ui.small.comments { + font-size: 0.9em; } -.ui.vertical.text.menu .item > i.icon { - float: none; - margin: 0em 0.83em 0em 0em; +.ui.comments { + font-size: 1em; } -.ui.vertical.text.menu .header.item { - margin: 0.8em 0em; +.ui.large.comments { + font-size: 1.1em; } -/*--- hover ---*/ - -.ui.text.menu .item:hover { - opacity: 1; - background-color: transparent; +.ui.huge.comments { + font-size: 1.2em; } -/*--- active ---*/ +/******************************* + Theme Overrides +*******************************/ -.ui.text.menu .active.item { - background-color: transparent; - padding: 0em; - border: none; - opacity: 1; - font-weight: bold; - box-shadow: none; -} +/******************************* + User Variable Overrides +*******************************/ -/* disable variations */ +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -.ui.text.pointing.menu .active.item:after { - box-shadow: none; +/******************************* + Activity Feed +*******************************/ + +.ui.feed { + margin: 1em 0em; } -.ui.text.attached.menu { - box-shadow: none; +.ui.feed:first-child { + margin-top: 0em; } -.ui.inverted.text.menu, -.ui.inverted.text.menu .item, -.ui.inverted.text.menu .item:hover, -.ui.inverted.text.menu .item.active { - background-color: transparent; +.ui.feed:last-child { + margin-top: 0em; } -/*-------------- - Icon Only ----------------*/ +/******************************* + Content +*******************************/ -.ui.icon.menu, -.ui.vertical.icon.menu { - width: auto; - display: inline-block; - height: auto; -} +/* Event */ -.ui.icon.menu > .item { - height: auto; - text-align: center; - color: rgba(60, 60, 60, 0.7); +.ui.feed > .event { + display: table; + width: 100%; + padding: 0.5rem 0em; + margin: 0em; + background: none; + border-top: none; } -.ui.icon.menu > .item > .icon { - display: block; - float: none !important; - opacity: 1; - margin: 0em auto !important; +.ui.feed > .event:first-child { + border-top: 0px; + padding-top: 0em; } -.ui.icon.menu .icon:before { - opacity: 1; +.ui.feed > .event:last-child { + padding-bottom: 0em; } -/* Item Icon Only */ +/* Event Label */ -.ui.menu .icon.item .icon { - margin: 0em; +.ui.feed > .event > .label { + display: table-cell; + width: 2.5em; + height: 2.5em; + vertical-align: top; + text-align: left; } -.ui.vertical.icon.menu { - float: none; +.ui.feed > .event > .label .icon { + opacity: 1; + font-size: 1.5em; + width: 100%; + padding: 0.25em; + background: none; + border: none; + border-radius: none; + color: rgba(0, 0, 0, 0.6); } -/*--- inverted ---*/ - -.ui.inverted.icon.menu .item { - color: rgba(255, 255, 255, 0.8); +.ui.feed > .event > .label img { + width: 100%; + height: auto; + border-radius: 500rem; } -.ui.inverted.icon.menu .icon { - color: #ffffff; +.ui.feed > .event > .label + .content { + padding: 0.5em 0em 0.5em 1.5em; } -/*-------------- - Labeled Icon ----------------*/ +/* Content */ -.ui.labeled.icon.menu { - text-align: center; +.ui.feed > .event > .content { + display: table-cell; + vertical-align: top; + text-align: left; + word-wrap: break-word; } -.ui.labeled.icon.menu > .item { - min-width: 6em; +.ui.feed > .event:last-child > .content { + padding-bottom: 0em; } -.ui.labeled.icon.menu > .item > .icon { - display: block; - font-size: 1.5em !important; - margin: 0em auto 0.3em !important; -} +/* Link */ -/******************************* - Variations -*******************************/ +.ui.feed > .event > .content a { + cursor: pointer; +} /*-------------- - Colors + Date ---------------*/ -/*--- Light Colors ---*/ - -.ui.menu .blue.active.item, -.ui.blue.menu .active.item { - border-color: #3b83c0 !important; - color: #3b83c0 !important; +.ui.feed > .event > .content .date { + margin: -0.5rem 0em 0em; + padding: 0em; + font-weight: normal; + font-size: 1em; + font-style: normal; + color: rgba(0, 0, 0, 0.4); } -.ui.menu .green.active.item, -.ui.green.menu .active.item { - border-color: #5bbd72 !important; - color: #5bbd72 !important; -} +/*-------------- + Summary +---------------*/ -.ui.menu .orange.active.item, -.ui.orange.menu .active.item { - border-color: #e07b53 !important; - color: #e07b53 !important; +.ui.feed > .event > .content .summary { + margin: 0em; + font-size: 1em; + font-weight: bold; + color: rgba(0, 0, 0, 0.8); } -.ui.menu .pink.active.item, -.ui.pink.menu .active.item { - border-color: #d9499a !important; - color: #d9499a !important; -} +/* Summary Image */ -.ui.menu .purple.active.item, -.ui.purple.menu .active.item { - border-color: #564f8a !important; - color: #564f8a !important; +.ui.feed > .event > .content .summary img { + display: inline-block; + width: auto; + height: 2em; + margin: -0.25em 0.25em 0em 0em; + border-radius: 0.25em; + vertical-align: middle; } -.ui.menu .red.active.item, -.ui.red.menu .active.item { - border-color: #d95c5c !important; - color: #d95c5c !important; -} +/*-------------- + User +---------------*/ -.ui.menu .teal.active.item, -.ui.teal.menu .active.item { - border-color: #00b5ad !important; - color: #00b5ad !important; +.ui.feed > .event > .content .user { + display: inline-block; + font-weight: bold; + margin-right: 0em; + vertical-align: baseline; } -.ui.menu .yellow.active.item, -.ui.yellow.menu .active.item { - border-color: #f2c61f !important; - color: #f2c61f !important; +.ui.feed > .event > .content .user img { + margin: -0.25em 0.25em 0em 0em; + width: auto; + height: 2em; + vertical-align: middle; } /*-------------- - Inverted + Inline Date ---------------*/ -.ui.inverted.menu { - background: #1b1c1d; - box-shadow: none; -} +/* Date inside Summary */ -.ui.inverted.menu .header.item { - margin: 0em; - background: rgba(0, 0, 0, 0.3); - box-shadow: none; +.ui.feed > .event > .content .summary > .date { + display: inline-block; + float: none; + font-weight: normal; + font-size: 0.875em; + font-style: normal; + margin: 0em 0em 0em 0.5em; + padding: 0em; + color: rgba(0, 0, 0, 0.4); } -.ui.inverted.menu .item, -.ui.inverted.menu .item > a:not(.ui) { - color: #ffffff; -} +/*-------------- + Extra Summary +---------------*/ -.ui.inverted.menu .item:not(.dropdown).menu { - background: transparent; +.ui.feed > .event > .content .extra { + margin: 0.5em 0em 0em; + background: none; + padding: 0em; + color: rgba(0, 0, 0, 0.8); } -.ui.inverted.menu .item .item, -.ui.inverted.menu .item .item > a:not(.ui) { - color: rgba(255, 255, 255, 0.5); -} +/* Images */ -.ui.inverted.menu .dropdown .menu .item { - color: rgba(0, 0, 0, 0.8) !important; +.ui.feed > .event > .content .extra.images img { + display: inline-block; + margin: 0em 0.25em 0em 0em; + width: 6em; } -.ui.inverted.menu .item.disabled, -.ui.inverted.menu .item.disabled:hover { - color: rgba(225, 225, 225, 0.3); +/* Text */ + +.ui.feed > .event > .content .extra.text { + padding: 0.5em 1em; + border-left: 3px solid rgba(0, 0, 0, 0.2); + font-size: 1em; + max-width: 500px; + line-height: 1.33; } -/*--- Border ---*/ +/*-------------- + Meta +---------------*/ -.ui.inverted.menu .item:before { - background: -webkit-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); - background: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); +.ui.feed > .event > .content .meta { + display: inline-block; + font-size: 0.875em; + margin: 0.5em 0em 0em; + background: none; + border: none; + border-radius: 0; + box-shadow: none; + padding: 0em; + color: rgba(0, 0, 0, 0.6); } -.ui.vertical.inverted.menu .item:before { - background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); - background: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%); +.ui.feed > .event > .content .meta > * { + position: relative; + margin-left: 0.75em; } -/*--- Hover ---*/ - -.ui.link.inverted.menu .item:hover, -.ui.inverted.menu .link.item:hover, -.ui.inverted.menu a.item:hover, -.ui.inverted.menu .dropdown.item:hover { - background: rgba(255, 255, 255, 0.1); - color: #ffffff; +.ui.feed > .event > .content .meta > *:after { + content: ''; + color: rgba(0, 0, 0, 0.2); + top: 0em; + left: -1em; + opacity: 1; + position: absolute; + vertical-align: top; } -.ui.inverted.menu .item .menu a.item:hover, -.ui.inverted.menu .item .menu .link.item:hover { - background: transparent; - color: #ffffff; +.ui.feed > .event > .content .meta .like { + color: ''; + -webkit-transition: 0.2s color ease; + transition: 0.2s color ease; } -/*--- Pressed ---*/ +.ui.feed > .event > .content .meta .like:hover .icon { + color: #ff2733; +} -.ui.inverted.menu a.item:active, -.ui.inverted.menu .dropdown.item:active, -.ui.inverted.menu .link.item:active, -.ui.inverted.menu a.item:active { - background: rgba(255, 255, 255, 0.15); - color: #ffffff; +.ui.feed > .event > .content .meta .active.like .icon { + color: #ef404a; } -/*--- Active ---*/ +/* First element */ -.ui.inverted.menu .active.item { - box-shadow: none !important; - background: rgba(255, 255, 255, 0.2); - color: #ffffff !important; +.ui.feed > .event > .content .meta > :first-child { + margin-left: 0em; } -.ui.inverted.vertical.menu .item .menu .active.item { - background: transparent; - color: #ffffff; +.ui.feed > .event > .content .meta > :first-child::after { + display: none; } -/*--- Pointers ---*/ +/* Action */ -.ui.inverted.pointing.menu .active.item:after { - background: #5B5B5B; - box-shadow: none; +.ui.feed > .event > .content .meta a, +.ui.feed > .event > .content .meta > .icon { + cursor: pointer; + opacity: 1; + color: rgba(0, 0, 0, 0.5); + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -.ui.inverted.pointing.menu .active.item:hover:after { - background: #4A4A4A; +.ui.feed > .event > .content .meta a:hover, +.ui.feed > .event > .content .meta a:hover .icon, +.ui.feed > .event > .content .meta > .icon:hover { + color: rgba(0, 0, 0, 0.8); } -/*-------------- - Selection ----------------*/ +/******************************* + Variations +*******************************/ -.ui.selection.menu > .item { - color: rgba(0, 0, 0, 0.4); +.ui.small.feed { + font-size: 0.9em; } -.ui.selection.menu > .item:hover { - color: rgba(0, 0, 0, 0.6); +.ui.feed { + font-size: 1em; } -.ui.selection.menu > .item.active { - color: rgba(0, 0, 0, 0.85); +.ui.large.feed { + font-size: 1.1em; } -.ui.inverted.selection.menu > .item { - color: rgba(255, 255, 255, 0.4); -} +/******************************* + Theme Overrides +*******************************/ -.ui.inverted.selection.menu > .item:hover { - color: rgba(255, 255, 255, 0.9); -} +/******************************* + User Variable Overrides +*******************************/ -.ui.inverted.selection.menu > .item.active { - color: #FFFFFF; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Standard +*******************************/ /*-------------- - Floated + Item ---------------*/ -.ui.floated.menu { - float: left; - margin: 0rem 0.5rem 0rem 0rem; +.ui.items > .item { + table-layout: fixed; + display: table; + margin: 1em 0em; + width: 100%; + min-height: 0px; + background: transparent; + padding: 0em; + border: none; + border-radius: 0rem; + box-shadow: none; + -webkit-transition: box-shadow 0.2s ease; + transition: box-shadow 0.2s ease; + z-index: ''; } -.ui.right.floated.menu { - float: right; - margin: 0rem 0rem 0rem 0.5rem; +.ui.items > .item a { + cursor: pointer; } /*-------------- - Inverted Colors + Items ---------------*/ -/*--- Light Colors ---*/ +.ui.items { + margin: 1.5em 0em; +} -.ui.grey.menu { - background-color: #fafafa; +.ui.items:first-child { + margin-top: 0em !important; } -/*--- Inverted Colors ---*/ +.ui.items:last-child { + margin-bottom: 0em !important; +} -/* Blue */ +/*-------------- + Item +---------------*/ -.ui.inverted.blue.menu { - background-color: #3b83c0; +.ui.items > .item { + min-width: 100%; } -.ui.inverted.blue.pointing.menu .active.item:after { - background-color: #3b83c0; +.ui.items > .item:after { + display: block; + content: ' '; + height: 0px; + clear: both; + overflow: hidden; + visibility: hidden; } -/* Green */ - -.ui.inverted.green.menu { - background-color: #5bbd72; +.ui.items > .item:first-child { + margin-top: 0em; } -.ui.inverted.green.pointing.menu .active.item:after { - background-color: #5bbd72; +.ui.items > .item:last-child { + margin-bottom: 0em; } -/* Orange */ +/*-------------- + Images +---------------*/ -.ui.inverted.orange.menu { - background-color: #e07b53; +.ui.items > .item > .image { + position: relative; + display: table-cell; + float: none; + margin: 0em; + padding: 0em; + max-height: ''; + vertical-align: top; } -.ui.inverted.orange.pointing.menu .active.item:after { - background-color: #e07b53; +.ui.items > .item > .image > img { + display: block; + width: 100%; + height: auto; + border-radius: 0.125rem; + border: none; } -/* Pink */ - -.ui.inverted.pink.menu { - background-color: #d9499a; +.ui.items > .item > .image:only-child > img { + border-radius: 0rem; } -.ui.inverted.pink.pointing.menu .active.item:after { - background-color: #d9499a; +/*-------------- + Content +---------------*/ + +.ui.items > .item > .content { + display: block; + background: none; + margin: 0em; + padding: 0em; + box-shadow: none; + font-size: 1em; + border: none; + border-radius: 0em; } -/* Purple */ +.ui.items > .item > .content:after { + display: block; + content: ' '; + height: 0px; + clear: both; + overflow: hidden; + visibility: hidden; +} -.ui.inverted.purple.menu { - background-color: #564f8a; +.ui.items > .item > .image + .content { + width: 100%; + display: table-cell; + margin-left: 0em; + vertical-align: top; + padding-left: 1.5em; } -.ui.inverted.purple.pointing.menu .active.item:after { - background-color: #564f8a; +.ui.items > .item > .content > .header { + display: inline-block; + margin: -0.165em 0em 0em; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + color: rgba(0, 0, 0, 0.85); } -/* Red */ +/* Default Header Size */ -.ui.inverted.red.menu { - background-color: #d95c5c; +.ui.items > .item > .content > .header:not(.ui) { + font-size: 1.2em; } -.ui.inverted.red.pointing.menu .active.item:after { - background-color: #d95c5c; +.ui.items > .item > .content > .meta + .description { + margin-top: 0.6em; } -/* Teal */ +/*-------------- + Floated +---------------*/ -.ui.inverted.teal.menu { - background-color: #00b5ad; +.ui.items > .item .left.floated { + float: left; } -.ui.inverted.teal.pointing.menu .active.item:after { - background-color: #00b5ad; +.ui.items > .item [class*="right floated"] { + float: right; } -/* Yellow */ +/*-------------- + Content Image +---------------*/ -.ui.inverted.yellow.menu { - background-color: #f2c61f; +.ui.items > .item .content img { + display: inline-block; + vertical-align: middle; + width: 2em; } -.ui.inverted.yellow.pointing.menu .active.item:after { - background-color: #f2c61f; +.ui.items > .item img.avatar, +.ui.items > .item .avatar img { + width: 2em; + height: 2em; + border-radius: 500rem; } /*-------------- - Fitted + Description ---------------*/ -.ui.fitted.menu .item, -.ui.fitted.menu .item .menu .item, -.ui.menu .fitted.item { - padding: 0em; +.ui.items > .item > .content > .description { + max-width: 550px; + font-size: 1em; + line-height: 1.33; + color: rgba(0, 0, 0, 0.8); } -.ui.horizontally.fitted.menu .item, -.ui.horizontally.fitted.menu .item .menu .item, -.ui.menu .horizontally.fitted.item { - padding-top: 0.83em; - padding-bottom: 0.83em; +/*-------------- + Paragraph +---------------*/ + +.ui.items > .item > .content p { + margin: 0em 0em 0.5em; } -.ui.vertically.fitted.menu .item, -.ui.vertically.fitted.menu .item .menu .item, -.ui.menu .vertically.fitted.item { - padding-left: 0.95em; - padding-right: 0.95em; +.ui.items > .item > .content p:last-child { + margin-bottom: 0em; } /*-------------- - Borderless + Meta ---------------*/ -.ui.borderless.menu .item:before, -.ui.borderless.menu .item .menu .item:before, -.ui.menu .borderless.item:before { - background: none; +.ui.items > .item .meta { + font-size: 1em; + line-height: 1em; + color: rgba(0, 0, 0, 0.6); } -/*------------------- - Compact ---------------------*/ - -.ui.compact.menu { - display: inline-block; - margin: 0em; - vertical-align: middle; +.ui.items > .item .meta * { + margin-right: 0.3em; } -.ui.compact.vertical.menu { - width: auto !important; +.ui.items > .item .meta :last-child { + margin-right: 0em; } -.ui.compact.vertical.menu .item:last-child::before { - display: block; +.ui.items > .item .meta [class*="right floated"] { + margin-right: 0em; + margin-left: 0.3em; } -/*------------------- - Fluid ---------------------*/ +/*-------------- + Links +---------------*/ -.ui.menu.fluid, -.ui.vertical.menu.fluid { - display: block; - width: 100% !important; -} +/* Generic */ -/*------------------- - Evenly Sized ---------------------*/ +.ui.items > .item > .content a { + color: #009fda; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; +} -.ui.item.menu, -.ui.item.menu .item { - width: 100%; - padding-left: 0px !important; - padding-right: 0px !important; - text-align: center; +.ui.items > .item > .content a:hover { + color: #00b2f3; } -.ui.item.menu > .item:last-child { - border-radius: 0px 0.2857rem 0.2857rem 0px; +/* Header */ + +.ui.items > .item > .content > a.header { + color: rgba(0, 0, 0, 0.85); } -.ui.menu.two.item .item { - width: 50%; +.ui.items > .item > .content > a.header:hover { + color: #00b2f3; } -.ui.menu.three.item .item { - width: 33.333%; +/* Meta */ + +.ui.items > .item .meta a { + color: rgba(0, 0, 0, 0.4); } -.ui.menu.four.item .item { - width: 25%; +.ui.items > .item .meta a:hover { + color: rgba(0, 0, 0, 0.8); } -.ui.menu.five.item .item { - width: 20%; -} +/*-------------- + Labels +---------------*/ -.ui.menu.six.item .item { - width: 16.666%; -} +/*-----Star----- */ -.ui.menu.seven.item .item { - width: 14.285%; +/* Icon */ + +.ui.items > .item > .content .favorite.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -.ui.menu.eight.item .item { - width: 12.500%; +.ui.items > .item > .content .favorite.icon:hover { + opacity: 1; + color: #ffb70a; } -.ui.menu.nine.item .item { - width: 11.11%; +.ui.items > .item > .content .active.favorite.icon { + color: #ffb70a; } -.ui.menu.ten.item .item { - width: 10.0%; +/*-----Like----- */ + +/* Icon */ + +.ui.items > .item > .content .like.icon { + cursor: pointer; + opacity: 0.75; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; } -.ui.menu.eleven.item .item { - width: 9.09%; +.ui.items > .item > .content .like.icon:hover { + opacity: 1; + color: #ff2733; } -.ui.menu.twelve.item .item { - width: 8.333%; +.ui.items > .item > .content .active.like.icon { + color: #ff2733; } -/*-------------- - Fixed ----------------*/ +/*---------------- + Extra Content +-----------------*/ -.ui.menu.fixed { - position: fixed; - z-index: 999; - margin: 0em; - border: none; +.ui.items > .item .extra { + display: block; + position: relative; + background: none; + margin: 0.5rem 0em 0em; width: 100%; + padding: 0em 0em 0em; + top: 0em; + left: 0em; + color: rgba(0, 0, 0, 0.4); + box-shadow: none; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; + border-top: none; } -.ui.menu.fixed, -.ui.menu.fixed .item:first-child, -.ui.menu.fixed .item:last-child { - border-radius: 0px !important; +.ui.items > .item .extra > * { + margin: 0.5rem 0.5rem 0em 0em; } -.ui.menu.fixed.top { - top: 0px; - left: 0px; - right: auto; - bottom: auto; +.ui.items > .item .extra > [class*="right floated"] { + margin: 0.5rem 0em 0em 0.5rem; } -.ui.menu.fixed.right { - top: 0px; - right: 0px; - left: auto; - bottom: auto; - width: auto; - height: 100%; +.ui.items > .item .extra:after { + display: block; + content: ' '; + height: 0px; + clear: both; + overflow: hidden; + visibility: hidden; } -.ui.menu.fixed.bottom { - bottom: 0px; - left: 0px; - top: auto; - right: auto; -} +/******************************* + Responsive +*******************************/ -.ui.menu.fixed.left { - top: 0px; - left: 0px; - right: auto; - bottom: auto; - width: auto; - height: 100%; +/* Default Image Width */ + +.ui.items > .item > .image:not(.ui) { + width: 175px; } -/* Coupling with Grid */ +/* Tablet Only */ -.ui.fixed.menu + .ui.grid { - padding-top: 2.75rem; -} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .ui.items > .item { + margin: 1em 0em; + } -/*------------------- - Pointing ---------------------*/ + .ui.items > .item > .image:not(.ui) { + width: 150px; + } -.ui.pointing.menu .active.item:after { - position: absolute; - bottom: -0.3em; - left: 50%; - content: ''; - margin-left: -0.3em; - width: 0.6em; - height: 0.6em; - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - border-right: 1px solid rgba(0, 0, 0, 0.1); - background: none; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - z-index: 2; - -webkit-transition: background 0.2s ease; - transition: background 0.2s ease; + .ui.items > .item > .image + .content { + display: block; + padding: 0em 0em 0em 1em; + } } -/* Don't double up pointers */ +/* Mobily Only */ -.ui.pointing.menu .active.item .menu .active.item:after { - display: none; -} +@media only screen and (max-width: 767px) { + .ui.items > .item { + margin: 2em 0em; + } -.ui.vertical.pointing.menu .active.item:after { - position: absolute; - top: 50%; - margin-top: -0.3em; - right: -0.3em; - bottom: auto; - left: auto; - border: none; - border-top: 1px solid rgba(0, 0, 0, 0.1); - border-right: 1px solid rgba(0, 0, 0, 0.1); -} + .ui.items > .item > .image { + display: block; + margin-left: auto; + margin-right: auto; + } -/* Colors */ + .ui.items > .item > .image, + .ui.items > .item > .image > img { + max-width: 100% !important; + width: auto !important; + max-height: 250px !important; + } -.ui.pointing.menu .active.item:hover:after { - background-color: #fafafa; + .ui.items > .item > .image + .content { + display: block; + padding: 1.5em 0em 0em; + } } -.ui.pointing.menu .active.item:after { - background-color: #f6f6f6; +/******************************* + Variations +*******************************/ + +/*------------------- + Aligned +--------------------*/ + +.ui.items > .item > .image + [class*="top aligned"].content { + vertical-align: top; } -.ui.vertical.pointing.menu .item:hover:after { - background-color: #fafafa; +.ui.items > .item > .image + [class*="middle aligned"].content { + vertical-align: middle; } -.ui.vertical.pointing.menu .active.item:after { - background-color: #fcfcfc; +.ui.items > .item > .image + [class*="bottom aligned"].content { + vertical-align: bottom; } /*-------------- - Attached + Relaxed ---------------*/ -.ui.menu.attached { - margin: 0rem; - border-radius: 0px; - /* avoid rgba multiplying */ - box-shadow: 0px 0px 0px 1px #dddddd; -} - -.ui.top.attached.menu { - border-radius: 0.2857rem 0.2857rem 0em 0em; +.ui.relaxed.items > .item { + margin: 1.5em 0em; } -.ui.menu.bottom.attached { - border-radius: 0em 0em 0.2857rem 0.2857rem; +.ui[class*="very relaxed"].items > .item { + margin: 2em 0em; } -/*-------------- - Sizes ----------------*/ +/*------------------- + Divided +--------------------*/ -/* Small */ +.ui.divided.items > .item { + border-top: 1px solid rgba(39, 41, 43, 0.15); + margin: 0em; + padding: 1em 0em; +} -.ui.small.menu .item { - font-size: 0.875rem; +.ui.divided.items > .item:first-child { + border-top: none; + margin-top: 0em !important; + padding-top: 0em !important; } -.ui.small.vertical.menu { - width: 13rem; +.ui.divided.items > .item:last-child { + margin-bottom: 0em !important; + padding-bottom: 0em !important; } -/* Medium */ +/* Relaxed Divided */ -.ui.menu .item { - font-size: 1rem; +.ui.relaxed.divided.items > .item { + margin: 0em; + padding: 1.5em 0em; } -.ui.vertical.menu { - width: 15rem; +.ui[class*="very relaxed"].divided.items > .item { + margin: 0em; + padding: 2em 0em; } -/* Large */ +/*------------------- + Link +--------------------*/ -.ui.large.menu .item { - font-size: 1.125rem; +.ui.items a.item:hover, +.ui.link.items > .item:hover { + cursor: pointer; } -.ui.large.menu .item .item { - font-size: 0.875rem; +.ui.items a.item:hover .content .header, +.ui.link.items > .item:hover .content .header { + color: #00b2f3; } -.ui.large.menu .dropdown .item { - font-size: 1rem; -} +/*-------------- + Size +---------------*/ -.ui.large.vertical.menu { - width: 18rem; +.ui.items > .item { + font-size: 1em; } /******************************* @@ -18599,7 +18388,7 @@ ol.ui.horizontal.list li:before, *******************************/ /******************************* - Site Overrides + User Variable Overrides *******************************/ /* @@ -18614,451 +18403,426 @@ ol.ui.horizontal.list li:before, */ /******************************* - Message + Statistic *******************************/ -.ui.message { - position: relative; - min-height: 1em; +/* Standalone */ + +.ui.statistic { + display: inline-block; margin: 1em 0em; - background: #efefef; - padding: 1em 1.5em; - line-height: 1.3; - color: rgba(0, 0, 0, 0.8); - -webkit-transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; - transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; - border-radius: 0.2857rem; - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px transparent; + max-width: 175px; } -.ui.message:first-child { +.ui.statistic + .ui.statistic { + margin: 0em 0em 0em 1em; +} + +.ui.statistic:first-child { margin-top: 0em; } -.ui.message:last-child { +.ui.statistic:last-child { margin-bottom: 0em; } -/*-------------- - Content ----------------*/ - -/* Header */ +/* Grouped */ -.ui.message .header { +.ui.statistics > .statistic { display: block; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-weight: bold; - margin: 0em 0em 0em 0rem; -} - -/* Default font size */ - -.ui.message .header:not(.ui) { - font-size: 1.1em; -} - -/* Paragraph */ - -.ui.message p { - opacity: 0.85; - margin: 0.75em 0em; -} - -.ui.message p:first-child { - margin-top: 0em; + float: left; + margin: 0em 1em 2em; + max-width: 175px; } -.ui.message p:last-child { - margin-bottom: 0em; -} +/******************************* + Group +*******************************/ -.ui.message .header + p { - margin-top: 0.25em; +.ui.statistics { + display: block; + margin: 1em -1em; } -/* List */ +/* Clearing */ -.ui.message ul.list { - opacity: 0.85; - list-style-position: inside; - margin: 0.5em 0em 0em; - padding: 0em; +.ui.statistics:after { + display: block; + content: ' '; + height: 0px; + clear: both; + overflow: hidden; + visibility: hidden; } -.ui.message ul.list:first-child { +.ui.statistics:first-child { margin-top: 0em; } -.ui.message ul.list:last-child { +.ui.statistics:last-child { margin-bottom: 0em; } -.ui.message ul.list li { - position: relative; - list-style-type: none; - margin: 0em 0em 0.3em 1em; - padding: 0em; -} - -.ui.message ul.list li:before { - position: absolute; - content: '•'; - left: -1em; - height: 100%; - vertical-align: baseline; -} - -.ui.message ul.list li:last-child { - margin-bottom: 0em; -} +/******************************* + Content +*******************************/ -/* Icon */ +/*-------------- + Value +---------------*/ -.ui.message > .icon { - margin-right: 0.6em; +.ui.statistics .statistic > .value, +.ui.statistic > .value { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 4rem; + font-weight: normal; + line-height: 1em; + color: #1b1c1d; + text-transform: uppercase; + text-align: center; } -/* Close Icon */ - -.ui.message > .close.icon { - cursor: pointer; - position: absolute; - margin: 0em; - top: 1.15em; - right: 0.5em; - opacity: 0.7; - -webkit-transition: opacity 0.1s linear; - transition: opacity 0.1s linear; -} +/*-------------- + Label +---------------*/ -.ui.message > .close.icon:hover { - opacity: 1; +.ui.statistics .statistic > .label, +.ui.statistic > .label { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1rem; + font-weight: normal; + color: rgba(0, 0, 0, 0.4); + text-transform: none; + text-align: center; } -/* First / Last Element */ - -.ui.message > :first-child { - margin-top: 0em; -} +/* Top Label */ -.ui.message > :last-child { - margin-bottom: 0em; +.ui.statistics .statistic > .label ~ .value, +.ui.statistic > .label ~ .value { + margin-top: 0rem; } -/******************************* - States -*******************************/ - -.ui.message.visible, -.ui.header.visible { - display: block !important; -} +/* Bottom Label */ -.ui.message.hidden, -.ui.header.hidden { - display: none; +.ui.statistics .statistic > .value ~ .label, +.ui.statistic > .value ~ .label { + margin-top: 0.25rem; } /******************************* - Variations + Types *******************************/ /*-------------- - Compact + Icon Value ---------------*/ -.ui.compact.message { - display: inline-block; +.ui.statistics .statistic > .value .icon, +.ui.statistic > .value .icon { + opacity: 1; + width: auto; } /*-------------- - Attached + Text Value ---------------*/ -.ui.attached.message { - margin-bottom: -1px; - border-radius: 0.2857rem 0.2857rem 0em 0em; - box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset; - margin-left: -1px; - margin-right: -1px; -} - -.ui.attached + .ui.attached.message:not(.top):not(.bottom) { - margin-top: -1px; - border-radius: 0em; -} - -.ui.bottom.attached.message { - margin-top: -1px; - border-radius: 0em 0em 0.2857rem 0.2857rem; - box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.ui.bottom.attached.message:not(:last-child) { - margin-bottom: 1em; -} - -.ui.attached.icon.message { - display: block; - width: auto; +.ui.statistics .statistic > .text.value, +.ui.statistic > .text.value { + line-height: 1em; + min-height: 2em; + text-align: center; +} + +.ui.statistics .statistic > .text.value + .label, +.ui.statistic > .text.value + .label { + text-align: center; } /*-------------- - Icon + Image Value ---------------*/ -.ui.icon.message { - display: table; - width: 100%; +.ui.statistics .statistic > .value img, +.ui.statistic > .value img { + max-height: 3rem; + vertical-align: baseline; } -.ui.icon.message > .icon:not(.close) { - display: table-cell; - width: auto; - vertical-align: middle; - font-size: 3em; - opacity: 0.8; -} +/******************************* + Variations +*******************************/ -.ui.icon.message > .content { - display: table-cell; - width: 100%; - vertical-align: middle; -} +/*-------------- + Horizontal +---------------*/ -.ui.icon.message .icon:not(.close) + .content { - padding-left: 1.5rem; +.ui.horizontal.statistics, +.ui.horizontal.statistic { + display: block; + margin: 0em; + max-width: 9999px; } -.ui.icon.message .circular.icon { - width: 1em; +.ui.horizontal.statistics .statistic { + float: none; + margin: 1em 0em; + max-width: 9999px; } -.ui.icon.message .circular.icon + .content { - width: auto; - padding-left: 2em; +.ui.horizontal.statistic > .text.value, +.ui.horizontal.statistics > .statistic > .text.value { + min-height: 0em !important; } -/*-------------- - Floating ----------------*/ +.ui.horizontal.statistics .statistic > .value, +.ui.horizontal.statistic > .value { + display: inline-block; + vertical-align: middle; +} -.ui.floating.message { - box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; +.ui.horizontal.statistics .statistic > .label, +.ui.horizontal.statistic > .label { + display: inline-block; + vertical-align: middle; + margin: 0em 0em 0em 0.75em; } /*-------------- Colors ---------------*/ -.ui.black.message { - background-color: #1b1c1d; - color: #ffffff; +.ui.blue.statistics .statistic > .value, +.ui.statistics .blue.statistic > .value, +.ui.blue.statistic > .value { + color: #3b83c0; } -/*-------------- - Types ----------------*/ - -/* Positive */ - -.ui.positive.message { - background-color: #eeffe7; - color: #3c763d; +.ui.green.statistics .statistic > .value, +.ui.statistics .green.statistic > .value, +.ui.green.statistic > .value { + color: #5bbd72; } -.ui.positive.message, -.ui.attached.positive.message { - box-shadow: 0px 0px 0px 1px #b7caa7 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +.ui.orange.statistics .statistic > .value, +.ui.statistics .orange.statistic > .value, +.ui.orange.statistic > .value { + color: #e07b53; } -.ui.positive.message .header { - color: #356e36; +.ui.pink.statistics .statistic > .value, +.ui.statistics .pink.statistic > .value, +.ui.pink.statistic > .value { + color: #d9499a; } -/* Negative */ +.ui.purple.statistics .statistic > .value, +.ui.statistics .purple.statistic > .value, +.ui.purple.statistic > .value { + color: #564f8a; +} -.ui.negative.message { - background-color: #fff0f0; - color: #a94442; +.ui.red.statistics .statistic > .value, +.ui.statistics .red.statistic > .value, +.ui.red.statistic > .value { + color: #d95c5c; } -.ui.negative.message, -.ui.attached.negative.message { - box-shadow: 0px 0px 0px 1px #dbb1b1 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +.ui.teal.statistics .statistic > .value, +.ui.statistics .teal.statistic > .value, +.ui.teal.statistic > .value { + color: #00b5ad; } -.ui.negative.message .header { - color: #912d2b; +.ui.yellow.statistics .statistic > .value, +.ui.statistics .yellow.statistic > .value, +.ui.yellow.statistic > .value { + color: #f2c61f; } -/* Info */ +/*-------------- + Floated +---------------*/ -.ui.info.message { - background-color: #e9faff; - color: #337b92; +.ui.left.floated.statistic { + float: left; + margin: 0em 2em 1em 0em; } -.ui.info.message, -.ui.attached.info.message { - box-shadow: 0px 0px 0px 1px #aad6df inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +.ui.right.floated.statistic { + float: right; + margin: 0em 0em 1em 2em; } -.ui.info.message .header { - color: #297187; +.ui.floated.statistic:last-child { + margin-bottom: 0em; } -/* Warning */ +/*-------------- + Inverted +---------------*/ -.ui.warning.message { - background-color: #fffbe6; - color: #876a38; +.ui.inverted.statistic .value { + color: #ffffff; } -.ui.warning.message, -.ui.attached.warning.message { - box-shadow: 0px 0px 0px 1px #d9caab inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +.ui.inverted.statistic .label { + color: rgba(255, 255, 255, 0.8); } -.ui.warning.message .header { - color: #825c01; +.ui.inverted.blue.statistics .statistic > .value, +.ui.statistics .inverted.blue.statistic > .value, +.ui.inverted.blue.statistic > .value { + color: #54c8ff; } -/* Error */ - -.ui.error.message { - background-color: #fff0f0; - color: #a94442; +.ui.inverted.green.statistics .statistic > .value, +.ui.statistics .inverted.green.statistic > .value, +.ui.inverted.green.statistic > .value { + color: #2ecc40; } -.ui.error.message, -.ui.attached.error.message { - box-shadow: 0px 0px 0px 1px #dbb1b1 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +.ui.inverted.orange.statistics .statistic > .value, +.ui.statistics .inverted.orange.statistic > .value, +.ui.inverted.orange.statistic > .value { + color: #ff851b; } -.ui.error.message .header { - color: #912d2b; +.ui.inverted.pink.statistics .statistic > .value, +.ui.statistics .inverted.pink.statistic > .value, +.ui.inverted.pink.statistic > .value { + color: #ff8edf; } -/* Success */ +.ui.inverted.purple.statistics .statistic > .value, +.ui.statistics .inverted.purple.statistic > .value, +.ui.inverted.purple.statistic > .value { + color: #cdc6ff; +} -.ui.success.message { - background-color: #eeffe7; - color: #3c763d; +.ui.inverted.red.statistics .statistic > .value, +.ui.statistics .inverted.red.statistic > .value, +.ui.inverted.red.statistic > .value { + color: #ff695e; } -.ui.success.message, -.ui.attached.success.message { - box-shadow: 0px 0px 0px 1px #b7caa7 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +.ui.inverted.teal.statistics .statistic > .value, +.ui.statistics .inverted.teal.statistic > .value, +.ui.inverted.teal.statistic > .value { + color: #6dffff; } -.ui.success.message .header { - color: #356e36; +.ui.inverted.yellow.statistics .statistic > .value, +.ui.statistics .inverted.yellow.statistic > .value, +.ui.inverted.yellow.statistic > .value { + color: #ffe21f; } -/* Colors */ +/*-------------- + Sizes +---------------*/ -.ui.inverted.message, -.ui.black.message { - background-color: #1b1c1d; - color: #ffffff; +/* Mini */ + +.ui.mini.statistics .statistic > .value, +.ui.mini.statistic > .value { + font-size: 1.5rem; } -.ui.blue.message { - background-color: #dff0ff; - color: #3b83c0; +.ui.mini.horizontal.statistics .statistic > .value, +.ui.mini.horizontal.statistic > .value { + font-size: 1.5rem; } -.ui.blue.message .header { - color: #3576ac; +.ui.mini.statistics .statistic > .text.value, +.ui.mini.statistic > .text.value { + font-size: 1rem; } -.ui.green.message { - background-color: #ebffed; - color: #1ebc30; +/* Tiny */ + +.ui.tiny.statistics .statistic > .value, +.ui.tiny.statistic > .value { + font-size: 2rem; } -.ui.green.message .header { - color: #1aa62a; +.ui.tiny.horizontal.statistics .statistic > .value, +.ui.tiny.horizontal.statistic > .value { + font-size: 2rem; } -.ui.orange.message { - background-color: #ffedde; - color: #e07b53; +.ui.tiny.statistics .statistic > .text.value, +.ui.tiny.statistic > .text.value { + font-size: 1rem; } -.ui.orange.message .header { - color: #dc6a3d; -} +/* Small */ -.ui.pink.message { - background-color: #ffe3fb; - color: #d9499a; +.ui.small.statistics .statistic > .value, +.ui.small.statistic > .value { + font-size: 3rem; } -.ui.pink.message .header { - color: #d5348e; +.ui.small.horizontal.statistics .statistic > .value, +.ui.small.horizontal.statistic > .value { + font-size: 2rem; } -.ui.purple.message { - background-color: #eae7ff; - color: #564f8a; +.ui.small.statistics .statistic > .text.value, +.ui.small.statistic > .text.value { + font-size: 1.5rem; } -.ui.purple.message .header { - color: #4c467a; -} +/* Medium */ -.ui.red.message { - background-color: #ffe8e6; - color: #d95c5c; +.ui.statistics .statistic > .value, +.ui.statistic > .value { + font-size: 4rem; } -.ui.red.message .header { - color: #d44747; +.ui.horizontal.statistics .statistic > .value, +.ui.horizontal.statistic > .value { + font-size: 3rem; } -.ui.teal.message { - background-color: #e9ffff; - color: #10a3a3; +.ui.statistics .statistic > .text.value, +.ui.statistic > .text.value { + font-size: 2rem; } -.ui.teal.message .header { - color: #0e8c8c; -} +/* Large */ -.ui.yellow.message { - background-color: #fff8db; - color: #b58105; +.ui.large.statistics .statistic > .value, +.ui.large.statistic > .value { + font-size: 5rem; } -.ui.yellow.message .header { - color: #9c6f04; +.ui.large.horizontal.statistics .statistic > .value, +.ui.large.horizontal.statistic > .value { + font-size: 4rem; } -/*-------------- - Sizes ----------------*/ - -.ui.small.message { - font-size: 0.9285em; +.ui.large.statistics .statistic > .text.value, +.ui.large.statistic > .text.value { + font-size: 2.5rem; } -.ui.message { - font-size: 1em; -} +/* Huge */ -.ui.large.message { - font-size: 1.1428em; +.ui.huge.statistics .statistic > .value, +.ui.huge.statistic > .value { + font-size: 6rem; } -.ui.huge.message { - font-size: 1.4285em; +.ui.huge.horizontal.statistics .statistic > .value, +.ui.huge.horizontal.statistic > .value { + font-size: 5rem; } -.ui.massive.message { - font-size: 1.7142em; +.ui.huge.statistics .statistic > .text.value, +.ui.huge.statistic > .text.value { + font-size: 2.5rem; } /******************************* @@ -19081,886 +18845,920 @@ ol.ui.horizontal.list li:before, */ /******************************* - Modal + Accordion *******************************/ -.ui.modal { - display: none; - position: fixed; - z-index: 1001; - top: 50%; - left: 50%; - text-align: left; - width: 90%; - margin-left: -45%; - background: #ffffff; - border: none; - box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); - border-radius: 0.2857rem; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - will-change: top, left, margin, transform, opacity; -} - -.ui.modal > :first-child:not(.icon), -.ui.modal > .icon:first-child + * { - border-top-left-radius: 0.2857rem; - border-top-right-radius: 0.2857rem; +.ui.accordion, +.ui.accordion .accordion { + max-width: 100%; + font-size: 1em; } -.ui.modal > :last-child { - border-bottom-left-radius: 0.2857rem; - border-bottom-right-radius: 0.2857rem; +.ui.accordion .accordion { + margin: 1em 0em 0em; + padding: 0em; } -/******************************* - Content -*******************************/ - -/*-------------- - Close ----------------*/ +/* Title */ -.ui.modal > .close { +.ui.accordion .title, +.ui.accordion .accordion .title { cursor: pointer; - position: absolute; - top: -2.5rem; - right: -2.5rem; - z-index: 1; - opacity: 0.8; - font-size: 1.25em; - color: #ffffff; - width: 2.25rem; - height: 2.25rem; - padding: 0.625rem 0rem 0rem 0rem; -} - -.ui.modal > .close:hover { - opacity: 1; } -/*-------------- - Header ----------------*/ +/* Default Styling */ -.ui.modal > .header { - display: block; +.ui.accordion .title:not(.ui) { + padding: 0.5em 0em; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)) #ffffff; - background: linear-gradient(transparent, rgba(0, 0, 0, 0.05)) #ffffff; - margin: 0em; - padding: 1.2rem 2rem; - box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05); - font-size: 1.6em; - line-height: 1.3em; - font-weight: bold; - color: rgba(0, 0, 0, 0.85); - border-bottom: 1px solid rgba(39, 41, 43, 0.15); -} - -/*-------------- - Content ----------------*/ - -.ui.modal > .content { - display: table; - table-layout: fixed; - width: 100%; font-size: 1em; - line-height: 1.4; - padding: 2rem; - background: #ffffff; + color: rgba(0, 0, 0, 0.8); } -/* Image */ +/* Content */ -.ui.modal > .content > .image { - display: table-cell; - width: ''; - vertical-align: top; +.ui.accordion .title ~ .content, +.ui.accordion .accordion .title ~ .content { + display: none; } -.ui.modal > .content > .image[class*="top aligned"] { - vertical-align: top; +/* Default Styling */ + +.ui.accordion:not(.styled) .title ~ .content:not(.ui), +.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) { + margin: 0em; + padding: 0.5em 0em 1em; } -.ui.modal > .content > .image[class*="top aligned"] { - vertical-align: middle; +.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child { + padding-bottom: 0em; } -/* Description */ +/* Arrow */ -.ui.modal > .content > .description { - display: table-cell; - vertical-align: top; +.ui.accordion .title .dropdown.icon, +.ui.accordion .accordion .title .dropdown.icon { + display: inline-block; + float: none; + opacity: 0.75; + width: 1.25em; + height: 1em; + margin: 0em 0.25rem 0em 0rem; + padding: 0em; + -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease; + transition: transform 0.2s ease, opacity 0.2s ease; + vertical-align: baseline; + -webkit-transform: rotate(0deg); + -ms-transform: rotate(0deg); + transform: rotate(0deg); } -.ui.modal > .content > .icon + .description, -.ui.modal > .content > .image + .description { - min-width: ''; - width: 80%; - padding-left: 2em; -} +/* Coupling with accordion */ -/*rtl:ignore*/ +.ui.accordion.menu .item .title { + display: block; + padding: 0em; +} -.ui.modal > .content > .image > i.icon { - font-size: 8rem; - margin: 0em; - opacity: 1; - width: auto; +.ui.accordion.menu .item .title > .dropdown.icon { + float: right; + margin: 0.165em 0em 0em 1em; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); } -/*-------------- - Actions ----------------*/ +/******************************* + States +*******************************/ -.ui.modal .actions { - background: #efefef; - padding: 1rem 2rem; - border-top: 1px solid rgba(39, 41, 43, 0.15); - text-align: right; +.ui.accordion .active.title .dropdown.icon, +.ui.accordion .accordion .active.title .dropdown.icon { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); } -.ui.modal .actions > .button { - margin-left: 0.75em; +.ui.accordion.menu .item .active.title > .dropdown.icon { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); } -/*------------------- - Responsive ---------------------*/ +/******************************* + Types +*******************************/ -/* Modal Width */ +/*-------------- + Styled +---------------*/ -@media only screen and (max-width: 767px) { - .ui.modal { - width: 95%; - margin: 0em 0em 0em -47.5%; - } +.ui.styled.accordion { + width: 600px; } -@media only screen and (min-width: 768px) { - .ui.modal { - width: 88%; - margin: 0em 0em 0em -44%; - } +.ui.styled.accordion, +.ui.styled.accordion .accordion { + border-radius: 0.2857rem; + background: #ffffff; + box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15); } -@media only screen and (min-width: 992px) { - .ui.modal { - width: 74%; - margin: 0em 0em 0em -37%; - } +.ui.styled.accordion .title, +.ui.styled.accordion .accordion .title { + margin: 0em; + padding: 0.75em 1em; + color: rgba(0, 0, 0, 0.4); + font-weight: bold; + border-top: 1px solid rgba(39, 41, 43, 0.15); + -webkit-transition: background 0.2s ease, color 0.2s ease; + transition: background 0.2s ease, color 0.2s ease; } -@media only screen and (min-width: 1400px) { - .ui.modal { - width: 56%; - margin: 0em 0em 0em -28%; - } +.ui.styled.accordion .title:first-child, +.ui.styled.accordion .accordion .title:first-child { + border-top: none; } -@media only screen and (min-width: 1920px) { - .ui.modal { - width: 42%; - margin: 0em 0em 0em -21%; - } +/* Content */ + +.ui.styled.accordion .content, +.ui.styled.accordion .accordion .content { + margin: 0em; + padding: 0.5em 1em 1.5em; } -/* Tablet and Mobile */ +.ui.styled.accordion .accordion .content { + padding: 0em; + padding: 0.5em 1em 1.5em; +} -@media only screen and (max-width: 992px) { - .ui.modal > .header { - padding-right: 2.25rem; - } +/* Hover */ - .ui.modal > .close { - top: 0.905rem; - right: 1rem; - color: rgba(0, 0, 0, 0.8); - } +.ui.styled.accordion .title:hover, +.ui.styled.accordion .active.title, +.ui.styled.accordion .accordion .title:hover, +.ui.styled.accordion .accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.8); } -/* Mobile */ - -@media only screen and (max-width: 767px) { - .ui.modal > .header { - padding: 0.75rem 1rem !important; - padding-right: 2.25rem !important; - } +.ui.styled.accordion .accordion .title:hover, +.ui.styled.accordion .accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.8); +} - .ui.modal > .content { - display: block; - padding: 1rem !important; - } +/* Active */ - .ui.modal > .close { - top: 0.5rem !important; - right: 0.5rem !important; - } +.ui.styled.accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.8); +} - /*rtl:ignore*/ +.ui.styled.accordion .accordion .active.title { + background: transparent; + color: rgba(0, 0, 0, 0.8); +} - .ui.modal .content > .image { - display: block; - max-width: 100%; - margin: 0em auto !important; - text-align: center; - padding: 0rem 0rem 1rem !important; - } +/******************************* + States +*******************************/ - .ui.modal > .content > .image > i.icon { - font-size: 5rem; - text-align: center; - } +/*-------------- + Active +---------------*/ - /*rtl:ignore*/ +.ui.accordion .active.content, +.ui.accordion .accordion .active.content { + display: block; +} - .ui.modal .content > .description { - display: block; - width: 100% !important; - margin: 0em !important; - padding: 1rem 0rem !important; - box-shadow: none; - } +/******************************* + Variations +*******************************/ - .ui.modal > .actions { - padding: 1rem 1rem 0rem !important; - } +/*-------------- + Fluid +---------------*/ - .ui.modal .actions > .buttons, - .ui.modal .actions > .button { - margin-bottom: 1rem; - } +.ui.fluid.accordion, +.ui.fluid.accordion .accordion { + width: 100%; } /******************************* - Types + Theme Overrides *******************************/ -.ui.basic.modal { - background-color: transparent; - border: none; - box-shadow: none; - color: #ffffff; +@font-face { + font-family: 'Accordion'; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); + font-weight: normal; + font-style: normal; } -.ui.basic.modal > .header, -.ui.basic.modal > .content, -.ui.basic.modal > .actions { - background-color: transparent; -} +/* Dropdown Icon */ -.ui.basic.modal > .header { - color: #ffffff; +.ui.accordion .title .dropdown.icon, +.ui.accordion .accordion .title .dropdown.icon { + font-family: Accordion; + line-height: 1; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + font-weight: normal; + font-style: normal; + text-align: center; } -.ui.basic.modal > .close { - top: 1rem; - right: 1.5rem; +.ui.accordion .title .dropdown.icon:before, +.ui.accordion .accordion .title .dropdown.icon:before { + content: '\f0da'; } -/* Tablet and Mobile */ +/******************************* + User Overrides +*******************************/ -@media only screen and (max-width: 992px) { - .ui.basic.modal > .close { - color: #ffffff; - } -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ /******************************* - Variations + Checkbox *******************************/ -/* A modal that cannot fit on the page */ +/*-------------- + Content +---------------*/ -.scrolling.dimmable.dimmed { - overflow: hidden; +.ui.checkbox { + position: relative; + display: inline-block; + height: 17px; + font-size: 1rem; + line-height: 15px; + min-width: 17px; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + outline: none; + vertical-align: middle; +} + +.ui.checkbox input { + position: absolute; + top: 0px; + left: 0px; + opacity: 0 !important; + outline: none; + z-index: -1; +} + +/*-------------- + Box +---------------*/ + +.ui.checkbox .box, +.ui.checkbox label { + cursor: pointer; + padding-left: 1.75em; + outline: none; } -.scrolling.dimmable.dimmed > .dimmer { - overflow: auto; - -webkit-overflow-scrolling: touch; +.ui.checkbox label { + font-size: 1em; } -.scrolling.dimmable > .dimmer { - position: fixed; +.ui.checkbox .box:before, +.ui.checkbox label:before { + position: absolute; + line-height: 1; + width: 17px; + height: 17px; + top: 0em; + left: 0em; + content: ''; + background: #ffffff; + border-radius: 0.25em; + -webkit-transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease; + transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease; + border: 1px solid #d4d4d5; } -.ui.scrolling.modal { - position: static; - margin: 3.5rem auto; +/*-------------- + Checkmark +---------------*/ + +.ui.checkbox .box:after, +.ui.checkbox label:after { + position: absolute; + top: 0px; + left: 0px; + line-height: 17px; + width: 17px; + height: 17px; + text-align: center; + opacity: 0; + color: rgba(0, 0, 0, 0.8); + -webkit-transition: all 0.1s ease; + transition: all 0.1s ease; } -@media only screen and (max-width: 992px) { - .ui.scrolling.modal { - margin-top: 1rem; - margin-bottom: 1rem; - } +/*-------------- + Label +---------------*/ + +/* Inside */ + +.ui.checkbox label, +.ui.checkbox + label { + cursor: pointer; + color: rgba(0, 0, 0, 0.8); + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } -/******************************* - States -*******************************/ +/* Outside */ -.ui.active.modal { - display: block; +.ui.checkbox + label { + vertical-align: middle; } /******************************* - Variations + States *******************************/ /*-------------- - Full Screen + Hover ---------------*/ -.ui.fullscreen.modal { - width: 95% !important; - margin: 1em 0em 1em -47.5%; -} - -.ui.fullscreen.modal > .header { - padding-right: 2.25rem; +.ui.checkbox .box:hover::before, +.ui.checkbox label:hover::before { + background: #ffffff; + border: 1px solid rgba(39, 41, 43, 0.2); } -.ui.fullscreen.modal > .close { - top: 0.905rem; - right: 1rem; +.ui.checkbox label:hover, +.ui.checkbox + label:hover { color: rgba(0, 0, 0, 0.8); } -@media only screen and (max-width: 767px) { - .ui.fullscreen.modal { - width: auto !important; - margin: 1em !important; - top: 0% !important; - left: 0% !important; - } -} - /*-------------- - Size + Down ---------------*/ -.ui.modal { - font-size: 1em; +.ui.checkbox .box:active::before, +.ui.checkbox label:active::before { + background: #f5f5f5; + border: 1px solid 1px solid rgba(39, 41, 43, 0.2); } -/* Small */ - -.ui.small.modal > .header { - font-size: 1.3em; +.ui.checkbox input:active ~ label { + color: rgba(0, 0, 0, 0.8); } -/* Small Modal Width */ - -@media only screen and (max-width: 767px) { - .ui.small.modal { - width: 95%; - margin: 0em 0em 0em -47.5%; - } -} +/*-------------- + Focus +---------------*/ -@media only screen and (min-width: 768px) { - .ui.small.modal { - width: 52.8%; - margin: 0em 0em 0em -26.4%; - } +.ui.checkbox input:focus ~ .box:before, +.ui.checkbox input:focus ~ label:before { + background: #f5f5f5; + border: 1px solid 1px solid rgba(39, 41, 43, 0.2); } -@media only screen and (min-width: 992px) { - .ui.small.modal { - width: 44.4%; - margin: 0em 0em 0em -22.2%; - } +.ui.checkbox input:focus ~ label { + color: rgba(0, 0, 0, 0.8); } -@media only screen and (min-width: 1400px) { - .ui.small.modal { - width: 33.6%; - margin: 0em 0em 0em -16.8%; - } -} +/*-------------- + Active +---------------*/ -@media only screen and (min-width: 1920px) { - .ui.small.modal { - width: 25.2%; - margin: 0em 0em 0em -12.6%; - } +.ui.checkbox input:checked ~ .box:after, +.ui.checkbox input:checked ~ label:after { + opacity: 1; } -/* Large Modal Width */ +/*-------------- + Read-Only +---------------*/ -.ui.large.modal > .header { - font-size: 1.6em; +.ui.read-only.checkbox, +.ui.read-only.checkbox label { + cursor: default; } -@media only screen and (max-width: 767px) { - .ui.large.modal { - width: 95%; - margin: 0em 0em 0em -47.5%; - } -} +/*-------------- + Disabled +---------------*/ -@media only screen and (min-width: 768px) { - .ui.large.modal { - width: 88%; - margin: 0em 0em 0em -44%; - } +.ui.disabled.checkbox .box:after, +.ui.disabled.checkbox label, +.ui.checkbox input[disabled] ~ .box:after, +.ui.checkbox input[disabled] ~ label { + cursor: default; + opacity: 0.5; + color: #000000; } -@media only screen and (min-width: 992px) { - .ui.large.modal { - width: 88.8%; - margin: 0em 0em 0em -44.4%; - } -} +/******************************* + Types +*******************************/ -@media only screen and (min-width: 1400px) { - .ui.large.modal { - width: 67.2%; - margin: 0em 0em 0em -33.6%; - } -} +/*-------------- + Radio +---------------*/ -@media only screen and (min-width: 1920px) { - .ui.large.modal { - width: 50.4%; - margin: 0em 0em 0em -25.2%; - } +.ui.radio.checkbox { + height: 14px; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - Site Overrides -*******************************/ +/* Box */ -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.radio.checkbox .box:before, +.ui.radio.checkbox label:before { + width: 14px; + height: 14px; + border-radius: 500rem; + top: 1px; + left: 0px; + -webkit-transform: none; + -ms-transform: none; + transform: none; +} -/******************************* - Nag -*******************************/ +/* Circle */ -.ui.nag { - display: none; - opacity: 0.95; - position: relative; - top: 0em; +.ui.radio.checkbox .box:after, +.ui.radio.checkbox label:after { + border: none; + width: 14px; + height: 14px; + line-height: 14px; + top: 1px; left: 0px; - z-index: 999; - min-height: 0em; - width: 100%; - margin: 0em; - padding: 0.75em 1em; - background: #555555; - box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); - font-size: 1rem; - text-align: center; - color: rgba(0, 0, 0, 0.8); - border-radius: 0em 0em 0.2857rem 0.2857rem; - -webkit-transition: 0.2s background ease; - transition: 0.2s background ease; + font-size: 9px; } -a.ui.nag { +/* Radio Checkbox */ + +.ui.radio.checkbox .box:after, +.ui.radio.checkbox label:after { + width: 14px; + height: 14px; + border-radius: 500rem; + -webkit-transform: scale(0.42857143); + -ms-transform: scale(0.42857143); + transform: scale(0.42857143); + background-color: rgba(0, 0, 0, 0.8); +} + +/*-------------- + Slider +---------------*/ + +.ui.slider.checkbox { cursor: pointer; + height: 1.25rem; } -.ui.nag > .title { - display: inline-block; - margin: 0em 0.5em; - color: #ffffff; +.ui.slider.checkbox .box, +.ui.slider.checkbox label { + padding-left: 4.5rem; + line-height: 1rem; + color: rgba(0, 0, 0, 0.4); } -.ui.nag > .close.icon { +/* Line */ + +.ui.slider.checkbox .box:before, +.ui.slider.checkbox label:before { cursor: pointer; - opacity: 0.4; + display: block; position: absolute; - top: 50%; - right: 1em; - font-size: 1em; - margin: -0.5em 0em 0em; - color: #ffffff; - -webkit-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; + content: ''; + top: 0.4rem; + left: 0em; + z-index: 1; + border: none !important; + background-color: rgba(0, 0, 0, 0.05); + width: 3.5rem; + height: 0.25rem; + -webkit-transform: none; + -ms-transform: none; + transform: none; + border-radius: 500rem; + -webkit-transition: background 0.3s ease; + transition: background 0.3s ease; } -/******************************* - States -*******************************/ - -/* Hover */ +/* Handle */ -.ui.nag:hover { - background: #555555; +.ui.slider.checkbox .box:after, +.ui.slider.checkbox label:after { + background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + position: absolute; + content: ''; opacity: 1; + z-index: 2; + border: none; + box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; + width: 1.5rem; + height: 1.5rem; + top: -0.25rem; + left: 0em; + -webkit-transform: none; + -ms-transform: none; + transform: none; + border-radius: 500rem; + -webkit-transition: left 0.3s ease 0s; + transition: left 0.3s ease 0s; } -.ui.nag .close:hover { - opacity: 1; +/* Focus */ + +.ui.slider.checkbox input:focus ~ .box:before, +.ui.slider.checkbox input:focus ~ label:before { + background-color: rgba(0, 0, 0, 0.1); + border: none; } -/******************************* - Variations -*******************************/ +/* Hover */ -/*-------------- - Static ----------------*/ +.ui.slider.checkbox .box:hover, +.ui.slider.checkbox label:hover { + color: rgba(0, 0, 0, 0.8); +} -.ui.overlay.nag { - position: absolute; - display: block; +.ui.slider.checkbox .box:hover::before, +.ui.slider.checkbox label:hover::before { + background: rgba(0, 0, 0, 0.1); } -/*-------------- - Fixed ----------------*/ +/* Active */ -.ui.fixed.nag { - position: fixed; +.ui.slider.checkbox input:checked ~ .box, +.ui.slider.checkbox input:checked ~ label { + color: rgba(0, 0, 0, 0.8); } -/*-------------- - Bottom ----------------*/ +.ui.slider.checkbox input:checked ~ .box:before, +.ui.slider.checkbox input:checked ~ label:before { + background-color: rgba(0, 0, 0, 0.1); +} -.ui.bottom.nags, -.ui.bottom.nag { - border-radius: 0.2857rem 0.2857rem 0em 0em; - top: auto; - bottom: 0em; +.ui.slider.checkbox input:checked ~ .box:after, +.ui.slider.checkbox input:checked ~ label:after { + left: 2rem; } /*-------------- - White + Toggle ---------------*/ -.ui.inverted.nags .nag, -.ui.inverted.nag { - background-color: #f0f0f0; - color: rgba(0, 0, 0, 0.85); +.ui.toggle.checkbox { + cursor: pointer; + height: 1.5rem; } -.ui.inverted.nags .nag .close, -.ui.inverted.nags .nag .title, -.ui.inverted.nag .close, -.ui.inverted.nag .title { - color: rgba(0, 0, 0, 0.4); +.ui.toggle.checkbox .box, +.ui.toggle.checkbox label { + height: 1.5rem; + padding-left: 4.5rem; + line-height: 1.5rem; + color: rgba(0, 0, 0, 0.8); } -/******************************* - Groups -*******************************/ +/* Switch */ -.ui.nags .nag { - border-radius: 0em !important; +.ui.toggle.checkbox .box:before, +.ui.toggle.checkbox label:before { + cursor: pointer; + display: block; + position: absolute; + content: ''; + top: 0rem; + z-index: 1; + border: none; + background-color: rgba(0, 0, 0, 0.05); + width: 3.5rem; + height: 1.5rem; + border-radius: 500rem; } -.ui.nags .nag:last-child { - border-radius: 0em 0em 0.2857rem 0.2857rem; -} +/* Handle */ -.ui.bottom.nags .nag:last-child { - border-radius: 0.2857rem 0.2857rem 0em 0em; +.ui.toggle.checkbox .box:after, +.ui.toggle.checkbox label:after { + background: #ffffff -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: #ffffff linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + position: absolute; + content: ''; + opacity: 1; + z-index: 2; + border: none; + box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; + width: 1.5rem; + height: 1.5rem; + top: 0rem; + left: 0em; + border-radius: 500rem; + -webkit-transition: background 0.3s ease 0s, + left 0.3s ease 0s; + transition: background 0.3s ease 0s, + left 0.3s ease 0s; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - User Overrides -*******************************/ - -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.toggle.checkbox input ~ .box:after, +.ui.toggle.checkbox input ~ label:after { + left: -0.05rem; +} -/******************************* - Popup -*******************************/ +/* Focus */ -.ui.popup { - display: none; - position: absolute; - top: 0px; - right: 0px; - z-index: 900; - border: 1px solid #cccccc; - max-width: 250px; - background-color: #ffffff; - padding: 0.8em 1em; - font-weight: normal; - font-style: normal; - color: rgba(0, 0, 0, 0.8); - border-radius: 0.2857rem; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); +.ui.toggle.checkbox input:focus ~ .box:before, +.ui.toggle.checkbox input:focus ~ label:before { + background-color: rgba(0, 0, 0, 0.1); + border: none; } -.ui.popup > .header { - padding: 0em; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-size: 1.125em; - line-height: 1.2; - font-weight: bold; +/* Hover */ + +.ui.toggle.checkbox .box:hover::before, +.ui.toggle.checkbox label:hover::before { + background-color: rgba(0, 0, 0, 0.1); + border: none; } -.ui.popup > .header + .content { - padding-top: 0.5em; +/* Active */ + +.ui.toggle.checkbox input:checked ~ .box, +.ui.toggle.checkbox input:checked ~ label { + color: #5bbd72; } -.ui.popup:before { - position: absolute; - content: ''; - width: 0.75em; - height: 0.75em; - background: #ffffff; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - z-index: 2; - box-shadow: 1px 1px 0px 0px #b3b3b3; +.ui.toggle.checkbox input:checked ~ .box:before, +.ui.toggle.checkbox input:checked ~ label:before { + background-color: #5bbd72; +} + +.ui.toggle.checkbox input:checked ~ .box:after, +.ui.toggle.checkbox input:checked ~ label:after { + left: 2.05rem; } /******************************* - Types + Variations *******************************/ /*-------------- - Spacing + Fitted ---------------*/ -.ui.popup { - margin: 0em; +.ui.fitted.checkbox .box, +.ui.fitted.checkbox label { + padding-left: 0em !important; } -.ui.popup.bottom { - margin: 0.75em 0em 0em; +.ui.fitted.toggle.checkbox, +.ui.fitted.toggle.checkbox { + width: 3.5rem; } -.ui.popup.top { - margin: 0em 0em 0.75em; +.ui.fitted.slider.checkbox, +.ui.fitted.slider.checkbox { + width: 3.5rem; } -.ui.popup.left.center { - margin: 0em 0.75em 0em 0em; -} +/******************************* + Theme Overrides +*******************************/ -.ui.popup.right.center { - margin: 0em 0em 0em 0.75em; +@font-face { + font-family: 'Checkbox'; + src: url(data:application/octet-stream;base6,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA') format('woff'), url(data:application/octet-stream;base6,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') format('truetype'); } -/*-------------- - Pointer ----------------*/ - -/*--- Below ---*/ - -.ui.bottom.center.popup:before { - margin-left: -0.325em; - top: -0.325em; - left: 50%; - right: auto; - bottom: auto; - box-shadow: -1px -1px 0px 0px #b3b3b3; +.ui.checkbox label:before, +.ui.checkbox .box:before, +.ui.checkbox label:after, +.ui.checkbox .box:after { + font-family: 'Checkbox'; } -.ui.bottom.left.popup { - margin-left: 0em; +.ui.checkbox label:after, +.ui.checkbox .box:after { + content: '\e800'; + /* 'î €' */ } -.ui.bottom.left.popup:before { - top: -0.325em; - left: 1em; - right: auto; - bottom: auto; - margin-left: 0em; - box-shadow: -1px -1px 0px 0px #b3b3b3; -} +/* UTF Reference +.check:before { content: '\e800'; } +.circle:before { content: '\e801'; } +.ok-circled:before { content: '\e806'; } +.ok-circle:before { content: '\e805'; } +.cancel-circle:before { content: '\e807'; } +.cancel-circle-1:before { content: '\e804'; } +.empty-circle:before { content: '\e802'; } +.radio:before { content: '\e803'; } -.ui.bottom.right.popup { - margin-right: 0em; -} +*/ -.ui.bottom.right.popup:before { - top: -0.325em; - right: 1em; - bottom: auto; - left: auto; - margin-left: 0em; - box-shadow: -1px -1px 0px 0px #b3b3b3; -} +/******************************* + Site Overrides +*******************************/ -/*--- Above ---*/ +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -.ui.top.center.popup:before { - top: auto; - right: auto; - bottom: -0.325em; - left: 50%; - margin-left: -0.325em; +/******************************* + Dimmer +*******************************/ + +.dimmable { + position: relative; } -.ui.top.left.popup { - margin-left: 0em; +.ui.dimmer { + display: none; + position: absolute; + top: 0em !important; + left: 0em !important; + width: 100%; + height: 100%; + text-align: center; + vertical-align: middle; + background: rgba(0, 0, 0, 0.85); + opacity: 0; + line-height: 1; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-duration: 0.5s; + animation-duration: 0.5s; + -webkit-transition: background-color 0.5s linear; + transition: background-color 0.5s linear; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + will-change: opacity; + z-index: 1000; } -.ui.top.left.popup:before { - bottom: -0.325em; - left: 1em; - top: auto; - right: auto; - margin-left: 0em; +/* Dimmer Content */ + +.ui.dimmer > .content { + width: 100%; + height: 100%; + display: table; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } -.ui.top.right.popup { - margin-right: 0em; +.ui.dimmer > .content > div { + display: table-cell; + vertical-align: middle; + color: #ffffff; } -.ui.top.right.popup:before { - bottom: -0.325em; - right: 1em; - top: auto; - left: auto; - margin-left: 0em; +/* Loose Coupling */ + +.ui.segment > .ui.dimmer { + border-radius: inherit !important; } -/*--- Left Center ---*/ +/******************************* + States +*******************************/ -.ui.left.center.popup:before { - top: 50%; - right: -0.325em; - bottom: auto; - left: auto; - margin-top: -0.325em; - box-shadow: 1px -1px 0px 0px #b3b3b3; +.animating.dimmable:not(body), +.dimmed.dimmable:not(body) { + overflow: hidden; } -/*--- Right Center ---*/ +.dimmed.dimmable > .ui.animating.dimmer, +.dimmed.dimmable > .ui.visible.dimmer, +.ui.active.dimmer { + display: block; + opacity: 1; +} -.ui.right.center.popup:before { - top: 50%; - left: -0.325em; - bottom: auto; - right: auto; - margin-top: -0.325em; - box-shadow: -1px 1px 0px 0px #b3b3b3; +.ui.disabled.dimmer { + width: 0 !important; + height: 0 !important; } /******************************* - States + Variations *******************************/ -.ui.loading.popup { - display: block; - visibility: hidden; - z-index: -1; +/*-------------- + Page +---------------*/ + +.ui.page.dimmer { + position: fixed; + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; + -webkit-perspective: 2000px; + perspective: 2000px; + -webkit-transform-origin: center center; + -ms-transform-origin: center center; + transform-origin: center center; } -.ui.animating.popup, -.ui.visible.popup { - display: block; +body.animating.in.dimmable, +body.dimmed.dimmable { + overflow: hidden; } -/******************************* - Variations -*******************************/ - -/*-------------- - Wide ----------------*/ - -.ui.wide.popup { - width: 350px; - max-width: 350px; +body.dimmable > .dimmer { + position: fixed; } -.ui[class*="very wide"].popup { - width: 550px; - max-width: 550px; +body.dimmed.dimmable > :not(.dimmer) { + -webkit-filter: ''; + filter: ''; } /*-------------- - Fluid + Aligned ---------------*/ -.ui.fluid.popup { - width: 100%; - max-width: 99999px; +.ui.dimmer > .top.aligned.content > * { + vertical-align: top; +} + +.ui.dimmer > .bottom.aligned.content > * { + vertical-align: bottom; } /*-------------- - Colors + Inverted ---------------*/ -/* Inverted colors */ - -.ui.inverted.popup { - background: #1b1c1d; - color: #ffffff; - border: none; - box-shadow: none; +.ui.inverted.dimmer { + background: rgba(255, 255, 255, 0.85); } -.ui.inverted.popup .header { - background-color: none; +.ui.inverted.dimmer > .content > * { color: #ffffff; } -.ui.inverted.popup:before { - background-color: #1b1c1d; - box-shadow: none; -} - /*-------------- - Flowing + Simple ---------------*/ -.ui.flowing.popup { - max-width: 9999px; -} - -/*-------------- - Sizes ----------------*/ +/* Displays without javascript */ -.ui.small.popup { - font-size: 0.8rem; +.ui.simple.dimmer { + display: block; + overflow: hidden; + opacity: 1; + width: 0%; + height: 0%; + z-index: -100; + background-color: rgba(0, 0, 0, 0); } -.ui.popup { - font-size: 0.875rem; +.dimmed.dimmable > .ui.simple.dimmer { + overflow: visible; + opacity: 1; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.85); + z-index: 1; } -.ui.large.popup { - font-size: 1rem; +.ui.simple.inverted.dimmer { + background: rgba(255, 255, 255, 0); } -.ui.huge.popup { - font-size: 1.1rem; +.dimmed.dimmable > .ui.simple.inverted.dimmer { + background: rgba(255, 255, 255, 0.85); } /******************************* @@ -19983,478 +19781,583 @@ a.ui.nag { */ /******************************* - Progress + Dropdown *******************************/ -.ui.progress { +.ui.dropdown { + cursor: pointer; position: relative; - display: block; - max-width: 100%; + display: inline-block; + line-height: 1; + -webkit-transition: border-radius 0.1s ease, width 0.2s ease; + transition: border-radius 0.1s ease, width 0.2s ease; + tap-highlight-color: rgba(0, 0, 0, 0); + outline: none; + text-align: left; +} + +/******************************* + Content +*******************************/ + +/*-------------- + Menu +---------------*/ + +.ui.dropdown .menu { + cursor: auto; + position: absolute; + display: none; + outline: none; + top: 100%; + margin: 0em; + padding: 0em 0em; + background: #ffffff; + min-width: 100%; + white-space: nowrap; + font-size: 1rem; + text-shadow: none; + text-align: left; + box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15); border: 1px solid rgba(39, 41, 43, 0.15); - margin: 1em 0em 2.5em; + border-radius: 0em 0em 0.2857rem 0.2857rem; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; + z-index: 11; + will-change: transform, opacity; +} + +/*-------------- + Hidden Input +---------------*/ + +.ui.dropdown > input[type="hidden"], +.ui.dropdown > select { + display: none !important; +} + +/*-------------- + Dropdown Icon +---------------*/ + +.ui.dropdown > .dropdown.icon { + width: auto; + margin: 0em 0em 0em 1em; +} + +.ui.dropdown .menu > .item .dropdown.icon { + width: auto; + float: right; + margin: 0.2em 0em 0em; +} + +/*-------------- + Text +---------------*/ + +.ui.dropdown > .text { + display: inline-block; + -webkit-transition: color 0.2s ease; + transition: color 0.2s ease; +} + +/*-------------- + Menu Item +---------------*/ + +.ui.dropdown .menu > .item { + position: relative; + cursor: pointer; + display: block; + border: none; + height: auto; + border-top: none; + line-height: 1.2em; + color: rgba(0, 0, 0, 0.8); + padding: 0.65rem 1.25rem !important; + font-size: 1rem; + text-transform: none; + font-weight: normal; box-shadow: none; - background: rgba(0, 0, 0, 0.03); - padding: 0.2857em; - border-radius: 0.2857rem; + -webkit-touch-callout: none; +} + +.ui.dropdown .menu > .item:first-child { + border-top: none; +} + +/*-------------- + Menu Divider +---------------*/ + +.ui.dropdown .menu > .header { + margin: 1rem 0rem 0.75rem; + padding: 0em 1.25rem; + color: rgba(0, 0, 0, 0.85); + font-size: 0.8em; + font-weight: bold; + text-transform: uppercase; +} + +.ui.dropdown .menu > .divider { + border-top: 1px solid rgba(0, 0, 0, 0.05); + height: 0em; + margin: 0.5em 0em; +} + +.ui.dropdown .menu > .input { + margin: 0.75rem 1.25rem 0.25rem; + min-width: 200px; +} + +.ui.dropdown .menu > .header + .input { + margin-top: 0em; +} + +.ui.dropdown .menu > .input:not(.transparent) input { + padding: 0.5em 1em; +} + +/*-------------- + Item Image +---------------*/ + +.ui.dropdown > .text > img, +.ui.dropdown > .text > .image, +.ui.dropdown .menu > .item > .image, +.ui.dropdown .menu > .item > img { + display: inline-block; + vertical-align: middle; + width: auto; + max-height: 2.5em; + margin: 0em 0.75em 0em 0em; +} + +/*-------------- + Sub Menu +---------------*/ + +.ui.dropdown .menu .menu { + top: 0% !important; + left: 100% !important; + right: auto !important; + margin: 0em 0em 0em -0.5em !important; + border-radius: 0em 0.2857rem 0.2857rem 0em !important; + z-index: 21 !important; } -.ui.progress:first-child { - margin: 0em 0em 2.5em; -} +/* Hide Arrow */ -.ui.progress:last-child { - margin: 0em 0em 1.5em; +.ui.dropdown .menu .menu:after { + display: none; } -/* Indicating */ +/******************************* + Coupling +*******************************/ -.ui.indicating.progress .bar[style^="width: 3"] { - background-color: #d9a65c; -} +/* Icons / Flags / Labels */ -.ui.indicating.progress .bar[style^="width: 4"], -.ui.indicating.progress .bar[style^="width: 5"] { - background-color: #e6bb48; +.ui.dropdown > .text > .icon, +.ui.dropdown .menu > .item > .icon { + margin: 0em 0.75em 0em 0em; } -.ui.indicating.progress .bar[style^="width: 6"] { - background-color: #ddc928; +.ui.dropdown > .text > .label, +.ui.dropdown .menu > .item > .label { + margin: 0em 0.75em 0em 0em; } -.ui.indicating.progress .bar[style^="width: 7"], -.ui.indicating.progress .bar[style^="width: 8"] { - background-color: #b4d95c; +.ui.dropdown > .text > .flag, +.ui.dropdown .menu > .item > .flag { + margin: 0em 0.75em 0em 0em; } -.ui.indicating.progress .bar[style^="width: 9"], -.ui.indicating.progress .bar[style^="width: 100"] { - background-color: #66da81; +.ui.dropdown .menu > .item > .icon + .text { + display: block; + margin-right: 1em; } -.ui.indicating.progress .bar[style^="width: 1%"], -.ui.indicating.progress .bar[style^="width: 2%"], -.ui.indicating.progress .bar[style^="width: 3%"], -.ui.indicating.progress .bar[style^="width: 4%"], -.ui.indicating.progress .bar[style^="width: 5%"], -.ui.indicating.progress .bar[style^="width: 6%"], -.ui.indicating.progress .bar[style^="width: 7%"], -.ui.indicating.progress .bar[style^="width: 8%"], -.ui.indicating.progress .bar[style^="width: 9%"], -.ui.indicating.progress .bar[style^="width: 1"], -.ui.indicating.progress .bar[style^="width: 2"] { - background-color: #d95c5c; +/* Remove Menu Item Divider */ + +.ui.dropdown .ui.menu > .item:before, +.ui.menu .ui.dropdown .menu > .item:before { + display: none; } -/* Single Digits Last */ +/* Prevent Menu Item Border */ -.ui.indicating.progress .bar[style^="width: 1%"] + .label, -.ui.indicating.progress .bar[style^="width: 2%"] + .label, -.ui.indicating.progress .bar[style^="width: 3%"] + .label, -.ui.indicating.progress .bar[style^="width: 4%"] + .label, -.ui.indicating.progress .bar[style^="width: 5%"] + .label, -.ui.indicating.progress .bar[style^="width: 6%"] + .label, -.ui.indicating.progress .bar[style^="width: 7%"] + .label, -.ui.indicating.progress .bar[style^="width: 8%"] + .label, -.ui.indicating.progress .bar[style^="width: 9%"] + .label, -.ui.indicating.progress .bar[style^="width: 1"] + .label, -.ui.indicating.progress .bar[style^="width: 2"] + .label { - color: #d95c5c; +.ui.menu .ui.dropdown .menu .active.item { + border-left: none; } -.ui.indicating.progress .bar[style^="width: 3"] + .label { - color: #d9a65c; -} +/* No Margin On Icon Button */ -.ui.indicating.progress .bar[style^="width: 4"] + .label, -.ui.indicating.progress .bar[style^="width: 5"] + .label { - color: #e6bb48; +.ui.dropdown.icon.button > .dropdown.icon { + margin: 0em; } -.ui.indicating.progress .bar[style^="width: 6"] + .label { - color: #ddc928; +.ui.dropdown.button:not(.pointing):not(.floating).active, +.ui.dropdown.button:not(.pointing):not(.floating).visible { + border-bottom-left-radius: 0em; + border-bottom-right-radius: 0em; } -.ui.indicating.progress .bar[style^="width: 7"] + .label, -.ui.indicating.progress .bar[style^="width: 8"] + .label { - color: #b4d95c; -} +/* Automatically float dropdown menu right on last menu item */ -.ui.indicating.progress .bar[style^="width: 9"] + .label, -.ui.indicating.progress .bar[style^="width: 100"] + .label { - color: #66da81; +.ui.menu .right.menu .dropdown:last-child .menu, +.ui.buttons > .ui.dropdown:last-child .menu { + left: auto; + right: 0em; } /******************************* - Content + Types *******************************/ -/* Activity Bar */ - -.ui.progress .bar { - display: block; - line-height: 1; - position: relative; - width: 0%; - min-width: 0.25em; - height: 1.75em; - background: #888888; - border-radius: 0.2857rem; - -webkit-transition: width 0.5s ease, background-color 1s ease; - transition: width 0.5s ease, background-color 1s ease; -} - -/* Percent Complete */ - -.ui.progress .bar > .progress { - white-space: nowrap; - position: absolute; - width: auto; - font-size: 0.9em; - top: 50%; - right: 0.5em; - left: auto; - bottom: auto; - color: rgba(255, 255, 255, 0.8); - text-shadow: none; - margin-top: -0.5em; - font-weight: bold; - text-align: left; -} +/*-------------- + Selection +---------------*/ -/* Label */ +/* Displays like a select box */ -.ui.progress > .label { - position: absolute; - width: 100%; - font-size: 1em; - top: 100%; - right: auto; - left: 0%; - bottom: auto; +.ui.selection.dropdown { + cursor: pointer; + word-wrap: break-word; + white-space: normal; + outline: 0; + -webkit-transform: rotateZ(0deg); + transform: rotateZ(0deg); + min-width: 180px; + background: #ffffff; + display: inline-block; + padding: 0.8em 1.1em; color: rgba(0, 0, 0, 0.8); - font-weight: bold; - text-shadow: none; - margin-top: 0.2em; - text-align: center; - -webkit-transition: color 1s ease; - transition: color 1s ease; + box-shadow: none; + border: 1px solid rgba(39, 41, 43, 0.15); + border-radius: 0.2857rem; + -webkit-transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; + transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; } -/******************************* - States -*******************************/ - -/*-------------- - Success ----------------*/ +.ui.selection.dropdown.visible, +.ui.selection.dropdown.active { + z-index: 10; +} -.ui.progress.success .bar { - background-color: #5bbd72 !important; +select.ui.dropdown { + height: 38px; + padding: 0em; + margin: 0em; + visibility: hidden; } -.ui.progress.success .bar, -.ui.progress.success .bar::after { - -webkit-animation: none !important; - animation: none !important; +.ui.selection.dropdown > .text { + margin-right: 2em; } -.ui.progress.success > .label { - color: #356e36; +.ui.selection.dropdown > .search.icon, +.ui.selection.dropdown > .delete.icon, +.ui.selection.dropdown > .dropdown.icon { + position: absolute; + top: auto; + margin: 0em; + width: auto; + right: 1.1em; + opacity: 0.8; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; } -/*-------------- - Warning ----------------*/ +/* Compact */ -.ui.progress.warning .bar { - background-color: #f2c037 !important; +.ui.compact.selection.dropdown { + min-width: 0px; } -.ui.progress.warning .bar, -.ui.progress.warning .bar::after { - -webkit-animation: none !important; - animation: none !important; +/* Remove Selection */ + +.ui.selection.dropdown > .delete.icon { + opacity: 0.6; } -.ui.progress.warning > .label { - color: #825c01; +.ui.selection.dropdown > .delete.icon:hover { + opacity: 1; } -/*-------------- - Error ----------------*/ +/* Search Selection Input */ -.ui.progress.error .bar { - background-color: #d95c5c !important; +.ui.selection > input.search { + cursor: pointer; + background: none transparent; + border: none; + position: absolute; + top: 0em; + left: 0em; + width: 100%; + line-height: 1.2em; + padding: 0.8em 1.1em; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } -.ui.progress.error .bar, -.ui.progress.error .bar::after { - -webkit-animation: none !important; - animation: none !important; +.ui.selection.active > input.search, +.ui.selection.visible > input.search { + cursor: auto; } - -.ui.progress.error > .label { - color: #912d2b; + +.ui.selection > input.search:focus + .text { + color: rgba(0, 0, 0, 0.4) !important; } -/*-------------- - Active ----------------*/ +/* Selection Menu */ -.ui.active.progress .bar { - position: relative; - min-width: 3em; +.ui.selection.dropdown .menu { + overflow-x: hidden; + overflow-y: auto; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch; + border-top: none !important; + width: auto; + margin: 0px -1px; + min-width: -webkit-calc(100% + 2px); + min-width: calc(100% + 2px); + outline: none; + box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); + -webkit-transition: box-shadow 0.2s ease, border 0.2s ease; + transition: box-shadow 0.2s ease, border 0.2s ease; } -.ui.active.progress .bar::after { - content: ''; - opacity: 0; - position: absolute; - top: 0px; - left: 0px; - right: 0px; - bottom: 0px; - background: #ffffff; - border-radius: 0.2857rem; - -webkit-animation: progress-active 2s ease infinite; - animation: progress-active 2s ease infinite; +.ui.selection.dropdown .menu:after, +.ui.selection.dropdown .menu:before { + display: none; } -@-webkit-keyframes progress-active { - 0% { - opacity: 0.3; - width: 0; +@media only screen and (max-width: 767px) { + .ui.selection.dropdown .menu { + max-height: 7.7142rem; } +} - 100% { - opacity: 0; - width: 100%; +@media only screen and (min-width: 768px) { + .ui.selection.dropdown .menu { + max-height: 10.2856rem; } } -@keyframes progress-active { - 0% { - opacity: 0.3; - width: 0; +@media only screen and (min-width: 992px) { + .ui.selection.dropdown .menu { + max-height: 15.4284rem; } +} - 100% { - opacity: 0; - width: 100%; +@media only screen and (min-width: 1920px) { + .ui.selection.dropdown .menu { + max-height: 20.5712rem; } } -/*-------------- - Disabled ----------------*/ - -.ui.disabled.progress { - opacity: 0.35; -} +/* Menu Item */ -.ui.disabled.progress .bar, -.ui.disabled.progress .bar::after { - -webkit-animation: none !important; - animation: none !important; +.ui.selection.dropdown .menu > .item { + border-top: 1px solid rgba(0, 0, 0, 0.05); + padding-left: 1.1em !important; + /* Add in spacing for scroll bar */ + padding-right: -webkit-calc(2.1em) !important; + padding-right: calc(2.1em) !important; + white-space: normal; + word-wrap: normal; } -/******************************* - Variations -*******************************/ +/* Hover */ -/*-------------- - Inverted ----------------*/ +.ui.selection.dropdown:hover { + border-color: rgba(39, 41, 43, 0.2); + box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); +} -/* bottom attached */ +/* Visible Hover */ -.ui.inverted.progress { - background: rgba(255, 255, 255, 0.05); - border: none; +.ui.selection.visible.dropdown:hover { + border-color: rgba(39, 41, 43, 0.2); + box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); } -.ui.inverted.progress .bar { - background: #888888; +.ui.selection.visible.dropdown:hover .menu { + border: 1px solid rgba(39, 41, 43, 0.2); + box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08); } -.ui.inverted.progress .bar > .progress { - color: #fafafa; -} +/* Visible */ -.ui.inverted.progress > .label { - color: #ffffff; +.ui.selection.dropdown.visible { + border-color: rgba(39, 41, 43, 0.15); + box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); } -.ui.inverted.progress.success > .label { - color: #5bbd72; +.ui.visible.selection.dropdown > .dropdown.icon { + opacity: 1; } -.ui.inverted.progress.warning > .label { - color: #f2c037; +/* Active Item */ + +.ui.selection.active.dropdown > .text:not(.default), +.ui.selection.visible.dropdown > .text:not(.default) { + font-weight: normal; + color: rgba(0, 0, 0, 0.8); } -.ui.inverted.progress.error > .label { - color: #d95c5c; +/* Connecting Border */ + +.ui.active.selection.dropdown, +.ui.visible.selection.dropdown { + border-bottom-left-radius: 0em !important; + border-bottom-right-radius: 0em !important; } /*-------------- - Attached + Inline ---------------*/ -/* bottom attached */ - -.ui.progress.attached { - background: none transparent; - position: relative; - border: none; - margin: 0em; +.ui.inline.dropdown { + cursor: pointer; + display: inline-block; + color: inherit; } -.ui.progress.attached, -.ui.progress.attached .bar { - display: block; - height: 0.25em; - padding: 0px; - overflow: hidden; - border-radius: 0em 0em 0.2857rem 0.2857rem; +.ui.inline.dropdown .dropdown.icon { + margin: 0em 0.5em 0em 0.25em; + vertical-align: top; } -.ui.progress.attached .bar { - border-radius: 0em; +.ui.inline.dropdown > .text { + font-weight: bold; } -/* top attached */ - -.ui.progress.top.attached, -.ui.progress.top.attached .bar { - top: 0px; - border-radius: 0.2857rem 0.2857rem 0em 0em; +.ui.inline.dropdown .menu { + cursor: auto; + margin-top: 0.25em; + border-radius: 0.2857rem; } -.ui.progress.top.attached .bar { - border-radius: 0em; -} +/******************************* + States +*******************************/ -/*-------------- - Colors ----------------*/ +/*-------------------- + Hover +----------------------*/ -.ui.black.progress .bar { - background-color: #1b1c1d; -} +/* Menu Item Hover */ -.ui.blue.progress .bar { - background-color: #3b83c0; +.ui.dropdown .menu > .item:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); + z-index: 12; } -.ui.green.progress .bar { - background-color: #5bbd72; -} +/*-------------------- + Active +----------------------*/ -.ui.orange.progress .bar { - background-color: #e07b53; -} +/* Menu Item Active */ -.ui.pink.progress .bar { - background-color: #d9499a; +.ui.dropdown .menu .active.item { + background: transparent; + font-weight: bold; + color: rgba(0, 0, 0, 0.8); + box-shadow: none; + z-index: 12; } -.ui.purple.progress .bar { - background-color: #564f8a; -} +/*-------------------- + Default Text +----------------------*/ -.ui.red.progress .bar { - background-color: #d95c5c; +.ui.dropdown > .default.text, +.ui.default.dropdown > .text { + color: rgba(179, 179, 179, 0.7); } -.ui.teal.progress .bar { - background-color: #00b5ad; +.ui.dropdown:hover > .default.text, +.ui.default.dropdown:hover > .text { + color: rgba(140, 140, 140, 0.7); } -.ui.yellow.progress .bar { - background-color: #f2c61f; -} +/*-------------------- + Loading +----------------------*/ -.ui.black.inverted.progress .bar { - background-color: #333333; +.ui.loading.dropdown > .text { + -webkit-transition: none; + transition: none; } -.ui.blue.inverted.progress .bar { - background-color: #54c8ff; +/*-------------------- + Keyboard Select +----------------------*/ + +/* Selected Item */ + +.ui.dropdown.selected, +.ui.dropdown .menu .selected.item { + background: rgba(0, 0, 0, 0.03); + color: rgba(0, 0, 0, 0.8); } -.ui.green.inverted.progress .bar { - background-color: #2ecc40; -} +/*-------------------- + Search Filtered +----------------------*/ -.ui.orange.inverted.progress .bar { - background-color: #ff851b; -} +/* Filtered Item */ -.ui.pink.inverted.progress .bar { - background-color: #ff8edf; +.ui.dropdown > .filtered.text { + visibility: hidden; } -.ui.purple.inverted.progress .bar { - background-color: #cdc6ff; +.ui.dropdown .filtered.item { + display: none; } -.ui.red.inverted.progress .bar { - background-color: #ff695e; -} +/*-------------------- + Error +----------------------*/ -.ui.teal.inverted.progress .bar { - background-color: #6dffff; +.ui.dropdown.error, +.ui.dropdown.error > .text, +.ui.dropdown.error > .default.text { + color: #a94442; } -.ui.yellow.inverted.progress .bar { - background-color: #ffe21f; +.ui.selection.dropdown.error { + background: #fff0f0; + border-color: #dbb1b1; } -/*-------------- - Sizes ----------------*/ +.ui.selection.dropdown.error:hover { + border-color: #dbb1b1; +} -.ui.small.progress .bar { - height: 14px; +.ui.dropdown.error > .menu, +.ui.dropdown.error > .menu .menu { + border-color: #dbb1b1; } -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.dropdown.error > .menu > .item { + color: #d95c5c; +} -/******************************* - Rails -*******************************/ +/* Item Hover */ -.ui.rail { - font-size: 1em; - position: absolute; - top: 0%; - width: 300px; - box-sizing: content-box; +.ui.dropdown.error > .menu > .item:hover { + background-color: #fff2f2; } -.ui.left.rail { - left: auto; - right: 100%; - padding: 0em 2rem 0em 0em; - margin: 0em 2rem 0em 0em; -} +/* Item Active */ -.ui.right.rail { - left: 100%; - right: auto; - padding: 0em 0em 0em 2rem; - margin: 0em 0em 0em 2rem; +.ui.dropdown.error > .menu .active.item { + background-color: #fdcfcf; } /******************************* @@ -20462,274 +20365,288 @@ a.ui.nag { *******************************/ /*-------------- - Divided + Direction ---------------*/ -.ui.left.dividing.rail { - padding: 0em 2.5rem 0em 0em; - margin: 0em 2.5rem 0em 0em; - border-right: 1px solid rgba(39, 41, 43, 0.15); -} +/* Flyout Direction */ -.ui.right.dividing.rail { - border-left: 1px solid rgba(39, 41, 43, 0.15); - padding: 0em 0em 0em 2.5rem; - margin: 0em 0em 0em 2.5rem; +.ui.dropdown .menu { + left: 0px; } /*-------------- - Distance + Simple ---------------*/ -.ui.close.left.rail { - padding: 0em 1em 0em 0em; - margin: 0em 1em 0em 0em; -} +/* Displays without javascript */ -.ui.close.right.rail { - padding: 0em 0em 0em 1em; - margin: 0em 0em 0em 1em; +.ui.simple.dropdown .menu:before, +.ui.simple.dropdown .menu:after { + display: none; } -.ui.very.close.left.rail { - padding: 0em 0.5em 0em 0em; - margin: 0em 0.5em 0em 0em; +.ui.simple.dropdown .menu { + position: absolute; + display: block; + overflow: hidden; + top: -9999px !important; + opacity: 0; + width: 0; + height: 0; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; } -.ui.very.close.right.rail { - padding: 0em 0em 0em 0.5em; - margin: 0em 0em 0em 0.5em; +.ui.simple.active.dropdown, +.ui.simple.dropdown:hover { + border-bottom-left-radius: 0em !important; + border-bottom-right-radius: 0em !important; } -/*-------------- - Sizing ----------------*/ - -.ui.rail { - font-size: 1em; +.ui.simple.active.dropdown > .menu, +.ui.simple.dropdown:hover > .menu { + overflow: visible; + width: auto; + height: auto; + top: 100% !important; + opacity: 1; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - Site Overrides -*******************************/ - -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ - -/******************************* - Rating -*******************************/ - -.ui.rating { - display: inline-block; - font-size: 0em; - vertical-align: baseline; - margin: 0em 0.5rem 0em 0em; +.ui.simple.dropdown > .menu > .item:active > .menu, +.ui.simple.dropdown:hover > .menu > .item:hover > .menu { + overflow: visible; + width: auto; + height: auto; + top: 0% !important; + left: 100% !important; + opacity: 1; } -.ui.rating:last-child { - margin-right: 0em; +.ui.simple.disabled.dropdown:hover .menu { + display: none; + height: 0px; + width: 0px; + overflow: hidden; } -.ui.rating:before { +/* Visible */ + +.ui.simple.visible.dropdown > .menu { display: block; - content: ''; - visibility: hidden; - clear: both; - height: 0; } -/* Icon */ +/*-------------- + Fluid +---------------*/ -.ui.rating .icon { - cursor: pointer; - margin: 0em; - width: 1.1em; - text-align: center; - height: auto; - padding: 0em; - font-weight: normal; - font-style: normal; - vertical-align: baseline; +.ui.fluid.dropdown { + display: block; + width: 100%; + min-width: 0em; } -/******************************* - Types -*******************************/ - -/*------------------- - Star ---------------------*/ - -/* Inactive */ - -.ui.star.rating .icon { - width: 1.1em; - color: rgba(0, 0, 0, 0.15); +.ui.fluid.dropdown > .dropdown.icon { + float: right; } -/* Active Star */ +/*-------------- + Floating +---------------*/ -.ui.star.rating .active.icon { - color: #ffe623 !important; - text-shadow: 0px -1px 0px #cfa300, -1px 0px 0px #cfa300, 0px 1px 0px #cfa300, 1px 0px 0px #cfa300; +.ui.floating.dropdown .menu { + left: 0; + right: auto; + margin-top: 0.5em !important; + box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); + border-radius: 0.2857rem; } -/* Selected Star */ - -.ui.star.rating .icon.selected, -.ui.star.rating .icon.selected.active { - color: #ffb70a !important; -} +/*-------------- + Pointing +---------------*/ -.ui.star.rating.partial { - position: relative; - z-index: 1; +.ui.pointing.dropdown > .menu { + top: 100%; + margin-top: 0.75em; + border-radius: 0.2857rem; } -.ui.star.rating.partial:before { +.ui.pointing.dropdown > .menu:after { + display: block; position: absolute; - z-index: -1; + pointer-events: none; + content: ''; + visibility: visible; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + width: 0.5em; + height: 0.5em; + box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.1); + background: #ffffff; + z-index: 2; } -/*------------------- - Heart ---------------------*/ - -.ui.heart.rating .icon { - width: 1.25em; - color: rgba(0, 0, 0, 0.15); +.ui.pointing.dropdown > .menu:after { + top: -0.25em; + left: 50%; + margin: 0em 0em 0em -0.25em; } -/* Active Heart */ +/* Top Left Pointing */ -.ui.heart.rating .active.icon { - color: #ff2733 !important; - text-shadow: 0px -1px 0px #9e0000, -1px 0px 0px #9e0000, 0px 1px 0px #9e0000, 1px 0px 0px #9e0000; +.ui.top.left.pointing.dropdown > .menu { + top: 100%; + bottom: auto; + left: 0%; + right: auto; + margin: 1em 0em 0em; } -/* Selected Heart */ - -.ui.heart.rating .icon.selected, -.ui.heart.rating .icon.selected.active { - color: #ff2733 !important; +.ui.top.left.pointing.dropdown > .menu { + top: 100%; + bottom: auto; + left: 0%; + right: auto; + margin: 1em 0em 0em; } -/******************************* - States -*******************************/ - -/* Inactive Icon */ - -.ui.rating .icon { - color: rgba(0, 0, 0, 0.15); +.ui.top.left.pointing.dropdown > .menu:after { + top: -0.25em; + left: 1em; + right: auto; + margin: 0em; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); } -/* Active Icon */ +/* Top Right Pointing */ -.ui.rating .active.icon { - color: rgba(0, 0, 0, 0.85); +.ui.top.right.pointing.dropdown > .menu { + top: 100%; + bottom: auto; + right: 0%; + left: auto; + margin: 1em 0em 0em; } -/* Selected Icon */ - -.ui.rating .icon.selected, -.ui.rating .icon.selected.active { - color: rgba(0, 0, 0, 0.8); +.ui.top.right.pointing.dropdown > .menu:after { + top: -0.25em; + left: auto; + right: 1em; + margin: 0em; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); } -/*------------------- - Disabled ---------------------*/ - -/* disabled rating */ +/* Left Pointing */ -.ui.disabled.rating .icon { - cursor: default; +.ui.left.pointing.dropdown > .menu { + top: 0%; + left: 100%; + right: auto; + margin: 0em 0em 0em 1em; } -/*------------------- - Interacting (Active) ---------------------*/ +.ui.left.pointing.dropdown > .menu:after { + top: 1em; + left: -0.25em; + margin: 0em 0em 0em 0em; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} -/* Selected Rating */ +/* Right Pointing */ -.ui.rating.selected .active.icon { - opacity: 0.5; +.ui.right.pointing.dropdown > .menu { + top: 0%; + left: auto; + right: 100%; + margin: 0em 1em 0em 0em; } -.ui.rating.selected .icon.selected, -.ui.rating .icon.selected { - opacity: 1; +.ui.right.pointing.dropdown > .menu:after { + top: 1em; + left: auto; + right: -0.25em; + margin: 0em 0em 0em 0em; + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); } -/******************************* - Variations -*******************************/ +/* Bottom Pointing */ -.ui.mini.rating .icon { - font-size: 0.7rem; +.ui.bottom.pointing.dropdown > .menu { + top: auto; + bottom: 100%; + left: 0%; + right: auto; + margin: 0em 0em 1em; } -.ui.tiny.rating .icon { - font-size: 0.8rem; +.ui.bottom.pointing.dropdown > .menu:after { + top: auto; + bottom: -0.25em; + right: auto; + margin: 0em; + -webkit-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + transform: rotate(-135deg); } -.ui.small.rating .icon { - font-size: 0.875rem; -} +/* Reverse Sub-Menu Direction */ -.ui.rating .icon { - font-size: 1rem; +.ui.bottom.pointing.dropdown > .menu .menu { + top: auto !important; + bottom: 0px !important; } -.ui.large.rating .icon { - font-size: 1.1rem; -} +/* Bottom Left */ -.ui.huge.rating .icon { - font-size: 1.5rem; +.ui.bottom.left.pointing.dropdown > .menu { + left: 0%; + right: auto; } -.ui.massive.rating .icon { - font-size: 2rem; +.ui.bottom.left.pointing.dropdown > .menu:after { + left: 1em; + right: auto; } -/* Realign */ +/* Bottom Right */ -.ui.large.rating, -.ui.huge.rating, -.ui.massive.rating { - vertical-align: middle; +.ui.bottom.right.pointing.dropdown > .menu { + right: 0%; + left: auto; +} + +.ui.bottom.right.pointing.dropdown > .menu:after { + left: auto; + right: 1em; } /******************************* Theme Overrides *******************************/ +/* Dropdown Carets */ + @font-face { - font-family: 'Rating'; - src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOE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) format('woff'); + font-family: 'Dropdown'; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'); font-weight: normal; font-style: normal; } -.ui.rating .icon { - font-family: 'Rating'; +.ui.dropdown > .dropdown.icon { + font-family: 'Dropdown'; line-height: 1; height: 1em; + width: 1.23em; -webkit-backface-visibility: hidden; backface-visibility: hidden; font-weight: normal; @@ -20737,66 +20654,43 @@ a.ui.nag { text-align: center; } -/* Empty Star */ - -.ui.rating .icon:before { - content: '\f006'; -} - -/* Active Star */ - -.ui.rating .active.icon:before { - content: '\f005'; -} - -/*------------------- - Star ---------------------*/ - -/* Unfilled Star */ - -.ui.star.rating .icon:before { - content: '\f005'; -} - -/* Active Star */ - -.ui.star.rating .active.icon:before { - content: '\f005'; -} - -/* Partial */ - -.ui.star.rating .partial.icon:before { - content: '\f006'; +.ui.dropdown > .dropdown.icon { + width: auto; } -.ui.star.rating .partial.icon { - content: '\f005'; +.ui.dropdown > .dropdown.icon:before { + content: '\f0d7'; } -/*------------------- - Heart ---------------------*/ +/* Sub Menu */ -/* Empty Heart -.ui.heart.rating .icon:before { - content: '\f08a'; +.ui.dropdown .menu .item .dropdown.icon:before { + content: '\f0da'; } -*/ -.ui.heart.rating .icon:before { - content: '\f004'; -} +/* Vertical Menu Dropdown */ -/* Active */ +.ui.vertical.menu .dropdown.item > .dropdown.icon:before { + content: "\f0da"; +} -.ui.heart.rating .active.icon:before { - content: '\f004'; +/* Icons for Reference +.dropdown.down.icon { + content: "\f0d7"; +} +.dropdown.up.icon { + content: "\f0d8"; +} +.dropdown.left.icon { + content: "\f0d9"; +} +.dropdown.icon.icon { + content: "\f0da"; } +*/ /******************************* - Site Overrides + User Overrides *******************************/ /* @@ -20811,479 +20705,459 @@ a.ui.nag { */ /******************************* - Reset + Message *******************************/ -/* Border-Box */ - -*, -*:before, -*:after { - box-sizing: border-box; +.ui.message { + position: relative; + min-height: 1em; + margin: 1em 0em; + background: #efefef; + padding: 1em 1.5em; + line-height: 1.3; + color: rgba(0, 0, 0, 0.8); + -webkit-transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; + transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; + border-radius: 0.2857rem; + box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset, 0px 0px 0px 0px transparent; } -/* iPad Input Shadows */ +.ui.message:first-child { + margin-top: 0em; +} -input[type="text"], -input[type="email"], -input[type="search"], -input[type="password"] { - -webkit-appearance: none; - -moz-appearance: none; - /* mobile firefox too! */ +.ui.message:last-child { + margin-bottom: 0em; } -/******************************* - Theme Overrides -*******************************/ +/*-------------- + Content +---------------*/ -/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ +/* Header */ -/** - * Correct `block` display not defined in IE 8/9. - */ +.ui.message .header { + display: block; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: bold; + margin: 0em 0em 0em 0rem; +} -/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ +/* Default font size */ -/** - * 1. Set default font family to sans-serif. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. - */ +.ui.message .header:not(.ui) { + font-size: 1.1em; +} + +/* Paragraph */ + +.ui.message p { + opacity: 0.85; + margin: 0.75em 0em; +} -html { - font-family: sans-serif; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ +.ui.message p:first-child { + margin-top: 0em; } -/** - * Remove default margin. - */ +.ui.message p:last-child { + margin-bottom: 0em; +} -body { - margin: 0; +.ui.message .header + p { + margin-top: 0.25em; } -/* HTML5 display definitions - ========================================================================== */ +/* List */ -/** - * Correct `block` display not defined for any HTML5 element in IE 8/9. - * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. - * Correct `block` display not defined for `main` in IE 11. - */ +.ui.message ul.list { + opacity: 0.85; + list-style-position: inside; + margin: 0.5em 0em 0em; + padding: 0em; +} -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section, -summary { - display: block; +.ui.message ul.list:first-child { + margin-top: 0em; } -/** - * 1. Correct `inline-block` display not defined in IE 8/9. - * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. - */ +.ui.message ul.list:last-child { + margin-bottom: 0em; +} -audio, -canvas, -progress, -video { - display: inline-block; - /* 1 */ - vertical-align: baseline; - /* 2 */ +.ui.message ul.list li { + position: relative; + list-style-type: none; + margin: 0em 0em 0.3em 1em; + padding: 0em; } -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ +.ui.message ul.list li:before { + position: absolute; + content: '•'; + left: -1em; + height: 100%; + vertical-align: baseline; +} -audio:not([controls]) { - display: none; - height: 0; +.ui.message ul.list li:last-child { + margin-bottom: 0em; } -/** - * Address `[hidden]` styling not present in IE 8/9/10. - * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. - */ +/* Icon */ -[hidden], -template { - display: none; +.ui.message > .icon { + margin-right: 0.6em; } -/* Links - ========================================================================== */ +/* Close Icon */ -/** - * Remove the gray background color from active links in IE 10. - */ +.ui.message > .close.icon { + cursor: pointer; + position: absolute; + margin: 0em; + top: 1.15em; + right: 0.5em; + opacity: 0.7; + -webkit-transition: opacity 0.1s linear; + transition: opacity 0.1s linear; +} -a { - background: transparent; +.ui.message > .close.icon:hover { + opacity: 1; } -/** - * Improve readability when focused and also mouse hovered in all browsers. - */ +/* First / Last Element */ -a:active, -a:hover { - outline: 0; +.ui.message > :first-child { + margin-top: 0em; +} + +.ui.message > :last-child { + margin-bottom: 0em; } -/* Text-level semantics - ========================================================================== */ +/******************************* + States +*******************************/ -/** - * Address styling not present in IE 8/9/10/11, Safari, and Chrome. - */ +.ui.message.visible, +.ui.header.visible { + display: block !important; +} -abbr[title] { - border-bottom: 1px dotted; +.ui.message.hidden, +.ui.header.hidden { + display: none; } -/** - * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. - */ +/******************************* + Variations +*******************************/ -b, -strong { - font-weight: bold; +/*-------------- + Compact +---------------*/ + +.ui.compact.message { + display: inline-block; } -/** - * Address styling not present in Safari and Chrome. - */ +/*-------------- + Attached +---------------*/ -dfn { - font-style: italic; +.ui.attached.message { + margin-bottom: -1px; + border-radius: 0.2857rem 0.2857rem 0em 0em; + box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset; + margin-left: -1px; + margin-right: -1px; } -/** - * Address variable `h1` font-size and margin within `section` and `article` - * contexts in Firefox 4+, Safari, and Chrome. - */ +.ui.attached + .ui.attached.message:not(.top):not(.bottom) { + margin-top: -1px; + border-radius: 0em; +} -h1 { - font-size: 2em; - margin: 0.67em 0; +.ui.bottom.attached.message { + margin-top: -1px; + border-radius: 0em 0em 0.2857rem 0.2857rem; + box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); } -/** - * Address styling not present in IE 8/9. - */ +.ui.bottom.attached.message:not(:last-child) { + margin-bottom: 1em; +} -mark { - background: #ff0; - color: #000; +.ui.attached.icon.message { + display: block; + width: auto; } -/** - * Address inconsistent and variable font size in all browsers. - */ +/*-------------- + Icon +---------------*/ -small { - font-size: 80%; +.ui.icon.message { + display: table; + width: 100%; } -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ +.ui.icon.message > .icon:not(.close) { + display: table-cell; + width: auto; + vertical-align: middle; + font-size: 3em; + opacity: 0.8; +} -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; +.ui.icon.message > .content { + display: table-cell; + width: 100%; + vertical-align: middle; } -sup { - top: -0.5em; +.ui.icon.message .icon:not(.close) + .content { + padding-left: 1.5rem; } -sub { - bottom: -0.25em; +.ui.icon.message .circular.icon { + width: 1em; +} + +.ui.icon.message .circular.icon + .content { + width: auto; + padding-left: 2em; } -/* Embedded content - ========================================================================== */ +/*-------------- + Floating +---------------*/ -/** - * Remove border when inside `a` element in IE 8/9/10. - */ +.ui.floating.message { + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset; +} + +/*-------------- + Colors +---------------*/ -img { - border: 0; +.ui.black.message { + background-color: #1b1c1d; + color: #ffffff; } -/** - * Correct overflow not hidden in IE 9/10/11. - */ +/*-------------- + Types +---------------*/ -svg:not(:root) { - overflow: hidden; +/* Positive */ + +.ui.positive.message { + background-color: #eeffe7; + color: #3c763d; +} + +.ui.positive.message, +.ui.attached.positive.message { + box-shadow: 0px 0px 0px 1px #b7caa7 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); } -/* Grouping content - ========================================================================== */ +.ui.positive.message .header { + color: #356e36; +} -/** - * Address margin not present in IE 8/9 and Safari. - */ +/* Negative */ -figure { - margin: 1em 40px; +.ui.negative.message { + background-color: #fff0f0; + color: #a94442; } -/** - * Address differences between Firefox and other browsers. - */ +.ui.negative.message, +.ui.attached.negative.message { + box-shadow: 0px 0px 0px 1px #dbb1b1 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +} -hr { - box-sizing: content-box; - height: 0; +.ui.negative.message .header { + color: #912d2b; } -/** - * Contain overflow in all browsers. - */ +/* Info */ -pre { - overflow: auto; +.ui.info.message { + background-color: #e9faff; + color: #337b92; } -/** - * Address odd `em`-unit font size rendering in all browsers. - */ +.ui.info.message, +.ui.attached.info.message { + box-shadow: 0px 0px 0px 1px #aad6df inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +} -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; +.ui.info.message .header { + color: #297187; } -/* Forms - ========================================================================== */ +/* Warning */ -/** - * Known limitation: by default, Chrome and Safari on OS X allow very limited - * styling of `select`, unless a `border` property is set. - */ +.ui.warning.message { + background-color: #fffbe6; + color: #876a38; +} -/** - * 1. Correct color not being inherited. - * Known issue: affects color of disabled elements. - * 2. Correct font properties not being inherited. - * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. - */ +.ui.warning.message, +.ui.attached.warning.message { + box-shadow: 0px 0px 0px 1px #d9caab inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +} -button, -input, -optgroup, -select, -textarea { - color: inherit; - /* 1 */ - font: inherit; - /* 2 */ - margin: 0; - /* 3 */ +.ui.warning.message .header { + color: #825c01; } -/** - * Address `overflow` set to `hidden` in IE 8/9/10/11. - */ +/* Error */ -button { - overflow: visible; +.ui.error.message { + background-color: #fff0f0; + color: #a94442; } -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. - * Correct `select` style inheritance in Firefox. - */ +.ui.error.message, +.ui.attached.error.message { + box-shadow: 0px 0px 0px 1px #dbb1b1 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +} -button, -select { - text-transform: none; +.ui.error.message .header { + color: #912d2b; } -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - */ +/* Success */ -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ +.ui.success.message { + background-color: #eeffe7; + color: #3c763d; } -/** - * Re-set default cursor for disabled elements. - */ +.ui.success.message, +.ui.attached.success.message { + box-shadow: 0px 0px 0px 1px #b7caa7 inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +} -button[disabled], -html input[disabled] { - cursor: default; +.ui.success.message .header { + color: #356e36; } -/** - * Remove inner padding and border in Firefox 4+. - */ +/* Colors */ -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; +.ui.inverted.message, +.ui.black.message { + background-color: #1b1c1d; + color: #ffffff; } -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ +.ui.blue.message { + background-color: #dff0ff; + color: #3b83c0; +} -input { - line-height: normal; +.ui.blue.message .header { + color: #3576ac; } -/** - * It's recommended that you don't attempt to style these elements. - * Firefox's implementation doesn't respect box-sizing, padding, or width. - * - * 1. Address box sizing set to `content-box` in IE 8/9/10. - * 2. Remove excess padding in IE 8/9/10. - */ +.ui.green.message { + background-color: #ebffed; + color: #1ebc30; +} -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ +.ui.green.message .header { + color: #1aa62a; } -/** - * Fix the cursor style for Chrome's increment/decrement buttons. For certain - * `font-size` values of the `input`, it causes the cursor style of the - * decrement button to change from `default` to `text`. - */ +.ui.orange.message { + background-color: #ffedde; + color: #e07b53; +} -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; +.ui.orange.message .header { + color: #dc6a3d; } -/** - * 1. Address `appearance` set to `searchfield` in Safari and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari and Chrome - * (include `-moz` to future-proof). - */ +.ui.pink.message { + background-color: #ffe3fb; + color: #d9499a; +} -input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - /* 2 */ - box-sizing: content-box; +.ui.pink.message .header { + color: #d5348e; } -/** - * Remove inner padding and search cancel button in Safari and Chrome on OS X. - * Safari (but not Chrome) clips the cancel button when the search input has - * padding (and `textfield` appearance). - */ +.ui.purple.message { + background-color: #eae7ff; + color: #564f8a; +} -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; +.ui.purple.message .header { + color: #4c467a; } -/** - * Define consistent border, margin, and padding. - */ +.ui.red.message { + background-color: #ffe8e6; + color: #d95c5c; +} -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; +.ui.red.message .header { + color: #d44747; } -/** - * 1. Correct `color` not being inherited in IE 8/9/10/11. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ +.ui.teal.message { + background-color: #e9ffff; + color: #10a3a3; +} -legend { - border: 0; - /* 1 */ - padding: 0; - /* 2 */ +.ui.teal.message .header { + color: #0e8c8c; } -/** - * Remove default vertical scrollbar in IE 8/9/10/11. - */ +.ui.yellow.message { + background-color: #fff8db; + color: #b58105; +} -textarea { - overflow: auto; +.ui.yellow.message .header { + color: #9c6f04; } -/** - * Don't inherit the `font-weight` (applied by a rule above). - * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. - */ +/*-------------- + Sizes +---------------*/ -optgroup { - font-weight: bold; +.ui.small.message { + font-size: 0.9285em; } -/* Tables - ========================================================================== */ +.ui.message { + font-size: 1em; +} -/** - * Remove most spacing between table cells. - */ +.ui.large.message { + font-size: 1.1428em; +} -table { - border-collapse: collapse; - border-spacing: 0; +.ui.huge.message { + font-size: 1.4285em; } -td, -th { - padding: 0; +.ui.massive.message { + font-size: 1.7142em; } /******************************* - Site Overrides + Theme Overrides +*******************************/ + +/******************************* + User Variable Overrides *******************************/ /* @@ -21298,1101 +21172,1197 @@ th { */ /******************************* - Reveal + Modal *******************************/ -.ui.reveal { - display: inline-block; - position: relative !important; - z-index: 3 !important; - font-size: 0em !important; +.ui.modal { + display: none; + position: fixed; + z-index: 1001; + top: 50%; + left: 50%; + text-align: left; + width: 90%; + margin-left: -45%; + background: #ffffff; + border: none; + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); + border-radius: 0.2857rem; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + will-change: top, left, margin, transform, opacity; } -.ui.reveal > .visible.content { - position: absolute !important; - top: 0em !important; - left: 0em !important; - z-index: 4 !important; - -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; - transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; +.ui.modal > :first-child:not(.icon), +.ui.modal > .icon:first-child + * { + border-top-left-radius: 0.2857rem; + border-top-right-radius: 0.2857rem; } -.ui.reveal > .hidden.content { - position: relative !important; - z-index: 3 !important; +.ui.modal > :last-child { + border-bottom-left-radius: 0.2857rem; + border-bottom-right-radius: 0.2857rem; } /******************************* - Types + Content *******************************/ /*-------------- - Slide + Close ---------------*/ -.ui.slide.reveal { - position: relative !important; - display: block; - overflow: hidden !important; - white-space: nowrap; +.ui.modal > .close { + cursor: pointer; + position: absolute; + top: -2.5rem; + right: -2.5rem; + z-index: 1; + opacity: 0.8; + font-size: 1.25em; + color: #ffffff; + width: 2.25rem; + height: 2.25rem; + padding: 0.625rem 0rem 0rem 0rem; } -.ui.slide.reveal > .content { +.ui.modal > .close:hover { + opacity: 1; +} + +/*-------------- + Header +---------------*/ + +.ui.modal > .header { display: block; - float: left; + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)) #ffffff; + background: linear-gradient(transparent, rgba(0, 0, 0, 0.05)) #ffffff; margin: 0em; - -webkit-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; - transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s; + padding: 1.2rem 2rem; + box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05); + font-size: 1.6em; + line-height: 1.3em; + font-weight: bold; + color: rgba(0, 0, 0, 0.85); + border-bottom: 1px solid rgba(39, 41, 43, 0.15); +} + +/*-------------- + Content +---------------*/ + +.ui.modal > .content { + display: table; + table-layout: fixed; + width: 100%; + font-size: 1em; + line-height: 1.4; + padding: 2rem; + background: #ffffff; } -.ui.slide.reveal > .visible.content { - position: relative !important; -} +/* Image */ -.ui.slide.reveal > .hidden.content { - position: absolute !important; - left: 100% !important; - width: 100% !important; +.ui.modal > .content > .image { + display: table-cell; + width: ''; + vertical-align: top; } -.ui.slide.reveal:hover > .visible.content { - left: -100% !important; +.ui.modal > .content > .image[class*="top aligned"] { + vertical-align: top; } -.ui.slide.reveal:hover > .hidden.content { - left: 0% !important; +.ui.modal > .content > .image[class*="top aligned"] { + vertical-align: middle; } -.ui.right.slide.reveal > .visible.content { - left: 0%; -} +/* Description */ -.ui.right.slide.reveal > .hidden.content { - left: auto !important; - right: 100% !important; +.ui.modal > .content > .description { + display: table-cell; + vertical-align: top; } -.ui.right.slide.reveal:hover > .visible.content { - left: 100% !important; - right: auto !important; +.ui.modal > .content > .icon + .description, +.ui.modal > .content > .image + .description { + min-width: ''; + width: 80%; + padding-left: 2em; } -.ui.right.slide.reveal:hover > .hidden.content { - left: auto !important; - right: 0% !important; -} +/*rtl:ignore*/ -.ui.up.slide.reveal > .visible.content { - top: 0% !important; - left: 0% !important; - right: auto !important; - bottom: auto !important; +.ui.modal > .content > .image > i.icon { + font-size: 8rem; + margin: 0em; + opacity: 1; + width: auto; } -.ui.up.slide.reveal > .hidden.content { - top: 100% !important; - left: 0% !important; - right: auto !important; - bottom: auto !important; +/*-------------- + Actions +---------------*/ + +.ui.modal .actions { + background: #efefef; + padding: 1rem 2rem; + border-top: 1px solid rgba(39, 41, 43, 0.15); + text-align: right; } -.ui.slide.up.reveal:hover > .visible.content { - top: -100% !important; - left: 0% !important; +.ui.modal .actions > .button { + margin-left: 0.75em; } -.ui.slide.up.reveal:hover > .hidden.content { - top: 0% !important; - left: 0% !important; +/*------------------- + Responsive +--------------------*/ + +/* Modal Width */ + +@media only screen and (max-width: 767px) { + .ui.modal { + width: 95%; + margin: 0em 0em 0em -47.5%; + } } -.ui.down.slide.reveal > .visible.content { - top: auto !important; - right: auto !important; - bottom: auto !important; - bottom: 0% !important; +@media only screen and (min-width: 768px) { + .ui.modal { + width: 88%; + margin: 0em 0em 0em -44%; + } } -.ui.down.slide.reveal > .hidden.content { - top: auto !important; - right: auto !important; - bottom: 100% !important; - left: 0% !important; +@media only screen and (min-width: 992px) { + .ui.modal { + width: 74%; + margin: 0em 0em 0em -37%; + } } -.ui.slide.down.reveal:hover > .visible.content { - left: 0% !important; - bottom: -100% !important; +@media only screen and (min-width: 1400px) { + .ui.modal { + width: 56%; + margin: 0em 0em 0em -28%; + } } -.ui.slide.down.reveal:hover > .hidden.content { - left: 0% !important; - bottom: 0% !important; +@media only screen and (min-width: 1920px) { + .ui.modal { + width: 42%; + margin: 0em 0em 0em -21%; + } } -/*-------------- - Fade ----------------*/ +/* Tablet and Mobile */ -.ui.fade.reveal > .visible.content { - opacity: 1; -} +@media only screen and (max-width: 992px) { + .ui.modal > .header { + padding-right: 2.25rem; + } -.ui.fade.reveal:hover > .visible.content { - opacity: 0; + .ui.modal > .close { + top: 0.905rem; + right: 1rem; + color: rgba(0, 0, 0, 0.8); + } } -/*-------------- - Move ----------------*/ +/* Mobile */ -.ui.move.reveal > .visible.content, -.ui.move.left.reveal > .visible.content { - left: auto !important; - top: auto !important; - bottom: auto !important; - right: 0% !important; -} +@media only screen and (max-width: 767px) { + .ui.modal > .header { + padding: 0.75rem 1rem !important; + padding-right: 2.25rem !important; + } -.ui.move.reveal:hover > .visible.content, -.ui.move.left.reveal:hover > .visible.content { - right: 100% !important; -} + .ui.modal > .content { + display: block; + padding: 1rem !important; + } -.ui.move.right.reveal > .visible.content { - right: auto !important; - top: auto !important; - bottom: auto !important; - left: 0% !important; -} + .ui.modal > .close { + top: 0.5rem !important; + right: 0.5rem !important; + } -.ui.move.right.reveal:hover > .visible.content { - left: 100% !important; -} + /*rtl:ignore*/ -.ui.move.up.reveal > .visible.content { - right: auto !important; - left: auto !important; - top: auto !important; - bottom: 0% !important; -} + .ui.modal .content > .image { + display: block; + max-width: 100%; + margin: 0em auto !important; + text-align: center; + padding: 0rem 0rem 1rem !important; + } -.ui.move.up.reveal:hover > .visible.content { - bottom: 100% !important; -} + .ui.modal > .content > .image > i.icon { + font-size: 5rem; + text-align: center; + } -.ui.move.down.reveal > .visible.content { - right: auto !important; - left: auto !important; - top: 0% !important; - bottom: auto !important; -} + /*rtl:ignore*/ -.ui.move.down.reveal:hover > .visible.content { - top: 100% !important; -} + .ui.modal .content > .description { + display: block; + width: 100% !important; + margin: 0em !important; + padding: 1rem 0rem !important; + box-shadow: none; + } -/*-------------- - Rotate ----------------*/ + .ui.modal > .actions { + padding: 1rem 1rem 0rem !important; + } -.ui.rotate.reveal > .visible.content { - -webkit-transition-duration: 0.8s; - transition-duration: 0.8s; - -webkit-transform: rotate(0deg); - -ms-transform: rotate(0deg); - transform: rotate(0deg); + .ui.modal .actions > .buttons, + .ui.modal .actions > .button { + margin-bottom: 1rem; + } } -.ui.rotate.reveal > .visible.content, -.ui.rotate.right.reveal > .visible.content { - -webkit-transform-origin: bottom right; - -ms-transform-origin: bottom right; - transform-origin: bottom right; +/******************************* + Types +*******************************/ + +.ui.basic.modal { + background-color: transparent; + border: none; + box-shadow: none; + color: #ffffff; } -.ui.rotate.reveal:hover > .visible.content, -.ui.rotate.right.reveal:hover > .visible.content { - -webkit-transform: rotate(110deg); - -ms-transform: rotate(110deg); - transform: rotate(110deg); +.ui.basic.modal > .header, +.ui.basic.modal > .content, +.ui.basic.modal > .actions { + background-color: transparent; } -.ui.rotate.left.reveal > .visible.content { - -webkit-transform-origin: bottom left; - -ms-transform-origin: bottom left; - transform-origin: bottom left; +.ui.basic.modal > .header { + color: #ffffff; } -.ui.rotate.left.reveal:hover > .visible.content { - -webkit-transform: rotate(-110deg); - -ms-transform: rotate(-110deg); - transform: rotate(-110deg); +.ui.basic.modal > .close { + top: 1rem; + right: 1.5rem; +} + +/* Tablet and Mobile */ + +@media only screen and (max-width: 992px) { + .ui.basic.modal > .close { + color: #ffffff; + } } /******************************* - States + Variations *******************************/ -.ui.disabled.reveal { - opacity: 1 !important; +/* A modal that cannot fit on the page */ + +.scrolling.dimmable.dimmed { + overflow: hidden; } -.ui.disabled.reveal > .content { - -webkit-transition: none !important; - transition: none !important; +.scrolling.dimmable.dimmed > .dimmer { + overflow: auto; + -webkit-overflow-scrolling: touch; } -.ui.disabled.reveal:hover > .visible.content { - position: static !important; - display: block !important; - opacity: 1 !important; - top: 0 !important; - left: 0 !important; - right: auto !important; - bottom: auto !important; - -webkit-transform: none !important; - -ms-transform: none !important; - transform: none !important; +.scrolling.dimmable > .dimmer { + position: fixed; } -.ui.disabled.reveal:hover > .hidden.content { - display: none !important; +.ui.scrolling.modal { + position: static; + margin: 3.5rem auto; +} + +@media only screen and (max-width: 992px) { + .ui.scrolling.modal { + margin-top: 1rem; + margin-bottom: 1rem; + } } /******************************* - Variations + States *******************************/ -/*-------------- - Masked ----------------*/ - -.ui.masked.reveal { - overflow: hidden; +.ui.active.modal { + display: block; } -/*-------------- - Instant ----------------*/ - -.ui.instant.reveal > .content { - -webkit-transition-delay: 0s !important; - transition-delay: 0s !important; -} +/******************************* + Variations +*******************************/ /*-------------- - Sizing + Full Screen ---------------*/ -.ui.reveal > .content { - font-size: 1rem !important; +.ui.fullscreen.modal { + width: 95% !important; + margin: 1em 0em 1em -47.5%; } -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ - -/******************************* - Search -*******************************/ +.ui.fullscreen.modal > .header { + padding-right: 2.25rem; +} -.ui.search { - position: relative; - text-shadow: none; - font-style: normal; - font-weight: normal; +.ui.fullscreen.modal > .close { + top: 0.905rem; + right: 1rem; + color: rgba(0, 0, 0, 0.8); } -.ui.search input { - border-radius: 500rem; +@media only screen and (max-width: 767px) { + .ui.fullscreen.modal { + width: auto !important; + margin: 1em !important; + top: 0% !important; + left: 0% !important; + } } /*-------------- - Icon + Size ---------------*/ -.ui.search .prompt ~ .search.icon { - cursor: pointer; +.ui.modal { + font-size: 1em; } -/*-------------- - Results ----------------*/ +/* Small */ -.ui.search .results { - display: none; - position: absolute; - z-index: 998; - top: 100%; - left: 0%; - overflow: hidden; - background: #ffffff; - margin-top: 0.5em; - width: 380px; - border-radius: 0.25em; - box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2); +.ui.small.modal > .header { + font-size: 1.3em; } -/*-------------- - Result ----------------*/ +/* Small Modal Width */ -.ui.search .result { - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - cursor: pointer; - overflow: hidden; - font-size: 0.9em; - padding: 0.5em 1em; - color: rgba(0, 0, 0, 0.8); - line-height: 1.33; +@media only screen and (max-width: 767px) { + .ui.small.modal { + width: 95%; + margin: 0em 0em 0em -47.5%; + } } -.ui.search .result:first-child { - border-top: none; +@media only screen and (min-width: 768px) { + .ui.small.modal { + width: 52.8%; + margin: 0em 0em 0em -26.4%; + } } -/* Image */ +@media only screen and (min-width: 992px) { + .ui.small.modal { + width: 44.4%; + margin: 0em 0em 0em -22.2%; + } +} -.ui.search .result .image { - float: right; - overflow: hidden; - background: none; - width: 5em; - height: 3em; - border-radius: 0.25em; +@media only screen and (min-width: 1400px) { + .ui.small.modal { + width: 33.6%; + margin: 0em 0em 0em -16.8%; + } } -.ui.search .result .image img { - display: block; - width: auto; - height: 100%; +@media only screen and (min-width: 1920px) { + .ui.small.modal { + width: 25.2%; + margin: 0em 0em 0em -12.6%; + } } -/*-------------- - Info ----------------*/ +/* Large Modal Width */ -.ui.search .result .image + .content { - margin: 0em 6em 0em 0em; +.ui.large.modal > .header { + font-size: 1.6em; } -.ui.search .result .title { - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-weight: normal; - color: rgba(0, 0, 0, 0.85); +@media only screen and (max-width: 767px) { + .ui.large.modal { + width: 95%; + margin: 0em 0em 0em -47.5%; + } } -.ui.search .result .description { - color: rgba(0, 0, 0, 0.8); +@media only screen and (min-width: 768px) { + .ui.large.modal { + width: 88%; + margin: 0em 0em 0em -44%; + } } -.ui.search .result .price { - float: right; - color: #5bbd72; +@media only screen and (min-width: 992px) { + .ui.large.modal { + width: 88.8%; + margin: 0em 0em 0em -44.4%; + } +} + +@media only screen and (min-width: 1400px) { + .ui.large.modal { + width: 67.2%; + margin: 0em 0em 0em -33.6%; + } +} + +@media only screen and (min-width: 1920px) { + .ui.large.modal { + width: 50.4%; + margin: 0em 0em 0em -25.2%; + } } -/*-------------- - Message ----------------*/ +/******************************* + Theme Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Popup +*******************************/ -.ui.search .message { - padding: 1em 1em; +.ui.popup { + display: none; + position: absolute; + top: 0px; + right: 0px; + z-index: 900; + border: 1px solid #cccccc; + max-width: 250px; + background-color: #ffffff; + padding: 0.8em 1em; + font-weight: normal; + font-style: normal; + color: rgba(0, 0, 0, 0.8); + border-radius: 0.2857rem; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); } -.ui.search .message .header { +.ui.popup > .header { + padding: 0em; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-size: 1.2em; + font-size: 1.125em; + line-height: 1.2; font-weight: bold; - color: rgba(0, 0, 0, 0.8); } -.ui.search .message .description { - margin-top: 0.25rem; - font-size: 1rem; - color: rgba(0, 0, 0, 0.8); +.ui.popup > .header + .content { + padding-top: 0.5em; } -/* View All Results */ - -.ui.search .all { - display: block; - border-top: 1px solid rgba(0, 0, 0, 0.1); - background-color: #f0f0f0; - height: 2em; - line-height: 2em; - color: rgba(0, 0, 0, 0.8); - font-weight: bold; - text-align: center; +.ui.popup:before { + position: absolute; + content: ''; + width: 0.75em; + height: 0.75em; + background: #ffffff; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + z-index: 2; + box-shadow: 1px 1px 0px 0px #b3b3b3; } /******************************* - States + Types *******************************/ /*-------------- - Hover + Spacing ---------------*/ -.ui.search .result:hover, -.ui.search .results .category .result:hover { - background: #fafafa; +.ui.popup { + margin: 0em; } -.ui.search .all:hover { - background: #fafafa; +.ui.popup.bottom { + margin: 0.75em 0em 0em; } -/*-------------- - Loading ----------------*/ +.ui.popup.top { + margin: 0em 0em 0.75em; +} -.ui.search.loading .input .icon { - background: url("themes/default/assets/images/loader-mini.gif") no-repeat 50% 50%; +.ui.popup.left.center { + margin: 0em 0.75em 0em 0em; } -.ui.search.loading .input .icon:before, -.ui.search.loading .input .icon:after { - display: none; +.ui.popup.right.center { + margin: 0em 0em 0em 0.75em; } /*-------------- - Active + Pointer ---------------*/ -.ui.search .results .category.active { - background-color: #f1f1f1; -} +/*--- Below ---*/ -.ui.search .results .category.active > .name { - color: rgba(0, 0, 0, 0.8); +.ui.bottom.center.popup:before { + margin-left: -0.325em; + top: -0.325em; + left: 50%; + right: auto; + bottom: auto; + box-shadow: -1px -1px 0px 0px #b3b3b3; } -.ui.search .result.active, -.ui.search .results .category .result.active { - border-left-color: transparent; - background-color: #f0f0f0; - box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.2); +.ui.bottom.left.popup { + margin-left: 0em; } -.ui.search .result.active .title { - color: rgba(0, 0, 0, 0.85); +.ui.bottom.left.popup:before { + top: -0.325em; + left: 1em; + right: auto; + bottom: auto; + margin-left: 0em; + box-shadow: -1px -1px 0px 0px #b3b3b3; } -.ui.search .result.active .description { - color: rgba(0, 0, 0, 0.85); +.ui.bottom.right.popup { + margin-right: 0em; } -/******************************* - Types -*******************************/ - -/*------------------- - Left / Right ---------------------*/ - -.ui.right.aligned.search .results { - right: 0%; +.ui.bottom.right.popup:before { + top: -0.325em; + right: 1em; + bottom: auto; left: auto; + margin-left: 0em; + box-shadow: -1px -1px 0px 0px #b3b3b3; } -/*-------------- - Categories ----------------*/ +/*--- Above ---*/ -.ui.search .results .category { - background: #f0f0f0; - box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1); +.ui.top.center.popup:before { + top: auto; + right: auto; + bottom: -0.325em; + left: 50%; + margin-left: -0.325em; } -.ui.search .results .category, -.ui.search .results .category .result { - position: relative; - -webkit-transition: background 0.2s ease, border-color 0.2s ease; - transition: background 0.2s ease, border-color 0.2s ease; +.ui.top.left.popup { + margin-left: 0em; } -.ui.search .results .category:first-child { - box-shadow: none; +.ui.top.left.popup:before { + bottom: -0.325em; + left: 1em; + top: auto; + right: auto; + margin-left: 0em; } -.ui.search .results .category > .name { - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - float: 0.9em; - float: left; - padding: 0.4em 0em 0em 1em; - font-weight: bold; - color: rgba(0, 0, 0, 0.4); +.ui.top.right.popup { + margin-right: 0em; } -.ui.search .results .category .result { - background-color: #ffffff; - margin-left: 100px; - border-left: 1px solid rgba(0, 0, 0, 0.1); - border-bottom: 1px solid rgba(0, 0, 0, 0.1); +.ui.top.right.popup:before { + bottom: -0.325em; + right: 1em; + top: auto; + left: auto; + margin-left: 0em; } -/******************************* - Variations -*******************************/ - -.ui.search { - font-size: 1em; -} +/*--- Left Center ---*/ -.ui.large.search { - font-size: 1.1em; +.ui.left.center.popup:before { + top: 50%; + right: -0.325em; + bottom: auto; + left: auto; + margin-top: -0.325em; + box-shadow: 1px -1px 0px 0px #b3b3b3; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - Site Overrides -*******************************/ - -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ - -/******************************* - Segment -*******************************/ - -.ui.segment { - position: relative; - background-color: #ffffff; - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05); - margin: 1rem 0em; - padding: 1em 1em; - border-radius: 0.2857rem; - border: none; -} +/*--- Right Center ---*/ -.ui.segment:first-child { - margin-top: 0em; +.ui.right.center.popup:before { + top: 50%; + left: -0.325em; + bottom: auto; + right: auto; + margin-top: -0.325em; + box-shadow: -1px 1px 0px 0px #b3b3b3; } -.ui.segment:last-child { - margin-bottom: 0em; -} +/******************************* + States +*******************************/ -.ui.segment:after { - content: ''; +.ui.loading.popup { display: block; - height: 0px; - clear: both; visibility: hidden; + z-index: -1; } -.ui.vertical.segment { - margin: 0em; - padding-left: 0em; - padding-right: 0em; - background-color: transparent; - border-radius: 0px; - border: none; - box-shadow: 0px 1px 0px rgba(39, 41, 43, 0.15); +.ui.animating.popup, +.ui.visible.popup { + display: block; } -.ui.vertical.segment:first-child { - padding-top: 0em; -} +/******************************* + Variations +*******************************/ -.ui.vertical.segment:last-child { - padding-bottom: 0em; - box-shadow: none; -} +/*-------------- + Wide +---------------*/ -.ui.horizontal.segment { - margin: 0em; - padding-top: 0em; - padding-bottom: 0em; - background-color: transparent; - border-radius: 0px; - border: none; - box-shadow: 1px 0px 0px rgba(39, 41, 43, 0.15); +.ui.wide.popup { + width: 350px; + max-width: 350px; } -/*------------------- - Loose Coupling ---------------------*/ +.ui[class*="very wide"].popup { + width: 550px; + max-width: 550px; +} -/* Menu */ +/*-------------- + Fluid +---------------*/ -.ui.pointing.menu + .ui.attached.segment { - top: 1px; +.ui.fluid.popup { + width: 100%; + max-width: 99999px; } -/* Header */ +/*-------------- + Colors +---------------*/ -.ui.inverted.segment > .ui.header { +/* Inverted colors */ + +.ui.inverted.popup { + background: #1b1c1d; color: #ffffff; + border: none; + box-shadow: none; } -/* Label */ - -.ui[class*="bottom attached"].segment > [class*="top attached"].label { - border-top-left-radius: 0em; - border-top-right-radius: 0em; +.ui.inverted.popup .header { + background-color: none; + color: #ffffff; } -.ui[class*="top attached"].segment > [class*="bottom attached"].label { - border-bottom-left-radius: 0em; - border-bottom-right-radius: 0em; +.ui.inverted.popup:before { + background-color: #1b1c1d; + box-shadow: none; } -.ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label { - border-top-left-radius: 0em; - border-top-right-radius: 0em; -} +/*-------------- + Flowing +---------------*/ -.ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label { - border-bottom-left-radius: 0em; - border-bottom-right-radius: 0em; +.ui.flowing.popup { + max-width: 9999px; } -/* Grid */ +/*-------------- + Sizes +---------------*/ -.ui.page.grid.segment, -.ui.grid .ui.segment.column { - padding-top: 2em; - padding-bottom: 2em; +.ui.small.popup { + font-size: 0.8rem; } -.ui.grid.segment { - margin: 1rem 0rem; - border-radius: 0.2857rem; +.ui.popup { + font-size: 0.875rem; } -/* Table */ - -.ui.basic.table.segment { - background: #ffffff; - border: none; - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05); +.ui.large.popup { + font-size: 1rem; } -.ui[class*="very basic"].table.segment { - padding: 1em 1em; +.ui.huge.popup { + font-size: 1.1rem; } /******************************* - Types + Theme Overrides *******************************/ -/*------------------- - Piled ---------------------*/ +/******************************* + User Overrides +*******************************/ -.ui.piled.segment { - margin: 2em 0em; - box-shadow: 0px 0px 1px 1px rgba(39, 41, 43, 0.15); - z-index: auto; +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Progress +*******************************/ + +.ui.progress { + position: relative; + display: block; + max-width: 100%; + border: 1px solid rgba(39, 41, 43, 0.15); + margin: 1em 0em 2.5em; + box-shadow: none; + background: rgba(0, 0, 0, 0.03); + padding: 0.2857em; + border-radius: 0.2857rem; } -.ui.piled.segment:first-child { - margin-top: 0em; +.ui.progress:first-child { + margin: 0em 0em 2.5em; } -.ui.piled.segment:last-child { - margin-bottom: 0em; +.ui.progress:last-child { + margin: 0em 0em 1.5em; } -.ui.piled.segment:after, -.ui.piled.segment:before { - background-color: #ffffff; - visibility: visible; - content: ''; - display: block; - height: 100%; - left: 0px; - position: absolute; - width: 100%; - box-shadow: 0px 0px 1px 1px rgba(39, 41, 43, 0.15); +/* Indicating */ + +.ui.indicating.progress .bar[style^="width: 3"] { + background-color: #d9a65c; } -.ui.piled.segment:after { - -webkit-transform: rotate(1.2deg); - -ms-transform: rotate(1.2deg); - transform: rotate(1.2deg); - top: 0; - z-index: -1; +.ui.indicating.progress .bar[style^="width: 4"], +.ui.indicating.progress .bar[style^="width: 5"] { + background-color: #e6bb48; } -.ui.piled.segment:before { - -webkit-transform: rotate(-1.2deg); - -ms-transform: rotate(-1.2deg); - transform: rotate(-1.2deg); - top: 0; - z-index: -2; +.ui.indicating.progress .bar[style^="width: 6"] { + background-color: #ddc928; } -/*------------------- - Stacked ---------------------*/ +.ui.indicating.progress .bar[style^="width: 7"], +.ui.indicating.progress .bar[style^="width: 8"] { + background-color: #b4d95c; +} -.ui.stacked.segment { - padding-bottom: 1.4em; +.ui.indicating.progress .bar[style^="width: 9"], +.ui.indicating.progress .bar[style^="width: 100"] { + background-color: #66da81; } -.ui.stacked.segment:after, -.ui.stacked.segment:before { - content: ''; - position: absolute; - bottom: -3px; - left: 0%; - border-top: 1px solid rgba(39, 41, 43, 0.15); - background-color: rgba(0, 0, 0, 0.03); - width: 100%; - height: 6px; - visibility: visible; +.ui.indicating.progress .bar[style^="width: 1%"], +.ui.indicating.progress .bar[style^="width: 2%"], +.ui.indicating.progress .bar[style^="width: 3%"], +.ui.indicating.progress .bar[style^="width: 4%"], +.ui.indicating.progress .bar[style^="width: 5%"], +.ui.indicating.progress .bar[style^="width: 6%"], +.ui.indicating.progress .bar[style^="width: 7%"], +.ui.indicating.progress .bar[style^="width: 8%"], +.ui.indicating.progress .bar[style^="width: 9%"], +.ui.indicating.progress .bar[style^="width: 1"], +.ui.indicating.progress .bar[style^="width: 2"] { + background-color: #d95c5c; } -.ui.stacked.segment:before { - display: none; +/* Single Digits Last */ + +.ui.indicating.progress .bar[style^="width: 1%"] + .label, +.ui.indicating.progress .bar[style^="width: 2%"] + .label, +.ui.indicating.progress .bar[style^="width: 3%"] + .label, +.ui.indicating.progress .bar[style^="width: 4%"] + .label, +.ui.indicating.progress .bar[style^="width: 5%"] + .label, +.ui.indicating.progress .bar[style^="width: 6%"] + .label, +.ui.indicating.progress .bar[style^="width: 7%"] + .label, +.ui.indicating.progress .bar[style^="width: 8%"] + .label, +.ui.indicating.progress .bar[style^="width: 9%"] + .label, +.ui.indicating.progress .bar[style^="width: 1"] + .label, +.ui.indicating.progress .bar[style^="width: 2"] + .label { + color: #d95c5c; } -/* Add additional page */ +.ui.indicating.progress .bar[style^="width: 3"] + .label { + color: #d9a65c; +} -.ui.tall.stacked.segment:before { - display: block; - bottom: 0px; +.ui.indicating.progress .bar[style^="width: 4"] + .label, +.ui.indicating.progress .bar[style^="width: 5"] + .label { + color: #e6bb48; } -/* Inverted */ - -.ui.stacked.inverted.segment:after, -.ui.stacked.inverted.segment:before { - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(39, 41, 43, 0.2); +.ui.indicating.progress .bar[style^="width: 6"] + .label { + color: #ddc928; } -/*------------------- - Compact ---------------------*/ +.ui.indicating.progress .bar[style^="width: 7"] + .label, +.ui.indicating.progress .bar[style^="width: 8"] + .label { + color: #b4d95c; +} -.ui.compact.segment { - display: table; +.ui.indicating.progress .bar[style^="width: 9"] + .label, +.ui.indicating.progress .bar[style^="width: 100"] + .label { + color: #66da81; } -/*------------------- - Circular ---------------------*/ +/******************************* + Content +*******************************/ -.ui.circular.segment { - display: table-cell; - padding: 2em; - text-align: center; - vertical-align: middle; - border-radius: 500em; +/* Activity Bar */ + +.ui.progress .bar { + display: block; + line-height: 1; + position: relative; + width: 0%; + min-width: 0.25em; + height: 1.75em; + background: #888888; + border-radius: 0.2857rem; + -webkit-transition: width 0.5s ease, background-color 1s ease; + transition: width 0.5s ease, background-color 1s ease; } -/*------------------- - Raised ---------------------*/ +/* Percent Complete */ -.ui.raised.segment { - box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 4px 0px rgba(0, 0, 0, 0.15); +.ui.progress .bar > .progress { + white-space: nowrap; + position: absolute; + width: auto; + font-size: 0.9em; + top: 50%; + right: 0.5em; + left: auto; + bottom: auto; + color: rgba(255, 255, 255, 0.8); + text-shadow: none; + margin-top: -0.5em; + font-weight: bold; + text-align: left; } -/******************************* - States -*******************************/ +/* Label */ -.ui.disabled.segment { - opacity: 0.3; - color: rgba(40, 40, 40, 0.3); +.ui.progress > .label { + position: absolute; + width: 100%; + font-size: 1em; + top: 100%; + right: auto; + left: 0%; + bottom: auto; + color: rgba(0, 0, 0, 0.8); + font-weight: bold; + text-shadow: none; + margin-top: 0.2em; + text-align: center; + -webkit-transition: color 1s ease; + transition: color 1s ease; } /******************************* - Variations + States *******************************/ -/*------------------- - Basic ---------------------*/ +/*-------------- + Success +---------------*/ -.ui.basic.segment { - position: relative; - background-color: transparent; - box-shadow: none; - border-radius: 0px; +.ui.progress.success .bar { + background-color: #5bbd72 !important; } -.ui.basic.segment:first-child { - padding-top: 0em; +.ui.progress.success .bar, +.ui.progress.success .bar::after { + -webkit-animation: none !important; + animation: none !important; } -.ui.basic.segment:last-child { - padding-bottom: 0em; +.ui.progress.success > .label { + color: #356e36; } -/*------------------- - Fittted ---------------------*/ +/*-------------- + Warning +---------------*/ -.ui.fitted.segment { - padding: 0em; +.ui.progress.warning .bar { + background-color: #f2c037 !important; } -/*------------------- - Colors ---------------------*/ - -.ui.black.segment:not(.inverted) { - border-top: 2px solid #1b1c1d; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +.ui.progress.warning .bar, +.ui.progress.warning .bar::after { + -webkit-animation: none !important; + animation: none !important; } -.ui.blue.segment:not(.inverted) { - border-top: 2px solid #3b83c0; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +.ui.progress.warning > .label { + color: #825c01; } -.ui.green.segment:not(.inverted) { - border-top: 2px solid #5bbd72; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +/*-------------- + Error +---------------*/ + +.ui.progress.error .bar { + background-color: #d95c5c !important; } -.ui.orange.segment:not(.inverted) { - border-top: 2px solid #e07b53; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +.ui.progress.error .bar, +.ui.progress.error .bar::after { + -webkit-animation: none !important; + animation: none !important; } -.ui.pink.segment:not(.inverted) { - border-top: 2px solid #d9499a; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +.ui.progress.error > .label { + color: #912d2b; } -.ui.purple.segment:not(.inverted) { - border-top: 2px solid #564f8a; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +/*-------------- + Active +---------------*/ + +.ui.active.progress .bar { + position: relative; + min-width: 3em; } -.ui.red.segment:not(.inverted) { - border-top: 2px solid #d95c5c; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +.ui.active.progress .bar::after { + content: ''; + opacity: 0; + position: absolute; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; + background: #ffffff; + border-radius: 0.2857rem; + -webkit-animation: progress-active 2s ease infinite; + animation: progress-active 2s ease infinite; } -.ui.teal.segment:not(.inverted) { - border-top: 2px solid #00b5ad; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +@-webkit-keyframes progress-active { + 0% { + opacity: 0.3; + width: 0; + } + + 100% { + opacity: 0; + width: 100%; + } } -.ui.yellow.segment:not(.inverted) { - border-top: 2px solid #f2c61f; - border-radius: 0em 0em 0.2857rem 0.2857rem !important; +@keyframes progress-active { + 0% { + opacity: 0.3; + width: 0; + } + + 100% { + opacity: 0; + width: 100%; + } } -/*------------------- - Inverted Colors ---------------------*/ +/*-------------- + Disabled +---------------*/ -.ui.inverted.segment, -.ui.inverted.black.segment { - background-color: #1b1c1d !important; - color: #ffffff !important; +.ui.disabled.progress { + opacity: 0.35; } -.ui.inverted.blue.segment { - background-color: #3b83c0 !important; - color: #ffffff !important; +.ui.disabled.progress .bar, +.ui.disabled.progress .bar::after { + -webkit-animation: none !important; + animation: none !important; } -.ui.inverted.green.segment { - background-color: #5bbd72 !important; - color: #ffffff !important; +/******************************* + Variations +*******************************/ + +/*-------------- + Inverted +---------------*/ + +/* bottom attached */ + +.ui.inverted.progress { + background: rgba(255, 255, 255, 0.05); + border: none; } -.ui.inverted.orange.segment { - background-color: #e07b53 !important; - color: #ffffff !important; +.ui.inverted.progress .bar { + background: #888888; } -.ui.inverted.pink.segment { - background-color: #d9499a !important; - color: #ffffff !important; +.ui.inverted.progress .bar > .progress { + color: #fafafa; } -.ui.inverted.purple.segment { - background-color: #564f8a !important; - color: #ffffff !important; +.ui.inverted.progress > .label { + color: #ffffff; } -.ui.inverted.red.segment { - background-color: #d95c5c !important; - color: #ffffff !important; +.ui.inverted.progress.success > .label { + color: #5bbd72; } -.ui.inverted.teal.segment { - background-color: #00b5ad !important; - color: #ffffff !important; +.ui.inverted.progress.warning > .label { + color: #f2c037; } -.ui.inverted.yellow.segment { - background-color: #f2c61f !important; - color: #ffffff !important; +.ui.inverted.progress.error > .label { + color: #d95c5c; } -/*------------------- - Aligned ---------------------*/ +/*-------------- + Attached +---------------*/ -.ui[class*="left aligned"].segment { - text-align: left; +/* bottom attached */ + +.ui.progress.attached { + background: none transparent; + position: relative; + border: none; + margin: 0em; } -.ui[class*="right aligned"].segment { - text-align: right; +.ui.progress.attached, +.ui.progress.attached .bar { + display: block; + height: 0.25em; + padding: 0px; + overflow: hidden; + border-radius: 0em 0em 0.2857rem 0.2857rem; } -.ui[class*="center aligned"].segment { - text-align: center; +.ui.progress.attached .bar { + border-radius: 0em; } -/*------------------- - Floated ---------------------*/ +/* top attached */ -.ui.floated.segment, -.ui[class*="left floated"].segment { - float: left; - margin-right: 1rem; +.ui.progress.top.attached, +.ui.progress.top.attached .bar { + top: 0px; + border-radius: 0.2857rem 0.2857rem 0em 0em; } -.ui[class*="right floated"].segment { - float: right; - margin-left: 1rem; +.ui.progress.top.attached .bar { + border-radius: 0em; } -/*------------------- - Inverted ---------------------*/ +/*-------------- + Colors +---------------*/ -.ui.inverted.segment { - border: none; - box-shadow: none; +.ui.black.progress .bar { + background-color: #1b1c1d; } -.ui.inverted.segment .segment { - color: rgba(0, 0, 0, 0.8); +.ui.blue.progress .bar { + background-color: #3b83c0; } -.ui.inverted.segment .inverted.segment { - color: #ffffff; +.ui.green.progress .bar { + background-color: #5bbd72; } -.ui.inverted.segment, -.ui.primary.inverted.segment { - background-color: #1b1c1d; - color: #ffffff; +.ui.orange.progress .bar { + background-color: #e07b53; } -.ui.inverted.block.segment, -.ui.inverted.attached.segment { - box-shadow: none !important; - border: none !important; +.ui.pink.progress .bar { + background-color: #d9499a; } -/*------------------- - Ordinality ---------------------*/ - -.ui.secondary.segment { - background: #faf9fa; - color: rgba(0, 0, 0, 0.8); +.ui.purple.progress .bar { + background-color: #564f8a; } -.ui.tertiary.segment { - background: #ebebeb; - color: rgba(0, 0, 0, 0.8); +.ui.red.progress .bar { + background-color: #d95c5c; } -.ui.secondary.inverted.segment { - background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); - background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); - color: #fafafa; +.ui.teal.progress .bar { + background-color: #00b5ad; } -.ui.tertiary.inverted.segment { - background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%); - background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%); - color: #f0f0f0; +.ui.yellow.progress .bar { + background-color: #f2c61f; } -/*------------------- - Attached ---------------------*/ +.ui.black.inverted.progress .bar { + background-color: #333333; +} -.ui.segment.attached { - top: 0px; - bottom: 0px; - margin: 0em -1px; - width: -webkit-calc(100% + 2px ); - width: calc(100% + 2px ); - max-width: -webkit-calc(100% + 2px ); - max-width: calc(100% + 2px ); - border-radius: 0px; - box-shadow: none; - border: 1px solid #d4d4d5; +.ui.blue.inverted.progress .bar { + background-color: #54c8ff; } -.ui.segment.attached + .ui.segment.attached { - border-top: none; +.ui.green.inverted.progress .bar { + background-color: #2ecc40; } -/* Top */ +.ui.orange.inverted.progress .bar { + background-color: #ff851b; +} -.ui[class*="top attached"].segment { - top: 0px; - bottom: 0px; - margin-top: 1rem; - margin-bottom: 0em; - border-radius: 0.2857rem 0.2857rem 0em 0em; +.ui.pink.inverted.progress .bar { + background-color: #ff8edf; } -.ui.segment[class*="top attached"]:first-child { - margin-top: 0em; +.ui.purple.inverted.progress .bar { + background-color: #cdc6ff; } -/* Bottom */ +.ui.red.inverted.progress .bar { + background-color: #ff695e; +} -.ui.segment[class*="bottom attached"] { - top: 0px; - bottom: 0px; - margin-top: 0em; - margin-bottom: 1rem; - box-shadow: none, 0px 1px 2px 0 rgba(0, 0, 0, 0.05); - border-radius: 0em 0em 0.2857rem 0.2857rem; +.ui.teal.inverted.progress .bar { + background-color: #6dffff; } -.ui.segment[class*="bottom attached"]:last-child { - margin-bottom: 0em; +.ui.yellow.inverted.progress .bar { + background-color: #ffe21f; } -/******************************* - Theme Overrides -*******************************/ +/*-------------- + Sizes +---------------*/ -/******************************* - Site Overrides -*******************************/ +.ui.small.progress .bar { + height: 14px; +} /* * # Semantic UI @@ -22406,694 +22376,681 @@ th { */ /******************************* - Shape + Rating *******************************/ -.ui.shape { - position: relative; +.ui.rating { display: inline-block; - -webkit-perspective: 2000px; - perspective: 2000px; -} - -.ui.shape .sides { - -webkit-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.ui.shape .side { - opacity: 1; - width: 100%; - margin: 0em !important; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; -} - -.ui.shape .side { - display: none; -} - -.ui.shape .side > * { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; -} - -/******************************* - Types -*******************************/ - -.ui.cube.shape .side { - min-width: 15em; - height: 15em; - padding: 2em; - background-color: #e6e6e6; - color: rgba(0, 0, 0, 0.8); - box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); -} - -.ui.cube.shape .side > .content { - width: 100%; - height: 100%; - display: table; - text-align: center; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; -} - -.ui.cube.shape .side > .content > div { - display: table-cell; - vertical-align: middle; - font-size: 2em; -} - -/******************************* - Variations -*******************************/ + font-size: 0em; + vertical-align: baseline; + margin: 0em 0.5rem 0em 0em; +} -.ui.text.shape.animating .sides { - position: static; +.ui.rating:last-child { + margin-right: 0em; } -.ui.text.shape .side { - white-space: nowrap; +.ui.rating:before { + display: block; + content: ''; + visibility: hidden; + clear: both; + height: 0; } -.ui.text.shape .side > * { - white-space: normal; +/* Icon */ + +.ui.rating .icon { + cursor: pointer; + margin: 0em; + width: 1.1em; + text-align: center; + height: auto; + padding: 0em; + font-weight: normal; + font-style: normal; + vertical-align: baseline; } /******************************* - States + Types *******************************/ -/*-------------- - Loading ----------------*/ +/*------------------- + Star +--------------------*/ -.ui.loading.shape { - position: absolute; - top: -9999px; - left: -9999px; +/* Inactive */ + +.ui.star.rating .icon { + width: 1.1em; + color: rgba(0, 0, 0, 0.15); } -/*-------------- - Animating ----------------*/ +/* Active Star */ -.ui.shape .animating.side { - position: absolute; - top: 0px; - left: 0px; - z-index: 100; +.ui.star.rating .active.icon { + color: #ffe623 !important; + text-shadow: 0px -1px 0px #cfa300, -1px 0px 0px #cfa300, 0px 1px 0px #cfa300, 1px 0px 0px #cfa300; } -.ui.shape .hidden.side { - opacity: 0.4; -} +/* Selected Star */ -/*-------------- - CSS ----------------*/ +.ui.star.rating .icon.selected, +.ui.star.rating .icon.selected.active { + color: #ffb70a !important; +} -.ui.shape.animating { - -webkit-transition: all 0.6s ease-in-out; - transition: all 0.6s ease-in-out; +.ui.star.rating.partial { + position: relative; + z-index: 1; } -.ui.shape.animating .sides { +.ui.star.rating.partial:before { position: absolute; + z-index: -1; } -.ui.shape.animating .sides { - -webkit-transition: all 0.6s ease-in-out; - transition: all 0.6s ease-in-out; -} +/*------------------- + Heart +--------------------*/ -.ui.shape.animating .side { - -webkit-transition: opacity 0.6s ease-in-out; - transition: opacity 0.6s ease-in-out; +.ui.heart.rating .icon { + width: 1.25em; + color: rgba(0, 0, 0, 0.15); } -/*-------------- - Active ----------------*/ +/* Active Heart */ -.ui.shape .active.side { - display: block; +.ui.heart.rating .active.icon { + color: #ff2733 !important; + text-shadow: 0px -1px 0px #9e0000, -1px 0px 0px #9e0000, 0px 1px 0px #9e0000, 1px 0px 0px #9e0000; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - User Overrides -*******************************/ +/* Selected Heart */ -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.heart.rating .icon.selected, +.ui.heart.rating .icon.selected.active { + color: #ff2733 !important; +} /******************************* - Sidebar + States *******************************/ -/* Sidebar Menu */ +/* Inactive Icon */ -.ui.sidebar { - position: fixed; - top: 0; - left: 0; - visibility: hidden; - height: 100% !important; - border-radius: 0em !important; - margin: 0 !important; - -webkit-transition: none; - transition: none; - will-change: transform; - overflow-y: auto !important; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - background: #1b1c1d; - width: 260px !important; +.ui.rating .icon { + color: rgba(0, 0, 0, 0.15); } -/*-------------- - Direction ----------------*/ +/* Active Icon */ -.ui.top.sidebar, -.ui.bottom.sidebar { - width: 100% !important; - height: auto !important; - overflow-y: visible !important; +.ui.rating .active.icon { + color: rgba(0, 0, 0, 0.85); } -.ui.top.sidebar { - top: 0px !important; - bottom: auto !important; -} +/* Selected Icon */ -.ui.right.sidebar { - right: 0px !important; - left: auto !important; +.ui.rating .icon.selected, +.ui.rating .icon.selected.active { + color: rgba(0, 0, 0, 0.8); } -.ui.bottom.sidebar { - top: auto !important; - bottom: 0px !important; +/*------------------- + Disabled +--------------------*/ + +/* disabled rating */ + +.ui.disabled.rating .icon { + cursor: default; } -/*-------------- - Body ----------------*/ +/*------------------- + Interacting (Active) +--------------------*/ -/* Sets 3D Perspective */ +/* Selected Rating */ -.pushable { - background: #333333 !important; - position: relative; - height: 100%; - overflow-x: hidden; +.ui.rating.selected .active.icon { + opacity: 0.5; } -/*-------------- - Fixed ----------------*/ - -.pushable > .ui.fixed { - position: fixed; - -webkit-transition: -webkit-transform 0.5s ease; - transition: transform 0.5s ease; - z-index: 903; +.ui.rating.selected .icon.selected, +.ui.rating .icon.selected { + opacity: 1; } -/*-------------- - Pusher ----------------*/ +/******************************* + Variations +*******************************/ -.pushable > .pusher { - background: #333333; - height: 100%; - z-index: 901; - -webkit-transition: -webkit-transform 0.5s ease; - transition: transform 0.5s ease; +.ui.mini.rating .icon { + font-size: 0.7rem; } -/*-------------- - Page ----------------*/ +.ui.tiny.rating .icon { + font-size: 0.8rem; +} -.pushable > .pusher > .page { - position: relative; - min-height: 100%; - background: #f7f7f7; +.ui.small.rating .icon { + font-size: 0.875rem; } -/*-------------- - Dimmer ----------------*/ +.ui.rating .icon { + font-size: 1rem; +} -.pushable > .pusher > .page:after { - position: absolute; - top: 0px; - right: 0px; - content: ''; - background-color: rgba(0, 0, 0, 0.4); - width: 0px; - height: 0px; - overflow: hidden; - opacity: 0; - z-index: 902; - -webkit-transition: opacity 0.5s; - transition: opacity 0.5s; - will-change: opacity; +.ui.large.rating .icon { + font-size: 1.1rem; +} + +.ui.huge.rating .icon { + font-size: 1.5rem; +} + +.ui.massive.rating .icon { + font-size: 2rem; } -/*-------------- - Coupling ----------------*/ +/* Realign */ -.ui.sidebar.menu .item { - border-radius: 0em !important; +.ui.large.rating, +.ui.huge.rating, +.ui.massive.rating { + vertical-align: middle; } /******************************* - States + Theme Overrides *******************************/ -/*-------------- - Pushed ----------------*/ - -.pushable.pushed { - overflow-x: hidden; +@font-face { + font-family: 'Rating'; + src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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kIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOE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) format('woff'); + font-weight: normal; + font-style: normal; } -.pushable.pushed > .fixed, -.pushable.pushed > .pusher { +.ui.rating .icon { + font-family: 'Rating'; + line-height: 1; + height: 1em; -webkit-backface-visibility: hidden; backface-visibility: hidden; - -webkit-overflow-scrolling: touch; + font-weight: normal; + font-style: normal; + text-align: center; } -.pushable.active > .visible.sidebar { - -webkit-overflow-scrolling: touch; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - z-index: 904; +/* Empty Star */ + +.ui.rating .icon:before { + content: '\f006'; } -/*-------------- - Dimmed ----------------*/ +/* Active Star */ -.pushable > .pusher > .page.dimmed:after { - width: 100% !important; - height: 100% !important; - opacity: 1 !important; +.ui.rating .active.icon:before { + content: '\f005'; } -/*-------------- - Animation ----------------*/ +/*------------------- + Star +--------------------*/ -.pushable.show > .pusher, -.pushable.hide > .pusher { - -webkit-backface-visibility: hidden; - backface-visibility: hidden; +/* Unfilled Star */ + +.ui.star.rating .icon:before { + content: '\f005'; } -.pushable.show > .visible.sidebar, -.pushable.hide > .visible.sidebar { - -webkit-backface-visibility: hidden; - backface-visibility: hidden; +/* Active Star */ + +.ui.star.rating .active.icon:before { + content: '\f005'; } -/*-------------- - Visible ----------------*/ +/* Partial */ -.pushable > .visible.ui.sidebar { - visibility: visible; +.ui.star.rating .partial.icon:before { + content: '\f006'; } -/******************************* - Variations -*******************************/ +.ui.star.rating .partial.icon { + content: '\f005'; +} -/*-------------- - Styled ----------------*/ +/*------------------- + Heart +--------------------*/ -.ui.styled.sidebar { - background-color: #FFFFFF; - padding: 1em 1.25em; - border-right: 1px solid #DDDDDD; +/* Empty Heart +.ui.heart.rating .icon:before { + content: '\f08a'; +} +*/ + +.ui.heart.rating .icon:before { + content: '\f004'; +} + +/* Active */ + +.ui.heart.rating .active.icon:before { + content: '\f004'; } /******************************* - Animations + Site Overrides *******************************/ -/*-------------- - Overlay ----------------*/ +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -/* Set-up */ +/******************************* + Divider +*******************************/ -.pushable.overlay > .visible.ui.sidebar { - z-index: 904; +.ui.divider { + margin: 1rem 0rem; + line-height: 1; + height: 0em; + font-weight: bold; + text-transform: uppercase; + color: rgba(0, 0, 0, 0.85); + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -/* Animation */ +/*-------------- + Basic +---------------*/ -.pushable.overlay.show > .visible.ui.sidebar, -.pushable.overlay.hide > .visible.ui.sidebar { - -webkit-transition: -webkit-transform 0.5s ease; - transition: transform 0.5s ease; +.ui.divider:not(.vertical):not(.horizontal) { + border-top: 1px solid rgba(0, 0, 0, 0.1); + border-bottom: 1px solid rgba(255, 255, 255, 0.2); } -/*--- Left ---*/ - -/* Set-up */ +/*-------------- + Coupling +---------------*/ -.left.pushable.overlay > .visible.ui.sidebar { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); +.ui.grid > .ui.divider { + font-size: 1rem; } -/* Pushed */ +/*-------------- + Horizontal +---------------*/ -.left.pushable.overlay.pushed .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 0, 0); - transform: translate3d(0%, 0, 0); +.ui.horizontal.divider { + position: relative; + height: auto; + margin: ''; + overflow: hidden; + line-height: 1; + text-align: center; } -/*--- Right ---*/ - -/* Set-up */ - -.right.pushable.overlay > .visible.ui.sidebar { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); +.ui.horizontal.divider:before, +.ui.horizontal.divider:after { + position: absolute; + content: ''; + z-index: 3; + width: 50%; + top: 50%; + height: 0px; + border-top: 1px solid rgba(0, 0, 0, 0.1); + border-bottom: 1px solid rgba(255, 255, 255, 0.2); } -/* Pushed */ +.ui.horizontal.divider:before { + margin-left: -51.5%; +} -.right.pushable.overlay.pushed .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 0, 0); - transform: translate3d(0%, 0, 0); +.ui.horizontal.divider:after { + margin-left: 1.5%; } -/*--- Top ---*/ +/*-------------- + Vertical +---------------*/ -/* Set-up */ +.ui.vertical.divider { + position: absolute; + z-index: 2; + top: 50%; + left: 50%; + margin: 0rem; + padding: 0em; + width: auto; + height: 50%; + line-height: 0em; + text-align: center; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); +} -.top.pushable.overlay > .visible.ui.sidebar { - -webkit-transform: translate3d(0%, -100%, 0); - transform: translate3d(0%, -100%, 0); +.ui.vertical.divider:before, +.ui.vertical.divider:after { + position: absolute; + left: 50%; + content: ''; + z-index: 3; + border-left: 1px solid rgba(0, 0, 0, 0.1); + border-right: 1px solid rgba(255, 255, 255, 0.2); + width: 0%; + height: -webkit-calc(100% - 1rem ); + height: calc(100% - 1rem ); } -/* Pushed */ +.ui.vertical.divider:before { + top: -100%; +} -.top.pushable.overlay.pushed .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 0%, 0); - transform: translate3d(0%, 0%, 0); +.ui.vertical.divider:after { + top: auto; + bottom: 0px; } -/*--- Bottom ---*/ +/* Inside grid */ -/* Set-up */ +@media only screen and (max-width: 767px) { + .ui.stackable.grid .ui.vertical.divider, + .ui.grid .stackable.row .ui.vertical.divider { + position: relative; + margin: 1rem 0rem; + left: 50%; + height: auto; + overflow: hidden; + line-height: 1; + text-align: center; + } -.bottom.pushable.overlay > .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 100%, 0); - transform: translate3d(0%, 100%, 0); -} + .ui.stackable.grid .ui.vertical.divider:before, + .ui.grid .stackable.row .ui.vertical.divider:before, + .ui.stackable.grid .ui.vertical.divider:after, + .ui.grid .stackable.row .ui.vertical.divider:after { + position: absolute; + left: auto; + content: ''; + z-index: 3; + width: 50%; + top: 50%; + height: 0px; + border-top: 1px solid rgba(0, 0, 0, 0.1); + border-bottom: 1px solid rgba(255, 255, 255, 0.2); + } -/* Pushed */ + .ui.stackable.grid .ui.vertical.divider:before, + .ui.grid .stackable.row .ui.vertical.divider:before { + margin-left: -51.5%; + } -.bottom.pushable.overlay.pushed .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 0%, 0); - transform: translate3d(0%, 0%, 0); + .ui.stackable.grid .ui.vertical.divider:after, + .ui.grid .stackable.row .ui.vertical.divider:after { + margin-left: 1.5%; + } } /*-------------- - Push + Icon ---------------*/ -/* Set-Up */ - -.pushable.push > .fixed, -.pushable.push > .pusher { - -webkit-transform: translate3d(0px, 0, 0); - transform: translate3d(0px, 0, 0); -} - -.pushable.push > .visible.ui.sidebar { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); +.ui.divider > .icon { + margin: 0rem; + font-size: 1rem; + height: 1em; + vertical-align: middle; } -/* Pushed */ - -.pushable.push.pushed > .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 0, 0); - transform: translate3d(0%, 0, 0); -} +/******************************* + Variations +*******************************/ -.pushable.push.pushed > .fixed, -.pushable.push.pushed > .pusher { - -webkit-transform: translate3d(260px, 0, 0); - transform: translate3d(260px, 0, 0); -} +/*-------------- + Hidden +---------------*/ -.pushable.push.show > .visible.ui.sidebar, -.pushable.push.hide > .visible.ui.sidebar { - -webkit-transition: -webkit-transform 0.5s ease; - transition: transform 0.5s ease; +.ui.hidden.divider { + border-color: transparent !important; } /*-------------- - Uncover + Inverted ---------------*/ -/* Set-up */ - -.pushable.uncover > .fixed, -.pushable.uncover > .pusher { - -webkit-transform: translate3d(0px, 0px, 0px); - transform: translate3d(0px, 0px, 0px); -} - -.pushable.uncover > .pusher { - z-index: 900; +.ui.divider.inverted { + color: #ffffff; } -.pushable.uncover > .visible.ui.sidebar { - -webkit-transition: none; - transition: none; +.ui.vertical.inverted.divider, +.ui.horizontal.inverted.divider { + color: #ffffff; } -/* Pushed */ - -/*--- Left ---*/ - -.pushable.left.uncover.pushed > .fixed, -.pushable.left.uncover.pushed > .pusher { - -webkit-transform: translate3d(260px, 0, 0); - transform: translate3d(260px, 0, 0); +.ui.divider.inverted, +.ui.divider.inverted:after, +.ui.divider.inverted:before { + border-top-color: rgba(0, 0, 0, 0.15) !important; + border-bottom-color: rgba(255, 255, 255, 0.15) !important; + border-left-color: rgba(0, 0, 0, 0.15) !important; + border-right-color: rgba(255, 255, 255, 0.15) !important; } -/*--- Right ---*/ +/*-------------- + Fitted +---------------*/ -.pushable.right.uncover.pushed > .fixed, -.pushable.right.uncover.pushed > .pusher { - -webkit-transform: translate3d(-260px, 0, 0); - transform: translate3d(-260px, 0, 0); +.ui.fitted.divider { + margin: 0em; } /*-------------- - Slide Along + Clearing ---------------*/ -/* Set-up */ - -.pushable.slide.along > .fixed, -.pushable.slide.along > .pusher { - -webkit-transform: translate3d(0px, 0, 0); - transform: translate3d(0px, 0, 0); +.ui.clearing.divider { + clear: both; } -.pushable.slide.along > .pusher { - z-index: 900; -} +/*-------------- + Section +---------------*/ -.pushable.slide.along > .visible.ui.sidebar { - -webkit-transform: translate3d(-50%, 0, 0); - transform: translate3d(-50%, 0, 0); +.ui.section.divider { + margin-top: 2rem; + margin-bottom: 2rem; } -/* Pushed */ +/*-------------- + Sizes +---------------*/ -.pushable.slide.along.pushed > .fixed, -.pushable.slide.along.pushed > .pusher { - -webkit-transform: translate3d(260px, 0, 0); - transform: translate3d(260px, 0, 0); +.ui.divider { + font-size: 1rem; } -.pushable.slide.along.pushed > .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 0, 0); - transform: translate3d(0%, 0, 0); -} +/******************************* + Theme Overrides +*******************************/ -.pushable.slide.along.show > .visible.ui.sidebar, -.pushable.slide.along.hide > .visible.ui.sidebar { - -webkit-transition: -webkit-transform 0.5s ease; - transition: transform 0.5s ease; -} +/******************************* + Site Overrides +*******************************/ -/*-------------- - Slide Out ----------------*/ +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -/* Set-up */ +/******************************* + Shape +*******************************/ -.pushable.slide.out > .fixed, -.pushable.slide.out > .pusher { - -webkit-transform: translate3d(0px, 0, 0); - transform: translate3d(0px, 0, 0); +.ui.shape { + position: relative; + display: inline-block; + -webkit-perspective: 2000px; + perspective: 2000px; } -.pushable.slide.out > .visible.ui.sidebar { - -webkit-transform: translate3d(50%, 0, 0); - transform: translate3d(50%, 0, 0); +.ui.shape .sides { + -webkit-transform-style: preserve-3d; + transform-style: preserve-3d; } -/* Pushed */ - -.pushable.slide.out.pushed > .fixed, -.pushable.slide.out.pushed > .pusher { - -webkit-transform: translate3d(260px, 0, 0); - transform: translate3d(260px, 0, 0); +.ui.shape .side { + opacity: 1; + width: 100%; + margin: 0em !important; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } -.pushable.slide.out.pushed .visible.ui.sidebar { - -webkit-transform: translate3d(0%, 0, 0); - transform: translate3d(0%, 0, 0); +.ui.shape .side { + display: none; } -.pushable.slide.out.show > .visible.ui.sidebar, -.pushable.slide.out.hide > .visible.ui.sidebar { - -webkit-transition: -webkit-transform 0.5s ease; - transition: transform 0.5s ease; +.ui.shape .side > * { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; } -/*-------------- - Scale Down ----------------*/ - -/* Set-up */ +/******************************* + Types +*******************************/ -.pushable.scale.down > .fixed { - -webkit-transform: translate3d(0px, 0, 0); - transform: translate3d(0px, 0, 0); +.ui.cube.shape .side { + min-width: 15em; + height: 15em; + padding: 2em; + background-color: #e6e6e6; + color: rgba(0, 0, 0, 0.8); + box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); } -.pushable.scale.down > .pusher { - z-index: 900; - -webkit-transform-origin: 75% 50%; - -ms-transform-origin: 75% 50%; - transform-origin: 75% 50%; - overflow: hidden; +.ui.cube.shape .side > .content { + width: 100%; + height: 100%; + display: table; + text-align: center; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } -.pushable.scale.down > .visible.ui.sidebar { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - z-index: 904; +.ui.cube.shape .side > .content > div { + display: table-cell; + vertical-align: middle; + font-size: 2em; } -/* Pushed */ +/******************************* + Variations +*******************************/ -.pushable.scale.down.pushed > .pusher { - -webkit-transform: scale(0.75); - -ms-transform: scale(0.75); - transform: scale(0.75); +.ui.text.shape.animating .sides { + position: static; } -.pushable.scale.down.pushed > .visible.ui.sidebar { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); +.ui.text.shape .side { + white-space: nowrap; } -.pushable.scale.down.pushed > .fixed { - -webkit-transform: translate3d(260px, 0, 0); - transform: translate3d(260px, 0, 0); +.ui.text.shape .side > * { + white-space: normal; } -/* 3D transition cant have duration set until animation */ +/******************************* + States +*******************************/ -.pushable.scale.down.show > .visible.ui.sidebar, -.pushable.scale.down.hide > .visible.ui.sidebar { - -webkit-transition: -webkit-transform 0.5s ease; - transition: transform 0.5s ease; +/*-------------- + Loading +---------------*/ + +.ui.loading.shape { + position: absolute; + top: -9999px; + left: -9999px; } /*-------------- - Safe Mode + Animating ---------------*/ -/* Set-Up */ - -.pushable.safe > .pusher { - position: relative; - -webkit-transform: none !important; - -ms-transform: none !important; - transform: none !important; - -webkit-transition: none !important; - transition: none !important; +.ui.shape .animating.side { + position: absolute; + top: 0px; + left: 0px; + z-index: 100; } -.pushable.safe > .pusher { - -webkit-transform: none !important; - -ms-transform: none !important; - transform: none !important; - -webkit-transition: none !important; - transition: none !important; +.ui.shape .hidden.side { + opacity: 0.4; } -/* Pushed */ +/*-------------- + CSS +---------------*/ -.pushable.safe.pushed { - margin-left: 260px !important; +.ui.shape.animating { + -webkit-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; } -.pushable.safe.pushed > .visible.ui.sidebar { - margin-left: -260px; +.ui.shape.animating .sides { + position: absolute; } -.pushable.safe.pushed > .fixed { - margin-left: 260px !important; +.ui.shape.animating .sides { + -webkit-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; } -.pushable.safe.show, -.pushable.safe.hide, -.pushable.safe.show > .fixed, -.pushable.safe.hide > .fixed { - -webkit-transition: margin 0.5s ease !important; - transition: margin 0.5s ease !important; +.ui.shape.animating .side { + -webkit-transition: opacity 0.6s ease-in-out; + transition: opacity 0.6s ease-in-out; +} + +/*-------------- + Active +---------------*/ + +.ui.shape .active.side { + display: block; } +/******************************* + Theme Overrides +*******************************/ + +/******************************* + User Overrides +*******************************/ + /* * # Semantic UI * git://github.com/Semantic-Org/Semantic-UI.git @@ -23106,541 +23063,535 @@ th { */ /******************************* - Page + Sidebar *******************************/ -/* UI requires Border-Box */ +/* Sidebar Menu */ -*, -*:before, -*:after { - box-sizing: border-box; +.ui.sidebar { + position: fixed; + top: 0; + left: 0; + visibility: hidden; + height: 100% !important; + border-radius: 0em !important; + margin: 0 !important; + -webkit-transition: none; + transition: none; + will-change: transform; + overflow-y: auto !important; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + background: #1b1c1d; + width: 260px !important; } -html, -body { - height: 100%; - font-smoothing: antialiased; -} +/*-------------- + Direction +---------------*/ -body { - margin: 0px; - padding: 0px; - min-width: 278px; - background: #f7f7f7; - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-size: 14px; - line-height: 1.33; - color: rgba(0, 0, 0, 0.8); - overflow-x: hidden; +.ui.top.sidebar, +.ui.bottom.sidebar { + width: 100% !important; + height: auto !important; + overflow-y: visible !important; } -/******************************* - Text -*******************************/ - -h1, -h2, -h3, -h4, -h5 { - margin: 1em 0em 1rem; - padding: 0em; +.ui.top.sidebar { + top: 0px !important; + bottom: auto !important; } -p { - margin: 0em 0em 1em; +.ui.right.sidebar { + right: 0px !important; + left: auto !important; } -p:first-child { - margin-top: 0em; +.ui.bottom.sidebar { + top: auto !important; + bottom: 0px !important; } -p:last-child { - margin-bottom: 0em; -} +/*-------------- + Body +---------------*/ -/*------------------- - Links ---------------------*/ +/* Sets 3D Perspective */ -a { - color: #009fda; - text-decoration: none; +.pushable { + background: #333333 !important; + position: relative; + height: 100%; + overflow-x: hidden; } -a:hover { - color: #00b2f3; +/*-------------- + Fixed +---------------*/ + +.pushable > .ui.fixed { + position: fixed; + -webkit-transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; + z-index: 903; } -/******************************* - Highlighting -*******************************/ +/*-------------- + Pusher +---------------*/ -::-webkit-selection { - background-color: rgba(255, 255, 160, 0.4); - color: rgba(0, 0, 0, 0.8); +.pushable > .pusher { + background: #333333; + height: 100%; + z-index: 901; + -webkit-transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; } -::-moz-selection { - background-color: rgba(255, 255, 160, 0.4); - color: rgba(0, 0, 0, 0.8); -} +/*-------------- + Page +---------------*/ -::selection { - background-color: rgba(255, 255, 160, 0.4); - color: rgba(0, 0, 0, 0.8); +.pushable > .pusher > .page { + position: relative; + min-height: 100%; + background: #f7f7f7; } -/******************************* - Global Overrides -*******************************/ +/*-------------- + Dimmer +---------------*/ -/******************************* - Site Overrides -*******************************/ +.pushable > .pusher > .page:after { + position: absolute; + top: 0px; + right: 0px; + content: ''; + background-color: rgba(0, 0, 0, 0.4); + width: 0px; + height: 0px; + overflow: hidden; + opacity: 0; + z-index: 902; + -webkit-transition: opacity 0.5s; + transition: opacity 0.5s; + will-change: opacity; +} -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +/*-------------- + Coupling +---------------*/ + +.ui.sidebar.menu .item { + border-radius: 0em !important; +} /******************************* - Statistic + States *******************************/ -/* Standalone */ - -.ui.statistic { - display: inline-block; - margin: 1em 0em; - max-width: 175px; -} +/*-------------- + Pushed +---------------*/ -.ui.statistic + .ui.statistic { - margin: 0em 0em 0em 1em; +.pushable.pushed { + overflow-x: hidden; } -.ui.statistic:first-child { - margin-top: 0em; +.pushable.pushed > .fixed, +.pushable.pushed > .pusher { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-overflow-scrolling: touch; } -.ui.statistic:last-child { - margin-bottom: 0em; +.pushable.active > .visible.sidebar { + -webkit-overflow-scrolling: touch; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + z-index: 904; } -/* Grouped */ +/*-------------- + Dimmed +---------------*/ -.ui.statistics > .statistic { - display: block; - float: left; - margin: 0em 1em 2em; - max-width: 175px; +.pushable > .pusher > .page.dimmed:after { + width: 100% !important; + height: 100% !important; + opacity: 1 !important; } -/******************************* - Group -*******************************/ +/*-------------- + Animation +---------------*/ -.ui.statistics { - display: block; - margin: 1em -1em; +.pushable.show > .pusher, +.pushable.hide > .pusher { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } -/* Clearing */ - -.ui.statistics:after { - display: block; - content: ' '; - height: 0px; - clear: both; - overflow: hidden; - visibility: hidden; +.pushable.show > .visible.sidebar, +.pushable.hide > .visible.sidebar { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } -.ui.statistics:first-child { - margin-top: 0em; -} +/*-------------- + Visible +---------------*/ -.ui.statistics:last-child { - margin-bottom: 0em; +.pushable > .visible.ui.sidebar { + visibility: visible; } /******************************* - Content + Variations *******************************/ /*-------------- - Value + Styled ---------------*/ -.ui.statistics .statistic > .value, -.ui.statistic > .value { - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-size: 4rem; - font-weight: normal; - line-height: 1em; - color: #1b1c1d; - text-transform: uppercase; - text-align: center; +.ui.styled.sidebar { + background-color: #FFFFFF; + padding: 1em 1.25em; + border-right: 1px solid #DDDDDD; } +/******************************* + Animations +*******************************/ + /*-------------- - Label + Overlay ---------------*/ -.ui.statistics .statistic > .label, -.ui.statistic > .label { - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-size: 1rem; - font-weight: normal; - color: rgba(0, 0, 0, 0.4); - text-transform: none; - text-align: center; -} - -/* Top Label */ +/* Set-up */ -.ui.statistics .statistic > .label ~ .value, -.ui.statistic > .label ~ .value { - margin-top: 0rem; +.pushable.overlay > .visible.ui.sidebar { + z-index: 904; } -/* Bottom Label */ +/* Animation */ -.ui.statistics .statistic > .value ~ .label, -.ui.statistic > .value ~ .label { - margin-top: 0.25rem; +.pushable.overlay.show > .visible.ui.sidebar, +.pushable.overlay.hide > .visible.ui.sidebar { + -webkit-transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; } -/******************************* - Types -*******************************/ +/*--- Left ---*/ -/*-------------- - Icon Value ----------------*/ +/* Set-up */ -.ui.statistics .statistic > .value .icon, -.ui.statistic > .value .icon { - opacity: 1; - width: auto; +.left.pushable.overlay > .visible.ui.sidebar { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); } -/*-------------- - Text Value ----------------*/ +/* Pushed */ -.ui.statistics .statistic > .text.value, -.ui.statistic > .text.value { - line-height: 1em; - min-height: 2em; - text-align: center; +.left.pushable.overlay.pushed .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); } -.ui.statistics .statistic > .text.value + .label, -.ui.statistic > .text.value + .label { - text-align: center; +/*--- Right ---*/ + +/* Set-up */ + +.right.pushable.overlay > .visible.ui.sidebar { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); } -/*-------------- - Image Value ----------------*/ +/* Pushed */ -.ui.statistics .statistic > .value img, -.ui.statistic > .value img { - max-height: 3rem; - vertical-align: baseline; +.right.pushable.overlay.pushed .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); } -/******************************* - Variations -*******************************/ +/*--- Top ---*/ -/*-------------- - Horizontal ----------------*/ +/* Set-up */ -.ui.horizontal.statistics, -.ui.horizontal.statistic { - display: block; - margin: 0em; - max-width: 9999px; +.top.pushable.overlay > .visible.ui.sidebar { + -webkit-transform: translate3d(0%, -100%, 0); + transform: translate3d(0%, -100%, 0); } -.ui.horizontal.statistics .statistic { - float: none; - margin: 1em 0em; - max-width: 9999px; -} +/* Pushed */ -.ui.horizontal.statistic > .text.value, -.ui.horizontal.statistics > .statistic > .text.value { - min-height: 0em !important; +.top.pushable.overlay.pushed .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 0%, 0); + transform: translate3d(0%, 0%, 0); } -.ui.horizontal.statistics .statistic > .value, -.ui.horizontal.statistic > .value { - display: inline-block; - vertical-align: middle; +/*--- Bottom ---*/ + +/* Set-up */ + +.bottom.pushable.overlay > .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 100%, 0); + transform: translate3d(0%, 100%, 0); } -.ui.horizontal.statistics .statistic > .label, -.ui.horizontal.statistic > .label { - display: inline-block; - vertical-align: middle; - margin: 0em 0em 0em 0.75em; +/* Pushed */ + +.bottom.pushable.overlay.pushed .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 0%, 0); + transform: translate3d(0%, 0%, 0); } /*-------------- - Colors + Push ---------------*/ -.ui.blue.statistics .statistic > .value, -.ui.statistics .blue.statistic > .value, -.ui.blue.statistic > .value { - color: #3b83c0; -} - -.ui.green.statistics .statistic > .value, -.ui.statistics .green.statistic > .value, -.ui.green.statistic > .value { - color: #5bbd72; -} +/* Set-Up */ -.ui.orange.statistics .statistic > .value, -.ui.statistics .orange.statistic > .value, -.ui.orange.statistic > .value { - color: #e07b53; +.pushable.push > .fixed, +.pushable.push > .pusher { + -webkit-transform: translate3d(0px, 0, 0); + transform: translate3d(0px, 0, 0); } -.ui.pink.statistics .statistic > .value, -.ui.statistics .pink.statistic > .value, -.ui.pink.statistic > .value { - color: #d9499a; +.pushable.push > .visible.ui.sidebar { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); } -.ui.purple.statistics .statistic > .value, -.ui.statistics .purple.statistic > .value, -.ui.purple.statistic > .value { - color: #564f8a; -} +/* Pushed */ -.ui.red.statistics .statistic > .value, -.ui.statistics .red.statistic > .value, -.ui.red.statistic > .value { - color: #d95c5c; +.pushable.push.pushed > .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); } -.ui.teal.statistics .statistic > .value, -.ui.statistics .teal.statistic > .value, -.ui.teal.statistic > .value { - color: #00b5ad; +.pushable.push.pushed > .fixed, +.pushable.push.pushed > .pusher { + -webkit-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); } -.ui.yellow.statistics .statistic > .value, -.ui.statistics .yellow.statistic > .value, -.ui.yellow.statistic > .value { - color: #f2c61f; +.pushable.push.show > .visible.ui.sidebar, +.pushable.push.hide > .visible.ui.sidebar { + -webkit-transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; } /*-------------- - Floated + Uncover ---------------*/ -.ui.left.floated.statistic { - float: left; - margin: 0em 2em 1em 0em; +/* Set-up */ + +.pushable.uncover > .fixed, +.pushable.uncover > .pusher { + -webkit-transform: translate3d(0px, 0px, 0px); + transform: translate3d(0px, 0px, 0px); } -.ui.right.floated.statistic { - float: right; - margin: 0em 0em 1em 2em; +.pushable.uncover > .pusher { + z-index: 900; } -.ui.floated.statistic:last-child { - margin-bottom: 0em; +.pushable.uncover > .visible.ui.sidebar { + -webkit-transition: none; + transition: none; } -/*-------------- - Inverted ----------------*/ +/* Pushed */ -.ui.inverted.statistic .value { - color: #ffffff; -} +/*--- Left ---*/ -.ui.inverted.statistic .label { - color: rgba(255, 255, 255, 0.8); +.pushable.left.uncover.pushed > .fixed, +.pushable.left.uncover.pushed > .pusher { + -webkit-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); } -.ui.inverted.blue.statistics .statistic > .value, -.ui.statistics .inverted.blue.statistic > .value, -.ui.inverted.blue.statistic > .value { - color: #54c8ff; -} +/*--- Right ---*/ -.ui.inverted.green.statistics .statistic > .value, -.ui.statistics .inverted.green.statistic > .value, -.ui.inverted.green.statistic > .value { - color: #2ecc40; +.pushable.right.uncover.pushed > .fixed, +.pushable.right.uncover.pushed > .pusher { + -webkit-transform: translate3d(-260px, 0, 0); + transform: translate3d(-260px, 0, 0); } -.ui.inverted.orange.statistics .statistic > .value, -.ui.statistics .inverted.orange.statistic > .value, -.ui.inverted.orange.statistic > .value { - color: #ff851b; +/*-------------- + Slide Along +---------------*/ + +/* Set-up */ + +.pushable.slide.along > .fixed, +.pushable.slide.along > .pusher { + -webkit-transform: translate3d(0px, 0, 0); + transform: translate3d(0px, 0, 0); } -.ui.inverted.pink.statistics .statistic > .value, -.ui.statistics .inverted.pink.statistic > .value, -.ui.inverted.pink.statistic > .value { - color: #ff8edf; +.pushable.slide.along > .pusher { + z-index: 900; } -.ui.inverted.purple.statistics .statistic > .value, -.ui.statistics .inverted.purple.statistic > .value, -.ui.inverted.purple.statistic > .value { - color: #cdc6ff; +.pushable.slide.along > .visible.ui.sidebar { + -webkit-transform: translate3d(-50%, 0, 0); + transform: translate3d(-50%, 0, 0); } -.ui.inverted.red.statistics .statistic > .value, -.ui.statistics .inverted.red.statistic > .value, -.ui.inverted.red.statistic > .value { - color: #ff695e; +/* Pushed */ + +.pushable.slide.along.pushed > .fixed, +.pushable.slide.along.pushed > .pusher { + -webkit-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); } -.ui.inverted.teal.statistics .statistic > .value, -.ui.statistics .inverted.teal.statistic > .value, -.ui.inverted.teal.statistic > .value { - color: #6dffff; +.pushable.slide.along.pushed > .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); } -.ui.inverted.yellow.statistics .statistic > .value, -.ui.statistics .inverted.yellow.statistic > .value, -.ui.inverted.yellow.statistic > .value { - color: #ffe21f; +.pushable.slide.along.show > .visible.ui.sidebar, +.pushable.slide.along.hide > .visible.ui.sidebar { + -webkit-transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; } /*-------------- - Sizes + Slide Out ---------------*/ -/* Mini */ - -.ui.mini.statistics .statistic > .value, -.ui.mini.statistic > .value { - font-size: 1.5rem; -} +/* Set-up */ -.ui.mini.horizontal.statistics .statistic > .value, -.ui.mini.horizontal.statistic > .value { - font-size: 1.5rem; +.pushable.slide.out > .fixed, +.pushable.slide.out > .pusher { + -webkit-transform: translate3d(0px, 0, 0); + transform: translate3d(0px, 0, 0); } -.ui.mini.statistics .statistic > .text.value, -.ui.mini.statistic > .text.value { - font-size: 1rem; +.pushable.slide.out > .visible.ui.sidebar { + -webkit-transform: translate3d(50%, 0, 0); + transform: translate3d(50%, 0, 0); } -/* Tiny */ +/* Pushed */ -.ui.tiny.statistics .statistic > .value, -.ui.tiny.statistic > .value { - font-size: 2rem; +.pushable.slide.out.pushed > .fixed, +.pushable.slide.out.pushed > .pusher { + -webkit-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); } -.ui.tiny.horizontal.statistics .statistic > .value, -.ui.tiny.horizontal.statistic > .value { - font-size: 2rem; +.pushable.slide.out.pushed .visible.ui.sidebar { + -webkit-transform: translate3d(0%, 0, 0); + transform: translate3d(0%, 0, 0); } -.ui.tiny.statistics .statistic > .text.value, -.ui.tiny.statistic > .text.value { - font-size: 1rem; +.pushable.slide.out.show > .visible.ui.sidebar, +.pushable.slide.out.hide > .visible.ui.sidebar { + -webkit-transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; } -/* Small */ +/*-------------- + Scale Down +---------------*/ -.ui.small.statistics .statistic > .value, -.ui.small.statistic > .value { - font-size: 3rem; +/* Set-up */ + +.pushable.scale.down > .fixed { + -webkit-transform: translate3d(0px, 0, 0); + transform: translate3d(0px, 0, 0); } -.ui.small.horizontal.statistics .statistic > .value, -.ui.small.horizontal.statistic > .value { - font-size: 2rem; +.pushable.scale.down > .pusher { + z-index: 900; + -webkit-transform-origin: 75% 50%; + -ms-transform-origin: 75% 50%; + transform-origin: 75% 50%; + overflow: hidden; } -.ui.small.statistics .statistic > .text.value, -.ui.small.statistic > .text.value { - font-size: 1.5rem; +.pushable.scale.down > .visible.ui.sidebar { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + z-index: 904; } -/* Medium */ +/* Pushed */ -.ui.statistics .statistic > .value, -.ui.statistic > .value { - font-size: 4rem; +.pushable.scale.down.pushed > .pusher { + -webkit-transform: scale(0.75); + -ms-transform: scale(0.75); + transform: scale(0.75); } -.ui.horizontal.statistics .statistic > .value, -.ui.horizontal.statistic > .value { - font-size: 3rem; +.pushable.scale.down.pushed > .visible.ui.sidebar { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } -.ui.statistics .statistic > .text.value, -.ui.statistic > .text.value { - font-size: 2rem; +.pushable.scale.down.pushed > .fixed { + -webkit-transform: translate3d(260px, 0, 0); + transform: translate3d(260px, 0, 0); } -/* Large */ +/* 3D transition cant have duration set until animation */ -.ui.large.statistics .statistic > .value, -.ui.large.statistic > .value { - font-size: 5rem; +.pushable.scale.down.show > .visible.ui.sidebar, +.pushable.scale.down.hide > .visible.ui.sidebar { + -webkit-transition: -webkit-transform 0.5s ease; + transition: transform 0.5s ease; } -.ui.large.horizontal.statistics .statistic > .value, -.ui.large.horizontal.statistic > .value { - font-size: 4rem; +/*-------------- + Safe Mode +---------------*/ + +/* Set-Up */ + +.pushable.safe > .pusher { + position: relative; + -webkit-transform: none !important; + -ms-transform: none !important; + transform: none !important; + -webkit-transition: none !important; + transition: none !important; } -.ui.large.statistics .statistic > .text.value, -.ui.large.statistic > .text.value { - font-size: 2.5rem; +.pushable.safe > .pusher { + -webkit-transform: none !important; + -ms-transform: none !important; + transform: none !important; + -webkit-transition: none !important; + transition: none !important; } -/* Huge */ +/* Pushed */ -.ui.huge.statistics .statistic > .value, -.ui.huge.statistic > .value { - font-size: 6rem; +.pushable.safe.pushed { + margin-left: 260px !important; } -.ui.huge.horizontal.statistics .statistic > .value, -.ui.huge.horizontal.statistic > .value { - font-size: 5rem; +.pushable.safe.pushed > .visible.ui.sidebar { + margin-left: -260px; } -.ui.huge.statistics .statistic > .text.value, -.ui.huge.statistic > .text.value { - font-size: 2.5rem; +.pushable.safe.pushed > .fixed { + margin-left: 260px !important; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - User Variable Overrides -*******************************/ +.pushable.safe.show, +.pushable.safe.hide, +.pushable.safe.show > .fixed, +.pushable.safe.hide > .fixed { + -webkit-transition: margin 0.5s ease !important; + transition: margin 0.5s ease !important; +} /* * # Semantic UI @@ -23654,2624 +23605,2770 @@ a:hover { */ /******************************* - Step + Sticky *******************************/ -.ui.steps .step { - display: inline-block; - position: relative; - margin: 0em 0em; - padding: 0.8em 1.5em 0.8em 2.25em; - vertical-align: top; - background: #ffffff; - color: rgba(0, 0, 0, 0.8); - box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15); - border-radius: 0em; -} - -.ui.steps .step:after { - position: absolute; - z-index: 2; - content: ''; - top: 50%; - right: 0em; - border: medium none; - background-color: #ffffff; - width: 1.5em; - height: 1.5em; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - border-right: 1px solid rgba(0, 0, 0, 0.1); - -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg); - -ms-transform: translateY(-50%) translateX(50%) rotate(-45deg); - transform: translateY(-50%) translateX(50%) rotate(-45deg); -} - -.ui.steps .step, -.ui.steps .step:after { - -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease; - transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease; +.ui.sticky { + position: static; + -webkit-transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, bottom 0.2s ease; + transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, bottom 0.2s ease; } /******************************* - Content + States *******************************/ -/* Title */ +/* Bound */ -.ui.steps .step .title { - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; - font-size: 1.1em; - font-weight: bold; +.ui.sticky.bound { + position: absolute; + left: auto; + right: auto; } -/* Description */ - -.ui.steps .step .description { - font-weight: normal; - font-size: 0.9em; - color: rgba(0, 0, 0, 0.8); -} +/* Fixed */ -.ui.steps .step .title ~ .description { - margin-top: 0.1em; +.ui.sticky.fixed { + position: fixed; + left: auto; + right: auto; } -/* Icon */ +/* Bound/Fixed Position */ -.ui.steps .step > .icon, -.ui.steps .step > .icon ~ .content { - display: table-cell; - vertical-align: middle; +.ui.sticky.bound.top, +.ui.sticky.fixed.top { + top: 0px; + bottom: auto; } -.ui.steps .step > .icon { - font-size: 2em; - margin: 0em; - padding-right: 0.6em; +.ui.sticky.bound.bottom, +.ui.sticky.fixed.bottom { + top: auto; + bottom: 0px; } -/* Link */ +/******************************* + Types +*******************************/ -.ui.steps .link.step, -.ui.steps a.step { - cursor: pointer; +.ui.native.sticky { + position: -webkit-sticky; + position: -moz-sticky; + position: -ms-sticky; + position: -o-sticky; + position: sticky; } /******************************* - Types + Theme Overrides *******************************/ -/*-------------- - Ordered ----------------*/ +/******************************* + Site Overrides +*******************************/ -.ui.ordered.steps { - counter-reset: ordered; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -.ui.ordered.steps .step:before { - display: table-cell; - position: static; - padding-right: 0.6em; - font-size: 2em; - counter-increment: ordered; - content: counters(ordered, "."); -} +/******************************* + UI Tabs +*******************************/ -.ui.ordered.steps .step > * { - display: table-cell; - vertical-align: middle; +.ui.tab { + display: none; } -/*-------------- - Vertical ----------------*/ +/******************************* + States +*******************************/ -.ui.vertical.steps { - overflow: visible; -} +/*-------------------- + Active +---------------------*/ -.ui.vertical.steps .step { +.ui.tab.active, +.ui.tab.open { display: block; - border-radius: 0em; - padding: 0.8em 1.5em; } -.ui.vertical.steps .step:first-child { - padding: 0.8em 1.5em; - border-radius: 0.2857rem 0.2857rem 0em 0em; -} +/*-------------------- + Loading +---------------------*/ -.ui.vertical.steps .step:last-child { - border-radius: 0em 0em 0.2857rem 0.2857rem; +.ui.tab.loading { + position: relative; + overflow: hidden; + display: block; + min-height: 250px; } -/* Arrow */ - -.ui.vertical.steps .step:after { - display: none; +.ui.tab.loading * { + position: relative !important; + left: -10000px !important; } -/* Active Arrow */ - -.ui.vertical.steps .active.step:after { - display: block; +.ui.tab.loading:after { + border: none; + position: absolute; + top: 50px; + left: 0%; + content: 'Loading...'; + color: rgba(0, 0, 0, 0.4); + width: 100%; + height: 100%; + padding-top: 50px; + text-align: center; + background: url("themes/default/assets/images/loader-large.gif") no-repeat 50% 0px; + visibility: visible; } /******************************* - Group + Tab Overrides *******************************/ -.ui.steps { - display: inline-block; - font-size: 0em; - background: ''; - box-shadow: ''; - line-height: 1.2; - box-sizing: border-box; - border-radius: 0.2857rem; -} +/******************************* + User Overrides +*******************************/ -.ui.steps .step:first-child { - padding-left: 1.5em; - border-radius: 0.2857rem 0em 0em 0.2857rem; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -.ui.steps .step:last-child { - border-radius: 0em 0.2857rem 0.2857rem 0em; -} +/******************************* + Table +*******************************/ + +/* Prototype */ -.ui.steps .step:only-child { - border-radius: 0.2857rem; +.ui.table { + width: 100%; + background: #ffffff; + margin: 1em 0em; + border: 1px solid #d0d0d0; + box-shadow: none; + border-radius: 0.25rem; + color: rgba(0, 0, 0, 0.8); + border-collapse: separate; + border-spacing: 0px; } -.ui.steps .step:last-child { - margin-right: 0em; +.ui.table:first-child { + margin-top: 0em; } -.ui.steps .step:last-child:after { - display: none; +.ui.table:last-child { + margin-bottom: 0em; } /******************************* - States + Parts *******************************/ -/* Link Hover */ +/* Table Content */ -.ui.steps .link.step:hover::after, -.ui.steps .link.step:hover, -.ui.steps a.step:hover::after, -.ui.steps a.step:hover { - background: #fafafa; - color: rgba(0, 0, 0, 0.8); +.ui.table th, +.ui.table td { + -webkit-transition: all 0.2s ease; + transition: all 0.2s ease; } -/* Link Down */ +/* Headers */ -.ui.steps .link.step:active::after, -.ui.steps .link.step:active, -.ui.steps a.step:active::after, -.ui.steps a.step:active { - background: #f0f0f0; - color: rgba(0, 0, 0, 0.8); +.ui.table thead { + box-shadow: none; } -/* Active */ - -.ui.steps .step.active { +.ui.table thead th { cursor: auto; background: #f0f0f0; + text-align: left; + color: rgba(0, 0, 0, 0.8); + padding: 0.7em 0.8em; + vertical-align: middle; + font-style: none; + font-weight: bold; + text-transform: none; + border-bottom: 1px solid #d4d4d5; + border-left: none; } -.ui.steps .step.active:after { - background: #f0f0f0; -} - -.ui.steps .step.active .title { - color: #009fda; +.ui.table thead th:first-child { + border-radius: 0.25rem 0em 0em 0em; + border-left: none; } -.ui.ordered.steps .step.active:before, -.ui.steps .active.step .icon { - color: rgba(0, 0, 0, 0.85); +.ui.table thead th:last-child { + border-radius: 0em 0.25rem 0em 0em; } -/* Active Hover */ - -.ui.steps .link.active.step:hover::after, -.ui.steps .link.active.step:hover, -.ui.steps a.active.step:hover::after, -.ui.steps a.active.step:hover { - cursor: pointer; - background: #ececec; - color: rgba(0, 0, 0, 0.8); +.ui.table thead th:only-child { + border-radius: 0.25rem 0.25rem 0em 0em; } -/* Completed */ +/* Footer */ -.ui.steps .step.completed > .icon:before, -.ui.ordered.steps .step.completed:before { - color: #5bbd72; +.ui.table tfoot { + box-shadow: none; } -/* Disabled */ - -.ui.steps .disabled.step { +.ui.table tfoot th { cursor: auto; + border-top: 1px solid #d4d4d5; background: #ffffff; - pointer-events: none; + text-align: left; + color: rgba(0, 0, 0, 0.8); + padding: 0.7em 0.8em; + vertical-align: middle; + font-style: normal; + font-weight: normal; + text-transform: none; } -.ui.steps .disabled.step, -.ui.steps .disabled.step .title, -.ui.steps .disabled.step .description { - color: rgba(40, 40, 40, 0.3); +.ui.table tfoot th:first-child { + border-radius: 0em 0em 0em 0.25rem; } -.ui.steps .disabled.step:after { - background: #ffffff; +.ui.table tfoot th:last-child { + border-radius: 0em 0em 0.25rem 0em; } -/******************************* - Variations -*******************************/ - -/* Fluid */ - -.ui.fluid.steps { - width: 100%; +.ui.table tfoot th:only-child { + border-radius: 0em 0em 0.25rem 0.25rem; } -/* Attached */ +/* Table Row */ -.attached.ui.steps { - margin: 0em; - border-radius: 0.2857rem 0.2857rem 0em 0em; +.ui.table tr td { + border-top: 1px solid #d4d4d5; } -.attached.ui.steps .step:first-child { - border-radius: 0.2857rem 0em 0em 0em; +.ui.table tr:first-child td { + border-top: none; } -.attached.ui.steps .step:last-child { - border-radius: 0em 0.2857rem 0em 0em; +/* Table Cells */ + +.ui.table td { + padding: 0.7em 0.8em; + vertical-align: middle; } -/* Bottom Side */ +/* Icons */ -.bottom.attached.ui.steps { - margin-top: -1px; - border-radius: 0em 0em 0.2857rem 0.2857rem; +.ui.table > .icon { + vertical-align: baseline; } -.bottom.attached.ui.steps .step:first-child { - border-radius: 0em 0em 0em 0.2857rem; +.ui.table > .icon:only-child { + margin: 0em; } -.bottom.attached.ui.steps .step:last-child { - border-radius: 0em 0em 0.2857rem 0em; +/* Table Segment */ + +.ui.table.segment { + padding: 0em; } -/* Evenly divided */ +.ui.table.segment:after { + display: none; +} -.ui.one.steps, -.ui.two.steps, -.ui.three.steps, -.ui.four.steps, -.ui.five.steps, -.ui.six.steps, -.ui.seven.steps, -.ui.eight.steps { +.ui.table.segment.stacked:after { display: block; } -.ui.one.steps > .step { - width: 100%; -} +/* Responsive */ -.ui.two.steps > .step { - width: 50%; -} +@media only screen and (max-width: 768px) { + .ui.table { + display: block; + padding: 0em; + } -.ui.three.steps > .step { - width: 33.333%; + .ui.table thead { + display: block; + } + + .ui.table tfoot { + display: block; + } + + .ui.table tbody { + display: block; + } + + .ui.table tr { + display: block; + } + + .ui.table tr > th, + .ui.table tr > td { + background: none; + width: 100% !important; + display: block; + border: none !important; + padding: 0.25em 0.75em; + box-shadow: none; + } + + .ui.table th:first-child, + .ui.table td:first-child { + font-weight: bold; + padding-top: 1em; + } + + .ui.table th:last-child, + .ui.table td:last-child { + box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset; + padding-bottom: 1em; + } + + /* Clear BG Colors */ + + .ui.table tr > td.warning, + .ui.table tr > td.error, + .ui.table tr > td.active, + .ui.table tr > td.positive, + .ui.table tr > td.negative { + background-color: transparent !important; + } } -.ui.four.steps > .step { - width: 25%; +/******************************* + Types +*******************************/ + +/*-------------- + Definition +---------------*/ + +.ui.definition.table thead:not(.full-width) th:first-child { + pointer-events: none; + background: transparent; + font-weight: normal; + color: rgba(0, 0, 0, 0.4); + box-shadow: -1px -1px 0px 1px #ffffff; } -.ui.five.steps > .step { - width: 20%; +.ui.definition.table tfoot:not(.full-width) th:first-child { + pointer-events: none; + background: transparent; + font-weight: rgba(0, 0, 0, 0.4); + color: normal; + box-shadow: 1px 1px 0px 1px #ffffff; } -.ui.six.steps > .step { - width: 16.666%; +/* Remove Border */ + +.ui.celled.definition.table thead:not(.full-width) th:first-child { + box-shadow: 0px -1px 0px 1px #ffffff; } -.ui.seven.steps > .step { - width: 14.285%; +.ui.celled.definition.table tfoot:not(.full-width) th:first-child { + box-shadow: 0px 1px 0px 1px #ffffff; } -.ui.eight.steps > .step { - width: 12.500%; +/* Highlight Defining Column */ + +.ui.definition.table tr td:first-child { + background: rgba(0, 0, 0, 0.03); + font-weight: bold; + color: rgba(0, 0, 0, 0.8); } -/******************************* - Sizes -*******************************/ +/* Fix 2nd Column */ -.ui.small.step, -.ui.small.steps .step { - font-size: 0.9rem; +.ui.definition.table thead:not(.full-width) th:nth-child(2) { + border-left: 1px solid #d0d0d0; } -.ui.step, -.ui.steps .step { - font-size: 1rem; +.ui.definition.table tfoot:not(.full-width) th:nth-child(2) { + border-left: 1px solid #d0d0d0; } -.ui.large.step, -.ui.large.steps .step { - font-size: 1.1rem; +.ui.definition.table td:nth-child(2) { + border-left: 1px solid #d0d0d0; } /******************************* - Theme Overrides + States *******************************/ -/******************************* - Site Overrides -*******************************/ +/*-------------- + Positive +---------------*/ -@font-face { - font-family: 'Step'; - src: url(data:application/octet-stream;base6,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') format('woff'), url(data:application/octet-stream;base6,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') format('truetype'); +.ui.table tr.positive, +.ui.table td.positive { + box-shadow: 2px 0px 0px #119000 inset; } -.ui.steps .step.completed > .icon:before, -.ui.ordered.steps .step.completed:before { - font-family: 'Step'; - content: '\e800'; - /* 'î €' */ +.ui.table tr.positive td, +.ui.table td.positive { + background: #f2f8f0 !important; + color: #119000 !important; } -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ - -/******************************* - Sticky -*******************************/ - -.ui.sticky { - position: static; - -webkit-transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, bottom 0.2s ease; - transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, bottom 0.2s ease; +.ui.celled.table tr.positive:hover td, +.ui.celled.table tr:hover td.positive, +.ui.table tr.positive:hover td, +.ui.table td:hover.positive, +.ui.table th:hover.positive { + background: #ecf5e9 !important; + color: #119000 !important; } -/******************************* - States -*******************************/ - -/* Bound */ +/*-------------- + Negative +---------------*/ -.ui.sticky.bound { - position: absolute; - left: auto; - right: auto; +.ui.table tr.negative, +.ui.table td.negative { + box-shadow: 2px 0px 0px #cd2929 inset; } -/* Fixed */ +.ui.table tr.negative td, +.ui.table td.negative { + background: #f9f4f4 !important; + color: #cd2929 !important; +} -.ui.sticky.fixed { - position: fixed; - left: auto; - right: auto; +.ui.celled.table tr.negative:hover td, +.ui.celled.table tr:hover td.negative { + background: #f2e8e8 !important; + color: #cd2929 !important; } -/* Bound/Fixed Position */ +/*-------------- + Error +---------------*/ -.ui.sticky.bound.top, -.ui.sticky.fixed.top { - top: 0px; - bottom: auto; +.ui.table tr.error, +.ui.table td.error { + box-shadow: 2px 0px 0px #cd2929 inset; } -.ui.sticky.bound.bottom, -.ui.sticky.fixed.bottom { - top: auto; - bottom: 0px; +.ui.table tr.error td, +.ui.table td.error { + background: #f9f4f4 !important; + color: #cd2929 !important; } -/******************************* - Types -*******************************/ - -.ui.native.sticky { - position: -webkit-sticky; - position: -moz-sticky; - position: -ms-sticky; - position: -o-sticky; - position: sticky; +.ui.celled.table tr.error:hover td, +.ui.celled.table tr:hover td.error { + background: #f2e8e8 !important; + color: #cd2929 !important; } -/******************************* - Theme Overrides -*******************************/ - -/******************************* - Site Overrides -*******************************/ - -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ - -/******************************* - UI Tabs -*******************************/ +/*-------------- + Warning +---------------*/ -.ui.tab { - display: none; +.ui.table tr.warning, +.ui.table td.warning { + box-shadow: 2px 0px 0px #7d6c00 inset; } -/******************************* - States -*******************************/ - -/*-------------------- - Active ----------------------*/ +.ui.table tr.warning td, +.ui.table td.warning { + background: #fbf6e9 !important; + color: #7d6c00 !important; +} -.ui.tab.active, -.ui.tab.open { - display: block; +.ui.celled.table tr.warning:hover td, +.ui.celled.table tr:hover td.warning { + background: #f3eddc !important; + color: #cd2929 !important; } -/*-------------------- - Loading ----------------------*/ +/*-------------- + Active +---------------*/ -.ui.tab.loading { - position: relative; - overflow: hidden; - display: block; - min-height: 250px; +.ui.table tr.active, +.ui.table td.active { + box-shadow: 2px 0px 0px rgba(50, 50, 50, 0.9) inset; } -.ui.tab.loading * { - position: relative !important; - left: -10000px !important; +.ui.table tr.active td, +.ui.table td.active { + background: #e0e0e0 !important; + color: rgba(50, 50, 50, 0.9) !important; } -.ui.tab.loading:after { - border: none; - position: absolute; - top: 50px; - left: 0%; - content: 'Loading...'; - color: rgba(0, 0, 0, 0.4); - width: 100%; - height: 100%; - padding-top: 50px; - text-align: center; - background: url("themes/default/assets/images/loader-large.gif") no-repeat 50% 0px; - visibility: visible; +.ui.celled.table tr.active:hover td, +.ui.celled.table tr:hover td.active { + background: #e0e0e0 !important; + color: rgba(50, 50, 50, 0.9) !important; } -/******************************* - Tab Overrides -*******************************/ - -/******************************* - User Overrides -*******************************/ +/*-------------- + Disabled +---------------*/ -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +.ui.table tr.disabled td, +.ui.table tr td.disabled, +.ui.table tr.disabled:hover td, +.ui.table tr:hover td.disabled { + pointer-events: none; + color: rgba(40, 40, 40, 0.3); +} /******************************* - Table + Variations *******************************/ -/* Prototype */ +/*-------------- + Aligned +---------------*/ -.ui.table { - width: 100%; - background: #ffffff; - margin: 1em 0em; - border: 1px solid #d0d0d0; - box-shadow: none; - border-radius: 0.25rem; - color: rgba(0, 0, 0, 0.8); - border-collapse: separate; - border-spacing: 0px; +.ui.table[class*="left aligned"], +.ui.table [class*="left aligned"] { + text-align: left; } -.ui.table:first-child { - margin-top: 0em; +.ui.table[class*="center aligned"], +.ui.table [class*="center aligned"] { + text-align: center; } -.ui.table:last-child { - margin-bottom: 0em; +.ui.table[class*="right aligned"], +.ui.table [class*="right aligned"] { + text-align: right; } -/******************************* - Parts -*******************************/ - -/* Table Content */ +/*-------------- + Collapsing +---------------*/ -.ui.table th, -.ui.table td { - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; +.ui.table th.collapsing, +.ui.table td.collapsing { + width: 1px; + white-space: nowrap; } -/* Headers */ +/*-------------- + Attached +---------------*/ -.ui.table thead { +/* All */ + +.ui.attached.table { + width: -webkit-calc(100% + 2px ); + width: calc(100% + 2px ); + margin: 0em -1px; + border-radius: 0px; box-shadow: none; } -.ui.table thead th { - cursor: auto; - background: #f0f0f0; - text-align: left; - color: rgba(0, 0, 0, 0.8); - padding: 0.7em 0.8em; - vertical-align: middle; - font-style: none; - font-weight: bold; - text-transform: none; - border-bottom: 1px solid #d4d4d5; - border-left: none; +/* Top */ + +.ui[class*="top attached"].table { + margin-top: 1em 0em; + border-radius: 0.25rem 0.25rem 0em 0em; } -.ui.table thead th:first-child { - border-radius: 0.25rem 0em 0em 0em; - border-left: none; +.ui.table[class*="top attached"]:first-child { + margin-top: 0em; } -.ui.table thead th:last-child { - border-radius: 0em 0.25rem 0em 0em; +/* Bottom */ + +.ui.table[class*="bottom attached"] { + margin-top: 0em; + margin-bottom: 1em 0em; + border-radius: 0em 0em 0.25rem 0.25rem; } -.ui.table thead th:only-child { - border-radius: 0.25rem 0.25rem 0em 0em; +.ui.table[class*="bottom attached"]:last-child { + margin-bottom: 0em; } -/* Footer */ +/*-------------- + Striped +---------------*/ -.ui.table tfoot { - box-shadow: none; -} +/* Table Striping */ -.ui.table tfoot th { - cursor: auto; - border-top: 1px solid #d4d4d5; - background: #ffffff; - text-align: left; - color: rgba(0, 0, 0, 0.8); - padding: 0.7em 0.8em; - vertical-align: middle; - font-style: normal; - font-weight: normal; - text-transform: none; +.ui.striped.table > tr:nth-child(2n), +.ui.striped.table tbody tr:nth-child(2n) { + background-color: rgba(0, 0, 50, 0.03); } -.ui.table tfoot th:first-child { - border-radius: 0em 0em 0em 0.25rem; -} +/* Stripes */ -.ui.table tfoot th:last-child { - border-radius: 0em 0em 0.25rem 0em; +.ui.inverted.striped.table > tr:nth-child(2n), +.ui.inverted.striped.table tbody tr:nth-child(2n) { + background-color: rgba(255, 255, 255, 0.06); } -.ui.table tfoot th:only-child { - border-radius: 0em 0em 0.25rem 0.25rem; +/*------------------- + Colors +--------------------*/ + +.ui.black.table { + border-top: 0.2em solid #1b1c1d; } -/* Table Row */ +.ui.blue.table { + border-top: 0.2em solid #3b83c0; +} -.ui.table tr td { - border-top: 1px solid #d4d4d5; +.ui.green.table { + border-top: 0.2em solid #5bbd72; } -.ui.table tr:first-child td { - border-top: none; +.ui.orange.table { + border-top: 0.2em solid #e07b53; } -/* Table Cells */ +.ui.pink.table { + border-top: 0.2em solid #d9499a; +} -.ui.table td { - padding: 0.7em 0.8em; - vertical-align: middle; +.ui.purple.table { + border-top: 0.2em solid #564f8a; } -/* Icons */ +.ui.red.table { + border-top: 0.2em solid #d95c5c; +} -.ui.table > .icon { - vertical-align: baseline; +.ui.teal.table { + border-top: 0.2em solid #00b5ad; } -.ui.table > .icon:only-child { - margin: 0em; +.ui.yellow.table { + border-top: 0.2em solid #f2c61f; } -/* Table Segment */ +/*------------------- + Inverted Colors +--------------------*/ -.ui.table.segment { - padding: 0em; +.ui.inverted.table, +.ui.inverted.black.table { + background-color: #1b1c1d !important; + color: #ffffff !important; } -.ui.table.segment:after { - display: none; +.ui.inverted.blue.table { + background-color: #3b83c0 !important; + color: #ffffff !important; } -.ui.table.segment.stacked:after { - display: block; +.ui.inverted.green.table { + background-color: #5bbd72 !important; + color: #ffffff !important; } -/* Responsive */ +.ui.inverted.orange.table { + background-color: #e07b53 !important; + color: #ffffff !important; +} -@media only screen and (max-width: 768px) { - .ui.table { - display: block; - padding: 0em; - } +.ui.inverted.pink.table { + background-color: #d9499a !important; + color: #ffffff !important; +} - .ui.table thead { - display: block; - } +.ui.inverted.purple.table { + background-color: #564f8a !important; + color: #ffffff !important; +} - .ui.table tfoot { - display: block; - } +.ui.inverted.red.table { + background-color: #d95c5c !important; + color: #ffffff !important; +} - .ui.table tbody { - display: block; - } +.ui.inverted.teal.table { + background-color: #00b5ad !important; + color: #ffffff !important; +} - .ui.table tr { - display: block; - } +.ui.inverted.yellow.table { + background-color: #f2c61f !important; + color: #ffffff !important; +} - .ui.table tr > th, - .ui.table tr > td { - background: none; - width: 100% !important; - display: block; - border: none !important; - padding: 0.25em 0.75em; - box-shadow: none; - } +/*-------------- + Column Count +---------------*/ - .ui.table th:first-child, - .ui.table td:first-child { - font-weight: bold; - padding-top: 1em; - } +/* Grid Based */ - .ui.table th:last-child, - .ui.table td:last-child { - box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset; - padding-bottom: 1em; - } +.ui.one.column.table td { + width: 100%; +} - /* Clear BG Colors */ +.ui.two.column.table td { + width: 50%; +} - .ui.table tr > td.warning, - .ui.table tr > td.error, - .ui.table tr > td.active, - .ui.table tr > td.positive, - .ui.table tr > td.negative { - background-color: transparent !important; - } +.ui.three.column.table td { + width: 33.33333333%; } -/******************************* - Types -*******************************/ +.ui.four.column.table td { + width: 25%; +} -/*-------------- - Definition ----------------*/ +.ui.five.column.table td { + width: 20%; +} -.ui.definition.table thead:not(.full-width) th:first-child { - pointer-events: none; - background: transparent; - font-weight: normal; - color: rgba(0, 0, 0, 0.4); - box-shadow: -1px -1px 0px 1px #ffffff; +.ui.six.column.table td { + width: 16.66666667%; } -.ui.definition.table tfoot:not(.full-width) th:first-child { - pointer-events: none; - background: transparent; - font-weight: rgba(0, 0, 0, 0.4); - color: normal; - box-shadow: 1px 1px 0px 1px #ffffff; +.ui.seven.column.table td { + width: 14.28571429%; } -/* Remove Border */ +.ui.eight.column.table td { + width: 12.5%; +} -.ui.celled.definition.table thead:not(.full-width) th:first-child { - box-shadow: 0px -1px 0px 1px #ffffff; +.ui.nine.column.table td { + width: 11.11111111%; } -.ui.celled.definition.table tfoot:not(.full-width) th:first-child { - box-shadow: 0px 1px 0px 1px #ffffff; +.ui.ten.column.table td { + width: 10%; } -/* Highlight Defining Column */ +.ui.eleven.column.table td { + width: 9.09090909%; +} -.ui.definition.table tr td:first-child { - background: rgba(0, 0, 0, 0.03); - font-weight: bold; - color: rgba(0, 0, 0, 0.8); +.ui.twelve.column.table td { + width: 8.33333333%; } -/* Fix 2nd Column */ +.ui.thirteen.column.table td { + width: 7.69230769%; +} -.ui.definition.table thead:not(.full-width) th:nth-child(2) { - border-left: 1px solid #d0d0d0; +.ui.fourteen.column.table td { + width: 7.14285714%; } -.ui.definition.table tfoot:not(.full-width) th:nth-child(2) { - border-left: 1px solid #d0d0d0; +.ui.fifteen.column.table td { + width: 6.66666667%; } -.ui.definition.table td:nth-child(2) { - border-left: 1px solid #d0d0d0; +.ui.sixteen.column.table td { + width: 6.25%; } -/******************************* - States -*******************************/ +/* Column Width */ -/*-------------- - Positive ----------------*/ +.ui.table th.one.wide, +.ui.table td.one.wide { + width: 6.25%; +} -.ui.table tr.positive, -.ui.table td.positive { - box-shadow: 2px 0px 0px #119000 inset; +.ui.table th.two.wide, +.ui.table td.two.wide { + width: 12.5%; } -.ui.table tr.positive td, -.ui.table td.positive { - background: #f2f8f0 !important; - color: #119000 !important; +.ui.table th.three.wide, +.ui.table td.three.wide { + width: 18.75%; } -.ui.celled.table tr.positive:hover td, -.ui.celled.table tr:hover td.positive, -.ui.table tr.positive:hover td, -.ui.table td:hover.positive, -.ui.table th:hover.positive { - background: #ecf5e9 !important; - color: #119000 !important; +.ui.table th.four.wide, +.ui.table td.four.wide { + width: 25%; } -/*-------------- - Negative ----------------*/ +.ui.table th.five.wide, +.ui.table td.five.wide { + width: 31.25%; +} -.ui.table tr.negative, -.ui.table td.negative { - box-shadow: 2px 0px 0px #cd2929 inset; +.ui.table th.six.wide, +.ui.table td.six.wide { + width: 37.5%; } -.ui.table tr.negative td, -.ui.table td.negative { - background: #f9f4f4 !important; - color: #cd2929 !important; +.ui.table th.seven.wide, +.ui.table td.seven.wide { + width: 43.75%; } -.ui.celled.table tr.negative:hover td, -.ui.celled.table tr:hover td.negative { - background: #f2e8e8 !important; - color: #cd2929 !important; +.ui.table th.eight.wide, +.ui.table td.eight.wide { + width: 50%; } -/*-------------- - Error ----------------*/ +.ui.table th.nine.wide, +.ui.table td.nine.wide { + width: 56.25%; +} -.ui.table tr.error, -.ui.table td.error { - box-shadow: 2px 0px 0px #cd2929 inset; +.ui.table th.ten.wide, +.ui.table td.ten.wide { + width: 62.5%; } -.ui.table tr.error td, -.ui.table td.error { - background: #f9f4f4 !important; - color: #cd2929 !important; +.ui.table th.eleven.wide, +.ui.table td.eleven.wide { + width: 68.75%; } -.ui.celled.table tr.error:hover td, -.ui.celled.table tr:hover td.error { - background: #f2e8e8 !important; - color: #cd2929 !important; +.ui.table th.twelve.wide, +.ui.table td.twelve.wide { + width: 75%; } -/*-------------- - Warning ----------------*/ +.ui.table th.thirteen.wide, +.ui.table td.thirteen.wide { + width: 81.25%; +} -.ui.table tr.warning, -.ui.table td.warning { - box-shadow: 2px 0px 0px #7d6c00 inset; +.ui.table th.fourteen.wide, +.ui.table td.fourteen.wide { + width: 87.5%; } -.ui.table tr.warning td, -.ui.table td.warning { - background: #fbf6e9 !important; - color: #7d6c00 !important; +.ui.table th.fifteen.wide, +.ui.table td.fifteen.wide { + width: 93.75%; } -.ui.celled.table tr.warning:hover td, -.ui.celled.table tr:hover td.warning { - background: #f3eddc !important; - color: #cd2929 !important; +.ui.table th.sixteen.wide, +.ui.table td.sixteen.wide { + width: 100%; } /*-------------- - Active + Sortable ---------------*/ -.ui.table tr.active, -.ui.table td.active { - box-shadow: 2px 0px 0px rgba(50, 50, 50, 0.9) inset; +.ui.sortable.table thead th { + cursor: pointer; + white-space: nowrap; + border-left: 1px solid #d0d0d0; + color: rgba(0, 0, 0, 0.8); } -.ui.table tr.active td, -.ui.table td.active { - background: #e0e0e0 !important; - color: rgba(50, 50, 50, 0.9) !important; +.ui.sortable.table thead th:first-child { + border-left: none; } -.ui.celled.table tr.active:hover td, -.ui.celled.table tr:hover td.active { - background: #e0e0e0 !important; - color: rgba(50, 50, 50, 0.9) !important; +.ui.sortable.table thead th.sorted, +.ui.sortable.table thead th.sorted:hover { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } -/*-------------- - Disabled ----------------*/ +.ui.sortable.table thead th:after { + display: inline-block; + content: ''; + width: 1em; + height: 1em; + opacity: 0.8; + margin: 0em 0em 0em 0.5em; + font-family: 'Icons'; + font-style: normal; + font-weight: normal; + text-decoration: inherit; +} -.ui.table tr.disabled td, -.ui.table tr td.disabled, -.ui.table tr.disabled:hover td, -.ui.table tr:hover td.disabled { - pointer-events: none; +.ui.sortable.table thead th.ascending:after { + content: '\f0d7'; +} + +.ui.sortable.table thead th.descending:after { + content: '\f0d8'; +} + +/* Hover */ + +.ui.sortable.table th.disabled:hover { + cursor: auto; color: rgba(40, 40, 40, 0.3); } -/******************************* - Variations -*******************************/ - -/*-------------- - Aligned ----------------*/ +.ui.sortable.table thead th:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); +} + +/* Sorted */ -.ui.table[class*="left aligned"], -.ui.table [class*="left aligned"] { - text-align: left; +.ui.sortable.table thead th.sorted { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); } -.ui.table[class*="center aligned"], -.ui.table [class*="center aligned"] { - text-align: center; +/* Sorted Hover */ + +.ui.sortable.table thead th.sorted:hover { + background: rgba(0, 0, 0, 0.05); + color: rgba(0, 0, 0, 0.8); } -.ui.table[class*="right aligned"], -.ui.table [class*="right aligned"] { - text-align: right; +/* Inverted */ + +.ui.inverted.sortable.table thead th.sorted { + background: rgba(255, 255, 255, 0.07) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: rgba(255, 255, 255, 0.07) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + color: #ffffff; } -/*-------------- - Collapsing ----------------*/ +.ui.inverted.sortable.table thead th:hover { + background: rgba(255, 255, 255, 0.05) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + background: rgba(255, 255, 255, 0.05) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); + color: #ffffff; +} -.ui.table th.collapsing, -.ui.table td.collapsing { - width: 1px; - white-space: nowrap; +.ui.inverted.sortable.table thead th { + border-left-color: transparent; } /*-------------- - Attached + Inverted ---------------*/ -/* All */ +/* Text Color */ -.ui.attached.table { - width: -webkit-calc(100% + 2px ); - width: calc(100% + 2px ); - margin: 0em -1px; - border-radius: 0px; - box-shadow: none; +.ui.inverted.table { + background: #333333; + color: #ffffff; + border: none; } -/* Top */ +.ui.inverted.table th { + background-color: rgba(0, 0, 0, 0.15); + border-color: rgba(0, 0, 0, 0.2) !important; + color: rgba(255, 255, 255, 0.9); +} -.ui[class*="top attached"].table { - margin-top: 1em 0em; - border-radius: 0.25rem 0.25rem 0em 0em; +.ui.inverted.table tr td { + border-color: rgba(0, 0, 0, 0.2) !important; } -.ui.table[class*="top attached"]:first-child { - margin-top: 0em; +.ui.inverted.table tr.disabled td, +.ui.inverted.table tr td.disabled, +.ui.inverted.table tr.disabled:hover td, +.ui.inverted.table tr:hover td.disabled { + pointer-events: none; + color: rgba(225, 225, 225, 0.3); } -/* Bottom */ +/* Definition */ -.ui.table[class*="bottom attached"] { - margin-top: 0em; - margin-bottom: 1em 0em; - border-radius: 0em 0em 0.25rem 0.25rem; +.ui.inverted.definition.table tfoot:not(.full-width) th:first-child, +.ui.inverted.definition.table thead:not(.full-width) th:first-child { + background: #ffffff; } -.ui.table[class*="bottom attached"]:last-child { - margin-bottom: 0em; +.ui.inverted.definition.table tr td:first-child { + background: rgba(255, 255, 255, 0.02); + color: #ffffff; } /*-------------- - Striped + Collapsing ---------------*/ -/* Table Striping */ - -.ui.striped.table > tr:nth-child(2n), -.ui.striped.table tbody tr:nth-child(2n) { - background-color: rgba(0, 0, 50, 0.03); +.ui.collapsing.table { + width: auto; } -/* Stripes */ +/*-------------- + Basic +---------------*/ -.ui.inverted.striped.table > tr:nth-child(2n), -.ui.inverted.striped.table tbody tr:nth-child(2n) { - background-color: rgba(255, 255, 255, 0.06); +.ui.basic.table { + background: transparent; + border: 1px solid #d0d0d0; + box-shadow: none; } -/*------------------- - Colors ---------------------*/ - -.ui.black.table { - border-top: 0.2em solid #1b1c1d; +.ui.basic.table thead, +.ui.basic.table tfoot { + box-shadow: none; } -.ui.blue.table { - border-top: 0.2em solid #3b83c0; +.ui.basic.table th { + background: transparent; + border-left: none; } -.ui.green.table { - border-top: 0.2em solid #5bbd72; +.ui.basic.table tbody tr { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); } -.ui.orange.table { - border-top: 0.2em solid #e07b53; +.ui.basic.table td { + background: transparent; } -.ui.pink.table { - border-top: 0.2em solid #d9499a; +.ui.basic.striped.table tbody tr:nth-child(2n) { + background-color: rgba(0, 0, 0, 0.05) !important; } -.ui.purple.table { - border-top: 0.2em solid #564f8a; -} +/* Very Basic */ -.ui.red.table { - border-top: 0.2em solid #d95c5c; +.ui[class*="very basic"].table { + border: none; } -.ui.teal.table { - border-top: 0.2em solid #00b5ad; +.ui[class*="very basic"].table:not(.sortable):not(.striped) th, +.ui[class*="very basic"].table:not(.sortable):not(.striped) td { + padding: 0.8em 0em; } -.ui.yellow.table { - border-top: 0.2em solid #f2c61f; +.ui[class*="very basic"].table:not(.sortable):not(.striped) thead th { + padding-top: 0em; } -/*------------------- - Inverted Colors ---------------------*/ - -.ui.inverted.table, -.ui.inverted.black.table { - background-color: #1b1c1d !important; - color: #ffffff !important; +.ui[class*="very basic"].table:not(.sortable):not(.striped) tbody tr:last-child td { + padding-bottom: 0em; } -.ui.inverted.blue.table { - background-color: #3b83c0 !important; - color: #ffffff !important; -} +/*-------------- + Celled +---------------*/ -.ui.inverted.green.table { - background-color: #5bbd72 !important; - color: #ffffff !important; +.ui.celled.table th, +.ui.celled.table td { + border-left: 1px solid #d4d4d5; } -.ui.inverted.orange.table { - background-color: #e07b53 !important; - color: #ffffff !important; +.ui.celled.table th:first-child, +.ui.celled.table td:first-child { + border-left: none; } -.ui.inverted.pink.table { - background-color: #d9499a !important; - color: #ffffff !important; -} +/*-------------- + Padded +---------------*/ -.ui.inverted.purple.table { - background-color: #564f8a !important; - color: #ffffff !important; +.ui.padded.table th { + padding-left: 1em; + padding-right: 1em; } -.ui.inverted.red.table { - background-color: #d95c5c !important; - color: #ffffff !important; +.ui.padded.table th, +.ui.padded.table td { + padding: 1em 1em; } -.ui.inverted.teal.table { - background-color: #00b5ad !important; - color: #ffffff !important; +/* Very */ + +.ui[class*="very padded"].table th { + padding-left: 1.5em; + padding-right: 1.5em; } -.ui.inverted.yellow.table { - background-color: #f2c61f !important; - color: #ffffff !important; +.ui[class*="very padded"].table td { + padding: 1.5em 1.5em; } /*-------------- - Column Count + Compact ---------------*/ -/* Grid Based */ - -.ui.one.column.table td { - width: 100%; +.ui.compact.table th { + padding-left: 0.7em; + padding-right: 0.7em; } -.ui.two.column.table td { - width: 50%; +.ui.compact.table td { + padding: 0.5em 0.7em; } -.ui.three.column.table td { - width: 33.33333333%; -} +/* Very */ -.ui.four.column.table td { - width: 25%; +.ui[class*="very compact"].table th { + padding-left: 0.6em; + padding-right: 0.6em; } -.ui.five.column.table td { - width: 20%; +.ui[class*="very compact"].table td { + padding: 0.4em 0.6em; } -.ui.six.column.table td { - width: 16.66666667%; -} +/*-------------- + Sizes +---------------*/ -.ui.seven.column.table td { - width: 14.28571429%; -} +/* Small */ -.ui.eight.column.table td { - width: 12.5%; +.ui.small.table { + font-size: 0.9em; } -.ui.nine.column.table td { - width: 11.11111111%; -} +/* Standard */ -.ui.ten.column.table td { - width: 10%; +.ui.table { + font-size: 1em; } -.ui.eleven.column.table td { - width: 9.09090909%; -} +/* Large */ -.ui.twelve.column.table td { - width: 8.33333333%; +.ui.large.table { + font-size: 1.1em; } -.ui.thirteen.column.table td { - width: 7.69230769%; -} +/******************************* + Theme Overrides +*******************************/ -.ui.fourteen.column.table td { - width: 7.14285714%; -} +/******************************* + Site Overrides +*******************************/ -.ui.fifteen.column.table td { - width: 6.66666667%; -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -.ui.sixteen.column.table td { - width: 6.25%; -} +/******************************* + Transitions +*******************************/ -/* Column Width */ +/* + Some transitions adapted from Animate CSS + https://github.com/daneden/animate.css +*/ -.ui.table th.one.wide, -.ui.table td.one.wide { - width: 6.25%; +.transition { + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-duration: 500ms; + animation-duration: 500ms; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; } -.ui.table th.two.wide, -.ui.table td.two.wide { - width: 12.5%; -} +/******************************* + States +*******************************/ -.ui.table th.three.wide, -.ui.table td.three.wide { - width: 18.75%; -} +/* Animating */ -.ui.table th.four.wide, -.ui.table td.four.wide { - width: 25%; +.animating.transition { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform: translateZ(0); + transform: translateZ(0); + visibility: visible !important; } -.ui.table th.five.wide, -.ui.table td.five.wide { - width: 31.25%; -} +/* Loading */ -.ui.table th.six.wide, -.ui.table td.six.wide { - width: 37.5%; +.loading.transition { + position: absolute; + top: -999999px; + left: -99999px; } -.ui.table th.seven.wide, -.ui.table td.seven.wide { - width: 43.75%; -} +/* Hidden */ -.ui.table th.eight.wide, -.ui.table td.eight.wide { - width: 50%; +.hidden.transition { + display: none; + visibility: hidden; } -.ui.table th.nine.wide, -.ui.table td.nine.wide { - width: 56.25%; -} +/* Visible */ -.ui.table th.ten.wide, -.ui.table td.ten.wide { - width: 62.5%; +.visible.transition { + display: block !important; + visibility: visible !important; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform: translateZ(0); + transform: translateZ(0); } -.ui.table th.eleven.wide, -.ui.table td.eleven.wide { - width: 68.75%; -} +/* Disabled */ -.ui.table th.twelve.wide, -.ui.table td.twelve.wide { - width: 75%; +.disabled.transition { + -webkit-animation-play-state: paused; + animation-play-state: paused; } -.ui.table th.thirteen.wide, -.ui.table td.thirteen.wide { - width: 81.25%; -} +/******************************* + Variations +*******************************/ -.ui.table th.fourteen.wide, -.ui.table td.fourteen.wide { - width: 87.5%; +.looping.transition { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; } -.ui.table th.fifteen.wide, -.ui.table td.fifteen.wide { - width: 93.75%; -} +/******************************* + Types +*******************************/ -.ui.table th.sixteen.wide, -.ui.table td.sixteen.wide { - width: 100%; -} +/******************************* + Animations +*******************************/ /*-------------- - Sortable + Emphasis ---------------*/ -.ui.sortable.table thead th { - cursor: pointer; - white-space: nowrap; - border-left: 1px solid #d0d0d0; - color: rgba(0, 0, 0, 0.8); +.flash.transition { + -webkit-animation-name: flash; + animation-name: flash; } -.ui.sortable.table thead th:first-child { - border-left: none; +.shake.transition { + -webkit-animation-name: shake; + animation-name: shake; } -.ui.sortable.table thead th.sorted, -.ui.sortable.table thead th.sorted:hover { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.bounce.transition { + -webkit-animation-name: bounce; + animation-name: bounce; } -.ui.sortable.table thead th:after { - display: inline-block; - content: ''; - width: 1em; - height: 1em; - opacity: 0.8; - margin: 0em 0em 0em 0.5em; - font-family: 'Icons'; - font-style: normal; - font-weight: normal; - text-decoration: inherit; +.tada.transition { + -webkit-animation-name: tada; + animation-name: tada; } -.ui.sortable.table thead th.ascending:after { - content: '\f0d7'; -} +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ -.ui.sortable.table thead th.descending:after { - content: '\f0d8'; +.pulse.transition { + -webkit-animation-name: pulse; + animation-name: pulse; } -/* Hover */ +/* Flash */ -.ui.sortable.table th.disabled:hover { - cursor: auto; - color: rgba(40, 40, 40, 0.3); -} +@-webkit-keyframes flash { + 0%, 50%, 100% { + opacity: 1; + } -.ui.sortable.table thead th:hover { - background: rgba(0, 0, 0, 0.05); - color: rgba(0, 0, 0, 0.8); + 25%, 75% { + opacity: 0; + } } -/* Sorted */ +@keyframes flash { + 0%, 50%, 100% { + opacity: 1; + } -.ui.sortable.table thead th.sorted { - background: rgba(0, 0, 0, 0.05); - color: rgba(0, 0, 0, 0.8); + 25%, 75% { + opacity: 0; + } } -/* Sorted Hover */ +/* Shake */ -.ui.sortable.table thead th.sorted:hover { - background: rgba(0, 0, 0, 0.05); - color: rgba(0, 0, 0, 0.8); +@-webkit-keyframes shake { + 0%, 100% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 10%, 30%, 50%, 70%, 90% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } + + 20%, 40%, 60%, 80% { + -webkit-transform: translateX(10px); + transform: translateX(10px); + } } -/* Inverted */ +@keyframes shake { + 0%, 100% { + -webkit-transform: translateX(0); + transform: translateX(0); + } -.ui.inverted.sortable.table thead th.sorted { - background: rgba(255, 255, 255, 0.07) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: rgba(255, 255, 255, 0.07) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - color: #ffffff; -} + 10%, 30%, 50%, 70%, 90% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px); + } -.ui.inverted.sortable.table thead th:hover { - background: rgba(255, 255, 255, 0.05) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - background: rgba(255, 255, 255, 0.05) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - color: #ffffff; + 20%, 40%, 60%, 80% { + -webkit-transform: translateX(10px); + transform: translateX(10px); + } } -.ui.inverted.sortable.table thead th { - border-left-color: transparent; -} +/* Bounce */ -/*-------------- - Inverted ----------------*/ +@-webkit-keyframes bounce { + 0%, 20%, 50%, 80%, 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + } -/* Text Color */ + 40% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } -.ui.inverted.table { - background: #333333; - color: #ffffff; - border: none; + 60% { + -webkit-transform: translateY(-15px); + transform: translateY(-15px); + } } -.ui.inverted.table th { - background-color: rgba(0, 0, 0, 0.15); - border-color: rgba(0, 0, 0, 0.2) !important; - color: rgba(255, 255, 255, 0.9); -} +@keyframes bounce { + 0%, 20%, 50%, 80%, 100% { + -webkit-transform: translateY(0); + transform: translateY(0); + } -.ui.inverted.table tr td { - border-color: rgba(0, 0, 0, 0.2) !important; -} + 40% { + -webkit-transform: translateY(-30px); + transform: translateY(-30px); + } -.ui.inverted.table tr.disabled td, -.ui.inverted.table tr td.disabled, -.ui.inverted.table tr.disabled:hover td, -.ui.inverted.table tr:hover td.disabled { - pointer-events: none; - color: rgba(225, 225, 225, 0.3); + 60% { + -webkit-transform: translateY(-15px); + transform: translateY(-15px); + } } -/* Definition */ +/* Tada */ -.ui.inverted.definition.table tfoot:not(.full-width) th:first-child, -.ui.inverted.definition.table thead:not(.full-width) th:first-child { - background: #ffffff; -} +@-webkit-keyframes tada { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } -.ui.inverted.definition.table tr td:first-child { - background: rgba(255, 255, 255, 0.02); - color: #ffffff; -} + 10%, 20% { + -webkit-transform: scale(0.9) rotate(-3deg); + transform: scale(0.9) rotate(-3deg); + } -/*-------------- - Collapsing ----------------*/ + 30%, 50%, 70%, 90% { + -webkit-transform: scale(1.1) rotate(3deg); + transform: scale(1.1) rotate(3deg); + } -.ui.collapsing.table { - width: auto; + 40%, 60%, 80% { + -webkit-transform: scale(1.1) rotate(-3deg); + transform: scale(1.1) rotate(-3deg); + } + + 100% { + -webkit-transform: scale(1) rotate(0); + transform: scale(1) rotate(0); + } } -/*-------------- - Basic ----------------*/ +@keyframes tada { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } -.ui.basic.table { - background: transparent; - border: 1px solid #d0d0d0; - box-shadow: none; -} + 10%, 20% { + -webkit-transform: scale(0.9) rotate(-3deg); + transform: scale(0.9) rotate(-3deg); + } -.ui.basic.table thead, -.ui.basic.table tfoot { - box-shadow: none; -} + 30%, 50%, 70%, 90% { + -webkit-transform: scale(1.1) rotate(3deg); + transform: scale(1.1) rotate(3deg); + } -.ui.basic.table th { - background: transparent; - border-left: none; -} + 40%, 60%, 80% { + -webkit-transform: scale(1.1) rotate(-3deg); + transform: scale(1.1) rotate(-3deg); + } -.ui.basic.table tbody tr { - border-bottom: 1px solid rgba(0, 0, 0, 0.1); + 100% { + -webkit-transform: scale(1) rotate(0); + transform: scale(1) rotate(0); + } } -.ui.basic.table td { - background: transparent; -} +/* Pulse */ -.ui.basic.striped.table tbody tr:nth-child(2n) { - background-color: rgba(0, 0, 0, 0.05) !important; -} +@-webkit-keyframes pulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } -/* Very Basic */ + 50% { + -webkit-transform: scale(0.9); + transform: scale(0.9); + opacity: 0.7; + } -.ui[class*="very basic"].table { - border: none; + 100% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } } -.ui[class*="very basic"].table:not(.sortable):not(.striped) th, -.ui[class*="very basic"].table:not(.sortable):not(.striped) td { - padding: 0.8em 0em; -} +@keyframes pulse { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } -.ui[class*="very basic"].table:not(.sortable):not(.striped) thead th { - padding-top: 0em; -} + 50% { + -webkit-transform: scale(0.9); + transform: scale(0.9); + opacity: 0.7; + } -.ui[class*="very basic"].table:not(.sortable):not(.striped) tbody tr:last-child td { - padding-bottom: 0em; + 100% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1; + } } /*-------------- - Celled + Slide ---------------*/ -.ui.celled.table th, -.ui.celled.table td { - border-left: 1px solid #d4d4d5; +.slide.down.transition.in { + -webkit-animation-name: slideIn; + animation-name: slideIn; + transform-origin: 50% 0%; + -ms-transform-origin: 50% 0%; + -webkit-transform-origin: 50% 0%; } -.ui.celled.table th:first-child, -.ui.celled.table td:first-child { - border-left: none; +.slide.down.transition.out { + -webkit-animation-name: slideOut; + animation-name: slideOut; + -webkit-transform-origin: 50% 0%; + -ms-transform-origin: 50% 0%; + transform-origin: 50% 0%; } -/*-------------- - Padded ----------------*/ - -.ui.padded.table th { - padding-left: 1em; - padding-right: 1em; +.slide.up.transition.in { + -webkit-animation-name: slideIn; + animation-name: slideIn; + -webkit-transform-origin: 50% 100%; + -ms-transform-origin: 50% 100%; + transform-origin: 50% 100%; } -.ui.padded.table th, -.ui.padded.table td { - padding: 1em 1em; +.slide.up.transition.out { + -webkit-animation-name: slideOut; + animation-name: slideOut; + -webkit-transform-origin: 50% 100%; + -ms-transform-origin: 50% 100%; + transform-origin: 50% 100%; } -/* Very */ - -.ui[class*="very padded"].table th { - padding-left: 1.5em; - padding-right: 1.5em; -} +@-webkit-keyframes slideIn { + 0% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } -.ui[class*="very padded"].table td { - padding: 1.5em 1.5em; + 100% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } } -/*-------------- - Compact ----------------*/ - -.ui.compact.table th { - padding-left: 0.7em; - padding-right: 0.7em; -} +@keyframes slideIn { + 0% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } -.ui.compact.table td { - padding: 0.5em 0.7em; + 100% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } } -/* Very */ +@-webkit-keyframes slideOut { + 0% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } -.ui[class*="very compact"].table th { - padding-left: 0.6em; - padding-right: 0.6em; + 100% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } } -.ui[class*="very compact"].table td { - padding: 0.4em 0.6em; +@keyframes slideOut { + 0% { + opacity: 1; + -webkit-transform: scaleY(1); + transform: scaleY(1); + } + + 100% { + opacity: 0; + -webkit-transform: scaleY(0); + transform: scaleY(0); + } } /*-------------- - Sizes + Flips ---------------*/ -/* Small */ - -.ui.small.table { - font-size: 0.9em; +.flip.transition.in, +.flip.transition.out { + -webkit-perspective: 2000px; + perspective: 2000px; } -/* Standard */ - -.ui.table { - font-size: 1em; +.horizontal.flip.transition.in, +.horizontal.flip.transition.out { + -webkit-animation-name: horizontalFlipIn; + animation-name: horizontalFlipIn; } -/* Large */ +.horizontal.flip.transition.out { + -webkit-animation-name: horizontalFlipOut; + animation-name: horizontalFlipOut; +} -.ui.large.table { - font-size: 1.1em; +.vertical.flip.transition.in, +.vertical.flip.transition.out { + -webkit-animation-name: verticalFlipIn; + animation-name: verticalFlipIn; } -/******************************* - Theme Overrides -*******************************/ +.vertical.flip.transition.out { + -webkit-animation-name: verticalFlipOut; + animation-name: verticalFlipOut; +} -/******************************* - Site Overrides -*******************************/ +/* Horizontal */ -/* - * # Semantic UI - * git://github.com/Semantic-Org/Semantic-UI.git - * - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ +@-webkit-keyframes horizontalFlipIn { + 0% { + -webkit-transform: rotateY(-90deg); + transform: rotateY(-90deg); + opacity: 0; + } -/******************************* - Transitions -*******************************/ + 100% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg); + opacity: 1; + } +} -/* - Some transitions adapted from Animate CSS - https://github.com/daneden/animate.css -*/ +@keyframes horizontalFlipIn { + 0% { + -webkit-transform: rotateY(-90deg); + transform: rotateY(-90deg); + opacity: 0; + } -.transition { - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; - -webkit-animation-duration: 500ms; - animation-duration: 500ms; - -webkit-animation-timing-function: ease; - animation-timing-function: ease; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; + 100% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg); + opacity: 1; + } } -/******************************* - States -*******************************/ +/* Horizontal */ -/* Animating */ +@-webkit-keyframes horizontalFlipOut { + 0% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg); + opacity: 1; + } -.animating.transition { - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: translateZ(0); - transform: translateZ(0); - visibility: visible !important; + 100% { + -webkit-transform: rotateY(90deg); + transform: rotateY(90deg); + opacity: 0; + } } -/* Loading */ +@keyframes horizontalFlipOut { + 0% { + -webkit-transform: rotateY(0deg); + transform: rotateY(0deg); + opacity: 1; + } -.loading.transition { - position: absolute; - top: -999999px; - left: -99999px; + 100% { + -webkit-transform: rotateY(90deg); + transform: rotateY(90deg); + opacity: 0; + } } -/* Hidden */ - -.hidden.transition { - display: none; - visibility: hidden; -} +/* Vertical */ -/* Visible */ +@-webkit-keyframes verticalFlipIn { + 0% { + -webkit-transform: rotateX(-90deg); + transform: rotateX(-90deg); + opacity: 0; + } -.visible.transition { - display: block !important; - visibility: visible !important; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: translateZ(0); - transform: translateZ(0); + 100% { + -webkit-transform: rotateX(0deg); + transform: rotateX(0deg); + opacity: 1; + } } -/* Disabled */ +@keyframes verticalFlipIn { + 0% { + -webkit-transform: rotateX(-90deg); + transform: rotateX(-90deg); + opacity: 0; + } -.disabled.transition { - -webkit-animation-play-state: paused; - animation-play-state: paused; + 100% { + -webkit-transform: rotateX(0deg); + transform: rotateX(0deg); + opacity: 1; + } } -/******************************* - Variations -*******************************/ +@-webkit-keyframes verticalFlipOut { + 0% { + -webkit-transform: rotateX(0deg); + transform: rotateX(0deg); + opacity: 1; + } -.looping.transition { - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; + 100% { + -webkit-transform: rotateX(-90deg); + transform: rotateX(-90deg); + opacity: 0; + } } -/******************************* - Types -*******************************/ +@keyframes verticalFlipOut { + 0% { + -webkit-transform: rotateX(0deg); + transform: rotateX(0deg); + opacity: 1; + } -/******************************* - Animations -*******************************/ + 100% { + -webkit-transform: rotateX(-90deg); + transform: rotateX(-90deg); + opacity: 0; + } +} /*-------------- - Emphasis + Fades ---------------*/ -.flash.transition { - -webkit-animation-name: flash; - animation-name: flash; +.fade.transition.in { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; } -.shake.transition { - -webkit-animation-name: shake; - animation-name: shake; +.fade.transition.out { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; } -.bounce.transition { - -webkit-animation-name: bounce; - animation-name: bounce; +.fade.up.transition.in { + -webkit-animation-name: fadeUpIn; + animation-name: fadeUpIn; } -.tada.transition { - -webkit-animation-name: tada; - animation-name: tada; +.fade.up.transition.out { + -webkit-animation-name: fadeUpOut; + animation-name: fadeUpOut; } -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ +.fade.down.transition.in { + -webkit-animation-name: fadeDownIn; + animation-name: fadeDownIn; +} -.pulse.transition { - -webkit-animation-name: pulse; - animation-name: pulse; +.fade.down.transition.out { + -webkit-animation-name: fadeDownOut; + animation-name: fadeDownOut; } -/* Flash */ +/* Fade */ -@-webkit-keyframes flash { - 0%, 50%, 100% { +@-webkit-keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { opacity: 1; } +} - 25%, 75% { +@keyframes fadeIn { + 0% { opacity: 0; } + + 100% { + opacity: 1; + } } -@keyframes flash { - 0%, 50%, 100% { +@-webkit-keyframes fadeOut { + 0% { opacity: 1; } - 25%, 75% { + 100% { opacity: 0; } } -/* Shake */ - -@-webkit-keyframes shake { - 0%, 100% { - -webkit-transform: translateX(0); - transform: translateX(0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translateX(-10px); - transform: translateX(-10px); +@keyframes fadeOut { + 0% { + opacity: 1; } - 20%, 40%, 60%, 80% { - -webkit-transform: translateX(10px); - transform: translateX(10px); + 100% { + opacity: 0; } } -@keyframes shake { - 0%, 100% { - -webkit-transform: translateX(0); - transform: translateX(0); - } +/* Fade Up */ - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translateX(-10px); - transform: translateX(-10px); +@-webkit-keyframes fadeUpIn { + 0% { + opacity: 0; + -webkit-transform: translateY(10%); + transform: translateY(10%); } - 20%, 40%, 60%, 80% { - -webkit-transform: translateX(10px); - transform: translateX(10px); + 100% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } } -/* Bounce */ - -@-webkit-keyframes bounce { - 0%, 20%, 50%, 80%, 100% { - -webkit-transform: translateY(0); - transform: translateY(0); +@keyframes fadeUpIn { + 0% { + opacity: 0; + -webkit-transform: translateY(10%); + transform: translateY(10%); } - 40% { - -webkit-transform: translateY(-30px); - transform: translateY(-30px); + 100% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } +} - 60% { - -webkit-transform: translateY(-15px); - transform: translateY(-15px); +@-webkit-keyframes fadeUpOut { + 0% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } -} -@keyframes bounce { - 0%, 20%, 50%, 80%, 100% { - -webkit-transform: translateY(0); - transform: translateY(0); + 100% { + opacity: 0; + -webkit-transform: translateY(10%); + transform: translateY(10%); } +} - 40% { - -webkit-transform: translateY(-30px); - transform: translateY(-30px); +@keyframes fadeUpOut { + 0% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } - 60% { - -webkit-transform: translateY(-15px); - transform: translateY(-15px); + 100% { + opacity: 0; + -webkit-transform: translateY(10%); + transform: translateY(10%); } } -/* Tada */ +/* Fade Down */ -@-webkit-keyframes tada { +@-webkit-keyframes fadeDownIn { 0% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 10%, 20% { - -webkit-transform: scale(0.9) rotate(-3deg); - transform: scale(0.9) rotate(-3deg); + opacity: 0; + -webkit-transform: translateY(-10%); + transform: translateY(-10%); } - 30%, 50%, 70%, 90% { - -webkit-transform: scale(1.1) rotate(3deg); - transform: scale(1.1) rotate(3deg); + 100% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } +} - 40%, 60%, 80% { - -webkit-transform: scale(1.1) rotate(-3deg); - transform: scale(1.1) rotate(-3deg); +@keyframes fadeDownIn { + 0% { + opacity: 0; + -webkit-transform: translateY(-10%); + transform: translateY(-10%); } 100% { - -webkit-transform: scale(1) rotate(0); - transform: scale(1) rotate(0); + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } } -@keyframes tada { +@-webkit-keyframes fadeDownOut { 0% { - -webkit-transform: scale(1); - transform: scale(1); - } - - 10%, 20% { - -webkit-transform: scale(0.9) rotate(-3deg); - transform: scale(0.9) rotate(-3deg); + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } - 30%, 50%, 70%, 90% { - -webkit-transform: scale(1.1) rotate(3deg); - transform: scale(1.1) rotate(3deg); + 100% { + opacity: 0; + -webkit-transform: translateY(-10%); + transform: translateY(-10%); } +} - 40%, 60%, 80% { - -webkit-transform: scale(1.1) rotate(-3deg); - transform: scale(1.1) rotate(-3deg); +@keyframes fadeDownOut { + 0% { + opacity: 1; + -webkit-transform: translateY(0%); + transform: translateY(0%); } 100% { - -webkit-transform: scale(1) rotate(0); - transform: scale(1) rotate(0); + opacity: 0; + -webkit-transform: translateY(-10%); + transform: translateY(-10%); } } -/* Pulse */ +/*-------------- + Scale +---------------*/ -@-webkit-keyframes pulse { +.scale.transition.in { + -webkit-animation-name: scaleIn; + animation-name: scaleIn; +} + +.scale.transition.out { + -webkit-animation-name: scaleOut; + animation-name: scaleOut; +} + +/* Scale */ + +@-webkit-keyframes scaleIn { 0% { + opacity: 0; + -webkit-transform: scale(0.7); + transform: scale(0.7); + } + + 100% { + opacity: 1; -webkit-transform: scale(1); transform: scale(1); - opacity: 1; } +} - 50% { - -webkit-transform: scale(0.9); - transform: scale(0.9); - opacity: 0.7; +@keyframes scaleIn { + 0% { + opacity: 0; + -webkit-transform: scale(0.7); + transform: scale(0.7); } 100% { + opacity: 1; -webkit-transform: scale(1); transform: scale(1); - opacity: 1; } } -@keyframes pulse { +@-webkit-keyframes scaleOut { 0% { + opacity: 1; -webkit-transform: scale(1); transform: scale(1); - opacity: 1; } - 50% { - -webkit-transform: scale(0.9); - transform: scale(0.9); - opacity: 0.7; + 100% { + opacity: 0; + -webkit-transform: scale(0.7); + transform: scale(0.7); } +} - 100% { +@keyframes scaleOut { + 0% { + opacity: 1; -webkit-transform: scale(1); transform: scale(1); - opacity: 1; + } + + 100% { + opacity: 0; + -webkit-transform: scale(0.7); + transform: scale(0.7); } } /*-------------- - Slide + Drop ---------------*/ -.slide.down.transition.in { - -webkit-animation-name: slideIn; - animation-name: slideIn; - transform-origin: 50% 0%; - -ms-transform-origin: 50% 0%; - -webkit-transform-origin: 50% 0%; +.drop.transition { + -webkit-transform-origin: top center; + -ms-transform-origin: top center; + transform-origin: top center; + -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); + animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); } -.slide.down.transition.out { - -webkit-animation-name: slideOut; - animation-name: slideOut; - -webkit-transform-origin: 50% 0%; - -ms-transform-origin: 50% 0%; - transform-origin: 50% 0%; +.drop.transition.in { + -webkit-animation-name: dropIn; + animation-name: dropIn; } -.slide.up.transition.in { - -webkit-animation-name: slideIn; - animation-name: slideIn; - -webkit-transform-origin: 50% 100%; - -ms-transform-origin: 50% 100%; - transform-origin: 50% 100%; +.drop.transition.out { + -webkit-animation-name: dropOut; + animation-name: dropOut; } -.slide.up.transition.out { - -webkit-animation-name: slideOut; - animation-name: slideOut; - -webkit-transform-origin: 50% 100%; - -ms-transform-origin: 50% 100%; - transform-origin: 50% 100%; -} +/* Scale */ -@-webkit-keyframes slideIn { +@-webkit-keyframes dropIn { 0% { opacity: 0; - -webkit-transform: scaleY(0); - transform: scaleY(0); + -webkit-transform: scale(0); + transform: scale(0); } 100% { opacity: 1; - -webkit-transform: scaleY(1); - transform: scaleY(1); + -webkit-transform: scale(1); + transform: scale(1); } } -@keyframes slideIn { +@keyframes dropIn { 0% { opacity: 0; - -webkit-transform: scaleY(0); - transform: scaleY(0); + -webkit-transform: scale(0); + transform: scale(0); } 100% { opacity: 1; - -webkit-transform: scaleY(1); - transform: scaleY(1); + -webkit-transform: scale(1); + transform: scale(1); } } -@-webkit-keyframes slideOut { +@-webkit-keyframes dropOut { 0% { opacity: 1; - -webkit-transform: scaleY(1); - transform: scaleY(1); + -webkit-transform: scale(1); + transform: scale(1); } 100% { opacity: 0; - -webkit-transform: scaleY(0); - transform: scaleY(0); + -webkit-transform: scale(0); + transform: scale(0); } } -@keyframes slideOut { +@keyframes dropOut { 0% { opacity: 1; - -webkit-transform: scaleY(1); - transform: scaleY(1); + -webkit-transform: scale(1); + transform: scale(1); } 100% { opacity: 0; - -webkit-transform: scaleY(0); - transform: scaleY(0); + -webkit-transform: scale(0); + transform: scale(0); } } /*-------------- - Flips + Browse ---------------*/ -.flip.transition.in, -.flip.transition.out { - -webkit-perspective: 2000px; - perspective: 2000px; -} - -.horizontal.flip.transition.in, -.horizontal.flip.transition.out { - -webkit-animation-name: horizontalFlipIn; - animation-name: horizontalFlipIn; +.browse.transition.in { + -webkit-animation-name: browseIn; + animation-name: browseIn; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; } -.horizontal.flip.transition.out { - -webkit-animation-name: horizontalFlipOut; - animation-name: horizontalFlipOut; +.browse.transition.out, +.browse.transition.out.left { + -webkit-animation-name: browseOutLeft; + animation-name: browseOutLeft; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; } -.vertical.flip.transition.in, -.vertical.flip.transition.out { - -webkit-animation-name: verticalFlipIn; - animation-name: verticalFlipIn; +.browse.transition.out.right { + -webkit-animation-name: browseOutRight; + animation-name: browseOutRight; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; } -.vertical.flip.transition.out { - -webkit-animation-name: verticalFlipOut; - animation-name: verticalFlipOut; -} +@-webkit-keyframes browseIn { + 0% { + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; + } -/* Horizontal */ + 10% { + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; + opacity: 0.7; + } -@-webkit-keyframes horizontalFlipIn { - 0% { - -webkit-transform: rotateY(-90deg); - transform: rotateY(-90deg); - opacity: 0; + 80% { + -webkit-transform: scale(1.05) translateZ(0px); + transform: scale(1.05) translateZ(0px); + opacity: 1; + z-index: 999; } 100% { - -webkit-transform: rotateY(0deg); - transform: rotateY(0deg); - opacity: 1; + -webkit-transform: scale(1) translateZ(0px); + transform: scale(1) translateZ(0px); + z-index: 999; } } -@keyframes horizontalFlipIn { +@keyframes browseIn { 0% { - -webkit-transform: rotateY(-90deg); - transform: rotateY(-90deg); - opacity: 0; + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; } - 100% { - -webkit-transform: rotateY(0deg); - transform: rotateY(0deg); - opacity: 1; + 10% { + -webkit-transform: scale(0.8) translateZ(0px); + transform: scale(0.8) translateZ(0px); + z-index: -1; + opacity: 0.7; } -} - -/* Horizontal */ -@-webkit-keyframes horizontalFlipOut { - 0% { - -webkit-transform: rotateY(0deg); - transform: rotateY(0deg); + 80% { + -webkit-transform: scale(1.05) translateZ(0px); + transform: scale(1.05) translateZ(0px); opacity: 1; + z-index: 999; } 100% { - -webkit-transform: rotateY(90deg); - transform: rotateY(90deg); - opacity: 0; + -webkit-transform: scale(1) translateZ(0px); + transform: scale(1) translateZ(0px); + z-index: 999; } } -@keyframes horizontalFlipOut { +@-webkit-keyframes browseOutLeft { 0% { - -webkit-transform: rotateY(0deg); - transform: rotateY(0deg); + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); + } + + 50% { + z-index: -1; + -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + } + + 80% { opacity: 1; } 100% { - -webkit-transform: rotateY(90deg); - transform: rotateY(90deg); + z-index: -1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); opacity: 0; } } -/* Vertical */ - -@-webkit-keyframes verticalFlipIn { +@keyframes browseOutLeft { 0% { - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); - opacity: 0; + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); } - 100% { - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); + 50% { + z-index: -1; + -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + } + + 80% { opacity: 1; } + + 100% { + z-index: -1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + opacity: 0; + } } -@keyframes verticalFlipIn { +@-webkit-keyframes browseOutRight { 0% { - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); - opacity: 0; + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); } - 100% { - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); - opacity: 1; + 50% { + z-index: 1; + -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); } -} -@-webkit-keyframes verticalFlipOut { - 0% { - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); + 80% { opacity: 1; } 100% { - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); + z-index: 1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); opacity: 0; } } -@keyframes verticalFlipOut { +@keyframes browseOutRight { 0% { - -webkit-transform: rotateX(0deg); - transform: rotateX(0deg); + z-index: 999; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); + transform: translateX(0%) rotateY(0deg) rotateX(0deg); + } + + 50% { + z-index: 1; + -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); + } + + 80% { opacity: 1; } 100% { - -webkit-transform: rotateX(-90deg); - transform: rotateX(-90deg); + z-index: 1; + -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); + transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); opacity: 0; } } +/******************************* + Site Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Video +*******************************/ + +.ui.video { + background-color: #dddddd; + position: relative; + max-width: 100%; + padding-bottom: 56.25%; + height: 0px; + overflow: hidden; +} + /*-------------- - Fades + Content ---------------*/ -.fade.transition.in { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; -} +/* Placeholder Image */ -.fade.transition.out { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; +.ui.video .placeholder { + background-color: #333333; } -.fade.up.transition.in { - -webkit-animation-name: fadeUpIn; - animation-name: fadeUpIn; +/* Play Icon Overlay */ + +.ui.video .play { + cursor: pointer; + position: absolute; + top: 0px; + left: 0px; + z-index: 10; + width: 100%; + height: 100%; + opacity: 0.8; + -webkit-transition: opacity 0.3s; + transition: opacity 0.3s; } -.fade.up.transition.out { - -webkit-animation-name: fadeUpOut; - animation-name: fadeUpOut; +.ui.video .play.icon:before { + position: absolute; + top: 50%; + left: 50%; + z-index: 11; + background: rgba(0, 0, 0, 0.3); + width: 8rem; + height: 8rem; + line-height: 8rem; + border-radius: 500rem; + color: #ffffff; + font-size: 8rem; + text-shadow: none; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); } -.fade.down.transition.in { - -webkit-animation-name: fadeDownIn; - animation-name: fadeDownIn; +.ui.video .placeholder { + position: absolute; + top: 0px; + left: 0px; + display: block; + width: 100%; + height: 100%; } -.fade.down.transition.out { - -webkit-animation-name: fadeDownOut; - animation-name: fadeDownOut; +/* IFrame Embed */ + +.ui.video .embed iframe, +.ui.video .embed embed, +.ui.video .embed object { + position: absolute; + border: none; + width: 100%; + height: 100%; + top: 0px; + left: 0px; + margin: 0em; + padding: 0em; } -/* Fade */ +/******************************* + States +*******************************/ -@-webkit-keyframes fadeIn { - 0% { - opacity: 0; - } +/*-------------- + Hover +---------------*/ - 100% { - opacity: 1; - } +.ui.video .play:hover { + opacity: 1; } -@keyframes fadeIn { - 0% { - opacity: 0; - } +/*-------------- + Active +---------------*/ - 100% { - opacity: 1; - } +.ui.video.active .play, +.ui.video.active .placeholder { + display: none; } -@-webkit-keyframes fadeOut { - 0% { - opacity: 1; - } +.ui.video.active .embed { + display: inline; +} - 100% { - opacity: 0; - } +/******************************* + Video Overrides +*******************************/ + +/******************************* + Site Overrides +*******************************/ + +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ + +/******************************* + Nag +*******************************/ + +.ui.nag { + display: none; + opacity: 0.95; + position: relative; + top: 0em; + left: 0px; + z-index: 999; + min-height: 0em; + width: 100%; + margin: 0em; + padding: 0.75em 1em; + background: #555555; + box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); + font-size: 1rem; + text-align: center; + color: rgba(0, 0, 0, 0.8); + border-radius: 0em 0em 0.2857rem 0.2857rem; + -webkit-transition: 0.2s background ease; + transition: 0.2s background ease; } -@keyframes fadeOut { - 0% { - opacity: 1; - } +a.ui.nag { + cursor: pointer; +} - 100% { - opacity: 0; - } +.ui.nag > .title { + display: inline-block; + margin: 0em 0.5em; + color: #ffffff; +} + +.ui.nag > .close.icon { + cursor: pointer; + opacity: 0.4; + position: absolute; + top: 50%; + right: 1em; + font-size: 1em; + margin: -0.5em 0em 0em; + color: #ffffff; + -webkit-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; } -/* Fade Up */ +/******************************* + States +*******************************/ -@-webkit-keyframes fadeUpIn { - 0% { - opacity: 0; - -webkit-transform: translateY(10%); - transform: translateY(10%); - } +/* Hover */ - 100% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } +.ui.nag:hover { + background: #555555; + opacity: 1; } -@keyframes fadeUpIn { - 0% { - opacity: 0; - -webkit-transform: translateY(10%); - transform: translateY(10%); - } - - 100% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } +.ui.nag .close:hover { + opacity: 1; } -@-webkit-keyframes fadeUpOut { - 0% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } +/******************************* + Variations +*******************************/ - 100% { - opacity: 0; - -webkit-transform: translateY(10%); - transform: translateY(10%); - } +/*-------------- + Static +---------------*/ + +.ui.overlay.nag { + position: absolute; + display: block; } -@keyframes fadeUpOut { - 0% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } +/*-------------- + Fixed +---------------*/ - 100% { - opacity: 0; - -webkit-transform: translateY(10%); - transform: translateY(10%); - } +.ui.fixed.nag { + position: fixed; } -/* Fade Down */ - -@-webkit-keyframes fadeDownIn { - 0% { - opacity: 0; - -webkit-transform: translateY(-10%); - transform: translateY(-10%); - } +/*-------------- + Bottom +---------------*/ - 100% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } +.ui.bottom.nags, +.ui.bottom.nag { + border-radius: 0.2857rem 0.2857rem 0em 0em; + top: auto; + bottom: 0em; } -@keyframes fadeDownIn { - 0% { - opacity: 0; - -webkit-transform: translateY(-10%); - transform: translateY(-10%); - } +/*-------------- + White +---------------*/ - 100% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } +.ui.inverted.nags .nag, +.ui.inverted.nag { + background-color: #f0f0f0; + color: rgba(0, 0, 0, 0.85); } -@-webkit-keyframes fadeDownOut { - 0% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } - - 100% { - opacity: 0; - -webkit-transform: translateY(-10%); - transform: translateY(-10%); - } +.ui.inverted.nags .nag .close, +.ui.inverted.nags .nag .title, +.ui.inverted.nag .close, +.ui.inverted.nag .title { + color: rgba(0, 0, 0, 0.4); } -@keyframes fadeDownOut { - 0% { - opacity: 1; - -webkit-transform: translateY(0%); - transform: translateY(0%); - } +/******************************* + Groups +*******************************/ - 100% { - opacity: 0; - -webkit-transform: translateY(-10%); - transform: translateY(-10%); - } +.ui.nags .nag { + border-radius: 0em !important; } -/*-------------- - Scale ----------------*/ - -.scale.transition.in { - -webkit-animation-name: scaleIn; - animation-name: scaleIn; +.ui.nags .nag:last-child { + border-radius: 0em 0em 0.2857rem 0.2857rem; } -.scale.transition.out { - -webkit-animation-name: scaleOut; - animation-name: scaleOut; +.ui.bottom.nags .nag:last-child { + border-radius: 0.2857rem 0.2857rem 0em 0em; } -/* Scale */ +/******************************* + Theme Overrides +*******************************/ -@-webkit-keyframes scaleIn { - 0% { - opacity: 0; - -webkit-transform: scale(0.7); - transform: scale(0.7); - } +/******************************* + User Overrides +*******************************/ - 100% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } -} +/* + * # Semantic UI + * git://github.com/Semantic-Org/Semantic-UI.git + * + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ -@keyframes scaleIn { - 0% { - opacity: 0; - -webkit-transform: scale(0.7); - transform: scale(0.7); - } +/******************************* + Search +*******************************/ - 100% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } +.ui.search { + position: relative; + text-shadow: none; + font-style: normal; + font-weight: normal; } -@-webkit-keyframes scaleOut { - 0% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } - - 100% { - opacity: 0; - -webkit-transform: scale(0.7); - transform: scale(0.7); - } +.ui.search input { + border-radius: 500rem; } -@keyframes scaleOut { - 0% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } +/*-------------- + Icon +---------------*/ - 100% { - opacity: 0; - -webkit-transform: scale(0.7); - transform: scale(0.7); - } +.ui.search .prompt ~ .search.icon { + cursor: pointer; } /*-------------- - Drop + Results ---------------*/ -.drop.transition { - -webkit-transform-origin: top center; - -ms-transform-origin: top center; - transform-origin: top center; - -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); - animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); +.ui.search .results { + display: none; + position: absolute; + z-index: 998; + top: 100%; + left: 0%; + overflow: hidden; + background: #ffffff; + margin-top: 0.5em; + width: 380px; + border-radius: 0.25em; + box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2); } -.drop.transition.in { - -webkit-animation-name: dropIn; - animation-name: dropIn; +/*-------------- + Result +---------------*/ + +.ui.search .result { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + cursor: pointer; + overflow: hidden; + font-size: 0.9em; + padding: 0.5em 1em; + color: rgba(0, 0, 0, 0.8); + line-height: 1.33; } -.drop.transition.out { - -webkit-animation-name: dropOut; - animation-name: dropOut; +.ui.search .result:first-child { + border-top: none; } -/* Scale */ +/* Image */ -@-webkit-keyframes dropIn { - 0% { - opacity: 0; - -webkit-transform: scale(0); - transform: scale(0); - } +.ui.search .result .image { + float: right; + overflow: hidden; + background: none; + width: 5em; + height: 3em; + border-radius: 0.25em; +} - 100% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } +.ui.search .result .image img { + display: block; + width: auto; + height: 100%; } -@keyframes dropIn { - 0% { - opacity: 0; - -webkit-transform: scale(0); - transform: scale(0); - } +/*-------------- + Info +---------------*/ - 100% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } +.ui.search .result .image + .content { + margin: 0em 6em 0em 0em; } -@-webkit-keyframes dropOut { - 0% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } - - 100% { - opacity: 0; - -webkit-transform: scale(0); - transform: scale(0); - } +.ui.search .result .title { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-weight: normal; + color: rgba(0, 0, 0, 0.85); } -@keyframes dropOut { - 0% { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - } +.ui.search .result .description { + color: rgba(0, 0, 0, 0.8); +} - 100% { - opacity: 0; - -webkit-transform: scale(0); - transform: scale(0); - } +.ui.search .result .price { + float: right; + color: #5bbd72; } /*-------------- - Browse + Message ---------------*/ -.browse.transition.in { - -webkit-animation-name: browseIn; - animation-name: browseIn; - -webkit-animation-timing-function: ease; - animation-timing-function: ease; +.ui.search .message { + padding: 1em 1em; } -.browse.transition.out, -.browse.transition.out.left { - -webkit-animation-name: browseOutLeft; - animation-name: browseOutLeft; - -webkit-animation-timing-function: ease; - animation-timing-function: ease; +.ui.search .message .header { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + font-size: 1.2em; + font-weight: bold; + color: rgba(0, 0, 0, 0.8); } -.browse.transition.out.right { - -webkit-animation-name: browseOutRight; - animation-name: browseOutRight; - -webkit-animation-timing-function: ease; - animation-timing-function: ease; +.ui.search .message .description { + margin-top: 0.25rem; + font-size: 1rem; + color: rgba(0, 0, 0, 0.8); } -@-webkit-keyframes browseIn { - 0% { - -webkit-transform: scale(0.8) translateZ(0px); - transform: scale(0.8) translateZ(0px); - z-index: -1; - } +/* View All Results */ - 10% { - -webkit-transform: scale(0.8) translateZ(0px); - transform: scale(0.8) translateZ(0px); - z-index: -1; - opacity: 0.7; - } +.ui.search .all { + display: block; + border-top: 1px solid rgba(0, 0, 0, 0.1); + background-color: #f0f0f0; + height: 2em; + line-height: 2em; + color: rgba(0, 0, 0, 0.8); + font-weight: bold; + text-align: center; +} - 80% { - -webkit-transform: scale(1.05) translateZ(0px); - transform: scale(1.05) translateZ(0px); - opacity: 1; - z-index: 999; - } +/******************************* + States +*******************************/ - 100% { - -webkit-transform: scale(1) translateZ(0px); - transform: scale(1) translateZ(0px); - z-index: 999; - } +/*-------------- + Hover +---------------*/ + +.ui.search .result:hover, +.ui.search .results .category .result:hover { + background: #fafafa; } -@keyframes browseIn { - 0% { - -webkit-transform: scale(0.8) translateZ(0px); - transform: scale(0.8) translateZ(0px); - z-index: -1; - } +.ui.search .all:hover { + background: #fafafa; +} - 10% { - -webkit-transform: scale(0.8) translateZ(0px); - transform: scale(0.8) translateZ(0px); - z-index: -1; - opacity: 0.7; - } +/*-------------- + Loading +---------------*/ - 80% { - -webkit-transform: scale(1.05) translateZ(0px); - transform: scale(1.05) translateZ(0px); - opacity: 1; - z-index: 999; - } +.ui.search.loading .input .icon { + background: url("themes/default/assets/images/loader-mini.gif") no-repeat 50% 50%; +} - 100% { - -webkit-transform: scale(1) translateZ(0px); - transform: scale(1) translateZ(0px); - z-index: 999; - } +.ui.search.loading .input .icon:before, +.ui.search.loading .input .icon:after { + display: none; } -@-webkit-keyframes browseOutLeft { - 0% { - z-index: 999; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); - transform: translateX(0%) rotateY(0deg) rotateX(0deg); - } +/*-------------- + Active +---------------*/ - 50% { - z-index: -1; - -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - } +.ui.search .results .category.active { + background-color: #f1f1f1; +} - 80% { - opacity: 1; - } +.ui.search .results .category.active > .name { + color: rgba(0, 0, 0, 0.8); +} - 100% { - z-index: -1; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - opacity: 0; - } +.ui.search .result.active, +.ui.search .results .category .result.active { + border-left-color: transparent; + background-color: #f0f0f0; + box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.2); } -@keyframes browseOutLeft { - 0% { - z-index: 999; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); - transform: translateX(0%) rotateY(0deg) rotateX(0deg); - } +.ui.search .result.active .title { + color: rgba(0, 0, 0, 0.85); +} - 50% { - z-index: -1; - -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - } +.ui.search .result.active .description { + color: rgba(0, 0, 0, 0.85); +} - 80% { - opacity: 1; - } +/******************************* + Types +*******************************/ - 100% { - z-index: -1; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - opacity: 0; - } +/*------------------- + Left / Right +--------------------*/ + +.ui.right.aligned.search .results { + right: 0%; + left: auto; } -@-webkit-keyframes browseOutRight { - 0% { - z-index: 999; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); - transform: translateX(0%) rotateY(0deg) rotateX(0deg); - } +/*-------------- + Categories +---------------*/ - 50% { - z-index: 1; - -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - } +.ui.search .results .category { + background: #f0f0f0; + box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1); +} - 80% { - opacity: 1; - } +.ui.search .results .category, +.ui.search .results .category .result { + position: relative; + -webkit-transition: background 0.2s ease, border-color 0.2s ease; + transition: background 0.2s ease, border-color 0.2s ease; +} - 100% { - z-index: 1; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - opacity: 0; - } +.ui.search .results .category:first-child { + box-shadow: none; } -@keyframes browseOutRight { - 0% { - z-index: 999; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg); - transform: translateX(0%) rotateY(0deg) rotateX(0deg); - } +.ui.search .results .category > .name { + font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; + float: 0.9em; + float: left; + padding: 0.4em 0em 0em 1em; + font-weight: bold; + color: rgba(0, 0, 0, 0.4); +} - 50% { - z-index: 1; - -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); - } +.ui.search .results .category .result { + background-color: #ffffff; + margin-left: 100px; + border-left: 1px solid rgba(0, 0, 0, 0.1); + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} - 80% { - opacity: 1; - } +/******************************* + Variations +*******************************/ - 100% { - z-index: 1; - -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px); - opacity: 0; - } +.ui.search { + font-size: 1em; +} + +.ui.large.search { + font-size: 1.1em; } +/******************************* + Theme Overrides +*******************************/ + /******************************* Site Overrides *******************************/ @@ -26288,112 +26385,120 @@ a:hover { */ /******************************* - Video + Breadcrumb *******************************/ -.ui.video { - background-color: #dddddd; - position: relative; - max-width: 100%; - padding-bottom: 56.25%; - height: 0px; - overflow: hidden; +.ui.breadcrumb { + margin: 1em 0em; + display: inline-block; + vertical-align: middle; } -/*-------------- - Content ----------------*/ +.ui.breadcrumb:first-child { + margin-top: 0em; +} -/* Placeholder Image */ +.ui.breadcrumb:last-child { + margin-bottom: 0em; +} -.ui.video .placeholder { - background-color: #333333; +/******************************* + Content +*******************************/ + +/* Divider */ + +.ui.breadcrumb .divider { + display: inline-block; + opacity: 0.5; + margin: 0em 0.2rem 0em; + font-size: 0.9em; + color: rgba(0, 0, 0, 0.4); + vertical-align: baseline; } -/* Play Icon Overlay */ +/* Link */ -.ui.video .play { - cursor: pointer; - position: absolute; - top: 0px; - left: 0px; - z-index: 10; - width: 100%; - height: 100%; - opacity: 0.8; - -webkit-transition: opacity 0.3s; - transition: opacity 0.3s; +.ui.breadcrumb a { + color: #009fda; } -.ui.video .play.icon:before { - position: absolute; - top: 50%; - left: 50%; - z-index: 11; - background: rgba(0, 0, 0, 0.3); - width: 8rem; - height: 8rem; - line-height: 8rem; - border-radius: 500rem; - color: #ffffff; - font-size: 8rem; - text-shadow: none; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.ui.breadcrumb a:hover { + color: #00b2f3; } -.ui.video .placeholder { - position: absolute; - top: 0px; - left: 0px; - display: block; - width: 100%; - height: 100%; +/* Icon Divider */ + +.ui.breadcrumb .icon.divider { + font-size: 0.7em; + vertical-align: middle; } -/* IFrame Embed */ +/* Section */ -.ui.video .embed iframe, -.ui.video .embed embed, -.ui.video .embed object { - position: absolute; - border: none; - width: 100%; - height: 100%; - top: 0px; - left: 0px; +.ui.breadcrumb a.section { + cursor: pointer; +} + +.ui.breadcrumb .section { + display: inline-block; margin: 0em; padding: 0em; } +/* Loose Coupling */ + +.ui.breadcrumb.segment { + display: inline-block; + padding: 0.5em 1em; +} + /******************************* States *******************************/ -/*-------------- - Hover ----------------*/ +.ui.breadcrumb .active.section { + font-weight: bold; +} -.ui.video .play:hover { - opacity: 1; +/******************************* + Variations +*******************************/ + +.ui.mini.breadcrumb { + font-size: 0.65em; } -/*-------------- - Active ----------------*/ +.ui.tiny.breadcrumb { + font-size: 0.7em; +} -.ui.video.active .play, -.ui.video.active .placeholder { - display: none; +.ui.small.breadcrumb { + font-size: 0.75em; } -.ui.video.active .embed { - display: inline; +.ui.breadcrumb { + font-size: 1em; +} + +.ui.large.breadcrumb { + font-size: 1.1em; +} + +.ui.big.breadcrumb { + font-size: 1.05em; +} + +.ui.huge.breadcrumb { + font-size: 1.3em; +} + +.ui.massive.breadcrumb { + font-size: 1.5em; } /******************************* - Video Overrides + Theme Overrides *******************************/ /******************************* diff --git a/dist/semantic.js b/dist/semantic.js index cd25d4ded..50dc3da34 100644 --- a/dist/semantic.js +++ b/dist/semantic.js @@ -9,7 +9,7 @@ * */ /* - * # Semantic - Accordion + * # Semantic - Form Validation * http://github.com/semantic-org/semantic-ui/ * * @@ -19,67 +19,61 @@ * */ -;(function ($, window, document, undefined) { - -"use strict"; +;(function ( $, window, document, undefined ) { -$.fn.accordion = function(parameters) { +$.fn.form = function(fields, parameters) { var $allModules = $(this), + settings = $.extend(true, {}, $.fn.form.settings, parameters), + validation = $.extend({}, $.fn.form.settings.defaults, fields), + + namespace = settings.namespace, + metadata = settings.metadata, + selector = settings.selector, + className = settings.className, + error = settings.error, + + eventNamespace = '.' + namespace, + moduleNamespace = 'module-' + namespace, + + moduleSelector = $allModules.selector || '', + time = new Date().getTime(), performance = [], query = arguments[0], methodInvoked = (typeof query == 'string'), queryArguments = [].slice.call(arguments, 1), - - requestAnimationFrame = window.requestAnimationFrame - || window.mozRequestAnimationFrame - || window.webkitRequestAnimationFrame - || window.msRequestAnimationFrame - || function(callback) { setTimeout(callback, 0); }, - returnedValue ; $allModules .each(function() { var - settings = ( $.isPlainObject(parameters) ) - ? $.extend(true, {}, $.fn.accordion.settings, parameters) - : $.extend({}, $.fn.accordion.settings), - - className = settings.className, - namespace = settings.namespace, - selector = settings.selector, - error = settings.error, - - eventNamespace = '.' + namespace, - moduleNamespace = 'module-' + namespace, - moduleSelector = $allModules.selector || '', + $module = $(this), + $field = $(this).find(selector.field), + $group = $(this).find(selector.group), + $message = $(this).find(selector.message), + $prompt = $(this).find(selector.prompt), + $submit = $(this).find(selector.submit), - $module = $(this), - $title = $module.find(selector.title), - $content = $module.find(selector.content), + formErrors = [], - element = this, - instance = $module.data(moduleNamespace), - observer, + element = this, + instance = $module.data(moduleNamespace), module ; - module = { + module = { initialize: function() { - module.debug('Initializing accordion with bound events', $module); - $module - .on('click' + eventNamespace, selector.title, module.event.click) - ; - module.observeChanges(); + module.verbose('Initializing form validation', $module, validation, settings); + module.bindEvents(); module.instantiate(); }, instantiate: function() { + module.verbose('Storing instance of module', module); instance = module; $module .data(moduleNamespace, module) @@ -87,229 +81,399 @@ $.fn.accordion = function(parameters) { }, destroy: function() { - module.debug('Destroying previous accordion for', $module); + module.verbose('Destroying previous module', instance); + module.removeEvents(); $module .removeData(moduleNamespace) ; - $title - .off(eventNamespace) - ; }, refresh: function() { - $title = $module.find(selector.title); - $content = $module.find(selector.content); + module.verbose('Refreshing selector cache'); + $field = $module.find(selector.field); }, - observeChanges: function() { - if(MutationObserver !== undefined) { - observer = new MutationObserver(function(mutations) { - module.debug('DOM tree modified, updating selector cache'); - module.refresh(); - }); - observer.observe(element, { - childList : true, - subtree : true - }); - module.debug('Setting up mutation observer', observer); + submit: function() { + module.verbose('Submitting form', $module); + $module + .submit() + ; + }, + + attachEvents: function(selector, action) { + action = action || 'submit'; + $(selector) + .on('click', function(event) { + module[action](); + event.preventDefault(); + }) + ; + }, + + bindEvents: function() { + + if(settings.keyboardShortcuts) { + $field + .on('keydown' + eventNamespace, module.event.field.keydown) + ; } + $module + .on('submit' + eventNamespace, module.validate.form) + ; + $field + .on('blur' + eventNamespace, module.event.field.blur) + ; + // attach submit events + module.attachEvents($submit, 'submit'); + + $field + .each(function() { + var + type = $(this).prop('type'), + inputEvent = module.get.changeEvent(type) + ; + $(this) + .on(inputEvent + eventNamespace, module.event.field.change) + ; + }) + ; }, + removeEvents: function() { + $module + .off(eventNamespace) + ; + $field + .off(eventNamespace) + ; + $submit + .off(eventNamespace) + ; + $field + .off(eventNamespace) + ; + }, event: { - click: function() { - $.proxy(module.toggle, this)(); + field: { + keydown: function(event) { + var + $field = $(this), + key = event.which, + keyCode = { + enter : 13, + escape : 27 + } + ; + if( key == keyCode.escape) { + module.verbose('Escape key pressed blurring field'); + $field + .blur() + ; + } + if(!event.ctrlKey && key == keyCode.enter && $field.is(selector.input) && $field.not(selector.checkbox).size() > 0 ) { + module.debug('Enter key pressed, submitting form'); + $submit + .addClass(className.down) + ; + $field + .one('keyup' + eventNamespace, module.event.field.keyup) + ; + } + }, + keyup: function() { + module.verbose('Doing keyboard shortcut form submit'); + $submit.removeClass(className.down); + module.submit(); + }, + blur: function() { + var + $field = $(this), + $fieldGroup = $field.closest($group) + ; + if( $fieldGroup.hasClass(className.error) ) { + module.debug('Revalidating field', $field, module.get.validation($field)); + module.validate.field( module.get.validation($field) ); + } + else if(settings.on == 'blur' || settings.on == 'change') { + module.validate.field( module.get.validation($field) ); + } + }, + change: function() { + var + $field = $(this), + $fieldGroup = $field.closest($group) + ; + if(settings.on == 'change' || ( $fieldGroup.hasClass(className.error) && settings.revalidate) ) { + clearTimeout(module.timer); + module.timer = setTimeout(function() { + module.debug('Revalidating field', $field, module.get.validation($field)); + module.validate.field( module.get.validation($field) ); + }, settings.delay); + } + } } + }, - toggle: function(query) { - var - $activeTitle = (query !== undefined) - ? (typeof query === 'number') - ? $title.eq(query) - : $(query) - : $(this), - $activeContent = $activeTitle.next($content), - contentIsOpen = $activeContent.is(':visible') - ; - module.debug('Toggling visibility of content', $activeTitle); - if(contentIsOpen) { - if(settings.collapsible) { - $.proxy(module.close, $activeTitle)(); + get: { + changeEvent: function(type) { + if(type == 'checkbox' || type == 'radio') { + return 'change'; } else { - module.debug('Cannot close accordion content collapsing is disabled'); + return (document.createElement('input').oninput !== undefined) + ? 'input' + : (document.createElement('input').onpropertychange !== undefined) + ? 'propertychange' + : 'keyup' + ; } - } - else { - $.proxy(module.open, $activeTitle)(); + }, + field: function(identifier) { + module.verbose('Finding field with identifier', identifier); + if( $field.filter('#' + identifier).size() > 0 ) { + return $field.filter('#' + identifier); + } + else if( $field.filter('[name="' + identifier +'"]').size() > 0 ) { + return $field.filter('[name="' + identifier +'"]'); + } + else if( $field.filter('[data-' + metadata.validate + '="'+ identifier +'"]').size() > 0 ) { + return $field.filter('[data-' + metadata.validate + '="'+ identifier +'"]'); + } + return $(''); + }, + validation: function($field) { + var + rules + ; + $.each(validation, function(fieldName, field) { + if( module.get.field(field.identifier).get(0) == $field.get(0) ) { + rules = field; + } + }); + return rules || false; } }, - open: function(query) { - var - $activeTitle = (query !== undefined) - ? (typeof query === 'number') - ? $title.eq(query) - : $(query) - : $(this), - $activeContent = $activeTitle.next($content), - currentlyAnimating = $activeContent.is(':animated'), - currentlyActive = $activeContent.hasClass(className.active) - ; - if(!currentlyAnimating && !currentlyActive) { - module.debug('Opening accordion content', $activeTitle); - if(settings.exclusive) { - $.proxy(module.closeOthers, $activeTitle)(); + has: { + + field: function(identifier) { + module.verbose('Checking for existence of a field with identifier', identifier); + if( $field.filter('#' + identifier).size() > 0 ) { + return true; } - $activeTitle - .addClass(className.active) + else if( $field.filter('[name="' + identifier +'"]').size() > 0 ) { + return true; + } + else if( $field.filter('[data-' + metadata.validate + '="'+ identifier +'"]').size() > 0 ) { + return true; + } + return false; + } + + }, + + add: { + prompt: function(identifier, errors) { + var + $field = module.get.field(identifier), + $fieldGroup = $field.closest($group), + $prompt = $fieldGroup.find(selector.prompt), + promptExists = ($prompt.size() !== 0) ; - $activeContent - .stop() - .children() - .stop() - .animate({ - opacity: 1 - }, settings.duration, module.reset.display) - .end() - .slideDown(settings.duration, settings.easing, function() { - $activeContent - .addClass(className.active) + errors = (typeof errors == 'string') + ? [errors] + : errors + ; + module.verbose('Adding field error state', identifier); + $fieldGroup + .addClass(className.error) + ; + if(settings.inline) { + if(!promptExists) { + $prompt = settings.templates.prompt(errors); + $prompt + .appendTo($fieldGroup) ; - $.proxy(module.reset.display, this)(); - $.proxy(settings.onOpen, this)(); - $.proxy(settings.onChange, this)(); - }) + } + $prompt + .html(errors[0]) + ; + if(!promptExists) { + if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) { + module.verbose('Displaying error with css transition', settings.transition); + $prompt.transition(settings.transition + ' in', settings.duration); + } + else { + module.verbose('Displaying error with fallback javascript animation'); + $prompt + .fadeIn(settings.duration) + ; + } + } + else { + module.verbose('Inline errors are disabled, no inline error added', identifier); + } + } + }, + errors: function(errors) { + module.debug('Adding form error messages', errors); + $message + .html( settings.templates.error(errors) ) ; } }, - close: function(query) { - var - $activeTitle = (query !== undefined) - ? (typeof query === 'number') - ? $title.eq(query) - : $(query) - : $(this), - $activeContent = $activeTitle.next($content), - isActive = $activeContent.hasClass(className.active) - ; - if(isActive) { - module.debug('Closing accordion content', $activeContent); - $activeTitle - .removeClass(className.active) + remove: { + prompt: function(field) { + var + $field = module.get.field(field.identifier), + $fieldGroup = $field.closest($group), + $prompt = $fieldGroup.find(selector.prompt) ; - $activeContent - .removeClass(className.active) - .show() - .stop() - .children() - .stop() - .animate({ - opacity: 0 - }, settings.duration, module.reset.opacity) - .end() - .slideUp(settings.duration, settings.easing, function() { - $.proxy(module.reset.display, this)(); - $.proxy(settings.onClose, this)(); - $.proxy(settings.onChange, this)(); - }) + $fieldGroup + .removeClass(className.error) ; + if(settings.inline && $prompt.is(':visible')) { + module.verbose('Removing prompt for field', field); + if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) { + $prompt.transition(settings.transition + ' out', settings.duration, function() { + $prompt.remove(); + }); + } + else { + $prompt + .fadeOut(settings.duration, function(){ + $prompt.remove(); + }) + ; + } + } } }, - closeOthers: function(index) { - var - $activeTitle = (index !== undefined) - ? $title.eq(index) - : $(this), - $parentTitles = $activeTitle.parents(selector.content).prev(selector.title), - $activeAccordion = $activeTitle.closest(selector.accordion), - activeSelector = selector.title + '.' + className.active + ':visible', - activeContent = selector.content + '.' + className.active + ':visible', - $openTitles, - $nestedTitles, - $openContents - ; - if(settings.closeNested) { - $openTitles = $activeAccordion.find(activeSelector).not($parentTitles); - $openContents = $openTitles.next($content); - } - else { - $openTitles = $activeAccordion.find(activeSelector).not($parentTitles); - $nestedTitles = $activeAccordion.find(activeContent).find(activeSelector).not($parentTitles); - $openTitles = $openTitles.not($nestedTitles); - $openContents = $openTitles.next($content); - } - if( ($openTitles.size() > 0) ) { - module.debug('Exclusive enabled, closing other content', $openTitles); - $openTitles - .removeClass(className.active) + set: { + success: function() { + $module + .removeClass(className.error) + .addClass(className.success) ; - $openContents - .stop() - .children() - .stop() - .animate({ - opacity: 0 - }, settings.duration, module.resetOpacity) - .end() - .slideUp(settings.duration , settings.easing, function() { - $(this).removeClass(className.active); - $.proxy(module.reset.display, this)(); - }) + }, + error: function() { + $module + .removeClass(className.success) + .addClass(className.error) ; } }, - reset: { + validate: { - display: function() { - module.verbose('Removing inline display from element', this); - $(this).css('display', ''); - if( $(this).attr('style') === '') { - $(this) - .attr('style', '') - .removeAttr('style') - ; + form: function(event) { + var + allValid = true, + apiRequest + ; + // reset errors + formErrors = []; + $.each(validation, function(fieldName, field) { + if( !( module.validate.field(field) ) ) { + allValid = false; + } + }); + if(allValid) { + module.debug('Form has no validation errors, submitting'); + module.set.success(); + return $.proxy(settings.onSuccess, this)(event); } - }, - - opacity: function() { - module.verbose('Removing inline opacity from element', this); - $(this).css('opacity', ''); - if( $(this).attr('style') === '') { - $(this) - .attr('style', '') - .removeAttr('style') - ; + else { + module.debug('Form has errors'); + module.set.error(); + if(!settings.inline) { + module.add.errors(formErrors); + } + // prevent ajax submit + if($module.data('moduleApi') !== undefined) { + event.stopImmediatePropagation(); + } + return $.proxy(settings.onFailure, this)(formErrors); } }, - }, - - setting: function(name, value) { - module.debug('Changing setting', name, value); - if( $.isPlainObject(name) ) { - $.extend(true, settings, name); - } - else if(value !== undefined) { - settings[name] = value; - } - else { - return settings[name]; - } - }, - internal: function(name, value) { - module.debug('Changing internal', name, value); - if(value !== undefined) { - if( $.isPlainObject(name) ) { - $.extend(true, module, name); + // takes a validation object and returns whether field passes validation + field: function(field) { + var + $field = module.get.field(field.identifier), + fieldValid = true, + fieldErrors = [] + ; + if(field.rules !== undefined) { + $.each(field.rules, function(index, rule) { + if( module.has.field(field.identifier) && !( module.validate.rule(field, rule) ) ) { + module.debug('Field is invalid', field.identifier, rule.type); + fieldErrors.push(rule.prompt); + fieldValid = false; + } + }); + } + if(fieldValid) { + module.remove.prompt(field, fieldErrors); + $.proxy(settings.onValid, $field)(); } else { - module[name] = value; + formErrors = formErrors.concat(fieldErrors); + module.add.prompt(field.identifier, fieldErrors); + $.proxy(settings.onInvalid, $field)(fieldErrors); + return false; + } + return true; + }, + + // takes validation rule and returns whether field passes rule + rule: function(field, validation) { + var + $field = module.get.field(field.identifier), + type = validation.type, + value = $.trim($field.val() + ''), + + bracketRegExp = /\[(.*)\]/i, + bracket = bracketRegExp.exec(type), + isValid = true, + ancillary, + functionType + ; + // if bracket notation is used, pass in extra parameters + if(bracket !== undefined && bracket !== null) { + ancillary = '' + bracket[1]; + functionType = type.replace(bracket[0], ''); + isValid = $.proxy(settings.rules[functionType], $module)(value, ancillary); + } + // normal notation + else { + isValid = $.proxy(settings.rules[type], $field)(value); } + return isValid; + } + }, + + setting: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, settings, name); + } + else if(value !== undefined) { + settings[name] = value; + } + else { + return settings[name]; + } + }, + internal: function(name, value) { + if( $.isPlainObject(name) ) { + $.extend(true, module, name); + } + else if(value !== undefined) { + module[name] = value; } else { return module[name]; @@ -377,6 +541,9 @@ $.fn.accordion = function(parameters) { if(moduleSelector) { title += ' \'' + moduleSelector + '\''; } + if($allModules.size() > 1) { + title += ' ' + '(' + $allModules.size() + ')'; + } if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) { console.groupCollapsed(title); if(console.table) { @@ -458,726 +625,563 @@ $.fn.accordion = function(parameters) { } module.initialize(); } + }) ; + return (returnedValue !== undefined) ? returnedValue : this ; }; -$.fn.accordion.settings = { - - name : 'Accordion', - namespace : 'accordion', - - debug : false, - verbose : true, - performance : true, - - exclusive : true, - collapsible : true, - closeNested : false, - - duration : 500, - easing : 'easeInOutQuint', - - onOpen : function(){}, - onClose : function(){}, - onChange : function(){}, +$.fn.form.settings = { - error: { - method : 'The method you called is not defined' - }, + name : 'Form', + namespace : 'form', - className : { - active : 'active' - }, + debug : false, + verbose : true, + performance : true, - selector : { - accordion : '.accordion', - title : '.title', - content : '.content' - } -}; + keyboardShortcuts : true, + on : 'submit', + inline : false, -// Adds easing -$.extend( $.easing, { - easeInOutQuint: function (x, t, b, c, d) { - if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; - return c/2*((t-=2)*t*t*t*t + 2) + b; - } -}); + delay : 200, + revalidate : true, -})( jQuery, window , document ); + transition : 'scale', + duration : 150, -/* - * # Semantic - API - * http://github.com/semantic-org/semantic-ui/ - * - * - * Copyright 2014 Contributor - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ + onValid : function() {}, + onInvalid : function() {}, + onSuccess : function() { return true; }, + onFailure : function() { return false; }, -;(function ( $, window, document, undefined ) { + metadata : { + validate: 'validate' + }, -$.api = $.fn.api = function(parameters) { + selector : { + message : '.error.message', + field : 'input, textarea, select', + group : '.field', + checkbox: 'input[type="checkbox"], input[type="radio"]', + input : 'input', + prompt : '.prompt', + submit : '.submit' + }, - var - // use window context if none specified - $allModules = $.isFunction(this) - ? $(window) - : $(this), - moduleSelector = $allModules.selector || '', - time = new Date().getTime(), - performance = [], + className : { + error : 'error', + success : 'success', + down : 'down', + label : 'ui label prompt' + }, - query = arguments[0], - methodInvoked = (typeof query == 'string'), - queryArguments = [].slice.call(arguments, 1), + // errors + error: { + method : 'The method you called is not defined.' + }, - returnedValue - ; - $allModules - .each(function() { + templates: { + error: function(errors) { var - settings = ( $.isPlainObject(parameters) ) - ? $.extend(true, {}, $.fn.api.settings, parameters) - : $.extend({}, $.fn.api.settings), - - // internal aliases - namespace = settings.namespace, - metadata = settings.metadata, - selector = settings.selector, - error = settings.error, - className = settings.className, - - // define namespaces for modules - eventNamespace = '.' + namespace, - moduleNamespace = 'module-' + namespace, - - // element that creates request - $module = $(this), - $form = $module.closest(selector.form), - - // context used for state - $context = (settings.stateContext) - ? $(settings.stateContext) - : $module, - - // request details - ajaxSettings, - requestSettings, - url, - data, - - // standard module - element = this, - context = $context.get(), - instance = $module.data(moduleNamespace), - module + html = '