2026 lines
63 KiB
CSS
2026 lines
63 KiB
CSS
|
/*!
|
||
|
|
||
|
=========================================================
|
||
|
* Get Shit Done Kit - v1.4.1.0
|
||
|
=========================================================
|
||
|
|
||
|
* Product Page: http://www.creative-tim.com/product/get-shit-done-kit
|
||
|
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
|
||
|
* Licensed under MIT (https://github.com/timcreative/get-shit-done/blob/master/LICENSE.md)
|
||
|
|
||
|
=========================================================
|
||
|
|
||
|
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||
|
|
||
|
*/
|
||
|
|
||
|
/* light colors */
|
||
|
/* Font Smoothing */
|
||
|
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
font-family: "Helvetica Neue","Open Sans",Arial,sans-serif; }
|
||
|
|
||
|
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
|
||
|
font-weight: 400;
|
||
|
margin: 30px 0 15px; }
|
||
|
|
||
|
h1, .h1 {
|
||
|
font-size: 52px; }
|
||
|
|
||
|
h2, .h2 {
|
||
|
font-size: 36px; }
|
||
|
|
||
|
h3, .h3 {
|
||
|
font-size: 28px;
|
||
|
margin: 20px 0 10px; }
|
||
|
|
||
|
h4, .h4 {
|
||
|
font-size: 22px;
|
||
|
line-height: 30px; }
|
||
|
|
||
|
h5, .h5 {
|
||
|
font-size: 18px;
|
||
|
margin-bottom: 15px; }
|
||
|
|
||
|
h6, .h6 {
|
||
|
font-size: 14px;
|
||
|
font-weight: 600;
|
||
|
text-transform: uppercase; }
|
||
|
|
||
|
p {
|
||
|
font-size: 16px;
|
||
|
line-height: 1.5; }
|
||
|
|
||
|
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
|
||
|
color: #9A9A9A;
|
||
|
font-weight: 300;
|
||
|
line-height: 1.5; }
|
||
|
|
||
|
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
|
||
|
font-size: 60%; }
|
||
|
|
||
|
h1 .subtitle {
|
||
|
display: block;
|
||
|
font-family: 'Grand Hotel',cursive;
|
||
|
margin: 0 0 30px; }
|
||
|
|
||
|
.text-primary, .text-primary:hover {
|
||
|
color: #3472F7 !important; }
|
||
|
|
||
|
.text-info, .text-info:hover {
|
||
|
color: #2CA8FF !important; }
|
||
|
|
||
|
.text-success, .text-success:hover {
|
||
|
color: #05AE0E !important; }
|
||
|
|
||
|
.text-warning, .text-warning:hover {
|
||
|
color: #FF9500 !important; }
|
||
|
|
||
|
.text-danger, .text-danger:hover {
|
||
|
color: #FF3B30 !important; }
|
||
|
|
||
|
/* General overwrite */
|
||
|
body {
|
||
|
font-family: "Helvetica Neue","Open Sans",Arial,sans-serif; }
|
||
|
|
||
|
.main {
|
||
|
background-color: #FFFFFF;
|
||
|
position: relative; }
|
||
|
|
||
|
a {
|
||
|
color: #2CA8FF; }
|
||
|
a:hover, a:focus {
|
||
|
color: #109CFF;
|
||
|
text-decoration: none; }
|
||
|
|
||
|
a:focus, a:active,
|
||
|
button::-moz-focus-inner,
|
||
|
input[type="reset"]::-moz-focus-inner,
|
||
|
input[type="button"]::-moz-focus-inner,
|
||
|
input[type="submit"]::-moz-focus-inner,
|
||
|
select::-moz-focus-inner,
|
||
|
input[type="file"] > input[type="button"]::-moz-focus-inner {
|
||
|
outline: 0; }
|
||
|
|
||
|
.ui-slider-handle:focus,
|
||
|
.navbar-toggle {
|
||
|
outline: 0 !important; }
|
||
|
|
||
|
/* Animations */
|
||
|
.form-control,
|
||
|
.input-group-addon,
|
||
|
.tagsinput,
|
||
|
.navbar,
|
||
|
.navbar .alert {
|
||
|
-webkit-transition: all 300ms linear;
|
||
|
-moz-transition: all 300ms linear;
|
||
|
-o-transition: all 300ms linear;
|
||
|
-ms-transition: all 300ms linear;
|
||
|
transition: all 300ms linear; }
|
||
|
|
||
|
.fa {
|
||
|
width: 18px;
|
||
|
text-align: center; }
|
||
|
|
||
|
.margin-top {
|
||
|
margin-top: 50px; }
|
||
|
|
||
|
/* CT colors */
|
||
|
.ct-blue,
|
||
|
.ct-blue.checkbox.checked .second-icon,
|
||
|
.ct-blue.checkbox.checked,
|
||
|
.ct-blue.radio.checked .second-icon,
|
||
|
.ct-blue.radio.checked {
|
||
|
color: #3472F7; }
|
||
|
|
||
|
.ct-azzure,
|
||
|
.ct-azzure.checkbox.checked .second-icon,
|
||
|
.ct-azzure.radio.checked .second-icon,
|
||
|
.ct-azzure.checkbox.checked,
|
||
|
.ct-azzure.radio.checked {
|
||
|
color: #2CA8FF; }
|
||
|
|
||
|
.ct-green,
|
||
|
.ct-green.checkbox.checked .second-icon,
|
||
|
.ct-green.radio.checked .second-icon,
|
||
|
.ct-green.checkbox.checked,
|
||
|
.ct-green.radio.checked {
|
||
|
color: #05AE0E; }
|
||
|
|
||
|
.ct-orange,
|
||
|
.ct-orange.checkbox.checked .second-icon,
|
||
|
.ct-orange.radio.checked .second-icon,
|
||
|
.ct-orange.checkbox.checked,
|
||
|
.ct-orange.radio.checked {
|
||
|
color: #FF9500; }
|
||
|
|
||
|
.ct-red,
|
||
|
.ct-red.checkbox.checked .second-icon,
|
||
|
.ct-red.radio.checked .second-icon,
|
||
|
.ct-red.checkbox.checked,
|
||
|
.ct-red.radio.checked {
|
||
|
color: #FF3B30; }
|
||
|
|
||
|
input.ct-blue + span.switch-left,
|
||
|
input.ct-blue + span + label + span.switch-right {
|
||
|
background-color: #3472F7; }
|
||
|
|
||
|
input.ct-azzure + span.switch-left,
|
||
|
input.ct-azure + span + label + span.switch-right {
|
||
|
background-color: #2CA8FF; }
|
||
|
|
||
|
input.ct-green + span.switch-left,
|
||
|
input.ct-green + span + label + span.switch-right {
|
||
|
background-color: #05AE0E; }
|
||
|
|
||
|
input.ct-orange + span.switch-left,
|
||
|
input.ct-orange + span + label + span.switch-right {
|
||
|
background-color: #FF9500; }
|
||
|
|
||
|
input.ct-red + span.switch-left,
|
||
|
input.ct-red + span + label + span.switch-right {
|
||
|
background-color: #FF3B30; }
|
||
|
|
||
|
.btn {
|
||
|
border-width: 2px;
|
||
|
background-color: transparent;
|
||
|
font-weight: 400;
|
||
|
opacity: 0.8;
|
||
|
filter: alpha(opacity=80);
|
||
|
padding: 8px 16px;
|
||
|
border-color: #888888;
|
||
|
color: #888888; }
|
||
|
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover {
|
||
|
background-color: transparent;
|
||
|
color: #777777;
|
||
|
border-color: #777777; }
|
||
|
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled.focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active {
|
||
|
background-color: transparent;
|
||
|
border-color: #888888; }
|
||
|
.btn.btn-fill {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #888888;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.btn.btn-fill:hover, .btn.btn-fill:focus, .btn.btn-fill:active, .btn.btn-fill.active, .open > .btn.btn-fill.dropdown-toggle {
|
||
|
background-color: #777777;
|
||
|
color: #FFFFFF; }
|
||
|
.btn.btn-fill .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn .caret {
|
||
|
border-top-color: #888888; }
|
||
|
.btn:hover, .btn:focus {
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100);
|
||
|
outline: 0 !important; }
|
||
|
.btn:active, .btn.active, .open > .btn.dropdown-toggle {
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none;
|
||
|
outline: 0 !important; }
|
||
|
|
||
|
.btn-primary {
|
||
|
border-color: #3472F7;
|
||
|
color: #3472F7; }
|
||
|
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
|
||
|
background-color: transparent;
|
||
|
color: #1D62F0;
|
||
|
border-color: #1D62F0; }
|
||
|
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
|
||
|
background-color: transparent;
|
||
|
border-color: #3472F7; }
|
||
|
.btn-primary.btn-fill {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #3472F7;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open > .btn-primary.btn-fill.dropdown-toggle {
|
||
|
background-color: #1D62F0;
|
||
|
color: #FFFFFF; }
|
||
|
.btn-primary.btn-fill .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn-primary .caret {
|
||
|
border-top-color: #3472F7; }
|
||
|
|
||
|
.btn-success {
|
||
|
border-color: #05AE0E;
|
||
|
color: #05AE0E; }
|
||
|
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:focus, .btn-success.active:hover, .open > .btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
|
||
|
background-color: transparent;
|
||
|
color: #049F0C;
|
||
|
border-color: #049F0C; }
|
||
|
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
|
||
|
background-color: transparent;
|
||
|
border-color: #05AE0E; }
|
||
|
.btn-success.btn-fill {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #05AE0E;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open > .btn-success.btn-fill.dropdown-toggle {
|
||
|
background-color: #049F0C;
|
||
|
color: #FFFFFF; }
|
||
|
.btn-success.btn-fill .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn-success .caret {
|
||
|
border-top-color: #05AE0E; }
|
||
|
|
||
|
.btn-info {
|
||
|
border-color: #2CA8FF;
|
||
|
color: #2CA8FF; }
|
||
|
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info.active:hover, .open > .btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
|
||
|
background-color: transparent;
|
||
|
color: #109CFF;
|
||
|
border-color: #109CFF; }
|
||
|
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
|
||
|
background-color: transparent;
|
||
|
border-color: #2CA8FF; }
|
||
|
.btn-info.btn-fill {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #2CA8FF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
|
||
|
background-color: #109CFF;
|
||
|
color: #FFFFFF; }
|
||
|
.btn-info.btn-fill .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn-info .caret {
|
||
|
border-top-color: #2CA8FF; }
|
||
|
|
||
|
.btn-warning {
|
||
|
border-color: #FF9500;
|
||
|
color: #FF9500; }
|
||
|
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:focus, .btn-warning.active:hover, .open > .btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
|
||
|
background-color: transparent;
|
||
|
color: #ED8D00;
|
||
|
border-color: #ED8D00; }
|
||
|
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning:disabled, .btn-warning:disabled:hover, .btn-warning:disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
|
||
|
background-color: transparent;
|
||
|
border-color: #FF9500; }
|
||
|
.btn-warning.btn-fill {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #FF9500;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle {
|
||
|
background-color: #ED8D00;
|
||
|
color: #FFFFFF; }
|
||
|
.btn-warning.btn-fill .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn-warning .caret {
|
||
|
border-top-color: #FF9500; }
|
||
|
|
||
|
.btn-danger {
|
||
|
border-color: #FF3B30;
|
||
|
color: #FF3B30; }
|
||
|
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:focus, .btn-danger.active:hover, .open > .btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
|
||
|
background-color: transparent;
|
||
|
color: #EE2D20;
|
||
|
border-color: #EE2D20; }
|
||
|
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
|
||
|
background-color: transparent;
|
||
|
border-color: #FF3B30; }
|
||
|
.btn-danger.btn-fill {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #FF3B30;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open > .btn-danger.btn-fill.dropdown-toggle {
|
||
|
background-color: #EE2D20;
|
||
|
color: #FFFFFF; }
|
||
|
.btn-danger.btn-fill .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn-danger .caret {
|
||
|
border-top-color: #FF3B30; }
|
||
|
|
||
|
.btn-neutral {
|
||
|
border-color: #FFFFFF;
|
||
|
color: #FFFFFF; }
|
||
|
.btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral.active:focus, .btn-neutral.active:hover, .open > .btn-neutral.dropdown-toggle, .open > .btn-neutral.dropdown-toggle:focus, .open > .btn-neutral.dropdown-toggle:hover {
|
||
|
background-color: transparent;
|
||
|
color: #FFFFFF;
|
||
|
border-color: #FFFFFF; }
|
||
|
.btn-neutral.disabled, .btn-neutral.disabled:hover, .btn-neutral.disabled:focus, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled.active, .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral:hover, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral.active {
|
||
|
background-color: transparent;
|
||
|
border-color: #FFFFFF; }
|
||
|
.btn-neutral.btn-fill {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #FFFFFF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus, .btn-neutral.btn-fill:active, .btn-neutral.btn-fill.active, .open > .btn-neutral.btn-fill.dropdown-toggle {
|
||
|
background-color: #FFFFFF;
|
||
|
color: #FFFFFF; }
|
||
|
.btn-neutral.btn-fill .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn-neutral .caret {
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.btn-neutral:active, .btn-neutral.active, .open > .btn-neutral.dropdown-toggle {
|
||
|
background-color: #FFFFFF;
|
||
|
color: #888888; }
|
||
|
.btn-neutral.btn-fill, .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus {
|
||
|
color: #888888; }
|
||
|
.btn-neutral.btn-simple:active, .btn-neutral.btn-simple.active {
|
||
|
background-color: transparent; }
|
||
|
|
||
|
.btn:disabled, .btn[disabled], .btn.disabled {
|
||
|
opacity: 0.5;
|
||
|
filter: alpha(opacity=50); }
|
||
|
|
||
|
.btn-round {
|
||
|
border-width: 1px;
|
||
|
border-radius: 30px !important;
|
||
|
padding: 9px 18px; }
|
||
|
|
||
|
.btn-simple {
|
||
|
border: 0;
|
||
|
font-size: 16px;
|
||
|
padding: 8px 16px; }
|
||
|
|
||
|
.btn-lg {
|
||
|
font-size: 18px;
|
||
|
border-radius: 6px;
|
||
|
padding: 14px 30px;
|
||
|
font-weight: 400; }
|
||
|
.btn-lg.btn-round {
|
||
|
padding: 15px 30px; }
|
||
|
.btn-lg.btn-simple {
|
||
|
padding: 16px 30px; }
|
||
|
|
||
|
.btn-sm {
|
||
|
font-size: 12px;
|
||
|
border-radius: 3px;
|
||
|
padding: 5px 10px; }
|
||
|
.btn-sm.btn-round {
|
||
|
padding: 6px 10px; }
|
||
|
.btn-sm.btn-simple {
|
||
|
padding: 7px 10px; }
|
||
|
|
||
|
.btn-xs {
|
||
|
font-size: 12px;
|
||
|
border-radius: 3px;
|
||
|
padding: 1px 5px; }
|
||
|
.btn-xs.btn-round {
|
||
|
padding: 2px 5px; }
|
||
|
.btn-xs.btn-simple {
|
||
|
padding: 3px 5px; }
|
||
|
|
||
|
.btn-wd {
|
||
|
min-width: 140px; }
|
||
|
|
||
|
.btn-group.select {
|
||
|
width: 100%; }
|
||
|
|
||
|
.btn-group.select .btn {
|
||
|
text-align: left; }
|
||
|
|
||
|
.btn-group.select .caret {
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
margin-top: -1px;
|
||
|
right: 8px; }
|
||
|
|
||
|
.form-control::-moz-placeholder {
|
||
|
color: #DDDDDD;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
|
||
|
.form-control:-moz-placeholder {
|
||
|
color: #DDDDDD;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
|
||
|
.form-control::-webkit-input-placeholder {
|
||
|
color: #DDDDDD;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
|
||
|
.form-control:-ms-input-placeholder {
|
||
|
color: #DDDDDD;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
|
||
|
.form-control {
|
||
|
background-color: #FFFFFF;
|
||
|
border: 1px solid #DDDDDD;
|
||
|
border-radius: 4px;
|
||
|
color: #444444;
|
||
|
padding: 8px 16px;
|
||
|
height: 40px;
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none; }
|
||
|
.form-control:focus {
|
||
|
background-color: #FFFFFF;
|
||
|
border: 1px solid #9A9A9A;
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none;
|
||
|
outline: 0 !important; }
|
||
|
.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
|
||
|
border-color: #E3E3E3;
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none; }
|
||
|
.has-success .form-control {
|
||
|
color: #05AE0E; }
|
||
|
.has-success .form-control:focus {
|
||
|
border-color: #05AE0E; }
|
||
|
.has-error .form-control {
|
||
|
color: #FF3B30; }
|
||
|
.has-error .form-control:focus {
|
||
|
border-color: #FF3B30; }
|
||
|
.form-control + .form-control-feedback {
|
||
|
border-radius: 6px;
|
||
|
font-size: 14px;
|
||
|
padding: 0 12px 0 0;
|
||
|
position: absolute;
|
||
|
right: 25px;
|
||
|
top: 13px;
|
||
|
vertical-align: middle; }
|
||
|
.open > .form-control {
|
||
|
border-radius: 4px 4px 0 0;
|
||
|
border-bottom-color: transparent; }
|
||
|
|
||
|
.input-lg {
|
||
|
height: 55px;
|
||
|
padding: 14px 30px; }
|
||
|
|
||
|
.has-error .form-control-feedback {
|
||
|
color: #FF3B30; }
|
||
|
|
||
|
.has-success .form-control-feedback {
|
||
|
color: #05AE0E; }
|
||
|
|
||
|
.input-group-addon {
|
||
|
background-color: #FFFFFF;
|
||
|
border: 1px solid #E3E3E3;
|
||
|
border-radius: 4px;
|
||
|
-webkit-transition: all 300ms linear;
|
||
|
-moz-transition: all 300ms linear;
|
||
|
-o-transition: all 300ms linear;
|
||
|
-ms-transition: all 300ms linear;
|
||
|
transition: all 300ms linear; }
|
||
|
.has-success .input-group-addon, .has-error .input-group-addon {
|
||
|
background-color: #FFFFFF;
|
||
|
border: 1px solid #E3E3E3; }
|
||
|
.has-error .form-control:focus + .input-group-addon {
|
||
|
border-color: #FF3B30;
|
||
|
color: #FF3B30; }
|
||
|
.has-success .form-control:focus + .input-group-addon {
|
||
|
border-color: #05AE0E;
|
||
|
color: #05AE0E; }
|
||
|
.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
|
||
|
background-color: #FFFFFF;
|
||
|
border-color: #9A9A9A; }
|
||
|
|
||
|
.input-group .form-control:first-child,
|
||
|
.input-group-addon:first-child,
|
||
|
.input-group-btn:first-child > .dropdown-toggle,
|
||
|
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
|
||
|
border-right: 0 none; }
|
||
|
|
||
|
.input-group .form-control:last-child,
|
||
|
.input-group-addon:last-child,
|
||
|
.input-group-btn:last-child > .dropdown-toggle,
|
||
|
.input-group-btn:first-child > .btn:not(:first-child) {
|
||
|
border-left: 0 none; }
|
||
|
|
||
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||
|
background-color: #E3E3E3;
|
||
|
color: #888888;
|
||
|
cursor: not-allowed; }
|
||
|
|
||
|
.input-group-btn .btn {
|
||
|
border-width: 1px;
|
||
|
padding: 9px 16px; }
|
||
|
|
||
|
.input-group-btn .btn-default:not(.btn-fill) {
|
||
|
border-color: #DDDDDD; }
|
||
|
|
||
|
.input-group-btn:last-child > .btn {
|
||
|
margin-left: 0; }
|
||
|
|
||
|
.input-group-focus .input-group-addon {
|
||
|
border-color: #9A9A9A; }
|
||
|
|
||
|
/*!
|
||
|
* jQuery UI Slider 1.10.4
|
||
|
* http://jqueryui.com
|
||
|
*
|
||
|
* Copyright 2014 jQuery Foundation and other contributors
|
||
|
* Released under the MIT license.
|
||
|
* http://jquery.org/license
|
||
|
*
|
||
|
* http://api.jqueryui.com/slider/#theming
|
||
|
*/
|
||
|
.ui-slider {
|
||
|
position: relative;
|
||
|
text-align: left; }
|
||
|
|
||
|
.ui-slider .ui-slider-handle {
|
||
|
position: absolute;
|
||
|
z-index: 2;
|
||
|
width: 1.2em;
|
||
|
height: 1.2em;
|
||
|
cursor: default; }
|
||
|
|
||
|
.ui-slider .ui-slider-range {
|
||
|
position: absolute;
|
||
|
z-index: 1;
|
||
|
font-size: .7em;
|
||
|
display: block;
|
||
|
border: 0;
|
||
|
background-position: 0 0; }
|
||
|
|
||
|
/* For IE8 - See #6727 */
|
||
|
.ui-slider.ui-state-disabled .ui-slider-handle,
|
||
|
.ui-slider.ui-state-disabled .ui-slider-range {
|
||
|
filter: inherit; }
|
||
|
|
||
|
.ui-slider-horizontal {
|
||
|
height: 4px; }
|
||
|
|
||
|
.ui-slider-horizontal .ui-slider-handle {
|
||
|
margin-left: -10px;
|
||
|
top: -7px; }
|
||
|
|
||
|
.ui-slider-horizontal .ui-slider-range {
|
||
|
top: 0;
|
||
|
height: 100%; }
|
||
|
|
||
|
.ui-slider-horizontal .ui-slider-range-min {
|
||
|
left: 0; }
|
||
|
|
||
|
.ui-slider-horizontal .ui-slider-range-max {
|
||
|
right: 0; }
|
||
|
|
||
|
.ui-slider-vertical {
|
||
|
width: .8em;
|
||
|
height: 100px; }
|
||
|
|
||
|
.ui-slider-vertical .ui-slider-handle {
|
||
|
left: -.3em;
|
||
|
margin-left: 0;
|
||
|
margin-bottom: -.6em; }
|
||
|
|
||
|
.ui-slider-vertical .ui-slider-range {
|
||
|
left: 0;
|
||
|
width: 100%; }
|
||
|
|
||
|
.ui-slider-vertical .ui-slider-range-min {
|
||
|
bottom: 0; }
|
||
|
|
||
|
.ui-slider-vertical .ui-slider-range-max {
|
||
|
top: 0; }
|
||
|
|
||
|
/* Component containers
|
||
|
----------------------------------*/
|
||
|
.ui-widget {
|
||
|
font-size: 1.1em; }
|
||
|
|
||
|
.ui-widget .ui-widget {
|
||
|
font-size: 1em; }
|
||
|
|
||
|
.ui-widget input,
|
||
|
.ui-widget select,
|
||
|
.ui-widget textarea,
|
||
|
.ui-widget button {
|
||
|
font-size: 1em; }
|
||
|
|
||
|
.ui-widget-content {
|
||
|
background-color: #E5E5E5; }
|
||
|
|
||
|
.ui-widget-content a {
|
||
|
color: #222222; }
|
||
|
|
||
|
.ui-widget-header {
|
||
|
background: #999999;
|
||
|
color: #222222;
|
||
|
font-weight: bold; }
|
||
|
|
||
|
.ui-widget-header a {
|
||
|
color: #222222; }
|
||
|
|
||
|
.slider-primary .ui-widget-header {
|
||
|
background-color: #3472F7; }
|
||
|
|
||
|
.slider-info .ui-widget-header {
|
||
|
background-color: #2C93FF; }
|
||
|
|
||
|
.slider-success .ui-widget-header {
|
||
|
background-color: #05AE0E; }
|
||
|
|
||
|
.slider-warning .ui-widget-header {
|
||
|
background-color: #FF9500; }
|
||
|
|
||
|
.slider-danger .ui-widget-header {
|
||
|
background-color: #FF3B30; }
|
||
|
|
||
|
/* Interaction states
|
||
|
----------------------------------*/
|
||
|
.ui-state-default,
|
||
|
.ui-widget-content .ui-state-default,
|
||
|
.ui-widget-header .ui-state-default {
|
||
|
background: white;
|
||
|
/* Old browsers */
|
||
|
background: -moz-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
/* FF3.6+ */
|
||
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
|
||
|
/* Chrome,Safari4+ */
|
||
|
background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
/* Chrome10+,Safari5.1+ */
|
||
|
background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
/* Opera 11.10+ */
|
||
|
background: -ms-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
/* IE10+ */
|
||
|
background: linear-gradient(to bottom, white 0%, #f1f1f2 100%);
|
||
|
/* W3C */
|
||
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 );
|
||
|
/* IE6-9 */
|
||
|
border-radius: 50%;
|
||
|
box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
|
||
|
height: 15px;
|
||
|
width: 15px;
|
||
|
cursor: pointer; }
|
||
|
|
||
|
.ui-state-default a,
|
||
|
.ui-state-default a:link,
|
||
|
.ui-state-default a:visited {
|
||
|
color: #555555;
|
||
|
text-decoration: none; }
|
||
|
|
||
|
.ui-state-hover a,
|
||
|
.ui-state-hover a:hover,
|
||
|
.ui-state-hover a:link,
|
||
|
.ui-state-hover a:visited,
|
||
|
.ui-state-focus a,
|
||
|
.ui-state-focus a:hover,
|
||
|
.ui-state-focus a:link,
|
||
|
.ui-state-focus a:visited {
|
||
|
color: #212121;
|
||
|
text-decoration: none; }
|
||
|
|
||
|
.ui-state-active a,
|
||
|
.ui-state-active a:link,
|
||
|
.ui-state-active a:visited {
|
||
|
color: #212121;
|
||
|
text-decoration: none; }
|
||
|
|
||
|
/* Interaction Cues
|
||
|
----------------------------------*/
|
||
|
.ui-state-highlight,
|
||
|
.ui-widget-content .ui-state-highlight,
|
||
|
.ui-widget-header .ui-state-highlight {
|
||
|
border: 1px solid #fcefa1;
|
||
|
background: #fbf9ee;
|
||
|
color: #363636; }
|
||
|
|
||
|
.ui-state-highlight a,
|
||
|
.ui-widget-content .ui-state-highlight a,
|
||
|
.ui-widget-header .ui-state-highlight a {
|
||
|
color: #363636; }
|
||
|
|
||
|
.ui-state-error,
|
||
|
.ui-widget-content .ui-state-error,
|
||
|
.ui-widget-header .ui-state-error {
|
||
|
border: 1px solid #FF3B30;
|
||
|
background-color: #FF3B30;
|
||
|
color: #FF3B30; }
|
||
|
|
||
|
.ui-state-error a,
|
||
|
.ui-widget-content .ui-state-error a,
|
||
|
.ui-widget-header .ui-state-error a {
|
||
|
color: #FF3B30; }
|
||
|
|
||
|
.ui-state-error-text,
|
||
|
.ui-widget-content .ui-state-error-text,
|
||
|
.ui-widget-header .ui-state-error-text {
|
||
|
color: #FF3B30; }
|
||
|
|
||
|
.ui-priority-primary,
|
||
|
.ui-widget-content .ui-priority-primary,
|
||
|
.ui-widget-header .ui-priority-primary {
|
||
|
font-weight: bold; }
|
||
|
|
||
|
.ui-priority-secondary,
|
||
|
.ui-widget-content .ui-priority-secondary,
|
||
|
.ui-widget-header .ui-priority-secondary {
|
||
|
opacity: .7;
|
||
|
filter: Alpha(Opacity=70);
|
||
|
font-weight: normal; }
|
||
|
|
||
|
.ui-state-disabled,
|
||
|
.ui-widget-content .ui-state-disabled,
|
||
|
.ui-widget-header .ui-state-disabled {
|
||
|
opacity: .35;
|
||
|
filter: Alpha(Opacity=35);
|
||
|
background-image: none; }
|
||
|
|
||
|
.ui-state-disabled .ui-icon {
|
||
|
filter: Alpha(Opacity=35);
|
||
|
/* For IE8 - See #6059 */ }
|
||
|
|
||
|
.alert {
|
||
|
border: 0;
|
||
|
border-radius: 0;
|
||
|
color: #FFFFFF;
|
||
|
padding: 10px 15px;
|
||
|
font-size: 14px; }
|
||
|
.container .alert {
|
||
|
border-radius: 4px; }
|
||
|
.navbar .alert {
|
||
|
border-radius: 0;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 85px;
|
||
|
width: 100%;
|
||
|
z-index: 3; }
|
||
|
.navbar:not(.navbar-transparent) .alert {
|
||
|
top: 70px; }
|
||
|
|
||
|
.alert-info {
|
||
|
background-color: rgba(91, 202, 255, 0.98); }
|
||
|
|
||
|
.alert-success {
|
||
|
background-color: rgba(76, 217, 100, 0.98); }
|
||
|
|
||
|
.alert-warning {
|
||
|
background-color: rgba(255, 149, 0, 0.98); }
|
||
|
|
||
|
.alert-danger {
|
||
|
background-color: rgba(255, 76, 64, 0.98); }
|
||
|
|
||
|
/* Labels & Progress-bar */
|
||
|
.label {
|
||
|
padding: 0.2em 0.6em 0.2em;
|
||
|
border: 1px solid #999999;
|
||
|
border-radius: 3px;
|
||
|
color: #999999;
|
||
|
background-color: #FFFFFF;
|
||
|
font-weight: 500;
|
||
|
font-size: 11px;
|
||
|
text-transform: uppercase;
|
||
|
display: inline-block;
|
||
|
margin-bottom: 3px; }
|
||
|
|
||
|
.label-primary {
|
||
|
border-color: #3472F7;
|
||
|
color: #3472F7; }
|
||
|
|
||
|
.label-info {
|
||
|
border-color: #2CA8FF;
|
||
|
color: #2CA8FF; }
|
||
|
|
||
|
.label-success {
|
||
|
border-color: #05AE0E;
|
||
|
color: #05AE0E; }
|
||
|
|
||
|
.label-warning {
|
||
|
border-color: #FF9500;
|
||
|
color: #FF9500; }
|
||
|
|
||
|
.label-danger {
|
||
|
border-color: #FF3B30;
|
||
|
color: #FF3B30; }
|
||
|
|
||
|
.label.label-fill {
|
||
|
color: #FFFFFF; }
|
||
|
|
||
|
.label-primary.label-fill, .progress-bar, .progress-bar-primary {
|
||
|
background-color: #3472F7; }
|
||
|
|
||
|
.label-info.label-fill, .progress-bar-info {
|
||
|
background-color: #2CA8FF; }
|
||
|
|
||
|
.label-success.label-fill, .progress-bar-success {
|
||
|
background-color: #05AE0E; }
|
||
|
|
||
|
.label-warning.label-fill, .progress-bar-warning {
|
||
|
background-color: #FF9500; }
|
||
|
|
||
|
.label-danger.label-fill, .progress-bar-danger {
|
||
|
background-color: #FF3B30; }
|
||
|
|
||
|
.label-default.label-fill {
|
||
|
background-color: #999999; }
|
||
|
|
||
|
.progress {
|
||
|
background-color: #E5E5E5;
|
||
|
border-radius: 3px;
|
||
|
box-shadow: none;
|
||
|
height: 4px; }
|
||
|
|
||
|
.progress-thin {
|
||
|
height: 2px; }
|
||
|
|
||
|
.tooltip {
|
||
|
font-size: 14px;
|
||
|
font-weight: 600; }
|
||
|
.tooltip.top {
|
||
|
margin-top: -11px;
|
||
|
padding: 0; }
|
||
|
.tooltip.top .tooltip-inner:after {
|
||
|
border-top: 11px solid #FAE6A4;
|
||
|
border-left: 11px solid transparent;
|
||
|
border-right: 11px solid transparent;
|
||
|
bottom: -10px; }
|
||
|
.tooltip.top .tooltip-inner:before {
|
||
|
border-top: 11px solid rgba(0, 0, 0, 0.2);
|
||
|
border-left: 11px solid transparent;
|
||
|
border-right: 11px solid transparent;
|
||
|
bottom: -11px; }
|
||
|
.tooltip.bottom {
|
||
|
margin-top: 11px;
|
||
|
padding: 0; }
|
||
|
.tooltip.bottom .tooltip-inner:after {
|
||
|
border-bottom: 11px solid #FAE6A4;
|
||
|
border-left: 11px solid transparent;
|
||
|
border-right: 11px solid transparent;
|
||
|
top: -10px; }
|
||
|
.tooltip.bottom .tooltip-inner:before {
|
||
|
border-bottom: 11px solid rgba(0, 0, 0, 0.2);
|
||
|
border-left: 11px solid transparent;
|
||
|
border-right: 11px solid transparent;
|
||
|
top: -11px; }
|
||
|
.tooltip.left {
|
||
|
margin-left: -11px;
|
||
|
padding: 0; }
|
||
|
.tooltip.left .tooltip-inner:after {
|
||
|
border-left: 11px solid #FAE6A4;
|
||
|
border-top: 11px solid transparent;
|
||
|
border-bottom: 11px solid transparent;
|
||
|
right: -10px;
|
||
|
left: auto;
|
||
|
margin-left: 0; }
|
||
|
.tooltip.left .tooltip-inner:before {
|
||
|
border-left: 11px solid rgba(0, 0, 0, 0.2);
|
||
|
border-top: 11px solid transparent;
|
||
|
border-bottom: 11px solid transparent;
|
||
|
right: -11px;
|
||
|
left: auto;
|
||
|
margin-left: 0; }
|
||
|
.tooltip.right {
|
||
|
margin-left: 11px;
|
||
|
padding: 0; }
|
||
|
.tooltip.right .tooltip-inner:after {
|
||
|
border-right: 11px solid #FAE6A4;
|
||
|
border-top: 11px solid transparent;
|
||
|
border-bottom: 11px solid transparent;
|
||
|
left: -10px;
|
||
|
top: 0;
|
||
|
margin-left: 0; }
|
||
|
.tooltip.right .tooltip-inner:before {
|
||
|
border-right: 11px solid rgba(0, 0, 0, 0.2);
|
||
|
border-top: 11px solid transparent;
|
||
|
border-bottom: 11px solid transparent;
|
||
|
left: -11px;
|
||
|
top: 0;
|
||
|
margin-left: 0; }
|
||
|
|
||
|
.tooltip-arrow {
|
||
|
display: none;
|
||
|
opacity: 0; }
|
||
|
|
||
|
.tooltip-inner {
|
||
|
background-color: #FAE6A4;
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
|
||
|
color: #734726;
|
||
|
max-width: 260px;
|
||
|
min-width: 86px;
|
||
|
padding: 6px 10px;
|
||
|
text-align: center;
|
||
|
text-decoration: none; }
|
||
|
|
||
|
.tooltip-inner:after {
|
||
|
content: "";
|
||
|
display: inline-block;
|
||
|
left: 100%;
|
||
|
margin-left: -60%;
|
||
|
position: absolute; }
|
||
|
|
||
|
.tooltip-inner:before {
|
||
|
content: "";
|
||
|
display: inline-block;
|
||
|
left: 100%;
|
||
|
margin-left: -60%;
|
||
|
position: absolute; }
|
||
|
|
||
|
/* Checkbox and radio */
|
||
|
.checkbox,
|
||
|
.radio {
|
||
|
margin-bottom: 12px;
|
||
|
padding-left: 32px;
|
||
|
position: relative;
|
||
|
-webkit-transition: color 0.25s linear;
|
||
|
transition: color 0.25s linear;
|
||
|
font-size: 14px;
|
||
|
font-weight: normal;
|
||
|
line-height: 1.5;
|
||
|
color: #333333; }
|
||
|
|
||
|
.checkbox input,
|
||
|
.radio input {
|
||
|
outline: none !important;
|
||
|
display: none; }
|
||
|
|
||
|
.checkbox .icons,
|
||
|
.radio .icons {
|
||
|
color: #DDDDDD;
|
||
|
display: block;
|
||
|
height: 20px;
|
||
|
left: 0;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
width: 20px;
|
||
|
text-align: center;
|
||
|
line-height: 21px;
|
||
|
font-size: 20px;
|
||
|
cursor: pointer;
|
||
|
-webkit-transition: color 0.2s linear;
|
||
|
transition: color 0.2s linear; }
|
||
|
|
||
|
.checkbox .icons .first-icon,
|
||
|
.radio .icons .first-icon,
|
||
|
.checkbox .icons .second-icon,
|
||
|
.radio .icons .second-icon {
|
||
|
display: inline-table;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
background-color: transparent;
|
||
|
margin: 0;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
|
||
|
.checkbox .icons .second-icon,
|
||
|
.radio .icons .second-icon {
|
||
|
opacity: 0;
|
||
|
filter: alpha(opacity=0); }
|
||
|
|
||
|
.checkbox:hover,
|
||
|
.radio:hover {
|
||
|
-webkit-transition: color 0.2s linear;
|
||
|
transition: color 0.2s linear; }
|
||
|
|
||
|
.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: #2CA8FF; }
|
||
|
|
||
|
.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);
|
||
|
color: #2CA8FF;
|
||
|
-webkit-transition: color 0.2s linear;
|
||
|
transition: color 0.2s linear; }
|
||
|
|
||
|
.checkbox.disabled,
|
||
|
.radio.disabled {
|
||
|
cursor: default;
|
||
|
color: #DDDDDD !important; }
|
||
|
|
||
|
.checkbox.disabled .icons,
|
||
|
.radio.disabled .icons {
|
||
|
color: #DDDDDD !important; }
|
||
|
|
||
|
.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: #DDDDDD; }
|
||
|
|
||
|
.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);
|
||
|
color: #D9D9D9; }
|
||
|
|
||
|
/* ============================================================
|
||
|
* 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;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
line-height: 1.72222;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
text-align: left;
|
||
|
width: 60px;
|
||
|
-webkit-user-select: none;
|
||
|
-moz-user-select: none;
|
||
|
-ms-user-select: none;
|
||
|
-o-user-select: none;
|
||
|
user-select: none;
|
||
|
/* this code is for fixing safari bug with hidden overflow for border-radius */
|
||
|
-webkit-mask: url("../img/mask.png") 0 0 no-repeat;
|
||
|
-webkit-mask-size: 60px 24px;
|
||
|
mask: url("../img/mask.png") 0 0 no-repeat; }
|
||
|
|
||
|
.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 {
|
||
|
position: relative;
|
||
|
top: 0;
|
||
|
width: 100px; }
|
||
|
|
||
|
.has-switch > div.switch-animate {
|
||
|
-webkit-transition: left 0.25s ease-out;
|
||
|
transition: left 0.25s ease-out; }
|
||
|
|
||
|
.has-switch > div.switch-off {
|
||
|
left: -35px; }
|
||
|
|
||
|
.has-switch > div.switch-on {
|
||
|
left: 0; }
|
||
|
|
||
|
.has-switch > div label {
|
||
|
background-color: #FFFFFF;
|
||
|
background: white;
|
||
|
background: -moz-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
|
||
|
background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
background: -ms-linear-gradient(top, white 0%, #f1f1f2 100%);
|
||
|
background: linear-gradient(to bottom, white 0%, #f1f1f2 100%);
|
||
|
box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
|
||
|
cursor: pointer; }
|
||
|
|
||
|
.has-switch input[type=checkbox] {
|
||
|
display: none; }
|
||
|
|
||
|
.has-switch span {
|
||
|
/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; */
|
||
|
cursor: pointer;
|
||
|
float: left;
|
||
|
font-size: 11px;
|
||
|
font-weight: 400;
|
||
|
height: 24px;
|
||
|
line-height: 15px;
|
||
|
margin: 0;
|
||
|
padding-bottom: 6px;
|
||
|
padding-top: 5px;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
text-indent: -10px;
|
||
|
width: 50%;
|
||
|
z-index: 1;
|
||
|
-webkit-transition: 0.25s ease-out;
|
||
|
transition: 0.25s ease-out; }
|
||
|
|
||
|
.has-switch span.switch-left {
|
||
|
background-color: #2CA8FF;
|
||
|
border-left: 1px solid transparent;
|
||
|
border-radius: 30px 0 0 30px;
|
||
|
color: #FFFFFF; }
|
||
|
|
||
|
.has-switch .switch-off span.switch-left {
|
||
|
background-color: #DDDDDD; }
|
||
|
|
||
|
.has-switch span.switch-right {
|
||
|
border-radius: 0 30px 30px 0;
|
||
|
background-color: #2CA8FF;
|
||
|
color: #ffffff;
|
||
|
text-indent: 1px; }
|
||
|
|
||
|
.has-switch .switch-off span.switch-right {
|
||
|
background-color: #DDDDDD; }
|
||
|
|
||
|
.has-switch label {
|
||
|
border-radius: 12px;
|
||
|
float: left;
|
||
|
height: 22px;
|
||
|
margin: 1px -13px;
|
||
|
padding: 0;
|
||
|
position: relative;
|
||
|
transition: all 0.25s ease-out 0s;
|
||
|
vertical-align: middle;
|
||
|
width: 22px;
|
||
|
z-index: 100;
|
||
|
-webkit-transition: 0.25s ease-out;
|
||
|
transition: 0.25s ease-out; }
|
||
|
|
||
|
.has-switch .switch-on .fa-check:before {
|
||
|
margin-left: 10px; }
|
||
|
|
||
|
.has-switch:hover .switch-on label {
|
||
|
margin: 1px -17px;
|
||
|
width: 26px; }
|
||
|
|
||
|
.has-switch:hover .switch-off label {
|
||
|
margin: 1px -13px;
|
||
|
width: 26px; }
|
||
|
|
||
|
.nav > li > a:hover,
|
||
|
.nav > li > a:focus {
|
||
|
background-color: transparent; }
|
||
|
|
||
|
.navbar {
|
||
|
border: 0;
|
||
|
font-size: 16px;
|
||
|
transition: all 0.4s;
|
||
|
-webkit-transition: all 0.4s; }
|
||
|
.navbar .navbar-brand {
|
||
|
font-weight: 600;
|
||
|
margin: 5px 0px;
|
||
|
padding: 20px 15px;
|
||
|
font-size: 20px; }
|
||
|
.navbar .navbar-nav > li > a {
|
||
|
padding: 10px 15px;
|
||
|
margin: 15px 3px; }
|
||
|
.navbar .navbar-nav > li > a.btn {
|
||
|
margin: 15px 3px;
|
||
|
padding: 8px 16px; }
|
||
|
.navbar .navbar-nav > li > a.btn-round {
|
||
|
margin: 16px 3px; }
|
||
|
.navbar .navbar-nav > li > a [class^="fa"] {
|
||
|
font-size: 19px;
|
||
|
position: relative;
|
||
|
top: 1px; }
|
||
|
.navbar .btn {
|
||
|
margin: 15px 3px;
|
||
|
font-size: 14px; }
|
||
|
.navbar .btn-simple {
|
||
|
font-size: 16px; }
|
||
|
|
||
|
.navbar-nav > li > .dropdown-menu {
|
||
|
border-radius: 10px;
|
||
|
margin-top: -5px; }
|
||
|
|
||
|
.navbar-transparent .navbar-brand, [class*="navbar-ct"] .navbar-brand {
|
||
|
color: #FFFFFF;
|
||
|
opacity: 0.9;
|
||
|
filter: alpha(opacity=90); }
|
||
|
.navbar-transparent .navbar-brand:focus, .navbar-transparent .navbar-brand:hover, [class*="navbar-ct"] .navbar-brand:focus, [class*="navbar-ct"] .navbar-brand:hover {
|
||
|
background-color: transparent;
|
||
|
color: #FFFFFF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.navbar-transparent .navbar-nav > li > a:not(.btn),
|
||
|
.navbar-transparent .navbar-nav > li > a.btn-default, [class*="navbar-ct"] .navbar-nav > li > a:not(.btn),
|
||
|
[class*="navbar-ct"] .navbar-nav > li > a.btn-default {
|
||
|
color: #FFFFFF;
|
||
|
border-color: #FFFFFF;
|
||
|
opacity: 0.8;
|
||
|
filter: alpha(opacity=80); }
|
||
|
.navbar-transparent .navbar-nav > li > a.btn-default:hover,
|
||
|
.navbar-transparent .navbar-nav > li > a.btn-default:focus, [class*="navbar-ct"] .navbar-nav > li > a.btn-default:hover,
|
||
|
[class*="navbar-ct"] .navbar-nav > li > a.btn-default:focus {
|
||
|
border-color: #FFFFFF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.navbar-transparent .navbar-nav > .active > a:not(.btn),
|
||
|
.navbar-transparent .navbar-nav > .active > a:hover:not(.btn),
|
||
|
.navbar-transparent .navbar-nav > .active > a:focus:not(.btn),
|
||
|
.navbar-transparent .navbar-nav > li > a:hover:not(.btn),
|
||
|
.navbar-transparent .navbar-nav > li > a:focus:not(.btn), [class*="navbar-ct"] .navbar-nav > .active > a:not(.btn),
|
||
|
[class*="navbar-ct"] .navbar-nav > .active > a:hover:not(.btn),
|
||
|
[class*="navbar-ct"] .navbar-nav > .active > a:focus:not(.btn),
|
||
|
[class*="navbar-ct"] .navbar-nav > li > a:hover:not(.btn),
|
||
|
[class*="navbar-ct"] .navbar-nav > li > a:focus:not(.btn) {
|
||
|
background-color: transparent;
|
||
|
border-radius: 3px;
|
||
|
color: #FFFFFF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.navbar-transparent .navbar-nav .nav > li > a.btn:hover, [class*="navbar-ct"] .navbar-nav .nav > li > a.btn:hover {
|
||
|
background-color: transparent; }
|
||
|
.navbar-transparent .navbar-nav > .dropdown > a .caret,
|
||
|
.navbar-transparent .navbar-nav > .dropdown > a:hover .caret,
|
||
|
.navbar-transparent .navbar-nav > .dropdown > a:focus .caret, [class*="navbar-ct"] .navbar-nav > .dropdown > a .caret,
|
||
|
[class*="navbar-ct"] .navbar-nav > .dropdown > a:hover .caret,
|
||
|
[class*="navbar-ct"] .navbar-nav > .dropdown > a:focus .caret {
|
||
|
border-bottom-color: #FFFFFF;
|
||
|
border-top-color: #FFFFFF; }
|
||
|
.navbar-transparent .navbar-nav > .open > a,
|
||
|
.navbar-transparent .navbar-nav > .open > a:hover,
|
||
|
.navbar-transparent .navbar-nav > .open > a:focus, [class*="navbar-ct"] .navbar-nav > .open > a,
|
||
|
[class*="navbar-ct"] .navbar-nav > .open > a:hover,
|
||
|
[class*="navbar-ct"] .navbar-nav > .open > a:focus {
|
||
|
background-color: transparent;
|
||
|
color: #FFFFFF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.navbar-transparent .btn-default, [class*="navbar-ct"] .btn-default {
|
||
|
color: #FFFFFF;
|
||
|
border-color: #FFFFFF; }
|
||
|
.navbar-transparent .btn-default.btn-fill, [class*="navbar-ct"] .btn-default.btn-fill {
|
||
|
color: #9A9A9A;
|
||
|
background-color: #FFFFFF;
|
||
|
opacity: 0.9;
|
||
|
filter: alpha(opacity=90); }
|
||
|
.navbar-transparent .btn-default.btn-fill:hover,
|
||
|
.navbar-transparent .btn-default.btn-fill:focus,
|
||
|
.navbar-transparent .btn-default.btn-fill:active,
|
||
|
.navbar-transparent .btn-default.btn-fill.active,
|
||
|
.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default, [class*="navbar-ct"] .btn-default.btn-fill:hover,
|
||
|
[class*="navbar-ct"] .btn-default.btn-fill:focus,
|
||
|
[class*="navbar-ct"] .btn-default.btn-fill:active,
|
||
|
[class*="navbar-ct"] .btn-default.btn-fill.active,
|
||
|
[class*="navbar-ct"] .open .dropdown-toggle.btn-fill.btn-default {
|
||
|
border-color: #FFFFFF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.navbar-transparent .navbar-toggle .icon-bar, [class*="navbar-ct"] .navbar-toggle .icon-bar {
|
||
|
background-color: #FFFFFF !important; }
|
||
|
|
||
|
.navbar-toggle:hover,
|
||
|
.navbar-toggle:focus {
|
||
|
background-color: transparent; }
|
||
|
|
||
|
/*
|
||
|
.navbar-transparent{
|
||
|
.dropdown-menu .divider{
|
||
|
background-color: rgba($white-color,.2);
|
||
|
}
|
||
|
}
|
||
|
*/
|
||
|
.navbar-inverse .navbar-toggle:hover,
|
||
|
.navbar-inverse .navbar-toggle:focus {
|
||
|
background-color: transparent; }
|
||
|
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
|
||
|
background-color: transparent; }
|
||
|
|
||
|
.nav-open .nav .caret {
|
||
|
border-bottom-color: #FFFFFF;
|
||
|
border-top-color: #FFFFFF; }
|
||
|
|
||
|
.navbar-default {
|
||
|
background-color: rgba(255, 255, 255, 0.96);
|
||
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
|
||
|
.navbar-default .navbar-nav > .active > a,
|
||
|
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
|
||
|
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
|
||
|
.navbar-default .navbar-nav > li > a:not(.btn):hover,
|
||
|
.navbar-default .navbar-nav > li > a:not(.btn):focus {
|
||
|
background-color: transparent;
|
||
|
border-radius: 3px;
|
||
|
color: #2CA8FF;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100); }
|
||
|
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
|
||
|
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
|
||
|
border-bottom-color: #2CA8FF;
|
||
|
border-top-color: #2CA8FF; }
|
||
|
.navbar-default .navbar-nav > .open > a,
|
||
|
.navbar-default .navbar-nav > .open > a:hover,
|
||
|
.navbar-default .navbar-nav > .open > a:focus {
|
||
|
background-color: transparent;
|
||
|
color: #2CA8FF; }
|
||
|
.navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
|
||
|
background-color: transparent; }
|
||
|
.navbar-default:not(.navbar-transparent) .btn-default:hover {
|
||
|
color: #2CA8FF;
|
||
|
border-color: #2CA8FF; }
|
||
|
.navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:hover, .navbar-default:not(.navbar-transparent) .btn-neutral:active {
|
||
|
color: #9A9A9A; }
|
||
|
.navbar-default .navbar-toggle:hover,
|
||
|
.navbar-default .navbar-toggle:focus {
|
||
|
background-color: transparent; }
|
||
|
|
||
|
.navbar-form {
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none; }
|
||
|
.navbar-form .form-control {
|
||
|
border-radius: 0;
|
||
|
border: 0;
|
||
|
padding: 0;
|
||
|
background-color: transparent;
|
||
|
height: 22px;
|
||
|
font-size: 16px;
|
||
|
line-height: 1.5;
|
||
|
color: #E3E3E3; }
|
||
|
.navbar-transparent .navbar-form .form-control, [class*="navbar-ct"] .navbar-form .form-control {
|
||
|
color: #FFFFFF;
|
||
|
border: 0;
|
||
|
border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
|
||
|
|
||
|
.navbar-ct-blue {
|
||
|
background-color: rgba(52, 172, 220, 0.98); }
|
||
|
|
||
|
.navbar-ct-azzure {
|
||
|
background-color: rgba(91, 202, 255, 0.98); }
|
||
|
|
||
|
.navbar-ct-green {
|
||
|
background-color: rgba(76, 217, 100, 0.98); }
|
||
|
|
||
|
.navbar-ct-orange {
|
||
|
background-color: rgba(255, 149, 0, 0.98); }
|
||
|
|
||
|
.navbar-ct-red {
|
||
|
background-color: rgba(255, 76, 64, 0.98); }
|
||
|
|
||
|
.navbar-transparent {
|
||
|
padding-top: 15px;
|
||
|
background-color: transparent;
|
||
|
border-bottom: 1px solid transparent; }
|
||
|
|
||
|
.navbar-toggle {
|
||
|
margin-top: 19px;
|
||
|
margin-bottom: 19px;
|
||
|
border: 0; }
|
||
|
.navbar-toggle .icon-bar {
|
||
|
background-color: #FFFFFF; }
|
||
|
.navbar-toggle .navbar-collapse,
|
||
|
.navbar-toggle .navbar-form {
|
||
|
border-color: transparent; }
|
||
|
|
||
|
.dropdown-menu {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border-radius: 10px;
|
||
|
z-index: 9000;
|
||
|
-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
|
||
|
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125); }
|
||
|
.dropdown-menu > li > a {
|
||
|
padding: 8px 16px;
|
||
|
color: #333333; }
|
||
|
.dropdown-menu > li > a:focus {
|
||
|
outline: 0 !important; }
|
||
|
.dropdown-menu > li:first-child > a {
|
||
|
border-top-left-radius: 10px;
|
||
|
border-top-right-radius: 10px; }
|
||
|
.dropdown-menu > li:last-child > a {
|
||
|
border-bottom-left-radius: 10px;
|
||
|
border-bottom-right-radius: 10px; }
|
||
|
.dropdown-menu > li > a:hover,
|
||
|
.dropdown-menu > li > a:focus {
|
||
|
background-color: #F5F5F5;
|
||
|
color: #333333;
|
||
|
opacity: 1;
|
||
|
text-decoration: none; }
|
||
|
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
|
||
|
background-color: #2CA8FF; }
|
||
|
|
||
|
.btn-group.select {
|
||
|
overflow: hidden; }
|
||
|
|
||
|
.btn-group.select.open {
|
||
|
overflow: visible; }
|
||
|
|
||
|
/* Navigation menu */
|
||
|
.nav-pills > li + li {
|
||
|
margin-left: 0; }
|
||
|
.nav-pills > li > a {
|
||
|
border: 1px solid #2CA8FF;
|
||
|
border-radius: 0;
|
||
|
color: #2CA8FF;
|
||
|
margin-left: -1px; }
|
||
|
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
|
||
|
background-color: #F5F5F5; }
|
||
|
.nav-pills > li.active > a,
|
||
|
.nav-pills > li.active > a:hover,
|
||
|
.nav-pills > li.active > a:focus {
|
||
|
background-color: #2CA8FF;
|
||
|
color: #FFFFFF !important; }
|
||
|
.nav-pills > li:first-child > a {
|
||
|
border-radius: 4px 0 0 4px;
|
||
|
margin: 0; }
|
||
|
.nav-pills > li:last-child > a {
|
||
|
border-radius: 0 4px 4px 0; }
|
||
|
|
||
|
.pagination.pagination-no-border > li > a,
|
||
|
.pagination.pagination-no-border > li > span {
|
||
|
border: 0; }
|
||
|
|
||
|
.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
|
||
|
border-radius: 50%;
|
||
|
margin: 0 2px;
|
||
|
color: #777777; }
|
||
|
|
||
|
.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
|
||
|
background-color: #2CA8FF;
|
||
|
border: 0;
|
||
|
color: #FFFFFF;
|
||
|
padding: 7px 13px; }
|
||
|
|
||
|
.nav-pills.ct-blue > li.active > a,
|
||
|
.nav-pills.ct-blue > li.active > a:hover,
|
||
|
.nav-pills.ct-blue > li.active > a:focus,
|
||
|
.pagination.ct-blue > li.active > a,
|
||
|
.pagination.ct-blue > li.active > span,
|
||
|
.pagination.ct-blue > li.active > a:hover,
|
||
|
.pagination.ct-blue > li.active > span:hover,
|
||
|
.pagination.ct-blue > li.active > a:focus,
|
||
|
.pagination.ct-blue > li.active > span:focus {
|
||
|
background-color: #3472F7; }
|
||
|
|
||
|
.nav-pills.ct-azzure > li.active > a,
|
||
|
.nav-pills.ct-azzure > li.active > a:hover,
|
||
|
.nav-pills.ct-azzure > li.active > a:focus,
|
||
|
.pagination.ct-azzure > li.active > a,
|
||
|
.pagination.ct-azzure > li.active > span,
|
||
|
.pagination.ct-azzure > li.active > a:hover,
|
||
|
.pagination.ct-azzure > li.active > span:hover,
|
||
|
.pagination.ct-azzure > li.active > a:focus,
|
||
|
.pagination.ct-azzure > li.active > span:focus {
|
||
|
background-color: #2CA8FF; }
|
||
|
|
||
|
.nav-pills.ct-green > li.active > a,
|
||
|
.nav-pills.ct-green > li.active > a:hover,
|
||
|
.nav-pills.ct-green > li.active > a:focus,
|
||
|
.pagination.ct-green > li.active > a,
|
||
|
.pagination.ct-green > li.active > span,
|
||
|
.pagination.ct-green > li.active > a:hover,
|
||
|
.pagination.ct-green > li.active > span:hover,
|
||
|
.pagination.ct-green > li.active > a:focus,
|
||
|
.pagination.ct-green > li.active > span:focus {
|
||
|
background-color: #05AE0E; }
|
||
|
|
||
|
.nav-pills.ct-orange > li.active > a,
|
||
|
.nav-pills.ct-orange > li.active > a:hover,
|
||
|
.nav-pills.ct-orange > li.active > a:focus,
|
||
|
.pagination.ct-orange > li.active > a,
|
||
|
.pagination.ct-orange > li.active > span,
|
||
|
.pagination.ct-orange > li.active > a:hover,
|
||
|
.pagination.ct-orange > li.active > span:hover,
|
||
|
.pagination.ct-orange > li.active > a:focus,
|
||
|
.pagination.ct-orange > li.active > span:focus {
|
||
|
background-color: #FF9500; }
|
||
|
|
||
|
.nav-pills.ct-red > li.active > a,
|
||
|
.nav-pills.ct-red > li.active > a:hover,
|
||
|
.nav-pills.ct-red > li.active > a:focus,
|
||
|
.pagination.ct-red > li.active > a,
|
||
|
.pagination.ct-red > li.active > span,
|
||
|
.pagination.ct-red > li.active > a:hover,
|
||
|
.pagination.ct-red > li.active > span:hover,
|
||
|
.pagination.ct-red > li.active > a:focus,
|
||
|
.pagination.ct-red > li.active > span:focus {
|
||
|
background-color: #FF3B30; }
|
||
|
|
||
|
.nav-pills.ct-blue > li > a {
|
||
|
border: 1px solid #3472F7;
|
||
|
color: #3472F7; }
|
||
|
|
||
|
.nav-pills.ct-azzure > li > a {
|
||
|
border: 1px solid #2CA8FF;
|
||
|
color: #2CA8FF; }
|
||
|
|
||
|
.nav-pills.ct-green > li > a {
|
||
|
border: 1px solid #05AE0E;
|
||
|
color: #05AE0E; }
|
||
|
|
||
|
.nav-pills.ct-orange > li > a {
|
||
|
border: 1px solid #FF9500;
|
||
|
color: #FF9500; }
|
||
|
|
||
|
.nav-pills.ct-red > li > a {
|
||
|
border: 1px solid #FF3B30;
|
||
|
color: #FF3B30; }
|
||
|
|
||
|
.panel-group .panel {
|
||
|
border: 0;
|
||
|
border-bottom: 1px solid #DDDDDD;
|
||
|
box-shadow: none; }
|
||
|
.panel-group .panel-default > .panel-heading {
|
||
|
background-color: #FFFFFF;
|
||
|
border-color: #FFFFFF; }
|
||
|
.panel-group .panel {
|
||
|
border-radius: 0; }
|
||
|
.panel-group .panel-title {
|
||
|
font-size: 18px; }
|
||
|
.panel-group .panel-title a:hover, .panel-group .panel-title a:focus {
|
||
|
text-decoration: none; }
|
||
|
.panel-group .gsdk-collapse {
|
||
|
display: block;
|
||
|
height: 0px;
|
||
|
visibility: visible;
|
||
|
overflow: hidden;
|
||
|
transition: all 400ms; }
|
||
|
.panel-group .panel-title a:hover,
|
||
|
.panel-group .panel-title a:focus {
|
||
|
color: #777777; }
|
||
|
.panel-group .panel-default > .panel-heading + .panel-collapse.gsdk-collapse > .panel-body {
|
||
|
box-shadow: inset 0 7px 10px -7px rgba(0, 0, 0, 0.14); }
|
||
|
|
||
|
.carousel-control.left, .carousel-control.right {
|
||
|
background-image: none; }
|
||
|
.carousel-control .fa {
|
||
|
font-size: 35px; }
|
||
|
.carousel-control .fa,
|
||
|
.carousel-control .icon-prev,
|
||
|
.carousel-control .icon-next {
|
||
|
display: inline-block;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
z-index: 5;
|
||
|
margin-top: -17px;
|
||
|
margin-left: -9px; }
|
||
|
|
||
|
.carousel-inner > .item {
|
||
|
transition: left 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s;
|
||
|
-webkit-transition: left 1200ms cubic-bezier(0.455, 0.03, 0.4, 0.955) 0s; }
|
||
|
|
||
|
.modal-header {
|
||
|
border: 0 none; }
|
||
|
|
||
|
.modal-content {
|
||
|
border: 0 none;
|
||
|
border-radius: 10px;
|
||
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1); }
|
||
|
|
||
|
.modal-dialog {
|
||
|
padding-top: 60px; }
|
||
|
|
||
|
.modal-footer {
|
||
|
border-top: 0 none;
|
||
|
padding: 5px 10px;
|
||
|
text-align: right; }
|
||
|
.modal-footer .btn {
|
||
|
font-size: 16px; }
|
||
|
.modal-footer .btn-default.btn-simple {
|
||
|
font-weight: 400; }
|
||
|
.modal-footer .divider {
|
||
|
background-color: #DDDDDD;
|
||
|
display: inline-block;
|
||
|
float: inherit;
|
||
|
height: 26px;
|
||
|
margin: 8px -3px;
|
||
|
position: absolute;
|
||
|
width: 1px; }
|
||
|
|
||
|
.modal-footer .modal-footer
|
||
|
.modal.fade .modal-dialog {
|
||
|
transform: none;
|
||
|
-webkit-transform: none;
|
||
|
-moz-transform: none; }
|
||
|
|
||
|
.modal.in .modal-dialog {
|
||
|
transform: none;
|
||
|
-webkit-transform: none;
|
||
|
-moz-transform: none; }
|
||
|
|
||
|
.modal-footer
|
||
|
.modal.fade .modal-dialog {
|
||
|
transform: none; }
|
||
|
|
||
|
@media (min-width: 768px) {
|
||
|
.navbar-form {
|
||
|
margin-top: 21px;
|
||
|
margin-bottom: 21px;
|
||
|
padding-left: 5px;
|
||
|
padding-right: 5px; }
|
||
|
|
||
|
.navbar-search-form {
|
||
|
display: none; }
|
||
|
|
||
|
.navbar-nav > li > .dropdown-menu,
|
||
|
.dropdown .dropdown-menu {
|
||
|
-webkit-transform: scale(0);
|
||
|
-moz-transform: scale(0);
|
||
|
-o-transform: scale(0);
|
||
|
-ms-transform: scale(0);
|
||
|
transform: scale(0);
|
||
|
-webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
|
||
|
-moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
|
||
|
-o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
|
||
|
-ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
|
||
|
transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
|
||
|
opacity: 0;
|
||
|
filter: alpha(opacity=0);
|
||
|
visibility: hidden;
|
||
|
display: block; }
|
||
|
|
||
|
.navbar-nav > li.open > .dropdown-menu,
|
||
|
.dropdown.open .dropdown-menu {
|
||
|
-webkit-transform: scale(1);
|
||
|
-moz-transform: scale(1);
|
||
|
-o-transform: scale(1);
|
||
|
-ms-transform: scale(1);
|
||
|
transform: scale(1);
|
||
|
-webkit-transform-origin: 29px -50px;
|
||
|
-moz-transform-origin: 29px -50px;
|
||
|
-o-transform-origin: 29px -50px;
|
||
|
-ms-transform-origin: 29px -50px;
|
||
|
transform-origin: 29px -50px;
|
||
|
opacity: 1;
|
||
|
filter: alpha(opacity=100);
|
||
|
visibility: visible; }
|
||
|
|
||
|
.navbar-nav > li > .dropdown-menu:before {
|
||
|
border-bottom: 11px solid rgba(0, 0, 0, 0.2);
|
||
|
border-left: 11px solid transparent;
|
||
|
border-right: 11px solid transparent;
|
||
|
content: "";
|
||
|
display: inline-block;
|
||
|
position: absolute;
|
||
|
left: 12px;
|
||
|
top: -11px; }
|
||
|
|
||
|
.navbar-nav > li > .dropdown-menu:after {
|
||
|
border-bottom: 11px solid #FFFFFF;
|
||
|
border-left: 11px solid transparent;
|
||
|
border-right: 11px solid transparent;
|
||
|
content: "";
|
||
|
display: inline-block;
|
||
|
position: absolute;
|
||
|
left: 12px;
|
||
|
top: -10px; }
|
||
|
|
||
|
.navbar-nav.navbar-right > li > .dropdown-menu:before {
|
||
|
left: auto;
|
||
|
right: 12px; }
|
||
|
|
||
|
.navbar-nav.navbar-right > li > .dropdown-menu:after {
|
||
|
left: auto;
|
||
|
right: 12px; }
|
||
|
|
||
|
.footer:not(.footer-big) nav > ul li:first-child {
|
||
|
margin-left: 0; }
|
||
|
|
||
|
.nav-open .navbar-collapse {
|
||
|
-webkit-transform: translate3d(0px, 0, 0);
|
||
|
-moz-transform: translate3d(0px, 0, 0);
|
||
|
-o-transform: translate3d(0px, 0, 0);
|
||
|
-ms-transform: translate3d(0px, 0, 0);
|
||
|
transform: translate3d(0px, 0, 0); }
|
||
|
|
||
|
.nav-open .navbar .container {
|
||
|
-webkit-transform: translate3d(-200px, 0, 0);
|
||
|
-moz-transform: translate3d(-200px, 0, 0);
|
||
|
-o-transform: translate3d(-200px, 0, 0);
|
||
|
-ms-transform: translate3d(-200px, 0, 0);
|
||
|
transform: translate3d(-200px, 0, 0); }
|
||
|
|
||
|
.navbar-burger .container {
|
||
|
padding: 0 15px; }
|
||
|
.navbar-burger .navbar-header {
|
||
|
width: 100%; }
|
||
|
.navbar-burger .navbar-toggle {
|
||
|
display: block;
|
||
|
margin-right: 0; }
|
||
|
.navbar-burger.navbar .navbar-collapse.collapse, .navbar-burger.navbar .navbar-collapse.collapse.in, .navbar-burger.navbar .navbar-collapse.collapsing {
|
||
|
display: none !important; } }
|
||
|
/* Changes for small display */
|
||
|
@media (max-width: 767px) {
|
||
|
.navbar-transparent {
|
||
|
padding-top: 0px;
|
||
|
background-color: rgba(0, 0, 0, 0.45); }
|
||
|
|
||
|
.body-click {
|
||
|
right: 230px; }
|
||
|
|
||
|
body {
|
||
|
position: relative; }
|
||
|
body > .navbar-collapse {
|
||
|
width: 230px;
|
||
|
-webkit-transform: translate3d(230px, 0, 0);
|
||
|
-moz-transform: translate3d(230px, 0, 0);
|
||
|
-o-transform: translate3d(230px, 0, 0);
|
||
|
-ms-transform: translate3d(230px, 0, 0);
|
||
|
transform: translate3d(230px, 0, 0); }
|
||
|
|
||
|
.navbar .container {
|
||
|
width: 100%;
|
||
|
position: relative;
|
||
|
-webkit-transform: translate3d(0px, 0, 0);
|
||
|
-moz-transform: translate3d(0px, 0, 0);
|
||
|
-o-transform: translate3d(0px, 0, 0);
|
||
|
-ms-transform: translate3d(0px, 0, 0);
|
||
|
transform: translate3d(0px, 0, 0);
|
||
|
-webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
||
|
-moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
||
|
-o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
||
|
-ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
||
|
transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }
|
||
|
.nav-open .navbar .container {
|
||
|
-webkit-transform: translate3d(-230px, 0, 0);
|
||
|
-moz-transform: translate3d(-230px, 0, 0);
|
||
|
-o-transform: translate3d(-230px, 0, 0);
|
||
|
-ms-transform: translate3d(-230px, 0, 0);
|
||
|
transform: translate3d(-230px, 0, 0); }
|
||
|
.navbar .navbar-collapse.collapse,
|
||
|
.navbar .navbar .navbar-collapse.collapse.in,
|
||
|
.navbar .navbar .navbar-collapse.collapsing {
|
||
|
display: none !important; }
|
||
|
|
||
|
.nav-open .navbar-collapse {
|
||
|
-webkit-transform: translate3d(0px, 0, 0);
|
||
|
-moz-transform: translate3d(0px, 0, 0);
|
||
|
-o-transform: translate3d(0px, 0, 0);
|
||
|
-ms-transform: translate3d(0px, 0, 0);
|
||
|
transform: translate3d(0px, 0, 0); }
|
||
|
|
||
|
.navbar-toggle .icon-bar {
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
background: #FFFFFF;
|
||
|
width: 24px;
|
||
|
height: 2px;
|
||
|
border-radius: 1px;
|
||
|
margin: 0 auto; }
|
||
|
|
||
|
.navbar-default .navbar-toggle .icon-bar {
|
||
|
background-color: #888888; }
|
||
|
|
||
|
.navbar-header .navbar-toggle {
|
||
|
margin-top: 17px;
|
||
|
margin-bottom: 17px;
|
||
|
width: 40px;
|
||
|
height: 40px; }
|
||
|
|
||
|
.bar1,
|
||
|
.bar2,
|
||
|
.bar3 {
|
||
|
outline: 1px solid transparent; }
|
||
|
|
||
|
.bar1 {
|
||
|
top: 0px;
|
||
|
-webkit-animation: topbar-back 500ms linear 0s;
|
||
|
-moz-animation: topbar-back 500ms linear 0s;
|
||
|
animation: topbar-back 500ms 0s;
|
||
|
-webkit-animation-fill-mode: forwards;
|
||
|
-moz-animation-fill-mode: forwards;
|
||
|
animation-fill-mode: forwards; }
|
||
|
|
||
|
.bar2 {
|
||
|
opacity: 1; }
|
||
|
|
||
|
.bar3 {
|
||
|
bottom: 0px;
|
||
|
-webkit-animation: bottombar-back 500ms linear 0s;
|
||
|
-moz-animation: bottombar-back 500ms linear 0s;
|
||
|
animation: bottombar-back 500ms 0s;
|
||
|
-webkit-animation-fill-mode: forwards;
|
||
|
-moz-animation-fill-mode: forwards;
|
||
|
animation-fill-mode: forwards; }
|
||
|
|
||
|
.toggled .bar1 {
|
||
|
top: 6px;
|
||
|
-webkit-animation: topbar-x 500ms linear 0s;
|
||
|
-moz-animation: topbar-x 500ms linear 0s;
|
||
|
animation: topbar-x 500ms 0s;
|
||
|
-webkit-animation-fill-mode: forwards;
|
||
|
-moz-animation-fill-mode: forwards;
|
||
|
animation-fill-mode: forwards; }
|
||
|
|
||
|
.toggled .bar2 {
|
||
|
opacity: 0; }
|
||
|
|
||
|
.toggled .bar3 {
|
||
|
bottom: 6px;
|
||
|
-webkit-animation: bottombar-x 500ms linear 0s;
|
||
|
-moz-animation: bottombar-x 500ms linear 0s;
|
||
|
animation: bottombar-x 500ms 0s;
|
||
|
-webkit-animation-fill-mode: forwards;
|
||
|
-moz-animation-fill-mode: forwards;
|
||
|
animation-fill-mode: forwards; }
|
||
|
|
||
|
@keyframes topbar-x {
|
||
|
0% {
|
||
|
top: 0px;
|
||
|
transform: rotate(0deg); }
|
||
|
45% {
|
||
|
top: 6px;
|
||
|
transform: rotate(145deg); }
|
||
|
75% {
|
||
|
transform: rotate(130deg); }
|
||
|
100% {
|
||
|
transform: rotate(135deg); } }
|
||
|
@-webkit-keyframes topbar-x {
|
||
|
0% {
|
||
|
top: 0px;
|
||
|
-webkit-transform: rotate(0deg); }
|
||
|
45% {
|
||
|
top: 6px;
|
||
|
-webkit-transform: rotate(145deg); }
|
||
|
75% {
|
||
|
-webkit-transform: rotate(130deg); }
|
||
|
100% {
|
||
|
-webkit-transform: rotate(135deg); } }
|
||
|
@-moz-keyframes topbar-x {
|
||
|
0% {
|
||
|
top: 0px;
|
||
|
-moz-transform: rotate(0deg); }
|
||
|
45% {
|
||
|
top: 6px;
|
||
|
-moz-transform: rotate(145deg); }
|
||
|
75% {
|
||
|
-moz-transform: rotate(130deg); }
|
||
|
100% {
|
||
|
-moz-transform: rotate(135deg); } }
|
||
|
@keyframes topbar-back {
|
||
|
0% {
|
||
|
top: 6px;
|
||
|
transform: rotate(135deg); }
|
||
|
45% {
|
||
|
transform: rotate(-10deg); }
|
||
|
75% {
|
||
|
transform: rotate(5deg); }
|
||
|
100% {
|
||
|
top: 0px;
|
||
|
transform: rotate(0); } }
|
||
|
@-webkit-keyframes topbar-back {
|
||
|
0% {
|
||
|
top: 6px;
|
||
|
-webkit-transform: rotate(135deg); }
|
||
|
45% {
|
||
|
-webkit-transform: rotate(-10deg); }
|
||
|
75% {
|
||
|
-webkit-transform: rotate(5deg); }
|
||
|
100% {
|
||
|
top: 0px;
|
||
|
-webkit-transform: rotate(0); } }
|
||
|
@-moz-keyframes topbar-back {
|
||
|
0% {
|
||
|
top: 6px;
|
||
|
-moz-transform: rotate(135deg); }
|
||
|
45% {
|
||
|
-moz-transform: rotate(-10deg); }
|
||
|
75% {
|
||
|
-moz-transform: rotate(5deg); }
|
||
|
100% {
|
||
|
top: 0px;
|
||
|
-moz-transform: rotate(0); } }
|
||
|
@keyframes bottombar-x {
|
||
|
0% {
|
||
|
bottom: 0px;
|
||
|
transform: rotate(0deg); }
|
||
|
45% {
|
||
|
bottom: 6px;
|
||
|
transform: rotate(-145deg); }
|
||
|
75% {
|
||
|
transform: rotate(-130deg); }
|
||
|
100% {
|
||
|
transform: rotate(-135deg); } }
|
||
|
@-webkit-keyframes bottombar-x {
|
||
|
0% {
|
||
|
bottom: 0px;
|
||
|
-webkit-transform: rotate(0deg); }
|
||
|
45% {
|
||
|
bottom: 6px;
|
||
|
-webkit-transform: rotate(-145deg); }
|
||
|
75% {
|
||
|
-webkit-transform: rotate(-130deg); }
|
||
|
100% {
|
||
|
-webkit-transform: rotate(-135deg); } }
|
||
|
@-moz-keyframes bottombar-x {
|
||
|
0% {
|
||
|
bottom: 0px;
|
||
|
-moz-transform: rotate(0deg); }
|
||
|
45% {
|
||
|
bottom: 6px;
|
||
|
-moz-transform: rotate(-145deg); }
|
||
|
75% {
|
||
|
-moz-transform: rotate(-130deg); }
|
||
|
100% {
|
||
|
-moz-transform: rotate(-135deg); } }
|
||
|
@keyframes bottombar-back {
|
||
|
0% {
|
||
|
bottom: 6px;
|
||
|
transform: rotate(-135deg); }
|
||
|
45% {
|
||
|
transform: rotate(10deg); }
|
||
|
75% {
|
||
|
transform: rotate(-5deg); }
|
||
|
100% {
|
||
|
bottom: 0px;
|
||
|
transform: rotate(0); } }
|
||
|
@-webkit-keyframes bottombar-back {
|
||
|
0% {
|
||
|
bottom: 6px;
|
||
|
-webkit-transform: rotate(-135deg); }
|
||
|
45% {
|
||
|
-webkit-transform: rotate(10deg); }
|
||
|
75% {
|
||
|
-webkit-transform: rotate(-5deg); }
|
||
|
100% {
|
||
|
bottom: 0px;
|
||
|
-webkit-transform: rotate(0); } }
|
||
|
@-moz-keyframes bottombar-back {
|
||
|
0% {
|
||
|
bottom: 6px;
|
||
|
-moz-transform: rotate(-135deg); }
|
||
|
45% {
|
||
|
-moz-transform: rotate(10deg); }
|
||
|
75% {
|
||
|
-moz-transform: rotate(-5deg); }
|
||
|
100% {
|
||
|
bottom: 0px;
|
||
|
-moz-transform: rotate(0); } }
|
||
|
@-webkit-keyframes fadeIn {
|
||
|
0% {
|
||
|
opacity: 0; }
|
||
|
100% {
|
||
|
opacity: 1; } }
|
||
|
@-moz-keyframes fadeIn {
|
||
|
0% {
|
||
|
opacity: 0; }
|
||
|
100% {
|
||
|
opacity: 1; } }
|
||
|
@keyframes fadeIn {
|
||
|
0% {
|
||
|
opacity: 0; }
|
||
|
100% {
|
||
|
opacity: 1; } }
|
||
|
[class*="navbar-"] .navbar-nav > li > a,
|
||
|
[class*="navbar-"] .navbar-nav > li > a:hover,
|
||
|
[class*="navbar-"] .navbar-nav > li > a:focus,
|
||
|
[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
|
||
|
[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
|
||
|
[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus {
|
||
|
opacity: .7;
|
||
|
background: transparent; }
|
||
|
[class*="navbar-"] .navbar-nav.navbar-nav .open .dropdown-menu > li > a:active {
|
||
|
opacity: 1; }
|
||
|
[class*="navbar-"] .navbar-nav .dropdown > a:hover .caret {
|
||
|
border-bottom-color: #777;
|
||
|
border-top-color: #777; }
|
||
|
[class*="navbar-"] .navbar-nav .dropdown > a:active .caret {
|
||
|
border-bottom-color: white;
|
||
|
border-top-color: white; }
|
||
|
|
||
|
.dropdown-menu {
|
||
|
display: none; }
|
||
|
|
||
|
.navbar-fixed-top {
|
||
|
-webkit-backface-visibility: hidden; }
|
||
|
|
||
|
.navbar-toggle:hover,
|
||
|
.navbar-toggle:focus {
|
||
|
background-color: transparent !important; }
|
||
|
|
||
|
.btn.dropdown-toggle {
|
||
|
margin-bottom: 0; } }
|