server/src/public/css/app.css
changeset 28 b0b56e0f8c7f
parent 20 a9b98b16b053
child 319 78990a8a069b
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
     1 @charset "UTF-8";
     1 @charset "UTF-8";
     2 /*!
     2 /*!
     3  * Bootstrap v3.3.5 (http://getbootstrap.com)
     3  * Bootstrap v3.3.6 (http://getbootstrap.com)
     4  * Copyright 2011-2015 Twitter, Inc.
     4  * Copyright 2011-2015 Twitter, Inc.
     5  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     5  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     6  */
     6  */
     7 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
     7 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
     8 html {
     8 html {
   251   line-height: 1;
   251   line-height: 1;
   252   -webkit-font-smoothing: antialiased;
   252   -webkit-font-smoothing: antialiased;
   253   -moz-osx-font-smoothing: grayscale; }
   253   -moz-osx-font-smoothing: grayscale; }
   254 
   254 
   255 .glyphicon-asterisk:before {
   255 .glyphicon-asterisk:before {
   256   content: "\2a"; }
   256   content: "\002a"; }
   257 
   257 
   258 .glyphicon-plus:before {
   258 .glyphicon-plus:before {
   259   content: "\2b"; }
   259   content: "\002b"; }
   260 
   260 
   261 .glyphicon-euro:before,
   261 .glyphicon-euro:before,
   262 .glyphicon-eur:before {
   262 .glyphicon-eur:before {
   263   content: "\20ac"; }
   263   content: "\20ac"; }
   264 
   264 
  1049 html {
  1049 html {
  1050   font-size: 10px;
  1050   font-size: 10px;
  1051   -webkit-tap-highlight-color: transparent; }
  1051   -webkit-tap-highlight-color: transparent; }
  1052 
  1052 
  1053 body {
  1053 body {
  1054   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1054   font-family: "Roboto", Helvetica, Arial, sans-serif;
  1055   font-size: 14px;
  1055   font-size: 14px;
  1056   line-height: 1.42857;
  1056   line-height: 1.42857;
  1057   color: #333333;
  1057   color: #333333;
  1058   background-color: #fff; }
  1058   background-color: #fff; }
  1059 
  1059 
  2318     opacity: 1; }
  2318     opacity: 1; }
  2319   .form-control:-ms-input-placeholder {
  2319   .form-control:-ms-input-placeholder {
  2320     color: #999; }
  2320     color: #999; }
  2321   .form-control::-webkit-input-placeholder {
  2321   .form-control::-webkit-input-placeholder {
  2322     color: #999; }
  2322     color: #999; }
       
  2323   .form-control::-ms-expand {
       
  2324     border: 0;
       
  2325     background-color: transparent; }
  2323   .form-control[disabled], .form-control[readonly],
  2326   .form-control[disabled], .form-control[readonly],
  2324   fieldset[disabled] .form-control {
  2327   fieldset[disabled] .form-control {
  2325     background-color: #eeeeee;
  2328     background-color: #eeeeee;
  2326     opacity: 1; }
  2329     opacity: 1; }
  2327   .form-control[disabled],
  2330   .form-control[disabled],
  2755 .form-horizontal .has-feedback .form-control-feedback {
  2758 .form-horizontal .has-feedback .form-control-feedback {
  2756   right: 15px; }
  2759   right: 15px; }
  2757 
  2760 
  2758 @media (min-width: 768px) {
  2761 @media (min-width: 768px) {
  2759   .form-horizontal .form-group-lg .control-label {
  2762   .form-horizontal .form-group-lg .control-label {
  2760     padding-top: 14.33333px;
  2763     padding-top: 11px;
  2761     font-size: 18px; } }
  2764     font-size: 18px; } }
  2762 
  2765 
  2763 @media (min-width: 768px) {
  2766 @media (min-width: 768px) {
  2764   .form-horizontal .form-group-sm .control-label {
  2767   .form-horizontal .form-group-sm .control-label {
  2765     padding-top: 6px;
  2768     padding-top: 6px;
  2766     font-size: 12px; } }
  2769     font-size: 12px; } }
  2767 
  2770 
  2768 .btn {
  2771 .btn {
  2769   display: inline-block;
  2772   display: inline-block;
  2770   margin-bottom: 0;
  2773   margin-bottom: 0;
  2771   font-weight: normal;
  2774   font-weight: 300;
  2772   text-align: center;
  2775   text-align: center;
  2773   vertical-align: middle;
  2776   vertical-align: middle;
  2774   -ms-touch-action: manipulation;
  2777   -ms-touch-action: manipulation;
  2775   touch-action: manipulation;
  2778   touch-action: manipulation;
  2776   cursor: pointer;
  2779   cursor: pointer;
  2832       background-color: #d4d4d4;
  2835       background-color: #d4d4d4;
  2833       border-color: #8c8c8c; }
  2836       border-color: #8c8c8c; }
  2834   .btn-default:active, .btn-default.active,
  2837   .btn-default:active, .btn-default.active,
  2835   .open > .btn-default.dropdown-toggle {
  2838   .open > .btn-default.dropdown-toggle {
  2836     background-image: none; }
  2839     background-image: none; }
  2837   .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  2840   .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  2838   fieldset[disabled] .btn-default,
       
  2839   fieldset[disabled] .btn-default:hover,
  2841   fieldset[disabled] .btn-default:hover,
  2840   fieldset[disabled] .btn-default:focus,
  2842   fieldset[disabled] .btn-default:focus,
  2841   fieldset[disabled] .btn-default.focus,
  2843   fieldset[disabled] .btn-default.focus {
  2842   fieldset[disabled] .btn-default:active,
       
  2843   fieldset[disabled] .btn-default.active {
       
  2844     background-color: #fff;
  2844     background-color: #fff;
  2845     border-color: #ccc; }
  2845     border-color: #ccc; }
  2846   .btn-default .badge {
  2846   .btn-default .badge {
  2847     color: #fff;
  2847     color: #fff;
  2848     background-color: #333; }
  2848     background-color: #333; }
  2872       background-color: #204d74;
  2872       background-color: #204d74;
  2873       border-color: #122b40; }
  2873       border-color: #122b40; }
  2874   .btn-primary:active, .btn-primary.active,
  2874   .btn-primary:active, .btn-primary.active,
  2875   .open > .btn-primary.dropdown-toggle {
  2875   .open > .btn-primary.dropdown-toggle {
  2876     background-image: none; }
  2876     background-image: none; }
  2877   .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,
  2877   .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  2878   fieldset[disabled] .btn-primary,
       
  2879   fieldset[disabled] .btn-primary:hover,
  2878   fieldset[disabled] .btn-primary:hover,
  2880   fieldset[disabled] .btn-primary:focus,
  2879   fieldset[disabled] .btn-primary:focus,
  2881   fieldset[disabled] .btn-primary.focus,
  2880   fieldset[disabled] .btn-primary.focus {
  2882   fieldset[disabled] .btn-primary:active,
       
  2883   fieldset[disabled] .btn-primary.active {
       
  2884     background-color: #337ab7;
  2881     background-color: #337ab7;
  2885     border-color: #2e6da4; }
  2882     border-color: #2e6da4; }
  2886   .btn-primary .badge {
  2883   .btn-primary .badge {
  2887     color: #337ab7;
  2884     color: #337ab7;
  2888     background-color: #fff; }
  2885     background-color: #fff; }
  2912       background-color: #398439;
  2909       background-color: #398439;
  2913       border-color: #255625; }
  2910       border-color: #255625; }
  2914   .btn-success:active, .btn-success.active,
  2911   .btn-success:active, .btn-success.active,
  2915   .open > .btn-success.dropdown-toggle {
  2912   .open > .btn-success.dropdown-toggle {
  2916     background-image: none; }
  2913     background-image: none; }
  2917   .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,
  2914   .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  2918   fieldset[disabled] .btn-success,
       
  2919   fieldset[disabled] .btn-success:hover,
  2915   fieldset[disabled] .btn-success:hover,
  2920   fieldset[disabled] .btn-success:focus,
  2916   fieldset[disabled] .btn-success:focus,
  2921   fieldset[disabled] .btn-success.focus,
  2917   fieldset[disabled] .btn-success.focus {
  2922   fieldset[disabled] .btn-success:active,
       
  2923   fieldset[disabled] .btn-success.active {
       
  2924     background-color: #5cb85c;
  2918     background-color: #5cb85c;
  2925     border-color: #4cae4c; }
  2919     border-color: #4cae4c; }
  2926   .btn-success .badge {
  2920   .btn-success .badge {
  2927     color: #5cb85c;
  2921     color: #5cb85c;
  2928     background-color: #fff; }
  2922     background-color: #fff; }
  2952       background-color: #269abc;
  2946       background-color: #269abc;
  2953       border-color: #1b6d85; }
  2947       border-color: #1b6d85; }
  2954   .btn-info:active, .btn-info.active,
  2948   .btn-info:active, .btn-info.active,
  2955   .open > .btn-info.dropdown-toggle {
  2949   .open > .btn-info.dropdown-toggle {
  2956     background-image: none; }
  2950     background-image: none; }
  2957   .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,
  2951   .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  2958   fieldset[disabled] .btn-info,
       
  2959   fieldset[disabled] .btn-info:hover,
  2952   fieldset[disabled] .btn-info:hover,
  2960   fieldset[disabled] .btn-info:focus,
  2953   fieldset[disabled] .btn-info:focus,
  2961   fieldset[disabled] .btn-info.focus,
  2954   fieldset[disabled] .btn-info.focus {
  2962   fieldset[disabled] .btn-info:active,
       
  2963   fieldset[disabled] .btn-info.active {
       
  2964     background-color: #5bc0de;
  2955     background-color: #5bc0de;
  2965     border-color: #46b8da; }
  2956     border-color: #46b8da; }
  2966   .btn-info .badge {
  2957   .btn-info .badge {
  2967     color: #5bc0de;
  2958     color: #5bc0de;
  2968     background-color: #fff; }
  2959     background-color: #fff; }
  2992       background-color: #d58512;
  2983       background-color: #d58512;
  2993       border-color: #985f0d; }
  2984       border-color: #985f0d; }
  2994   .btn-warning:active, .btn-warning.active,
  2985   .btn-warning:active, .btn-warning.active,
  2995   .open > .btn-warning.dropdown-toggle {
  2986   .open > .btn-warning.dropdown-toggle {
  2996     background-image: none; }
  2987     background-image: none; }
  2997   .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,
  2988   .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  2998   fieldset[disabled] .btn-warning,
       
  2999   fieldset[disabled] .btn-warning:hover,
  2989   fieldset[disabled] .btn-warning:hover,
  3000   fieldset[disabled] .btn-warning:focus,
  2990   fieldset[disabled] .btn-warning:focus,
  3001   fieldset[disabled] .btn-warning.focus,
  2991   fieldset[disabled] .btn-warning.focus {
  3002   fieldset[disabled] .btn-warning:active,
       
  3003   fieldset[disabled] .btn-warning.active {
       
  3004     background-color: #f0ad4e;
  2992     background-color: #f0ad4e;
  3005     border-color: #eea236; }
  2993     border-color: #eea236; }
  3006   .btn-warning .badge {
  2994   .btn-warning .badge {
  3007     color: #f0ad4e;
  2995     color: #f0ad4e;
  3008     background-color: #fff; }
  2996     background-color: #fff; }
  3032       background-color: #ac2925;
  3020       background-color: #ac2925;
  3033       border-color: #761c19; }
  3021       border-color: #761c19; }
  3034   .btn-danger:active, .btn-danger.active,
  3022   .btn-danger:active, .btn-danger.active,
  3035   .open > .btn-danger.dropdown-toggle {
  3023   .open > .btn-danger.dropdown-toggle {
  3036     background-image: none; }
  3024     background-image: none; }
  3037   .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,
  3025   .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  3038   fieldset[disabled] .btn-danger,
       
  3039   fieldset[disabled] .btn-danger:hover,
  3026   fieldset[disabled] .btn-danger:hover,
  3040   fieldset[disabled] .btn-danger:focus,
  3027   fieldset[disabled] .btn-danger:focus,
  3041   fieldset[disabled] .btn-danger.focus,
  3028   fieldset[disabled] .btn-danger.focus {
  3042   fieldset[disabled] .btn-danger:active,
       
  3043   fieldset[disabled] .btn-danger.active {
       
  3044     background-color: #d9534f;
  3029     background-color: #d9534f;
  3045     border-color: #d43f3a; }
  3030     border-color: #d43f3a; }
  3046   .btn-danger .badge {
  3031   .btn-danger .badge {
  3047     color: #d9534f;
  3032     color: #d9534f;
  3048     background-color: #fff; }
  3033     background-color: #fff; }
  3374 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3359 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3375   border-radius: 0; }
  3360   border-radius: 0; }
  3376 
  3361 
  3377 .btn-group-vertical > .btn:first-child:not(:last-child) {
  3362 .btn-group-vertical > .btn:first-child:not(:last-child) {
  3378   border-top-right-radius: 4px;
  3363   border-top-right-radius: 4px;
       
  3364   border-top-left-radius: 4px;
  3379   border-bottom-right-radius: 0;
  3365   border-bottom-right-radius: 0;
  3380   border-bottom-left-radius: 0; }
  3366   border-bottom-left-radius: 0; }
  3381 
  3367 
  3382 .btn-group-vertical > .btn:last-child:not(:first-child) {
  3368 .btn-group-vertical > .btn:last-child:not(:first-child) {
  3383   border-bottom-left-radius: 4px;
       
  3384   border-top-right-radius: 0;
  3369   border-top-right-radius: 0;
  3385   border-top-left-radius: 0; }
  3370   border-top-left-radius: 0;
       
  3371   border-bottom-right-radius: 4px;
       
  3372   border-bottom-left-radius: 4px; }
  3386 
  3373 
  3387 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3374 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3388   border-radius: 0; }
  3375   border-radius: 0; }
  3389 
  3376 
  3390 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3377 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3431     position: relative;
  3418     position: relative;
  3432     z-index: 2;
  3419     z-index: 2;
  3433     float: left;
  3420     float: left;
  3434     width: 100%;
  3421     width: 100%;
  3435     margin-bottom: 0; }
  3422     margin-bottom: 0; }
       
  3423     .input-group .form-control:focus {
       
  3424       z-index: 3; }
  3436 
  3425 
  3437 .input-group-addon,
  3426 .input-group-addon,
  3438 .input-group-btn,
  3427 .input-group-btn,
  3439 .input-group .form-control {
  3428 .input-group .form-control {
  3440   display: table-cell; }
  3429   display: table-cell; }
  4079       border-bottom-right-radius: 4px;
  4068       border-bottom-right-radius: 4px;
  4080       border-top-right-radius: 4px; }
  4069       border-top-right-radius: 4px; }
  4081   .pagination > li > a:hover, .pagination > li > a:focus,
  4070   .pagination > li > a:hover, .pagination > li > a:focus,
  4082   .pagination > li > span:hover,
  4071   .pagination > li > span:hover,
  4083   .pagination > li > span:focus {
  4072   .pagination > li > span:focus {
  4084     z-index: 3;
  4073     z-index: 2;
  4085     color: #23527c;
  4074     color: #23527c;
  4086     background-color: #eeeeee;
  4075     background-color: #eeeeee;
  4087     border-color: #ddd; }
  4076     border-color: #ddd; }
  4088   .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  4077   .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  4089   .pagination > .active > span,
  4078   .pagination > .active > span,
  4090   .pagination > .active > span:hover,
  4079   .pagination > .active > span:hover,
  4091   .pagination > .active > span:focus {
  4080   .pagination > .active > span:focus {
  4092     z-index: 2;
  4081     z-index: 3;
  4093     color: #fff;
  4082     color: #fff;
  4094     background-color: #337ab7;
  4083     background-color: #337ab7;
  4095     border-color: #337ab7;
  4084     border-color: #337ab7;
  4096     cursor: default; }
  4085     cursor: default; }
  4097   .pagination > .disabled > span,
  4086   .pagination > .disabled > span,
  4279     font-weight: 200; }
  4268     font-weight: 200; }
  4280   .jumbotron > hr {
  4269   .jumbotron > hr {
  4281     border-top-color: #d5d5d5; }
  4270     border-top-color: #d5d5d5; }
  4282   .container .jumbotron,
  4271   .container .jumbotron,
  4283   .container-fluid .jumbotron {
  4272   .container-fluid .jumbotron {
  4284     border-radius: 6px; }
  4273     border-radius: 6px;
       
  4274     padding-left: 15px;
       
  4275     padding-right: 15px; }
  4285   .jumbotron .container {
  4276   .jumbotron .container {
  4286     max-width: 100%; }
  4277     max-width: 100%; }
  4287   @media screen and (min-width: 768px) {
  4278   @media screen and (min-width: 768px) {
  4288     .jumbotron {
  4279     .jumbotron {
  4289       padding-top: 48px;
  4280       padding-top: 48px;
  5078     opacity: 0.5;
  5069     opacity: 0.5;
  5079     filter: alpha(opacity=50); }
  5070     filter: alpha(opacity=50); }
  5080 
  5071 
  5081 .modal-header {
  5072 .modal-header {
  5082   padding: 15px;
  5073   padding: 15px;
  5083   border-bottom: 1px solid #e5e5e5;
  5074   border-bottom: 1px solid #e5e5e5; }
  5084   min-height: 16.42857px; }
  5075   .modal-header:before, .modal-header:after {
       
  5076     content: " ";
       
  5077     display: table; }
       
  5078   .modal-header:after {
       
  5079     clear: both; }
  5085 
  5080 
  5086 .modal-header .close {
  5081 .modal-header .close {
  5087   margin-top: -2px; }
  5082   margin-top: -2px; }
  5088 
  5083 
  5089 .modal-title {
  5084 .modal-title {
  5133 
  5128 
  5134 .tooltip {
  5129 .tooltip {
  5135   position: absolute;
  5130   position: absolute;
  5136   z-index: 1070;
  5131   z-index: 1070;
  5137   display: block;
  5132   display: block;
  5138   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5133   font-family: "Roboto", Helvetica, Arial, sans-serif;
  5139   font-style: normal;
  5134   font-style: normal;
  5140   font-weight: normal;
  5135   font-weight: normal;
  5141   letter-spacing: normal;
  5136   letter-spacing: normal;
  5142   line-break: auto;
  5137   line-break: auto;
  5143   line-height: 1.42857;
  5138   line-height: 1.42857;
  5246   left: 0;
  5241   left: 0;
  5247   z-index: 1060;
  5242   z-index: 1060;
  5248   display: none;
  5243   display: none;
  5249   max-width: 276px;
  5244   max-width: 276px;
  5250   padding: 1px;
  5245   padding: 1px;
  5251   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5246   font-family: "Roboto", Helvetica, Arial, sans-serif;
  5252   font-style: normal;
  5247   font-style: normal;
  5253   font-weight: normal;
  5248   font-weight: normal;
  5254   letter-spacing: normal;
  5249   letter-spacing: normal;
  5255   line-break: auto;
  5250   line-break: auto;
  5256   line-height: 1.42857;
  5251   line-height: 1.42857;
  5430   opacity: 0.5;
  5425   opacity: 0.5;
  5431   filter: alpha(opacity=50);
  5426   filter: alpha(opacity=50);
  5432   font-size: 20px;
  5427   font-size: 20px;
  5433   color: #fff;
  5428   color: #fff;
  5434   text-align: center;
  5429   text-align: center;
  5435   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  5430   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
       
  5431   background-color: transparent; }
  5436   .carousel-control.left {
  5432   .carousel-control.left {
  5437     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5433     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5438     background-repeat: repeat-x;
  5434     background-repeat: repeat-x;
  5439     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  5435     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  5440   .carousel-control.right {
  5436   .carousel-control.right {
  5523   .carousel-control .glyphicon-chevron-right,
  5519   .carousel-control .glyphicon-chevron-right,
  5524   .carousel-control .icon-prev,
  5520   .carousel-control .icon-prev,
  5525   .carousel-control .icon-next {
  5521   .carousel-control .icon-next {
  5526     width: 30px;
  5522     width: 30px;
  5527     height: 30px;
  5523     height: 30px;
  5528     margin-top: -15px;
  5524     margin-top: -10px;
  5529     font-size: 30px; }
  5525     font-size: 30px; }
  5530   .carousel-control .glyphicon-chevron-left,
  5526   .carousel-control .glyphicon-chevron-left,
  5531   .carousel-control .icon-prev {
  5527   .carousel-control .icon-prev {
  5532     margin-left: -15px; }
  5528     margin-left: -10px; }
  5533   .carousel-control .glyphicon-chevron-right,
  5529   .carousel-control .glyphicon-chevron-right,
  5534   .carousel-control .icon-next {
  5530   .carousel-control .icon-next {
  5535     margin-right: -15px; }
  5531     margin-right: -10px; }
  5536   .carousel-caption {
  5532   .carousel-caption {
  5537     left: 20%;
  5533     left: 20%;
  5538     right: 20%;
  5534     right: 20%;
  5539     padding-bottom: 30px; }
  5535     padding-bottom: 30px; }
  5540   .carousel-indicators {
  5536   .carousel-indicators {