Team:SYSU-Software/flatui.css
From 2012.igem.org
Nie1234567 (Talk | contribs) |
Lovedayluk (Talk | contribs) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | @import url(" | + | @import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,400italic,300"); |
@font-face { | @font-face { | ||
- | font-family: | + | font-family: 'Flat-UI-Icons'; |
- | src: url( | + | src: url('../fonts/Flat-UI-Icons.eot'); |
- | src: url( | + | src: url('../fonts/Flat-UI-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Flat-UI-Icons.woff') format('woff'), url('../fonts/Flat-UI-Icons.ttf') format('truetype'), url('../fonts/Flat-UI-Icons.svg#Flat-UI-Icons') format('svg'); |
font-weight: normal; | font-weight: normal; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
font-style: normal; | font-style: normal; | ||
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
/* Use the following CSS code if you want to use data attributes for inserting your icons */ | /* Use the following CSS code if you want to use data attributes for inserting your icons */ | ||
[data-icon]:before { | [data-icon]:before { | ||
- | font-family: | + | font-family: 'Flat-UI-Icons'; |
content: attr(data-icon); | content: attr(data-icon); | ||
speak: none; | speak: none; | ||
font-weight: normal; | font-weight: normal; | ||
- | + | font-variant: normal; | |
- | -webkit-font-smoothing: antialiased; | + | text-transform: none; |
- | + | -webkit-font-smoothing: antialiased; | |
+ | } | ||
/* Use the following CSS code if you want to have a class per icon */ | /* Use the following CSS code if you want to have a class per icon */ | ||
- | /*Instead of a list of all class selectors, | + | /* |
- | + | Instead of a list of all class selectors, | |
- | + | you can use the generic selector below, but it's slower: | |
- | .fui- | + | [class*="fui-"] { |
- | font-family: | + | */ |
+ | .fui-arrow-right, | ||
+ | .fui-arrow-left, | ||
+ | .fui-cmd, | ||
+ | .fui-check-inverted, | ||
+ | .fui-heart, | ||
+ | .fui-location, | ||
+ | .fui-plus, | ||
+ | .fui-check, | ||
+ | .fui-cross, | ||
+ | .fui-list, | ||
+ | .fui-new, | ||
+ | .fui-video, | ||
+ | .fui-photo, | ||
+ | .fui-volume, | ||
+ | .fui-time, | ||
+ | .fui-eye, | ||
+ | .fui-chat, | ||
+ | .fui-search, | ||
+ | .fui-user, | ||
+ | .fui-mail, | ||
+ | .fui-lock, | ||
+ | .fui-gear, | ||
+ | .fui-radio-unchecked, | ||
+ | .fui-radio-checked, | ||
+ | .fui-checkbox-unchecked, | ||
+ | .fui-checkbox-checked, | ||
+ | .fui-calendar-solid, | ||
+ | .fui-pause, | ||
+ | .fui-play, | ||
+ | .fui-check-inverted-2 { | ||
+ | display: inline-block; | ||
+ | font-family: 'Flat-UI-Icons'; | ||
speak: none; | speak: none; | ||
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
- | + | font-variant: normal; | |
- | -webkit-font-smoothing: antialiased; | + | text-transform: none; |
- | + | -webkit-font-smoothing: antialiased; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-arrow-right:before { |
- | + | content: "\e02c"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-arrow-left:before { |
- | + | content: "\e02d"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-cmd:before { |
- | + | content: "\e02f"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-check-inverted:before { |
- | + | content: "\e006"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-heart:before { |
- | + | content: "\e007"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-location:before { |
- | + | content: "\e008"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-plus:before { |
- | + | content: "\e009"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-check:before { |
- | + | content: "\e00a"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-cross:before { |
- | + | content: "\e00b"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-list:before { |
- | + | content: "\e00c"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-new:before { |
- | + | content: "\e00d"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-video:before { |
- | + | content: "\e00e"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-photo:before { |
- | + | content: "\e00f"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-volume:before { |
- | + | content: "\e010"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-time:before { |
- | + | content: "\e011"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-eye:before { |
- | + | content: "\e012"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-chat:before { |
- | + | content: "\e013"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-search:before { |
- | + | content: "\e01c"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-user:before { |
- | + | content: "\e01d"; | |
- | .fui- | + | } |
- | content: "\ | + | .fui-mail:before { |
- | + | content: "\e01e"; | |
- | + | } | |
- | + | .fui-lock:before { | |
- | + | content: "\e01f"; | |
- | + | } | |
- | + | .fui-gear:before { | |
- | + | content: "\e024"; | |
- | + | } | |
- | + | .fui-radio-unchecked:before { | |
- | + | content: "\e02b"; | |
- | + | } | |
- | + | .fui-radio-checked:before { | |
- | + | content: "\e032"; | |
- | + | } | |
- | + | .fui-checkbox-unchecked:before { | |
- | + | content: "\e033"; | |
- | + | } | |
- | + | .fui-checkbox-checked:before { | |
- | + | content: "\e034"; | |
- | + | } | |
- | + | .fui-calendar-solid:before { | |
- | + | content: "\e022"; | |
- | + | } | |
- | + | .fui-pause:before { | |
- | + | content: "\e03b"; | |
- | + | } | |
- | + | .fui-play:before { | |
- | + | content: "\e03c"; | |
- | + | } | |
- | + | .fui-check-inverted-2:before { | |
- | + | content: "\e000"; | |
- | + | } | |
- | + | /* 62px */ | |
- | + | /* 52px */ | |
- | + | /* 40px */ | |
- | + | /* 29px */ | |
- | + | /* 28px */ | |
- | + | /* 24px */ | |
- | + | .inline-block { | |
- | + | display: inline-block; | |
- | + | zoom: 1; | |
- | + | *display: inline; | |
- | + | } | |
- | + | .clearfix { | |
- | + | *zoom: 1; | |
- | + | } | |
- | + | .clearfix:before, | |
- | . | + | .clearfix:after { |
- | + | display: table; | |
- | + | content: ""; | |
- | + | } | |
- | + | .clearfix:after { | |
- | + | clear: both; | |
- | + | } | |
- | + | .drop-ie-gradient { | |
- | + | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | |
- | + | } | |
- | + | .dropdown-arrow-inverse { | |
- | + | border-bottom-color: #34495e !important; | |
- | + | border-top-color: #34495e !important; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.demo-headline { | .demo-headline { | ||
padding: 73px 0 110px; | padding: 73px 0 110px; | ||
- | text-align: center; | + | text-align: center; |
- | + | } | |
.demo-logo { | .demo-logo { | ||
font-size: 90px; | font-size: 90px; | ||
font-weight: 900; | font-weight: 900; | ||
letter-spacing: -2px; | letter-spacing: -2px; | ||
- | line-height: 100px; } | + | line-height: 100px; |
- | + | } | |
- | + | .demo-logo .logo { | |
- | + | background: url(../images/demo/logo-mask.png) center 0 no-repeat; | |
- | + | background-size: 256px 186px; | |
- | + | height: 186px; | |
- | + | margin: 0 auto 26px; | |
- | + | overflow: hidden; | |
- | + | text-indent: -9999em; | |
- | + | width: 256px; | |
- | + | } | |
- | + | .demo-logo small { | |
- | + | color: rgba(52, 73, 94, 0.30000000000000004); | |
- | + | display: block; | |
- | + | font-size: 22px; | |
- | + | font-weight: 700; | |
- | + | letter-spacing: -1px; | |
+ | padding-top: 5px; | ||
+ | } | ||
.demo-row { | .demo-row { | ||
- | margin-bottom: 20px; | + | margin-bottom: 20px; |
- | + | } | |
.demo-panel-title { | .demo-panel-title { | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
- | padding-top: 20px; } | + | padding-top: 20px; |
- | + | } | |
- | + | .demo-panel-title small { | |
- | + | color: #798795; | |
- | + | font-size: inherit; | |
- | + | font-weight: 400; | |
+ | } | ||
.demo-navigation { | .demo-navigation { | ||
margin-bottom: -4px; | margin-bottom: -4px; | ||
- | margin-top: -10px; | + | margin-top: -10px; |
- | + | } | |
.demo-pager { | .demo-pager { | ||
- | margin-top: -10px; | + | margin-top: -10px; |
- | + | } | |
.demo-tooltips { | .demo-tooltips { | ||
- | height: 126px; } | + | height: 126px; |
- | + | } | |
- | + | .demo-tooltips .tooltip { | |
- | + | left: -8px !important; | |
- | + | position: relative !important; | |
- | + | top: -8px !important; | |
+ | } | ||
.demo-headings { | .demo-headings { | ||
- | margin-bottom: 12px; | + | margin-bottom: 12px; |
- | + | } | |
.demo-tiles { | .demo-tiles { | ||
- | margin-bottom: 46px; | + | margin-bottom: 46px; |
- | + | } | |
.demo-icons { | .demo-icons { | ||
- | margin- | + | font-size: 32px; |
- | + | margin-left: -15px; | |
- | .demo-icons- | + | } |
+ | .demo-icons .demo-content { | ||
+ | margin: 0 0 0 -36px; | ||
+ | } | ||
+ | .demo-icons .demo-content > span { | ||
+ | display: inline-block; | ||
+ | margin: 0 0 32px 36px; | ||
+ | width: 24px; | ||
font-size: 24px; | font-size: 24px; | ||
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.demo-icons-tooltip { | .demo-icons-tooltip { | ||
bottom: 0; | bottom: 0; | ||
- | color: # | + | color: #c2c8cf; |
font-size: 12px; | font-size: 12px; | ||
left: 100%; | left: 100%; | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
position: absolute; | position: absolute; | ||
- | width: 80px; | + | width: 80px; |
- | + | } | |
.demo-illustrations { | .demo-illustrations { | ||
- | margin- | + | margin-top: 40px; |
- | + | *zoom: 1; | |
- | + | } | |
- | + | .demo-illustrations:before, | |
- | + | .demo-illustrations:after { | |
- | + | display: table; | |
- | + | content: ""; | |
- | + | } | |
- | + | .demo-illustrations:after { | |
- | + | clear: both; | |
- | + | } | |
- | + | .demo-illustrations .demo-content { | |
- | + | margin: 0 0 0 -40px; | |
- | + | padding-top: 20px; | |
- | + | } | |
- | + | .demo-illustrations .demo-content > div { | |
- | + | float: left; | |
- | + | width: 100px; | |
+ | height: 100px; | ||
+ | margin: 0 0 80px 40px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .demo-illustrations img { | ||
+ | display: inline-block; | ||
+ | max-height: 100px; | ||
+ | max-width: 100px; | ||
+ | vertical-align: baseline; | ||
+ | } | ||
.demo-samples { | .demo-samples { | ||
- | margin-bottom: 46px; | + | margin-bottom: 46px; |
- | + | } | |
.demo-video { | .demo-video { | ||
+ | padding-top: 95px; | ||
+ | -webkit-border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
border-radius: 6px; | border-radius: 6px; | ||
- | + | } | |
- | + | ||
.demo-download-section { | .demo-download-section { | ||
float: none; | float: none; | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 60px 0 90px 20px; | padding: 60px 0 90px 20px; | ||
- | text-align: center; } | + | text-align: center; |
- | + | } | |
- | + | .demo-download-section [class*='fui-'] { | |
- | + | margin: 3px 0 -3px; | |
+ | } | ||
.demo-download { | .demo-download { | ||
- | background-color: # | + | background-color: #ebedef; |
- | + | ||
height: 120px; | height: 120px; | ||
margin: 0 auto 32px; | margin: 0 auto 32px; | ||
padding: 40px 28px 30px 32px; | padding: 40px 28px 30px 32px; | ||
text-align: center; | text-align: center; | ||
- | width: 130px; | + | width: 130px; |
- | .demo-download img { | + | -webkit-border-radius: 50%; |
- | + | -moz-border-radius: 50%; | |
- | + | border-radius: 50%; | |
- | + | } | |
+ | .demo-download img { | ||
+ | height: 104px; | ||
+ | width: 82px; | ||
+ | } | ||
.demo-download-text { | .demo-download-text { | ||
font-size: 15px; | font-size: 15px; | ||
padding: 20px 0; | padding: 20px 0; | ||
- | text-align: center; | + | text-align: center; |
- | + | } | |
.demo-text-box a:hover { | .demo-text-box a:hover { | ||
- | color: #1abc9c; | + | color: #1abc9c; |
- | + | } | |
.demo-browser { | .demo-browser { | ||
- | background: #2c3e50 url( | + | background: #2c3e50 url(../images/demo/browser.png) 0 0 no-repeat; |
background-size: 659px 42px; | background-size: 659px 42px; | ||
- | + | color: #ffffff; | |
- | color: | + | |
margin: 0 41px 140px 0; | margin: 0 41px 140px 0; | ||
- | padding-top: 42px; | + | padding-top: 42px; |
- | + | -webkit-border-radius: 0 0 6px 6px; | |
+ | -moz-border-radius: 0 0 6px 6px; | ||
+ | border-radius: 0 0 6px 6px; | ||
+ | } | ||
.demo-browser-side { | .demo-browser-side { | ||
float: left; | float: left; | ||
padding: 22px 20px; | padding: 22px 20px; | ||
- | width: 111px; } | + | width: 111px; |
- | + | } | |
- | + | .demo-browser-side > h5 { | |
- | + | margin-bottom: 3px; | |
- | + | text-transform: none; | |
- | + | } | |
- | + | .demo-browser-side > h6 { | |
- | + | font-size: 11px; | |
- | + | font-weight: 300; | |
- | + | line-height: 18px; | |
- | + | margin-top: 3px; | |
+ | text-transform: none; | ||
+ | } | ||
.demo-browser-author { | .demo-browser-author { | ||
- | background: url( | + | background: url(../images/demo/browser-author.jpg) center center no-repeat; |
- | border: 3px solid | + | border: 3px solid #ffffff; |
display: block; | display: block; | ||
height: 84px; | height: 84px; | ||
Line 473: | Line 368: | ||
-webkit-border-radius: 50%; | -webkit-border-radius: 50%; | ||
-moz-border-radius: 50%; | -moz-border-radius: 50%; | ||
- | border-radius: 50%; | + | border-radius: 50%; |
- | + | } | |
.demo-browser-action { | .demo-browser-action { | ||
- | padding: 30px 0 12px; } | + | padding: 30px 0 12px; |
- | + | } | |
- | + | .demo-browser-action > .btn { | |
- | + | padding: 9px 0 10px 11px !important; | |
- | + | text-align: left; | |
- | + | -webkit-border-radius: 3px; | |
- | + | -moz-border-radius: 3px; | |
- | + | border-radius: 3px; | |
- | + | } | |
- | + | .demo-browser-action > .btn:before { | |
- | + | color: #ffffff; | |
- | + | content: '\e009'; | |
- | + | font-size: 16px; | |
- | + | font-family: 'Flat-UI-Icons'; | |
- | + | font-weight: 300; | |
- | + | margin-right: 12px; | |
- | + | position: relative; | |
- | + | top: 1px; | |
+ | -webkit-font-smoothing: antialiased; | ||
+ | } | ||
.demo-browser-content { | .demo-browser-content { | ||
background-color: #34495e; | background-color: #34495e; | ||
- | |||
overflow: hidden; | overflow: hidden; | ||
- | padding: 21px 0 0 20px; | + | padding: 21px 0 0 20px; |
- | .demo-browser-content > img { | + | -webkit-border-radius: 0 0 6px; |
- | + | -moz-border-radius: 0 0 6px; | |
- | + | border-radius: 0 0 6px; | |
- | + | } | |
- | + | .demo-browser-content > img { | |
- | + | border: 6px solid #ffffff; | |
- | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) { | + | float: left; |
+ | margin: 0 15px 20px 0; | ||
+ | width: 134px; | ||
+ | } | ||
+ | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) { | ||
.logo { | .logo { | ||
- | background-image: url( | + | background-image: url(../images/demo/logo-mask-2x.png); |
- | + | } | |
.demo-browser { | .demo-browser { | ||
- | background-image: url( | + | background-image: url(../images/demo/browser-2x.png); |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | body { | |
- | + | color: #34495e; | |
- | + | font-family: "Lato", sans-serif; | |
- | + | font-size: 14px; | |
- | + | line-height: 1.231; | |
- | + | } | |
- | + | input, | |
- | + | button, | |
- | + | select, | |
- | + | textarea { | |
- | + | font-family: "Lato", sans-serif; | |
- | + | font-size: 14px; | |
- | + | } | |
- | + | a { | |
- | + | color: #16a085; | |
- | + | text-decoration: underline; | |
- | + | -webkit-transition: 0.25s; | |
- | + | -moz-transition: 0.25s; | |
- | + | -o-transition: 0.25s; | |
- | + | transition: 0.25s; | |
- | + | -webkit-backface-visibility: hidden; | |
- | + | } | |
- | + | a:hover { | |
- | + | color: #1abc9c; | |
- | + | text-decoration: none; | |
- | + | } | |
- | + | h1 { | |
- | + | font-size: 32px; | |
- | + | font-weight: 900; | |
- | + | } | |
- | + | h2 { | |
- | + | font-size: 26px; | |
- | + | font-weight: 700; | |
- | + | margin-bottom: 2px; | |
- | + | } | |
- | + | h3 { | |
- | + | font-size: 24px; | |
- | + | font-weight: 700; | |
- | + | margin-bottom: 4px; | |
- | + | margin-top: 2px; | |
- | + | } | |
- | + | h4 { | |
- | + | font-size: 18px; | |
- | + | font-weight: 500; | |
- | + | margin-top: 4px; | |
- | + | } | |
- | + | h5 { | |
- | + | font-size: 16px; | |
+ | font-weight: 500; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | h6 { | ||
+ | font-size: 13px; | ||
+ | font-weight: 500; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | .btn, | ||
+ | .btn-group > .btn, | ||
+ | .btn-group > .dropdown-menu, | ||
+ | .btn-group > .popover { | ||
+ | font-size: 14.994px; | ||
+ | /* 15px */ | ||
- | + | font-weight: 500; | |
+ | } | ||
+ | .btn { | ||
border: none; | border: none; | ||
- | padding- | + | background: #bdc3c7; |
- | + | color: #ffffff; | |
+ | padding: 9px 12px 10px; | ||
+ | line-height: 22px; | ||
+ | text-decoration: none; | ||
+ | text-shadow: none; | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
-moz-border-radius: 6px; | -moz-border-radius: 6px; | ||
border-radius: 6px; | border-radius: 6px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
-webkit-box-shadow: none; | -webkit-box-shadow: none; | ||
-moz-box-shadow: none; | -moz-box-shadow: none; | ||
- | box-shadow: none | + | box-shadow: none; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
-webkit-transition: 0.25s; | -webkit-transition: 0.25s; | ||
-moz-transition: 0.25s; | -moz-transition: 0.25s; | ||
-o-transition: 0.25s; | -o-transition: 0.25s; | ||
transition: 0.25s; | transition: 0.25s; | ||
- | -webkit-backface-visibility: hidden; } | + | -webkit-backface-visibility: hidden; |
- | + | } | |
- | + | .btn:hover, | |
- | + | .btn:focus, | |
- | + | .btn-group:focus .btn.dropdown-toggle { | |
- | . | + | background-color: #cacfd2; |
- | + | color: #ffffff; | |
- | + | outline: none; | |
- | + | -webkit-transition: 0.25s; | |
- | + | -moz-transition: 0.25s; | |
+ | -o-transition: 0.25s; | ||
+ | transition: 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .btn:active, | ||
+ | .btn-group.open .btn.dropdown-toggle, | ||
+ | .btn.active { | ||
+ | background-color: #a1a6a9; | ||
+ | color: rgba(255, 255, 255, 0.75); | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .btn.disabled, | ||
+ | .btn[disabled] { | ||
+ | background-color: #bdc3c7; | ||
+ | color: rgba(255, 255, 255, 0.75); | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | opacity: 0.7; | ||
+ | filter: alpha(opacity=70); | ||
+ | } | ||
+ | .btn.btn-large { | ||
+ | font-size: 16.996px; | ||
+ | /* 17px */ | ||
- | . | + | line-height: 20px; |
- | background: #1abc9c | + | padding: 12px 18px 13px; |
- | + | } | |
+ | .btn.btn-large > [class^="fui-"] { | ||
+ | top: 0; | ||
+ | } | ||
+ | .btn.btn-large > [class^="fui-"].pull-right { | ||
+ | margin-right: -2px; | ||
+ | } | ||
+ | .btn.btn-primary { | ||
+ | background-color: #1abc9c; | ||
+ | } | ||
+ | .btn.btn-primary:hover, | ||
+ | .btn.btn-primary:focus, | ||
+ | .btn-group:focus .btn.btn-primary.dropdown-toggle { | ||
+ | background-color: #48c9b0; | ||
+ | } | ||
+ | .btn.btn-primary:active, | ||
+ | .btn-group.open .btn.btn-primary.dropdown-toggle, | ||
+ | .btn.btn-primary.active { | ||
+ | background-color: #16a085; | ||
+ | } | ||
+ | .btn.btn-info { | ||
+ | background-color: #3498db; | ||
+ | } | ||
+ | .btn.btn-info:hover, | ||
+ | .btn.btn-info:focus, | ||
+ | .btn-group:focus .btn.btn-info.dropdown-toggle { | ||
+ | background-color: #5dade2; | ||
+ | } | ||
+ | .btn.btn-info:active, | ||
+ | .btn-group.open .btn.btn-info.dropdown-toggle, | ||
+ | .btn.btn-info.active { | ||
+ | background-color: #2c81ba; | ||
+ | } | ||
+ | .btn.btn-danger { | ||
+ | background-color: #e74c3c; | ||
+ | } | ||
+ | .btn.btn-danger:hover, | ||
+ | .btn.btn-danger:focus, | ||
+ | .btn-group:focus .btn.btn-danger.dropdown-toggle { | ||
+ | background-color: #ec7063; | ||
+ | } | ||
+ | .btn.btn-danger:active, | ||
+ | .btn-group.open .btn.btn-danger.dropdown-toggle, | ||
+ | .btn.btn-danger.active { | ||
+ | background-color: #c44133; | ||
+ | } | ||
+ | .btn.btn-success { | ||
+ | background-color: #2ecc71; | ||
+ | } | ||
+ | .btn.btn-success:hover, | ||
+ | .btn.btn-success:focus, | ||
+ | .btn-group:focus .btn.btn-success.dropdown-toggle { | ||
+ | background-color: #58d68d; | ||
+ | } | ||
+ | .btn.btn-success:active, | ||
+ | .btn-group.open .btn.btn-success.dropdown-toggle, | ||
+ | .btn.btn-success.active { | ||
+ | background-color: #27ad60; | ||
+ | } | ||
+ | .btn.btn-warning { | ||
+ | background-color: #f1c40f; | ||
+ | } | ||
+ | .btn.btn-warning:hover, | ||
+ | .btn.btn-warning:focus, | ||
+ | .btn-group:focus .btn.btn-warning.dropdown-toggle { | ||
+ | background-color: #f5d313; | ||
+ | } | ||
+ | .btn.btn-warning:active, | ||
+ | .btn-group.open .btn.btn-warning.dropdown-toggle, | ||
+ | .btn.btn-warning.active { | ||
+ | background-color: #cda70d; | ||
+ | } | ||
+ | .btn.btn-inverse { | ||
+ | background-color: #34495e; | ||
+ | } | ||
+ | .btn.btn-inverse:hover, | ||
+ | .btn.btn-inverse:focus, | ||
+ | .btn-group:focus .btn.btn-inverse.dropdown-toggle { | ||
+ | background-color: #415b76; | ||
+ | } | ||
+ | .btn.btn-inverse:active, | ||
+ | .btn-group.open .btn.btn-inverse.dropdown-toggle, | ||
+ | .btn.btn-inverse.active { | ||
+ | background-color: #2c3e50; | ||
+ | } | ||
+ | .btn > [class^="fui-"] { | ||
+ | margin: 0 4px; | ||
+ | position: relative; | ||
+ | top: 1px; | ||
+ | vertical-align: top; | ||
+ | display: inline-block; | ||
+ | zoom: 1; | ||
+ | *display: inline; | ||
+ | } | ||
+ | .btn > [class^="fui-"].pull-right { | ||
+ | margin-right: 0px; | ||
+ | } | ||
+ | .btn-toolbar .btn.active { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .btn-toolbar .btn:first-child { | ||
+ | -webkit-border-radius: 6px 0 0 6px; | ||
+ | -moz-border-radius: 6px 0 0 6px; | ||
+ | border-radius: 6px 0 0 6px; | ||
+ | } | ||
+ | .btn-toolbar .btn:last-child { | ||
+ | -webkit-border-radius: 0 6px 6px 0; | ||
+ | -moz-border-radius: 0 6px 6px 0; | ||
border-radius: 0 6px 6px 0; | border-radius: 0 6px 6px 0; | ||
- | + | } | |
- | + | .btn-toolbar .btn > [class^="fui-"] { | |
- | + | font-size: 16px; | |
top: 0; | top: 0; | ||
- | width: | + | } |
+ | .btn-tip { | ||
+ | font-weight: 300; | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | .btn-group > .btn { | ||
+ | border-radius: 0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .btn-group > .btn:active + .btn, | ||
+ | .btn-group > .btn.active + .btn { | ||
+ | border-left-color: transparent; | ||
+ | } | ||
+ | .btn-group > .btn:first-of-type { | ||
+ | border-top-left-radius: 6px; | ||
+ | border-bottom-left-radius: 6px; | ||
+ | } | ||
+ | .btn-group > .btn:last-of-type { | ||
+ | border-top-right-radius: 6px; | ||
+ | border-bottom-right-radius: 6px; | ||
+ | } | ||
+ | .btn-group > .btn + .btn { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | .btn-group > .btn + .dropdown-toggle { | ||
+ | border-left: 2px solid rgba(52, 73, 94, 0.15); | ||
+ | padding-left: 13px; | ||
+ | padding-right: 13px; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .btn-group > .btn + .dropdown-toggle .caret { | ||
+ | margin-left: 3px; | ||
+ | margin-right: 3px; | ||
+ | } | ||
+ | .btn-group > .btn.btn-huge + .dropdown-toggle .caret { | ||
+ | margin-left: 7px; | ||
+ | margin-right: 7px; | ||
+ | } | ||
+ | .btn-group > .btn.btn-small + .dropdown-toggle .caret { | ||
+ | margin-left: 0; | ||
+ | margin-right: 0; | ||
+ | } | ||
+ | .caret { | ||
+ | border-left-width: 6px; | ||
+ | border-right-width: 6px; | ||
+ | border-top-width: 8px; | ||
+ | border-bottom-color: #34495e; | ||
+ | border-style: solid; | ||
+ | border-bottom-style: none; | ||
+ | border-top-color: #34495e; | ||
-webkit-transition: 0.25s; | -webkit-transition: 0.25s; | ||
-moz-transition: 0.25s; | -moz-transition: 0.25s; | ||
-o-transition: 0.25s; | -o-transition: 0.25s; | ||
transition: 0.25s; | transition: 0.25s; | ||
- | -webkit-backface-visibility: hidden; } | + | -webkit-backface-visibility: hidden; |
- | + | } | |
- | . | + | .dropup .caret, |
- | + | .dropup .btn-large .caret, | |
- | + | .navbar-fixed-bottom .dropdown .caret { | |
- | + | border-bottom-width: 8px; | |
- | + | } | |
- | + | .btn-mini .caret, | |
- | + | .btn-small .caret, | |
+ | .btn-large .caret { | ||
+ | margin-top: 7px; | ||
+ | } | ||
+ | .btn-large .caret { | ||
+ | border-top-width: 8px; | ||
+ | border-right-width: 6px; | ||
+ | border-left-width: 6px; | ||
+ | } | ||
+ | .navbar { | ||
+ | font-size: 15.988px; | ||
+ | /* 16px */ | ||
- | + | } | |
- | + | .navbar .brand { | |
- | + | border-radius: 6px 0 0 6px; | |
- | + | color: #526476; | |
- | + | font-size: 23.996px; | |
- | + | /* 24px */ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | font-weight: 700; |
- | + | margin-left: 0; | |
- | + | padding: 23px 28px 24px 32px; | |
- | . | + | text-shadow: none; |
- | + | } | |
+ | .navbar .brand:hover, | ||
+ | .navbar .brand:focus { | ||
+ | color: #1abc9c; | ||
+ | } | ||
+ | .navbar .brand[class*="fui-"] { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .navbar .nav { | ||
+ | margin-right: 0; | ||
+ | } | ||
+ | .navbar .nav > li { | ||
position: relative; | position: relative; | ||
- | + | } | |
- | + | .navbar .nav > li:hover > ul { | |
- | + | opacity: 1; | |
- | + | top: 100%; | |
- | + | visibility: visible; | |
- | + | z-index: 100; | |
- | + | -webkit-transform: scale(1, 1); | |
- | + | display: block\9; | |
- | + | } | |
- | + | .navbar .nav > li.active > a, | |
- | display: block; | + | .navbar .nav > li.active > a:hover, |
- | + | .navbar .nav > li.active > a:focus { | |
- | + | background: none; | |
- | . | + | color: #1abc9c; |
- | + | -webkit-box-shadow: none; | |
- | + | -moz-box-shadow: none; | |
- | + | box-shadow: none; | |
- | + | } | |
- | + | .navbar .nav > li > ul { | |
- | + | padding-top: 13px; | |
- | + | top: 80%; | |
- | + | } | |
- | + | .navbar .nav > li > ul:before { | |
- | . | + | content: ""; |
- | + | border-style: solid; | |
+ | border-width: 0 9px 9px 9px; | ||
+ | border-color: transparent transparent #34495e transparent; | ||
+ | height: 0; | ||
position: absolute; | position: absolute; | ||
+ | left: 15px; | ||
+ | top: 5px; | ||
+ | width: 0; | ||
+ | -webkit-transform: rotate(360deg); | ||
+ | } | ||
+ | .navbar .nav > li > ul li:hover ul { | ||
+ | opacity: 1; | ||
+ | -webkit-transform: scale(1, 1); | ||
+ | visibility: visible; | ||
+ | display: block\9; | ||
+ | } | ||
+ | .navbar .nav > li > ul li ul { | ||
+ | left: 100%; | ||
+ | } | ||
+ | .navbar .nav > li > a { | ||
+ | color: #526476; | ||
+ | font-weight: 700; | ||
+ | font-size: 14.994px; | ||
+ | /* 15px */ | ||
+ | |||
+ | padding: 29px 20px 27px; | ||
+ | text-shadow: none; | ||
+ | -webkit-transition: background-color .25s, color .25s, border-bottom-color .25s; | ||
+ | -moz-transition: background-color .25s, color .25s, border-bottom-color .25s; | ||
+ | -o-transition: background-color .25s, color .25s, border-bottom-color .25s; | ||
+ | transition: background-color .25s, color .25s, border-bottom-color .25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .navbar .nav > li > a:hover, | ||
+ | .navbar .nav > li > a:focus { | ||
+ | color: #1abc9c; | ||
+ | } | ||
+ | .navbar .nav > li > a[class*="fui-"] { | ||
+ | font-size: 24px; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .navbar .nav > li > a > [class*="fui-"] { | ||
+ | font-size: 24px; | ||
+ | margin: -4px 0 0; | ||
+ | position: relative; | ||
+ | top: 4px; | ||
+ | } | ||
+ | .navbar .nav > li > a > [class*="fui-"] + * { | ||
+ | margin-left: 12px; | ||
+ | } | ||
+ | .navbar .nav > li:first-child > a { | ||
+ | -webkit-border-radius: 0 0 0 6px; | ||
+ | -moz-border-radius: 0 0 0 6px; | ||
+ | border-radius: 0 0 0 6px; | ||
+ | } | ||
+ | .navbar .nav ul { | ||
+ | border-radius: 4px; | ||
left: 0; | left: 0; | ||
+ | list-style-type: none; | ||
+ | margin-left: 0; | ||
opacity: 0; | opacity: 0; | ||
- | width: | + | position: absolute; |
+ | top: 0; | ||
+ | width: 234px; | ||
z-index: -100; | z-index: -100; | ||
- | + | -webkit-transform: scale(1, 0.99); | |
+ | -webkit-transform-origin: 0 0; | ||
+ | visibility: hidden; | ||
-webkit-transition: 0.3s ease-out; | -webkit-transition: 0.3s ease-out; | ||
-moz-transition: 0.3s ease-out; | -moz-transition: 0.3s ease-out; | ||
-o-transition: 0.3s ease-out; | -o-transition: 0.3s ease-out; | ||
transition: 0.3s ease-out; | transition: 0.3s ease-out; | ||
- | -webkit-backface-visibility: hidden; | + | -webkit-backface-visibility: hidden; |
- | + | } | |
- | + | .navbar .nav ul ul { | |
- | + | left: 95%; | |
- | + | padding-left: 5px; | |
- | + | } | |
- | + | .navbar .nav ul li { | |
- | . | + | background-color: #34495e; |
- | + | padding: 0 3px 3px; | |
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
position: relative; | position: relative; | ||
- | top: - | + | } |
- | + | .navbar .nav ul li:first-child { | |
+ | border-radius: 6px 6px 0 0; | ||
+ | padding-top: 3px; | ||
+ | } | ||
+ | .navbar .nav ul li:last-child { | ||
+ | border-radius: 0 0 6px 6px; | ||
+ | } | ||
+ | .navbar .nav ul li.active > a, | ||
+ | .navbar .nav ul li.active > a:hover, | ||
+ | .navbar .nav ul li.active > a:focus { | ||
+ | background-color: #1abc9c; | ||
+ | color: #ffffff; | ||
+ | padding-left: 9px; | ||
+ | padding-right: 9px; | ||
+ | } | ||
+ | .navbar .nav ul li.active + li > a { | ||
+ | padding-left: 9px; | ||
+ | padding-right: 9px; | ||
+ | } | ||
+ | .navbar .nav ul a { | ||
+ | border-radius: 2px; | ||
+ | color: #ffffff; | ||
+ | display: block; | ||
+ | font-size: 14px; | ||
+ | padding: 6px 9px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .navbar .nav ul a:hover { | ||
+ | background-color: #1abc9c; | ||
+ | } | ||
+ | .navbar .btn-navbar { | ||
+ | background: none; | ||
+ | border: none; | ||
+ | color: #34495e; | ||
+ | margin: 21px 15px 17px; | ||
+ | text-shadow: none; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .navbar .btn-navbar:hover, | ||
+ | .navbar .btn-navbar:focus { | ||
+ | background: none; | ||
+ | color: #1abc9c; | ||
+ | } | ||
+ | .navbar .btn-navbar:before { | ||
+ | content: "\e00c"; | ||
+ | font-family: "Flat-UI-Icons"; | ||
+ | font-size: 21.994px; | ||
+ | font-style: normal; | ||
+ | font-weight: normal; | ||
+ | -webkit-font-smoothing: antialiased; | ||
+ | } | ||
+ | .navbar .btn-navbar .icon-bar { | ||
+ | display: none; | ||
+ | } | ||
+ | .navbar-inner { | ||
+ | background: #eceef0; | ||
+ | border: none; | ||
+ | padding-left: 0; | ||
+ | padding-right: 0; | ||
+ | -webkit-border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
+ | border-radius: 6px; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .navbar-inverse { | ||
+ | font-size: 16.996px; | ||
+ | /* 17px */ | ||
+ | } | ||
+ | .navbar-inverse .navbar-inner { | ||
+ | background: #34495e; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | } | ||
+ | .navbar-inverse .brand { | ||
+ | border-bottom: 2px solid #2c3e50; | ||
+ | border-right: 2px solid #2c3e50; | ||
+ | color: #ffffff; | ||
+ | padding: 10px 28px 11px 32px; | ||
+ | } | ||
+ | .navbar-inverse .btn-navbar { | ||
+ | color: #ffffff; | ||
+ | margin: 7px 10px; | ||
+ | } | ||
+ | .navbar-inverse .nav > li:first-child.active > a { | ||
+ | padding-left: 20px; | ||
+ | } | ||
+ | .navbar-inverse .nav > li:first-child > a { | ||
+ | border-left: none; | ||
+ | } | ||
+ | .navbar-inverse .nav > li.active > a, | ||
+ | .navbar-inverse .nav > li.active > a:hover, | ||
+ | .navbar-inverse .nav > li.active > a:focus { | ||
+ | background-color: #1abc9c; | ||
+ | border-bottom-color: #16a085; | ||
+ | border-left: none; | ||
+ | color: #ffffff; | ||
+ | padding-left: 22px; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .navbar-inverse .nav > li.active + li > a { | ||
+ | border-left: none; | ||
+ | padding-left: 22px; | ||
+ | } | ||
+ | .navbar-inverse .nav > li > a { | ||
+ | font-size: 16.002px; | ||
+ | /* 16px */ | ||
+ | |||
+ | border-bottom: 2px solid #2c3e50; | ||
+ | border-left: 2px solid #2c3e50; | ||
+ | color: #ffffff; | ||
+ | padding: 16px 20px 15px; | ||
+ | } | ||
+ | .navbar-inverse .nav.pull-right > li > a { | ||
+ | border-radius: 0 6px 6px 0; | ||
+ | } | ||
+ | .navbar-unread, | ||
+ | .navbar-new { | ||
+ | font-family: "Lato", sans-serif; | ||
+ | background-color: #1abc9c; | ||
+ | border-radius: 50%; | ||
+ | color: #ffffff; | ||
+ | font-size: 0; | ||
+ | font-weight: 700; | ||
+ | height: 6px; | ||
+ | line-height: 14px; | ||
+ | position: absolute; | ||
+ | right: 12px; | ||
+ | text-align: center; | ||
+ | top: 28px; | ||
+ | width: 6px; | ||
+ | z-index: 10; | ||
+ | } | ||
+ | .active .navbar-unread, | ||
+ | .active .navbar-new { | ||
+ | background-color: #ffffff; | ||
+ | display: none; | ||
+ | } | ||
+ | .navbar-inverse .navbar-unread, | ||
+ | .navbar-inverse .navbar-new { | ||
+ | top: 15px; | ||
+ | } | ||
+ | .navbar-new { | ||
+ | background-color: #e74c3c; | ||
+ | font-size: 12px; | ||
+ | line-height: 17px; | ||
+ | height: 18px; | ||
+ | margin: -9px -1px; | ||
+ | min-width: 16px; | ||
+ | padding: 0 1px; | ||
+ | width: auto; | ||
+ | -webkit-font-smoothing: subpixel-antialiased; | ||
+ | } | ||
+ | .navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle { | ||
+ | background-color: #1abc9c; | ||
+ | border-bottom-color: #16a085; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret { | ||
+ | border-bottom-color: #ffffff !important; | ||
+ | border-top-color: #ffffff !important; | ||
+ | } | ||
+ | .navbar .nav li.dropdown.open > .dropdown-toggle { | ||
+ | background: none; | ||
+ | color: #1abc9c; | ||
+ | } | ||
+ | .navbar .nav li.dropdown.open > .dropdown-toggle .caret { | ||
+ | border-bottom-color: #1abc9c !important; | ||
+ | border-top-color: #1abc9c !important; | ||
+ | } | ||
+ | .navbar .nav li.dropdown.open .dropdown-menu { | ||
+ | opacity: 1; | ||
+ | top: 100%; | ||
+ | visibility: visible; | ||
+ | z-index: 1000; | ||
+ | -webkit-transform: none; | ||
+ | } | ||
+ | .navbar .nav li.dropdown > .dropdown-toggle { | ||
+ | outline: none; | ||
+ | } | ||
+ | .navbar .nav li.dropdown > .dropdown-toggle:hover .caret, | ||
+ | .navbar .nav li.dropdown > .dropdown-toggle:focus .caret { | ||
+ | border-bottom-color: #1abc9c; | ||
+ | border-top-color: #1abc9c; | ||
+ | } | ||
+ | .navbar .nav li.dropdown > .dropdown-toggle .caret { | ||
+ | border-left-width: 6px; | ||
+ | border-right-width: 6px; | ||
+ | border-top-width: 8px; | ||
+ | border-bottom-color: #4c6a89; | ||
+ | border-top-color: #4c6a89; | ||
+ | margin-left: 10px; | ||
+ | margin-top: 7px; | ||
+ | } | ||
+ | .navbar .nav li.dropdown .dropdown-menu { | ||
+ | background-color: #34495e; | ||
+ | opacity: 0; | ||
+ | padding: 0; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | .navbar .nav li.dropdown .dropdown-menu:before { | ||
+ | display: none; | ||
+ | } | ||
+ | .navbar .nav li.dropdown .dropdown-menu:after { | ||
+ | border-bottom-color: #34495e; | ||
+ | } | ||
+ | .navbar .nav li.dropdown .dropdown-menu > li > a { | ||
+ | border-radius: 3px; | ||
+ | color: #ffffff; | ||
+ | padding: 6px 8px 8px; | ||
+ | } | ||
+ | .navbar .nav li.dropdown .dropdown-menu .divider { | ||
+ | background-color: #2c3e50; | ||
+ | border-bottom: none; | ||
+ | margin: 2px 0 5px; | ||
+ | padding: 0; | ||
+ | height: 2px; | ||
+ | } | ||
+ | .select { | ||
+ | display: inline-block; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | [class*="span"] > .select[class*="span"] { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | .select[class*="span"] .btn { | ||
+ | width: 100%; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | .select.select-block { | ||
+ | display: block; | ||
+ | float: none; | ||
+ | margin-left: 0; | ||
+ | width: auto; | ||
+ | } | ||
+ | .select.select-block .btn { | ||
+ | width: 100%; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | .select .btn { | ||
+ | width: 220px; | ||
+ | } | ||
+ | .select .btn.btn-huge .filter-option { | ||
+ | left: 20px; | ||
+ | right: 40px; | ||
+ | top: 16px; | ||
+ | } | ||
+ | .select .btn.btn-huge .caret { | ||
+ | right: 20px; | ||
+ | } | ||
+ | .select .btn.btn-large .filter-option { | ||
+ | left: 18px; | ||
+ | right: 38px; | ||
+ | top: 12px; | ||
+ | } | ||
+ | .select .btn.btn-small .filter-option { | ||
+ | left: 13px; | ||
+ | right: 33px; | ||
+ | top: 7px; | ||
+ | } | ||
+ | .select .btn.btn-small .caret { | ||
+ | right: 13px; | ||
+ | } | ||
+ | .select .btn.btn-mini .filter-option { | ||
+ | left: 13px; | ||
+ | right: 33px; | ||
+ | top: 5px; | ||
+ | } | ||
+ | .select .btn.btn-mini .caret { | ||
+ | right: 13px; | ||
+ | } | ||
+ | .select .btn .filter-option { | ||
+ | height: 26px; | ||
+ | left: 13px; | ||
+ | overflow: hidden; | ||
+ | position: absolute; | ||
+ | right: 33px; | ||
+ | text-align: left; | ||
+ | top: 10px; | ||
+ | } | ||
+ | .select .btn .caret { | ||
+ | position: absolute; | ||
+ | right: 16px; | ||
+ | } | ||
+ | .select .btn .dropdown-toggle { | ||
+ | -webkit-border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
+ | border-radius: 6px; | ||
+ | } | ||
+ | .select .btn .dropdown-menu { | ||
+ | min-width: 100%; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | .select .btn .dropdown-menu dt { | ||
+ | cursor: default; | ||
+ | display: block; | ||
+ | padding: 3px 20px; | ||
+ | } | ||
+ | .select .btn .dropdown-menu li:not(.disabled) > a:hover small { | ||
+ | color: rgba(255, 255, 255, 0.004); | ||
+ | } | ||
+ | .select .btn .dropdown-menu li > a { | ||
+ | min-height: 20px; | ||
+ | } | ||
+ | .select .btn .dropdown-menu li > a.opt { | ||
+ | padding-left: 35px; | ||
+ | } | ||
+ | .select .btn .dropdown-menu li small { | ||
+ | padding-left: 0.5em; | ||
+ | } | ||
+ | .select .btn .dropdown-menu li > dt small { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | .select .btn > .disabled, | ||
+ | .select .btn .dropdown-menu li.disabled > a { | ||
+ | cursor: default; | ||
+ | } | ||
+ | .select .caret { | ||
+ | border-left-width: 6px; | ||
+ | border-right-width: 6px; | ||
+ | border-top-width: 8px; | ||
+ | border-bottom-color: #ffffff; | ||
+ | border-style: solid; | ||
+ | border-bottom-style: none; | ||
+ | border-top-color: #ffffff; | ||
+ | -webkit-transition: 0.25s; | ||
+ | -moz-transition: 0.25s; | ||
+ | -o-transition: 0.25s; | ||
+ | transition: 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
textarea, | textarea, | ||
input[type="text"], | input[type="text"], | ||
Line 808: | Line 1,215: | ||
input[type="color"], | input[type="color"], | ||
.uneditable-input { | .uneditable-input { | ||
- | border: 2px solid # | + | border: 2px solid #bdc3c7; |
color: #34495e; | color: #34495e; | ||
font-family: "Lato", sans-serif; | font-family: "Lato", sans-serif; | ||
font-size: 14px; | font-size: 14px; | ||
- | padding: 8px | + | padding: 8px 5px; |
- | text-indent: | + | height: 21px; |
+ | text-indent: 6px; | ||
+ | -webkit-appearance: none; | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
-moz-border-radius: 6px; | -moz-border-radius: 6px; | ||
Line 819: | Line 1,228: | ||
-webkit-box-shadow: none; | -webkit-box-shadow: none; | ||
-moz-box-shadow: none; | -moz-box-shadow: none; | ||
- | box-shadow: none; | + | box-shadow: none; |
- | textarea:-moz-placeholder, | + | -webkit-transition: border .25s linear, color .25s linear; |
- | + | -moz-transition: border .25s linear, color .25s linear; | |
- | + | -o-transition: border .25s linear, color .25s linear; | |
- | + | transition: border .25s linear, color .25s linear; | |
- | + | -webkit-backface-visibility: hidden; | |
- | + | } | |
- | + | textarea:-moz-placeholder, | |
- | + | input[type="text"]:-moz-placeholder, | |
- | + | input[type="password"]:-moz-placeholder, | |
- | + | input[type="datetime"]:-moz-placeholder, | |
- | + | input[type="datetime-local"]:-moz-placeholder, | |
- | + | input[type="date"]:-moz-placeholder, | |
- | + | input[type="month"]:-moz-placeholder, | |
- | + | input[type="time"]:-moz-placeholder, | |
- | + | input[type="week"]:-moz-placeholder, | |
- | + | input[type="number"]:-moz-placeholder, | |
- | + | input[type="email"]:-moz-placeholder, | |
- | + | input[type="url"]:-moz-placeholder, | |
- | + | input[type="search"]:-moz-placeholder, | |
- | + | input[type="tel"]:-moz-placeholder, | |
- | + | input[type="color"]:-moz-placeholder, | |
- | + | .uneditable-input:-moz-placeholder { | |
- | + | color: #b2bcc5; | |
- | + | } | |
- | + | textarea::-webkit-input-placeholder, | |
- | + | input[type="text"]::-webkit-input-placeholder, | |
- | + | input[type="password"]::-webkit-input-placeholder, | |
- | + | input[type="datetime"]::-webkit-input-placeholder, | |
- | + | input[type="datetime-local"]::-webkit-input-placeholder, | |
- | + | input[type="date"]::-webkit-input-placeholder, | |
- | + | input[type="month"]::-webkit-input-placeholder, | |
- | + | input[type="time"]::-webkit-input-placeholder, | |
- | + | input[type="week"]::-webkit-input-placeholder, | |
- | + | input[type="number"]::-webkit-input-placeholder, | |
- | + | input[type="email"]::-webkit-input-placeholder, | |
- | + | input[type="url"]::-webkit-input-placeholder, | |
- | + | input[type="search"]::-webkit-input-placeholder, | |
- | + | input[type="tel"]::-webkit-input-placeholder, | |
- | + | input[type="color"]::-webkit-input-placeholder, | |
- | + | .uneditable-input::-webkit-input-placeholder { | |
- | + | color: #b2bcc5; | |
- | + | } | |
- | + | textarea.placeholder, | |
- | + | input[type="text"].placeholder, | |
- | + | input[type="password"].placeholder, | |
- | + | input[type="datetime"].placeholder, | |
- | + | input[type="datetime-local"].placeholder, | |
- | + | input[type="date"].placeholder, | |
- | + | input[type="month"].placeholder, | |
- | + | input[type="time"].placeholder, | |
- | + | input[type="week"].placeholder, | |
- | + | input[type="number"].placeholder, | |
- | + | input[type="email"].placeholder, | |
- | + | input[type="url"].placeholder, | |
- | + | input[type="search"].placeholder, | |
- | + | input[type="tel"].placeholder, | |
- | + | input[type="color"].placeholder, | |
- | + | .uneditable-input.placeholder { | |
- | + | color: #b2bcc5; | |
- | + | } | |
- | + | .control-group.focus textarea, | |
- | + | .control-group.focus input[type="text"], | |
- | + | .control-group.focus input[type="password"], | |
- | + | .control-group.focus input[type="datetime"], | |
- | + | .control-group.focus input[type="datetime-local"], | |
- | + | .control-group.focus input[type="date"], | |
- | + | .control-group.focus input[type="month"], | |
- | + | .control-group.focus input[type="time"], | |
- | + | .control-group.focus input[type="week"], | |
- | + | .control-group.focus input[type="number"], | |
- | + | .control-group.focus input[type="email"], | |
- | .control-group.error textarea, .control-group.error | + | .control-group.focus input[type="url"], |
- | + | .control-group.focus input[type="search"], | |
- | + | .control-group.focus input[type="tel"], | |
- | + | .control-group.focus input[type="color"], | |
- | + | .control-group.focus .uneditable-input, | |
- | + | textarea:focus, | |
- | + | input[type="text"]:focus, | |
- | + | input[type="password"]:focus, | |
- | + | input[type="datetime"]:focus, | |
- | + | input[type="datetime-local"]:focus, | |
- | + | input[type="date"]:focus, | |
- | + | input[type="month"]:focus, | |
- | + | input[type="time"]:focus, | |
- | + | input[type="week"]:focus, | |
- | + | input[type="number"]:focus, | |
- | + | input[type="email"]:focus, | |
- | + | input[type="url"]:focus, | |
- | + | input[type="search"]:focus, | |
- | + | input[type="tel"]:focus, | |
- | + | input[type="color"]:focus, | |
- | + | .uneditable-input:focus { | |
- | + | border-color: #1abc9c; | |
- | + | -webkit-box-shadow: none; | |
- | + | -moz-box-shadow: none; | |
- | + | box-shadow: none; | |
- | + | } | |
- | + | .row-fluid textarea, | |
- | + | .row-fluid input[type="text"], | |
- | + | .row-fluid input[type="password"], | |
- | + | .row-fluid input[type="datetime"], | |
- | + | .row-fluid input[type="datetime-local"], | |
- | + | .row-fluid input[type="date"], | |
- | + | .row-fluid input[type="month"], | |
- | + | .row-fluid input[type="time"], | |
- | + | .row-fluid input[type="week"], | |
- | + | .row-fluid input[type="number"], | |
- | + | .row-fluid input[type="email"], | |
- | + | .row-fluid input[type="url"], | |
- | + | .row-fluid input[type="search"], | |
- | + | .row-fluid input[type="tel"], | |
- | + | .row-fluid input[type="color"], | |
- | + | .row-fluid .uneditable-input { | |
- | + | height: 41px; | |
- | + | width: 100%; | |
- | + | } | |
- | + | textarea.flat, | |
- | + | input[type="text"].flat, | |
- | + | input[type="password"].flat, | |
- | + | input[type="datetime"].flat, | |
- | + | input[type="datetime-local"].flat, | |
- | + | input[type="date"].flat, | |
- | + | input[type="month"].flat, | |
- | + | input[type="time"].flat, | |
- | + | input[type="week"].flat, | |
- | + | input[type="number"].flat, | |
- | + | input[type="email"].flat, | |
- | + | input[type="url"].flat, | |
- | + | input[type="search"].flat, | |
- | + | input[type="tel"].flat, | |
- | + | input[type="color"].flat, | |
- | + | .uneditable-input.flat { | |
- | + | border-color: transparent; | |
- | + | } | |
- | + | textarea.flat:hover, | |
- | + | input[type="text"].flat:hover, | |
- | + | input[type="password"].flat:hover, | |
- | + | input[type="datetime"].flat:hover, | |
- | + | input[type="datetime-local"].flat:hover, | |
- | + | input[type="date"].flat:hover, | |
- | + | input[type="month"].flat:hover, | |
- | + | input[type="time"].flat:hover, | |
- | + | input[type="week"].flat:hover, | |
- | + | input[type="number"].flat:hover, | |
- | + | input[type="email"].flat:hover, | |
- | + | input[type="url"].flat:hover, | |
- | + | input[type="search"].flat:hover, | |
- | + | input[type="tel"].flat:hover, | |
- | + | input[type="color"].flat:hover, | |
- | + | .uneditable-input.flat:hover { | |
- | + | border-color: #bdc3c7; | |
- | + | } | |
- | + | textarea.flat:focus, | |
- | + | input[type="text"].flat:focus, | |
- | + | input[type="password"].flat:focus, | |
- | + | input[type="datetime"].flat:focus, | |
- | + | input[type="datetime-local"].flat:focus, | |
- | + | input[type="date"].flat:focus, | |
- | + | input[type="month"].flat:focus, | |
- | + | input[type="time"].flat:focus, | |
- | + | input[type="week"].flat:focus, | |
- | + | input[type="number"].flat:focus, | |
- | + | input[type="email"].flat:focus, | |
- | + | input[type="url"].flat:focus, | |
- | + | input[type="search"].flat:focus, | |
- | + | input[type="tel"].flat:focus, | |
- | + | input[type="color"].flat:focus, | |
- | + | .uneditable-input.flat:focus { | |
- | + | border-color: #1abc9c; | |
- | + | } | |
- | + | .control-group.error textarea, | |
- | + | .control-group.error input[type="text"], | |
- | + | .control-group.error input[type="password"], | |
- | + | .control-group.error input[type="datetime"], | |
- | + | .control-group.error input[type="datetime-local"], | |
- | + | .control-group.error input[type="date"], | |
- | + | .control-group.error input[type="month"], | |
- | + | .control-group.error input[type="time"], | |
- | + | .control-group.error input[type="week"], | |
- | + | .control-group.error input[type="number"], | |
- | + | .control-group.error input[type="email"], | |
- | + | .control-group.error input[type="url"], | |
- | + | .control-group.error input[type="search"], | |
- | + | .control-group.error input[type="tel"], | |
- | + | .control-group.error input[type="color"], | |
- | + | .control-group.error .uneditable-input { | |
- | + | border-color: #e74c3c; | |
- | + | color: #e74c3c; | |
- | + | -webkit-box-shadow: none; | |
- | + | -moz-box-shadow: none; | |
- | + | box-shadow: none; | |
- | + | } | |
- | + | .control-group.error textarea:focus, | |
- | + | .control-group.error input[type="text"]:focus, | |
- | + | .control-group.error input[type="password"]:focus, | |
- | + | .control-group.error input[type="datetime"]:focus, | |
- | + | .control-group.error input[type="datetime-local"]:focus, | |
- | + | .control-group.error input[type="date"]:focus, | |
- | + | .control-group.error input[type="month"]:focus, | |
- | + | .control-group.error input[type="time"]:focus, | |
- | + | .control-group.error input[type="week"]:focus, | |
- | + | .control-group.error input[type="number"]:focus, | |
- | + | .control-group.error input[type="email"]:focus, | |
- | + | .control-group.error input[type="url"]:focus, | |
- | + | .control-group.error input[type="search"]:focus, | |
- | + | .control-group.error input[type="tel"]:focus, | |
- | + | .control-group.error input[type="color"]:focus, | |
- | + | .control-group.error .uneditable-input:focus { | |
- | + | -webkit-box-shadow: none; | |
- | + | -moz-box-shadow: none; | |
- | + | box-shadow: none; | |
- | + | } | |
- | + | .control-group.success textarea, | |
- | + | .control-group.success input[type="text"], | |
- | + | .control-group.success input[type="password"], | |
- | + | .control-group.success input[type="datetime"], | |
- | + | .control-group.success input[type="datetime-local"], | |
- | + | .control-group.success input[type="date"], | |
- | + | .control-group.success input[type="month"], | |
- | + | .control-group.success input[type="time"], | |
- | + | .control-group.success input[type="week"], | |
- | + | .control-group.success input[type="number"], | |
- | + | .control-group.success input[type="email"], | |
- | + | .control-group.success input[type="url"], | |
- | + | .control-group.success input[type="search"], | |
- | + | .control-group.success input[type="tel"], | |
- | + | .control-group.success input[type="color"], | |
- | + | .control-group.success .uneditable-input { | |
- | + | border-color: #2ecc71; | |
- | + | color: #2ecc71; | |
- | + | -webkit-box-shadow: none; | |
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .control-group.success textarea:focus, | ||
+ | .control-group.success input[type="text"]:focus, | ||
+ | .control-group.success input[type="password"]:focus, | ||
+ | .control-group.success input[type="datetime"]:focus, | ||
+ | .control-group.success input[type="datetime-local"]:focus, | ||
+ | .control-group.success input[type="date"]:focus, | ||
+ | .control-group.success input[type="month"]:focus, | ||
+ | .control-group.success input[type="time"]:focus, | ||
+ | .control-group.success input[type="week"]:focus, | ||
+ | .control-group.success input[type="number"]:focus, | ||
+ | .control-group.success input[type="email"]:focus, | ||
+ | .control-group.success input[type="url"]:focus, | ||
+ | .control-group.success input[type="search"]:focus, | ||
+ | .control-group.success input[type="tel"]:focus, | ||
+ | .control-group.success input[type="color"]:focus, | ||
+ | .control-group.success .uneditable-input:focus { | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .control-group.warning textarea, | ||
+ | .control-group.warning input[type="text"], | ||
+ | .control-group.warning input[type="password"], | ||
+ | .control-group.warning input[type="datetime"], | ||
+ | .control-group.warning input[type="datetime-local"], | ||
+ | .control-group.warning input[type="date"], | ||
+ | .control-group.warning input[type="month"], | ||
+ | .control-group.warning input[type="time"], | ||
+ | .control-group.warning input[type="week"], | ||
+ | .control-group.warning input[type="number"], | ||
+ | .control-group.warning input[type="email"], | ||
+ | .control-group.warning input[type="url"], | ||
+ | .control-group.warning input[type="search"], | ||
+ | .control-group.warning input[type="tel"], | ||
+ | .control-group.warning input[type="color"], | ||
+ | .control-group.warning .uneditable-input { | ||
+ | border-color: #f1c40f; | ||
+ | color: #f1c40f; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .control-group.warning textarea:focus, | ||
+ | .control-group.warning input[type="text"]:focus, | ||
+ | .control-group.warning input[type="password"]:focus, | ||
+ | .control-group.warning input[type="datetime"]:focus, | ||
+ | .control-group.warning input[type="datetime-local"]:focus, | ||
+ | .control-group.warning input[type="date"]:focus, | ||
+ | .control-group.warning input[type="month"]:focus, | ||
+ | .control-group.warning input[type="time"]:focus, | ||
+ | .control-group.warning input[type="week"]:focus, | ||
+ | .control-group.warning input[type="number"]:focus, | ||
+ | .control-group.warning input[type="email"]:focus, | ||
+ | .control-group.warning input[type="url"]:focus, | ||
+ | .control-group.warning input[type="search"]:focus, | ||
+ | .control-group.warning input[type="tel"]:focus, | ||
+ | .control-group.warning input[type="color"]:focus, | ||
+ | .control-group.warning .uneditable-input:focus { | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .control-group.info textarea, | ||
+ | .control-group.info input[type="text"], | ||
+ | .control-group.info input[type="password"], | ||
+ | .control-group.info input[type="datetime"], | ||
+ | .control-group.info input[type="datetime-local"], | ||
+ | .control-group.info input[type="date"], | ||
+ | .control-group.info input[type="month"], | ||
+ | .control-group.info input[type="time"], | ||
+ | .control-group.info input[type="week"], | ||
+ | .control-group.info input[type="number"], | ||
+ | .control-group.info input[type="email"], | ||
+ | .control-group.info input[type="url"], | ||
+ | .control-group.info input[type="search"], | ||
+ | .control-group.info input[type="tel"], | ||
+ | .control-group.info input[type="color"], | ||
+ | .control-group.info .uneditable-input { | ||
+ | border-color: #3498db; | ||
+ | color: #3498db; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .control-group.info textarea:focus, | ||
+ | .control-group.info input[type="text"]:focus, | ||
+ | .control-group.info input[type="password"]:focus, | ||
+ | .control-group.info input[type="datetime"]:focus, | ||
+ | .control-group.info input[type="datetime-local"]:focus, | ||
+ | .control-group.info input[type="date"]:focus, | ||
+ | .control-group.info input[type="month"]:focus, | ||
+ | .control-group.info input[type="time"]:focus, | ||
+ | .control-group.info input[type="week"]:focus, | ||
+ | .control-group.info input[type="number"]:focus, | ||
+ | .control-group.info input[type="email"]:focus, | ||
+ | .control-group.info input[type="url"]:focus, | ||
+ | .control-group.info input[type="search"]:focus, | ||
+ | .control-group.info input[type="tel"]:focus, | ||
+ | .control-group.info input[type="color"]:focus, | ||
+ | .control-group.info .uneditable-input:focus { | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .control-group textarea, | ||
+ | .control-group input[type="text"], | ||
+ | .control-group input[type="password"], | ||
+ | .control-group input[type="datetime"], | ||
+ | .control-group input[type="datetime-local"], | ||
+ | .control-group input[type="date"], | ||
+ | .control-group input[type="month"], | ||
+ | .control-group input[type="time"], | ||
+ | .control-group input[type="week"], | ||
+ | .control-group input[type="number"], | ||
+ | .control-group input[type="email"], | ||
+ | .control-group input[type="url"], | ||
+ | .control-group input[type="search"], | ||
+ | .control-group input[type="tel"], | ||
+ | .control-group input[type="color"], | ||
+ | .control-group .uneditable-input { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | .control-group { | ||
+ | position: relative; | ||
+ | } | ||
+ | .control-group > .input-icon { | ||
+ | position: absolute; | ||
+ | top: 2px; | ||
+ | right: 2px; | ||
+ | line-height: 37px; | ||
+ | vertical-align: middle; | ||
+ | font-size: 19.991999999999997px; | ||
+ | /* 20px */ | ||
+ | color: #b2bcc5; | ||
+ | background-color: #ffffff; | ||
+ | padding: 0 10px; | ||
+ | -webkit-border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
+ | border-radius: 6px; | ||
+ | } | ||
+ | .control-group input:focus + .input-icon { | ||
+ | color: #34495e; | ||
+ | } | ||
+ | .control-group.huge > .input-icon { | ||
+ | line-height: 49px; | ||
+ | } | ||
+ | .control-group.large > .input-icon { | ||
+ | line-height: 41px; | ||
+ | } | ||
+ | .control-group.small > .input-icon { | ||
+ | font-size: 15.988px; | ||
+ | /* 16px */ | ||
+ | |||
+ | line-height: 30px; | ||
+ | } | ||
+ | .control-group.success > .input-icon, | ||
+ | .control-group.success input + .input-icon { | ||
+ | color: #2ecc71; | ||
+ | } | ||
+ | .control-group.warning > .input-icon, | ||
+ | .control-group.warning input + .input-icon { | ||
+ | color: #f1c40f; | ||
+ | } | ||
+ | .control-group.error > .input-icon, | ||
+ | .control-group.error input + .input-icon { | ||
+ | color: #e74c3c; | ||
+ | } | ||
+ | .control-group.disabled > .input-icon, | ||
+ | .control-group.disabled input + .input-icon { | ||
+ | color: #d5dbdb; | ||
+ | background-color: #f4f6f6; | ||
+ | } | ||
input[disabled], | input[disabled], | ||
input[readonly], | input[readonly], | ||
textarea[disabled], | textarea[disabled], | ||
textarea[readonly] { | textarea[readonly] { | ||
- | background-color: # | + | background-color: #f4f6f6; |
- | border-color: | + | border-color: #d5dbdb; |
- | color: # | + | color: #d5dbdb; |
- | cursor: default; | + | cursor: default; |
- | + | } | |
input, | input, | ||
textarea, | textarea, | ||
.uneditable-input { | .uneditable-input { | ||
- | width: 192px; } | + | width: 192px; |
+ | } | ||
+ | textarea { | ||
+ | height: auto; | ||
+ | font-size: 14.994px; | ||
+ | /* 15px */ | ||
+ | line-height: 24px; | ||
+ | padding: 5px 11px; | ||
+ | text-indent: 0; | ||
+ | } | ||
+ | .row-fluid textarea { | ||
+ | height: auto; | ||
+ | width: 100% !important; | ||
+ | } | ||
+ | textarea[class*="span"] { | ||
+ | width: 100% !important; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
.checkbox, | .checkbox, | ||
.radio { | .radio { | ||
Line 1,071: | Line 1,674: | ||
padding-left: 32px; | padding-left: 32px; | ||
position: relative; | position: relative; | ||
- | -webkit-transition: 0.25s; | + | -webkit-transition: color 0.25s linear; |
- | -moz-transition: 0.25s; | + | -moz-transition: color 0.25s linear; |
- | -o-transition: 0.25s; | + | -o-transition: color 0.25s linear; |
- | transition: 0.25s; | + | transition: color 0.25s linear; |
- | -webkit-backface-visibility: hidden; | + | -webkit-backface-visibility: hidden; |
- | + | } | |
- | + | .checkbox input, | |
- | + | .radio input { | |
- | + | outline: none !important; | |
- | + | display: none; | |
- | + | } | |
- | + | .checkbox .icons, | |
- | + | .radio .icons { | |
- | + | color: #bdc3c7; | |
- | + | display: block; | |
- | + | height: 20px; | |
- | + | left: 0; | |
- | + | position: absolute; | |
- | + | top: 0; | |
- | + | width: 20px; | |
- | + | text-align: center; | |
- | + | line-height: 20px; | |
- | + | font-size: 20px; | |
- | + | -webkit-transition: color 0.25s linear; | |
- | + | -moz-transition: color 0.25s linear; | |
- | + | -o-transition: color 0.25s linear; | |
- | + | transition: color 0.25s linear; | |
- | + | -webkit-backface-visibility: hidden; | |
- | + | } | |
- | + | .checkbox .icons .first-icon-icon, | |
- | + | .radio .icons .first-icon-icon, | |
- | + | .checkbox .icons .second-icon, | |
- | + | .radio .icons .second-icon { | |
- | + | position: absolute; | |
- | + | left: 0; | |
- | + | top: 0; | |
- | + | opacity: 1; | |
- | + | filter: alpha(opacity=100); | |
- | + | } | |
- | + | .checkbox .icons .second-icon, | |
- | + | .radio .icons .second-icon { | |
- | + | opacity: 0; | |
- | + | filter: alpha(opacity=0); | |
- | + | } | |
- | + | .checkbox:hover .first-icon, | |
- | + | .radio:hover .first-icon { | |
- | + | opacity: 0; | |
- | + | filter: alpha(opacity=0); | |
- | + | } | |
- | + | .checkbox:hover .second-icon, | |
- | + | .radio:hover .second-icon { | |
- | + | opacity: 1; | |
- | + | filter: alpha(opacity=100); | |
- | + | } | |
- | + | .checkbox.checked, | |
- | + | .radio.checked { | |
- | + | color: #16a085; | |
- | + | } | |
- | + | .checkbox.checked .icons, | |
- | + | .radio.checked .icons { | |
- | + | color: #1abc9c; | |
- | + | } | |
- | + | .checkbox.checked .first-icon, | |
- | + | .radio.checked .first-icon { | |
- | + | opacity: 0; | |
- | + | filter: alpha(opacity=0); | |
- | + | } | |
- | + | .checkbox.checked .second-icon, | |
- | + | .radio.checked .second-icon { | |
- | + | opacity: 1; | |
- | .radio . | + | filter: alpha(opacity=100); |
- | + | } | |
- | + | .checkbox.disabled, | |
- | + | .radio.disabled { | |
- | + | cursor: default; | |
- | + | color: #e6e8ea; | |
- | + | } | |
- | + | .checkbox.disabled .icons, | |
- | + | .radio.disabled .icons { | |
- | + | color: #e6e8ea; | |
- | + | } | |
- | + | .checkbox.disabled .first-icon, | |
- | + | .radio.disabled .first-icon { | |
- | + | opacity: 1; | |
- | + | filter: alpha(opacity=100); | |
- | + | } | |
- | + | .checkbox.disabled .second-icon, | |
- | + | .radio.disabled .second-icon { | |
- | + | opacity: 0; | |
- | + | filter: alpha(opacity=0); | |
- | + | } | |
- | + | .checkbox.disabled.checked .icons, | |
- | + | .radio.disabled.checked .icons { | |
- | + | color: #e6e8ea; | |
- | + | } | |
- | + | .checkbox.disabled.checked .first-icon, | |
- | + | .radio.disabled.checked .first-icon { | |
- | + | opacity: 0; | |
- | + | filter: alpha(opacity=0); | |
- | + | } | |
- | + | .checkbox.disabled.checked .second-icon, | |
- | + | .radio.disabled.checked .second-icon { | |
- | + | opacity: 1; | |
- | + | filter: alpha(opacity=100); | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.tagsinput { | .tagsinput { | ||
background: white; | background: white; | ||
Line 1,241: | Line 1,784: | ||
border-radius: 6px; | border-radius: 6px; | ||
height: 100px; | height: 100px; | ||
+ | margin-bottom: 18px; | ||
padding: 6px 1px 1px 6px; | padding: 6px 1px 1px 6px; | ||
overflow-y: auto; | overflow-y: auto; | ||
- | text-align: left; } | + | text-align: left; |
- | + | } | |
- | + | .tagsinput .tag { | |
- | + | border-radius: 4px; | |
- | + | background-color: #1abc9c; | |
- | + | color: #ffffff; | |
- | + | cursor: pointer; | |
- | + | margin-right: 5px; | |
- | + | margin-bottom: 5px; | |
- | + | overflow: hidden; | |
- | + | line-height: 15px; | |
- | + | padding: 6px 13px 8px 19px; | |
- | + | position: relative; | |
- | + | vertical-align: middle; | |
- | + | display: inline-block; | |
- | + | zoom: 1; | |
- | + | *display: inline; | |
- | + | -webkit-transition: 0.14s linear; | |
- | + | -moz-transition: 0.14s linear; | |
- | + | -o-transition: 0.14s linear; | |
- | + | transition: 0.14s linear; | |
- | + | -webkit-backface-visibility: hidden; | |
- | + | } | |
- | + | .tagsinput .tag:hover { | |
- | + | background-color: #16a085; | |
- | + | color: #ffffff; | |
- | + | padding-left: 12px; | |
- | + | padding-right: 20px; | |
- | + | } | |
- | + | .tagsinput .tag:hover .tagsinput-remove-link { | |
- | + | color: #ffffff; | |
- | + | opacity: 1; | |
- | + | display: block\9; | |
- | + | } | |
- | + | .tagsinput input { | |
- | + | background: transparent; | |
- | + | border: none; | |
- | + | color: #34495e; | |
- | + | font-family: "Lato", sans-serif; | |
- | + | font-size: 14px; | |
- | + | margin: 0px; | |
+ | padding: 0 0 0 5px; | ||
+ | outline: 0; | ||
+ | margin-right: 5px; | ||
+ | margin-bottom: 5px; | ||
+ | width: 12px; | ||
+ | } | ||
.tagsinput-remove-link { | .tagsinput-remove-link { | ||
bottom: 0; | bottom: 0; | ||
- | color: | + | color: #ffffff; |
cursor: pointer; | cursor: pointer; | ||
font-size: 12px; | font-size: 12px; | ||
opacity: 0; | opacity: 0; | ||
- | padding: | + | padding: 7px 7px 5px 0; |
position: absolute; | position: absolute; | ||
right: 0; | right: 0; | ||
Line 1,298: | Line 1,848: | ||
width: 100%; | width: 100%; | ||
z-index: 2; | z-index: 2; | ||
- | display: none\9; } | + | display: none\9; |
- | + | } | |
- | + | .tagsinput-remove-link:before { | |
- | + | color: #ffffff; | |
+ | content: "\e00b"; | ||
+ | font-family: "Flat-UI-Icons"; | ||
+ | } | ||
.tagsinput-add-container { | .tagsinput-add-container { | ||
vertical-align: middle; | vertical-align: middle; | ||
display: inline-block; | display: inline-block; | ||
zoom: 1; | zoom: 1; | ||
- | *display: inline; | + | *display: inline; |
- | + | } | |
.tagsinput-add { | .tagsinput-add { | ||
- | background-color: # | + | background-color: #d6dbdf; |
border-radius: 3px; | border-radius: 3px; | ||
- | color: | + | color: #ffffff; |
cursor: pointer; | cursor: pointer; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
Line 1,322: | Line 1,875: | ||
-o-transition: 0.25s; | -o-transition: 0.25s; | ||
transition: 0.25s; | transition: 0.25s; | ||
- | -webkit-backface-visibility: hidden; } | + | -webkit-backface-visibility: hidden; |
- | + | } | |
- | + | .tagsinput-add:hover { | |
- | + | background-color: #1abc9c; | |
+ | } | ||
+ | .tagsinput-add:before { | ||
+ | content: "\e009"; | ||
+ | font-family: "Flat-UI-Icons"; | ||
+ | } | ||
.tags_clear { | .tags_clear { | ||
clear: both; | clear: both; | ||
width: 100%; | width: 100%; | ||
- | height: 0px; | + | height: 0px; |
- | + | } | |
.not_valid { | .not_valid { | ||
background: #fbd8db !important; | background: #fbd8db !important; | ||
- | color: #90111a !important; } | + | color: #90111a !important; |
- | + | } | |
- | .progress | + | .progress { |
- | background: # | + | background: #ebedef; |
border-radius: 32px; | border-radius: 32px; | ||
height: 12px; | height: 12px; | ||
Line 1,342: | Line 1,900: | ||
-moz-box-shadow: none; | -moz-box-shadow: none; | ||
box-shadow: none; | box-shadow: none; | ||
- | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } | + | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); |
- | + | } | |
- | + | .progress .bar { | |
- | + | background: #1abc9c; | |
- | + | -webkit-box-shadow: none !important; | |
- | + | -moz-box-shadow: none !important; | |
- | + | box-shadow: none !important; | |
- | + | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | |
- | + | } | |
- | + | .progress .bar-success { | |
- | + | background-color: #2ecc71; | |
- | + | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | |
- | + | } | |
- | + | .progress .bar-warning { | |
- | + | background-color: #f1c40f; | |
- | + | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | |
- | + | } | |
- | + | .progress .bar-danger { | |
- | + | background-color: #e74c3c; | |
- | + | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | |
+ | } | ||
+ | .progress .bar-info { | ||
+ | background-color: #3498db; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | } | ||
.ui-slider { | .ui-slider { | ||
+ | background: #ebedef; | ||
+ | border-radius: 32px; | ||
+ | height: 12px; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
- | position: relative; } | + | position: relative; |
- | + | } | |
+ | .ui-slider .bar { | ||
+ | background: #1abc9c; | ||
+ | -webkit-box-shadow: none !important; | ||
+ | -moz-box-shadow: none !important; | ||
+ | box-shadow: none !important; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | } | ||
+ | .ui-slider .bar-success { | ||
+ | background-color: #2ecc71; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | } | ||
+ | .ui-slider .bar-warning { | ||
+ | background-color: #f1c40f; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | } | ||
+ | .ui-slider .bar-danger { | ||
+ | background-color: #e74c3c; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | } | ||
+ | .ui-slider .bar-info { | ||
+ | background-color: #3498db; | ||
+ | filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); | ||
+ | } | ||
.ui-slider-handle { | .ui-slider-handle { | ||
background-color: #16a085; | background-color: #16a085; | ||
Line 1,380: | Line 1,973: | ||
-o-transition: background 0.25s; | -o-transition: background 0.25s; | ||
transition: background 0.25s; | transition: background 0.25s; | ||
- | -webkit-backface-visibility: hidden; } | + | -webkit-backface-visibility: hidden; |
- | + | } | |
- | + | .ui-slider-handle[style*='100'] { | |
- | + | margin-left: -15px; | |
- | + | } | |
- | + | .ui-slider-handle:hover, | |
- | + | .ui-slider-handle:focus { | |
- | + | background-color: #48c9b0; | |
- | + | outline: none; | |
+ | } | ||
+ | .ui-slider-handle:active { | ||
+ | background-color: #16a085; | ||
+ | } | ||
.ui-slider-range { | .ui-slider-range { | ||
background-color: #1abc9c; | background-color: #1abc9c; | ||
Line 1,395: | Line 1,992: | ||
height: 100%; | height: 100%; | ||
position: absolute; | position: absolute; | ||
- | z-index: 1; | + | z-index: 1; |
- | + | } | |
.ui-slider-segment { | .ui-slider-segment { | ||
- | background-color: # | + | background-color: #d9dbdd; |
border-radius: 50%; | border-radius: 50%; | ||
float: left; | float: left; | ||
height: 6px; | height: 6px; | ||
- | margin: 3px -6px 0 | + | margin: 3px -6px 0 0; |
- | width: 6px; } | + | width: 6px; |
- | + | } | |
+ | .ui-slider-value { | ||
+ | float: right; | ||
+ | font-weight: 500; | ||
+ | margin-top: 12px; | ||
+ | } | ||
+ | .ui-slider-value.first { | ||
+ | clear: left; | ||
+ | float: left; | ||
+ | } | ||
.pager { | .pager { | ||
background-color: #34495e; | background-color: #34495e; | ||
border-radius: 6px; | border-radius: 6px; | ||
- | color: | + | color: #ffffff; |
font-size: 16px; | font-size: 16px; | ||
font-weight: 700; | font-weight: 700; | ||
display: inline-block; | display: inline-block; | ||
zoom: 1; | zoom: 1; | ||
- | *display: inline; } | + | *display: inline; |
- | + | } | |
- | + | .pager li:first-child > a, | |
- | + | .pager li:first-child > span { | |
- | + | border-left: none; | |
- | + | -webkit-border-radius: 6px 0 0 6px; | |
- | + | -moz-border-radius: 6px 0 0 6px; | |
- | + | border-radius: 6px 0 0 6px; | |
- | + | } | |
- | + | .pager li.pager-center { | |
- | + | padding: 9px 15px 10px; | |
- | + | padding-left: 0; | |
- | + | padding-right: 0; | |
- | + | display: inline-block; | |
- | + | zoom: 1; | |
- | + | *display: inline; | |
- | + | } | |
- | + | .pager li > a, | |
- | + | .pager li > span { | |
- | + | background: none; | |
- | + | border: none; | |
- | + | border-left: 2px solid #2c3e50; | |
- | + | color: #ffffff; | |
- | + | padding: 9px 15px 10px; | |
- | + | text-decoration: none; | |
- | + | white-space: nowrap; | |
- | + | -webkit-border-radius: 0 6px 6px 0; | |
- | + | -moz-border-radius: 0 6px 6px 0; | |
- | + | border-radius: 0 6px 6px 0; | |
- | + | } | |
- | + | .pager li > a:hover, | |
- | + | .pager li > span:hover, | |
- | + | .pager li > a:focus, | |
- | + | .pager li > span:focus { | |
- | + | background-color: #2c3e50; | |
- | + | } | |
- | + | .pager li > a:active, | |
- | + | .pager li > span:active { | |
- | + | background-color: #2c3e50; | |
- | + | } | |
- | + | .pager li > a [class*="fui-"] + span, | |
+ | .pager li > span [class*="fui-"] + span { | ||
+ | margin-left: 8px; | ||
+ | } | ||
+ | .pager li > a span + [class*="fui-"], | ||
+ | .pager li > span span + [class*="fui-"] { | ||
+ | margin-left: 8px; | ||
+ | } | ||
+ | .pagination { | ||
+ | position: relative; | ||
+ | } | ||
.pagination ul { | .pagination ul { | ||
- | background: # | + | background: #d6dbdf; |
+ | color: #ffffff; | ||
+ | vertical-align: top; | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
-moz-border-radius: 6px; | -moz-border-radius: 6px; | ||
Line 1,461: | Line 2,079: | ||
-webkit-box-shadow: none; | -webkit-box-shadow: none; | ||
-moz-box-shadow: none; | -moz-box-shadow: none; | ||
- | box-shadow: none; } | + | box-shadow: none; |
- | + | } | |
- | + | .pagination ul li { | |
- | + | display: inline-block; | |
- | + | margin-right: -3px; | |
- | + | vertical-align: top; | |
- | + | } | |
- | + | .pagination ul li.active > a, | |
- | + | .pagination ul li.active > span { | |
- | + | background-color: #1abc9c; | |
- | + | color: #ffffff; | |
- | + | } | |
- | + | .pagination ul li.active.previous > a, | |
- | + | .pagination ul li.active.next > a, | |
- | + | .pagination ul li.active.previous > span, | |
- | + | .pagination ul li.active.next > span { | |
- | + | margin: 0; | |
- | + | } | |
- | + | .pagination ul li.active.previous > a, | |
- | + | .pagination ul li.active.next > a, | |
- | + | .pagination ul li.active.previous > span, | |
- | + | .pagination ul li.active.next > span, | |
- | + | .pagination ul li.active.previous > a:hover, | |
- | + | .pagination ul li.active.next > a:hover, | |
- | + | .pagination ul li.active.previous > span:hover, | |
- | + | .pagination ul li.active.next > span:hover, | |
- | + | .pagination ul li.active.previous > a:focus, | |
- | + | .pagination ul li.active.next > a:focus, | |
- | + | .pagination ul li.active.previous > span:focus, | |
- | + | .pagination ul li.active.next > span:focus { | |
- | + | background-color: #1abc9c; | |
- | + | color: #ffffff; | |
- | + | } | |
- | + | .pagination ul li:first-child { | |
- | + | -webkit-border-radius: 6px 0 0 6px; | |
- | + | -moz-border-radius: 6px 0 0 6px; | |
- | + | border-radius: 6px 0 0 6px; | |
- | + | } | |
- | + | .pagination ul li:first-child > a, | |
- | + | .pagination ul li:first-child > span { | |
- | + | -webkit-border-radius: 6px 0 0 6px; | |
- | + | -moz-border-radius: 6px 0 0 6px; | |
- | + | border-radius: 6px 0 0 6px; | |
- | + | } | |
- | + | .pagination ul li:first-child.previous + li > a, | |
- | + | .pagination ul li:first-child.previous + li > span { | |
- | + | border-left-width: 5px; | |
- | + | } | |
- | + | .pagination ul li:first-child > a, | |
- | + | .pagination ul li:first-child > span { | |
- | + | border-left: none; | |
- | + | } | |
- | + | .pagination ul li:last-child { | |
- | + | margin-right: 0; | |
- | + | -webkit-border-radius: 0 6px 6px 0; | |
- | + | -moz-border-radius: 0 6px 6px 0; | |
- | + | border-radius: 0 6px 6px 0; | |
- | + | } | |
- | + | .pagination ul li:last-child > a, | |
- | + | .pagination ul li:last-child > span, | |
- | + | .pagination ul li:last-child > a:hover, | |
- | + | .pagination ul li:last-child > span:hover, | |
- | + | .pagination ul li:last-child > a:focus, | |
- | + | .pagination ul li:last-child > span:focus { | |
- | + | -webkit-border-radius: 0 6px 6px 0; | |
- | + | -moz-border-radius: 0 6px 6px 0; | |
- | + | border-radius: 0 6px 6px 0; | |
- | + | } | |
- | + | .pagination ul li.previous > a, | |
- | + | .pagination ul li.next > a, | |
- | + | .pagination ul li.previous > span, | |
- | + | .pagination ul li.next > span { | |
- | + | background: transparent; | |
- | + | border: none; | |
- | border-radius: 6px; | + | border-right: 2px solid #e4e7ea; |
- | + | font-size: 15.988px; | |
- | + | /* 16px */ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | . | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | margin: 0 9px 0 0; | ||
+ | padding: 12px 17px; | ||
+ | min-width: auto; | ||
+ | -webkit-border-radius: 6px 0 0 6px; | ||
+ | -moz-border-radius: 6px 0 0 6px; | ||
+ | border-radius: 6px 0 0 6px; | ||
+ | -webkit-box-shadow: none !important; | ||
+ | -moz-box-shadow: none !important; | ||
+ | box-shadow: none !important; | ||
+ | } | ||
+ | .pagination ul li.previous > a, | ||
+ | .pagination ul li.next > a, | ||
+ | .pagination ul li.previous > span, | ||
+ | .pagination ul li.next > span, | ||
+ | .pagination ul li.previous > a:hover, | ||
+ | .pagination ul li.next > a:hover, | ||
+ | .pagination ul li.previous > span:hover, | ||
+ | .pagination ul li.next > span:hover, | ||
+ | .pagination ul li.previous > a:focus, | ||
+ | .pagination ul li.next > a:focus, | ||
+ | .pagination ul li.previous > span:focus, | ||
+ | .pagination ul li.next > span:focus { | ||
+ | border-color: #e4e7ea !important; | ||
+ | } | ||
+ | .pagination ul li.next { | ||
+ | margin-left: 9px; | ||
+ | } | ||
+ | .pagination ul li.next > a, | ||
+ | .pagination ul li.next > span { | ||
+ | border-left: 2px solid #e4e7ea; | ||
+ | border-right: none; | ||
+ | margin: 0; | ||
+ | -webkit-border-radius: 0 6px 6px 0; | ||
+ | -moz-border-radius: 0 6px 6px 0; | ||
+ | border-radius: 0 6px 6px 0; | ||
+ | } | ||
+ | .pagination ul li.active > a, | ||
+ | .pagination ul li.active > span { | ||
+ | background-color: #ffffff; | ||
+ | border-color: #ffffff; | ||
+ | border-width: 2px !important; | ||
+ | color: #d6dbdf; | ||
+ | margin: 10px 5px 9px; | ||
+ | } | ||
+ | .pagination ul li.active > a:hover, | ||
+ | .pagination ul li.active > span:hover, | ||
+ | .pagination ul li.active > a:focus, | ||
+ | .pagination ul li.active > span:focus { | ||
+ | background-color: #ffffff; | ||
+ | border-color: #ffffff; | ||
+ | color: #d6dbdf; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .pagination ul li.active.previous, | ||
+ | .pagination ul li.active.next { | ||
+ | border-color: #e4e7ea; | ||
+ | } | ||
+ | .pagination ul li.active.previous { | ||
+ | margin-right: 6px; | ||
+ | } | ||
+ | .pagination ul li > a, | ||
+ | .pagination ul li > span { | ||
+ | background: #ffffff; | ||
+ | border: 5px solid #d6dbdf; | ||
+ | color: #ffffff; | ||
+ | line-height: 16px; | ||
+ | min-height: 17px; | ||
+ | min-width: auto; | ||
+ | outline: none; | ||
+ | padding: 0 4px; | ||
+ | margin: 7px 2px 6px; | ||
+ | text-align: center; | ||
+ | -webkit-border-radius: 50px; | ||
+ | -moz-border-radius: 50px; | ||
+ | border-radius: 50px; | ||
+ | -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; | ||
+ | -moz-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; | ||
+ | -o-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; | ||
+ | transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .pagination ul li > a:hover, | ||
+ | .pagination ul li > span:hover, | ||
+ | .pagination ul li > a:focus, | ||
+ | .pagination ul li > span:focus { | ||
+ | background-color: #1abc9c; | ||
+ | border-color: #1abc9c; | ||
+ | color: #ffffff; | ||
+ | -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; | ||
+ | -moz-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; | ||
+ | -o-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; | ||
+ | transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .pagination ul li > a:active, | ||
+ | .pagination ul li > span:active { | ||
+ | background-color: #16a085; | ||
+ | border-color: #16a085; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .pagination > .btn.previous, | ||
+ | .pagination > .btn.next { | ||
+ | margin-right: 8px; | ||
+ | font-size: 14px; | ||
+ | padding-left: 23px; | ||
+ | padding-right: 23px; | ||
+ | } | ||
+ | .pagination > .btn.previous [class*="fui-"], | ||
+ | .pagination > .btn.next [class*="fui-"] { | ||
+ | font-size: 16px; | ||
+ | margin-left: -2px; | ||
+ | margin-top: -2px; | ||
+ | } | ||
+ | .pagination > .btn.next { | ||
+ | margin-left: 8px; | ||
+ | margin-right: 0; | ||
+ | } | ||
+ | .pagination > .btn.next [class*="fui-"] { | ||
+ | margin-right: -2px; | ||
+ | margin-left: 4px; | ||
+ | } | ||
.tooltip { | .tooltip { | ||
- | font-size: | + | font-size: 14px; |
- | + | } | |
- | + | .tooltip.in { | |
- | + | opacity: 1; | |
- | + | } | |
- | + | .tooltip.top { | |
- | + | padding-bottom: 9px; | |
- | + | } | |
- | + | .tooltip.top .tooltip-arrow { | |
- | + | border-top-color: #34495e; | |
- | + | border-width: 9px 9px 0; | |
- | + | bottom: 0; | |
- | + | margin-left: -9px; | |
- | + | } | |
- | + | .tooltip.right .tooltip-arrow { | |
- | + | border-right-color: #34495e; | |
- | + | border-width: 9px 9px 9px 0; | |
- | + | margin-top: -9px; | |
- | + | left: -3px; | |
- | + | } | |
- | + | .tooltip.bottom { | |
- | + | padding-top: 8px; | |
- | + | } | |
- | + | .tooltip.bottom .tooltip-arrow { | |
- | + | border-bottom-color: #34495e; | |
- | + | border-width: 0 9px 9px; | |
- | + | margin-left: -9px; | |
- | + | top: -1px; | |
- | + | } | |
- | + | .tooltip.left .tooltip-arrow { | |
+ | border-left-color: #34495e; | ||
+ | border-width: 9px 0 9px 9px; | ||
+ | margin-top: -9px; | ||
+ | right: -3px; | ||
+ | } | ||
.tooltip-inner { | .tooltip-inner { | ||
background-color: #34495e; | background-color: #34495e; | ||
- | line-height: | + | line-height: 17.99px; |
padding: 12px 12px; | padding: 12px 12px; | ||
text-align: center; | text-align: center; | ||
Line 1,615: | Line 2,324: | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
-moz-border-radius: 6px; | -moz-border-radius: 6px; | ||
- | border-radius: 6px; } | + | border-radius: 6px; |
- | + | } | |
+ | .dropdown-menu { | ||
+ | background-color: #f3f4f5; | ||
+ | border: none; | ||
+ | display: block; | ||
+ | margin-top: 8px; | ||
+ | opacity: 0; | ||
+ | padding: 0; | ||
+ | visibility: hidden; | ||
+ | width: 100%; | ||
+ | -webkit-box-shadow: none; | ||
+ | -moz-box-shadow: none; | ||
+ | box-shadow: none; | ||
+ | -webkit-transition: 0.25s; | ||
+ | -moz-transition: 0.25s; | ||
+ | -o-transition: 0.25s; | ||
+ | transition: 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .dropdown-menu.typeahead { | ||
+ | display: none; | ||
+ | opacity: 1; | ||
+ | visibility: visible; | ||
+ | width: auto; | ||
+ | margin-top: 2px; | ||
+ | } | ||
+ | .open > .dropdown-menu { | ||
+ | margin-top: 18px; | ||
+ | opacity: 1; | ||
+ | visibility: visible; | ||
+ | } | ||
+ | .dropdown-menu li:first-child dt + a { | ||
+ | border-radius: 0; | ||
+ | } | ||
+ | .dropdown-menu li:first-child > a { | ||
+ | border-radius: 6px 6px 0 0; | ||
+ | padding-top: 8px; | ||
+ | } | ||
+ | .dropdown-menu li:last-child > a { | ||
+ | border-radius: 0 0 6px 6px; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | .dropdown-menu li.active > a, | ||
+ | .dropdown-menu li.selected > a, | ||
+ | .dropdown-menu li.active > a.highlighted, | ||
+ | .dropdown-menu li.selected > a.highlighted { | ||
+ | background: #1abc9c; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .dropdown-menu li.active > a:hover, | ||
+ | .dropdown-menu li.selected > a:hover, | ||
+ | .dropdown-menu li.active > a.highlighted:hover, | ||
+ | .dropdown-menu li.selected > a.highlighted:hover, | ||
+ | .dropdown-menu li.active > a:focus, | ||
+ | .dropdown-menu li.selected > a:focus, | ||
+ | .dropdown-menu li.active > a.highlighted:focus, | ||
+ | .dropdown-menu li.selected > a.highlighted:focus { | ||
+ | background: #16a085; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .dropdown-menu li > a { | ||
+ | color: rgba(52, 73, 94, 0.75); | ||
+ | padding: 6px 15px 8px; | ||
+ | text-decoration: none; | ||
+ | *zoom: 1; | ||
+ | -webkit-transition: background-color 0.25s; | ||
+ | -moz-transition: background-color 0.25s; | ||
+ | -o-transition: background-color 0.25s; | ||
+ | transition: background-color 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .dropdown-menu li > a:before, | ||
+ | .dropdown-menu li > a:after { | ||
+ | display: table; | ||
+ | content: ""; | ||
+ | } | ||
+ | .dropdown-menu li > a:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | .dropdown-menu li > a:hover, | ||
+ | .dropdown-menu li > a:active, | ||
+ | .dropdown-menu li > a:focus { | ||
+ | background: #e1e4e7; | ||
+ | color: inherit; | ||
+ | outline: none; | ||
+ | } | ||
+ | .dropdown-menu li > a.highlighted { | ||
+ | background: #c9cfd4; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .dropdown-menu li > a.highlighted:hover, | ||
+ | .dropdown-menu li > a.highlighted:focus { | ||
+ | background: #bac1c8; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .dropdown-menu li > a:before { | ||
+ | float: right; | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | .dropdown-menu li dt { | ||
+ | font-weight: 300; | ||
+ | margin-bottom: 3px; | ||
+ | margin-top: 12px; | ||
+ | padding: 0 15px; | ||
+ | } | ||
+ | .dropup .dropdown-menu, | ||
+ | .navbar-fixed-bottom .dropdown .dropdown-menu { | ||
+ | margin-bottom: 8px; | ||
+ | } | ||
+ | .dropup .dropdown-arrow, | ||
+ | .navbar-fixed-bottom .dropdown .dropdown-arrow { | ||
+ | border-bottom: none; | ||
+ | border-top: 8px outset #f3f4f5; | ||
+ | bottom: 100%; | ||
+ | top: auto; | ||
+ | } | ||
+ | .navbar-fixed-bottom .nav > li > ul:before { | ||
+ | border-bottom: none; | ||
+ | border-top: 9px outset #34495e; | ||
+ | bottom: 4px; | ||
+ | top: auto; | ||
+ | } | ||
+ | .open.dropup > .dropdown-menu { | ||
+ | margin-bottom: 18px; | ||
+ | } | ||
+ | .open.dropup > .dropdown-arrow { | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | .open.dropup > .dropdown-arrow.dropdown-arrow-inverse { | ||
+ | border-top-color: #34495e; | ||
+ | } | ||
+ | .open > .dropdown-arrow { | ||
+ | margin-top: 9px; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .dropdown-arrow { | ||
+ | border-style: solid; | ||
+ | border-width: 0 9px 9px 9px; | ||
+ | border-color: transparent transparent #f3f4f5 transparent; | ||
+ | height: 0; | ||
+ | margin-top: 0; | ||
+ | opacity: 0; | ||
+ | position: absolute; | ||
+ | right: 13px; | ||
+ | top: 100%; | ||
+ | width: 0; | ||
+ | z-index: 10; | ||
+ | -webkit-transform: rotate(360deg); | ||
+ | -webkit-transition: 0.25s; | ||
+ | -moz-transition: 0.25s; | ||
+ | -o-transition: 0.25s; | ||
+ | transition: 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .dropdown-inverse { | ||
+ | background-color: #34495e; | ||
+ | color: #cccccc; | ||
+ | padding: 4px 0 6px; | ||
+ | } | ||
+ | .dropdown-inverse li { | ||
+ | margin: 0 4px -2px; | ||
+ | } | ||
+ | .dropdown-inverse li:first-child > a, | ||
+ | .dropdown-inverse li:last-child > a { | ||
+ | border-radius: 2px; | ||
+ | padding-bottom: 7px; | ||
+ | padding-top: 5px; | ||
+ | } | ||
+ | .dropdown-inverse li:first-child dt + a, | ||
+ | .dropdown-inverse li:last-child dt + a { | ||
+ | border-radius: 2px; | ||
+ | } | ||
+ | .dropdown-inverse li.active > a, | ||
+ | .dropdown-inverse li.selected > a { | ||
+ | background: #1abc9c; | ||
+ | color: #ffffff; | ||
+ | position: relative; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .dropdown-inverse li dt { | ||
+ | padding-left: 11px; | ||
+ | padding-right: 11px; | ||
+ | } | ||
+ | .dropdown-inverse li .divider { | ||
+ | margin-left: 11px; | ||
+ | margin-right: 11px; | ||
+ | } | ||
+ | .dropdown-inverse li > a { | ||
+ | border-radius: 2px; | ||
+ | color: #ffffff; | ||
+ | padding: 5px 11px 7px; | ||
+ | } | ||
+ | .dropdown-inverse li > a:hover, | ||
+ | .dropdown-inverse li > a:active, | ||
+ | .dropdown-inverse li > a:focus { | ||
+ | background: #2c3e50; | ||
+ | } | ||
+ | .dropdown-inverse li > a.highlighted { | ||
+ | background: #526476; | ||
+ | } | ||
+ | .dropdown-inverse li > a.highlighted:hover, | ||
+ | .dropdown-inverse li > a.highlighted:focus { | ||
+ | background: #677786; | ||
+ | } | ||
+ | .dropdown-inverse li .divider { | ||
+ | background-color: #526476; | ||
+ | border-bottom-color: #526476; | ||
+ | } | ||
+ | /* ============================================================ | ||
+ | * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru | ||
+ | * http://www.larentis.eu/switch/ | ||
+ | * ============================================================ | ||
+ | * Licensed under the Apache License, Version 2.0 | ||
+ | * http://www.apache.org/licenses/LICENSE-2.0 | ||
+ | * ============================================================ */ | ||
+ | .has-switch { | ||
+ | border-radius: 30px; | ||
+ | display: inline-block; | ||
+ | cursor: pointer; | ||
+ | line-height: 1.231; | ||
+ | overflow: hidden; | ||
+ | position: relative; | ||
+ | text-align: left; | ||
+ | width: 80px; | ||
+ | -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat; | ||
+ | mask: url('../images/switch/mask.png') 0 0 no-repeat; | ||
+ | -webkit-user-select: none; | ||
+ | -moz-user-select: none; | ||
+ | -ms-user-select: none; | ||
+ | -o-user-select: none; | ||
+ | user-select: none; | ||
+ | } | ||
+ | .has-switch.deactivate { | ||
+ | opacity: 0.5; | ||
+ | filter: alpha(opacity=50); | ||
+ | cursor: default !important; | ||
+ | } | ||
+ | .has-switch.deactivate label, | ||
+ | .has-switch.deactivate span { | ||
+ | cursor: default !important; | ||
+ | } | ||
+ | .has-switch > div { | ||
+ | width: 162%; | ||
+ | position: relative; | ||
+ | top: 0; | ||
+ | } | ||
+ | .has-switch > div.switch-animate { | ||
+ | -webkit-transition: left 0.25s ease-out; | ||
+ | -moz-transition: left 0.25s ease-out; | ||
+ | -o-transition: left 0.25s ease-out; | ||
+ | transition: left 0.25s ease-out; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .has-switch > div.switch-off { | ||
+ | left: -63%; | ||
+ | } | ||
+ | .has-switch > div.switch-off label { | ||
+ | background-color: #7f8c9a; | ||
+ | border-color: #bdc3c7; | ||
+ | -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5); | ||
+ | -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5); | ||
+ | box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5); | ||
+ | } | ||
+ | .has-switch > div.switch-on { | ||
+ | left: 0%; | ||
+ | } | ||
+ | .has-switch > div.switch-on label { | ||
+ | background-color: #1abc9c; | ||
+ | } | ||
+ | .has-switch input[type=checkbox] { | ||
+ | display: none; | ||
+ | } | ||
+ | .has-switch span { | ||
+ | cursor: pointer; | ||
+ | font-size: 14.994px; | ||
+ | font-weight: 700; | ||
+ | float: left; | ||
+ | height: 29px; | ||
+ | line-height: 19px; | ||
+ | margin: 0; | ||
+ | padding-bottom: 6px; | ||
+ | padding-top: 5px; | ||
+ | position: relative; | ||
+ | text-align: center; | ||
+ | width: 50%; | ||
+ | z-index: 1; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | -webkit-transition: 0.25s ease-out; | ||
+ | -moz-transition: 0.25s ease-out; | ||
+ | -o-transition: 0.25s ease-out; | ||
+ | transition: 0.25s ease-out; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .has-switch span.switch-left { | ||
+ | border-radius: 30px 0 0 30px; | ||
+ | background-color: #34495e; | ||
+ | color: #1abc9c; | ||
+ | border-left: 1px solid transparent; | ||
+ | } | ||
+ | .has-switch span.switch-right { | ||
+ | border-radius: 0 30px 30px 0; | ||
+ | background-color: #bdc3c7; | ||
+ | color: #ffffff; | ||
+ | text-indent: 7px; | ||
+ | } | ||
+ | .has-switch span.switch-right [class*="fui-"] { | ||
+ | text-indent: 0; | ||
+ | } | ||
+ | .has-switch label { | ||
+ | border: 4px solid #34495e; | ||
+ | border-radius: 50%; | ||
+ | float: left; | ||
+ | height: 21px; | ||
+ | margin: 0 -15px 0 -14px; | ||
+ | padding: 0; | ||
+ | position: relative; | ||
+ | vertical-align: middle; | ||
+ | width: 21px; | ||
+ | z-index: 100; | ||
+ | -webkit-transition: 0.25s ease-out; | ||
+ | -moz-transition: 0.25s ease-out; | ||
+ | -o-transition: 0.25s ease-out; | ||
+ | transition: 0.25s ease-out; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .switch-square { | ||
+ | border-radius: 6px; | ||
+ | -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat; | ||
+ | mask: url('../images/switch/mask.png') 0 0 no-repeat; | ||
+ | } | ||
+ | .switch-square > div.switch-off label { | ||
+ | border-color: #7f8c9a; | ||
+ | border-radius: 6px 0 0 6px; | ||
+ | } | ||
+ | .switch-square span.switch-left { | ||
+ | border-radius: 6px 0 0 6px; | ||
+ | } | ||
+ | .switch-square span.switch-left [class*="fui-"] { | ||
+ | text-indent: -10px; | ||
+ | } | ||
+ | .switch-square span.switch-right { | ||
+ | border-radius: 0 6px 6px 0; | ||
+ | } | ||
+ | .switch-square span.switch-right [class*="fui-"] { | ||
+ | text-indent: 5px; | ||
+ | } | ||
+ | .switch-square label { | ||
+ | border-radius: 0 6px 6px 0; | ||
+ | border-color: #1abc9c; | ||
+ | } | ||
+ | .share { | ||
+ | background-color: #eff0f2; | ||
+ | position: relative; | ||
+ | -webkit-border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
+ | border-radius: 6px; | ||
+ | } | ||
+ | .share:before { | ||
+ | content: ""; | ||
+ | border-style: solid; | ||
+ | border-width: 0 9px 9px 9px; | ||
+ | border-color: transparent transparent #eff0f2 transparent; | ||
+ | height: 0; | ||
+ | position: absolute; | ||
+ | left: 23px; | ||
+ | top: -9px; | ||
+ | width: 0; | ||
+ | -webkit-transform: rotate(360deg); | ||
+ | } | ||
+ | .share ul { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 15px; | ||
+ | } | ||
+ | .share li { | ||
+ | padding-top: 11px; | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | .share li:before, | ||
+ | .share li:after { | ||
+ | display: table; | ||
+ | content: ""; | ||
+ | } | ||
+ | .share li:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | .share li:first-child { | ||
+ | padding-top: 0; | ||
+ | } | ||
+ | .share .toggle { | ||
+ | float: right; | ||
+ | margin: 0; | ||
+ | } | ||
+ | .share .btn { | ||
+ | -webkit-border-radius: 0 0 6px 6px; | ||
+ | -moz-border-radius: 0 0 6px 6px; | ||
+ | border-radius: 0 0 6px 6px; | ||
+ | } | ||
+ | .share-label { | ||
+ | float: left; | ||
+ | font-size: 15px; | ||
+ | padding-top: 5px; | ||
+ | width: 50%; | ||
+ | } | ||
.palette { | .palette { | ||
- | color: | + | color: #ffffff; |
margin: 0; | margin: 0; | ||
padding: 15px; | padding: 15px; | ||
- | text-transform: uppercase; } | + | text-transform: uppercase; |
- | + | } | |
- | + | .palette dt { | |
- | + | display: block; | |
- | + | font-weight: 500; | |
- | .palette dd { | + | opacity: 0.8; |
- | + | filter: alpha(opacity=80); | |
- | + | } | |
- | + | .palette dd { | |
- | + | font-weight: 200; | |
- | + | margin-left: 0; | |
- | + | opacity: 0.8; | |
- | + | filter: alpha(opacity=80); | |
- | + | } | |
- | + | .palette-turquoise { | |
- | + | background-color: #1abc9c; | |
- | .palette- | + | } |
- | background-color: # | + | .palette-green-sea { |
- | + | background-color: #16a085; | |
- | + | } | |
- | + | .palette-emerald { | |
- | + | background-color: #2ecc71; | |
- | .palette- | + | } |
- | + | .palette-nephritis { | |
- | + | background-color: #27ae60; | |
- | + | } | |
- | background-color: # | + | .palette-peter-river { |
- | + | background-color: #3498db; | |
- | + | } | |
- | + | .palette-belize-hole { | |
- | + | background-color: #2980b9; | |
- | .palette- | + | } |
- | background-color: # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | .palette- | + | |
- | background-color: # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | .palette- | + | |
- | background-color: # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | .palette- | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | background-color: #2980b9; | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.palette-amethyst { | .palette-amethyst { | ||
- | background-color: #9b59b6; | + | background-color: #9b59b6; |
- | + | } | |
.palette-wisteria { | .palette-wisteria { | ||
- | background-color: #8e44ad; } | + | background-color: #8e44ad; |
- | + | } | |
+ | .palette-wet-asphalt { | ||
+ | background-color: #34495e; | ||
+ | } | ||
+ | .palette-midnight-blue { | ||
+ | background-color: #2c3e50; | ||
+ | } | ||
+ | .palette-sun-flower { | ||
+ | background-color: #f1c40f; | ||
+ | } | ||
+ | .palette-orange { | ||
+ | background-color: #f39c12; | ||
+ | } | ||
.palette-carrot { | .palette-carrot { | ||
- | background-color: #e67e22; | + | background-color: #e67e22; |
- | + | } | |
.palette-pumpkin { | .palette-pumpkin { | ||
- | background-color: #d35400; | + | background-color: #d35400; |
- | + | } | |
.palette-alizarin { | .palette-alizarin { | ||
- | background-color: #e74c3c; | + | background-color: #e74c3c; |
- | + | } | |
.palette-pomegranate { | .palette-pomegranate { | ||
- | background-color: #c0392b; | + | background-color: #c0392b; |
- | + | } | |
.palette-clouds { | .palette-clouds { | ||
background-color: #ecf0f1; | background-color: #ecf0f1; | ||
- | + | } | |
- | + | ||
.palette-silver { | .palette-silver { | ||
- | background-color: #bdc3c7; | + | background-color: #bdc3c7; |
- | + | } | |
.palette-concrete { | .palette-concrete { | ||
- | background-color: #95a5a6; | + | background-color: #95a5a6; |
- | + | } | |
.palette-asbestos { | .palette-asbestos { | ||
- | background-color: #7f8c8d; } | + | background-color: #7f8c8d; |
- | + | } | |
+ | .palette-clouds { | ||
+ | color: #bdc3c7; | ||
+ | } | ||
.palette-paragraph { | .palette-paragraph { | ||
color: #7f8c8d; | color: #7f8c8d; | ||
font-size: 12px; | font-size: 12px; | ||
- | line-height: 17px; } | + | line-height: 17px; |
- | + | } | |
- | + | .palette-paragraph span { | |
- | + | color: #bdc3c7; | |
+ | } | ||
.palette-headline { | .palette-headline { | ||
color: #7f8c8d; | color: #7f8c8d; | ||
font-weight: 700; | font-weight: 700; | ||
- | margin-top: -5px; | + | margin-top: -5px; |
- | + | } | |
.tile { | .tile { | ||
- | background-color: # | + | background-color: #eff0f2; |
border-radius: 6px; | border-radius: 6px; | ||
padding: 14px; | padding: 14px; | ||
position: relative; | position: relative; | ||
- | text-align: center; } | + | text-align: center; |
- | + | } | |
- | + | .tile.tile-hot:before { | |
- | + | background: url(../images/tile/ribbon.png) 0 0 no-repeat; | |
- | + | background-size: 82px 82px; | |
- | + | content: ''; | |
- | + | height: 82px; | |
- | + | position: absolute; | |
- | + | right: -4px; | |
- | + | top: -4px; | |
- | + | width: 82px; | |
- | + | } | |
- | + | .tile p { | |
- | + | font-size: 15px; | |
+ | margin-bottom: 33px; | ||
+ | } | ||
.tile-image { | .tile-image { | ||
height: 100px; | height: 100px; | ||
margin: 31px 0 27px; | margin: 31px 0 27px; | ||
- | vertical-align: bottom; } | + | vertical-align: bottom; |
- | + | } | |
- | + | .tile-image.big-illustration { | |
- | + | height: 111px; | |
- | + | margin-top: 20px; | |
- | + | width: 112px; | |
+ | } | ||
.tile-title { | .tile-title { | ||
font-size: 20px; | font-size: 20px; | ||
- | margin: 0; | + | margin: 0; |
- | + | } | |
- | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and ( | + | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) { |
.tile.tile-hot:before { | .tile.tile-hot:before { | ||
- | background-image: url( | + | background-image: url(../images/tile/ribbon-2x.png); |
+ | } | ||
+ | } | ||
.todo { | .todo { | ||
background-color: #2c3e50; | background-color: #2c3e50; | ||
+ | color: #798795; | ||
+ | margin-bottom: 20px; | ||
+ | -webkit-border-radius: 8px 8px 6px 6px; | ||
+ | -moz-border-radius: 8px 8px 6px 6px; | ||
border-radius: 8px 8px 6px 6px; | border-radius: 8px 8px 6px 6px; | ||
- | + | } | |
- | + | .todo ul { | |
- | + | margin: 0; | |
- | + | list-style-type: none; | |
- | + | } | |
- | + | .todo li { | |
- | + | background: #34495e url(../images/todo/todo.png) 92% center no-repeat; | |
- | + | background-size: 20px 20px; | |
- | + | cursor: pointer; | |
- | + | margin-top: 2px; | |
- | + | padding: 18px 42px 17px 25px; | |
- | + | position: relative; | |
- | + | -webkit-transition: 0.25s; | |
- | + | -moz-transition: 0.25s; | |
- | + | -o-transition: 0.25s; | |
- | + | transition: 0.25s; | |
- | + | -webkit-backface-visibility: hidden; | |
- | + | } | |
- | + | .todo li:first-child { | |
- | + | margin-top: 0; | |
- | + | } | |
- | + | .todo li:last-child { | |
- | + | -webkit-border-radius: 0 0 6px 6px; | |
- | + | -moz-border-radius: 0 0 6px 6px; | |
- | + | border-radius: 0 0 6px 6px; | |
- | + | padding-bottom: 18px; | |
- | + | } | |
- | + | .todo li.todo-done { | |
- | + | background: transparent url(../images/todo/done.png) 92% center no-repeat; | |
+ | background-size: 20px 20px; | ||
+ | color: #1abc9c; | ||
+ | } | ||
+ | .todo li.todo-done .todo-name { | ||
+ | color: #1abc9c; | ||
+ | } | ||
.todo-search { | .todo-search { | ||
- | background: #1abc9c | + | position: relative; |
+ | background: #1abc9c; | ||
background-size: 16px 16px; | background-size: 16px 16px; | ||
border-radius: 6px 6px 0 0; | border-radius: 6px 6px 0 0; | ||
color: #34495e; | color: #34495e; | ||
- | padding: 19px 25px 20px; } | + | padding: 19px 25px 20px; |
- | + | } | |
+ | .todo-search:before { | ||
+ | position: absolute; | ||
+ | font-family: 'Flat-UI-Icons'; | ||
+ | content: "\e01c"; | ||
+ | font-size: 16px; | ||
+ | display: inline-block; | ||
+ | top: 50%; | ||
+ | left: 92%; | ||
+ | margin: -0.5em 0 0 -1em; | ||
+ | } | ||
input.todo-search-field { | input.todo-search-field { | ||
background: none; | background: none; | ||
Line 1,811: | Line 2,937: | ||
-webkit-box-shadow: none; | -webkit-box-shadow: none; | ||
-moz-box-shadow: none; | -moz-box-shadow: none; | ||
- | box-shadow: none; } | + | box-shadow: none; |
- | + | } | |
- | + | input.todo-search-field:-moz-placeholder { | |
- | + | color: #34495e; | |
- | + | } | |
- | + | input.todo-search-field::-webkit-input-placeholder { | |
- | + | color: #34495e; | |
- | + | } | |
+ | input.todo-search-field.placeholder { | ||
+ | color: #34495e; | ||
+ | } | ||
.todo-icon { | .todo-icon { | ||
float: left; | float: left; | ||
font-size: 24px; | font-size: 24px; | ||
- | padding: 11px 22px 0 0; | + | padding: 11px 22px 0 0; |
- | + | } | |
.todo-content { | .todo-content { | ||
padding-top: 1px; | padding-top: 1px; | ||
- | overflow: hidden; | + | overflow: hidden; |
- | + | } | |
.todo-name { | .todo-name { | ||
- | color: | + | color: #ffffff; |
font-size: 17px; | font-size: 17px; | ||
- | margin: 1px 0 3px; | + | margin: 1px 0 3px; |
- | + | } | |
- | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and ( | + | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) { |
.todo li { | .todo li { | ||
- | background-image: | + | background-image: url(../images/todo/todo-2x.png); |
- | + | } | |
- | + | .todo li.todo-done { | |
- | + | background-image: url(../images/todo/done-2x.png); | |
- | + | } | |
- | + | } | |
footer { | footer { | ||
- | background-color: # | + | background-color: #edeff1; |
- | color: # | + | color: #bac1c8; |
font-size: 15px; | font-size: 15px; | ||
padding: 0; | padding: 0; | ||
- | + | } | |
- | + | footer a { | |
- | + | color: #9aa4af; | |
- | + | font-weight: 700; | |
- | + | } | |
- | + | footer p { | |
- | + | font-size: 15px; | |
- | + | line-height: 20px; | |
- | + | } | |
.footer-title { | .footer-title { | ||
margin: 0 0 22px; | margin: 0 0 22px; | ||
- | padding-top: 21px; | + | padding-top: 21px; |
- | + | } | |
.footer-brand { | .footer-brand { | ||
display: block; | display: block; | ||
margin-bottom: 26px; | margin-bottom: 26px; | ||
- | width: 220px; } | + | width: 220px; |
- | + | } | |
- | + | .footer-brand img { | |
- | + | width: 216px; | |
+ | } | ||
.footer-banner { | .footer-banner { | ||
background-color: #1abc9c; | background-color: #1abc9c; | ||
- | color: # | + | color: #d1f2eb; |
margin-left: 42px; | margin-left: 42px; | ||
min-height: 286px; | min-height: 286px; | ||
- | padding: 0 30px 30px; } | + | padding: 0 30px 30px; |
- | + | } | |
- | + | .footer-banner .footer-title { | |
- | + | color: #ffffff; | |
- | + | } | |
- | + | .footer-banner a { | |
- | + | color: #b7f5e9; | |
- | + | text-decoration: underline; | |
- | + | } | |
- | + | .footer-banner a:hover { | |
- | + | text-decoration: none; | |
- | + | } | |
- | + | .footer-banner ul { | |
- | + | list-style-type: none; | |
- | + | margin: 0 0 26px; | |
- | + | } | |
- | + | .footer-banner ul li { | |
- | + | border-top: 1px solid #1bc5a3; | |
- | + | line-height: 19px; | |
+ | padding: 6px 0; | ||
+ | } | ||
+ | .footer-banner ul li:first-child { | ||
+ | border-top: none; | ||
+ | padding-top: 1px; | ||
+ | } | ||
.video-js { | .video-js { | ||
- | background-color: | + | background-color: transparent; |
- | + | ||
margin-top: -95px; | margin-top: -95px; | ||
position: relative; | position: relative; | ||
padding: 0; | padding: 0; | ||
font-size: 10px; | font-size: 10px; | ||
- | vertical-align: middle; | + | vertical-align: middle; |
- | + | -webkit-border-radius: 6px 6px 0 0; | |
- | + | -moz-border-radius: 6px 6px 0 0; | |
- | + | border-radius: 6px 6px 0 0; | |
- | + | -webkit-backface-visibility: hidden; | |
- | + | -moz-backface-visibility: hidden; | |
- | + | -ms-backface-visibility: hidden; | |
- | + | backface-visibility: hidden; | |
- | .video-js:-moz-full-screen { | + | } |
- | + | .video-js .vjs-tech { | |
- | + | position: absolute; | |
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | -webkit-border-radius: 6px 6px 0 0; | ||
+ | -moz-border-radius: 6px 6px 0 0; | ||
+ | border-radius: 6px 6px 0 0; | ||
+ | } | ||
+ | .video-js:-moz-full-screen { | ||
+ | position: absolute; | ||
+ | } | ||
body.vjs-full-window { | body.vjs-full-window { | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
height: 100%; | height: 100%; | ||
- | overflow-y: auto; | + | overflow-y: auto; |
- | + | } | |
.video-js.vjs-fullscreen { | .video-js.vjs-fullscreen { | ||
position: fixed; | position: fixed; | ||
Line 1,924: | Line 3,070: | ||
width: 100% !important; | width: 100% !important; | ||
height: 100% !important; | height: 100% !important; | ||
- | _position: absolute; } | + | _position: absolute; |
+ | } | ||
.video-js:-webkit-full-screen { | .video-js:-webkit-full-screen { | ||
width: 100% !important; | width: 100% !important; | ||
- | height: 100% !important; | + | height: 100% !important; |
- | + | } | |
.vjs-poster { | .vjs-poster { | ||
margin: 0 auto; | margin: 0 auto; | ||
Line 1,935: | Line 3,082: | ||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
- | max-height: 100%; | + | max-height: 100%; |
- | + | -webkit-border-radius: 6px 6px 0 0; | |
+ | -moz-border-radius: 6px 6px 0 0; | ||
+ | border-radius: 6px 6px 0 0; | ||
+ | } | ||
.video-js .vjs-text-track-display { | .video-js .vjs-text-track-display { | ||
text-align: center; | text-align: center; | ||
Line 1,943: | Line 3,093: | ||
left: 1em; | left: 1em; | ||
right: 1em; | right: 1em; | ||
- | font-family: "Lato", sans-serif; } | + | font-family: "Lato", sans-serif; |
+ | } | ||
.video-js .vjs-text-track { | .video-js .vjs-text-track { | ||
display: none; | display: none; | ||
- | color: | + | color: #ffffff; |
font-size: 1.4em; | font-size: 1.4em; | ||
text-align: center; | text-align: center; | ||
- | margin-bottom: | + | margin-bottom: .1em; |
- | background: | + | background: #000; |
- | background: rgba(0, 0, 0, 0.5); } | + | background: rgba(0, 0, 0, 0.5); |
+ | } | ||
.video-js .vjs-subtitles { | .video-js .vjs-subtitles { | ||
- | color: | + | color: #fff; |
+ | } | ||
.video-js .vjs-captions { | .video-js .vjs-captions { | ||
- | color: # | + | color: #fc6; |
- | + | } | |
.vjs-tt-cue { | .vjs-tt-cue { | ||
- | display: block; | + | display: block; |
- | + | } | |
.vjs-fade-in { | .vjs-fade-in { | ||
visibility: visible !important; | visibility: visible !important; | ||
opacity: 1 !important; | opacity: 1 !important; | ||
- | -webkit-transition: visibility 0s linear 0s, opacity | + | -webkit-transition: visibility 0s linear 0s, opacity .3s linear; |
- | -moz-transition: visibility 0s linear 0s, opacity | + | -moz-transition: visibility 0s linear 0s, opacity .3s linear; |
- | -o-transition: visibility 0s linear 0s, opacity | + | -o-transition: visibility 0s linear 0s, opacity .3s linear; |
- | transition: visibility 0s linear 0s, opacity | + | transition: visibility 0s linear 0s, opacity .3s linear; |
- | -webkit-backface-visibility: hidden; | + | -webkit-backface-visibility: hidden; |
- | + | } | |
.vjs-fade-out { | .vjs-fade-out { | ||
visibility: hidden !important; | visibility: hidden !important; | ||
Line 1,976: | Line 3,129: | ||
-o-transition: visibility 0s linear 1.5s, opacity 1.5s linear; | -o-transition: visibility 0s linear 1.5s, opacity 1.5s linear; | ||
transition: visibility 0s linear 1.5s, opacity 1.5s linear; | transition: visibility 0s linear 1.5s, opacity 1.5s linear; | ||
- | -webkit-backface-visibility: hidden; | + | -webkit-backface-visibility: hidden; |
- | + | } | |
.vjs-controls { | .vjs-controls { | ||
- | |||
position: absolute; | position: absolute; | ||
bottom: -47px; | bottom: -47px; | ||
Line 1,987: | Line 3,139: | ||
padding: 0; | padding: 0; | ||
height: 47px; | height: 47px; | ||
- | color: | + | color: #ffffff; |
- | background: # | + | background: #273747; |
- | .vjs-controls.vjs-fade-out { | + | -webkit-border-radius: 0 0 6px 6px; |
- | + | -moz-border-radius: 0 0 6px 6px; | |
- | + | border-radius: 0 0 6px 6px; | |
- | + | } | |
+ | .vjs-controls.vjs-fade-out { | ||
+ | visibility: visible !important; | ||
+ | opacity: 1 !important; | ||
+ | } | ||
.vjs-control { | .vjs-control { | ||
background-position: center center; | background-position: center center; | ||
Line 2,002: | Line 3,158: | ||
padding: 0; | padding: 0; | ||
height: 18px; | height: 18px; | ||
- | width: 18px; } | + | width: 18px; |
- | + | } | |
- | + | .vjs-control:focus { | |
- | + | outline: 0; | |
- | + | } | |
- | + | .vjs-control div { | |
- | + | background-position: center center; | |
+ | background-repeat: no-repeat; | ||
+ | } | ||
.vjs-control-text { | .vjs-control-text { | ||
border: 0; | border: 0; | ||
Line 2,017: | Line 3,175: | ||
padding: 0; | padding: 0; | ||
position: absolute; | position: absolute; | ||
- | width: 1px; | + | width: 1px; |
- | + | } | |
.vjs-play-control { | .vjs-play-control { | ||
cursor: pointer !important; | cursor: pointer !important; | ||
Line 2,025: | Line 3,183: | ||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
- | width: 58px; } | + | width: 58px; |
- | + | } | |
- | + | .vjs-play-control div { | |
- | + | position: relative; | |
- | + | height: 47px; | |
- | + | } | |
- | + | .vjs-play-control div:before, | |
- | + | .vjs-play-control div:after { | |
- | + | position: absolute; | |
- | + | font-family: "Flat-UI-Icons"; | |
- | + | color: #1abc9c; | |
- | + | font-size: 16px; | |
- | + | top: 50%; | |
- | + | left: 50%; | |
- | + | margin: -0.55em 0 0 -0.5em; | |
- | + | -webkit-transition: color .25s, opacity .25s; | |
- | + | -moz-transition: color .25s, opacity .25s; | |
- | .vjs- | + | -o-transition: color .25s, opacity .25s; |
- | + | transition: color .25s, opacity .25s; | |
- | + | -webkit-backface-visibility: hidden; | |
- | + | } | |
- | + | .vjs-play-control div:after { | |
- | .vjs- | + | content: "\e03b"; |
- | + | } | |
- | + | .vjs-play-control div:before { | |
- | + | content: "\e03c"; | |
- | + | } | |
- | + | .vjs-paused .vjs-play-control:hover div:before { | |
- | + | color: #16a085; | |
- | + | } | |
- | + | .vjs-paused .vjs-play-control div:after { | |
- | + | opacity: 0; | |
+ | filter: alpha(opacity=0); | ||
+ | } | ||
+ | .vjs-paused .vjs-play-control div:before { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .vjs-playing .vjs-play-control:hover div:after { | ||
+ | color: #16a085; | ||
+ | } | ||
+ | .vjs-playing .vjs-play-control div:after { | ||
+ | opacity: 1; | ||
+ | filter: alpha(opacity=100); | ||
+ | } | ||
+ | .vjs-playing .vjs-play-control div:before { | ||
+ | opacity: 0; | ||
+ | filter: alpha(opacity=0); | ||
+ | } | ||
.vjs-rewind-control { | .vjs-rewind-control { | ||
width: 5em; | width: 5em; | ||
- | cursor: pointer !important; } | + | cursor: pointer !important; |
- | + | } | |
- | + | .vjs-rewind-control div { | |
- | + | width: 19px; | |
- | + | height: 16px; | |
- | + | background: none transparent; | |
- | + | margin: .5em auto 0; | |
+ | } | ||
.vjs-mute-control { | .vjs-mute-control { | ||
- | background: url( | + | background: url(../images/video/volume-full.png) center -48px no-repeat; |
background-size: 16px 64px; | background-size: 16px 64px; | ||
cursor: pointer !important; | cursor: pointer !important; | ||
position: absolute; | position: absolute; | ||
right: 51px; | right: 51px; | ||
- | top: 14px; } | + | top: 14px; |
- | + | } | |
- | + | .vjs-mute-control:hover div, | |
- | + | .vjs-mute-control:focus div { | |
- | + | opacity: 0; | |
- | + | } | |
- | + | .vjs-mute-control.vjs-vol-0, | |
- | + | .vjs-mute-control.vjs-vol-0 div { | |
- | + | background-image: url(../images/video/volume-off.png); | |
- | + | } | |
- | + | .vjs-mute-control div { | |
- | + | background: #273747 url(../images/video/volume-full.png) no-repeat center 2px; | |
- | + | background-size: 16px 64px; | |
- | + | height: 18px; | |
- | + | -webkit-transition: opacity 0.25s; | |
- | + | -moz-transition: opacity 0.25s; | |
+ | -o-transition: opacity 0.25s; | ||
+ | transition: opacity 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
.vjs-volume-control, | .vjs-volume-control, | ||
.vjs-volume-level, | .vjs-volume-level, | ||
.vjs-volume-handle, | .vjs-volume-handle, | ||
.vjs-volume-bar { | .vjs-volume-bar { | ||
- | display: none; | + | display: none; |
- | + | } | |
.vjs-progress-control { | .vjs-progress-control { | ||
- | |||
position: absolute; | position: absolute; | ||
left: 60px; | left: 60px; | ||
Line 2,102: | Line 3,281: | ||
width: auto; | width: auto; | ||
top: 18px; | top: 18px; | ||
- | background: # | + | background: #425669; |
- | + | -webkit-border-radius: 32px; | |
+ | -moz-border-radius: 32px; | ||
+ | border-radius: 32px; | ||
+ | } | ||
.vjs-progress-holder { | .vjs-progress-holder { | ||
position: relative; | position: relative; | ||
Line 2,109: | Line 3,291: | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
- | height: 12px; } | + | height: 12px; |
- | + | } | |
- | .vjs-play-progress, .vjs-load-progress { | + | .vjs-play-progress, |
- | + | .vjs-load-progress { | |
position: absolute; | position: absolute; | ||
display: block; | display: block; | ||
Line 2,119: | Line 3,301: | ||
padding: 0; | padding: 0; | ||
left: 0; | left: 0; | ||
- | top: 0; | + | top: 0; |
- | + | -webkit-border-radius: 32px; | |
+ | -moz-border-radius: 32px; | ||
+ | border-radius: 32px; | ||
+ | } | ||
.vjs-play-progress { | .vjs-play-progress { | ||
background: #1abc9c; | background: #1abc9c; | ||
- | left: -1px; | + | left: -1px; |
- | + | } | |
.vjs-load-progress { | .vjs-load-progress { | ||
- | background: # | + | background: #d6dbdf; |
- | border-radius: 32px 0 0 32px; | + | -webkit-border-radius: 32px 0 0 32px; |
- | .vjs-load-progress[style*='100%'], .vjs-load-progress[style*='99%'] { | + | -moz-border-radius: 32px 0 0 32px; |
- | + | border-radius: 32px 0 0 32px; | |
- | + | } | |
+ | .vjs-load-progress[style*='100%'], | ||
+ | .vjs-load-progress[style*='99%'] { | ||
+ | -webkit-border-radius: 32px; | ||
+ | -moz-border-radius: 32px; | ||
+ | border-radius: 32px; | ||
+ | } | ||
.vjs-seek-handle { | .vjs-seek-handle { | ||
background-color: #16a085; | background-color: #16a085; | ||
- | |||
position: absolute; | position: absolute; | ||
width: 18px; | width: 18px; | ||
Line 2,144: | Line 3,334: | ||
-o-transition: background-color 0.25s; | -o-transition: background-color 0.25s; | ||
transition: background-color 0.25s; | transition: background-color 0.25s; | ||
- | -webkit-backface-visibility: hidden; | + | -webkit-backface-visibility: hidden; |
- | .vjs-seek-handle[style*='95.'] { | + | -webkit-border-radius: 50%; |
- | + | -moz-border-radius: 50%; | |
- | + | border-radius: 50%; | |
- | + | } | |
- | + | .vjs-seek-handle[style*='95.'] { | |
- | + | margin-left: 3px; | |
- | + | } | |
- | + | .vjs-seek-handle[style='left: 0%;'] { | |
- | + | margin-left: -2px; | |
+ | } | ||
+ | .vjs-seek-handle:hover, | ||
+ | .vjs-seek-handle:focus { | ||
+ | background-color: #148d75; | ||
+ | } | ||
+ | .vjs-seek-handle:active { | ||
+ | background-color: #117a65; | ||
+ | } | ||
.vjs-time-controls { | .vjs-time-controls { | ||
position: absolute; | position: absolute; | ||
Line 2,159: | Line 3,357: | ||
width: 50px; | width: 50px; | ||
top: 16px; | top: 16px; | ||
- | font: 300 13px "Lato", sans-serif; | + | font: 300 13px "Lato", sans-serif; |
- | + | } | |
.vjs-current-time { | .vjs-current-time { | ||
right: 128px; | right: 128px; | ||
- | text-align: right; | + | text-align: right; |
- | + | } | |
.vjs-duration { | .vjs-duration { | ||
- | color: # | + | color: #5d6d7e; |
right: 69px; | right: 69px; | ||
- | text-align: left; | + | text-align: left; |
- | + | } | |
.vjs-remaining-time { | .vjs-remaining-time { | ||
- | display: none; | + | display: none; |
- | + | } | |
.vjs-time-divider { | .vjs-time-divider { | ||
- | color: # | + | color: #5d6d7e; |
font-size: 14px; | font-size: 14px; | ||
position: absolute; | position: absolute; | ||
right: 121px; | right: 121px; | ||
- | top: 15px; | + | top: 15px; |
- | + | } | |
.vjs-secondary-controls { | .vjs-secondary-controls { | ||
- | float: right; | + | float: right; |
- | + | } | |
.vjs-fullscreen-control { | .vjs-fullscreen-control { | ||
- | background-image: url( | + | background-image: url(../images/video/fullscreen.png); |
background-position: center -47px; | background-position: center -47px; | ||
background-size: 15px 64px; | background-size: 15px 64px; | ||
Line 2,190: | Line 3,388: | ||
position: absolute; | position: absolute; | ||
right: 17px; | right: 17px; | ||
- | top: 13px; } | + | top: 13px; |
- | + | } | |
- | + | .vjs-fullscreen-control:hover div, | |
- | + | .vjs-fullscreen-control:focus div { | |
- | + | opacity: 0; | |
- | + | } | |
- | + | .vjs-fullscreen-control div { | |
- | + | height: 18px; | |
- | + | background: url(../images/video/fullscreen.png) no-repeat center 2px; | |
- | + | background-size: 15px 64px; | |
- | + | -webkit-transition: opacity 0.25s; | |
- | + | -moz-transition: opacity 0.25s; | |
- | + | -o-transition: opacity 0.25s; | |
+ | transition: opacity 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
.vjs-menu-button { | .vjs-menu-button { | ||
- | display: none !important; | + | display: none !important; |
- | + | } | |
@-webkit-keyframes sharp { | @-webkit-keyframes sharp { | ||
0% { | 0% { | ||
background: #e74c3c; | background: #e74c3c; | ||
- | |||
-webkit-transform: rotate(0deg); | -webkit-transform: rotate(0deg); | ||
-moz-transform: rotate(0deg); | -moz-transform: rotate(0deg); | ||
-ms-transform: rotate(0deg); | -ms-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | -o-transform: rotate(0deg); | ||
- | transform: rotate(0deg); | + | transform: rotate(0deg); |
- | + | -webkit-border-radius: 10px; | |
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | } | ||
50% { | 50% { | ||
background: #ebedee; | background: #ebedee; | ||
+ | -webkit-border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
border-radius: 0; | border-radius: 0; | ||
-webkit-transform: rotate(180deg); | -webkit-transform: rotate(180deg); | ||
Line 2,223: | Line 3,428: | ||
-ms-transform: rotate(180deg); | -ms-transform: rotate(180deg); | ||
-o-transform: rotate(180deg); | -o-transform: rotate(180deg); | ||
- | transform: rotate(180deg); | + | transform: rotate(180deg); |
- | + | } | |
100% { | 100% { | ||
background: #e74c3c; | background: #e74c3c; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
border-radius: 10px; | border-radius: 10px; | ||
-webkit-transform: rotate(360deg); | -webkit-transform: rotate(360deg); | ||
Line 2,232: | Line 3,439: | ||
-ms-transform: rotate(360deg); | -ms-transform: rotate(360deg); | ||
-o-transform: rotate(360deg); | -o-transform: rotate(360deg); | ||
- | transform: rotate(360deg); | + | transform: rotate(360deg); |
- | + | } | |
+ | } | ||
@-moz-keyframes sharp { | @-moz-keyframes sharp { | ||
0% { | 0% { | ||
background: #e74c3c; | background: #e74c3c; | ||
- | |||
-webkit-transform: rotate(0deg); | -webkit-transform: rotate(0deg); | ||
-moz-transform: rotate(0deg); | -moz-transform: rotate(0deg); | ||
-ms-transform: rotate(0deg); | -ms-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | -o-transform: rotate(0deg); | ||
- | transform: rotate(0deg); | + | transform: rotate(0deg); |
- | + | -webkit-border-radius: 10px; | |
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | } | ||
50% { | 50% { | ||
background: #ebedee; | background: #ebedee; | ||
+ | -webkit-border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
border-radius: 0; | border-radius: 0; | ||
-webkit-transform: rotate(180deg); | -webkit-transform: rotate(180deg); | ||
Line 2,251: | Line 3,463: | ||
-ms-transform: rotate(180deg); | -ms-transform: rotate(180deg); | ||
-o-transform: rotate(180deg); | -o-transform: rotate(180deg); | ||
- | transform: rotate(180deg); | + | transform: rotate(180deg); |
- | + | } | |
100% { | 100% { | ||
background: #e74c3c; | background: #e74c3c; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
border-radius: 10px; | border-radius: 10px; | ||
-webkit-transform: rotate(360deg); | -webkit-transform: rotate(360deg); | ||
Line 2,260: | Line 3,474: | ||
-ms-transform: rotate(360deg); | -ms-transform: rotate(360deg); | ||
-o-transform: rotate(360deg); | -o-transform: rotate(360deg); | ||
- | transform: rotate(360deg); | + | transform: rotate(360deg); |
- | + | } | |
+ | } | ||
@-o-keyframes sharp { | @-o-keyframes sharp { | ||
0% { | 0% { | ||
background: #e74c3c; | background: #e74c3c; | ||
- | |||
-webkit-transform: rotate(0deg); | -webkit-transform: rotate(0deg); | ||
-moz-transform: rotate(0deg); | -moz-transform: rotate(0deg); | ||
-ms-transform: rotate(0deg); | -ms-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | -o-transform: rotate(0deg); | ||
- | transform: rotate(0deg); | + | transform: rotate(0deg); |
- | + | -webkit-border-radius: 10px; | |
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | } | ||
50% { | 50% { | ||
background: #ebedee; | background: #ebedee; | ||
+ | -webkit-border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
border-radius: 0; | border-radius: 0; | ||
-webkit-transform: rotate(180deg); | -webkit-transform: rotate(180deg); | ||
Line 2,279: | Line 3,498: | ||
-ms-transform: rotate(180deg); | -ms-transform: rotate(180deg); | ||
-o-transform: rotate(180deg); | -o-transform: rotate(180deg); | ||
- | transform: rotate(180deg); | + | transform: rotate(180deg); |
- | + | } | |
100% { | 100% { | ||
background: #e74c3c; | background: #e74c3c; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
border-radius: 10px; | border-radius: 10px; | ||
-webkit-transform: rotate(360deg); | -webkit-transform: rotate(360deg); | ||
Line 2,288: | Line 3,509: | ||
-ms-transform: rotate(360deg); | -ms-transform: rotate(360deg); | ||
-o-transform: rotate(360deg); | -o-transform: rotate(360deg); | ||
- | transform: rotate(360deg); | + | transform: rotate(360deg); |
- | + | } | |
+ | } | ||
@keyframes sharp { | @keyframes sharp { | ||
0% { | 0% { | ||
background: #e74c3c; | background: #e74c3c; | ||
- | |||
-webkit-transform: rotate(0deg); | -webkit-transform: rotate(0deg); | ||
-moz-transform: rotate(0deg); | -moz-transform: rotate(0deg); | ||
-ms-transform: rotate(0deg); | -ms-transform: rotate(0deg); | ||
-o-transform: rotate(0deg); | -o-transform: rotate(0deg); | ||
- | transform: rotate(0deg); | + | transform: rotate(0deg); |
- | + | -webkit-border-radius: 10px; | |
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | } | ||
50% { | 50% { | ||
background: #ebedee; | background: #ebedee; | ||
+ | -webkit-border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
border-radius: 0; | border-radius: 0; | ||
-webkit-transform: rotate(180deg); | -webkit-transform: rotate(180deg); | ||
Line 2,307: | Line 3,533: | ||
-ms-transform: rotate(180deg); | -ms-transform: rotate(180deg); | ||
-o-transform: rotate(180deg); | -o-transform: rotate(180deg); | ||
- | transform: rotate(180deg); | + | transform: rotate(180deg); |
- | + | } | |
100% { | 100% { | ||
background: #e74c3c; | background: #e74c3c; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
border-radius: 10px; | border-radius: 10px; | ||
-webkit-transform: rotate(360deg); | -webkit-transform: rotate(360deg); | ||
Line 2,316: | Line 3,544: | ||
-ms-transform: rotate(360deg); | -ms-transform: rotate(360deg); | ||
-o-transform: rotate(360deg); | -o-transform: rotate(360deg); | ||
- | transform: rotate(360deg); | + | transform: rotate(360deg); |
- | + | } | |
+ | } | ||
.vjs-loading-spinner { | .vjs-loading-spinner { | ||
background: #ebedee; | background: #ebedee; | ||
- | |||
display: none; | display: none; | ||
height: 16px; | height: 16px; | ||
Line 2,331: | Line 3,559: | ||
-moz-animation: sharp 2s ease infinite; | -moz-animation: sharp 2s ease infinite; | ||
-o-animation: sharp 2s ease infinite; | -o-animation: sharp 2s ease infinite; | ||
- | animation: sharp 2s ease infinite; | + | animation: sharp 2s ease infinite; |
- | + | -webkit-border-radius: 10px; | |
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | } | ||
.login { | .login { | ||
- | background: url( | + | background: url(../images/login/imac.png) 0 0 no-repeat; |
background-size: 940px 778px; | background-size: 940px 778px; | ||
- | color: | + | color: #ffffff; |
margin-bottom: 77px; | margin-bottom: 77px; | ||
padding: 38px 38px 267px; | padding: 38px 38px 267px; | ||
- | position: relative; | + | position: relative; |
- | + | } | |
.login-screen { | .login-screen { | ||
background-color: #1abc9c; | background-color: #1abc9c; | ||
min-height: 317px; | min-height: 317px; | ||
- | padding: 123px 199px 33px 306px; | + | padding: 123px 199px 33px 306px; |
- | + | } | |
.login-icon { | .login-icon { | ||
left: 200px; | left: 200px; | ||
position: absolute; | position: absolute; | ||
top: 160px; | top: 160px; | ||
- | width: 96px; } | + | width: 96px; |
- | + | } | |
- | + | .login-icon > img { | |
- | + | display: block; | |
- | + | margin-bottom: 6px; | |
- | + | width: 100%; | |
- | + | } | |
- | + | .login-icon > h4 { | |
- | + | font-size: 17px; | |
- | + | font-weight: 200; | |
- | + | line-height: 34px; | |
- | + | opacity: 0.95; | |
- | + | filter: alpha(opacity=95); | |
- | + | } | |
- | + | .login-icon > h4 small { | |
- | + | color: inherit; | |
+ | display: block; | ||
+ | font-size: inherit; | ||
+ | font-weight: 700; | ||
+ | } | ||
.login-form { | .login-form { | ||
- | background-color: # | + | background-color: #edeff1; |
- | + | ||
padding: 24px 23px 20px; | padding: 24px 23px 20px; | ||
- | position: relative; | + | position: relative; |
- | .login-form:before { | + | -webkit-border-radius: 6px; |
- | + | -moz-border-radius: 6px; | |
- | + | border-radius: 6px; | |
- | + | } | |
- | + | .login-form:before { | |
- | + | content: ''; | |
- | + | border-style: solid; | |
- | + | border-width: 12px 12px 12px 0; | |
- | + | border-color: transparent #edeff1 transparent transparent; | |
- | + | height: 0; | |
- | + | position: absolute; | |
- | + | left: -12px; | |
- | + | top: 35px; | |
- | + | width: 0; | |
- | + | -webkit-transform: rotate(360deg); | |
- | + | } | |
- | + | .login-form .control-group { | |
- | + | margin-bottom: 6px; | |
- | + | position: relative; | |
- | + | } | |
- | + | .login-form .login-field { | |
- | + | border-color: transparent; | |
- | + | font-size: 17px; | |
- | + | padding-bottom: 11px; | |
- | + | padding-top: 11px; | |
- | + | text-indent: 3px; | |
- | + | width: 299px; | |
- | + | margin-bottom: 10px !important; | |
- | + | } | |
- | + | .login-form .login-field:focus + .login-field-icon { | |
- | + | color: #1abc9c; | |
- | + | } | |
- | + | .login-form .login-field-icon { | |
- | + | color: #bfc9ca; | |
- | + | font-size: 16px; | |
+ | position: absolute; | ||
+ | right: 13px; | ||
+ | top: 14px; | ||
+ | -webkit-transition: 0.25s; | ||
+ | -moz-transition: 0.25s; | ||
+ | -o-transition: 0.25s; | ||
+ | transition: 0.25s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
.login-link { | .login-link { | ||
color: #bfc9ca; | color: #bfc9ca; | ||
Line 2,411: | Line 3,654: | ||
font-size: 13px; | font-size: 13px; | ||
margin-top: 15px; | margin-top: 15px; | ||
- | text-align: center; | + | text-align: center; |
- | + | } | |
- | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and ( | + | @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) { |
.login { | .login { | ||
- | background-image: url( | + | background-image: url(../images/login/imac-2x.png); |
- | .ptn, .pvn, .pan { | + | } |
- | padding-top: 0; | + | } |
- | + | .last-col { | |
- | .ptx, .pvx, .pax { | + | overflow: hidden; |
- | padding-top: 3px; | + | } |
- | + | .ptn, | |
- | .pts, .pvs, .pas { | + | .pvn, |
- | padding-top: 5px; } | + | .pan { |
- | + | padding-top: 0; | |
- | .ptm, .pvm, .pam { | + | } |
- | padding-top: 10px; } | + | .ptx, |
- | + | .pvx, | |
- | .ptl, .pvl, .pal { | + | .pax { |
- | padding-top: 20px; } | + | padding-top: 3px; |
- | + | } | |
- | .prn, .phn, .pan { | + | .pts, |
- | padding-right: 0; | + | .pvs, |
- | + | .pas { | |
- | .prx, .phx, .pax { | + | padding-top: 5px; |
- | padding-right: 3px; | + | } |
- | + | .ptm, | |
- | .prs, .phs, .pas { | + | .pvm, |
- | padding-right: 5px; } | + | .pam { |
- | + | padding-top: 10px; | |
- | .prm, .phm, .pam { | + | } |
- | padding-right: 10px; } | + | .ptl, |
- | + | .pvl, | |
- | .prl, .phl, .pal { | + | .pal { |
- | padding-right: 20px; } | + | padding-top: 20px; |
- | + | } | |
- | .pbn, .pvn, .pan { | + | .prn, |
- | padding-bottom: 0; | + | .phn, |
- | + | .pan { | |
- | .pbx, .pvx, .pax { | + | padding-right: 0; |
- | padding-bottom: 3px; | + | } |
- | + | .prx, | |
- | .pbs, .pvs, .pas { | + | .phx, |
- | padding-bottom: 5px; } | + | .pax { |
- | + | padding-right: 3px; | |
- | .pbm, .pvm, .pam { | + | } |
- | padding-bottom: 10px; } | + | .prs, |
- | + | .phs, | |
- | .pbl, .pvl, .pal { | + | .pas { |
- | padding-bottom: 20px; } | + | padding-right: 5px; |
- | + | } | |
- | .pln, .phn, .pan { | + | .prm, |
- | padding-left: 0; | + | .phm, |
- | + | .pam { | |
- | .plx, .phx, .pax { | + | padding-right: 10px; |
- | padding-left: 3px; | + | } |
- | + | .prl, | |
- | .pls, .phs, .pas { | + | .phl, |
- | padding-left: 5px; } | + | .pal { |
- | + | padding-right: 20px; | |
- | .plm, .phm, .pam { | + | } |
- | padding-left: 10px; } | + | .pbn, |
- | + | .pvn, | |
- | .pll, .phl, .pal { | + | .pan { |
- | padding-left: 20px; } | + | padding-bottom: 0; |
- | + | } | |
- | .mtn, .mvn, .man { | + | .pbx, |
- | margin-top: 0px; | + | .pvx, |
- | + | .pax { | |
- | .mtx, .mvx, .max { | + | padding-bottom: 3px; |
- | margin-top: 3px; | + | } |
- | + | .pbs, | |
- | .mts, .mvs, .mas { | + | .pvs, |
- | margin-top: 5px; } | + | .pas { |
- | + | padding-bottom: 5px; | |
- | .mtm, .mvm, .mam { | + | } |
- | margin-top: 10px; } | + | .pbm, |
- | + | .pvm, | |
- | .mtl, .mvl, .mal { | + | .pam { |
- | margin-top: 20px; } | + | padding-bottom: 10px; |
- | + | } | |
- | .mrn, .mhn, .man { | + | .pbl, |
- | margin-right: 0px; | + | .pvl, |
- | + | .pal { | |
- | .mrx, .mhx, .max { | + | padding-bottom: 20px; |
- | margin-right: 3px; | + | } |
- | + | .pln, | |
- | .mrs, .mhs, .mas { | + | .phn, |
- | margin-right: 5px; } | + | .pan { |
- | + | padding-left: 0; | |
- | .mrm, .mhm, .mam { | + | } |
- | margin-right: 10px; } | + | .plx, |
- | + | .phx, | |
- | .mrl, .mhl, .mal { | + | .pax { |
- | margin-right: 20px; } | + | padding-left: 3px; |
- | + | } | |
- | .mbn, .mvn, .man { | + | .pls, |
- | margin-bottom: 0px; | + | .phs, |
- | + | .pas { | |
- | .mbx, .mvx, .max { | + | padding-left: 5px; |
- | margin-bottom: 3px; | + | } |
- | + | .plm, | |
- | .mbs, .mvs, .mas { | + | .phm, |
- | margin-bottom: 5px; } | + | .pam { |
- | + | padding-left: 10px; | |
- | .mbm, .mvm, .mam { | + | } |
- | margin-bottom: 10px; } | + | .pll, |
- | + | .phl, | |
- | .mbl, .mvl, .mal { | + | .pal { |
- | margin-bottom: 20px; } | + | padding-left: 20px; |
- | + | } | |
- | .mln, .mhn, .man { | + | .mtn, |
- | margin-left: 0px; | + | .mvn, |
- | + | .man { | |
- | .mlx, .mhx, .max { | + | margin-top: 0px; |
- | margin-left: 3px; } | + | } |
- | + | .mtx, | |
- | .mls, .mhs, .mas { | + | .mvx, |
- | margin-left: 5px; | + | .max { |
- | + | margin-top: 3px; | |
- | .mlm, .mhm, .mam { | + | } |
- | margin-left: 10px; } | + | .mts, |
- | + | .mvs, | |
- | .mll, .mhl, .mal { | + | .mas { |
- | margin-left: 20px; } | + | margin-top: 5px; |
+ | } | ||
+ | .mtm, | ||
+ | .mvm, | ||
+ | .mam { | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | .mtl, | ||
+ | .mvl, | ||
+ | .mal { | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | .mrn, | ||
+ | .mhn, | ||
+ | .man { | ||
+ | margin-right: 0px; | ||
+ | } | ||
+ | .mrx, | ||
+ | .mhx, | ||
+ | .max { | ||
+ | margin-right: 3px; | ||
+ | } | ||
+ | .mrs, | ||
+ | .mhs, | ||
+ | .mas { | ||
+ | margin-right: 5px; | ||
+ | } | ||
+ | .mrm, | ||
+ | .mhm, | ||
+ | .mam { | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | .mrl, | ||
+ | .mhl, | ||
+ | .mal { | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .mbn, | ||
+ | .mvn, | ||
+ | .man { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | .mbx, | ||
+ | .mvx, | ||
+ | .max { | ||
+ | margin-bottom: 3px; | ||
+ | } | ||
+ | .mbs, | ||
+ | .mvs, | ||
+ | .mas { | ||
+ | margin-bottom: 5px; | ||
+ | } | ||
+ | .mbm, | ||
+ | .mvm, | ||
+ | .mam { | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | .mbl, | ||
+ | .mvl, | ||
+ | .mal { | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | .mln, | ||
+ | .mhn, | ||
+ | .man { | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | .mlx, | ||
+ | .mhx, | ||
+ | .max { | ||
+ | margin-left: 3px; | ||
+ | } | ||
+ | .mls, | ||
+ | .mhs, | ||
+ | .mas { | ||
+ | margin-left: 5px; | ||
+ | } | ||
+ | .mlm, | ||
+ | .mhm, | ||
+ | .mam { | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | .mll, | ||
+ | .mhl, | ||
+ | .mal { | ||
+ | margin-left: 20px; | ||
+ | } |
Latest revision as of 13:02, 8 August 2013
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700italic,900,400italic,300"); @font-face {
font-family: 'Flat-UI-Icons'; src: url('../fonts/Flat-UI-Icons.eot'); src: url('../fonts/Flat-UI-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Flat-UI-Icons.woff') format('woff'), url('../fonts/Flat-UI-Icons.ttf') format('truetype'), url('../fonts/Flat-UI-Icons.svg#Flat-UI-Icons') format('svg'); font-weight: normal; font-style: normal;
} /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before {
font-family: 'Flat-UI-Icons'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased;
} /* Use the following CSS code if you want to have a class per icon */ /* Instead of a list of all class selectors, you can use the generic selector below, but it's slower: [class*="fui-"] {
- /
.fui-arrow-right, .fui-arrow-left, .fui-cmd, .fui-check-inverted, .fui-heart, .fui-location, .fui-plus, .fui-check, .fui-cross, .fui-list, .fui-new, .fui-video, .fui-photo, .fui-volume, .fui-time, .fui-eye, .fui-chat, .fui-search, .fui-user, .fui-mail, .fui-lock, .fui-gear, .fui-radio-unchecked, .fui-radio-checked, .fui-checkbox-unchecked, .fui-checkbox-checked, .fui-calendar-solid, .fui-pause, .fui-play, .fui-check-inverted-2 {
display: inline-block; font-family: 'Flat-UI-Icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased;
} .fui-arrow-right:before {
content: "\e02c";
} .fui-arrow-left:before {
content: "\e02d";
} .fui-cmd:before {
content: "\e02f";
} .fui-check-inverted:before {
content: "\e006";
} .fui-heart:before {
content: "\e007";
} .fui-location:before {
content: "\e008";
} .fui-plus:before {
content: "\e009";
} .fui-check:before {
content: "\e00a";
} .fui-cross:before {
content: "\e00b";
} .fui-list:before {
content: "\e00c";
} .fui-new:before {
content: "\e00d";
} .fui-video:before {
content: "\e00e";
} .fui-photo:before {
content: "\e00f";
} .fui-volume:before {
content: "\e010";
} .fui-time:before {
content: "\e011";
} .fui-eye:before {
content: "\e012";
} .fui-chat:before {
content: "\e013";
} .fui-search:before {
content: "\e01c";
} .fui-user:before {
content: "\e01d";
} .fui-mail:before {
content: "\e01e";
} .fui-lock:before {
content: "\e01f";
} .fui-gear:before {
content: "\e024";
} .fui-radio-unchecked:before {
content: "\e02b";
} .fui-radio-checked:before {
content: "\e032";
} .fui-checkbox-unchecked:before {
content: "\e033";
} .fui-checkbox-checked:before {
content: "\e034";
} .fui-calendar-solid:before {
content: "\e022";
} .fui-pause:before {
content: "\e03b";
} .fui-play:before {
content: "\e03c";
} .fui-check-inverted-2:before {
content: "\e000";
} /* 62px */ /* 52px */ /* 40px */ /* 29px */ /* 28px */ /* 24px */ .inline-block {
display: inline-block; zoom: 1; *display: inline;
} .clearfix {
*zoom: 1;
} .clearfix:before, .clearfix:after {
display: table; content: "";
} .clearfix:after {
clear: both;
} .drop-ie-gradient {
filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .dropdown-arrow-inverse {
border-bottom-color: #34495e !important; border-top-color: #34495e !important;
} .demo-headline {
padding: 73px 0 110px; text-align: center;
} .demo-logo {
font-size: 90px; font-weight: 900; letter-spacing: -2px; line-height: 100px;
} .demo-logo .logo {
background: url(../images/demo/logo-mask.png) center 0 no-repeat; background-size: 256px 186px; height: 186px; margin: 0 auto 26px; overflow: hidden; text-indent: -9999em; width: 256px;
} .demo-logo small {
color: rgba(52, 73, 94, 0.30000000000000004); display: block; font-size: 22px; font-weight: 700; letter-spacing: -1px; padding-top: 5px;
} .demo-row {
margin-bottom: 20px;
} .demo-panel-title {
margin-bottom: 20px; padding-top: 20px;
} .demo-panel-title small {
color: #798795; font-size: inherit; font-weight: 400;
} .demo-navigation {
margin-bottom: -4px; margin-top: -10px;
} .demo-pager {
margin-top: -10px;
} .demo-tooltips {
height: 126px;
} .demo-tooltips .tooltip {
left: -8px !important; position: relative !important; top: -8px !important;
} .demo-headings {
margin-bottom: 12px;
} .demo-tiles {
margin-bottom: 46px;
} .demo-icons {
font-size: 32px; margin-left: -15px;
} .demo-icons .demo-content {
margin: 0 0 0 -36px;
} .demo-icons .demo-content > span {
display: inline-block; margin: 0 0 32px 36px; width: 24px; font-size: 24px;
} .demo-icons-tooltip {
bottom: 0; color: #c2c8cf; font-size: 12px; left: 100%; margin-left: 0 !important; position: absolute; width: 80px;
} .demo-illustrations {
margin-top: 40px; *zoom: 1;
} .demo-illustrations:before, .demo-illustrations:after {
display: table; content: "";
} .demo-illustrations:after {
clear: both;
} .demo-illustrations .demo-content {
margin: 0 0 0 -40px; padding-top: 20px;
} .demo-illustrations .demo-content > div {
float: left; width: 100px; height: 100px; margin: 0 0 80px 40px; text-align: center;
} .demo-illustrations img {
display: inline-block; max-height: 100px; max-width: 100px; vertical-align: baseline;
} .demo-samples {
margin-bottom: 46px;
} .demo-video {
padding-top: 95px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
} .demo-download-section {
float: none; margin: 0 auto; padding: 60px 0 90px 20px; text-align: center;
} .demo-download-section [class*='fui-'] {
margin: 3px 0 -3px;
} .demo-download {
background-color: #ebedef; height: 120px; margin: 0 auto 32px; padding: 40px 28px 30px 32px; text-align: center; width: 130px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
} .demo-download img {
height: 104px; width: 82px;
} .demo-download-text {
font-size: 15px; padding: 20px 0; text-align: center;
} .demo-text-box a:hover {
color: #1abc9c;
} .demo-browser {
background: #2c3e50 url(../images/demo/browser.png) 0 0 no-repeat; background-size: 659px 42px; color: #ffffff; margin: 0 41px 140px 0; padding-top: 42px; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
} .demo-browser-side {
float: left; padding: 22px 20px; width: 111px;
} .demo-browser-side > h5 {
margin-bottom: 3px; text-transform: none;
} .demo-browser-side > h6 {
font-size: 11px; font-weight: 300; line-height: 18px; margin-top: 3px; text-transform: none;
} .demo-browser-author {
background: url(../images/demo/browser-author.jpg) center center no-repeat; border: 3px solid #ffffff; display: block; height: 84px; margin: 0 auto; width: 84px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
} .demo-browser-action {
padding: 30px 0 12px;
} .demo-browser-action > .btn {
padding: 9px 0 10px 11px !important; text-align: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
} .demo-browser-action > .btn:before {
color: #ffffff; content: '\e009'; font-size: 16px; font-family: 'Flat-UI-Icons'; font-weight: 300; margin-right: 12px; position: relative; top: 1px; -webkit-font-smoothing: antialiased;
} .demo-browser-content {
background-color: #34495e; overflow: hidden; padding: 21px 0 0 20px; -webkit-border-radius: 0 0 6px; -moz-border-radius: 0 0 6px; border-radius: 0 0 6px;
} .demo-browser-content > img {
border: 6px solid #ffffff; float: left; margin: 0 15px 20px 0; width: 134px;
} @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
.logo { background-image: url(../images/demo/logo-mask-2x.png); } .demo-browser { background-image: url(../images/demo/browser-2x.png); }
} body {
color: #34495e; font-family: "Lato", sans-serif; font-size: 14px; line-height: 1.231;
} input, button, select, textarea {
font-family: "Lato", sans-serif; font-size: 14px;
} a {
color: #16a085; text-decoration: underline; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} a:hover {
color: #1abc9c; text-decoration: none;
} h1 {
font-size: 32px; font-weight: 900;
} h2 {
font-size: 26px; font-weight: 700; margin-bottom: 2px;
} h3 {
font-size: 24px; font-weight: 700; margin-bottom: 4px; margin-top: 2px;
} h4 {
font-size: 18px; font-weight: 500; margin-top: 4px;
} h5 {
font-size: 16px; font-weight: 500; text-transform: uppercase;
} h6 {
font-size: 13px; font-weight: 500; text-transform: uppercase;
} .btn, .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 14.994px; /* 15px */
font-weight: 500;
} .btn {
border: none; background: #bdc3c7; color: #ffffff; padding: 9px 12px 10px; line-height: 22px; text-decoration: none; text-shadow: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .btn:hover, .btn:focus, .btn-group:focus .btn.dropdown-toggle {
background-color: #cacfd2; color: #ffffff; outline: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .btn:active, .btn-group.open .btn.dropdown-toggle, .btn.active {
background-color: #a1a6a9; color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .btn.disabled, .btn[disabled] {
background-color: #bdc3c7; color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; opacity: 0.7; filter: alpha(opacity=70);
} .btn.btn-large {
font-size: 16.996px; /* 17px */
line-height: 20px; padding: 12px 18px 13px;
} .btn.btn-large > [class^="fui-"] {
top: 0;
} .btn.btn-large > [class^="fui-"].pull-right {
margin-right: -2px;
} .btn.btn-primary {
background-color: #1abc9c;
} .btn.btn-primary:hover, .btn.btn-primary:focus, .btn-group:focus .btn.btn-primary.dropdown-toggle {
background-color: #48c9b0;
} .btn.btn-primary:active, .btn-group.open .btn.btn-primary.dropdown-toggle, .btn.btn-primary.active {
background-color: #16a085;
} .btn.btn-info {
background-color: #3498db;
} .btn.btn-info:hover, .btn.btn-info:focus, .btn-group:focus .btn.btn-info.dropdown-toggle {
background-color: #5dade2;
} .btn.btn-info:active, .btn-group.open .btn.btn-info.dropdown-toggle, .btn.btn-info.active {
background-color: #2c81ba;
} .btn.btn-danger {
background-color: #e74c3c;
} .btn.btn-danger:hover, .btn.btn-danger:focus, .btn-group:focus .btn.btn-danger.dropdown-toggle {
background-color: #ec7063;
} .btn.btn-danger:active, .btn-group.open .btn.btn-danger.dropdown-toggle, .btn.btn-danger.active {
background-color: #c44133;
} .btn.btn-success {
background-color: #2ecc71;
} .btn.btn-success:hover, .btn.btn-success:focus, .btn-group:focus .btn.btn-success.dropdown-toggle {
background-color: #58d68d;
} .btn.btn-success:active, .btn-group.open .btn.btn-success.dropdown-toggle, .btn.btn-success.active {
background-color: #27ad60;
} .btn.btn-warning {
background-color: #f1c40f;
} .btn.btn-warning:hover, .btn.btn-warning:focus, .btn-group:focus .btn.btn-warning.dropdown-toggle {
background-color: #f5d313;
} .btn.btn-warning:active, .btn-group.open .btn.btn-warning.dropdown-toggle, .btn.btn-warning.active {
background-color: #cda70d;
} .btn.btn-inverse {
background-color: #34495e;
} .btn.btn-inverse:hover, .btn.btn-inverse:focus, .btn-group:focus .btn.btn-inverse.dropdown-toggle {
background-color: #415b76;
} .btn.btn-inverse:active, .btn-group.open .btn.btn-inverse.dropdown-toggle, .btn.btn-inverse.active {
background-color: #2c3e50;
} .btn > [class^="fui-"] {
margin: 0 4px; position: relative; top: 1px; vertical-align: top; display: inline-block; zoom: 1; *display: inline;
} .btn > [class^="fui-"].pull-right {
margin-right: 0px;
} .btn-toolbar .btn.active {
color: #ffffff;
} .btn-toolbar .btn:first-child {
-webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;
} .btn-toolbar .btn:last-child {
-webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
} .btn-toolbar .btn > [class^="fui-"] {
font-size: 16px; top: 0;
} .btn-tip {
font-weight: 300; padding-left: 10px;
} .btn-group > .btn {
border-radius: 0; text-align: center;
} .btn-group > .btn:active + .btn, .btn-group > .btn.active + .btn {
border-left-color: transparent;
} .btn-group > .btn:first-of-type {
border-top-left-radius: 6px; border-bottom-left-radius: 6px;
} .btn-group > .btn:last-of-type {
border-top-right-radius: 6px; border-bottom-right-radius: 6px;
} .btn-group > .btn + .btn {
margin-left: 0;
} .btn-group > .btn + .dropdown-toggle {
border-left: 2px solid rgba(52, 73, 94, 0.15); padding-left: 13px; padding-right: 13px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .btn-group > .btn + .dropdown-toggle .caret {
margin-left: 3px; margin-right: 3px;
} .btn-group > .btn.btn-huge + .dropdown-toggle .caret {
margin-left: 7px; margin-right: 7px;
} .btn-group > .btn.btn-small + .dropdown-toggle .caret {
margin-left: 0; margin-right: 0;
} .caret {
border-left-width: 6px; border-right-width: 6px; border-top-width: 8px; border-bottom-color: #34495e; border-style: solid; border-bottom-style: none; border-top-color: #34495e; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .dropup .caret, .dropup .btn-large .caret, .navbar-fixed-bottom .dropdown .caret {
border-bottom-width: 8px;
} .btn-mini .caret, .btn-small .caret, .btn-large .caret {
margin-top: 7px;
} .btn-large .caret {
border-top-width: 8px; border-right-width: 6px; border-left-width: 6px;
} .navbar {
font-size: 15.988px; /* 16px */
} .navbar .brand {
border-radius: 6px 0 0 6px; color: #526476; font-size: 23.996px; /* 24px */
font-weight: 700; margin-left: 0; padding: 23px 28px 24px 32px; text-shadow: none;
} .navbar .brand:hover, .navbar .brand:focus {
color: #1abc9c;
} .navbar .brand[class*="fui-"] {
font-weight: normal;
} .navbar .nav {
margin-right: 0;
} .navbar .nav > li {
position: relative;
} .navbar .nav > li:hover > ul {
opacity: 1; top: 100%; visibility: visible; z-index: 100; -webkit-transform: scale(1, 1); display: block\9;
} .navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus {
background: none; color: #1abc9c; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .navbar .nav > li > ul {
padding-top: 13px; top: 80%;
} .navbar .nav > li > ul:before {
content: ""; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent #34495e transparent; height: 0; position: absolute; left: 15px; top: 5px; width: 0; -webkit-transform: rotate(360deg);
} .navbar .nav > li > ul li:hover ul {
opacity: 1; -webkit-transform: scale(1, 1); visibility: visible; display: block\9;
} .navbar .nav > li > ul li ul {
left: 100%;
} .navbar .nav > li > a {
color: #526476; font-weight: 700; font-size: 14.994px; /* 15px */
padding: 29px 20px 27px; text-shadow: none; -webkit-transition: background-color .25s, color .25s, border-bottom-color .25s; -moz-transition: background-color .25s, color .25s, border-bottom-color .25s; -o-transition: background-color .25s, color .25s, border-bottom-color .25s; transition: background-color .25s, color .25s, border-bottom-color .25s; -webkit-backface-visibility: hidden;
} .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
color: #1abc9c;
} .navbar .nav > li > a[class*="fui-"] {
font-size: 24px; font-weight: normal;
} .navbar .nav > li > a > [class*="fui-"] {
font-size: 24px; margin: -4px 0 0; position: relative; top: 4px;
} .navbar .nav > li > a > [class*="fui-"] + * {
margin-left: 12px;
} .navbar .nav > li:first-child > a {
-webkit-border-radius: 0 0 0 6px; -moz-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px;
} .navbar .nav ul {
border-radius: 4px; left: 0; list-style-type: none; margin-left: 0; opacity: 0; position: absolute; top: 0; width: 234px; z-index: -100; -webkit-transform: scale(1, 0.99); -webkit-transform-origin: 0 0; visibility: hidden; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-backface-visibility: hidden;
} .navbar .nav ul ul {
left: 95%; padding-left: 5px;
} .navbar .nav ul li {
background-color: #34495e; padding: 0 3px 3px; position: relative;
} .navbar .nav ul li:first-child {
border-radius: 6px 6px 0 0; padding-top: 3px;
} .navbar .nav ul li:last-child {
border-radius: 0 0 6px 6px;
} .navbar .nav ul li.active > a, .navbar .nav ul li.active > a:hover, .navbar .nav ul li.active > a:focus {
background-color: #1abc9c; color: #ffffff; padding-left: 9px; padding-right: 9px;
} .navbar .nav ul li.active + li > a {
padding-left: 9px; padding-right: 9px;
} .navbar .nav ul a {
border-radius: 2px; color: #ffffff; display: block; font-size: 14px; padding: 6px 9px; text-decoration: none;
} .navbar .nav ul a:hover {
background-color: #1abc9c;
} .navbar .btn-navbar {
background: none; border: none; color: #34495e; margin: 21px 15px 17px; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .navbar .btn-navbar:hover, .navbar .btn-navbar:focus {
background: none; color: #1abc9c;
} .navbar .btn-navbar:before {
content: "\e00c"; font-family: "Flat-UI-Icons"; font-size: 21.994px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased;
} .navbar .btn-navbar .icon-bar {
display: none;
} .navbar-inner {
background: #eceef0; border: none; padding-left: 0; padding-right: 0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .navbar-inverse {
font-size: 16.996px; /* 17px */
} .navbar-inverse .navbar-inner {
background: #34495e; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .navbar-inverse .brand {
border-bottom: 2px solid #2c3e50; border-right: 2px solid #2c3e50; color: #ffffff; padding: 10px 28px 11px 32px;
} .navbar-inverse .btn-navbar {
color: #ffffff; margin: 7px 10px;
} .navbar-inverse .nav > li:first-child.active > a {
padding-left: 20px;
} .navbar-inverse .nav > li:first-child > a {
border-left: none;
} .navbar-inverse .nav > li.active > a, .navbar-inverse .nav > li.active > a:hover, .navbar-inverse .nav > li.active > a:focus {
background-color: #1abc9c; border-bottom-color: #16a085; border-left: none; color: #ffffff; padding-left: 22px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .navbar-inverse .nav > li.active + li > a {
border-left: none; padding-left: 22px;
} .navbar-inverse .nav > li > a {
font-size: 16.002px; /* 16px */
border-bottom: 2px solid #2c3e50; border-left: 2px solid #2c3e50; color: #ffffff; padding: 16px 20px 15px;
} .navbar-inverse .nav.pull-right > li > a {
border-radius: 0 6px 6px 0;
} .navbar-unread, .navbar-new {
font-family: "Lato", sans-serif; background-color: #1abc9c; border-radius: 50%; color: #ffffff; font-size: 0; font-weight: 700; height: 6px; line-height: 14px; position: absolute; right: 12px; text-align: center; top: 28px; width: 6px; z-index: 10;
} .active .navbar-unread, .active .navbar-new {
background-color: #ffffff; display: none;
} .navbar-inverse .navbar-unread, .navbar-inverse .navbar-new {
top: 15px;
} .navbar-new {
background-color: #e74c3c; font-size: 12px; line-height: 17px; height: 18px; margin: -9px -1px; min-width: 16px; padding: 0 1px; width: auto; -webkit-font-smoothing: subpixel-antialiased;
} .navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
background-color: #1abc9c; border-bottom-color: #16a085; color: #ffffff;
} .navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
border-bottom-color: #ffffff !important; border-top-color: #ffffff !important;
} .navbar .nav li.dropdown.open > .dropdown-toggle {
background: none; color: #1abc9c;
} .navbar .nav li.dropdown.open > .dropdown-toggle .caret {
border-bottom-color: #1abc9c !important; border-top-color: #1abc9c !important;
} .navbar .nav li.dropdown.open .dropdown-menu {
opacity: 1; top: 100%; visibility: visible; z-index: 1000; -webkit-transform: none;
} .navbar .nav li.dropdown > .dropdown-toggle {
outline: none;
} .navbar .nav li.dropdown > .dropdown-toggle:hover .caret, .navbar .nav li.dropdown > .dropdown-toggle:focus .caret {
border-bottom-color: #1abc9c; border-top-color: #1abc9c;
} .navbar .nav li.dropdown > .dropdown-toggle .caret {
border-left-width: 6px; border-right-width: 6px; border-top-width: 8px; border-bottom-color: #4c6a89; border-top-color: #4c6a89; margin-left: 10px; margin-top: 7px;
} .navbar .nav li.dropdown .dropdown-menu {
background-color: #34495e; opacity: 0; padding: 0; visibility: hidden;
} .navbar .nav li.dropdown .dropdown-menu:before {
display: none;
} .navbar .nav li.dropdown .dropdown-menu:after {
border-bottom-color: #34495e;
} .navbar .nav li.dropdown .dropdown-menu > li > a {
border-radius: 3px; color: #ffffff; padding: 6px 8px 8px;
} .navbar .nav li.dropdown .dropdown-menu .divider {
background-color: #2c3e50; border-bottom: none; margin: 2px 0 5px; padding: 0; height: 2px;
} .select {
display: inline-block; margin-bottom: 10px;
} [class*="span"] > .select[class*="span"] {
margin-left: 0;
} .select[class*="span"] .btn {
width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
} .select.select-block {
display: block; float: none; margin-left: 0; width: auto;
} .select.select-block .btn {
width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
} .select .btn {
width: 220px;
} .select .btn.btn-huge .filter-option {
left: 20px; right: 40px; top: 16px;
} .select .btn.btn-huge .caret {
right: 20px;
} .select .btn.btn-large .filter-option {
left: 18px; right: 38px; top: 12px;
} .select .btn.btn-small .filter-option {
left: 13px; right: 33px; top: 7px;
} .select .btn.btn-small .caret {
right: 13px;
} .select .btn.btn-mini .filter-option {
left: 13px; right: 33px; top: 5px;
} .select .btn.btn-mini .caret {
right: 13px;
} .select .btn .filter-option {
height: 26px; left: 13px; overflow: hidden; position: absolute; right: 33px; text-align: left; top: 10px;
} .select .btn .caret {
position: absolute; right: 16px;
} .select .btn .dropdown-toggle {
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
} .select .btn .dropdown-menu {
min-width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
} .select .btn .dropdown-menu dt {
cursor: default; display: block; padding: 3px 20px;
} .select .btn .dropdown-menu li:not(.disabled) > a:hover small {
color: rgba(255, 255, 255, 0.004);
} .select .btn .dropdown-menu li > a {
min-height: 20px;
} .select .btn .dropdown-menu li > a.opt {
padding-left: 35px;
} .select .btn .dropdown-menu li small {
padding-left: 0.5em;
} .select .btn .dropdown-menu li > dt small {
font-weight: normal;
} .select .btn > .disabled, .select .btn .dropdown-menu li.disabled > a {
cursor: default;
} .select .caret {
border-left-width: 6px; border-right-width: 6px; border-top-width: 8px; border-bottom-color: #ffffff; border-style: solid; border-bottom-style: none; border-top-color: #ffffff; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
border: 2px solid #bdc3c7; color: #34495e; font-family: "Lato", sans-serif; font-size: 14px; padding: 8px 5px; height: 21px; text-indent: 6px; -webkit-appearance: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: border .25s linear, color .25s linear; -moz-transition: border .25s linear, color .25s linear; -o-transition: border .25s linear, color .25s linear; transition: border .25s linear, color .25s linear; -webkit-backface-visibility: hidden;
} textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder {
color: #b2bcc5;
} textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder {
color: #b2bcc5;
} textarea.placeholder, input[type="text"].placeholder, input[type="password"].placeholder, input[type="datetime"].placeholder, input[type="datetime-local"].placeholder, input[type="date"].placeholder, input[type="month"].placeholder, input[type="time"].placeholder, input[type="week"].placeholder, input[type="number"].placeholder, input[type="email"].placeholder, input[type="url"].placeholder, input[type="search"].placeholder, input[type="tel"].placeholder, input[type="color"].placeholder, .uneditable-input.placeholder {
color: #b2bcc5;
} .control-group.focus textarea, .control-group.focus input[type="text"], .control-group.focus input[type="password"], .control-group.focus input[type="datetime"], .control-group.focus input[type="datetime-local"], .control-group.focus input[type="date"], .control-group.focus input[type="month"], .control-group.focus input[type="time"], .control-group.focus input[type="week"], .control-group.focus input[type="number"], .control-group.focus input[type="email"], .control-group.focus input[type="url"], .control-group.focus input[type="search"], .control-group.focus input[type="tel"], .control-group.focus input[type="color"], .control-group.focus .uneditable-input, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: #1abc9c; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .row-fluid textarea, .row-fluid input[type="text"], .row-fluid input[type="password"], .row-fluid input[type="datetime"], .row-fluid input[type="datetime-local"], .row-fluid input[type="date"], .row-fluid input[type="month"], .row-fluid input[type="time"], .row-fluid input[type="week"], .row-fluid input[type="number"], .row-fluid input[type="email"], .row-fluid input[type="url"], .row-fluid input[type="search"], .row-fluid input[type="tel"], .row-fluid input[type="color"], .row-fluid .uneditable-input {
height: 41px; width: 100%;
} textarea.flat, input[type="text"].flat, input[type="password"].flat, input[type="datetime"].flat, input[type="datetime-local"].flat, input[type="date"].flat, input[type="month"].flat, input[type="time"].flat, input[type="week"].flat, input[type="number"].flat, input[type="email"].flat, input[type="url"].flat, input[type="search"].flat, input[type="tel"].flat, input[type="color"].flat, .uneditable-input.flat {
border-color: transparent;
} textarea.flat:hover, input[type="text"].flat:hover, input[type="password"].flat:hover, input[type="datetime"].flat:hover, input[type="datetime-local"].flat:hover, input[type="date"].flat:hover, input[type="month"].flat:hover, input[type="time"].flat:hover, input[type="week"].flat:hover, input[type="number"].flat:hover, input[type="email"].flat:hover, input[type="url"].flat:hover, input[type="search"].flat:hover, input[type="tel"].flat:hover, input[type="color"].flat:hover, .uneditable-input.flat:hover {
border-color: #bdc3c7;
} textarea.flat:focus, input[type="text"].flat:focus, input[type="password"].flat:focus, input[type="datetime"].flat:focus, input[type="datetime-local"].flat:focus, input[type="date"].flat:focus, input[type="month"].flat:focus, input[type="time"].flat:focus, input[type="week"].flat:focus, input[type="number"].flat:focus, input[type="email"].flat:focus, input[type="url"].flat:focus, input[type="search"].flat:focus, input[type="tel"].flat:focus, input[type="color"].flat:focus, .uneditable-input.flat:focus {
border-color: #1abc9c;
} .control-group.error textarea, .control-group.error input[type="text"], .control-group.error input[type="password"], .control-group.error input[type="datetime"], .control-group.error input[type="datetime-local"], .control-group.error input[type="date"], .control-group.error input[type="month"], .control-group.error input[type="time"], .control-group.error input[type="week"], .control-group.error input[type="number"], .control-group.error input[type="email"], .control-group.error input[type="url"], .control-group.error input[type="search"], .control-group.error input[type="tel"], .control-group.error input[type="color"], .control-group.error .uneditable-input {
border-color: #e74c3c; color: #e74c3c; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group.error textarea:focus, .control-group.error input[type="text"]:focus, .control-group.error input[type="password"]:focus, .control-group.error input[type="datetime"]:focus, .control-group.error input[type="datetime-local"]:focus, .control-group.error input[type="date"]:focus, .control-group.error input[type="month"]:focus, .control-group.error input[type="time"]:focus, .control-group.error input[type="week"]:focus, .control-group.error input[type="number"]:focus, .control-group.error input[type="email"]:focus, .control-group.error input[type="url"]:focus, .control-group.error input[type="search"]:focus, .control-group.error input[type="tel"]:focus, .control-group.error input[type="color"]:focus, .control-group.error .uneditable-input:focus {
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group.success textarea, .control-group.success input[type="text"], .control-group.success input[type="password"], .control-group.success input[type="datetime"], .control-group.success input[type="datetime-local"], .control-group.success input[type="date"], .control-group.success input[type="month"], .control-group.success input[type="time"], .control-group.success input[type="week"], .control-group.success input[type="number"], .control-group.success input[type="email"], .control-group.success input[type="url"], .control-group.success input[type="search"], .control-group.success input[type="tel"], .control-group.success input[type="color"], .control-group.success .uneditable-input {
border-color: #2ecc71; color: #2ecc71; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group.success textarea:focus, .control-group.success input[type="text"]:focus, .control-group.success input[type="password"]:focus, .control-group.success input[type="datetime"]:focus, .control-group.success input[type="datetime-local"]:focus, .control-group.success input[type="date"]:focus, .control-group.success input[type="month"]:focus, .control-group.success input[type="time"]:focus, .control-group.success input[type="week"]:focus, .control-group.success input[type="number"]:focus, .control-group.success input[type="email"]:focus, .control-group.success input[type="url"]:focus, .control-group.success input[type="search"]:focus, .control-group.success input[type="tel"]:focus, .control-group.success input[type="color"]:focus, .control-group.success .uneditable-input:focus {
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group.warning textarea, .control-group.warning input[type="text"], .control-group.warning input[type="password"], .control-group.warning input[type="datetime"], .control-group.warning input[type="datetime-local"], .control-group.warning input[type="date"], .control-group.warning input[type="month"], .control-group.warning input[type="time"], .control-group.warning input[type="week"], .control-group.warning input[type="number"], .control-group.warning input[type="email"], .control-group.warning input[type="url"], .control-group.warning input[type="search"], .control-group.warning input[type="tel"], .control-group.warning input[type="color"], .control-group.warning .uneditable-input {
border-color: #f1c40f; color: #f1c40f; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group.warning textarea:focus, .control-group.warning input[type="text"]:focus, .control-group.warning input[type="password"]:focus, .control-group.warning input[type="datetime"]:focus, .control-group.warning input[type="datetime-local"]:focus, .control-group.warning input[type="date"]:focus, .control-group.warning input[type="month"]:focus, .control-group.warning input[type="time"]:focus, .control-group.warning input[type="week"]:focus, .control-group.warning input[type="number"]:focus, .control-group.warning input[type="email"]:focus, .control-group.warning input[type="url"]:focus, .control-group.warning input[type="search"]:focus, .control-group.warning input[type="tel"]:focus, .control-group.warning input[type="color"]:focus, .control-group.warning .uneditable-input:focus {
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group.info textarea, .control-group.info input[type="text"], .control-group.info input[type="password"], .control-group.info input[type="datetime"], .control-group.info input[type="datetime-local"], .control-group.info input[type="date"], .control-group.info input[type="month"], .control-group.info input[type="time"], .control-group.info input[type="week"], .control-group.info input[type="number"], .control-group.info input[type="email"], .control-group.info input[type="url"], .control-group.info input[type="search"], .control-group.info input[type="tel"], .control-group.info input[type="color"], .control-group.info .uneditable-input {
border-color: #3498db; color: #3498db; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group.info textarea:focus, .control-group.info input[type="text"]:focus, .control-group.info input[type="password"]:focus, .control-group.info input[type="datetime"]:focus, .control-group.info input[type="datetime-local"]:focus, .control-group.info input[type="date"]:focus, .control-group.info input[type="month"]:focus, .control-group.info input[type="time"]:focus, .control-group.info input[type="week"]:focus, .control-group.info input[type="number"]:focus, .control-group.info input[type="email"]:focus, .control-group.info input[type="url"]:focus, .control-group.info input[type="search"]:focus, .control-group.info input[type="tel"]:focus, .control-group.info input[type="color"]:focus, .control-group.info .uneditable-input:focus {
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"], .control-group .uneditable-input {
margin-bottom: 0;
} .control-group {
position: relative;
} .control-group > .input-icon {
position: absolute; top: 2px; right: 2px; line-height: 37px; vertical-align: middle; font-size: 19.991999999999997px; /* 20px */
color: #b2bcc5; background-color: #ffffff; padding: 0 10px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
} .control-group input:focus + .input-icon {
color: #34495e;
} .control-group.huge > .input-icon {
line-height: 49px;
} .control-group.large > .input-icon {
line-height: 41px;
} .control-group.small > .input-icon {
font-size: 15.988px; /* 16px */
line-height: 30px;
} .control-group.success > .input-icon, .control-group.success input + .input-icon {
color: #2ecc71;
} .control-group.warning > .input-icon, .control-group.warning input + .input-icon {
color: #f1c40f;
} .control-group.error > .input-icon, .control-group.error input + .input-icon {
color: #e74c3c;
} .control-group.disabled > .input-icon, .control-group.disabled input + .input-icon {
color: #d5dbdb; background-color: #f4f6f6;
} input[disabled], input[readonly], textarea[disabled], textarea[readonly] {
background-color: #f4f6f6; border-color: #d5dbdb; color: #d5dbdb; cursor: default;
} input, textarea, .uneditable-input {
width: 192px;
} textarea {
height: auto; font-size: 14.994px; /* 15px */
line-height: 24px; padding: 5px 11px; text-indent: 0;
} .row-fluid textarea {
height: auto; width: 100% !important;
} textarea[class*="span"] {
width: 100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
} .checkbox, .radio {
margin-bottom: 12px; padding-left: 32px; position: relative; -webkit-transition: color 0.25s linear; -moz-transition: color 0.25s linear; -o-transition: color 0.25s linear; transition: color 0.25s linear; -webkit-backface-visibility: hidden;
} .checkbox input, .radio input {
outline: none !important; display: none;
} .checkbox .icons, .radio .icons {
color: #bdc3c7; display: block; height: 20px; left: 0; position: absolute; top: 0; width: 20px; text-align: center; line-height: 20px; font-size: 20px; -webkit-transition: color 0.25s linear; -moz-transition: color 0.25s linear; -o-transition: color 0.25s linear; transition: color 0.25s linear; -webkit-backface-visibility: hidden;
} .checkbox .icons .first-icon-icon, .radio .icons .first-icon-icon, .checkbox .icons .second-icon, .radio .icons .second-icon {
position: absolute; left: 0; top: 0; opacity: 1; filter: alpha(opacity=100);
} .checkbox .icons .second-icon, .radio .icons .second-icon {
opacity: 0; filter: alpha(opacity=0);
} .checkbox:hover .first-icon, .radio:hover .first-icon {
opacity: 0; filter: alpha(opacity=0);
} .checkbox:hover .second-icon, .radio:hover .second-icon {
opacity: 1; filter: alpha(opacity=100);
} .checkbox.checked, .radio.checked {
color: #16a085;
} .checkbox.checked .icons, .radio.checked .icons {
color: #1abc9c;
} .checkbox.checked .first-icon, .radio.checked .first-icon {
opacity: 0; filter: alpha(opacity=0);
} .checkbox.checked .second-icon, .radio.checked .second-icon {
opacity: 1; filter: alpha(opacity=100);
} .checkbox.disabled, .radio.disabled {
cursor: default; color: #e6e8ea;
} .checkbox.disabled .icons, .radio.disabled .icons {
color: #e6e8ea;
} .checkbox.disabled .first-icon, .radio.disabled .first-icon {
opacity: 1; filter: alpha(opacity=100);
} .checkbox.disabled .second-icon, .radio.disabled .second-icon {
opacity: 0; filter: alpha(opacity=0);
} .checkbox.disabled.checked .icons, .radio.disabled.checked .icons {
color: #e6e8ea;
} .checkbox.disabled.checked .first-icon, .radio.disabled.checked .first-icon {
opacity: 0; filter: alpha(opacity=0);
} .checkbox.disabled.checked .second-icon, .radio.disabled.checked .second-icon {
opacity: 1; filter: alpha(opacity=100);
} .tagsinput {
background: white; border: 2px solid #1abc9c; border-radius: 6px; height: 100px; margin-bottom: 18px; padding: 6px 1px 1px 6px; overflow-y: auto; text-align: left;
} .tagsinput .tag {
border-radius: 4px; background-color: #1abc9c; color: #ffffff; cursor: pointer; margin-right: 5px; margin-bottom: 5px; overflow: hidden; line-height: 15px; padding: 6px 13px 8px 19px; position: relative; vertical-align: middle; display: inline-block; zoom: 1; *display: inline; -webkit-transition: 0.14s linear; -moz-transition: 0.14s linear; -o-transition: 0.14s linear; transition: 0.14s linear; -webkit-backface-visibility: hidden;
} .tagsinput .tag:hover {
background-color: #16a085; color: #ffffff; padding-left: 12px; padding-right: 20px;
} .tagsinput .tag:hover .tagsinput-remove-link {
color: #ffffff; opacity: 1; display: block\9;
} .tagsinput input {
background: transparent; border: none; color: #34495e; font-family: "Lato", sans-serif; font-size: 14px; margin: 0px; padding: 0 0 0 5px; outline: 0; margin-right: 5px; margin-bottom: 5px; width: 12px;
} .tagsinput-remove-link {
bottom: 0; color: #ffffff; cursor: pointer; font-size: 12px; opacity: 0; padding: 7px 7px 5px 0; position: absolute; right: 0; text-align: right; text-decoration: none; top: 0; width: 100%; z-index: 2; display: none\9;
} .tagsinput-remove-link:before {
color: #ffffff; content: "\e00b"; font-family: "Flat-UI-Icons";
} .tagsinput-add-container {
vertical-align: middle; display: inline-block; zoom: 1; *display: inline;
} .tagsinput-add {
background-color: #d6dbdf; border-radius: 3px; color: #ffffff; cursor: pointer; margin-bottom: 5px; padding: 6px 9px; display: inline-block; zoom: 1; *display: inline; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .tagsinput-add:hover {
background-color: #1abc9c;
} .tagsinput-add:before {
content: "\e009"; font-family: "Flat-UI-Icons";
} .tags_clear {
clear: both; width: 100%; height: 0px;
} .not_valid {
background: #fbd8db !important; color: #90111a !important;
} .progress {
background: #ebedef; border-radius: 32px; height: 12px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .progress .bar {
background: #1abc9c; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .progress .bar-success {
background-color: #2ecc71; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .progress .bar-warning {
background-color: #f1c40f; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .progress .bar-danger {
background-color: #e74c3c; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .progress .bar-info {
background-color: #3498db; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .ui-slider {
background: #ebedef; border-radius: 32px; height: 12px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)"); margin-bottom: 20px; position: relative;
} .ui-slider .bar {
background: #1abc9c; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .ui-slider .bar-success {
background-color: #2ecc71; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .ui-slider .bar-warning {
background-color: #f1c40f; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .ui-slider .bar-danger {
background-color: #e74c3c; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .ui-slider .bar-info {
background-color: #3498db; filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
} .ui-slider-handle {
background-color: #16a085; border-radius: 50%; cursor: pointer; height: 18px; margin-left: -9px; position: absolute; top: -3px; width: 18px; z-index: 2; -webkit-transition: background 0.25s; -moz-transition: background 0.25s; -o-transition: background 0.25s; transition: background 0.25s; -webkit-backface-visibility: hidden;
} .ui-slider-handle[style*='100'] {
margin-left: -15px;
} .ui-slider-handle:hover, .ui-slider-handle:focus {
background-color: #48c9b0; outline: none;
} .ui-slider-handle:active {
background-color: #16a085;
} .ui-slider-range {
background-color: #1abc9c; border-radius: 30px 0 0 30px; display: block; height: 100%; position: absolute; z-index: 1;
} .ui-slider-segment {
background-color: #d9dbdd; border-radius: 50%; float: left; height: 6px; margin: 3px -6px 0 0; width: 6px;
} .ui-slider-value {
float: right; font-weight: 500; margin-top: 12px;
} .ui-slider-value.first {
clear: left; float: left;
} .pager {
background-color: #34495e; border-radius: 6px; color: #ffffff; font-size: 16px; font-weight: 700; display: inline-block; zoom: 1; *display: inline;
} .pager li:first-child > a, .pager li:first-child > span {
border-left: none; -webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;
} .pager li.pager-center {
padding: 9px 15px 10px; padding-left: 0; padding-right: 0; display: inline-block; zoom: 1; *display: inline;
} .pager li > a, .pager li > span {
background: none; border: none; border-left: 2px solid #2c3e50; color: #ffffff; padding: 9px 15px 10px; text-decoration: none; white-space: nowrap; -webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
} .pager li > a:hover, .pager li > span:hover, .pager li > a:focus, .pager li > span:focus {
background-color: #2c3e50;
} .pager li > a:active, .pager li > span:active {
background-color: #2c3e50;
} .pager li > a [class*="fui-"] + span, .pager li > span [class*="fui-"] + span {
margin-left: 8px;
} .pager li > a span + [class*="fui-"], .pager li > span span + [class*="fui-"] {
margin-left: 8px;
} .pagination {
position: relative;
} .pagination ul {
background: #d6dbdf; color: #ffffff; vertical-align: top; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .pagination ul li {
display: inline-block; margin-right: -3px; vertical-align: top;
} .pagination ul li.active > a, .pagination ul li.active > span {
background-color: #1abc9c; color: #ffffff;
} .pagination ul li.active.previous > a, .pagination ul li.active.next > a, .pagination ul li.active.previous > span, .pagination ul li.active.next > span {
margin: 0;
} .pagination ul li.active.previous > a, .pagination ul li.active.next > a, .pagination ul li.active.previous > span, .pagination ul li.active.next > span, .pagination ul li.active.previous > a:hover, .pagination ul li.active.next > a:hover, .pagination ul li.active.previous > span:hover, .pagination ul li.active.next > span:hover, .pagination ul li.active.previous > a:focus, .pagination ul li.active.next > a:focus, .pagination ul li.active.previous > span:focus, .pagination ul li.active.next > span:focus {
background-color: #1abc9c; color: #ffffff;
} .pagination ul li:first-child {
-webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;
} .pagination ul li:first-child > a, .pagination ul li:first-child > span {
-webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;
} .pagination ul li:first-child.previous + li > a, .pagination ul li:first-child.previous + li > span {
border-left-width: 5px;
} .pagination ul li:first-child > a, .pagination ul li:first-child > span {
border-left: none;
} .pagination ul li:last-child {
margin-right: 0; -webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
} .pagination ul li:last-child > a, .pagination ul li:last-child > span, .pagination ul li:last-child > a:hover, .pagination ul li:last-child > span:hover, .pagination ul li:last-child > a:focus, .pagination ul li:last-child > span:focus {
-webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
} .pagination ul li.previous > a, .pagination ul li.next > a, .pagination ul li.previous > span, .pagination ul li.next > span {
background: transparent; border: none; border-right: 2px solid #e4e7ea; font-size: 15.988px; /* 16px */
margin: 0 9px 0 0; padding: 12px 17px; min-width: auto; -webkit-border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important;
} .pagination ul li.previous > a, .pagination ul li.next > a, .pagination ul li.previous > span, .pagination ul li.next > span, .pagination ul li.previous > a:hover, .pagination ul li.next > a:hover, .pagination ul li.previous > span:hover, .pagination ul li.next > span:hover, .pagination ul li.previous > a:focus, .pagination ul li.next > a:focus, .pagination ul li.previous > span:focus, .pagination ul li.next > span:focus {
border-color: #e4e7ea !important;
} .pagination ul li.next {
margin-left: 9px;
} .pagination ul li.next > a, .pagination ul li.next > span {
border-left: 2px solid #e4e7ea; border-right: none; margin: 0; -webkit-border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; border-radius: 0 6px 6px 0;
} .pagination ul li.active > a, .pagination ul li.active > span {
background-color: #ffffff; border-color: #ffffff; border-width: 2px !important; color: #d6dbdf; margin: 10px 5px 9px;
} .pagination ul li.active > a:hover, .pagination ul li.active > span:hover, .pagination ul li.active > a:focus, .pagination ul li.active > span:focus {
background-color: #ffffff; border-color: #ffffff; color: #d6dbdf; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} .pagination ul li.active.previous, .pagination ul li.active.next {
border-color: #e4e7ea;
} .pagination ul li.active.previous {
margin-right: 6px;
} .pagination ul li > a, .pagination ul li > span {
background: #ffffff; border: 5px solid #d6dbdf; color: #ffffff; line-height: 16px; min-height: 17px; min-width: auto; outline: none; padding: 0 4px; margin: 7px 2px 6px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; -moz-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; -o-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; -webkit-backface-visibility: hidden;
} .pagination ul li > a:hover, .pagination ul li > span:hover, .pagination ul li > a:focus, .pagination ul li > span:focus {
background-color: #1abc9c; border-color: #1abc9c; color: #ffffff; -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; -moz-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; -o-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out; -webkit-backface-visibility: hidden;
} .pagination ul li > a:active, .pagination ul li > span:active {
background-color: #16a085; border-color: #16a085; color: #ffffff;
} .pagination > .btn.previous, .pagination > .btn.next {
margin-right: 8px; font-size: 14px; padding-left: 23px; padding-right: 23px;
} .pagination > .btn.previous [class*="fui-"], .pagination > .btn.next [class*="fui-"] {
font-size: 16px; margin-left: -2px; margin-top: -2px;
} .pagination > .btn.next {
margin-left: 8px; margin-right: 0;
} .pagination > .btn.next [class*="fui-"] {
margin-right: -2px; margin-left: 4px;
} .tooltip {
font-size: 14px;
} .tooltip.in {
opacity: 1;
} .tooltip.top {
padding-bottom: 9px;
} .tooltip.top .tooltip-arrow {
border-top-color: #34495e; border-width: 9px 9px 0; bottom: 0; margin-left: -9px;
} .tooltip.right .tooltip-arrow {
border-right-color: #34495e; border-width: 9px 9px 9px 0; margin-top: -9px; left: -3px;
} .tooltip.bottom {
padding-top: 8px;
} .tooltip.bottom .tooltip-arrow {
border-bottom-color: #34495e; border-width: 0 9px 9px; margin-left: -9px; top: -1px;
} .tooltip.left .tooltip-arrow {
border-left-color: #34495e; border-width: 9px 0 9px 9px; margin-top: -9px; right: -3px;
} .tooltip-inner {
background-color: #34495e; line-height: 17.99px; padding: 12px 12px; text-align: center; width: 183px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
} .dropdown-menu {
background-color: #f3f4f5; border: none; display: block; margin-top: 8px; opacity: 0; padding: 0; visibility: hidden; width: 100%; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .dropdown-menu.typeahead {
display: none; opacity: 1; visibility: visible; width: auto; margin-top: 2px;
} .open > .dropdown-menu {
margin-top: 18px; opacity: 1; visibility: visible;
} .dropdown-menu li:first-child dt + a {
border-radius: 0;
} .dropdown-menu li:first-child > a {
border-radius: 6px 6px 0 0; padding-top: 8px;
} .dropdown-menu li:last-child > a {
border-radius: 0 0 6px 6px; padding-bottom: 10px;
} .dropdown-menu li.active > a, .dropdown-menu li.selected > a, .dropdown-menu li.active > a.highlighted, .dropdown-menu li.selected > a.highlighted {
background: #1abc9c; color: #ffffff;
} .dropdown-menu li.active > a:hover, .dropdown-menu li.selected > a:hover, .dropdown-menu li.active > a.highlighted:hover, .dropdown-menu li.selected > a.highlighted:hover, .dropdown-menu li.active > a:focus, .dropdown-menu li.selected > a:focus, .dropdown-menu li.active > a.highlighted:focus, .dropdown-menu li.selected > a.highlighted:focus {
background: #16a085; color: #ffffff;
} .dropdown-menu li > a {
color: rgba(52, 73, 94, 0.75); padding: 6px 15px 8px; text-decoration: none; *zoom: 1; -webkit-transition: background-color 0.25s; -moz-transition: background-color 0.25s; -o-transition: background-color 0.25s; transition: background-color 0.25s; -webkit-backface-visibility: hidden;
} .dropdown-menu li > a:before, .dropdown-menu li > a:after {
display: table; content: "";
} .dropdown-menu li > a:after {
clear: both;
} .dropdown-menu li > a:hover, .dropdown-menu li > a:active, .dropdown-menu li > a:focus {
background: #e1e4e7; color: inherit; outline: none;
} .dropdown-menu li > a.highlighted {
background: #c9cfd4; color: #ffffff;
} .dropdown-menu li > a.highlighted:hover, .dropdown-menu li > a.highlighted:focus {
background: #bac1c8; color: #ffffff;
} .dropdown-menu li > a:before {
float: right; margin-top: 3px;
} .dropdown-menu li dt {
font-weight: 300; margin-bottom: 3px; margin-top: 12px; padding: 0 15px;
} .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
margin-bottom: 8px;
} .dropup .dropdown-arrow, .navbar-fixed-bottom .dropdown .dropdown-arrow {
border-bottom: none; border-top: 8px outset #f3f4f5; bottom: 100%; top: auto;
} .navbar-fixed-bottom .nav > li > ul:before {
border-bottom: none; border-top: 9px outset #34495e; bottom: 4px; top: auto;
} .open.dropup > .dropdown-menu {
margin-bottom: 18px;
} .open.dropup > .dropdown-arrow {
margin-bottom: 10px;
} .open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
border-top-color: #34495e;
} .open > .dropdown-arrow {
margin-top: 9px; opacity: 1;
} .dropdown-arrow {
border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent #f3f4f5 transparent; height: 0; margin-top: 0; opacity: 0; position: absolute; right: 13px; top: 100%; width: 0; z-index: 10; -webkit-transform: rotate(360deg); -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .dropdown-inverse {
background-color: #34495e; color: #cccccc; padding: 4px 0 6px;
} .dropdown-inverse li {
margin: 0 4px -2px;
} .dropdown-inverse li:first-child > a, .dropdown-inverse li:last-child > a {
border-radius: 2px; padding-bottom: 7px; padding-top: 5px;
} .dropdown-inverse li:first-child dt + a, .dropdown-inverse li:last-child dt + a {
border-radius: 2px;
} .dropdown-inverse li.active > a, .dropdown-inverse li.selected > a {
background: #1abc9c; color: #ffffff; position: relative; z-index: 1;
} .dropdown-inverse li dt {
padding-left: 11px; padding-right: 11px;
} .dropdown-inverse li .divider {
margin-left: 11px; margin-right: 11px;
} .dropdown-inverse li > a {
border-radius: 2px; color: #ffffff; padding: 5px 11px 7px;
} .dropdown-inverse li > a:hover, .dropdown-inverse li > a:active, .dropdown-inverse li > a:focus {
background: #2c3e50;
} .dropdown-inverse li > a.highlighted {
background: #526476;
} .dropdown-inverse li > a.highlighted:hover, .dropdown-inverse li > a.highlighted:focus {
background: #677786;
} .dropdown-inverse li .divider {
background-color: #526476; border-bottom-color: #526476;
} /* ============================================================
* bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru * http://www.larentis.eu/switch/ * ============================================================ * Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 * ============================================================ */
.has-switch {
border-radius: 30px; display: inline-block; cursor: pointer; line-height: 1.231; overflow: hidden; position: relative; text-align: left; width: 80px; -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat; mask: url('../images/switch/mask.png') 0 0 no-repeat; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
} .has-switch.deactivate {
opacity: 0.5; filter: alpha(opacity=50); cursor: default !important;
} .has-switch.deactivate label, .has-switch.deactivate span {
cursor: default !important;
} .has-switch > div {
width: 162%; position: relative; top: 0;
} .has-switch > div.switch-animate {
-webkit-transition: left 0.25s ease-out; -moz-transition: left 0.25s ease-out; -o-transition: left 0.25s ease-out; transition: left 0.25s ease-out; -webkit-backface-visibility: hidden;
} .has-switch > div.switch-off {
left: -63%;
} .has-switch > div.switch-off label {
background-color: #7f8c9a; border-color: #bdc3c7; -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5); -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5); box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
} .has-switch > div.switch-on {
left: 0%;
} .has-switch > div.switch-on label {
background-color: #1abc9c;
} .has-switch input[type=checkbox] {
display: none;
} .has-switch span {
cursor: pointer; font-size: 14.994px; font-weight: 700; float: left; height: 29px; line-height: 19px; margin: 0; padding-bottom: 6px; padding-top: 5px; position: relative; text-align: center; width: 50%; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; -o-transition: 0.25s ease-out; transition: 0.25s ease-out; -webkit-backface-visibility: hidden;
} .has-switch span.switch-left {
border-radius: 30px 0 0 30px; background-color: #34495e; color: #1abc9c; border-left: 1px solid transparent;
} .has-switch span.switch-right {
border-radius: 0 30px 30px 0; background-color: #bdc3c7; color: #ffffff; text-indent: 7px;
} .has-switch span.switch-right [class*="fui-"] {
text-indent: 0;
} .has-switch label {
border: 4px solid #34495e; border-radius: 50%; float: left; height: 21px; margin: 0 -15px 0 -14px; padding: 0; position: relative; vertical-align: middle; width: 21px; z-index: 100; -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; -o-transition: 0.25s ease-out; transition: 0.25s ease-out; -webkit-backface-visibility: hidden;
} .switch-square {
border-radius: 6px; -webkit-mask: url('../images/switch/mask.png') 0 0 no-repeat; mask: url('../images/switch/mask.png') 0 0 no-repeat;
} .switch-square > div.switch-off label {
border-color: #7f8c9a; border-radius: 6px 0 0 6px;
} .switch-square span.switch-left {
border-radius: 6px 0 0 6px;
} .switch-square span.switch-left [class*="fui-"] {
text-indent: -10px;
} .switch-square span.switch-right {
border-radius: 0 6px 6px 0;
} .switch-square span.switch-right [class*="fui-"] {
text-indent: 5px;
} .switch-square label {
border-radius: 0 6px 6px 0; border-color: #1abc9c;
} .share {
background-color: #eff0f2; position: relative; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
} .share:before {
content: ""; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent #eff0f2 transparent; height: 0; position: absolute; left: 23px; top: -9px; width: 0; -webkit-transform: rotate(360deg);
} .share ul {
list-style-type: none; margin: 0; padding: 15px;
} .share li {
padding-top: 11px; *zoom: 1;
} .share li:before, .share li:after {
display: table; content: "";
} .share li:after {
clear: both;
} .share li:first-child {
padding-top: 0;
} .share .toggle {
float: right; margin: 0;
} .share .btn {
-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
} .share-label {
float: left; font-size: 15px; padding-top: 5px; width: 50%;
} .palette {
color: #ffffff; margin: 0; padding: 15px; text-transform: uppercase;
} .palette dt {
display: block; font-weight: 500; opacity: 0.8; filter: alpha(opacity=80);
} .palette dd {
font-weight: 200; margin-left: 0; opacity: 0.8; filter: alpha(opacity=80);
} .palette-turquoise {
background-color: #1abc9c;
} .palette-green-sea {
background-color: #16a085;
} .palette-emerald {
background-color: #2ecc71;
} .palette-nephritis {
background-color: #27ae60;
} .palette-peter-river {
background-color: #3498db;
} .palette-belize-hole {
background-color: #2980b9;
} .palette-amethyst {
background-color: #9b59b6;
} .palette-wisteria {
background-color: #8e44ad;
} .palette-wet-asphalt {
background-color: #34495e;
} .palette-midnight-blue {
background-color: #2c3e50;
} .palette-sun-flower {
background-color: #f1c40f;
} .palette-orange {
background-color: #f39c12;
} .palette-carrot {
background-color: #e67e22;
} .palette-pumpkin {
background-color: #d35400;
} .palette-alizarin {
background-color: #e74c3c;
} .palette-pomegranate {
background-color: #c0392b;
} .palette-clouds {
background-color: #ecf0f1;
} .palette-silver {
background-color: #bdc3c7;
} .palette-concrete {
background-color: #95a5a6;
} .palette-asbestos {
background-color: #7f8c8d;
} .palette-clouds {
color: #bdc3c7;
} .palette-paragraph {
color: #7f8c8d; font-size: 12px; line-height: 17px;
} .palette-paragraph span {
color: #bdc3c7;
} .palette-headline {
color: #7f8c8d; font-weight: 700; margin-top: -5px;
} .tile {
background-color: #eff0f2; border-radius: 6px; padding: 14px; position: relative; text-align: center;
} .tile.tile-hot:before {
background: url(../images/tile/ribbon.png) 0 0 no-repeat; background-size: 82px 82px; content: ; height: 82px; position: absolute; right: -4px; top: -4px; width: 82px;
} .tile p {
font-size: 15px; margin-bottom: 33px;
} .tile-image {
height: 100px; margin: 31px 0 27px; vertical-align: bottom;
} .tile-image.big-illustration {
height: 111px; margin-top: 20px; width: 112px;
} .tile-title {
font-size: 20px; margin: 0;
} @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
.tile.tile-hot:before { background-image: url(../images/tile/ribbon-2x.png); }
} .todo {
background-color: #2c3e50; color: #798795; margin-bottom: 20px; -webkit-border-radius: 8px 8px 6px 6px; -moz-border-radius: 8px 8px 6px 6px; border-radius: 8px 8px 6px 6px;
} .todo ul {
margin: 0; list-style-type: none;
} .todo li {
background: #34495e url(../images/todo/todo.png) 92% center no-repeat; background-size: 20px 20px; cursor: pointer; margin-top: 2px; padding: 18px 42px 17px 25px; position: relative; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .todo li:first-child {
margin-top: 0;
} .todo li:last-child {
-webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; padding-bottom: 18px;
} .todo li.todo-done {
background: transparent url(../images/todo/done.png) 92% center no-repeat; background-size: 20px 20px; color: #1abc9c;
} .todo li.todo-done .todo-name {
color: #1abc9c;
} .todo-search {
position: relative; background: #1abc9c; background-size: 16px 16px; border-radius: 6px 6px 0 0; color: #34495e; padding: 19px 25px 20px;
} .todo-search:before {
position: absolute; font-family: 'Flat-UI-Icons'; content: "\e01c"; font-size: 16px; display: inline-block; top: 50%; left: 92%; margin: -0.5em 0 0 -1em;
} input.todo-search-field {
background: none; border: none; color: #34495e; font-size: 19px; font-weight: 700; margin: 0; line-height: 23px; padding: 5px 0; text-indent: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
} input.todo-search-field:-moz-placeholder {
color: #34495e;
} input.todo-search-field::-webkit-input-placeholder {
color: #34495e;
} input.todo-search-field.placeholder {
color: #34495e;
} .todo-icon {
float: left; font-size: 24px; padding: 11px 22px 0 0;
} .todo-content {
padding-top: 1px; overflow: hidden;
} .todo-name {
color: #ffffff; font-size: 17px; margin: 1px 0 3px;
} @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
.todo li { background-image: url(../images/todo/todo-2x.png); } .todo li.todo-done { background-image: url(../images/todo/done-2x.png); }
} footer {
background-color: #edeff1; color: #bac1c8; font-size: 15px; padding: 0;
} footer a {
color: #9aa4af; font-weight: 700;
} footer p {
font-size: 15px; line-height: 20px;
} .footer-title {
margin: 0 0 22px; padding-top: 21px;
} .footer-brand {
display: block; margin-bottom: 26px; width: 220px;
} .footer-brand img {
width: 216px;
} .footer-banner {
background-color: #1abc9c; color: #d1f2eb; margin-left: 42px; min-height: 286px; padding: 0 30px 30px;
} .footer-banner .footer-title {
color: #ffffff;
} .footer-banner a {
color: #b7f5e9; text-decoration: underline;
} .footer-banner a:hover {
text-decoration: none;
} .footer-banner ul {
list-style-type: none; margin: 0 0 26px;
} .footer-banner ul li {
border-top: 1px solid #1bc5a3; line-height: 19px; padding: 6px 0;
} .footer-banner ul li:first-child {
border-top: none; padding-top: 1px;
} .video-js {
background-color: transparent; margin-top: -95px; position: relative; padding: 0; font-size: 10px; vertical-align: middle; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
} .video-js .vjs-tech {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
} .video-js:-moz-full-screen {
position: absolute;
} body.vjs-full-window {
padding: 0; margin: 0; height: 100%; overflow-y: auto;
} .video-js.vjs-fullscreen {
position: fixed; overflow: hidden; z-index: 1000; left: 0; top: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important; _position: absolute;
} .video-js:-webkit-full-screen {
width: 100% !important; height: 100% !important;
} .vjs-poster {
margin: 0 auto; padding: 0; cursor: pointer; position: relative; width: 100%; max-height: 100%; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
} .video-js .vjs-text-track-display {
text-align: center; position: absolute; bottom: 4em; left: 1em; right: 1em; font-family: "Lato", sans-serif;
} .video-js .vjs-text-track {
display: none; color: #ffffff; font-size: 1.4em; text-align: center; margin-bottom: .1em; background: #000; background: rgba(0, 0, 0, 0.5);
} .video-js .vjs-subtitles {
color: #fff;
} .video-js .vjs-captions {
color: #fc6;
} .vjs-tt-cue {
display: block;
} .vjs-fade-in {
visibility: visible !important; opacity: 1 !important; -webkit-transition: visibility 0s linear 0s, opacity .3s linear; -moz-transition: visibility 0s linear 0s, opacity .3s linear; -o-transition: visibility 0s linear 0s, opacity .3s linear; transition: visibility 0s linear 0s, opacity .3s linear; -webkit-backface-visibility: hidden;
} .vjs-fade-out {
visibility: hidden !important; opacity: 0 !important; -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear; -moz-transition: visibility 0s linear 1.5s, opacity 1.5s linear; -o-transition: visibility 0s linear 1.5s, opacity 1.5s linear; transition: visibility 0s linear 1.5s, opacity 1.5s linear; -webkit-backface-visibility: hidden;
} .vjs-controls {
position: absolute; bottom: -47px; left: 0; right: 0; margin: 0; padding: 0; height: 47px; color: #ffffff; background: #273747; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
} .vjs-controls.vjs-fade-out {
visibility: visible !important; opacity: 1 !important;
} .vjs-control {
background-position: center center; background-repeat: no-repeat; position: relative; float: left; text-align: center; margin: 0; padding: 0; height: 18px; width: 18px;
} .vjs-control:focus {
outline: 0;
} .vjs-control div {
background-position: center center; background-repeat: no-repeat;
} .vjs-control-text {
border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
} .vjs-play-control {
cursor: pointer !important; height: 47px; left: 0; position: absolute; top: 0; width: 58px;
} .vjs-play-control div {
position: relative; height: 47px;
} .vjs-play-control div:before, .vjs-play-control div:after {
position: absolute; font-family: "Flat-UI-Icons"; color: #1abc9c; font-size: 16px; top: 50%; left: 50%; margin: -0.55em 0 0 -0.5em; -webkit-transition: color .25s, opacity .25s; -moz-transition: color .25s, opacity .25s; -o-transition: color .25s, opacity .25s; transition: color .25s, opacity .25s; -webkit-backface-visibility: hidden;
} .vjs-play-control div:after {
content: "\e03b";
} .vjs-play-control div:before {
content: "\e03c";
} .vjs-paused .vjs-play-control:hover div:before {
color: #16a085;
} .vjs-paused .vjs-play-control div:after {
opacity: 0; filter: alpha(opacity=0);
} .vjs-paused .vjs-play-control div:before {
opacity: 1; filter: alpha(opacity=100);
} .vjs-playing .vjs-play-control:hover div:after {
color: #16a085;
} .vjs-playing .vjs-play-control div:after {
opacity: 1; filter: alpha(opacity=100);
} .vjs-playing .vjs-play-control div:before {
opacity: 0; filter: alpha(opacity=0);
} .vjs-rewind-control {
width: 5em; cursor: pointer !important;
} .vjs-rewind-control div {
width: 19px; height: 16px; background: none transparent; margin: .5em auto 0;
} .vjs-mute-control {
background: url(../images/video/volume-full.png) center -48px no-repeat; background-size: 16px 64px; cursor: pointer !important; position: absolute; right: 51px; top: 14px;
} .vjs-mute-control:hover div, .vjs-mute-control:focus div {
opacity: 0;
} .vjs-mute-control.vjs-vol-0, .vjs-mute-control.vjs-vol-0 div {
background-image: url(../images/video/volume-off.png);
} .vjs-mute-control div {
background: #273747 url(../images/video/volume-full.png) no-repeat center 2px; background-size: 16px 64px; height: 18px; -webkit-transition: opacity 0.25s; -moz-transition: opacity 0.25s; -o-transition: opacity 0.25s; transition: opacity 0.25s; -webkit-backface-visibility: hidden;
} .vjs-volume-control, .vjs-volume-level, .vjs-volume-handle, .vjs-volume-bar {
display: none;
} .vjs-progress-control {
position: absolute; left: 60px; right: 180px; height: 12px; width: auto; top: 18px; background: #425669; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px;
} .vjs-progress-holder {
position: relative; cursor: pointer !important; padding: 0; margin: 0; height: 12px;
} .vjs-play-progress, .vjs-load-progress {
position: absolute; display: block; height: 12px; margin: 0; padding: 0; left: 0; top: 0; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px;
} .vjs-play-progress {
background: #1abc9c; left: -1px;
} .vjs-load-progress {
background: #d6dbdf; -webkit-border-radius: 32px 0 0 32px; -moz-border-radius: 32px 0 0 32px; border-radius: 32px 0 0 32px;
} .vjs-load-progress[style*='100%'], .vjs-load-progress[style*='99%'] {
-webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px;
} .vjs-seek-handle {
background-color: #16a085; position: absolute; width: 18px; height: 18px; margin: -3px 0 0 1px; left: 0; top: 0; -webkit-transition: background-color 0.25s; -moz-transition: background-color 0.25s; -o-transition: background-color 0.25s; transition: background-color 0.25s; -webkit-backface-visibility: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
} .vjs-seek-handle[style*='95.'] {
margin-left: 3px;
} .vjs-seek-handle[style='left: 0%;'] {
margin-left: -2px;
} .vjs-seek-handle:hover, .vjs-seek-handle:focus {
background-color: #148d75;
} .vjs-seek-handle:active {
background-color: #117a65;
} .vjs-time-controls {
position: absolute; height: 20px; width: 50px; top: 16px; font: 300 13px "Lato", sans-serif;
} .vjs-current-time {
right: 128px; text-align: right;
} .vjs-duration {
color: #5d6d7e; right: 69px; text-align: left;
} .vjs-remaining-time {
display: none;
} .vjs-time-divider {
color: #5d6d7e; font-size: 14px; position: absolute; right: 121px; top: 15px;
} .vjs-secondary-controls {
float: right;
} .vjs-fullscreen-control {
background-image: url(../images/video/fullscreen.png); background-position: center -47px; background-size: 15px 64px; cursor: pointer !important; position: absolute; right: 17px; top: 13px;
} .vjs-fullscreen-control:hover div, .vjs-fullscreen-control:focus div {
opacity: 0;
} .vjs-fullscreen-control div {
height: 18px; background: url(../images/video/fullscreen.png) no-repeat center 2px; background-size: 15px 64px; -webkit-transition: opacity 0.25s; -moz-transition: opacity 0.25s; -o-transition: opacity 0.25s; transition: opacity 0.25s; -webkit-backface-visibility: hidden;
} .vjs-menu-button {
display: none !important;
} @-webkit-keyframes sharp {
0% { background: #e74c3c; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } 50% { background: #ebedee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 100% { background: #e74c3c; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
} @-moz-keyframes sharp {
0% { background: #e74c3c; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } 50% { background: #ebedee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 100% { background: #e74c3c; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
} @-o-keyframes sharp {
0% { background: #e74c3c; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } 50% { background: #ebedee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 100% { background: #e74c3c; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
} @keyframes sharp {
0% { background: #e74c3c; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } 50% { background: #ebedee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } 100% { background: #e74c3c; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
} .vjs-loading-spinner {
background: #ebedee; display: none; height: 16px; left: 50%; margin: -8px 0 0 -8px; position: absolute; top: 50%; width: 16px; -webkit-animation: sharp 2s ease infinite; -moz-animation: sharp 2s ease infinite; -o-animation: sharp 2s ease infinite; animation: sharp 2s ease infinite; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
} .login {
background: url(../images/login/imac.png) 0 0 no-repeat; background-size: 940px 778px; color: #ffffff; margin-bottom: 77px; padding: 38px 38px 267px; position: relative;
} .login-screen {
background-color: #1abc9c; min-height: 317px; padding: 123px 199px 33px 306px;
} .login-icon {
left: 200px; position: absolute; top: 160px; width: 96px;
} .login-icon > img {
display: block; margin-bottom: 6px; width: 100%;
} .login-icon > h4 {
font-size: 17px; font-weight: 200; line-height: 34px; opacity: 0.95; filter: alpha(opacity=95);
} .login-icon > h4 small {
color: inherit; display: block; font-size: inherit; font-weight: 700;
} .login-form {
background-color: #edeff1; padding: 24px 23px 20px; position: relative; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
} .login-form:before {
content: ; border-style: solid; border-width: 12px 12px 12px 0; border-color: transparent #edeff1 transparent transparent; height: 0; position: absolute; left: -12px; top: 35px; width: 0; -webkit-transform: rotate(360deg);
} .login-form .control-group {
margin-bottom: 6px; position: relative;
} .login-form .login-field {
border-color: transparent; font-size: 17px; padding-bottom: 11px; padding-top: 11px; text-indent: 3px; width: 299px; margin-bottom: 10px !important;
} .login-form .login-field:focus + .login-field-icon {
color: #1abc9c;
} .login-form .login-field-icon {
color: #bfc9ca; font-size: 16px; position: absolute; right: 13px; top: 14px; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden;
} .login-link {
color: #bfc9ca; display: block; font-size: 13px; margin-top: 15px; text-align: center;
} @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
.login { background-image: url(../images/login/imac-2x.png); }
} .last-col {
overflow: hidden;
} .ptn, .pvn, .pan {
padding-top: 0;
} .ptx, .pvx, .pax {
padding-top: 3px;
} .pts, .pvs, .pas {
padding-top: 5px;
} .ptm, .pvm, .pam {
padding-top: 10px;
} .ptl, .pvl, .pal {
padding-top: 20px;
} .prn, .phn, .pan {
padding-right: 0;
} .prx, .phx, .pax {
padding-right: 3px;
} .prs, .phs, .pas {
padding-right: 5px;
} .prm, .phm, .pam {
padding-right: 10px;
} .prl, .phl, .pal {
padding-right: 20px;
} .pbn, .pvn, .pan {
padding-bottom: 0;
} .pbx, .pvx, .pax {
padding-bottom: 3px;
} .pbs, .pvs, .pas {
padding-bottom: 5px;
} .pbm, .pvm, .pam {
padding-bottom: 10px;
} .pbl, .pvl, .pal {
padding-bottom: 20px;
} .pln, .phn, .pan {
padding-left: 0;
} .plx, .phx, .pax {
padding-left: 3px;
} .pls, .phs, .pas {
padding-left: 5px;
} .plm, .phm, .pam {
padding-left: 10px;
} .pll, .phl, .pal {
padding-left: 20px;
} .mtn, .mvn, .man {
margin-top: 0px;
} .mtx, .mvx, .max {
margin-top: 3px;
} .mts, .mvs, .mas {
margin-top: 5px;
} .mtm, .mvm, .mam {
margin-top: 10px;
} .mtl, .mvl, .mal {
margin-top: 20px;
} .mrn, .mhn, .man {
margin-right: 0px;
} .mrx, .mhx, .max {
margin-right: 3px;
} .mrs, .mhs, .mas {
margin-right: 5px;
} .mrm, .mhm, .mam {
margin-right: 10px;
} .mrl, .mhl, .mal {
margin-right: 20px;
} .mbn, .mvn, .man {
margin-bottom: 0px;
} .mbx, .mvx, .max {
margin-bottom: 3px;
} .mbs, .mvs, .mas {
margin-bottom: 5px;
} .mbm, .mvm, .mam {
margin-bottom: 10px;
} .mbl, .mvl, .mal {
margin-bottom: 20px;
} .mln, .mhn, .man {
margin-left: 0px;
} .mlx, .mhx, .max {
margin-left: 3px;
} .mls, .mhs, .mas {
margin-left: 5px;
} .mlm, .mhm, .mam {
margin-left: 10px;
} .mll, .mhl, .mal {
margin-left: 20px;
}