html.remodal-is-locked {
overflow: hidden;
touch-action: none;
} .remodal,
[data-remodal-id] {
display: none;
} .remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
}.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
filter: blur(3px);
} .remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
animation-name: remodal-overlay-closing-keyframes;
} .remodal-wrapper {
padding: 10px 10px 0;
} .remodal {
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;
transform: translate3d(0, 0, 0);
color: #2b2e38;
background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
animation-name: remodal-closing-keyframes;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} .remodal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
color: #2b2e38;
}
.remodal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
} .remodal-confirm,
.remodal-cancel {
font: inherit;
display: inline-block;
overflow: visible;
min-width: 110px;
margin: 0;
padding: 12px 0;
cursor: pointer;
transition: background 0.2s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 0;
outline: 0;
}
.remodal-confirm {
color: #fff;
background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
background: #66bb6a;
}
.remodal-cancel {
color: #fff;
background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
background: #ef5350;
} .remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
padding: 0;
border: 0;
} @keyframes remodal-opening-keyframes {
from {
transform: scale(1.05);
opacity: 0;
}
to {
transform: none;
opacity: 1;
}
}
@keyframes remodal-closing-keyframes {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(0.95);
opacity: 0;
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
} @media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
}
} .lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 700px;
}*, *:after, *:before { }
body {
margin: 0px;
}
[class*='bkbcol-'] {
float: left;
padding-right: 0px;
}
[class*='bkbcol-']:last-of-type {
padding-right: 0px;
}
.grid {
width: 100%;
max-width: 1140px;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-pad { }
.grid-pad > [class*='bkbcol-']:last-of-type {
padding-right: 0px;
}
.push-right {
float: right;
} .bkbcol-1-1 {
width: 100%;
}
.bkbcol-2-3, .bkbcol-8-12 {
width: 66.66%;
}
.bkbcol-1-2, .bkbcol-6-12 {
width: 50%;
}
.bkbcol-1-3, .bkbcol-4-12 {
width: 33.33%;
}
.bkbcol-1-4, .bkbcol-3-12 {
width: 25%;
}
.bkbcol-1-5 {
width: 20%;
}
.bkbcol-1-6, .bkbcol-2-12 {
width: 16.667%;
}
.bkbcol-1-7 {
width: 14.28%;
}
.bkbcol-1-8 {
width: 12.5%;
}
.bkbcol-1-9 {
width: 11.1%;
}
.bkbcol-1-10 {
width: 10%;
}
.bkbcol-1-11 {
width: 9.09%;
}
.bkbcol-1-12 {
width: 8.33%
} .bkbcol-11-12 {
width: 91.66%
}
.bkbcol-10-12 {
width: 83.333%;
}
.bkbcol-9-12 {
width: 75%;
}
.bkbcol-5-12 {
width: 41.66%;
}
.bkbcol-7-12 {
width: 58.33%
}
@media handheld, only screen and (max-width: 767px) {
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
[class*='bkbcol-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
}
}   div.bkb-tab-content {
box-sizing: border-box;
padding:5px; 	
width: 99.5%;
outline: none;    
}
.bkb-content-wrapper{
clear:both;
border: 1px solid #ccc;
margin: 0 0 11px 0;
padding: 0;
background: #FBFBFB;
}
.bwl-kb-content-wrapper-ver{
float: left !important;
width: 80%;
border: 1px solid #ccc;
margin: 0px 0px !important;
padding: 0;
clear: none !important;
}
.bkb-wrapper{
margin: 0;
padding: 0;
width: 100%;
}
.bkb-wrapper+form,
form+.bkb-wrapper{
margin-top: 24px;
}
.bkb-wrapper ul.bkb-tabs {
position: relative;
z-index: 50;
padding: 0px;
margin: 0px 0px -1px 0px;
}
.bkb-wrapper ul.bkb-tabs li{
display: block;
background: none;
float:left;
margin: 0;
padding: 0;
}
.bkb-wrapper ul.bkb-tabs li a{
list-style:none;
display: block;
padding: 5px 11px ;
text-decoration: none;        
color: black;    
font-size: 17px;
background: #fff;
outline: none;
}
.bkb-wrapper ul.bkb-tabs li.active a{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: -1px;
}
.bkb-wrapper ul.bkb-tabs li.active{
border-top: 3px solid #2c2c2c;
position: relative;
}
.bkb-wrapper ul.bkb-tabs li.active a{
background: #FBFBFB;
}
div.bkb-tab-content ol.bwl-kb-categories{
margin-bottom: 0px;
}
div.bkb-tab-content ol.bwl-kb-categories li{
margin: 5px 0px 5px 18px;
} div.bkb-tab-content ol.none-list li{
margin: 5px 0px 5px 10px;
} .bkb-wrapper ul.bwl-kb-tabs-ver {
position: relative;
z-index: 50;
padding: 0px;
margin: 0px 0px !important;
width: 20%;
float: left;
border: 1px solid #CCC;
border-right: 0px;
right: -1px;
}
.bkb-wrapper ul.bwl-kb-tabs li{
display: block;
background: none;
float:left;
margin: 0;
padding: 0;
}
.bkb-wrapper ul.bwl-kb-tabs-ver li{
width: 100%;
margin-bottom: 0px;
border-left: 3px solid transparent;
}
.bkb-wrapper ul.bwl-kb-tabs li a{
list-style:none;
display: block;
padding: 5px 11px ;
text-decoration: none;        
color: black;    
font-size: 16px;
background: #fff;
outline: none;
}
.bkb-wrapper ul.bwl-kb-tabs-ver li a{
list-style:none;
display: block;
padding: 8px 10px ;
text-decoration: none;        
color: black;    
font-size: 16px;
background: #fff;
outline: none;
}
.bkb-wrapper ul.bwl-kb-tabs li.active a{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: -1px;
}
.bkb-wrapper ul.bwl-kb-tabs-ver li.active a{
border-left: 3px solid #CCC;;
border-right: 0px solid #ccc;
margin-bottom: 0px;
}
.bkb-wrapper ul.bwl-kb-tabs li.active{
border-top: 3px solid #2c2c2c;
} 
.bkb-wrapper ul.bwl-kb-tabs-ver li.active{
border-top: 0px solid #2c2c2c;
border-left: 0px solid #2c2c2c;
border-right: 0px solid #2c2c2c;
}     @media only screen and (max-width: 1199px) {
} @media only screen and (max-width: 959px) {} @media only screen and (min-width: 768px) and (max-width: 959px) {
.bkb-wrapper ul.bkb-tabs li{
clear: both;
width: 100%;
border-bottom: 1px solid #EEEEEE;
}
.bkb-wrapper ul.bkb-tabs li.active a {
border-bottom: 1px solid #EEEEEE;
}
} @media only screen and (max-width: 767px) {
.bkb-wrapper ul.bkb-tabs li{
clear: both;
width: 100%;
border-bottom: 1px solid #EEEEEE;
}
.bkb-wrapper ul.bkb-tabs li.active a {
border-bottom: 1px solid #EEEEEE;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.bkb-wrapper ul.bkb-tabs li{
clear: both;
width: 100%;
border-bottom: 1px solid #EEEEEE;
}
.bkb-wrapper ul.bkb-tabs li.active a {
border-bottom: 1px solid #EEEEEE;
}
.bwl-kb div.bkb-box-layout{
margin: 0 0 12px 0 !important;
} .bkb-wrapper ul.bwl-kb-tabs-ver {
clear: both;
width: 100%;
}
.bwl-kb-content-wrapper-ver{
margin-top: 12px; 
width: 100%;
clear: both;
} } @media only screen and (max-width: 479px) {
.bkb-wrapper ul.bkb-tabs li{
clear: both;
width: 100%;
border-bottom: 1px solid #EEEEEE;
}
.bkb-wrapper ul.bkb-tabs li.active a {
border-bottom: 1px solid #EEEEEE;
}
.bwl-kb div.bkb-box-layout{
margin: 0 0 12px 0 !important;
} .bkb-wrapper ul.bwl-kb-tabs-ver {
clear: both;
width: 100%;
border: 0px;
}
.bwl-kb-content-wrapper-ver{
margin-top: 12px; 
width: 100%;
clear: both;
}
}  .tipsy { font-size: 12px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 5px 8px; text-align: center; } .tipsy-inner { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; } .tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }   .bkb_container{
width: 100%;
border-bottom: #e6e6e6 1px solid; border-top: #e6e6e6 1px solid;
display: block;
float: left;
margin: 12px 0;
padding: 5px 0;
}
.bkb_btn_container{
float: left;
width: 68%;
}
.bkb_btn_container img.pvm-custom-icon{
width: 16px;
height: 16px;
}
p.voting-closed-message{
font-family: inherit;
margin:0px 0px;
padding: 0px;
line-height: 24px;
}
.msg_container{
margin-top: 24px;
text-align: left;
}
.bkb_btn_container .btn_like, 
.bkb_btn_container .btn_dislike{
width: auto; 
height: 48px;
line-height: 48px;
padding: 0 24px; 
float: left;  
margin-top: 15px;
cursor: pointer; color: #333333; 
border:#f0f0f0 1px solid;
margin-right: 5px;
font-size: 20px;
}
.bkb_btn_container .btn_like{text-align: center; color: #559900;}
.bkb_btn_container .btn_like:hover{
background-color: #f0f0f0;	border: #c6c6c6 1px solid; 
}
.bkb_btn_container .btn_dislike{ color: #c9231a;}
.bkb_btn_container .btn_dislike:hover, .bkb_btn_container .dislike-h{
background-color: #f0f0f0;	border: #c6c6c6 1px solid; 
}
.bkb_container .stat-cnt{ float: right; width: 25%;}
.bkb_container .stat-bar{ width: 100%; height: 8px; margin: 12px 0; border: 1px solid #eeeeee;}
.bkb_container .bg-green{ background-color: #559900;}
.bkb_container .bg-red{background-color: #c9231a; }
.bkb_container .total-vote-counter{ font-size: 14px; color: #333; text-align: right; }
.bkb_container .stat-bar div{height: 8px; float: left;}
.bkb_container .like-count-container, 
.bkb_container .dislike-count-container{
width: auto; height: 18px; 
float: right; 
font-size: 12px; line-height: 18px; color: #666;
padding-left: 15px;
} .bkb_clearfix{
clear: both;
}
section.bkb-feedback-form-container{
display: none;
}
section.bkb-feedback-form-container .bwl-form-success-box{
background: #8ad088;
color: #FFFFFF;
}
section.bkb-feedback-form-container .bwl-form-wait-box{
background: #ffffc1;
color: #000000;
}
section.bkb-feedback-form-container .bwl-form-error-box{
background: #e63f37;
color: #FFFFFF;
}
section.bkb-feedback-form-container h2{
font-size: 16px;
}
section.bkb-feedback-form-container .bwl_pro_form_error_message_box{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;    
box-sizing: border-box;
width: 100%;
display: none;
padding: 5px;
margin: 0 0 12px 0;
}
section.bkb-feedback-form-container .feedback_message_box{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;    
box-sizing: border-box;
border: 1px solid lightgray;
width: 100%;
height: 100px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border-radius: 0px;
font-size: 12px;
}
section.bkb-feedback-form-container form input.captcha, 
section.bkb-feedback-form-container form input.sum {
display: inline;
text-align: center;
width: 40px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
height: 24px;
line-height: 24px;
}
section.bkb-feedback-form-container form span#spambot {
font-size: 11px;
}
p.bkb_feedback_submit_container{
text-align: left;
}
section.bkb-feedback-form-container form input[type=submit]{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
height: 32px;
line-height: 24px;
padding: 0 12px;
}  .bwl-kb{
}
ol.bwl-kb-categories li,
.bwl-kb ol li{
list-style-type: none;
line-height: 32px;
}
.bwl-kb img{
box-shadow: none;
border: 0px;
}
.bwl-kb h2.bwl-kb-category-title{
margin: 24px 0;
padding: 0;
text-transform: capitalize;
display: block;
}
.bwl-kb h2.bwl-kb-category-title a{
text-decoration: none;
color: #2c2c2c;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;	
}
.bwl-kb h2.bwl-kb-category-title a  i.fa{
font-size: 22px;
}
.bwl-kb h2.bwl-kb-category-title a:hover{
color: #1a1a1a;
}
.bwl-kb ol.bwl-kb-categories{
list-style-type: none;
padding: 0;
margin: 0;
clear: both;
}
.bwl-kb ul.bwl-kb-categories li{
padding: 0;
margin: 0;
} .bwl-kb div.bkb-box-layout{
text-align: center;
border: 1px solid #eeeeee;
margin: 3px;
padding: 24px 0 62px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;	
position: relative;
}
.bwl-kb div.bkb-box-layout:hover{
border: 1px solid #CCC;
background: #F9F9F9;
}
.bwl-kb div.bkb-box-layout a{
text-decoration: none;
display: inline-block;
text-align: center;
clear: both;
color: #222222;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;	
}
.bwl-kb div.bkb-box-layout a:hover{
color: #1a1a1a;
}
.bwl-kb div.bkb-box-layout a span.bkb-icon-container{
font-size: 72px;
display: inline-block;
text-decoration: none;
text-align: center;
position: relative; text-align: center;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.bwl-kb div.bkb-box-layout a span.bkb-icon-container img{
box-shadow: none;
border: 0px;
}
.bwl-kb div.bkb-box-layout a h2.bkb-box-style-category-title{
font-size: 24px;
display: block;
margin: 24px 0;
position: relative;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;	
}
.bwl-kb div.bkb-content > p.bkb-category-description{
font-size: 12px;
padding: 0 12px 0 0;
color: #808080;
}
.bwl-kb div.bkb-box-layout p.bkb-category-description{
padding-left: 6px; 
padding-right: 6px; padding: 0 12x;
width: 70%;
margin: 0 auto;
}
.bwl-kb div.bkb-box-layout p.bkb-category-view-all-box{
position: absolute; 
bottom:0; left:0; width:100%;
border-top: 1px solid #EEE; 
background: #FAFAFA; 
margin:0px;
padding: 12px;
} ol.iconized-list{
counter-reset: li;
list-style: none;
padding: 0;
margin-bottom: 4em;
}
ol.iconized-list li{
margin: 5px 0px;
}
ol.iconized-list li a,
ol.iconized-list li a:visited{
text-decoration: none;
margin-bottom: 5px;
display: inline-block;
border: 0px;
color: #616161;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;	
}
ol.iconized-list li a:hover{
color: #2c2c2c;
}
div.bkb-tab-content ol.iconized-list li{
margin: 5px 0px 0px 10px;
} ol.none-list{
counter-reset: li;
list-style: none;
padding: 0;
margin-bottom: 4em;
}
ol.none-list li{
margin: 5px 0px;
}
ol.none-list li a,
ol.none-list li a:visited{
padding-right: 3px;
border: 0px;
text-decoration: none;
color: #616161;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;	
}
ol.none-list li a:hover{
color: #2c2c2c;
}
ol.none-list li a:before{
content: ' - '
}
ol.rounded-list{
counter-reset: li;
list-style: none;
padding: 0;
margin-bottom: 4em;
}
ol.rounded-list li{
margin: 12px 16px;
} .rounded-list a,
.rounded-list a:visited{
position: relative;
display: block;
padding: 0.4em 0.4em 0.4em 20px;
*padding: .4em;
margin: .5em 0;
background: #eee;
color: #616161;
text-decoration: none;
-webkit-transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-ms-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
transition: background .5s ease-out;	
}
.rounded-list a:hover{
color: #2c2c2c;
background: #ddd;
}
.rounded-list a:hover:before{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);	
}
.rounded-list a:before{
content: counter(li);
counter-increment: li;
position: absolute;	
left: -18px;
top: 50%;
margin-top: -16px;
background: #cdcdcd;
height: 32px;
width: 32px;
line-height: 26px;
border: 3px solid #FFFFFF;
text-align: center;
font-style: normal;
font-weight: bold;
color: #2c2c2c;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
} ol.rectangle-list{
counter-reset: li;
list-style: none;
padding: 0;
margin-bottom: 4em;
}
ol.rectangle-list li{
margin: 12px 16px;
}
.rectangle-list a,
.rectangle-list a:visited{
position: relative;
display: block;
padding: 0.4em 0.4em 0.4em 28px;
*padding: .4em;
margin: .5em 0;
background: #eee;
color: #616161;
text-decoration: none;
-webkit-transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-ms-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
transition: background .5s ease-out;	
}
.rectangle-list a:hover{
color: #2c2c2c;
background: #ddd;
}
.rectangle-list a:hover:before{
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);	
}
.rectangle-list a:before{
content: counter(li);
counter-increment: li;
position: absolute;	
left: -10px;
top: 50%;
margin-top: -15px;
background: #cdcdcd;
height: 30px;
width: 30px;
line-height: 26px;
border: 2px solid #FFFFFF;
text-align: center;
font-style: normal;
font-weight: bold;
color: #2c2c2c;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
} form.bkb-live-search-form{
margin-bottom: 24px;
position: relative;
}
div.remodal form.bkb-live-search-form{
margin-bottom: 0px;
position: relative;
}
div.remodal span.bkbm-btn-clear{
background: #f4f4f4;
}
#result {
height:20px;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
padding:5px;
margin-bottom:10px;
background-color:#FFFF99;
}
form.bkb-live-search-form #s{
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
height: 3em; text-indent: 5px; }
.bkbm-dn{
display: none;
}
span.bkbm-btn-clear{
position: absolute;
top: 3px;
width: 30px;
height: 2.5em;
line-height: 2.5em;
text-align: center;
background: #FFFFFF;
cursor: pointer;
}
span.bkbm-btn-clear:after{
position: absolute;
content: 'X';
display: inline-block;
top: -1px;
left: 8px;
font-weight: bold;
font-size: 14px;
color: #6a6a6a;
font-family: verdana;
-webkit-transition: all 0.5s  ease-out;
-moz-transition: all 0.5s  ease-out;
-o-transition: all 0.5s  ease-out;
transition: all 0.5s  ease-out;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
span.bkbm-btn-clear:hover:after{
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}
span.bkbm-btn-clear:hover{
color: #2C2C2C;
}
.suggestionsBox {
position: absolute;
left: 0px;
top:50px;
width: 100%;
padding:0px;
background-color: #2c2c2c; z-index: 1000;
}
div.suggestionList ul{
margin: 0px;
padding: 0px;
}
div.suggestionList:before{
content: "";
display: inline-block;
height: 0;
margin-right: 0.5em;
width: 0;
left: 10px;
margin-top: -0.5em;
position: absolute;
top:1px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #2c2c2c;
z-index: 999;
}
div.suggestionList ul li {
list-style:none;
margin: 0px;
border-bottom:1px solid #CCCCCC;
cursor: pointer;
font-size: 12px;
text-align: left;
color:#FFFFFF;
}
div.suggestionList ul li a{
text-decoration: none;
color: blue; padding: 5px;
display: block;
}
div.suggestionList ul li:last-child{
border-bottom: 0px;
}
div.suggestionList ul li a:hover,
div.suggestionList ul li a:visited {
color:#F3F3F3;
}
.nothing-found{
padding: 5px;
color: #FFFFFFF;
} .search_icon{
background-origin: content-box;
background-image: url(https://1108469230.rsc.cdn77.org/wp-content/plugins/bwl-kb-manager/images/search.png);
background-repeat:  no-repeat;
background-position: top 10px right 10px;
background-position-x: 99%;
background-position-y: 50%;
border: 1px solid #cccccc;
background-color: #FFFFFF;
}
.load{
background-origin: content-box;
background-image: url(https://1108469230.rsc.cdn77.org/wp-content/plugins/bwl-kb-manager/images/loader.gif);
background-repeat:  no-repeat;
background-position: top 10px right 10px;
background-position-x: 99%;
background-position-y: 50%;   
background-color: #FFFFFF;
}
#suggest {
position:relative;
} .bkpm-total-post-view{
padding: 12px 0 5px 0;
border-top: 1px solid #e6e6e6;
}
.bkpm-total-post-view a{
text-decoration: none;
}
a.bkb-post-edit-link{
display: block;
clear: both;
text-decoration: none;
margin: 6px 0;
} p.bkbm-share-links{
clear: both;
display: inline-block;
margin: 12px 0 24px 0;
}
p.bkbm-share-links a.btn-share:first-child{
margin-left: 0px;
}
p.bkbm-share-links a.btn-share{
text-decoration: none;
width: 32px;
height: 32px;
line-height: 24px;
display: inline-block;
border: 1px solid #cccccc;
text-align: center;
padding: 3px;
margin: 3px;
color: #666666;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
p.bkbm-share-links a.btn-share:hover{
text-decoration: none;
color: #2c2c2c;
border: 1px solid #eedc94;
background: #eeeeee;
}
p.bkbm-share-links a.btn-share:last-child{
margin-right: 0px;
} ul.bkb-widget{
list-style: none;
margin: 0px;
padding: 0px;
}
ul.bkb-widget li{
margin: 12px 0;
list-style: none; padding: 0px;
color: #5C5C5C;
line-height: 24px;
}
ul.bkb-widget li a{
text-decoration: none;
text-transform: capitalize;
}
ul.bkb-widget li span.bkb-widget-seperator{
display: block; 
margin: 3px 0;
}
ul.bkb-widget li span.bkb-widget-meta{
display: block; 
margin: 3px 0;
font-size: 13px;
color: #333;
}
ul.bkb-widget li span.bkb-widget-meta i.fa{
color: #999;
} section.bkb_related_posts{
margin: 0px 0px 12px 0px;
}
section.bkb_related_posts h2{
border-bottom: 1px solid #EEEEEE;
font-size: 18px;
margin: 12px 0 24px;
padding: 0 0 12px;
}
section.bkb_related_posts ul.bkb-related-posts{
clear: both;
list-style: none;
padding: 0px;
margin: 0px;
}
section.bkb_related_posts ul.bkb-related-posts li{
padding: 0px;
margin: 0px;
list-style-type: none;
}
section.bkb_related_posts ul.bkb-related-posts li a{
text-decoration: none;
}
section.bkb_related_posts ul.bkb-related-posts li a:before{
content: '-';
display: inline-block;
margin-right: 3px;
font-weight: bold;
} section.bkb_file_attachment{
margin: 0px 0px 12px 0px;
}
section.bkb_file_attachment h2{
border-bottom: 1px solid #EEEEEE;
font-size: 18px;
margin: 11px 0;
padding: 0 0 5px;
}
section.bkb_file_attachment ul.bkb-attachment-items{
clear: both;
list-style: none;
padding: 0px;
margin: 0px;
}
section.bkb_file_attachment ul.bkb-attachment-items li{
padding: 0px;
margin: 0px;
list-style-type: none;
}
section.bkb_file_attachment ul.bkb-attachment-items li a{
text-decoration: none;
}
section.bkb_file_attachment ul.bkb-attachment-items li a:before{
content: '- ';
display: inline-block;
margin-right: 3px;
font-weight: bold;
} .bkb-ques-form-container{
margin-top: 11px;
clear: both;
display: block;
text-align: left;
}
.bkb-ques-form-success-box{
background: #8ad088;
color: #FFFFFF;
}
.bkb-ques-form-wait-box{
background: #ffffc1;
color: #000000;
}
.bkb-ques-form-error-box{
background: #e63f37;
color: #FFFFFF;
}
.bkb-ques-form-container h2{
font-size: 18px;
margin: 12px 0px 24px;
padding: 0;
border-bottom: 1px solid #EEEEEE;
padding-bottom: 12px;
}
.bkb-ques-form-container .bkb-ques-form-message-box{
width: 100%;
border:1px solid #EEEEEE;
line-height: 2.4em;
text-indent: 2px;
display: none;
margin-bottom: 11px;
box-sizing: border-box;
padding: 5px 0 5px 10px;
}
.bkb-ques-form-container form input[type=text] {
width: 100%;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
height: 42px;
line-height: 24px;
box-sizing: border-box;
}
.bkb-ques-form-container form textarea {
width: 100%;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
line-height: 24px;
min-height: 120px;
box-sizing: border-box;
}
.bkb-ques-form-container form select {    
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
width: 100%;
height: 42px;
line-height: 32px;
padding: 6px;
}
.bkb-ques-form-container form p label{
display: block;
clear: both;
margin: 12px 0;
}
.bkb-ques-form-container form input[type=submit]{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
height: 32px;
line-height: 24px;
padding: 0 12px;
margin: 12px 0;
}
.bkb-ques-form-container form input.bkb_ques_disabled_field,
.bkb-ques-form-container form select.bkb_ques_disabled_field,
.bkb-ques-form-container form input[type=submit].bkb_ques_disabled_field{
background: #EEEEEE;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
border: 1px solid lightgray;
height: 32px;
line-height: 24px;
}
.bkb-ques-form-container form input.captcha, 
.bkb-ques-form-container form input.sum {
display: inline;
text-align: center;
width: 40px;
}
.bkb-ques-form-container form span#spambot {
font-size: 11px;
}
p.bkb_question_submit_container{
text-align: left;
} .bkb-sticky-container{
padding: 0px;
margin: 0px;
position: fixed;
right: -119px;
top:250px;
width: 150px;
display: none;
z-index: 999;
}
.bkb-sticky li{
list-style-type: none;
background-color: #333;
color: #efefef;
height: 32px;
line-height: 32px;
padding: 0 0 0 8px;
margin: 0px 0px 1px 0px;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
cursor: pointer;
overflow: hidden;
}
.bkb-sticky li a{
color: #ffffff;
font-weight: bold;
-webkit-transition:all 3s ease-in-out;
-moz-transition:all 3s ease-in-out;
-o-transition:all 3s ease-in-out;
transition:all 3s ease-in-out;
}
.bkb-sticky li a:hover{
color: #eeeeee;
}
.bkb-sticky li span{
opacity: 0;
font-size: 11px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
}
.bkb-sticky li:hover{
margin-left: -115px;
}
.bkb-sticky li:hover span{
opacity: 1;
} .bkb-toc-title{
font-size: 14px;
}
.bkb_toc_wrapper{
background: #fbfbfb;
border: 1px solid #EEEEEE;
clear: both;
margin-bottom: 24px;
padding: 12px;
font-size: 12px;
}
.bkb_toc_wrapper ol{
padding: 0;
margin: 0;
counter-reset: toc;
}
.bkb_toc_wrapper ol li{
font-weight: normal;
list-style-type: none;
counter-increment: toc; }
.bkb_toc_wrapper ol li:before {
content: "" counters(toc, ".") ". ";
}
.bkb_toc_wrapper ol li a{
font-weight: normal;
text-decoration: none;
color: #0074A2;
}
.bkb_toc_wrapper ol li a:hover{
color: #004F6C;
}
.bkb_toc_wrapper ol li{
margin: 0 0 0.5em;
}
.bkb_toc_wrapper ol.bkb-nested-list li{
margin-left:  12px;
}
.bkb-toc-top{
font-weight: normal;
}
.bkb-toc-heading i{
color: #0074A2;
}
.bkb-toc-top i{
text-align: center;
width: 16px;
display: inline-block;
color: #0074A2;
font-size: 18px;
-webkit-transition: all 0.5s  ease-out;
-moz-transition: all 0.5s  ease-out;
-o-transition: all 0.5s  ease-out;
transition: all 0.5s  ease-out;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.bkb-toc-top:hover i{
color: #004F6C;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
}#lfb_bootstraped.lfb_bootstraped div,#lfb_bootstraped.lfb_bootstraped span,#lfb_bootstraped.lfb_bootstraped object,#lfb_bootstraped.lfb_bootstraped iframe,#lfb_bootstraped.lfb_bootstraped h1,#lfb_bootstraped.lfb_bootstraped h2,#lfb_bootstraped.lfb_bootstraped h3,#lfb_bootstraped.lfb_bootstraped h4,#lfb_bootstraped.lfb_bootstraped h5,#lfb_bootstraped.lfb_bootstraped h6,#lfb_bootstraped.lfb_bootstraped p,#lfb_bootstraped.lfb_bootstraped blockquote,#lfb_bootstraped.lfb_bootstraped pre,#lfb_bootstraped.lfb_bootstraped abbr,#lfb_bootstraped.lfb_bootstraped address,#lfb_bootstraped.lfb_bootstraped cite,#lfb_bootstraped.lfb_bootstraped code,#lfb_bootstraped.lfb_bootstraped del,#lfb_bootstraped.lfb_bootstraped dfn,#lfb_bootstraped.lfb_bootstraped em,#lfb_bootstraped.lfb_bootstraped img,#lfb_bootstraped.lfb_bootstraped ins,#lfb_bootstraped.lfb_bootstraped kbd,#lfb_bootstraped.lfb_bootstraped q,#lfb_bootstraped.lfb_bootstraped samp,#lfb_bootstraped.lfb_bootstraped small,#lfb_bootstraped.lfb_bootstraped strong,#lfb_bootstraped.lfb_bootstraped sub,#lfb_bootstraped.lfb_bootstraped sup,#lfb_bootstraped.lfb_bootstraped var,#lfb_bootstraped.lfb_bootstraped b,#lfb_bootstraped.lfb_bootstraped i,#lfb_bootstraped.lfb_bootstraped dl,#lfb_bootstraped.lfb_bootstraped dt,#lfb_bootstraped.lfb_bootstraped dd,#lfb_bootstraped.lfb_bootstraped ol,#lfb_bootstraped.lfb_bootstraped ul,#lfb_bootstraped.lfb_bootstraped li,#lfb_bootstraped.lfb_bootstraped fieldset,#lfb_bootstraped.lfb_bootstraped form,#lfb_bootstraped.lfb_bootstraped label,#lfb_bootstraped.lfb_bootstraped legend,#lfb_bootstraped.lfb_bootstraped table,#lfb_bootstraped.lfb_bootstraped caption,#lfb_bootstraped.lfb_bootstraped tbody,#lfb_bootstraped.lfb_bootstraped tfoot,#lfb_bootstraped.lfb_bootstraped thead,#lfb_bootstraped.lfb_bootstraped tr,#lfb_bootstraped.lfb_bootstraped th,#lfb_bootstraped.lfb_bootstraped td,#lfb_bootstraped.lfb_bootstraped article,#lfb_bootstraped.lfb_bootstraped aside,#lfb_bootstraped.lfb_bootstraped figure,#lfb_bootstraped.lfb_bootstraped footer,#lfb_bootstraped.lfb_bootstraped header,#lfb_bootstraped.lfb_bootstraped menu,#lfb_bootstraped.lfb_bootstraped nav,#lfb_bootstraped.lfb_bootstraped section,#lfb_bootstraped.lfb_bootstraped time,#lfb_bootstraped.lfb_bootstraped mark,#lfb_bootstraped.lfb_bootstraped audio,#lfb_bootstraped.lfb_bootstraped video,#lfb_bootstraped.lfb_bootstraped details,#lfb_bootstraped.lfb_bootstraped summary{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent}#lfb_bootstraped.lfb_bootstraped article,#lfb_bootstraped.lfb_bootstraped aside,#lfb_bootstraped.lfb_bootstraped figure,#lfb_bootstraped.lfb_bootstraped footer,#lfb_bootstraped.lfb_bootstraped header,#lfb_bootstraped.lfb_bootstraped nav,#lfb_bootstraped.lfb_bootstraped section,#lfb_bootstraped.lfb_bootstraped details,#lfb_bootstraped.lfb_bootstraped summary{display:block}#lfb_bootstraped.lfb_bootstraped *,#lfb_bootstraped.lfb_bootstraped *:before,#lfb_bootstraped.lfb_bootstraped *:after{box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped img,#lfb_bootstraped.lfb_bootstraped object,#lfb_bootstraped.lfb_bootstraped embed{max-width:100%}#lfb_bootstraped.lfb_bootstraped html{overflow-y:scroll}#lfb_bootstraped.lfb_bootstraped ul{list-style:none}#lfb_bootstraped.lfb_bootstraped blockquote,#lfb_bootstraped.lfb_bootstraped q{quotes:none}#lfb_bootstraped.lfb_bootstraped blockquote:before,#lfb_bootstraped.lfb_bootstraped blockquote:after,#lfb_bootstraped.lfb_bootstraped q:before,#lfb_bootstraped.lfb_bootstraped q:after{content:'';content:none}#lfb_bootstraped.lfb_bootstraped a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}#lfb_bootstraped.lfb_bootstraped del{text-decoration:line-through}#lfb_bootstraped.lfb_bootstraped abbr[title],#lfb_bootstraped.lfb_bootstraped dfn[title]{border-bottom:1px dotted #000;cursor:help}#lfb_bootstraped.lfb_bootstraped table{border-collapse:collapse;border-spacing:0}#lfb_bootstraped.lfb_bootstraped th{font-weight:bold;vertical-align:bottom}#lfb_bootstraped.lfb_bootstraped td{font-weight:normal;vertical-align:top}#lfb_bootstraped.lfb_bootstraped hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}#lfb_bootstraped.lfb_bootstraped input,#lfb_bootstraped.lfb_bootstraped select{vertical-align:middle}#lfb_bootstraped.lfb_bootstraped pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}#lfb_bootstraped.lfb_bootstraped input[type="radio"]{vertical-align:text-bottom}#lfb_bootstraped.lfb_bootstraped input[type="checkbox"]{vertical-align:bottom}#lfb_bootstraped.lfb_bootstraped .ie7 input[type="checkbox"]{vertical-align:baseline}#lfb_bootstraped.lfb_bootstraped .ie6 input{vertical-align:text-bottom}#lfb_bootstraped.lfb_bootstraped select,#lfb_bootstraped.lfb_bootstraped input,#lfb_bootstraped.lfb_bootstraped textarea{font:99% sans-serif}#lfb_bootstraped.lfb_bootstraped table{font-size:inherit;font:100%}#lfb_bootstraped.lfb_bootstraped small{font-size:85%}#lfb_bootstraped.lfb_bootstraped strong{font-weight:bold}#lfb_bootstraped.lfb_bootstraped td,#lfb_bootstraped.lfb_bootstraped td img{vertical-align:top}#lfb_bootstraped.lfb_bootstraped sub,#lfb_bootstraped.lfb_bootstraped sup{font-size:75%;line-height:0;position:relative}#lfb_bootstraped.lfb_bootstraped sup{top:-0.5em}#lfb_bootstraped.lfb_bootstraped sub{bottom:-0.25em}#lfb_bootstraped.lfb_bootstraped pre,#lfb_bootstraped.lfb_bootstraped code,#lfb_bootstraped.lfb_bootstraped kbd,#lfb_bootstraped.lfb_bootstraped samp{font-family:monospace,sans-serif}#lfb_bootstraped.lfb_bootstraped .clickable,#lfb_bootstraped.lfb_bootstraped label,#lfb_bootstraped.lfb_bootstraped input[type=button],#lfb_bootstraped.lfb_bootstraped input[type=submit],#lfb_bootstraped.lfb_bootstraped input[type=file],#lfb_bootstraped.lfb_bootstraped button{cursor:pointer}#lfb_bootstraped.lfb_bootstraped button,#lfb_bootstraped.lfb_bootstraped input,#lfb_bootstraped.lfb_bootstraped select,#lfb_bootstraped.lfb_bootstraped textarea{margin:0}#lfb_bootstraped.lfb_bootstraped button,#lfb_bootstraped.lfb_bootstraped input[type=button]{width:auto;overflow:visible}#lfb_bootstraped.lfb_bootstraped .ie7 img{-ms-interpolation-mode:bicubic}#lfb_bootstraped.lfb_bootstraped .clearfix:before,#lfb_bootstraped.lfb_bootstraped .clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}#lfb_bootstraped.lfb_bootstraped .clearfix:after{clear:both}#lfb_bootstraped.lfb_bootstraped .clearfix{zoom:1} #lfb_bootstraped.lfb_bootstraped,.bootstrap-datetimepicker-widget html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}#lfb_bootstraped.lfb_bootstraped body,.bootstrap-datetimepicker-widget body{margin:0}#lfb_bootstraped.lfb_bootstraped article,.bootstrap-datetimepicker-widget article,#lfb_bootstraped.lfb_bootstraped aside,.bootstrap-datetimepicker-widget aside,#lfb_bootstraped.lfb_bootstraped details,.bootstrap-datetimepicker-widget details,#lfb_bootstraped.lfb_bootstraped figcaption,.bootstrap-datetimepicker-widget figcaption,#lfb_bootstraped.lfb_bootstraped figure,.bootstrap-datetimepicker-widget figure,#lfb_bootstraped.lfb_bootstraped footer,.bootstrap-datetimepicker-widget footer,#lfb_bootstraped.lfb_bootstraped header,.bootstrap-datetimepicker-widget header,#lfb_bootstraped.lfb_bootstraped hgroup,.bootstrap-datetimepicker-widget hgroup,#lfb_bootstraped.lfb_bootstraped main,.bootstrap-datetimepicker-widget main,#lfb_bootstraped.lfb_bootstraped nav,.bootstrap-datetimepicker-widget nav,#lfb_bootstraped.lfb_bootstraped section,.bootstrap-datetimepicker-widget section,#lfb_bootstraped.lfb_bootstraped summary,.bootstrap-datetimepicker-widget summary{display:block}#lfb_bootstraped.lfb_bootstraped audio,.bootstrap-datetimepicker-widget audio,#lfb_bootstraped.lfb_bootstraped canvas,.bootstrap-datetimepicker-widget canvas,#lfb_bootstraped.lfb_bootstraped progress,.bootstrap-datetimepicker-widget progress,#lfb_bootstraped.lfb_bootstraped video,.bootstrap-datetimepicker-widget video{display:inline-block;vertical-align:baseline}#lfb_bootstraped.lfb_bootstraped audio:not([controls]),.bootstrap-datetimepicker-widget audio:not([controls]){display:none;height:0}#lfb_bootstraped.lfb_bootstraped [hidden],.bootstrap-datetimepicker-widget [hidden],#lfb_bootstraped.lfb_bootstraped template,.bootstrap-datetimepicker-widget template{display:none}#lfb_bootstraped.lfb_bootstraped a:active,.bootstrap-datetimepicker-widget a:active,#lfb_bootstraped.lfb_bootstraped a:hover,.bootstrap-datetimepicker-widget a:hover{outline:0}#lfb_bootstraped.lfb_bootstraped abbr[title],.bootstrap-datetimepicker-widget abbr[title]{border-bottom:1px dotted}#lfb_bootstraped.lfb_bootstraped b,.bootstrap-datetimepicker-widget b,#lfb_bootstraped.lfb_bootstraped strong,.bootstrap-datetimepicker-widget strong{font-weight:700}#lfb_bootstraped.lfb_bootstraped dfn,.bootstrap-datetimepicker-widget dfn{font-style:italic}#lfb_bootstraped.lfb_bootstraped h1,.bootstrap-datetimepicker-widget h1{font-size:2em;margin:.67em 0}#lfb_bootstraped.lfb_bootstraped mark,.bootstrap-datetimepicker-widget mark{background:#ff0;color:#000}#lfb_bootstraped.lfb_bootstraped small,.bootstrap-datetimepicker-widget small{font-size:80%}#lfb_bootstraped.lfb_bootstraped sub,.bootstrap-datetimepicker-widget sub,#lfb_bootstraped.lfb_bootstraped sup,.bootstrap-datetimepicker-widget sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}#lfb_bootstraped.lfb_bootstraped sup,.bootstrap-datetimepicker-widget sup{top:-.5em}#lfb_bootstraped.lfb_bootstraped sub,.bootstrap-datetimepicker-widget sub{bottom:-.25em}#lfb_bootstraped.lfb_bootstraped img,.bootstrap-datetimepicker-widget img{border:0}#lfb_bootstraped.lfb_bootstraped svg:not(:root),.bootstrap-datetimepicker-widget svg:not(:root){overflow:hidden}#lfb_bootstraped.lfb_bootstraped figure,.bootstrap-datetimepicker-widget figure{margin:1em 40px}#lfb_bootstraped.lfb_bootstraped hr,.bootstrap-datetimepicker-widget hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}#lfb_bootstraped.lfb_bootstraped pre,.bootstrap-datetimepicker-widget pre{overflow:auto}#lfb_bootstraped.lfb_bootstraped code,.bootstrap-datetimepicker-widget code,#lfb_bootstraped.lfb_bootstraped kbd,.bootstrap-datetimepicker-widget kbd,#lfb_bootstraped.lfb_bootstraped pre,.bootstrap-datetimepicker-widget pre,#lfb_bootstraped.lfb_bootstraped samp,.bootstrap-datetimepicker-widget samp{font-family:monospace,monospace;font-size:1em}#lfb_bootstraped.lfb_bootstraped button,.bootstrap-datetimepicker-widget button,#lfb_bootstraped.lfb_bootstraped input,.bootstrap-datetimepicker-widget input,#lfb_bootstraped.lfb_bootstraped optgroup,.bootstrap-datetimepicker-widget optgroup,#lfb_bootstraped.lfb_bootstraped select,.bootstrap-datetimepicker-widget select,#lfb_bootstraped.lfb_bootstraped textarea,.bootstrap-datetimepicker-widget textarea{color:inherit;font:inherit;margin:0}#lfb_bootstraped.lfb_bootstraped button,.bootstrap-datetimepicker-widget button{overflow:visible}#lfb_bootstraped.lfb_bootstraped button,.bootstrap-datetimepicker-widget button,#lfb_bootstraped.lfb_bootstraped select,.bootstrap-datetimepicker-widget select{text-transform:none}#lfb_bootstraped.lfb_bootstraped button,.bootstrap-datetimepicker-widget button,#lfb_bootstraped.lfb_bootstraped input[type=button],.bootstrap-datetimepicker-widget html input[type=button],#lfb_bootstraped.lfb_bootstraped input[type=reset],.bootstrap-datetimepicker-widget input[type=reset],#lfb_bootstraped.lfb_bootstraped input[type=submit],.bootstrap-datetimepicker-widget input[type=submit]{-webkit-appearance:button;cursor:pointer}#lfb_bootstraped.lfb_bootstraped button[disabled],.bootstrap-datetimepicker-widget button[disabled],#lfb_bootstraped.lfb_bootstraped input[disabled],.bootstrap-datetimepicker-widget html input[disabled]{cursor:default}#lfb_bootstraped.lfb_bootstraped button::-moz-focus-inner,.bootstrap-datetimepicker-widget button::-moz-focus-inner,#lfb_bootstraped.lfb_bootstraped input::-moz-focus-inner,.bootstrap-datetimepicker-widget input::-moz-focus-inner{border:0;padding:0}#lfb_bootstraped.lfb_bootstraped input,.bootstrap-datetimepicker-widget input{line-height:normal}#lfb_bootstraped.lfb_bootstraped input[type=checkbox],.bootstrap-datetimepicker-widget input[type=checkbox],#lfb_bootstraped.lfb_bootstraped input[type=radio],.bootstrap-datetimepicker-widget input[type=radio]{box-sizing:border-box;padding:0}#lfb_bootstraped.lfb_bootstraped input[type=number]::-webkit-inner-spin-button,.bootstrap-datetimepicker-widget input[type=number]::-webkit-inner-spin-button,#lfb_bootstraped.lfb_bootstraped input[type=number]::-webkit-outer-spin-button,.bootstrap-datetimepicker-widget input[type=number]::-webkit-outer-spin-button{height:auto}#lfb_bootstraped.lfb_bootstraped input[type=search],.bootstrap-datetimepicker-widget input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#lfb_bootstraped.lfb_bootstraped input[type=search]::-webkit-search-cancel-button,.bootstrap-datetimepicker-widget input[type=search]::-webkit-search-cancel-button,#lfb_bootstraped.lfb_bootstraped input[type=search]::-webkit-search-decoration,.bootstrap-datetimepicker-widget input[type=search]::-webkit-search-decoration{-webkit-appearance:none}#lfb_bootstraped.lfb_bootstraped fieldset,.bootstrap-datetimepicker-widget fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}#lfb_bootstraped.lfb_bootstraped legend,.bootstrap-datetimepicker-widget legend{border:0;padding:0}#lfb_bootstraped.lfb_bootstraped textarea,.bootstrap-datetimepicker-widget textarea{overflow:auto}#lfb_bootstraped.lfb_bootstraped optgroup,.bootstrap-datetimepicker-widget optgroup{font-weight:700}#lfb_bootstraped.lfb_bootstraped table,.bootstrap-datetimepicker-widget table{border-collapse:collapse;border-spacing:0}#lfb_bootstraped.lfb_bootstraped td,.bootstrap-datetimepicker-widget td,#lfb_bootstraped.lfb_bootstraped th,.bootstrap-datetimepicker-widget th{padding:0}@media print{#lfb_bootstraped.lfb_bootstraped *,.bootstrap-datetimepicker-widget *{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}#lfb_bootstraped.lfb_bootstraped a,.bootstrap-datetimepicker-widget a,#lfb_bootstraped.lfb_bootstraped a:visited,.bootstrap-datetimepicker-widget a:visited{text-decoration:underline}#lfb_bootstraped.lfb_bootstraped a[href]:after,.bootstrap-datetimepicker-widget a[href]:after{content:" (" attr(href) ")"}#lfb_bootstraped.lfb_bootstraped abbr[title]:after,.bootstrap-datetimepicker-widget abbr[title]:after{content:" (" attr(title) ")"}#lfb_bootstraped.lfb_bootstraped a[href^="javascript:"]:after,.bootstrap-datetimepicker-widget a[href^="javascript:"]:after,#lfb_bootstraped.lfb_bootstraped a[href^="#"]:after,.bootstrap-datetimepicker-widget a[href^="#"]:after{content:""}#lfb_bootstraped.lfb_bootstraped pre,.bootstrap-datetimepicker-widget pre,#lfb_bootstraped.lfb_bootstraped blockquote,.bootstrap-datetimepicker-widget blockquote{border:1px solid #999;page-break-inside:avoid}#lfb_bootstraped.lfb_bootstraped thead,.bootstrap-datetimepicker-widget thead{display:table-header-group}#lfb_bootstraped.lfb_bootstraped tr,.bootstrap-datetimepicker-widget tr,#lfb_bootstraped.lfb_bootstraped img,.bootstrap-datetimepicker-widget img{page-break-inside:avoid}#lfb_bootstraped.lfb_bootstraped img,.bootstrap-datetimepicker-widget img{max-width:100%!important}#lfb_bootstraped.lfb_bootstraped p,.bootstrap-datetimepicker-widget p,#lfb_bootstraped.lfb_bootstraped h2,.bootstrap-datetimepicker-widget h2,#lfb_bootstraped.lfb_bootstraped h3,.bootstrap-datetimepicker-widget h3{orphans:3;widows:3}#lfb_bootstraped.lfb_bootstraped h2,.bootstrap-datetimepicker-widget h2,#lfb_bootstraped.lfb_bootstraped h3,.bootstrap-datetimepicker-widget h3{page-break-after:avoid}#lfb_bootstraped.lfb_bootstraped select,.bootstrap-datetimepicker-widget select{background:#fff!important}#lfb_bootstraped.lfb_bootstraped .navbar,.bootstrap-datetimepicker-widget .navbar{display:none}#lfb_bootstraped.lfb_bootstraped .table td,.bootstrap-datetimepicker-widget .table td,#lfb_bootstraped.lfb_bootstraped .table th,.bootstrap-datetimepicker-widget .table th{background-color:#fff!important}#lfb_bootstraped.lfb_bootstraped .btn>.caret,.bootstrap-datetimepicker-widget .btn>.caret,#lfb_bootstraped.lfb_bootstraped .dropup>.btn>.caret,.bootstrap-datetimepicker-widget .dropup>.btn>.caret{border-top-color:#000!important}#lfb_bootstraped.lfb_bootstraped .label,.bootstrap-datetimepicker-widget .label{border:1px solid #000}#lfb_bootstraped.lfb_bootstraped .table,.bootstrap-datetimepicker-widget .table{border-collapse:collapse!important}#lfb_bootstraped.lfb_bootstraped .table-bordered th,.bootstrap-datetimepicker-widget .table-bordered th,#lfb_bootstraped.lfb_bootstraped .table-bordered td,.bootstrap-datetimepicker-widget .table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/glyphicons-halflings-regular.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/glyphicons-halflings-regular.woff) format("woff"),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}#lfb_bootstraped.lfb_bootstraped .glyphicon,.bootstrap-datetimepicker-widget .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#lfb_bootstraped.lfb_bootstraped .glyphicon-asterisk:before,.bootstrap-datetimepicker-widget .glyphicon-asterisk:before{content:"\2a"}#lfb_bootstraped.lfb_bootstraped .glyphicon-plus:before,.bootstrap-datetimepicker-widget .glyphicon-plus:before{content:"\2b"}#lfb_bootstraped.lfb_bootstraped .glyphicon-euro:before,.bootstrap-datetimepicker-widget .glyphicon-euro:before{content:"\20ac"}#lfb_bootstraped.lfb_bootstraped .glyphicon-minus:before,.bootstrap-datetimepicker-widget .glyphicon-minus:before{content:"\2212"}#lfb_bootstraped.lfb_bootstraped .glyphicon-cloud:before,.bootstrap-datetimepicker-widget .glyphicon-cloud:before{content:"\2601"}#lfb_bootstraped.lfb_bootstraped .glyphicon-envelope:before,.bootstrap-datetimepicker-widget .glyphicon-envelope:before{content:"\2709"}#lfb_bootstraped.lfb_bootstraped .glyphicon-pencil:before,.bootstrap-datetimepicker-widget .glyphicon-pencil:before{content:"\270f"}#lfb_bootstraped.lfb_bootstraped .glyphicon-glass:before,.bootstrap-datetimepicker-widget .glyphicon-glass:before{content:"\e001"}#lfb_bootstraped.lfb_bootstraped .glyphicon-music:before,.bootstrap-datetimepicker-widget .glyphicon-music:before{content:"\e002"}#lfb_bootstraped.lfb_bootstraped .glyphicon-search:before,.bootstrap-datetimepicker-widget .glyphicon-search:before{content:"\e003"}#lfb_bootstraped.lfb_bootstraped .glyphicon-heart:before,.bootstrap-datetimepicker-widget .glyphicon-heart:before{content:"\e005"}#lfb_bootstraped.lfb_bootstraped .glyphicon-star:before,.bootstrap-datetimepicker-widget .glyphicon-star:before{content:"\e006"}#lfb_bootstraped.lfb_bootstraped .glyphicon-star-empty:before,.bootstrap-datetimepicker-widget .glyphicon-star-empty:before{content:"\e007"}#lfb_bootstraped.lfb_bootstraped .glyphicon-user:before,.bootstrap-datetimepicker-widget .glyphicon-user:before{content:"\e008"}#lfb_bootstraped.lfb_bootstraped .glyphicon-film:before,.bootstrap-datetimepicker-widget .glyphicon-film:before{content:"\e009"}#lfb_bootstraped.lfb_bootstraped .glyphicon-th-large:before,.bootstrap-datetimepicker-widget .glyphicon-th-large:before{content:"\e010"}#lfb_bootstraped.lfb_bootstraped .glyphicon-th:before,.bootstrap-datetimepicker-widget .glyphicon-th:before{content:"\e011"}#lfb_bootstraped.lfb_bootstraped .glyphicon-th-list:before,.bootstrap-datetimepicker-widget .glyphicon-th-list:before{content:"\e012"}#lfb_bootstraped.lfb_bootstraped .glyphicon-ok:before,.bootstrap-datetimepicker-widget .glyphicon-ok:before{content:"\e013"}#lfb_bootstraped.lfb_bootstraped .glyphicon-remove:before,.bootstrap-datetimepicker-widget .glyphicon-remove:before{content:"\e014"}#lfb_bootstraped.lfb_bootstraped .glyphicon-zoom-in:before,.bootstrap-datetimepicker-widget .glyphicon-zoom-in:before{content:"\e015"}#lfb_bootstraped.lfb_bootstraped .glyphicon-zoom-out:before,.bootstrap-datetimepicker-widget .glyphicon-zoom-out:before{content:"\e016"}#lfb_bootstraped.lfb_bootstraped .glyphicon-off:before,.bootstrap-datetimepicker-widget .glyphicon-off:before{content:"\e017"}#lfb_bootstraped.lfb_bootstraped .glyphicon-signal:before,.bootstrap-datetimepicker-widget .glyphicon-signal:before{content:"\e018"}#lfb_bootstraped.lfb_bootstraped .glyphicon-cog:before,.bootstrap-datetimepicker-widget .glyphicon-cog:before{content:"\e019"}#lfb_bootstraped.lfb_bootstraped .glyphicon-trash:before,.bootstrap-datetimepicker-widget .glyphicon-trash:before{content:"\e020"}#lfb_bootstraped.lfb_bootstraped .glyphicon-home:before,.bootstrap-datetimepicker-widget .glyphicon-home:before{content:"\e021"}#lfb_bootstraped.lfb_bootstraped .glyphicon-file:before,.bootstrap-datetimepicker-widget .glyphicon-file:before{content:"\e022"}#lfb_bootstraped.lfb_bootstraped .glyphicon-time:before,.bootstrap-datetimepicker-widget .glyphicon-time:before{content:"\e023"}#lfb_bootstraped.lfb_bootstraped .glyphicon-road:before,.bootstrap-datetimepicker-widget .glyphicon-road:before{content:"\e024"}#lfb_bootstraped.lfb_bootstraped .glyphicon-download-alt:before,.bootstrap-datetimepicker-widget .glyphicon-download-alt:before{content:"\e025"}#lfb_bootstraped.lfb_bootstraped .glyphicon-download:before,.bootstrap-datetimepicker-widget .glyphicon-download:before{content:"\e026"}#lfb_bootstraped.lfb_bootstraped .glyphicon-upload:before,.bootstrap-datetimepicker-widget .glyphicon-upload:before{content:"\e027"}#lfb_bootstraped.lfb_bootstraped .glyphicon-inbox:before,.bootstrap-datetimepicker-widget .glyphicon-inbox:before{content:"\e028"}#lfb_bootstraped.lfb_bootstraped .glyphicon-play-circle:before,.bootstrap-datetimepicker-widget .glyphicon-play-circle:before{content:"\e029"}#lfb_bootstraped.lfb_bootstraped .glyphicon-repeat:before,.bootstrap-datetimepicker-widget .glyphicon-repeat:before{content:"\e030"}#lfb_bootstraped.lfb_bootstraped .glyphicon-refresh:before,.bootstrap-datetimepicker-widget .glyphicon-refresh:before{content:"\e031"}#lfb_bootstraped.lfb_bootstraped .glyphicon-list-alt:before,.bootstrap-datetimepicker-widget .glyphicon-list-alt:before{content:"\e032"}#lfb_bootstraped.lfb_bootstraped .glyphicon-lock:before,.bootstrap-datetimepicker-widget .glyphicon-lock:before{content:"\e033"}#lfb_bootstraped.lfb_bootstraped .glyphicon-flag:before,.bootstrap-datetimepicker-widget .glyphicon-flag:before{content:"\e034"}#lfb_bootstraped.lfb_bootstraped .glyphicon-headphones:before,.bootstrap-datetimepicker-widget .glyphicon-headphones:before{content:"\e035"}#lfb_bootstraped.lfb_bootstraped .glyphicon-volume-off:before,.bootstrap-datetimepicker-widget .glyphicon-volume-off:before{content:"\e036"}#lfb_bootstraped.lfb_bootstraped .glyphicon-volume-down:before,.bootstrap-datetimepicker-widget .glyphicon-volume-down:before{content:"\e037"}#lfb_bootstraped.lfb_bootstraped .glyphicon-volume-up:before,.bootstrap-datetimepicker-widget .glyphicon-volume-up:before{content:"\e038"}#lfb_bootstraped.lfb_bootstraped .glyphicon-qrcode:before,.bootstrap-datetimepicker-widget .glyphicon-qrcode:before{content:"\e039"}#lfb_bootstraped.lfb_bootstraped .glyphicon-barcode:before,.bootstrap-datetimepicker-widget .glyphicon-barcode:before{content:"\e040"}#lfb_bootstraped.lfb_bootstraped .glyphicon-tag:before,.bootstrap-datetimepicker-widget .glyphicon-tag:before{content:"\e041"}#lfb_bootstraped.lfb_bootstraped .glyphicon-tags:before,.bootstrap-datetimepicker-widget .glyphicon-tags:before{content:"\e042"}#lfb_bootstraped.lfb_bootstraped .glyphicon-book:before,.bootstrap-datetimepicker-widget .glyphicon-book:before{content:"\e043"}#lfb_bootstraped.lfb_bootstraped .glyphicon-bookmark:before,.bootstrap-datetimepicker-widget .glyphicon-bookmark:before{content:"\e044"}#lfb_bootstraped.lfb_bootstraped .glyphicon-print:before,.bootstrap-datetimepicker-widget .glyphicon-print:before{content:"\e045"}#lfb_bootstraped.lfb_bootstraped .glyphicon-camera:before,.bootstrap-datetimepicker-widget .glyphicon-camera:before{content:"\e046"}#lfb_bootstraped.lfb_bootstraped .glyphicon-font:before,.bootstrap-datetimepicker-widget .glyphicon-font:before{content:"\e047"}#lfb_bootstraped.lfb_bootstraped .glyphicon-bold:before,.bootstrap-datetimepicker-widget .glyphicon-bold:before{content:"\e048"}#lfb_bootstraped.lfb_bootstraped .glyphicon-italic:before,.bootstrap-datetimepicker-widget .glyphicon-italic:before{content:"\e049"}#lfb_bootstraped.lfb_bootstraped .glyphicon-text-height:before,.bootstrap-datetimepicker-widget .glyphicon-text-height:before{content:"\e050"}#lfb_bootstraped.lfb_bootstraped .glyphicon-text-width:before,.bootstrap-datetimepicker-widget .glyphicon-text-width:before{content:"\e051"}#lfb_bootstraped.lfb_bootstraped .glyphicon-align-left:before,.bootstrap-datetimepicker-widget .glyphicon-align-left:before{content:"\e052"}#lfb_bootstraped.lfb_bootstraped .glyphicon-align-center:before,.bootstrap-datetimepicker-widget .glyphicon-align-center:before{content:"\e053"}#lfb_bootstraped.lfb_bootstraped .glyphicon-align-right:before,.bootstrap-datetimepicker-widget .glyphicon-align-right:before{content:"\e054"}#lfb_bootstraped.lfb_bootstraped .glyphicon-align-justify:before,.bootstrap-datetimepicker-widget .glyphicon-align-justify:before{content:"\e055"}#lfb_bootstraped.lfb_bootstraped .glyphicon-list:before,.bootstrap-datetimepicker-widget .glyphicon-list:before{content:"\e056"}#lfb_bootstraped.lfb_bootstraped .glyphicon-indent-left:before,.bootstrap-datetimepicker-widget .glyphicon-indent-left:before{content:"\e057"}#lfb_bootstraped.lfb_bootstraped .glyphicon-indent-right:before,.bootstrap-datetimepicker-widget .glyphicon-indent-right:before{content:"\e058"}#lfb_bootstraped.lfb_bootstraped .glyphicon-facetime-video:before,.bootstrap-datetimepicker-widget .glyphicon-facetime-video:before{content:"\e059"}#lfb_bootstraped.lfb_bootstraped .glyphicon-picture:before,.bootstrap-datetimepicker-widget .glyphicon-picture:before{content:"\e060"}#lfb_bootstraped.lfb_bootstraped .glyphicon-map-marker:before,.bootstrap-datetimepicker-widget .glyphicon-map-marker:before{content:"\e062"}#lfb_bootstraped.lfb_bootstraped .glyphicon-adjust:before,.bootstrap-datetimepicker-widget .glyphicon-adjust:before{content:"\e063"}#lfb_bootstraped.lfb_bootstraped .glyphicon-tint:before,.bootstrap-datetimepicker-widget .glyphicon-tint:before{content:"\e064"}#lfb_bootstraped.lfb_bootstraped .glyphicon-edit:before,.bootstrap-datetimepicker-widget .glyphicon-edit:before{content:"\e065"}#lfb_bootstraped.lfb_bootstraped .glyphicon-share:before,.bootstrap-datetimepicker-widget .glyphicon-share:before{content:"\e066"}#lfb_bootstraped.lfb_bootstraped .glyphicon-check:before,.bootstrap-datetimepicker-widget .glyphicon-check:before{content:"\e067"}#lfb_bootstraped.lfb_bootstraped .glyphicon-move:before,.bootstrap-datetimepicker-widget .glyphicon-move:before{content:"\e068"}#lfb_bootstraped.lfb_bootstraped .glyphicon-step-backward:before,.bootstrap-datetimepicker-widget .glyphicon-step-backward:before{content:"\e069"}#lfb_bootstraped.lfb_bootstraped .glyphicon-fast-backward:before,.bootstrap-datetimepicker-widget .glyphicon-fast-backward:before{content:"\e070"}#lfb_bootstraped.lfb_bootstraped .glyphicon-backward:before,.bootstrap-datetimepicker-widget .glyphicon-backward:before{content:"\e071"}#lfb_bootstraped.lfb_bootstraped .glyphicon-play:before,.bootstrap-datetimepicker-widget .glyphicon-play:before{content:"\e072"}#lfb_bootstraped.lfb_bootstraped .glyphicon-pause:before,.bootstrap-datetimepicker-widget .glyphicon-pause:before{content:"\e073"}#lfb_bootstraped.lfb_bootstraped .glyphicon-stop:before,.bootstrap-datetimepicker-widget .glyphicon-stop:before{content:"\e074"}#lfb_bootstraped.lfb_bootstraped .glyphicon-forward:before,.bootstrap-datetimepicker-widget .glyphicon-forward:before{content:"\e075"}#lfb_bootstraped.lfb_bootstraped .glyphicon-fast-forward:before,.bootstrap-datetimepicker-widget .glyphicon-fast-forward:before{content:"\e076"}#lfb_bootstraped.lfb_bootstraped .glyphicon-step-forward:before,.bootstrap-datetimepicker-widget .glyphicon-step-forward:before{content:"\e077"}#lfb_bootstraped.lfb_bootstraped .glyphicon-eject:before,.bootstrap-datetimepicker-widget .glyphicon-eject:before{content:"\e078"}#lfb_bootstraped.lfb_bootstraped .glyphicon-chevron-left:before,.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before{content:"\e079"}#lfb_bootstraped.lfb_bootstraped .glyphicon-chevron-right:before,.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before{content:"\e080"}#lfb_bootstraped.lfb_bootstraped .glyphicon-plus-sign:before,.bootstrap-datetimepicker-widget .glyphicon-plus-sign:before{content:"\e081"}#lfb_bootstraped.lfb_bootstraped .glyphicon-minus-sign:before,.bootstrap-datetimepicker-widget .glyphicon-minus-sign:before{content:"\e082"}#lfb_bootstraped.lfb_bootstraped .glyphicon-remove-sign:before,.bootstrap-datetimepicker-widget .glyphicon-remove-sign:before{content:"\e083"}#lfb_bootstraped.lfb_bootstraped .glyphicon-ok-sign:before,.bootstrap-datetimepicker-widget .glyphicon-ok-sign:before{content:"\e084"}#lfb_bootstraped.lfb_bootstraped .glyphicon-question-sign:before,.bootstrap-datetimepicker-widget .glyphicon-question-sign:before{content:"\e085"}#lfb_bootstraped.lfb_bootstraped .glyphicon-info-sign:before,.bootstrap-datetimepicker-widget .glyphicon-info-sign:before{content:"\e086"}#lfb_bootstraped.lfb_bootstraped .glyphicon-screenshot:before,.bootstrap-datetimepicker-widget .glyphicon-screenshot:before{content:"\e087"}#lfb_bootstraped.lfb_bootstraped .glyphicon-remove-circle:before,.bootstrap-datetimepicker-widget .glyphicon-remove-circle:before{content:"\e088"}#lfb_bootstraped.lfb_bootstraped .glyphicon-ok-circle:before,.bootstrap-datetimepicker-widget .glyphicon-ok-circle:before{content:"\e089"}#lfb_bootstraped.lfb_bootstraped .glyphicon-ban-circle:before,.bootstrap-datetimepicker-widget .glyphicon-ban-circle:before{content:"\e090"}#lfb_bootstraped.lfb_bootstraped .glyphicon-arrow-left:before,.bootstrap-datetimepicker-widget .glyphicon-arrow-left:before{content:"\e091"}#lfb_bootstraped.lfb_bootstraped .glyphicon-arrow-right:before,.bootstrap-datetimepicker-widget .glyphicon-arrow-right:before{content:"\e092"}#lfb_bootstraped.lfb_bootstraped .glyphicon-arrow-up:before,.bootstrap-datetimepicker-widget .glyphicon-arrow-up:before{content:"\e093"}#lfb_bootstraped.lfb_bootstraped .glyphicon-arrow-down:before,.bootstrap-datetimepicker-widget .glyphicon-arrow-down:before{content:"\e094"}#lfb_bootstraped.lfb_bootstraped .glyphicon-share-alt:before,.bootstrap-datetimepicker-widget .glyphicon-share-alt:before{content:"\e095"}#lfb_bootstraped.lfb_bootstraped .glyphicon-resize-full:before,.bootstrap-datetimepicker-widget .glyphicon-resize-full:before{content:"\e096"}#lfb_bootstraped.lfb_bootstraped .glyphicon-resize-small:before,.bootstrap-datetimepicker-widget .glyphicon-resize-small:before{content:"\e097"}#lfb_bootstraped.lfb_bootstraped .glyphicon-exclamation-sign:before,.bootstrap-datetimepicker-widget .glyphicon-exclamation-sign:before{content:"\e101"}#lfb_bootstraped.lfb_bootstraped .glyphicon-gift:before,.bootstrap-datetimepicker-widget .glyphicon-gift:before{content:"\e102"}#lfb_bootstraped.lfb_bootstraped .glyphicon-leaf:before,.bootstrap-datetimepicker-widget .glyphicon-leaf:before{content:"\e103"}#lfb_bootstraped.lfb_bootstraped .glyphicon-fire:before,.bootstrap-datetimepicker-widget .glyphicon-fire:before{content:"\e104"}#lfb_bootstraped.lfb_bootstraped .glyphicon-eye-open:before,.bootstrap-datetimepicker-widget .glyphicon-eye-open:before{content:"\e105"}#lfb_bootstraped.lfb_bootstraped .glyphicon-eye-close:before,.bootstrap-datetimepicker-widget .glyphicon-eye-close:before{content:"\e106"}#lfb_bootstraped.lfb_bootstraped .glyphicon-warning-sign:before,.bootstrap-datetimepicker-widget .glyphicon-warning-sign:before{content:"\e107"}#lfb_bootstraped.lfb_bootstraped .glyphicon-plane:before,.bootstrap-datetimepicker-widget .glyphicon-plane:before{content:"\e108"}#lfb_bootstraped.lfb_bootstraped .glyphicon-calendar:before,.bootstrap-datetimepicker-widget .glyphicon-calendar:before{content:"\e109"}#lfb_bootstraped.lfb_bootstraped .glyphicon-random:before,.bootstrap-datetimepicker-widget .glyphicon-random:before{content:"\e110"}#lfb_bootstraped.lfb_bootstraped .glyphicon-comment:before,.bootstrap-datetimepicker-widget .glyphicon-comment:before{content:"\e111"}#lfb_bootstraped.lfb_bootstraped .glyphicon-magnet:before,.bootstrap-datetimepicker-widget .glyphicon-magnet:before{content:"\e112"}#lfb_bootstraped.lfb_bootstraped .glyphicon-chevron-up:before,.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before{content:"\e113"}#lfb_bootstraped.lfb_bootstraped .glyphicon-chevron-down:before,.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before{content:"\e114"}#lfb_bootstraped.lfb_bootstraped .glyphicon-retweet:before,.bootstrap-datetimepicker-widget .glyphicon-retweet:before{content:"\e115"}#lfb_bootstraped.lfb_bootstraped .glyphicon-shopping-cart:before,.bootstrap-datetimepicker-widget .glyphicon-shopping-cart:before{content:"\e116"}#lfb_bootstraped.lfb_bootstraped .glyphicon-folder-close:before,.bootstrap-datetimepicker-widget .glyphicon-folder-close:before{content:"\e117"}#lfb_bootstraped.lfb_bootstraped .glyphicon-folder-open:before,.bootstrap-datetimepicker-widget .glyphicon-folder-open:before{content:"\e118"}#lfb_bootstraped.lfb_bootstraped .glyphicon-resize-vertical:before,.bootstrap-datetimepicker-widget .glyphicon-resize-vertical:before{content:"\e119"}#lfb_bootstraped.lfb_bootstraped .glyphicon-resize-horizontal:before,.bootstrap-datetimepicker-widget .glyphicon-resize-horizontal:before{content:"\e120"}#lfb_bootstraped.lfb_bootstraped .glyphicon-hdd:before,.bootstrap-datetimepicker-widget .glyphicon-hdd:before{content:"\e121"}#lfb_bootstraped.lfb_bootstraped .glyphicon-bullhorn:before,.bootstrap-datetimepicker-widget .glyphicon-bullhorn:before{content:"\e122"}#lfb_bootstraped.lfb_bootstraped .glyphicon-bell:before,.bootstrap-datetimepicker-widget .glyphicon-bell:before{content:"\e123"}#lfb_bootstraped.lfb_bootstraped .glyphicon-certificate:before,.bootstrap-datetimepicker-widget .glyphicon-certificate:before{content:"\e124"}#lfb_bootstraped.lfb_bootstraped .glyphicon-thumbs-up:before,.bootstrap-datetimepicker-widget .glyphicon-thumbs-up:before{content:"\e125"}#lfb_bootstraped.lfb_bootstraped .glyphicon-thumbs-down:before,.bootstrap-datetimepicker-widget .glyphicon-thumbs-down:before{content:"\e126"}#lfb_bootstraped.lfb_bootstraped .glyphicon-hand-right:before,.bootstrap-datetimepicker-widget .glyphicon-hand-right:before{content:"\e127"}#lfb_bootstraped.lfb_bootstraped .glyphicon-hand-left:before,.bootstrap-datetimepicker-widget .glyphicon-hand-left:before{content:"\e128"}#lfb_bootstraped.lfb_bootstraped .glyphicon-hand-up:before,.bootstrap-datetimepicker-widget .glyphicon-hand-up:before{content:"\e129"}#lfb_bootstraped.lfb_bootstraped .glyphicon-hand-down:before,.bootstrap-datetimepicker-widget .glyphicon-hand-down:before{content:"\e130"}#lfb_bootstraped.lfb_bootstraped .glyphicon-circle-arrow-right:before,.bootstrap-datetimepicker-widget .glyphicon-circle-arrow-right:before{content:"\e131"}#lfb_bootstraped.lfb_bootstraped .glyphicon-circle-arrow-left:before,.bootstrap-datetimepicker-widget .glyphicon-circle-arrow-left:before{content:"\e132"}#lfb_bootstraped.lfb_bootstraped .glyphicon-circle-arrow-up:before,.bootstrap-datetimepicker-widget .glyphicon-circle-arrow-up:before{content:"\e133"}#lfb_bootstraped.lfb_bootstraped .glyphicon-circle-arrow-down:before,.bootstrap-datetimepicker-widget .glyphicon-circle-arrow-down:before{content:"\e134"}#lfb_bootstraped.lfb_bootstraped .glyphicon-globe:before,.bootstrap-datetimepicker-widget .glyphicon-globe:before{content:"\e135"}#lfb_bootstraped.lfb_bootstraped .glyphicon-wrench:before,.bootstrap-datetimepicker-widget .glyphicon-wrench:before{content:"\e136"}#lfb_bootstraped.lfb_bootstraped .glyphicon-tasks:before,.bootstrap-datetimepicker-widget .glyphicon-tasks:before{content:"\e137"}#lfb_bootstraped.lfb_bootstraped .glyphicon-filter:before,.bootstrap-datetimepicker-widget .glyphicon-filter:before{content:"\e138"}#lfb_bootstraped.lfb_bootstraped .glyphicon-briefcase:before,.bootstrap-datetimepicker-widget .glyphicon-briefcase:before{content:"\e139"}#lfb_bootstraped.lfb_bootstraped .glyphicon-fullscreen:before,.bootstrap-datetimepicker-widget .glyphicon-fullscreen:before{content:"\e140"}#lfb_bootstraped.lfb_bootstraped .glyphicon-dashboard:before,.bootstrap-datetimepicker-widget .glyphicon-dashboard:before{content:"\e141"}#lfb_bootstraped.lfb_bootstraped .glyphicon-paperclip:before,.bootstrap-datetimepicker-widget .glyphicon-paperclip:before{content:"\e142"}#lfb_bootstraped.lfb_bootstraped .glyphicon-heart-empty:before,.bootstrap-datetimepicker-widget .glyphicon-heart-empty:before{content:"\e143"}#lfb_bootstraped.lfb_bootstraped .glyphicon-link:before,.bootstrap-datetimepicker-widget .glyphicon-link:before{content:"\e144"}#lfb_bootstraped.lfb_bootstraped .glyphicon-phone:before,.bootstrap-datetimepicker-widget .glyphicon-phone:before{content:"\e145"}#lfb_bootstraped.lfb_bootstraped .glyphicon-pushpin:before,.bootstrap-datetimepicker-widget .glyphicon-pushpin:before{content:"\e146"}#lfb_bootstraped.lfb_bootstraped .glyphicon-usd:before,.bootstrap-datetimepicker-widget .glyphicon-usd:before{content:"\e148"}#lfb_bootstraped.lfb_bootstraped .glyphicon-gbp:before,.bootstrap-datetimepicker-widget .glyphicon-gbp:before{content:"\e149"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sort:before,.bootstrap-datetimepicker-widget .glyphicon-sort:before{content:"\e150"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sort-by-alphabet:before,.bootstrap-datetimepicker-widget .glyphicon-sort-by-alphabet:before{content:"\e151"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sort-by-alphabet-alt:before,.bootstrap-datetimepicker-widget .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sort-by-order:before,.bootstrap-datetimepicker-widget .glyphicon-sort-by-order:before{content:"\e153"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sort-by-order-alt:before,.bootstrap-datetimepicker-widget .glyphicon-sort-by-order-alt:before{content:"\e154"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sort-by-attributes:before,.bootstrap-datetimepicker-widget .glyphicon-sort-by-attributes:before{content:"\e155"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sort-by-attributes-alt:before,.bootstrap-datetimepicker-widget .glyphicon-sort-by-attributes-alt:before{content:"\e156"}#lfb_bootstraped.lfb_bootstraped .glyphicon-unchecked:before,.bootstrap-datetimepicker-widget .glyphicon-unchecked:before{content:"\e157"}#lfb_bootstraped.lfb_bootstraped .glyphicon-expand:before,.bootstrap-datetimepicker-widget .glyphicon-expand:before{content:"\e158"}#lfb_bootstraped.lfb_bootstraped .glyphicon-collapse-down:before,.bootstrap-datetimepicker-widget .glyphicon-collapse-down:before{content:"\e159"}#lfb_bootstraped.lfb_bootstraped .glyphicon-collapse-up:before,.bootstrap-datetimepicker-widget .glyphicon-collapse-up:before{content:"\e160"}#lfb_bootstraped.lfb_bootstraped .glyphicon-log-in:before,.bootstrap-datetimepicker-widget .glyphicon-log-in:before{content:"\e161"}#lfb_bootstraped.lfb_bootstraped .glyphicon-flash:before,.bootstrap-datetimepicker-widget .glyphicon-flash:before{content:"\e162"}#lfb_bootstraped.lfb_bootstraped .glyphicon-log-out:before,.bootstrap-datetimepicker-widget .glyphicon-log-out:before{content:"\e163"}#lfb_bootstraped.lfb_bootstraped .glyphicon-new-window:before,.bootstrap-datetimepicker-widget .glyphicon-new-window:before{content:"\e164"}#lfb_bootstraped.lfb_bootstraped .glyphicon-record:before,.bootstrap-datetimepicker-widget .glyphicon-record:before{content:"\e165"}#lfb_bootstraped.lfb_bootstraped .glyphicon-save:before,.bootstrap-datetimepicker-widget .glyphicon-save:before{content:"\e166"}#lfb_bootstraped.lfb_bootstraped .glyphicon-open:before,.bootstrap-datetimepicker-widget .glyphicon-open:before{content:"\e167"}#lfb_bootstraped.lfb_bootstraped .glyphicon-saved:before,.bootstrap-datetimepicker-widget .glyphicon-saved:before{content:"\e168"}#lfb_bootstraped.lfb_bootstraped .glyphicon-import:before,.bootstrap-datetimepicker-widget .glyphicon-import:before{content:"\e169"}#lfb_bootstraped.lfb_bootstraped .glyphicon-export:before,.bootstrap-datetimepicker-widget .glyphicon-export:before{content:"\e170"}#lfb_bootstraped.lfb_bootstraped .glyphicon-send:before,.bootstrap-datetimepicker-widget .glyphicon-send:before{content:"\e171"}#lfb_bootstraped.lfb_bootstraped .glyphicon-floppy-disk:before,.bootstrap-datetimepicker-widget .glyphicon-floppy-disk:before{content:"\e172"}#lfb_bootstraped.lfb_bootstraped .glyphicon-floppy-saved:before,.bootstrap-datetimepicker-widget .glyphicon-floppy-saved:before{content:"\e173"}#lfb_bootstraped.lfb_bootstraped .glyphicon-floppy-remove:before,.bootstrap-datetimepicker-widget .glyphicon-floppy-remove:before{content:"\e174"}#lfb_bootstraped.lfb_bootstraped .glyphicon-floppy-save:before,.bootstrap-datetimepicker-widget .glyphicon-floppy-save:before{content:"\e175"}#lfb_bootstraped.lfb_bootstraped .glyphicon-floppy-open:before,.bootstrap-datetimepicker-widget .glyphicon-floppy-open:before{content:"\e176"}#lfb_bootstraped.lfb_bootstraped .glyphicon-credit-card:before,.bootstrap-datetimepicker-widget .glyphicon-credit-card:before{content:"\e177"}#lfb_bootstraped.lfb_bootstraped .glyphicon-transfer:before,.bootstrap-datetimepicker-widget .glyphicon-transfer:before{content:"\e178"}#lfb_bootstraped.lfb_bootstraped .glyphicon-cutlery:before,.bootstrap-datetimepicker-widget .glyphicon-cutlery:before{content:"\e179"}#lfb_bootstraped.lfb_bootstraped .glyphicon-header:before,.bootstrap-datetimepicker-widget .glyphicon-header:before{content:"\e180"}#lfb_bootstraped.lfb_bootstraped .glyphicon-compressed:before,.bootstrap-datetimepicker-widget .glyphicon-compressed:before{content:"\e181"}#lfb_bootstraped.lfb_bootstraped .glyphicon-earphone:before,.bootstrap-datetimepicker-widget .glyphicon-earphone:before{content:"\e182"}#lfb_bootstraped.lfb_bootstraped .glyphicon-phone-alt:before,.bootstrap-datetimepicker-widget .glyphicon-phone-alt:before{content:"\e183"}#lfb_bootstraped.lfb_bootstraped .glyphicon-tower:before,.bootstrap-datetimepicker-widget .glyphicon-tower:before{content:"\e184"}#lfb_bootstraped.lfb_bootstraped .glyphicon-stats:before,.bootstrap-datetimepicker-widget .glyphicon-stats:before{content:"\e185"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sd-video:before,.bootstrap-datetimepicker-widget .glyphicon-sd-video:before{content:"\e186"}#lfb_bootstraped.lfb_bootstraped .glyphicon-hd-video:before,.bootstrap-datetimepicker-widget .glyphicon-hd-video:before{content:"\e187"}#lfb_bootstraped.lfb_bootstraped .glyphicon-subtitles:before,.bootstrap-datetimepicker-widget .glyphicon-subtitles:before{content:"\e188"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sound-stereo:before,.bootstrap-datetimepicker-widget .glyphicon-sound-stereo:before{content:"\e189"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sound-dolby:before,.bootstrap-datetimepicker-widget .glyphicon-sound-dolby:before{content:"\e190"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sound-5-1:before,.bootstrap-datetimepicker-widget .glyphicon-sound-5-1:before{content:"\e191"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sound-6-1:before,.bootstrap-datetimepicker-widget .glyphicon-sound-6-1:before{content:"\e192"}#lfb_bootstraped.lfb_bootstraped .glyphicon-sound-7-1:before,.bootstrap-datetimepicker-widget .glyphicon-sound-7-1:before{content:"\e193"}#lfb_bootstraped.lfb_bootstraped .glyphicon-copyright-mark:before,.bootstrap-datetimepicker-widget .glyphicon-copyright-mark:before{content:"\e194"}#lfb_bootstraped.lfb_bootstraped .glyphicon-registration-mark:before,.bootstrap-datetimepicker-widget .glyphicon-registration-mark:before{content:"\e195"}#lfb_bootstraped.lfb_bootstraped .glyphicon-cloud-download:before,.bootstrap-datetimepicker-widget .glyphicon-cloud-download:before{content:"\e197"}#lfb_bootstraped.lfb_bootstraped .glyphicon-cloud-upload:before,.bootstrap-datetimepicker-widget .glyphicon-cloud-upload:before{content:"\e198"}#lfb_bootstraped.lfb_bootstraped .glyphicon-tree-conifer:before,.bootstrap-datetimepicker-widget .glyphicon-tree-conifer:before{content:"\e199"}#lfb_bootstraped.lfb_bootstraped .glyphicon-tree-deciduous:before,.bootstrap-datetimepicker-widget .glyphicon-tree-deciduous:before{content:"\e200"}#lfb_bootstraped.lfb_bootstraped *,.bootstrap-datetimepicker-widget *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped :before,.bootstrap-datetimepicker-widget :before,#lfb_bootstraped.lfb_bootstraped :after,.bootstrap-datetimepicker-widget :after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped,.bootstrap-datetimepicker-widget html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}#lfb_bootstraped.lfb_bootstraped body,.bootstrap-datetimepicker-widget body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}#lfb_bootstraped.lfb_bootstraped input,.bootstrap-datetimepicker-widget input,#lfb_bootstraped.lfb_bootstraped button,.bootstrap-datetimepicker-widget button,#lfb_bootstraped.lfb_bootstraped select,.bootstrap-datetimepicker-widget select,#lfb_bootstraped.lfb_bootstraped textarea,.bootstrap-datetimepicker-widget textarea{font-family:inherit;font-size:inherit;line-height:inherit}#lfb_bootstraped.lfb_bootstraped a,.bootstrap-datetimepicker-widget a{color:#428bca;text-decoration:none}#lfb_bootstraped.lfb_bootstraped a:hover,.bootstrap-datetimepicker-widget a:hover,#lfb_bootstraped.lfb_bootstraped a:focus,.bootstrap-datetimepicker-widget a:focus{color:#2a6496;text-decoration:underline}#lfb_bootstraped.lfb_bootstraped a:focus,.bootstrap-datetimepicker-widget a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#lfb_bootstraped.lfb_bootstraped figure,.bootstrap-datetimepicker-widget figure{margin:0}#lfb_bootstraped.lfb_bootstraped img,.bootstrap-datetimepicker-widget img{vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .img-responsive,.bootstrap-datetimepicker-widget .img-responsive{display:block;width:100% \9;max-width:100%;height:auto}#lfb_bootstraped.lfb_bootstraped .img-rounded,.bootstrap-datetimepicker-widget .img-rounded{border-radius:6px}#lfb_bootstraped.lfb_bootstraped .img-thumbnail,.bootstrap-datetimepicker-widget .img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;width:100% \9;max-width:100%;height:auto}#lfb_bootstraped.lfb_bootstraped .img-circle,.bootstrap-datetimepicker-widget .img-circle{border-radius:50%}#lfb_bootstraped.lfb_bootstraped hr,.bootstrap-datetimepicker-widget hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}#lfb_bootstraped.lfb_bootstraped .sr-only,.bootstrap-datetimepicker-widget .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}#lfb_bootstraped.lfb_bootstraped .sr-only-focusable:active,.bootstrap-datetimepicker-widget .sr-only-focusable:active,#lfb_bootstraped.lfb_bootstraped .sr-only-focusable:focus,.bootstrap-datetimepicker-widget .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#lfb_bootstraped.lfb_bootstraped h1,.bootstrap-datetimepicker-widget h1,#lfb_bootstraped.lfb_bootstraped h2,.bootstrap-datetimepicker-widget h2,#lfb_bootstraped.lfb_bootstraped h3,.bootstrap-datetimepicker-widget h3,#lfb_bootstraped.lfb_bootstraped h4,.bootstrap-datetimepicker-widget h4,#lfb_bootstraped.lfb_bootstraped h5,.bootstrap-datetimepicker-widget h5,#lfb_bootstraped.lfb_bootstraped h6,.bootstrap-datetimepicker-widget h6,#lfb_bootstraped.lfb_bootstraped .h1,.bootstrap-datetimepicker-widget .h1,#lfb_bootstraped.lfb_bootstraped .h2,.bootstrap-datetimepicker-widget .h2,#lfb_bootstraped.lfb_bootstraped .h3,.bootstrap-datetimepicker-widget .h3,#lfb_bootstraped.lfb_bootstraped .h4,.bootstrap-datetimepicker-widget .h4,#lfb_bootstraped.lfb_bootstraped .h5,.bootstrap-datetimepicker-widget .h5,#lfb_bootstraped.lfb_bootstraped .h6,.bootstrap-datetimepicker-widget .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}#lfb_bootstraped.lfb_bootstraped h1 small,.bootstrap-datetimepicker-widget h1 small,#lfb_bootstraped.lfb_bootstraped h2 small,.bootstrap-datetimepicker-widget h2 small,#lfb_bootstraped.lfb_bootstraped h3 small,.bootstrap-datetimepicker-widget h3 small,#lfb_bootstraped.lfb_bootstraped h4 small,.bootstrap-datetimepicker-widget h4 small,#lfb_bootstraped.lfb_bootstraped h5 small,.bootstrap-datetimepicker-widget h5 small,#lfb_bootstraped.lfb_bootstraped h6 small,.bootstrap-datetimepicker-widget h6 small,#lfb_bootstraped.lfb_bootstraped .h1 small,.bootstrap-datetimepicker-widget .h1 small,#lfb_bootstraped.lfb_bootstraped .h2 small,.bootstrap-datetimepicker-widget .h2 small,#lfb_bootstraped.lfb_bootstraped .h3 small,.bootstrap-datetimepicker-widget .h3 small,#lfb_bootstraped.lfb_bootstraped .h4 small,.bootstrap-datetimepicker-widget .h4 small,#lfb_bootstraped.lfb_bootstraped .h5 small,.bootstrap-datetimepicker-widget .h5 small,#lfb_bootstraped.lfb_bootstraped .h6 small,.bootstrap-datetimepicker-widget .h6 small,#lfb_bootstraped.lfb_bootstraped h1 .small,.bootstrap-datetimepicker-widget h1 .small,#lfb_bootstraped.lfb_bootstraped h2 .small,.bootstrap-datetimepicker-widget h2 .small,#lfb_bootstraped.lfb_bootstraped h3 .small,.bootstrap-datetimepicker-widget h3 .small,#lfb_bootstraped.lfb_bootstraped h4 .small,.bootstrap-datetimepicker-widget h4 .small,#lfb_bootstraped.lfb_bootstraped h5 .small,.bootstrap-datetimepicker-widget h5 .small,#lfb_bootstraped.lfb_bootstraped h6 .small,.bootstrap-datetimepicker-widget h6 .small,#lfb_bootstraped.lfb_bootstraped .h1 .small,.bootstrap-datetimepicker-widget .h1 .small,#lfb_bootstraped.lfb_bootstraped .h2 .small,.bootstrap-datetimepicker-widget .h2 .small,#lfb_bootstraped.lfb_bootstraped .h3 .small,.bootstrap-datetimepicker-widget .h3 .small,#lfb_bootstraped.lfb_bootstraped .h4 .small,.bootstrap-datetimepicker-widget .h4 .small,#lfb_bootstraped.lfb_bootstraped .h5 .small,.bootstrap-datetimepicker-widget .h5 .small,#lfb_bootstraped.lfb_bootstraped .h6 .small,.bootstrap-datetimepicker-widget .h6 .small{font-weight:400;line-height:1;color:#777}#lfb_bootstraped.lfb_bootstraped h1,.bootstrap-datetimepicker-widget h1,#lfb_bootstraped.lfb_bootstraped .h1,.bootstrap-datetimepicker-widget .h1,#lfb_bootstraped.lfb_bootstraped h2,.bootstrap-datetimepicker-widget h2,#lfb_bootstraped.lfb_bootstraped .h2,.bootstrap-datetimepicker-widget .h2,#lfb_bootstraped.lfb_bootstraped h3,.bootstrap-datetimepicker-widget h3,#lfb_bootstraped.lfb_bootstraped .h3,.bootstrap-datetimepicker-widget .h3{margin-top:20px;margin-bottom:10px}#lfb_bootstraped.lfb_bootstraped h1 small,.bootstrap-datetimepicker-widget h1 small,#lfb_bootstraped.lfb_bootstraped .h1 small,.bootstrap-datetimepicker-widget .h1 small,#lfb_bootstraped.lfb_bootstraped h2 small,.bootstrap-datetimepicker-widget h2 small,#lfb_bootstraped.lfb_bootstraped .h2 small,.bootstrap-datetimepicker-widget .h2 small,#lfb_bootstraped.lfb_bootstraped h3 small,.bootstrap-datetimepicker-widget h3 small,#lfb_bootstraped.lfb_bootstraped .h3 small,.bootstrap-datetimepicker-widget .h3 small,#lfb_bootstraped.lfb_bootstraped h1 .small,.bootstrap-datetimepicker-widget h1 .small,#lfb_bootstraped.lfb_bootstraped .h1 .small,.bootstrap-datetimepicker-widget .h1 .small,#lfb_bootstraped.lfb_bootstraped h2 .small,.bootstrap-datetimepicker-widget h2 .small,#lfb_bootstraped.lfb_bootstraped .h2 .small,.bootstrap-datetimepicker-widget .h2 .small,#lfb_bootstraped.lfb_bootstraped h3 .small,.bootstrap-datetimepicker-widget h3 .small,#lfb_bootstraped.lfb_bootstraped .h3 .small,.bootstrap-datetimepicker-widget .h3 .small{font-size:65%}#lfb_bootstraped.lfb_bootstraped h4,.bootstrap-datetimepicker-widget h4,#lfb_bootstraped.lfb_bootstraped .h4,.bootstrap-datetimepicker-widget .h4,#lfb_bootstraped.lfb_bootstraped h5,.bootstrap-datetimepicker-widget h5,#lfb_bootstraped.lfb_bootstraped .h5,.bootstrap-datetimepicker-widget .h5,#lfb_bootstraped.lfb_bootstraped h6,.bootstrap-datetimepicker-widget h6,#lfb_bootstraped.lfb_bootstraped .h6,.bootstrap-datetimepicker-widget .h6{margin-top:10px;margin-bottom:10px}#lfb_bootstraped.lfb_bootstraped h4 small,.bootstrap-datetimepicker-widget h4 small,#lfb_bootstraped.lfb_bootstraped .h4 small,.bootstrap-datetimepicker-widget .h4 small,#lfb_bootstraped.lfb_bootstraped h5 small,.bootstrap-datetimepicker-widget h5 small,#lfb_bootstraped.lfb_bootstraped .h5 small,.bootstrap-datetimepicker-widget .h5 small,#lfb_bootstraped.lfb_bootstraped h6 small,.bootstrap-datetimepicker-widget h6 small,#lfb_bootstraped.lfb_bootstraped .h6 small,.bootstrap-datetimepicker-widget .h6 small,#lfb_bootstraped.lfb_bootstraped h4 .small,.bootstrap-datetimepicker-widget h4 .small,#lfb_bootstraped.lfb_bootstraped .h4 .small,.bootstrap-datetimepicker-widget .h4 .small,#lfb_bootstraped.lfb_bootstraped h5 .small,.bootstrap-datetimepicker-widget h5 .small,#lfb_bootstraped.lfb_bootstraped .h5 .small,.bootstrap-datetimepicker-widget .h5 .small,#lfb_bootstraped.lfb_bootstraped h6 .small,.bootstrap-datetimepicker-widget h6 .small,#lfb_bootstraped.lfb_bootstraped .h6 .small,.bootstrap-datetimepicker-widget .h6 .small{font-size:75%}#lfb_bootstraped.lfb_bootstraped h1,.bootstrap-datetimepicker-widget h1,#lfb_bootstraped.lfb_bootstraped .h1,.bootstrap-datetimepicker-widget .h1{font-size:36px}#lfb_bootstraped.lfb_bootstraped h2,.bootstrap-datetimepicker-widget h2,#lfb_bootstraped.lfb_bootstraped .h2,.bootstrap-datetimepicker-widget .h2{font-size:30px}#lfb_bootstraped.lfb_bootstraped h3,.bootstrap-datetimepicker-widget h3,#lfb_bootstraped.lfb_bootstraped .h3,.bootstrap-datetimepicker-widget .h3{font-size:24px}#lfb_bootstraped.lfb_bootstraped h4,.bootstrap-datetimepicker-widget h4,#lfb_bootstraped.lfb_bootstraped .h4,.bootstrap-datetimepicker-widget .h4{font-size:18px}#lfb_bootstraped.lfb_bootstraped h5,.bootstrap-datetimepicker-widget h5,#lfb_bootstraped.lfb_bootstraped .h5,.bootstrap-datetimepicker-widget .h5{font-size:14px}#lfb_bootstraped.lfb_bootstraped h6,.bootstrap-datetimepicker-widget h6,#lfb_bootstraped.lfb_bootstraped .h6,.bootstrap-datetimepicker-widget .h6{font-size:12px}#lfb_bootstraped.lfb_bootstraped p,.bootstrap-datetimepicker-widget p{margin:0 0 10px}#lfb_bootstraped.lfb_bootstraped .lead,.bootstrap-datetimepicker-widget .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .lead,.bootstrap-datetimepicker-widget .lead{font-size:21px}}#lfb_bootstraped.lfb_bootstraped small,.bootstrap-datetimepicker-widget small,#lfb_bootstraped.lfb_bootstraped .small,.bootstrap-datetimepicker-widget .small{font-size:85%}#lfb_bootstraped.lfb_bootstraped cite,.bootstrap-datetimepicker-widget cite{font-style:normal}#lfb_bootstraped.lfb_bootstraped mark,.bootstrap-datetimepicker-widget mark,#lfb_bootstraped.lfb_bootstraped .mark,.bootstrap-datetimepicker-widget .mark{background-color:#fcf8e3;padding:.2em}#lfb_bootstraped.lfb_bootstraped .text-left,.bootstrap-datetimepicker-widget .text-left{text-align:left}#lfb_bootstraped.lfb_bootstraped .text-right,.bootstrap-datetimepicker-widget .text-right{text-align:right}#lfb_bootstraped.lfb_bootstraped .text-center,.bootstrap-datetimepicker-widget .text-center{text-align:center}#lfb_bootstraped.lfb_bootstraped .text-justify,.bootstrap-datetimepicker-widget .text-justify{text-align:justify}#lfb_bootstraped.lfb_bootstraped .text-nowrap,.bootstrap-datetimepicker-widget .text-nowrap{white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .text-lowercase,.bootstrap-datetimepicker-widget .text-lowercase{text-transform:lowercase}#lfb_bootstraped.lfb_bootstraped .text-uppercase,.bootstrap-datetimepicker-widget .text-uppercase{text-transform:uppercase}#lfb_bootstraped.lfb_bootstraped .text-capitalize,.bootstrap-datetimepicker-widget .text-capitalize{text-transform:capitalize}#lfb_bootstraped.lfb_bootstraped .text-muted,.bootstrap-datetimepicker-widget .text-muted{color:#777}#lfb_bootstraped.lfb_bootstraped .text-primary,.bootstrap-datetimepicker-widget .text-primary{color:#428bca}a#lfb_bootstraped.lfb_bootstraped .text-primary:hover,a.bootstrap-datetimepicker-widget .text-primary:hover{color:#3071a9}#lfb_bootstraped.lfb_bootstraped .text-success,.bootstrap-datetimepicker-widget .text-success{color:#3c763d}a#lfb_bootstraped.lfb_bootstraped .text-success:hover,a.bootstrap-datetimepicker-widget .text-success:hover{color:#2b542c}#lfb_bootstraped.lfb_bootstraped .text-info,.bootstrap-datetimepicker-widget .text-info{color:#31708f}a#lfb_bootstraped.lfb_bootstraped .text-info:hover,a.bootstrap-datetimepicker-widget .text-info:hover{color:#245269}#lfb_bootstraped.lfb_bootstraped .text-warning,.bootstrap-datetimepicker-widget .text-warning{color:#8a6d3b}a#lfb_bootstraped.lfb_bootstraped .text-warning:hover,a.bootstrap-datetimepicker-widget .text-warning:hover{color:#66512c}#lfb_bootstraped.lfb_bootstraped .text-danger,.bootstrap-datetimepicker-widget .text-danger{color:#a94442}a#lfb_bootstraped.lfb_bootstraped .text-danger:hover,a.bootstrap-datetimepicker-widget .text-danger:hover{color:#843534}#lfb_bootstraped.lfb_bootstraped .bg-primary,.bootstrap-datetimepicker-widget .bg-primary{color:#fff;background-color:#428bca}a#lfb_bootstraped.lfb_bootstraped .bg-primary:hover,a.bootstrap-datetimepicker-widget .bg-primary:hover{background-color:#3071a9}#lfb_bootstraped.lfb_bootstraped .bg-success,.bootstrap-datetimepicker-widget .bg-success{background-color:#dff0d8}a#lfb_bootstraped.lfb_bootstraped .bg-success:hover,a.bootstrap-datetimepicker-widget .bg-success:hover{background-color:#c1e2b3}#lfb_bootstraped.lfb_bootstraped .bg-info,.bootstrap-datetimepicker-widget .bg-info{background-color:#d9edf7}a#lfb_bootstraped.lfb_bootstraped .bg-info:hover,a.bootstrap-datetimepicker-widget .bg-info:hover{background-color:#afd9ee}#lfb_bootstraped.lfb_bootstraped .bg-warning,.bootstrap-datetimepicker-widget .bg-warning{background-color:#fcf8e3}a#lfb_bootstraped.lfb_bootstraped .bg-warning:hover,a.bootstrap-datetimepicker-widget .bg-warning:hover{background-color:#f7ecb5}#lfb_bootstraped.lfb_bootstraped .bg-danger,.bootstrap-datetimepicker-widget .bg-danger{background-color:#f2dede}a#lfb_bootstraped.lfb_bootstraped .bg-danger:hover,a.bootstrap-datetimepicker-widget .bg-danger:hover{background-color:#e4b9b9}#lfb_bootstraped.lfb_bootstraped .page-header,.bootstrap-datetimepicker-widget .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}#lfb_bootstraped.lfb_bootstraped ul,.bootstrap-datetimepicker-widget ul,#lfb_bootstraped.lfb_bootstraped ol,.bootstrap-datetimepicker-widget ol{margin-top:0;margin-bottom:10px}#lfb_bootstraped.lfb_bootstraped ul ul,.bootstrap-datetimepicker-widget ul ul,#lfb_bootstraped.lfb_bootstraped ol ul,.bootstrap-datetimepicker-widget ol ul,#lfb_bootstraped.lfb_bootstraped ul ol,.bootstrap-datetimepicker-widget ul ol,#lfb_bootstraped.lfb_bootstraped ol ol,.bootstrap-datetimepicker-widget ol ol{margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .list-unstyled,.bootstrap-datetimepicker-widget .list-unstyled{padding-left:0;list-style:none}#lfb_bootstraped.lfb_bootstraped .list-inline,.bootstrap-datetimepicker-widget .list-inline{padding-left:0;list-style:none;margin-left:-5px}#lfb_bootstraped.lfb_bootstraped .list-inline>li,.bootstrap-datetimepicker-widget .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}#lfb_bootstraped.lfb_bootstraped dl,.bootstrap-datetimepicker-widget dl{margin-top:0;margin-bottom:20px}#lfb_bootstraped.lfb_bootstraped dt,.bootstrap-datetimepicker-widget dt,#lfb_bootstraped.lfb_bootstraped dd,.bootstrap-datetimepicker-widget dd{line-height:1.428571429}#lfb_bootstraped.lfb_bootstraped dt,.bootstrap-datetimepicker-widget dt{font-weight:700}#lfb_bootstraped.lfb_bootstraped dd,.bootstrap-datetimepicker-widget dd{margin-left:0}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .dl-horizontal dt,.bootstrap-datetimepicker-widget .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .dl-horizontal dd,.bootstrap-datetimepicker-widget .dl-horizontal dd{margin-left:180px}}#lfb_bootstraped.lfb_bootstraped abbr[title],.bootstrap-datetimepicker-widget abbr[title],#lfb_bootstraped.lfb_bootstraped abbr[data-original-title],.bootstrap-datetimepicker-widget abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}#lfb_bootstraped.lfb_bootstraped .initialism,.bootstrap-datetimepicker-widget .initialism{font-size:90%;text-transform:uppercase}#lfb_bootstraped.lfb_bootstraped blockquote,.bootstrap-datetimepicker-widget blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}#lfb_bootstraped.lfb_bootstraped blockquote p:last-child,.bootstrap-datetimepicker-widget blockquote p:last-child,#lfb_bootstraped.lfb_bootstraped blockquote ul:last-child,.bootstrap-datetimepicker-widget blockquote ul:last-child,#lfb_bootstraped.lfb_bootstraped blockquote ol:last-child,.bootstrap-datetimepicker-widget blockquote ol:last-child{margin-bottom:0}#lfb_bootstraped.lfb_bootstraped blockquote footer,.bootstrap-datetimepicker-widget blockquote footer,#lfb_bootstraped.lfb_bootstraped blockquote small,.bootstrap-datetimepicker-widget blockquote small,#lfb_bootstraped.lfb_bootstraped blockquote .small,.bootstrap-datetimepicker-widget blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#777}#lfb_bootstraped.lfb_bootstraped blockquote footer:before,.bootstrap-datetimepicker-widget blockquote footer:before,#lfb_bootstraped.lfb_bootstraped blockquote small:before,.bootstrap-datetimepicker-widget blockquote small:before,#lfb_bootstraped.lfb_bootstraped blockquote .small:before,.bootstrap-datetimepicker-widget blockquote .small:before{content:'\2014 \00A0'}#lfb_bootstraped.lfb_bootstraped .blockquote-reverse,.bootstrap-datetimepicker-widget .blockquote-reverse,#lfb_bootstraped.lfb_bootstraped blockquote.pull-right,.bootstrap-datetimepicker-widget blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}#lfb_bootstraped.lfb_bootstraped .blockquote-reverse footer:before,.bootstrap-datetimepicker-widget .blockquote-reverse footer:before,#lfb_bootstraped.lfb_bootstraped blockquote.pull-right footer:before,.bootstrap-datetimepicker-widget blockquote.pull-right footer:before,#lfb_bootstraped.lfb_bootstraped .blockquote-reverse small:before,.bootstrap-datetimepicker-widget .blockquote-reverse small:before,#lfb_bootstraped.lfb_bootstraped blockquote.pull-right small:before,.bootstrap-datetimepicker-widget blockquote.pull-right small:before,#lfb_bootstraped.lfb_bootstraped .blockquote-reverse .small:before,.bootstrap-datetimepicker-widget .blockquote-reverse .small:before,#lfb_bootstraped.lfb_bootstraped blockquote.pull-right .small:before,.bootstrap-datetimepicker-widget blockquote.pull-right .small:before{content:''}#lfb_bootstraped.lfb_bootstraped .blockquote-reverse footer:after,.bootstrap-datetimepicker-widget .blockquote-reverse footer:after,#lfb_bootstraped.lfb_bootstraped blockquote.pull-right footer:after,.bootstrap-datetimepicker-widget blockquote.pull-right footer:after,#lfb_bootstraped.lfb_bootstraped .blockquote-reverse small:after,.bootstrap-datetimepicker-widget .blockquote-reverse small:after,#lfb_bootstraped.lfb_bootstraped blockquote.pull-right small:after,.bootstrap-datetimepicker-widget blockquote.pull-right small:after,#lfb_bootstraped.lfb_bootstraped .blockquote-reverse .small:after,.bootstrap-datetimepicker-widget .blockquote-reverse .small:after,#lfb_bootstraped.lfb_bootstraped blockquote.pull-right .small:after,.bootstrap-datetimepicker-widget blockquote.pull-right .small:after{content:'\00A0 \2014'}#lfb_bootstraped.lfb_bootstraped blockquote:before,.bootstrap-datetimepicker-widget blockquote:before,#lfb_bootstraped.lfb_bootstraped blockquote:after,.bootstrap-datetimepicker-widget blockquote:after{content:""}#lfb_bootstraped.lfb_bootstraped address,.bootstrap-datetimepicker-widget address{margin-bottom:20px;font-style:normal;line-height:1.428571429}#lfb_bootstraped.lfb_bootstraped code,.bootstrap-datetimepicker-widget code,#lfb_bootstraped.lfb_bootstraped kbd,.bootstrap-datetimepicker-widget kbd,#lfb_bootstraped.lfb_bootstraped pre,.bootstrap-datetimepicker-widget pre,#lfb_bootstraped.lfb_bootstraped samp,.bootstrap-datetimepicker-widget samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}#lfb_bootstraped.lfb_bootstraped code,.bootstrap-datetimepicker-widget code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}#lfb_bootstraped.lfb_bootstraped kbd,.bootstrap-datetimepicker-widget kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}#lfb_bootstraped.lfb_bootstraped kbd kbd,.bootstrap-datetimepicker-widget kbd kbd{padding:0;font-size:100%;box-shadow:none}#lfb_bootstraped.lfb_bootstraped pre,.bootstrap-datetimepicker-widget pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}#lfb_bootstraped.lfb_bootstraped pre code,.bootstrap-datetimepicker-widget pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}#lfb_bootstraped.lfb_bootstraped .pre-scrollable,.bootstrap-datetimepicker-widget .pre-scrollable{max-height:340px;overflow-y:scroll}#lfb_bootstraped.lfb_bootstraped .container,.bootstrap-datetimepicker-widget .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .container,.bootstrap-datetimepicker-widget .container{width:750px}}@media(min-width:992px){#lfb_bootstraped.lfb_bootstraped .container,.bootstrap-datetimepicker-widget .container{width:970px}}@media(min-width:1200px){#lfb_bootstraped.lfb_bootstraped .container,.bootstrap-datetimepicker-widget .container{width:1170px}}#lfb_bootstraped.lfb_bootstraped .container-fluid,.bootstrap-datetimepicker-widget .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}#lfb_bootstraped.lfb_bootstraped .row,.bootstrap-datetimepicker-widget .row{margin-left:-15px;margin-right:-15px}#lfb_bootstraped.lfb_bootstraped .col-xs-1,#lfb_bootstraped.lfb_bootstraped .col-sm-1,#lfb_bootstraped.lfb_bootstraped .col-md-1,#lfb_bootstraped.lfb_bootstraped .col-lg-1,#lfb_bootstraped.lfb_bootstraped .col-xs-2,#lfb_bootstraped.lfb_bootstraped .col-sm-2,#lfb_bootstraped.lfb_bootstraped .col-md-2,#lfb_bootstraped.lfb_bootstraped .col-lg-2,#lfb_bootstraped.lfb_bootstraped .col-xs-3,#lfb_bootstraped.lfb_bootstraped .col-sm-3,#lfb_bootstraped.lfb_bootstraped.col-md-3,#lfb_bootstraped.lfb_bootstraped .col-lg-3,#lfb_bootstraped.lfb_bootstraped .col-xs-4,#lfb_bootstraped.lfb_bootstraped .col-sm-4,#lfb_bootstraped.lfb_bootstraped .col-md-4,#lfb_bootstraped.lfb_bootstraped .col-lg-4,#lfb_bootstraped.lfb_bootstraped .col-xs-5,#lfb_bootstraped.lfb_bootstraped .col-sm-5,#lfb_bootstraped.lfb_bootstraped .col-md-5,#lfb_bootstraped.lfb_bootstraped .col-lg-5,#lfb_bootstraped.lfb_bootstraped .col-xs-6,#lfb_bootstraped.lfb_bootstraped .col-sm-6,#lfb_bootstraped.lfb_bootstraped .col-md-6,#lfb_bootstraped.lfb_bootstraped .col-lg-6,#lfb_bootstraped.lfb_bootstraped .col-xs-7,#lfb_bootstraped.lfb_bootstraped .col-sm-7,#lfb_bootstraped.lfb_bootstraped .col-md-7,#lfb_bootstraped.lfb_bootstraped .col-lg-7,#lfb_bootstraped.lfb_bootstraped .col-xs-8,#lfb_bootstraped.lfb_bootstraped .col-sm-8,#lfb_bootstraped.lfb_bootstraped .col-md-8,#lfb_bootstraped.lfb_bootstraped .col-lg-8,#lfb_bootstraped.lfb_bootstraped .col-xs-9,#lfb_bootstraped.lfb_bootstraped .col-sm-9,#lfb_bootstraped.lfb_bootstraped .col-md-9,#lfb_bootstraped.lfb_bootstraped .col-lg-9,#lfb_bootstraped.lfb_bootstraped .col-xs-10,#lfb_bootstraped.lfb_bootstraped .col-sm-10,#lfb_bootstraped.lfb_bootstraped .col-md-10,#lfb_bootstraped.lfb_bootstraped .col-lg-10,#lfb_bootstraped.lfb_bootstraped .col-xs-11,#lfb_bootstraped.lfb_bootstraped .col-sm-11,#lfb_bootstraped.lfb_bootstraped .col-md-11,#lfb_bootstraped.lfb_bootstraped .col-lg-11,#lfb_bootstraped.lfb_bootstraped .col-xs-12,#lfb_bootstraped.lfb_bootstraped .col-sm-12,#lfb_bootstraped.lfb_bootstraped .col-md-12,#lfb_bootstraped.lfb_bootstraped .col-lg-12,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .col-xs-1,#lfb_bootstraped.lfb_bootstraped .col-sm-1,#lfb_bootstraped.lfb_bootstraped .col-md-1,#lfb_bootstraped.lfb_bootstraped .col-lg-1,#lfb_bootstraped.lfb_bootstraped .col-xs-2,#lfb_bootstraped.lfb_bootstraped .col-sm-2,#lfb_bootstraped.lfb_bootstraped .col-md-2,#lfb_bootstraped.lfb_bootstraped .col-lg-2,#lfb_bootstraped.lfb_bootstraped .col-xs-3,#lfb_bootstraped.lfb_bootstraped .col-sm-3,#lfb_bootstraped.lfb_bootstraped .col-md-3,#lfb_bootstraped.lfb_bootstraped .col-lg-3,#lfb_bootstraped.lfb_bootstraped .col-xs-4,#lfb_bootstraped.lfb_bootstraped .col-sm-4,#lfb_bootstraped.lfb_bootstraped .col-md-4,#lfb_bootstraped.lfb_bootstraped .col-lg-4,#lfb_bootstraped.lfb_bootstraped .col-xs-5,#lfb_bootstraped.lfb_bootstraped .col-sm-5,#lfb_bootstraped.lfb_bootstraped .col-md-5,#lfb_bootstraped.lfb_bootstraped .col-lg-5,#lfb_bootstraped.lfb_bootstraped .col-xs-6,#lfb_bootstraped.lfb_bootstraped .col-sm-6,#lfb_bootstraped.lfb_bootstraped .col-md-6,#lfb_bootstraped.lfb_bootstraped .col-lg-6,#lfb_bootstraped.lfb_bootstraped .col-xs-7,#lfb_bootstraped.lfb_bootstraped .col-sm-7,#lfb_bootstraped.lfb_bootstraped .col-md-7,#lfb_bootstraped.lfb_bootstraped .col-lg-7,#lfb_bootstraped.lfb_bootstraped .col-xs-8,#lfb_bootstraped.lfb_bootstraped .col-sm-8,#lfb_bootstraped.lfb_bootstraped .col-md-8,#lfb_bootstraped.lfb_bootstraped .col-lg-8,#lfb_bootstraped.lfb_bootstraped .col-xs-9,#lfb_bootstraped.lfb_bootstraped .col-sm-9,#lfb_bootstraped.lfb_bootstraped .col-md-9,#lfb_bootstraped.lfb_bootstraped .col-lg-9,#lfb_bootstraped.lfb_bootstraped .col-xs-10,#lfb_bootstraped.lfb_bootstraped .col-sm-10,#lfb_bootstraped.lfb_bootstraped .col-md-10,#lfb_bootstraped.lfb_bootstraped .col-lg-10,#lfb_bootstraped.lfb_bootstraped .col-xs-11,#lfb_bootstraped.lfb_bootstraped .col-sm-11,#lfb_bootstraped.lfb_bootstraped .col-md-11,#lfb_bootstraped.lfb_bootstraped .col-lg-11,#lfb_bootstraped.lfb_bootstraped .col-xs-12,#lfb_bootstraped.lfb_bootstraped .col-sm-12,#lfb_bootstraped.lfb_bootstraped .col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}#lfb_bootstraped.lfb_bootstraped .col-xs-1,#lfb_bootstraped.lfb_bootstraped .col-xs-2,#lfb_bootstraped.lfb_bootstraped .col-xs-3,#lfb_bootstraped.lfb_bootstraped .col-xs-4,#lfb_bootstraped.lfb_bootstraped .col-xs-5,#lfb_bootstraped.lfb_bootstraped .col-xs-6,#lfb_bootstraped.lfb_bootstraped .col-xs-7,#lfb_bootstraped.lfb_bootstraped .col-xs-8,#lfb_bootstraped.lfb_bootstraped .col-xs-9,#lfb_bootstraped.lfb_bootstraped .col-xs-10,#lfb_bootstraped.lfb_bootstraped .col-xs-11,#lfb_bootstraped.lfb_bootstraped .col-xs-12,.bootstrap-datetimepicker-widget .col-xs-1,#lfb_bootstraped.lfb_bootstraped .col-xs-2,#lfb_bootstraped.lfb_bootstraped .col-xs-3,#lfb_bootstraped.lfb_bootstraped .col-xs-4,#lfb_bootstraped.lfb_bootstraped .col-xs-5,#lfb_bootstraped.lfb_bootstraped.col-xs-6,#lfb_bootstraped.lfb_bootstraped .col-xs-7,#lfb_bootstraped.lfb_bootstraped .col-xs-8,#lfb_bootstraped.lfb_bootstraped .col-xs-9,#lfb_bootstraped.lfb_bootstraped .col-xs-10,#lfb_bootstraped.lfb_bootstraped.col-xs-11,#lfb_bootstraped.lfb_bootstraped .col-xs-12{float:left}#lfb_bootstraped.lfb_bootstraped .col-xs-12,.bootstrap-datetimepicker-widget .col-xs-12{width:100%}#lfb_bootstraped.lfb_bootstraped .col-xs-11,.bootstrap-datetimepicker-widget .col-xs-11{width:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-10,.bootstrap-datetimepicker-widget .col-xs-10{width:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-9,.bootstrap-datetimepicker-widget .col-xs-9{width:75%}#lfb_bootstraped.lfb_bootstraped .col-xs-8,.bootstrap-datetimepicker-widget .col-xs-8{width:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-7,.bootstrap-datetimepicker-widget .col-xs-7{width:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-6,.bootstrap-datetimepicker-widget .col-xs-6{width:50%}#lfb_bootstraped.lfb_bootstraped .col-xs-5,.bootstrap-datetimepicker-widget .col-xs-5{width:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-4,.bootstrap-datetimepicker-widget .col-xs-4{width:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-3,.bootstrap-datetimepicker-widget .col-xs-3{width:25%}#lfb_bootstraped.lfb_bootstraped .col-xs-2,.bootstrap-datetimepicker-widget .col-xs-2{width:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-1,.bootstrap-datetimepicker-widget .col-xs-1{width:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-12,.bootstrap-datetimepicker-widget .col-xs-pull-12{right:100%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-11,.bootstrap-datetimepicker-widget .col-xs-pull-11{right:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-10,.bootstrap-datetimepicker-widget .col-xs-pull-10{right:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-9,.bootstrap-datetimepicker-widget .col-xs-pull-9{right:75%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-8,.bootstrap-datetimepicker-widget .col-xs-pull-8{right:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-7,.bootstrap-datetimepicker-widget .col-xs-pull-7{right:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-6,.bootstrap-datetimepicker-widget .col-xs-pull-6{right:50%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-5,.bootstrap-datetimepicker-widget .col-xs-pull-5{right:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-4,.bootstrap-datetimepicker-widget .col-xs-pull-4{right:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-3,.bootstrap-datetimepicker-widget .col-xs-pull-3{right:25%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-2,.bootstrap-datetimepicker-widget .col-xs-pull-2{right:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-1,.bootstrap-datetimepicker-widget .col-xs-pull-1{right:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-pull-0,.bootstrap-datetimepicker-widget .col-xs-pull-0{right:auto}#lfb_bootstraped.lfb_bootstraped .col-xs-push-12,.bootstrap-datetimepicker-widget .col-xs-push-12{left:100%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-11,.bootstrap-datetimepicker-widget .col-xs-push-11{left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-10,.bootstrap-datetimepicker-widget .col-xs-push-10{left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-9,.bootstrap-datetimepicker-widget .col-xs-push-9{left:75%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-8,.bootstrap-datetimepicker-widget .col-xs-push-8{left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-7,.bootstrap-datetimepicker-widget .col-xs-push-7{left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-6,.bootstrap-datetimepicker-widget .col-xs-push-6{left:50%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-5,.bootstrap-datetimepicker-widget .col-xs-push-5{left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-4,.bootstrap-datetimepicker-widget .col-xs-push-4{left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-3,.bootstrap-datetimepicker-widget .col-xs-push-3{left:25%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-2,.bootstrap-datetimepicker-widget .col-xs-push-2{left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-1,.bootstrap-datetimepicker-widget .col-xs-push-1{left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-push-0,.bootstrap-datetimepicker-widget .col-xs-push-0{left:auto}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-12,.bootstrap-datetimepicker-widget .col-xs-offset-12{margin-left:100%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-11,.bootstrap-datetimepicker-widget .col-xs-offset-11{margin-left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-10,.bootstrap-datetimepicker-widget .col-xs-offset-10{margin-left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-9,.bootstrap-datetimepicker-widget .col-xs-offset-9{margin-left:75%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-8,.bootstrap-datetimepicker-widget .col-xs-offset-8{margin-left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-7,.bootstrap-datetimepicker-widget .col-xs-offset-7{margin-left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-6,.bootstrap-datetimepicker-widget .col-xs-offset-6{margin-left:50%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-5,.bootstrap-datetimepicker-widget .col-xs-offset-5{margin-left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-4,.bootstrap-datetimepicker-widget .col-xs-offset-4{margin-left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-3,.bootstrap-datetimepicker-widget .col-xs-offset-3{margin-left:25%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-2,.bootstrap-datetimepicker-widget .col-xs-offset-2{margin-left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-1,.bootstrap-datetimepicker-widget .col-xs-offset-1{margin-left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-xs-offset-0,.bootstrap-datetimepicker-widget .col-xs-offset-0{margin-left:0}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.bootstrap-datetimepicker-widget .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}#lfb_bootstraped.lfb_bootstraped .col-sm-12,.bootstrap-datetimepicker-widget .col-sm-12{width:100%}#lfb_bootstraped.lfb_bootstraped .col-sm-11,.bootstrap-datetimepicker-widget .col-sm-11{width:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-10,.bootstrap-datetimepicker-widget .col-sm-10{width:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-9,.bootstrap-datetimepicker-widget .col-sm-9{width:75%}#lfb_bootstraped.lfb_bootstraped .col-sm-8,.bootstrap-datetimepicker-widget .col-sm-8{width:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-7,.bootstrap-datetimepicker-widget .col-sm-7{width:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-6,.bootstrap-datetimepicker-widget .col-sm-6{width:50%}#lfb_bootstraped.lfb_bootstraped .col-sm-5,.bootstrap-datetimepicker-widget .col-sm-5{width:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-4,.bootstrap-datetimepicker-widget .col-sm-4{width:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-3,.bootstrap-datetimepicker-widget .col-sm-3{width:25%}#lfb_bootstraped.lfb_bootstraped .col-sm-2,.bootstrap-datetimepicker-widget .col-sm-2{width:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-1,.bootstrap-datetimepicker-widget .col-sm-1{width:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-12,.bootstrap-datetimepicker-widget .col-sm-pull-12{right:100%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-11,.bootstrap-datetimepicker-widget .col-sm-pull-11{right:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-10,.bootstrap-datetimepicker-widget .col-sm-pull-10{right:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-9,.bootstrap-datetimepicker-widget .col-sm-pull-9{right:75%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-8,.bootstrap-datetimepicker-widget .col-sm-pull-8{right:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-7,.bootstrap-datetimepicker-widget .col-sm-pull-7{right:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-6,.bootstrap-datetimepicker-widget .col-sm-pull-6{right:50%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-5,.bootstrap-datetimepicker-widget .col-sm-pull-5{right:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-4,.bootstrap-datetimepicker-widget .col-sm-pull-4{right:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-3,.bootstrap-datetimepicker-widget .col-sm-pull-3{right:25%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-2,.bootstrap-datetimepicker-widget .col-sm-pull-2{right:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-1,.bootstrap-datetimepicker-widget .col-sm-pull-1{right:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-pull-0,.bootstrap-datetimepicker-widget .col-sm-pull-0{right:auto}#lfb_bootstraped.lfb_bootstraped .col-sm-push-12,.bootstrap-datetimepicker-widget .col-sm-push-12{left:100%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-11,.bootstrap-datetimepicker-widget .col-sm-push-11{left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-10,.bootstrap-datetimepicker-widget .col-sm-push-10{left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-9,.bootstrap-datetimepicker-widget .col-sm-push-9{left:75%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-8,.bootstrap-datetimepicker-widget .col-sm-push-8{left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-7,.bootstrap-datetimepicker-widget .col-sm-push-7{left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-6,.bootstrap-datetimepicker-widget .col-sm-push-6{left:50%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-5,.bootstrap-datetimepicker-widget .col-sm-push-5{left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-4,.bootstrap-datetimepicker-widget .col-sm-push-4{left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-3,.bootstrap-datetimepicker-widget .col-sm-push-3{left:25%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-2,.bootstrap-datetimepicker-widget .col-sm-push-2{left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-1,.bootstrap-datetimepicker-widget .col-sm-push-1{left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-push-0,.bootstrap-datetimepicker-widget .col-sm-push-0{left:auto}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-12,.bootstrap-datetimepicker-widget .col-sm-offset-12{margin-left:100%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-11,.bootstrap-datetimepicker-widget .col-sm-offset-11{margin-left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-10,.bootstrap-datetimepicker-widget .col-sm-offset-10{margin-left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-9,.bootstrap-datetimepicker-widget .col-sm-offset-9{margin-left:75%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-8,.bootstrap-datetimepicker-widget .col-sm-offset-8{margin-left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-7,.bootstrap-datetimepicker-widget .col-sm-offset-7{margin-left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-6,.bootstrap-datetimepicker-widget .col-sm-offset-6{margin-left:50%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-5,.bootstrap-datetimepicker-widget .col-sm-offset-5{margin-left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-4,.bootstrap-datetimepicker-widget .col-sm-offset-4{margin-left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-3,.bootstrap-datetimepicker-widget .col-sm-offset-3{margin-left:25%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-2,.bootstrap-datetimepicker-widget .col-sm-offset-2{margin-left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-1,.bootstrap-datetimepicker-widget .col-sm-offset-1{margin-left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-sm-offset-0,.bootstrap-datetimepicker-widget .col-sm-offset-0{margin-left:0}}@media(min-width:992px){#lfb_bootstraped.lfb_bootstraped .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.bootstrap-datetimepicker-widget .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}#lfb_bootstraped.lfb_bootstraped .col-md-12,.bootstrap-datetimepicker-widget .col-md-12{width:100%}#lfb_bootstraped.lfb_bootstraped .col-md-11,.bootstrap-datetimepicker-widget .col-md-11{width:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-10,.bootstrap-datetimepicker-widget .col-md-10{width:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-9,.bootstrap-datetimepicker-widget .col-md-9{width:75%}#lfb_bootstraped.lfb_bootstraped .col-md-8,.bootstrap-datetimepicker-widget .col-md-8{width:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-7,.bootstrap-datetimepicker-widget .col-md-7{width:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-6,.bootstrap-datetimepicker-widget .col-md-6{width:50%}#lfb_bootstraped.lfb_bootstraped .col-md-5,.bootstrap-datetimepicker-widget .col-md-5{width:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-4,.bootstrap-datetimepicker-widget .col-md-4{width:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-3,.bootstrap-datetimepicker-widget .col-md-3{width:25%}#lfb_bootstraped.lfb_bootstraped .col-md-2,.bootstrap-datetimepicker-widget .col-md-2{width:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-1,.bootstrap-datetimepicker-widget .col-md-1{width:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-12,.bootstrap-datetimepicker-widget .col-md-pull-12{right:100%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-11,.bootstrap-datetimepicker-widget .col-md-pull-11{right:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-10,.bootstrap-datetimepicker-widget .col-md-pull-10{right:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-9,.bootstrap-datetimepicker-widget .col-md-pull-9{right:75%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-8,.bootstrap-datetimepicker-widget .col-md-pull-8{right:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-7,.bootstrap-datetimepicker-widget .col-md-pull-7{right:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-6,.bootstrap-datetimepicker-widget .col-md-pull-6{right:50%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-5,.bootstrap-datetimepicker-widget .col-md-pull-5{right:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-4,.bootstrap-datetimepicker-widget .col-md-pull-4{right:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-3,.bootstrap-datetimepicker-widget .col-md-pull-3{right:25%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-2,.bootstrap-datetimepicker-widget .col-md-pull-2{right:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-1,.bootstrap-datetimepicker-widget .col-md-pull-1{right:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-pull-0,.bootstrap-datetimepicker-widget .col-md-pull-0{right:auto}#lfb_bootstraped.lfb_bootstraped .col-md-push-12,.bootstrap-datetimepicker-widget .col-md-push-12{left:100%}#lfb_bootstraped.lfb_bootstraped .col-md-push-11,.bootstrap-datetimepicker-widget .col-md-push-11{left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-push-10,.bootstrap-datetimepicker-widget .col-md-push-10{left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-push-9,.bootstrap-datetimepicker-widget .col-md-push-9{left:75%}#lfb_bootstraped.lfb_bootstraped .col-md-push-8,.bootstrap-datetimepicker-widget .col-md-push-8{left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-push-7,.bootstrap-datetimepicker-widget .col-md-push-7{left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-push-6,.bootstrap-datetimepicker-widget .col-md-push-6{left:50%}#lfb_bootstraped.lfb_bootstraped .col-md-push-5,.bootstrap-datetimepicker-widget .col-md-push-5{left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-push-4,.bootstrap-datetimepicker-widget .col-md-push-4{left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-push-3,.bootstrap-datetimepicker-widget .col-md-push-3{left:25%}#lfb_bootstraped.lfb_bootstraped .col-md-push-2,.bootstrap-datetimepicker-widget .col-md-push-2{left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-push-1,.bootstrap-datetimepicker-widget .col-md-push-1{left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-push-0,.bootstrap-datetimepicker-widget .col-md-push-0{left:auto}#lfb_bootstraped.lfb_bootstraped .col-md-offset-12,.bootstrap-datetimepicker-widget .col-md-offset-12{margin-left:100%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-11,.bootstrap-datetimepicker-widget .col-md-offset-11{margin-left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-10,.bootstrap-datetimepicker-widget .col-md-offset-10{margin-left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-9,.bootstrap-datetimepicker-widget .col-md-offset-9{margin-left:75%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-8,.bootstrap-datetimepicker-widget .col-md-offset-8{margin-left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-7,.bootstrap-datetimepicker-widget .col-md-offset-7{margin-left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-6,.bootstrap-datetimepicker-widget .col-md-offset-6{margin-left:50%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-5,.bootstrap-datetimepicker-widget .col-md-offset-5{margin-left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-4,.bootstrap-datetimepicker-widget .col-md-offset-4{margin-left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-3,.bootstrap-datetimepicker-widget .col-md-offset-3{margin-left:25%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-2,.bootstrap-datetimepicker-widget .col-md-offset-2{margin-left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-1,.bootstrap-datetimepicker-widget .col-md-offset-1{margin-left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-md-offset-0,.bootstrap-datetimepicker-widget .col-md-offset-0{margin-left:0}}@media(min-width:1200px){#lfb_bootstraped.lfb_bootstraped .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.bootstrap-datetimepicker-widget .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}#lfb_bootstraped.lfb_bootstraped .col-lg-12,.bootstrap-datetimepicker-widget .col-lg-12{width:100%}#lfb_bootstraped.lfb_bootstraped .col-lg-11,.bootstrap-datetimepicker-widget .col-lg-11{width:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-10,.bootstrap-datetimepicker-widget .col-lg-10{width:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-9,.bootstrap-datetimepicker-widget .col-lg-9{width:75%}#lfb_bootstraped.lfb_bootstraped .col-lg-8,.bootstrap-datetimepicker-widget .col-lg-8{width:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-7,.bootstrap-datetimepicker-widget .col-lg-7{width:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-6,.bootstrap-datetimepicker-widget .col-lg-6{width:50%}#lfb_bootstraped.lfb_bootstraped .col-lg-5,.bootstrap-datetimepicker-widget .col-lg-5{width:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-4,.bootstrap-datetimepicker-widget .col-lg-4{width:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-3,.bootstrap-datetimepicker-widget .col-lg-3{width:25%}#lfb_bootstraped.lfb_bootstraped .col-lg-2,.bootstrap-datetimepicker-widget .col-lg-2{width:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-1,.bootstrap-datetimepicker-widget .col-lg-1{width:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-12,.bootstrap-datetimepicker-widget .col-lg-pull-12{right:100%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-11,.bootstrap-datetimepicker-widget .col-lg-pull-11{right:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-10,.bootstrap-datetimepicker-widget .col-lg-pull-10{right:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-9,.bootstrap-datetimepicker-widget .col-lg-pull-9{right:75%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-8,.bootstrap-datetimepicker-widget .col-lg-pull-8{right:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-7,.bootstrap-datetimepicker-widget .col-lg-pull-7{right:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-6,.bootstrap-datetimepicker-widget .col-lg-pull-6{right:50%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-5,.bootstrap-datetimepicker-widget .col-lg-pull-5{right:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-4,.bootstrap-datetimepicker-widget .col-lg-pull-4{right:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-3,.bootstrap-datetimepicker-widget .col-lg-pull-3{right:25%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-2,.bootstrap-datetimepicker-widget .col-lg-pull-2{right:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-1,.bootstrap-datetimepicker-widget .col-lg-pull-1{right:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-pull-0,.bootstrap-datetimepicker-widget .col-lg-pull-0{right:auto}#lfb_bootstraped.lfb_bootstraped .col-lg-push-12,.bootstrap-datetimepicker-widget .col-lg-push-12{left:100%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-11,.bootstrap-datetimepicker-widget .col-lg-push-11{left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-10,.bootstrap-datetimepicker-widget .col-lg-push-10{left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-9,.bootstrap-datetimepicker-widget .col-lg-push-9{left:75%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-8,.bootstrap-datetimepicker-widget .col-lg-push-8{left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-7,.bootstrap-datetimepicker-widget .col-lg-push-7{left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-6,.bootstrap-datetimepicker-widget .col-lg-push-6{left:50%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-5,.bootstrap-datetimepicker-widget .col-lg-push-5{left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-4,.bootstrap-datetimepicker-widget .col-lg-push-4{left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-3,.bootstrap-datetimepicker-widget .col-lg-push-3{left:25%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-2,.bootstrap-datetimepicker-widget .col-lg-push-2{left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-1,.bootstrap-datetimepicker-widget .col-lg-push-1{left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-push-0,.bootstrap-datetimepicker-widget .col-lg-push-0{left:auto}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-12,.bootstrap-datetimepicker-widget .col-lg-offset-12{margin-left:100%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-11,.bootstrap-datetimepicker-widget .col-lg-offset-11{margin-left:91.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-10,.bootstrap-datetimepicker-widget .col-lg-offset-10{margin-left:83.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-9,.bootstrap-datetimepicker-widget .col-lg-offset-9{margin-left:75%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-8,.bootstrap-datetimepicker-widget .col-lg-offset-8{margin-left:66.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-7,.bootstrap-datetimepicker-widget .col-lg-offset-7{margin-left:58.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-6,.bootstrap-datetimepicker-widget .col-lg-offset-6{margin-left:50%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-5,.bootstrap-datetimepicker-widget .col-lg-offset-5{margin-left:41.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-4,.bootstrap-datetimepicker-widget .col-lg-offset-4{margin-left:33.333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-3,.bootstrap-datetimepicker-widget .col-lg-offset-3{margin-left:25%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-2,.bootstrap-datetimepicker-widget .col-lg-offset-2{margin-left:16.666666666667%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-1,.bootstrap-datetimepicker-widget .col-lg-offset-1{margin-left:8.3333333333333%}#lfb_bootstraped.lfb_bootstraped .col-lg-offset-0,.bootstrap-datetimepicker-widget .col-lg-offset-0{margin-left:0}}#lfb_bootstraped.lfb_bootstraped table,.bootstrap-datetimepicker-widget table{background-color:transparent}#lfb_bootstraped.lfb_bootstraped th,.bootstrap-datetimepicker-widget th{text-align:left}#lfb_bootstraped.lfb_bootstraped .table,.bootstrap-datetimepicker-widget .table{width:100%;max-width:100%;margin-bottom:20px}#lfb_bootstraped.lfb_bootstraped .table>thead>tr>th,.bootstrap-datetimepicker-widget .table>thead>tr>th,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>th,.bootstrap-datetimepicker-widget .table>tbody>tr>th,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>th,.bootstrap-datetimepicker-widget .table>tfoot>tr>th,#lfb_bootstraped.lfb_bootstraped .table>thead>tr>td,.bootstrap-datetimepicker-widget .table>thead>tr>td,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>td,.bootstrap-datetimepicker-widget .table>tbody>tr>td,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>td,.bootstrap-datetimepicker-widget .table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .table>thead>tr>th,.bootstrap-datetimepicker-widget .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}#lfb_bootstraped.lfb_bootstraped .table>caption+thead>tr:first-child>th,.bootstrap-datetimepicker-widget .table>caption+thead>tr:first-child>th,#lfb_bootstraped.lfb_bootstraped .table>colgroup+thead>tr:first-child>th,.bootstrap-datetimepicker-widget .table>colgroup+thead>tr:first-child>th,#lfb_bootstraped.lfb_bootstraped .table>thead:first-child>tr:first-child>th,.bootstrap-datetimepicker-widget .table>thead:first-child>tr:first-child>th,#lfb_bootstraped.lfb_bootstraped .table>caption+thead>tr:first-child>td,.bootstrap-datetimepicker-widget .table>caption+thead>tr:first-child>td,#lfb_bootstraped.lfb_bootstraped .table>colgroup+thead>tr:first-child>td,.bootstrap-datetimepicker-widget .table>colgroup+thead>tr:first-child>td,#lfb_bootstraped.lfb_bootstraped .table>thead:first-child>tr:first-child>td,.bootstrap-datetimepicker-widget .table>thead:first-child>tr:first-child>td{border-top:0}#lfb_bootstraped.lfb_bootstraped .table>tbody+tbody,.bootstrap-datetimepicker-widget .table>tbody+tbody{border-top:2px solid #ddd}#lfb_bootstraped.lfb_bootstraped .table .table,.bootstrap-datetimepicker-widget .table .table{background-color:#fff}#lfb_bootstraped.lfb_bootstraped .table-condensed>thead>tr>th,.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th,#lfb_bootstraped.lfb_bootstraped .table-condensed>tbody>tr>th,.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>th,#lfb_bootstraped.lfb_bootstraped .table-condensed>tfoot>tr>th,.bootstrap-datetimepicker-widget .table-condensed>tfoot>tr>th,#lfb_bootstraped.lfb_bootstraped .table-condensed>thead>tr>td,.bootstrap-datetimepicker-widget .table-condensed>thead>tr>td,#lfb_bootstraped.lfb_bootstraped .table-condensed>tbody>tr>td,.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>td,#lfb_bootstraped.lfb_bootstraped .table-condensed>tfoot>tr>td,.bootstrap-datetimepicker-widget .table-condensed>tfoot>tr>td{padding:5px}#lfb_bootstraped.lfb_bootstraped .table-bordered,.bootstrap-datetimepicker-widget .table-bordered{border:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .table-bordered>thead>tr>th,.bootstrap-datetimepicker-widget .table-bordered>thead>tr>th,#lfb_bootstraped.lfb_bootstraped .table-bordered>tbody>tr>th,.bootstrap-datetimepicker-widget .table-bordered>tbody>tr>th,#lfb_bootstraped.lfb_bootstraped .table-bordered>tfoot>tr>th,.bootstrap-datetimepicker-widget .table-bordered>tfoot>tr>th,#lfb_bootstraped.lfb_bootstraped .table-bordered>thead>tr>td,.bootstrap-datetimepicker-widget .table-bordered>thead>tr>td,#lfb_bootstraped.lfb_bootstraped .table-bordered>tbody>tr>td,.bootstrap-datetimepicker-widget .table-bordered>tbody>tr>td,#lfb_bootstraped.lfb_bootstraped .table-bordered>tfoot>tr>td,.bootstrap-datetimepicker-widget .table-bordered>tfoot>tr>td{border:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .table-bordered>thead>tr>th,.bootstrap-datetimepicker-widget .table-bordered>thead>tr>th,#lfb_bootstraped.lfb_bootstraped .table-bordered>thead>tr>td,.bootstrap-datetimepicker-widget .table-bordered>thead>tr>td{border-bottom-width:2px}#lfb_bootstraped.lfb_bootstraped .table-striped>tbody>tr:nth-child(odd)>td,.bootstrap-datetimepicker-widget .table-striped>tbody>tr:nth-child(odd)>td,#lfb_bootstraped.lfb_bootstraped .table-striped>tbody>tr:nth-child(odd)>th,.bootstrap-datetimepicker-widget .table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr:hover>td,.bootstrap-datetimepicker-widget .table-hover>tbody>tr:hover>td,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr:hover>th,.bootstrap-datetimepicker-widget .table-hover>tbody>tr:hover>th{background-color:#f5f5f5}#lfb_bootstraped.lfb_bootstraped table col[class*=col-],.bootstrap-datetimepicker-widget table col[class*=col-]{position:static;float:none;display:table-column}#lfb_bootstraped.lfb_bootstraped table td[class*=col-],.bootstrap-datetimepicker-widget table td[class*=col-],#lfb_bootstraped.lfb_bootstraped table th[class*=col-],.bootstrap-datetimepicker-widget table th[class*=col-]{position:static;float:none;display:table-cell}#lfb_bootstraped.lfb_bootstraped .table>thead>tr>td.active,.bootstrap-datetimepicker-widget .table>thead>tr>td.active,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>td.active,.bootstrap-datetimepicker-widget .table>tbody>tr>td.active,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>td.active,.bootstrap-datetimepicker-widget .table>tfoot>tr>td.active,#lfb_bootstraped.lfb_bootstraped .table>thead>tr>th.active,.bootstrap-datetimepicker-widget .table>thead>tr>th.active,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>th.active,.bootstrap-datetimepicker-widget .table>tbody>tr>th.active,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>th.active,.bootstrap-datetimepicker-widget .table>tfoot>tr>th.active,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.active>td,.bootstrap-datetimepicker-widget .table>thead>tr.active>td,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.active>td,.bootstrap-datetimepicker-widget .table>tbody>tr.active>td,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.active>td,.bootstrap-datetimepicker-widget .table>tfoot>tr.active>td,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.active>th,.bootstrap-datetimepicker-widget .table>thead>tr.active>th,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.active>th,.bootstrap-datetimepicker-widget .table>tbody>tr.active>th,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.active>th,.bootstrap-datetimepicker-widget .table>tfoot>tr.active>th{background-color:#f5f5f5}#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>td.active:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>td.active:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>th.active:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>th.active:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.active:hover>td,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.active:hover>td,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr:hover>.active,.bootstrap-datetimepicker-widget .table-hover>tbody>tr:hover>.active,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.active:hover>th,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}#lfb_bootstraped.lfb_bootstraped .table>thead>tr>td.success,.bootstrap-datetimepicker-widget .table>thead>tr>td.success,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>td.success,.bootstrap-datetimepicker-widget .table>tbody>tr>td.success,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>td.success,.bootstrap-datetimepicker-widget .table>tfoot>tr>td.success,#lfb_bootstraped.lfb_bootstraped .table>thead>tr>th.success,.bootstrap-datetimepicker-widget .table>thead>tr>th.success,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>th.success,.bootstrap-datetimepicker-widget .table>tbody>tr>th.success,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>th.success,.bootstrap-datetimepicker-widget .table>tfoot>tr>th.success,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.success>td,.bootstrap-datetimepicker-widget .table>thead>tr.success>td,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.success>td,.bootstrap-datetimepicker-widget .table>tbody>tr.success>td,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.success>td,.bootstrap-datetimepicker-widget .table>tfoot>tr.success>td,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.success>th,.bootstrap-datetimepicker-widget .table>thead>tr.success>th,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.success>th,.bootstrap-datetimepicker-widget .table>tbody>tr.success>th,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.success>th,.bootstrap-datetimepicker-widget .table>tfoot>tr.success>th{background-color:#dff0d8}#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>td.success:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>td.success:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>th.success:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>th.success:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.success:hover>td,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.success:hover>td,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr:hover>.success,.bootstrap-datetimepicker-widget .table-hover>tbody>tr:hover>.success,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.success:hover>th,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}#lfb_bootstraped.lfb_bootstraped .table>thead>tr>td.info,.bootstrap-datetimepicker-widget .table>thead>tr>td.info,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>td.info,.bootstrap-datetimepicker-widget .table>tbody>tr>td.info,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>td.info,.bootstrap-datetimepicker-widget .table>tfoot>tr>td.info,#lfb_bootstraped.lfb_bootstraped .table>thead>tr>th.info,.bootstrap-datetimepicker-widget .table>thead>tr>th.info,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>th.info,.bootstrap-datetimepicker-widget .table>tbody>tr>th.info,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>th.info,.bootstrap-datetimepicker-widget .table>tfoot>tr>th.info,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.info>td,.bootstrap-datetimepicker-widget .table>thead>tr.info>td,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.info>td,.bootstrap-datetimepicker-widget .table>tbody>tr.info>td,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.info>td,.bootstrap-datetimepicker-widget .table>tfoot>tr.info>td,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.info>th,.bootstrap-datetimepicker-widget .table>thead>tr.info>th,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.info>th,.bootstrap-datetimepicker-widget .table>tbody>tr.info>th,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.info>th,.bootstrap-datetimepicker-widget .table>tfoot>tr.info>th{background-color:#d9edf7}#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>td.info:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>td.info:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>th.info:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>th.info:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.info:hover>td,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.info:hover>td,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr:hover>.info,.bootstrap-datetimepicker-widget .table-hover>tbody>tr:hover>.info,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.info:hover>th,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}#lfb_bootstraped.lfb_bootstraped .table>thead>tr>td.warning,.bootstrap-datetimepicker-widget .table>thead>tr>td.warning,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>td.warning,.bootstrap-datetimepicker-widget .table>tbody>tr>td.warning,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>td.warning,.bootstrap-datetimepicker-widget .table>tfoot>tr>td.warning,#lfb_bootstraped.lfb_bootstraped .table>thead>tr>th.warning,.bootstrap-datetimepicker-widget .table>thead>tr>th.warning,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>th.warning,.bootstrap-datetimepicker-widget .table>tbody>tr>th.warning,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>th.warning,.bootstrap-datetimepicker-widget .table>tfoot>tr>th.warning,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.warning>td,.bootstrap-datetimepicker-widget .table>thead>tr.warning>td,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.warning>td,.bootstrap-datetimepicker-widget .table>tbody>tr.warning>td,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.warning>td,.bootstrap-datetimepicker-widget .table>tfoot>tr.warning>td,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.warning>th,.bootstrap-datetimepicker-widget .table>thead>tr.warning>th,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.warning>th,.bootstrap-datetimepicker-widget .table>tbody>tr.warning>th,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.warning>th,.bootstrap-datetimepicker-widget .table>tfoot>tr.warning>th{background-color:#fcf8e3}#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>td.warning:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>td.warning:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>th.warning:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>th.warning:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.warning:hover>td,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.warning:hover>td,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr:hover>.warning,.bootstrap-datetimepicker-widget .table-hover>tbody>tr:hover>.warning,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.warning:hover>th,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}#lfb_bootstraped.lfb_bootstraped .table>thead>tr>td.danger,.bootstrap-datetimepicker-widget .table>thead>tr>td.danger,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>td.danger,.bootstrap-datetimepicker-widget .table>tbody>tr>td.danger,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>td.danger,.bootstrap-datetimepicker-widget .table>tfoot>tr>td.danger,#lfb_bootstraped.lfb_bootstraped .table>thead>tr>th.danger,.bootstrap-datetimepicker-widget .table>thead>tr>th.danger,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr>th.danger,.bootstrap-datetimepicker-widget .table>tbody>tr>th.danger,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr>th.danger,.bootstrap-datetimepicker-widget .table>tfoot>tr>th.danger,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.danger>td,.bootstrap-datetimepicker-widget .table>thead>tr.danger>td,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.danger>td,.bootstrap-datetimepicker-widget .table>tbody>tr.danger>td,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.danger>td,.bootstrap-datetimepicker-widget .table>tfoot>tr.danger>td,#lfb_bootstraped.lfb_bootstraped .table>thead>tr.danger>th,.bootstrap-datetimepicker-widget .table>thead>tr.danger>th,#lfb_bootstraped.lfb_bootstraped .table>tbody>tr.danger>th,.bootstrap-datetimepicker-widget .table>tbody>tr.danger>th,#lfb_bootstraped.lfb_bootstraped .table>tfoot>tr.danger>th,.bootstrap-datetimepicker-widget .table>tfoot>tr.danger>th{background-color:#f2dede}#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>td.danger:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>td.danger:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr>th.danger:hover,.bootstrap-datetimepicker-widget .table-hover>tbody>tr>th.danger:hover,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.danger:hover>td,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.danger:hover>td,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr:hover>.danger,.bootstrap-datetimepicker-widget .table-hover>tbody>tr:hover>.danger,#lfb_bootstraped.lfb_bootstraped .table-hover>tbody>tr.danger:hover>th,.bootstrap-datetimepicker-widget .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){#lfb_bootstraped.lfb_bootstraped .table-responsive,.bootstrap-datetimepicker-widget .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}#lfb_bootstraped.lfb_bootstraped .table-responsive>.table,.bootstrap-datetimepicker-widget .table-responsive>.table{margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .table-responsive>.table>thead>tr>th,.bootstrap-datetimepicker-widget .table-responsive>.table>thead>tr>th,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table>tbody>tr>th,.bootstrap-datetimepicker-widget .table-responsive>.table>tbody>tr>th,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table>tfoot>tr>th,.bootstrap-datetimepicker-widget .table-responsive>.table>tfoot>tr>th,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table>thead>tr>td,.bootstrap-datetimepicker-widget .table-responsive>.table>thead>tr>td,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table>tbody>tr>td,.bootstrap-datetimepicker-widget .table-responsive>.table>tbody>tr>td,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table>tfoot>tr>td,.bootstrap-datetimepicker-widget .table-responsive>.table>tfoot>tr>td{white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered{border:0}#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>thead>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tbody>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tfoot>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>thead>tr>td:first-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tbody>tr>td:first-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>thead>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tbody>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tfoot>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>thead>tr>td:last-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tbody>tr>td:last-child,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tbody>tr:last-child>th,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tfoot>tr:last-child>th,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tbody>tr:last-child>td,#lfb_bootstraped.lfb_bootstraped .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-datetimepicker-widget .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}#lfb_bootstraped.lfb_bootstraped fieldset,.bootstrap-datetimepicker-widget fieldset{padding:0;margin:0;border:0;min-width:0}#lfb_bootstraped.lfb_bootstraped legend,.bootstrap-datetimepicker-widget legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}#lfb_bootstraped.lfb_bootstraped label,.bootstrap-datetimepicker-widget label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}#lfb_bootstraped.lfb_bootstraped input[type=search],.bootstrap-datetimepicker-widget input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped input[type=radio],.bootstrap-datetimepicker-widget input[type=radio],#lfb_bootstraped.lfb_bootstraped input[type=checkbox],.bootstrap-datetimepicker-widget input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}#lfb_bootstraped.lfb_bootstraped input[type=file],.bootstrap-datetimepicker-widget input[type=file]{display:block}#lfb_bootstraped.lfb_bootstraped input[type=range],.bootstrap-datetimepicker-widget input[type=range]{display:block;width:100%}#lfb_bootstraped.lfb_bootstraped select[multiple],.bootstrap-datetimepicker-widget select[multiple],#lfb_bootstraped.lfb_bootstraped select[size],.bootstrap-datetimepicker-widget select[size]{height:auto}#lfb_bootstraped.lfb_bootstraped input[type=file]:focus,.bootstrap-datetimepicker-widget input[type=file]:focus,#lfb_bootstraped.lfb_bootstraped input[type=radio]:focus,.bootstrap-datetimepicker-widget input[type=radio]:focus,#lfb_bootstraped.lfb_bootstraped input[type=checkbox]:focus,.bootstrap-datetimepicker-widget input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#lfb_bootstraped.lfb_bootstraped output,.bootstrap-datetimepicker-widget output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555}#lfb_bootstraped.lfb_bootstraped .form-control,.bootstrap-datetimepicker-widget .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}#lfb_bootstraped.lfb_bootstraped .form-control:focus,.bootstrap-datetimepicker-widget .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}#lfb_bootstraped.lfb_bootstraped .form-control::-moz-placeholder,.bootstrap-datetimepicker-widget .form-control::-moz-placeholder{color:#777;opacity:1}#lfb_bootstraped.lfb_bootstraped .form-control:-ms-input-placeholder,.bootstrap-datetimepicker-widget .form-control:-ms-input-placeholder{color:#777}#lfb_bootstraped.lfb_bootstraped .form-control::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .form-control::-webkit-input-placeholder{color:#777}#lfb_bootstraped.lfb_bootstraped .form-control[disabled],.bootstrap-datetimepicker-widget .form-control[disabled],#lfb_bootstraped.lfb_bootstraped .form-control[readonly],.bootstrap-datetimepicker-widget .form-control[readonly],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .form-control,fieldset[disabled] .bootstrap-datetimepicker-widget .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea#lfb_bootstraped.lfb_bootstraped .form-control,textarea.bootstrap-datetimepicker-widget .form-control{height:auto}#lfb_bootstraped.lfb_bootstraped input[type=search],.bootstrap-datetimepicker-widget input[type=search]{-webkit-appearance:none}#lfb_bootstraped.lfb_bootstraped input[type=date],.bootstrap-datetimepicker-widget input[type=date],#lfb_bootstraped.lfb_bootstraped input[type=time],.bootstrap-datetimepicker-widget input[type=time],#lfb_bootstraped.lfb_bootstraped input[type=datetime-local],.bootstrap-datetimepicker-widget input[type=datetime-local],#lfb_bootstraped.lfb_bootstraped input[type=month],.bootstrap-datetimepicker-widget input[type=month]{line-height:34px;line-height:1.428571429 \0}#lfb_bootstraped.lfb_bootstraped input[type=date].input-sm,.bootstrap-datetimepicker-widget input[type=date].input-sm,#lfb_bootstraped.lfb_bootstraped input[type=time].input-sm,.bootstrap-datetimepicker-widget input[type=time].input-sm,#lfb_bootstraped.lfb_bootstraped input[type=datetime-local].input-sm,.bootstrap-datetimepicker-widget input[type=datetime-local].input-sm,#lfb_bootstraped.lfb_bootstraped input[type=month].input-sm,.bootstrap-datetimepicker-widget input[type=month].input-sm{line-height:30px}#lfb_bootstraped.lfb_bootstraped input[type=date].input-lg,.bootstrap-datetimepicker-widget input[type=date].input-lg,#lfb_bootstraped.lfb_bootstraped input[type=time].input-lg,.bootstrap-datetimepicker-widget input[type=time].input-lg,#lfb_bootstraped.lfb_bootstraped input[type=datetime-local].input-lg,.bootstrap-datetimepicker-widget input[type=datetime-local].input-lg,#lfb_bootstraped.lfb_bootstraped input[type=month].input-lg,.bootstrap-datetimepicker-widget input[type=month].input-lg{line-height:46px}#lfb_bootstraped.lfb_bootstraped .form-group,.bootstrap-datetimepicker-widget .form-group{margin-bottom:15px}#lfb_bootstraped.lfb_bootstraped .radio,.bootstrap-datetimepicker-widget .radio,#lfb_bootstraped.lfb_bootstraped .checkbox,.bootstrap-datetimepicker-widget .checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}#lfb_bootstraped.lfb_bootstraped .radio label,.bootstrap-datetimepicker-widget .radio label,#lfb_bootstraped.lfb_bootstraped .checkbox label,.bootstrap-datetimepicker-widget .checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .radio input[type=radio],.bootstrap-datetimepicker-widget .radio input[type=radio],#lfb_bootstraped.lfb_bootstraped .radio-inline input[type=radio],.bootstrap-datetimepicker-widget .radio-inline input[type=radio],#lfb_bootstraped.lfb_bootstraped .checkbox input[type=checkbox],.bootstrap-datetimepicker-widget .checkbox input[type=checkbox],#lfb_bootstraped.lfb_bootstraped .checkbox-inline input[type=checkbox],.bootstrap-datetimepicker-widget .checkbox-inline input[type=checkbox]{position:absolute;margin-left:-20px;margin-top:4px \9}#lfb_bootstraped.lfb_bootstraped .radio+.radio,.bootstrap-datetimepicker-widget .radio+.radio,#lfb_bootstraped.lfb_bootstraped .checkbox+.checkbox,.bootstrap-datetimepicker-widget .checkbox+.checkbox{margin-top:-5px}#lfb_bootstraped.lfb_bootstraped .radio-inline,.bootstrap-datetimepicker-widget .radio-inline,#lfb_bootstraped.lfb_bootstraped .checkbox-inline,.bootstrap-datetimepicker-widget .checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .radio-inline+.radio-inline,.bootstrap-datetimepicker-widget .radio-inline+.radio-inline,#lfb_bootstraped.lfb_bootstraped .checkbox-inline+.checkbox-inline,.bootstrap-datetimepicker-widget .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}#lfb_bootstraped.lfb_bootstraped input[type=radio][disabled],.bootstrap-datetimepicker-widget input[type=radio][disabled],#lfb_bootstraped.lfb_bootstraped input[type=checkbox][disabled],.bootstrap-datetimepicker-widget input[type=checkbox][disabled],#lfb_bootstraped.lfb_bootstraped input[type=radio].disabled,.bootstrap-datetimepicker-widget input[type=radio].disabled,#lfb_bootstraped.lfb_bootstraped input[type=checkbox].disabled,.bootstrap-datetimepicker-widget input[type=checkbox].disabled,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped input[type=radio],fieldset[disabled] .bootstrap-datetimepicker-widget input[type=radio],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped input[type=checkbox],fieldset[disabled] .bootstrap-datetimepicker-widget input[type=checkbox]{cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .radio-inline.disabled,.bootstrap-datetimepicker-widget .radio-inline.disabled,#lfb_bootstraped.lfb_bootstraped .checkbox-inline.disabled,.bootstrap-datetimepicker-widget .checkbox-inline.disabled,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .radio-inline,fieldset[disabled] .bootstrap-datetimepicker-widget .radio-inline,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .checkbox-inline,fieldset[disabled] .bootstrap-datetimepicker-widget .checkbox-inline{cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .radio.disabled label,.bootstrap-datetimepicker-widget .radio.disabled label,#lfb_bootstraped.lfb_bootstraped .checkbox.disabled label,.bootstrap-datetimepicker-widget .checkbox.disabled label,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .radio label,fieldset[disabled] .bootstrap-datetimepicker-widget .radio label,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .checkbox label,fieldset[disabled] .bootstrap-datetimepicker-widget .checkbox label{cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .form-control-static,.bootstrap-datetimepicker-widget .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .form-control-static.input-lg,.bootstrap-datetimepicker-widget .form-control-static.input-lg,#lfb_bootstraped.lfb_bootstraped .form-control-static.input-sm,.bootstrap-datetimepicker-widget .form-control-static.input-sm{padding-left:0;padding-right:0}#lfb_bootstraped.lfb_bootstraped .input-sm,.bootstrap-datetimepicker-widget .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select#lfb_bootstraped.lfb_bootstraped .input-sm,select.bootstrap-datetimepicker-widget .input-sm{height:30px;line-height:30px}textarea#lfb_bootstraped.lfb_bootstraped .input-sm,textarea.bootstrap-datetimepicker-widget .input-sm,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-sm,select[multiple].bootstrap-datetimepicker-widget .input-sm{height:auto}#lfb_bootstraped.lfb_bootstraped .input-lg,.bootstrap-datetimepicker-widget .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select#lfb_bootstraped.lfb_bootstraped .input-lg,select.bootstrap-datetimepicker-widget .input-lg{height:46px;line-height:46px}textarea#lfb_bootstraped.lfb_bootstraped .input-lg,textarea.bootstrap-datetimepicker-widget .input-lg,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-lg,select[multiple].bootstrap-datetimepicker-widget .input-lg{height:auto}#lfb_bootstraped.lfb_bootstraped .has-feedback,.bootstrap-datetimepicker-widget .has-feedback{position:relative}#lfb_bootstraped.lfb_bootstraped .has-feedback .form-control,.bootstrap-datetimepicker-widget .has-feedback .form-control{padding-right:42.5px}#lfb_bootstraped.lfb_bootstraped .form-control-feedback,.bootstrap-datetimepicker-widget .form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}#lfb_bootstraped.lfb_bootstraped .input-lg+.form-control-feedback,.bootstrap-datetimepicker-widget .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}#lfb_bootstraped.lfb_bootstraped .input-sm+.form-control-feedback,.bootstrap-datetimepicker-widget .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}#lfb_bootstraped.lfb_bootstraped .has-success .help-block,.bootstrap-datetimepicker-widget .has-success .help-block,#lfb_bootstraped.lfb_bootstraped .has-success .control-label,.bootstrap-datetimepicker-widget .has-success .control-label,#lfb_bootstraped.lfb_bootstraped .has-success .radio,.bootstrap-datetimepicker-widget .has-success .radio,#lfb_bootstraped.lfb_bootstraped .has-success .checkbox,.bootstrap-datetimepicker-widget .has-success .checkbox,#lfb_bootstraped.lfb_bootstraped .has-success .radio-inline,.bootstrap-datetimepicker-widget .has-success .radio-inline,#lfb_bootstraped.lfb_bootstraped .has-success .checkbox-inline,.bootstrap-datetimepicker-widget .has-success .checkbox-inline{color:#3c763d}#lfb_bootstraped.lfb_bootstraped .has-success .form-control,.bootstrap-datetimepicker-widget .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}#lfb_bootstraped.lfb_bootstraped .has-success .form-control:focus,.bootstrap-datetimepicker-widget .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}#lfb_bootstraped.lfb_bootstraped .has-success .input-group-addon,.bootstrap-datetimepicker-widget .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}#lfb_bootstraped.lfb_bootstraped .has-success .form-control-feedback,.bootstrap-datetimepicker-widget .has-success .form-control-feedback{color:#3c763d}#lfb_bootstraped.lfb_bootstraped .has-warning .help-block,.bootstrap-datetimepicker-widget .has-warning .help-block,#lfb_bootstraped.lfb_bootstraped .has-warning .control-label,.bootstrap-datetimepicker-widget .has-warning .control-label,#lfb_bootstraped.lfb_bootstraped .has-warning .radio,.bootstrap-datetimepicker-widget .has-warning .radio,#lfb_bootstraped.lfb_bootstraped .has-warning .checkbox,.bootstrap-datetimepicker-widget .has-warning .checkbox,#lfb_bootstraped.lfb_bootstraped .has-warning .radio-inline,.bootstrap-datetimepicker-widget .has-warning .radio-inline,#lfb_bootstraped.lfb_bootstraped .has-warning .checkbox-inline,.bootstrap-datetimepicker-widget .has-warning .checkbox-inline{color:#8a6d3b}#lfb_bootstraped.lfb_bootstraped .has-warning .form-control,.bootstrap-datetimepicker-widget .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}#lfb_bootstraped.lfb_bootstraped .has-warning .form-control:focus,.bootstrap-datetimepicker-widget .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}#lfb_bootstraped.lfb_bootstraped .has-warning .input-group-addon,.bootstrap-datetimepicker-widget .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}#lfb_bootstraped.lfb_bootstraped .has-warning .form-control-feedback,.bootstrap-datetimepicker-widget .has-warning .form-control-feedback{color:#8a6d3b}#lfb_bootstraped.lfb_bootstraped .has-error .help-block,.bootstrap-datetimepicker-widget .has-error .help-block,#lfb_bootstraped.lfb_bootstraped .has-error .control-label,.bootstrap-datetimepicker-widget .has-error .control-label,#lfb_bootstraped.lfb_bootstraped .has-error .radio,.bootstrap-datetimepicker-widget .has-error .radio,#lfb_bootstraped.lfb_bootstraped .has-error .checkbox,.bootstrap-datetimepicker-widget .has-error .checkbox,#lfb_bootstraped.lfb_bootstraped .has-error .radio-inline,.bootstrap-datetimepicker-widget .has-error .radio-inline,#lfb_bootstraped.lfb_bootstraped .has-error .checkbox-inline,.bootstrap-datetimepicker-widget .has-error .checkbox-inline{color:#a94442}#lfb_bootstraped.lfb_bootstraped .has-error .form-control,.bootstrap-datetimepicker-widget .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}#lfb_bootstraped.lfb_bootstraped .has-error .form-control:focus,.bootstrap-datetimepicker-widget .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}#lfb_bootstraped.lfb_bootstraped .has-error .input-group-addon,.bootstrap-datetimepicker-widget .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}#lfb_bootstraped.lfb_bootstraped .has-error .form-control-feedback,.bootstrap-datetimepicker-widget .has-error .form-control-feedback{color:#a94442}#lfb_bootstraped.lfb_bootstraped .has-feedback label.sr-only ~ .form-control-feedback,.bootstrap-datetimepicker-widget .has-feedback label.sr-only ~ .form-control-feedback{top:0}#lfb_bootstraped.lfb_bootstraped .help-block,.bootstrap-datetimepicker-widget .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .form-inline .form-group,.bootstrap-datetimepicker-widget .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .form-inline .form-control,.bootstrap-datetimepicker-widget .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .form-inline .input-group,.bootstrap-datetimepicker-widget .form-inline .input-group{display:inline-table;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .form-inline .input-group .input-group-addon,.bootstrap-datetimepicker-widget .form-inline .input-group .input-group-addon,#lfb_bootstraped.lfb_bootstraped .form-inline .input-group .input-group-btn,.bootstrap-datetimepicker-widget .form-inline .input-group .input-group-btn,#lfb_bootstraped.lfb_bootstraped .form-inline .input-group .form-control,.bootstrap-datetimepicker-widget .form-inline .input-group .form-control{width:auto}#lfb_bootstraped.lfb_bootstraped .form-inline .input-group>.form-control,.bootstrap-datetimepicker-widget .form-inline .input-group>.form-control{width:100%}#lfb_bootstraped.lfb_bootstraped .form-inline .control-label,.bootstrap-datetimepicker-widget .form-inline .control-label{margin-bottom:0;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .form-inline .radio,.bootstrap-datetimepicker-widget .form-inline .radio,#lfb_bootstraped.lfb_bootstraped .form-inline .checkbox,.bootstrap-datetimepicker-widget .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .form-inline .radio label,.bootstrap-datetimepicker-widget .form-inline .radio label,#lfb_bootstraped.lfb_bootstraped .form-inline .checkbox label,.bootstrap-datetimepicker-widget .form-inline .checkbox label{padding-left:0}#lfb_bootstraped.lfb_bootstraped .form-inline .radio input[type=radio],.bootstrap-datetimepicker-widget .form-inline .radio input[type=radio],#lfb_bootstraped.lfb_bootstraped .form-inline .checkbox input[type=checkbox],.bootstrap-datetimepicker-widget .form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}#lfb_bootstraped.lfb_bootstraped .form-inline .has-feedback .form-control-feedback,.bootstrap-datetimepicker-widget .form-inline .has-feedback .form-control-feedback{top:0}}#lfb_bootstraped.lfb_bootstraped .form-horizontal .radio,.bootstrap-datetimepicker-widget .form-horizontal .radio,#lfb_bootstraped.lfb_bootstraped .form-horizontal .checkbox,.bootstrap-datetimepicker-widget .form-horizontal .checkbox,#lfb_bootstraped.lfb_bootstraped .form-horizontal .radio-inline,.bootstrap-datetimepicker-widget .form-horizontal .radio-inline,#lfb_bootstraped.lfb_bootstraped .form-horizontal .checkbox-inline,.bootstrap-datetimepicker-widget .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}#lfb_bootstraped.lfb_bootstraped .form-horizontal .radio,.bootstrap-datetimepicker-widget .form-horizontal .radio,#lfb_bootstraped.lfb_bootstraped .form-horizontal .checkbox,.bootstrap-datetimepicker-widget .form-horizontal .checkbox{min-height:27px}#lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group,.bootstrap-datetimepicker-widget .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .form-horizontal .control-label,.bootstrap-datetimepicker-widget .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}#lfb_bootstraped.lfb_bootstraped .form-horizontal .has-feedback .form-control-feedback,.bootstrap-datetimepicker-widget .form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group-lg .control-label,.bootstrap-datetimepicker-widget .form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group-sm .control-label,.bootstrap-datetimepicker-widget .form-horizontal .form-group-sm .control-label{padding-top:6px}}#lfb_bootstraped.lfb_bootstraped .btn,.bootstrap-datetimepicker-widget .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#lfb_bootstraped.lfb_bootstraped .btn:focus,.bootstrap-datetimepicker-widget .btn:focus,#lfb_bootstraped.lfb_bootstraped .btn:active:focus,.bootstrap-datetimepicker-widget .btn:active:focus,#lfb_bootstraped.lfb_bootstraped .btn.active:focus,.bootstrap-datetimepicker-widget .btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#lfb_bootstraped.lfb_bootstraped .btn:hover,.bootstrap-datetimepicker-widget .btn:hover,#lfb_bootstraped.lfb_bootstraped .btn:focus,.bootstrap-datetimepicker-widget .btn:focus{color:#333;text-decoration:none}#lfb_bootstraped.lfb_bootstraped .btn:active,.bootstrap-datetimepicker-widget .btn:active,#lfb_bootstraped.lfb_bootstraped .btn.active,.bootstrap-datetimepicker-widget .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#lfb_bootstraped.lfb_bootstraped .btn.disabled,.bootstrap-datetimepicker-widget .btn.disabled,#lfb_bootstraped.lfb_bootstraped .btn[disabled],.bootstrap-datetimepicker-widget .btn[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn,fieldset[disabled] .bootstrap-datetimepicker-widget .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .btn-default,.bootstrap-datetimepicker-widget .btn-default{color:#333;background-color:#fff;border-color:#ccc}#lfb_bootstraped.lfb_bootstraped .btn-default:hover,.bootstrap-datetimepicker-widget .btn-default:hover,#lfb_bootstraped.lfb_bootstraped .btn-default:focus,.bootstrap-datetimepicker-widget .btn-default:focus,#lfb_bootstraped.lfb_bootstraped .btn-default:active,.bootstrap-datetimepicker-widget .btn-default:active,#lfb_bootstraped.lfb_bootstraped .btn-default.active,.bootstrap-datetimepicker-widget .btn-default.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-default,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}#lfb_bootstraped.lfb_bootstraped .btn-default:active,.bootstrap-datetimepicker-widget .btn-default:active,#lfb_bootstraped.lfb_bootstraped .btn-default.active,.bootstrap-datetimepicker-widget .btn-default.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-default,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-default{background-image:none}#lfb_bootstraped.lfb_bootstraped .btn-default.disabled,.bootstrap-datetimepicker-widget .btn-default.disabled,#lfb_bootstraped.lfb_bootstraped .btn-default[disabled],.bootstrap-datetimepicker-widget .btn-default[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-default,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default,#lfb_bootstraped.lfb_bootstraped .btn-default.disabled:hover,.bootstrap-datetimepicker-widget .btn-default.disabled:hover,#lfb_bootstraped.lfb_bootstraped .btn-default[disabled]:hover,.bootstrap-datetimepicker-widget .btn-default[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-default:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default:hover,#lfb_bootstraped.lfb_bootstraped .btn-default.disabled:focus,.bootstrap-datetimepicker-widget .btn-default.disabled:focus,#lfb_bootstraped.lfb_bootstraped .btn-default[disabled]:focus,.bootstrap-datetimepicker-widget .btn-default[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-default:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default:focus,#lfb_bootstraped.lfb_bootstraped .btn-default.disabled:active,.bootstrap-datetimepicker-widget .btn-default.disabled:active,#lfb_bootstraped.lfb_bootstraped .btn-default[disabled]:active,.bootstrap-datetimepicker-widget .btn-default[disabled]:active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-default:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default:active,#lfb_bootstraped.lfb_bootstraped .btn-default.disabled.active,.bootstrap-datetimepicker-widget .btn-default.disabled.active,#lfb_bootstraped.lfb_bootstraped .btn-default[disabled].active,.bootstrap-datetimepicker-widget .btn-default[disabled].active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-default.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default.active{background-color:#fff;border-color:#ccc}#lfb_bootstraped.lfb_bootstraped .btn-default .badge,.bootstrap-datetimepicker-widget .btn-default .badge{color:#fff;background-color:#333}#lfb_bootstraped.lfb_bootstraped .btn-primary,.bootstrap-datetimepicker-widget .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}#lfb_bootstraped.lfb_bootstraped .btn-primary:hover,.bootstrap-datetimepicker-widget .btn-primary:hover,#lfb_bootstraped.lfb_bootstraped .btn-primary:focus,.bootstrap-datetimepicker-widget .btn-primary:focus,#lfb_bootstraped.lfb_bootstraped .btn-primary:active,.bootstrap-datetimepicker-widget .btn-primary:active,#lfb_bootstraped.lfb_bootstraped .btn-primary.active,.bootstrap-datetimepicker-widget .btn-primary.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-primary,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}#lfb_bootstraped.lfb_bootstraped .btn-primary:active,.bootstrap-datetimepicker-widget .btn-primary:active,#lfb_bootstraped.lfb_bootstraped .btn-primary.active,.bootstrap-datetimepicker-widget .btn-primary.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-primary,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-primary{background-image:none}#lfb_bootstraped.lfb_bootstraped .btn-primary.disabled,.bootstrap-datetimepicker-widget .btn-primary.disabled,#lfb_bootstraped.lfb_bootstraped .btn-primary[disabled],.bootstrap-datetimepicker-widget .btn-primary[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-primary,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary,#lfb_bootstraped.lfb_bootstraped .btn-primary.disabled:hover,.bootstrap-datetimepicker-widget .btn-primary.disabled:hover,#lfb_bootstraped.lfb_bootstraped .btn-primary[disabled]:hover,.bootstrap-datetimepicker-widget .btn-primary[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-primary:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary:hover,#lfb_bootstraped.lfb_bootstraped .btn-primary.disabled:focus,.bootstrap-datetimepicker-widget .btn-primary.disabled:focus,#lfb_bootstraped.lfb_bootstraped .btn-primary[disabled]:focus,.bootstrap-datetimepicker-widget .btn-primary[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-primary:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary:focus,#lfb_bootstraped.lfb_bootstraped .btn-primary.disabled:active,.bootstrap-datetimepicker-widget .btn-primary.disabled:active,#lfb_bootstraped.lfb_bootstraped .btn-primary[disabled]:active,.bootstrap-datetimepicker-widget .btn-primary[disabled]:active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-primary:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary:active,#lfb_bootstraped.lfb_bootstraped .btn-primary.disabled.active,.bootstrap-datetimepicker-widget .btn-primary.disabled.active,#lfb_bootstraped.lfb_bootstraped .btn-primary[disabled].active,.bootstrap-datetimepicker-widget .btn-primary[disabled].active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-primary.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary.active{background-color:#428bca;border-color:#357ebd}#lfb_bootstraped.lfb_bootstraped .btn-primary .badge,.bootstrap-datetimepicker-widget .btn-primary .badge{color:#428bca;background-color:#fff}#lfb_bootstraped.lfb_bootstraped .btn-success,.bootstrap-datetimepicker-widget .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}#lfb_bootstraped.lfb_bootstraped .btn-success:hover,.bootstrap-datetimepicker-widget .btn-success:hover,#lfb_bootstraped.lfb_bootstraped .btn-success:focus,.bootstrap-datetimepicker-widget .btn-success:focus,#lfb_bootstraped.lfb_bootstraped .btn-success:active,.bootstrap-datetimepicker-widget .btn-success:active,#lfb_bootstraped.lfb_bootstraped .btn-success.active,.bootstrap-datetimepicker-widget .btn-success.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-success,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-success{color:#fff;background-color:#449d44;border-color:#398439}#lfb_bootstraped.lfb_bootstraped .btn-success:active,.bootstrap-datetimepicker-widget .btn-success:active,#lfb_bootstraped.lfb_bootstraped .btn-success.active,.bootstrap-datetimepicker-widget .btn-success.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-success,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-success{background-image:none}#lfb_bootstraped.lfb_bootstraped .btn-success.disabled,.bootstrap-datetimepicker-widget .btn-success.disabled,#lfb_bootstraped.lfb_bootstraped .btn-success[disabled],.bootstrap-datetimepicker-widget .btn-success[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-success,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success,#lfb_bootstraped.lfb_bootstraped .btn-success.disabled:hover,.bootstrap-datetimepicker-widget .btn-success.disabled:hover,#lfb_bootstraped.lfb_bootstraped .btn-success[disabled]:hover,.bootstrap-datetimepicker-widget .btn-success[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-success:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success:hover,#lfb_bootstraped.lfb_bootstraped .btn-success.disabled:focus,.bootstrap-datetimepicker-widget .btn-success.disabled:focus,#lfb_bootstraped.lfb_bootstraped .btn-success[disabled]:focus,.bootstrap-datetimepicker-widget .btn-success[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-success:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success:focus,#lfb_bootstraped.lfb_bootstraped .btn-success.disabled:active,.bootstrap-datetimepicker-widget .btn-success.disabled:active,#lfb_bootstraped.lfb_bootstraped .btn-success[disabled]:active,.bootstrap-datetimepicker-widget .btn-success[disabled]:active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-success:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success:active,#lfb_bootstraped.lfb_bootstraped .btn-success.disabled.active,.bootstrap-datetimepicker-widget .btn-success.disabled.active,#lfb_bootstraped.lfb_bootstraped .btn-success[disabled].active,.bootstrap-datetimepicker-widget .btn-success[disabled].active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-success.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}#lfb_bootstraped.lfb_bootstraped .btn-success .badge,.bootstrap-datetimepicker-widget .btn-success .badge{color:#5cb85c;background-color:#fff}#lfb_bootstraped.lfb_bootstraped .btn-info,.bootstrap-datetimepicker-widget .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}#lfb_bootstraped.lfb_bootstraped .btn-info:hover,.bootstrap-datetimepicker-widget .btn-info:hover,#lfb_bootstraped.lfb_bootstraped .btn-info:focus,.bootstrap-datetimepicker-widget .btn-info:focus,#lfb_bootstraped.lfb_bootstraped .btn-info:active,.bootstrap-datetimepicker-widget .btn-info:active,#lfb_bootstraped.lfb_bootstraped .btn-info.active,.bootstrap-datetimepicker-widget .btn-info.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-info,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}#lfb_bootstraped.lfb_bootstraped .btn-info:active,.bootstrap-datetimepicker-widget .btn-info:active,#lfb_bootstraped.lfb_bootstraped .btn-info.active,.bootstrap-datetimepicker-widget .btn-info.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-info,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-info{background-image:none}#lfb_bootstraped.lfb_bootstraped .btn-info.disabled,.bootstrap-datetimepicker-widget .btn-info.disabled,#lfb_bootstraped.lfb_bootstraped .btn-info[disabled],.bootstrap-datetimepicker-widget .btn-info[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-info,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info,#lfb_bootstraped.lfb_bootstraped .btn-info.disabled:hover,.bootstrap-datetimepicker-widget .btn-info.disabled:hover,#lfb_bootstraped.lfb_bootstraped .btn-info[disabled]:hover,.bootstrap-datetimepicker-widget .btn-info[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-info:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info:hover,#lfb_bootstraped.lfb_bootstraped .btn-info.disabled:focus,.bootstrap-datetimepicker-widget .btn-info.disabled:focus,#lfb_bootstraped.lfb_bootstraped .btn-info[disabled]:focus,.bootstrap-datetimepicker-widget .btn-info[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-info:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info:focus,#lfb_bootstraped.lfb_bootstraped .btn-info.disabled:active,.bootstrap-datetimepicker-widget .btn-info.disabled:active,#lfb_bootstraped.lfb_bootstraped .btn-info[disabled]:active,.bootstrap-datetimepicker-widget .btn-info[disabled]:active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-info:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info:active,#lfb_bootstraped.lfb_bootstraped .btn-info.disabled.active,.bootstrap-datetimepicker-widget .btn-info.disabled.active,#lfb_bootstraped.lfb_bootstraped .btn-info[disabled].active,.bootstrap-datetimepicker-widget .btn-info[disabled].active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-info.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info.active{background-color:#5bc0de;border-color:#46b8da}#lfb_bootstraped.lfb_bootstraped .btn-info .badge,.bootstrap-datetimepicker-widget .btn-info .badge{color:#5bc0de;background-color:#fff}#lfb_bootstraped.lfb_bootstraped .btn-warning,.bootstrap-datetimepicker-widget .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}#lfb_bootstraped.lfb_bootstraped .btn-warning:hover,.bootstrap-datetimepicker-widget .btn-warning:hover,#lfb_bootstraped.lfb_bootstraped .btn-warning:focus,.bootstrap-datetimepicker-widget .btn-warning:focus,#lfb_bootstraped.lfb_bootstraped .btn-warning:active,.bootstrap-datetimepicker-widget .btn-warning:active,#lfb_bootstraped.lfb_bootstraped .btn-warning.active,.bootstrap-datetimepicker-widget .btn-warning.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-warning,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}#lfb_bootstraped.lfb_bootstraped .btn-warning:active,.bootstrap-datetimepicker-widget .btn-warning:active,#lfb_bootstraped.lfb_bootstraped .btn-warning.active,.bootstrap-datetimepicker-widget .btn-warning.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-warning,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-warning{background-image:none}#lfb_bootstraped.lfb_bootstraped .btn-warning.disabled,.bootstrap-datetimepicker-widget .btn-warning.disabled,#lfb_bootstraped.lfb_bootstraped .btn-warning[disabled],.bootstrap-datetimepicker-widget .btn-warning[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-warning,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning,#lfb_bootstraped.lfb_bootstraped .btn-warning.disabled:hover,.bootstrap-datetimepicker-widget .btn-warning.disabled:hover,#lfb_bootstraped.lfb_bootstraped .btn-warning[disabled]:hover,.bootstrap-datetimepicker-widget .btn-warning[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-warning:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning:hover,#lfb_bootstraped.lfb_bootstraped .btn-warning.disabled:focus,.bootstrap-datetimepicker-widget .btn-warning.disabled:focus,#lfb_bootstraped.lfb_bootstraped .btn-warning[disabled]:focus,.bootstrap-datetimepicker-widget .btn-warning[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-warning:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning:focus,#lfb_bootstraped.lfb_bootstraped .btn-warning.disabled:active,.bootstrap-datetimepicker-widget .btn-warning.disabled:active,#lfb_bootstraped.lfb_bootstraped .btn-warning[disabled]:active,.bootstrap-datetimepicker-widget .btn-warning[disabled]:active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-warning:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning:active,#lfb_bootstraped.lfb_bootstraped .btn-warning.disabled.active,.bootstrap-datetimepicker-widget .btn-warning.disabled.active,#lfb_bootstraped.lfb_bootstraped .btn-warning[disabled].active,.bootstrap-datetimepicker-widget .btn-warning[disabled].active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-warning.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}#lfb_bootstraped.lfb_bootstraped .btn-warning .badge,.bootstrap-datetimepicker-widget .btn-warning .badge{color:#f0ad4e;background-color:#fff}#lfb_bootstraped.lfb_bootstraped .btn-danger,.bootstrap-datetimepicker-widget .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}#lfb_bootstraped.lfb_bootstraped .btn-danger:hover,.bootstrap-datetimepicker-widget .btn-danger:hover,#lfb_bootstraped.lfb_bootstraped .btn-danger:focus,.bootstrap-datetimepicker-widget .btn-danger:focus,#lfb_bootstraped.lfb_bootstraped .btn-danger:active,.bootstrap-datetimepicker-widget .btn-danger:active,#lfb_bootstraped.lfb_bootstraped .btn-danger.active,.bootstrap-datetimepicker-widget .btn-danger.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-danger,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}#lfb_bootstraped.lfb_bootstraped .btn-danger:active,.bootstrap-datetimepicker-widget .btn-danger:active,#lfb_bootstraped.lfb_bootstraped .btn-danger.active,.bootstrap-datetimepicker-widget .btn-danger.active,.open>.dropdown-toggle#lfb_bootstraped.lfb_bootstraped .btn-danger,.open>.dropdown-toggle.bootstrap-datetimepicker-widget .btn-danger{background-image:none}#lfb_bootstraped.lfb_bootstraped .btn-danger.disabled,.bootstrap-datetimepicker-widget .btn-danger.disabled,#lfb_bootstraped.lfb_bootstraped .btn-danger[disabled],.bootstrap-datetimepicker-widget .btn-danger[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-danger,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger,#lfb_bootstraped.lfb_bootstraped .btn-danger.disabled:hover,.bootstrap-datetimepicker-widget .btn-danger.disabled:hover,#lfb_bootstraped.lfb_bootstraped .btn-danger[disabled]:hover,.bootstrap-datetimepicker-widget .btn-danger[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-danger:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger:hover,#lfb_bootstraped.lfb_bootstraped .btn-danger.disabled:focus,.bootstrap-datetimepicker-widget .btn-danger.disabled:focus,#lfb_bootstraped.lfb_bootstraped .btn-danger[disabled]:focus,.bootstrap-datetimepicker-widget .btn-danger[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-danger:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger:focus,#lfb_bootstraped.lfb_bootstraped .btn-danger.disabled:active,.bootstrap-datetimepicker-widget .btn-danger.disabled:active,#lfb_bootstraped.lfb_bootstraped .btn-danger[disabled]:active,.bootstrap-datetimepicker-widget .btn-danger[disabled]:active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-danger:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger:active,#lfb_bootstraped.lfb_bootstraped .btn-danger.disabled.active,.bootstrap-datetimepicker-widget .btn-danger.disabled.active,#lfb_bootstraped.lfb_bootstraped .btn-danger[disabled].active,.bootstrap-datetimepicker-widget .btn-danger[disabled].active,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-danger.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}#lfb_bootstraped.lfb_bootstraped .btn-danger .badge,.bootstrap-datetimepicker-widget .btn-danger .badge{color:#d9534f;background-color:#fff}#lfb_bootstraped.lfb_bootstraped .btn-link,.bootstrap-datetimepicker-widget .btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-link,.bootstrap-datetimepicker-widget .btn-link,#lfb_bootstraped.lfb_bootstraped .btn-link:active,.bootstrap-datetimepicker-widget .btn-link:active,#lfb_bootstraped.lfb_bootstraped .btn-link[disabled],.bootstrap-datetimepicker-widget .btn-link[disabled],fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-link,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .btn-link,.bootstrap-datetimepicker-widget .btn-link,#lfb_bootstraped.lfb_bootstraped .btn-link:hover,.bootstrap-datetimepicker-widget .btn-link:hover,#lfb_bootstraped.lfb_bootstraped .btn-link:focus,.bootstrap-datetimepicker-widget .btn-link:focus,#lfb_bootstraped.lfb_bootstraped .btn-link:active,.bootstrap-datetimepicker-widget .btn-link:active{border-color:transparent}#lfb_bootstraped.lfb_bootstraped .btn-link:hover,.bootstrap-datetimepicker-widget .btn-link:hover,#lfb_bootstraped.lfb_bootstraped .btn-link:focus,.bootstrap-datetimepicker-widget .btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .btn-link[disabled]:hover,.bootstrap-datetimepicker-widget .btn-link[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-link:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-link:hover,#lfb_bootstraped.lfb_bootstraped .btn-link[disabled]:focus,.bootstrap-datetimepicker-widget .btn-link[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .btn-link:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-link:focus{color:#777;text-decoration:none}#lfb_bootstraped.lfb_bootstraped .btn-lg,.bootstrap-datetimepicker-widget .btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}#lfb_bootstraped.lfb_bootstraped .btn-sm,.bootstrap-datetimepicker-widget .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}#lfb_bootstraped.lfb_bootstraped .btn-xs,.bootstrap-datetimepicker-widget .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}#lfb_bootstraped.lfb_bootstraped .btn-block,.bootstrap-datetimepicker-widget .btn-block{display:block;width:100%}#lfb_bootstraped.lfb_bootstraped .btn-block+.btn-block,.bootstrap-datetimepicker-widget .btn-block+.btn-block{margin-top:5px}#lfb_bootstraped.lfb_bootstraped input[type=submit].btn-block,.bootstrap-datetimepicker-widget input[type=submit].btn-block,#lfb_bootstraped.lfb_bootstraped input[type=reset].btn-block,.bootstrap-datetimepicker-widget input[type=reset].btn-block,#lfb_bootstraped.lfb_bootstraped input[type=button].btn-block,.bootstrap-datetimepicker-widget input[type=button].btn-block{width:100%}#lfb_bootstraped.lfb_bootstraped .fade,.bootstrap-datetimepicker-widget .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}#lfb_bootstraped.lfb_bootstraped .fade.in,.bootstrap-datetimepicker-widget .fade.in{opacity:1}#lfb_bootstraped.lfb_bootstraped .collapse,.bootstrap-datetimepicker-widget .collapse{display:none}#lfb_bootstraped.lfb_bootstraped .collapse.in,.bootstrap-datetimepicker-widget .collapse.in{display:block}tr#lfb_bootstraped.lfb_bootstraped .collapse.in,tr.bootstrap-datetimepicker-widget .collapse.in{display:table-row}tbody#lfb_bootstraped.lfb_bootstraped .collapse.in,tbody.bootstrap-datetimepicker-widget .collapse.in{display:table-row-group}#lfb_bootstraped.lfb_bootstraped .collapsing,.bootstrap-datetimepicker-widget .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}#lfb_bootstraped.lfb_bootstraped .caret,.bootstrap-datetimepicker-widget .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}#lfb_bootstraped.lfb_bootstraped .dropdown,.bootstrap-datetimepicker-widget .dropdown{position:relative}#lfb_bootstraped.lfb_bootstraped .dropdown-toggle:focus,.bootstrap-datetimepicker-widget .dropdown-toggle:focus{outline:0}#lfb_bootstraped.lfb_bootstraped .dropdown-menu,.bootstrap-datetimepicker-widget .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}#lfb_bootstraped.lfb_bootstraped .dropdown-menu.pull-right,.bootstrap-datetimepicker-widget .dropdown-menu.pull-right{right:0;left:auto}#lfb_bootstraped.lfb_bootstraped .dropdown-menu .divider,.bootstrap-datetimepicker-widget .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}#lfb_bootstraped.lfb_bootstraped .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .dropdown-menu>li>a:hover,.bootstrap-datetimepicker-widget .dropdown-menu>li>a:hover,#lfb_bootstraped.lfb_bootstraped .dropdown-menu>li>a:focus,.bootstrap-datetimepicker-widget .dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.active>a,.bootstrap-datetimepicker-widget .dropdown-menu>.active>a,#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.active>a:hover,.bootstrap-datetimepicker-widget .dropdown-menu>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.active>a:focus,.bootstrap-datetimepicker-widget .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.disabled>a,.bootstrap-datetimepicker-widget .dropdown-menu>.disabled>a,#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.disabled>a:hover,.bootstrap-datetimepicker-widget .dropdown-menu>.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.disabled>a:focus,.bootstrap-datetimepicker-widget .dropdown-menu>.disabled>a:focus{color:#777}#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.disabled>a:hover,.bootstrap-datetimepicker-widget .dropdown-menu>.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .dropdown-menu>.disabled>a:focus,.bootstrap-datetimepicker-widget .dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .open>.dropdown-menu,.bootstrap-datetimepicker-widget .open>.dropdown-menu{display:block}#lfb_bootstraped.lfb_bootstraped .open>a,.bootstrap-datetimepicker-widget .open>a{outline:0}#lfb_bootstraped.lfb_bootstraped .dropdown-menu-right,.bootstrap-datetimepicker-widget .dropdown-menu-right{left:auto;right:0}#lfb_bootstraped.lfb_bootstraped .dropdown-menu-left,.bootstrap-datetimepicker-widget .dropdown-menu-left{left:0;right:auto}#lfb_bootstraped.lfb_bootstraped .dropdown-header,.bootstrap-datetimepicker-widget .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#777;white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .dropdown-backdrop,.bootstrap-datetimepicker-widget .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}#lfb_bootstraped.lfb_bootstraped .pull-right>.dropdown-menu,.bootstrap-datetimepicker-widget .pull-right>.dropdown-menu{right:0;left:auto}#lfb_bootstraped.lfb_bootstraped .dropup .caret,.bootstrap-datetimepicker-widget .dropup .caret,#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom .dropdown .caret,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}#lfb_bootstraped.lfb_bootstraped .dropup .dropdown-menu,.bootstrap-datetimepicker-widget .dropup .dropdown-menu,#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom .dropdown .dropdown-menu,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-right .dropdown-menu,.bootstrap-datetimepicker-widget .navbar-right .dropdown-menu{left:auto;right:0}#lfb_bootstraped.lfb_bootstraped .navbar-right .dropdown-menu-left,.bootstrap-datetimepicker-widget .navbar-right .dropdown-menu-left{left:0;right:auto}}#lfb_bootstraped.lfb_bootstraped .btn-group,.bootstrap-datetimepicker-widget .btn-group,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical,.bootstrap-datetimepicker-widget .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn,.bootstrap-datetimepicker-widget .btn-group>.btn,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn{position:relative;float:left}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:hover,.bootstrap-datetimepicker-widget .btn-group>.btn:hover,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn:hover,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn:hover,#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:focus,.bootstrap-datetimepicker-widget .btn-group>.btn:focus,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn:focus,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn:focus,#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:active,.bootstrap-datetimepicker-widget .btn-group>.btn:active,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn:active,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn:active,#lfb_bootstraped.lfb_bootstraped .btn-group>.btn.active,.bootstrap-datetimepicker-widget .btn-group>.btn.active,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn.active,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn.active{z-index:2}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:focus,.bootstrap-datetimepicker-widget .btn-group>.btn:focus,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn:focus,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn:focus{outline:0}#lfb_bootstraped.lfb_bootstraped .btn-group .btn+.btn,.bootstrap-datetimepicker-widget .btn-group .btn+.btn,#lfb_bootstraped.lfb_bootstraped .btn-group .btn+.btn-group,.bootstrap-datetimepicker-widget .btn-group .btn+.btn-group,#lfb_bootstraped.lfb_bootstraped .btn-group .btn-group+.btn,.bootstrap-datetimepicker-widget .btn-group .btn-group+.btn,#lfb_bootstraped.lfb_bootstraped .btn-group .btn-group+.btn-group,.bootstrap-datetimepicker-widget .btn-group .btn-group+.btn-group{margin-left:-1px}#lfb_bootstraped.lfb_bootstraped .btn-toolbar,.bootstrap-datetimepicker-widget .btn-toolbar{margin-left:-5px}#lfb_bootstraped.lfb_bootstraped .btn-toolbar .btn-group,.bootstrap-datetimepicker-widget .btn-toolbar .btn-group,#lfb_bootstraped.lfb_bootstraped .btn-toolbar .input-group,.bootstrap-datetimepicker-widget .btn-toolbar .input-group{float:left}#lfb_bootstraped.lfb_bootstraped .btn-toolbar>.btn,.bootstrap-datetimepicker-widget .btn-toolbar>.btn,#lfb_bootstraped.lfb_bootstraped .btn-toolbar>.btn-group,.bootstrap-datetimepicker-widget .btn-toolbar>.btn-group,#lfb_bootstraped.lfb_bootstraped .btn-toolbar>.input-group,.bootstrap-datetimepicker-widget .btn-toolbar>.input-group{margin-left:5px}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.bootstrap-datetimepicker-widget .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:first-child,.bootstrap-datetimepicker-widget .btn-group>.btn:first-child{margin-left:0}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.bootstrap-datetimepicker-widget .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn:last-child:not(:first-child),.bootstrap-datetimepicker-widget .btn-group>.btn:last-child:not(:first-child),#lfb_bootstraped.lfb_bootstraped .btn-group>.dropdown-toggle:not(:first-child),.bootstrap-datetimepicker-widget .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn-group,.bootstrap-datetimepicker-widget .btn-group>.btn-group{float:left}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.bootstrap-datetimepicker-widget .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn-group:first-child>.btn:last-child,.bootstrap-datetimepicker-widget .btn-group>.btn-group:first-child>.btn:last-child,#lfb_bootstraped.lfb_bootstraped .btn-group>.btn-group:first-child>.dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn-group:last-child>.btn:first-child,.bootstrap-datetimepicker-widget .btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group .dropdown-toggle:active,.bootstrap-datetimepicker-widget .btn-group .dropdown-toggle:active,#lfb_bootstraped.lfb_bootstraped .btn-group.open .dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group.open .dropdown-toggle{outline:0}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn+.dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}#lfb_bootstraped.lfb_bootstraped .btn-group>.btn-lg+.dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}#lfb_bootstraped.lfb_bootstraped .btn-group.open .dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#lfb_bootstraped.lfb_bootstraped .btn-group.open .dropdown-toggle.btn-link,.bootstrap-datetimepicker-widget .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .btn .caret,.bootstrap-datetimepicker-widget .btn .caret{margin-left:0}#lfb_bootstraped.lfb_bootstraped .btn-lg .caret,.bootstrap-datetimepicker-widget .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}#lfb_bootstraped.lfb_bootstraped .dropup .btn-lg .caret,.bootstrap-datetimepicker-widget .dropup .btn-lg .caret{border-width:0 5px 5px}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group>.btn,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group>.btn,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group>.btn{float:none}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn+.btn,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn+.btn,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn+.btn-group,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn+.btn-group,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group+.btn,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group+.btn,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group+.btn-group,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn:not(:first-child):not(:last-child),.bootstrap-datetimepicker-widget .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn:first-child:not(:last-child),.bootstrap-datetimepicker-widget .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn:last-child:not(:first-child),.bootstrap-datetimepicker-widget .btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}#lfb_bootstraped.lfb_bootstraped .btn-group-justified,.bootstrap-datetimepicker-widget .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}#lfb_bootstraped.lfb_bootstraped .btn-group-justified>.btn,.bootstrap-datetimepicker-widget .btn-group-justified>.btn,#lfb_bootstraped.lfb_bootstraped .btn-group-justified>.btn-group,.bootstrap-datetimepicker-widget .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}#lfb_bootstraped.lfb_bootstraped .btn-group-justified>.btn-group .btn,.bootstrap-datetimepicker-widget .btn-group-justified>.btn-group .btn{width:100%}#lfb_bootstraped.lfb_bootstraped .btn-group-justified>.btn-group .dropdown-menu,.bootstrap-datetimepicker-widget .btn-group-justified>.btn-group .dropdown-menu{left:auto}#lfb_bootstraped.lfb_bootstraped [data-toggle=buttons]>.btn>input[type=radio],.bootstrap-datetimepicker-widget [data-toggle=buttons]>.btn>input[type=radio],#lfb_bootstraped.lfb_bootstraped [data-toggle=buttons]>.btn>input[type=checkbox],.bootstrap-datetimepicker-widget [data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;opacity:0;filter:alpha(opacity=0)}#lfb_bootstraped.lfb_bootstraped .input-group,.bootstrap-datetimepicker-widget .input-group{position:relative;display:table;border-collapse:separate}#lfb_bootstraped.lfb_bootstraped .input-group[class*=col-],.bootstrap-datetimepicker-widget .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}#lfb_bootstraped.lfb_bootstraped .input-group .form-control,.bootstrap-datetimepicker-widget .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .input-group-lg>.form-control,.bootstrap-datetimepicker-widget .input-group-lg>.form-control,#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-addon,.bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-btn>.btn,.bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select#lfb_bootstraped.lfb_bootstraped .input-group-lg>.form-control,select.bootstrap-datetimepicker-widget .input-group-lg>.form-control,select#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-addon,select.bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,select#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-btn>.btn,select.bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea#lfb_bootstraped.lfb_bootstraped .input-group-lg>.form-control,textarea.bootstrap-datetimepicker-widget .input-group-lg>.form-control,textarea#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-addon,textarea.bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,textarea#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-btn>.btn,textarea.bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-group-lg>.form-control,select[multiple].bootstrap-datetimepicker-widget .input-group-lg>.form-control,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-addon,select[multiple].bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-group-lg>.input-group-btn>.btn,select[multiple].bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn{height:auto}#lfb_bootstraped.lfb_bootstraped .input-group-sm>.form-control,.bootstrap-datetimepicker-widget .input-group-sm>.form-control,#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-addon,.bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-btn>.btn,.bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select#lfb_bootstraped.lfb_bootstraped .input-group-sm>.form-control,select.bootstrap-datetimepicker-widget .input-group-sm>.form-control,select#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-addon,select.bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,select#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-btn>.btn,select.bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea#lfb_bootstraped.lfb_bootstraped .input-group-sm>.form-control,textarea.bootstrap-datetimepicker-widget .input-group-sm>.form-control,textarea#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-addon,textarea.bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,textarea#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-btn>.btn,textarea.bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-group-sm>.form-control,select[multiple].bootstrap-datetimepicker-widget .input-group-sm>.form-control,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-addon,select[multiple].bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,select[multiple]#lfb_bootstraped.lfb_bootstraped .input-group-sm>.input-group-btn>.btn,select[multiple].bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn{height:auto}#lfb_bootstraped.lfb_bootstraped .input-group-addon,.bootstrap-datetimepicker-widget .input-group-addon,#lfb_bootstraped.lfb_bootstraped .input-group-btn,.bootstrap-datetimepicker-widget .input-group-btn,#lfb_bootstraped.lfb_bootstraped .input-group .form-control,.bootstrap-datetimepicker-widget .input-group .form-control{display:table-cell}#lfb_bootstraped.lfb_bootstraped .input-group-addon:not(:first-child):not(:last-child),.bootstrap-datetimepicker-widget .input-group-addon:not(:first-child):not(:last-child),#lfb_bootstraped.lfb_bootstraped .input-group-btn:not(:first-child):not(:last-child),.bootstrap-datetimepicker-widget .input-group-btn:not(:first-child):not(:last-child),#lfb_bootstraped.lfb_bootstraped .input-group .form-control:not(:first-child):not(:last-child),.bootstrap-datetimepicker-widget .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}#lfb_bootstraped.lfb_bootstraped .input-group-addon,.bootstrap-datetimepicker-widget .input-group-addon,#lfb_bootstraped.lfb_bootstraped .input-group-btn,.bootstrap-datetimepicker-widget .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .input-group-addon,.bootstrap-datetimepicker-widget .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .input-group-addon.input-sm,.bootstrap-datetimepicker-widget .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}#lfb_bootstraped.lfb_bootstraped .input-group-addon.input-lg,.bootstrap-datetimepicker-widget .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}#lfb_bootstraped.lfb_bootstraped .input-group-addon input[type=radio],.bootstrap-datetimepicker-widget .input-group-addon input[type=radio],#lfb_bootstraped.lfb_bootstraped .input-group-addon input[type=checkbox],.bootstrap-datetimepicker-widget .input-group-addon input[type=checkbox]{margin-top:0}#lfb_bootstraped.lfb_bootstraped .input-group .form-control:first-child,.bootstrap-datetimepicker-widget .input-group .form-control:first-child,#lfb_bootstraped.lfb_bootstraped .input-group-addon:first-child,.bootstrap-datetimepicker-widget .input-group-addon:first-child,#lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn,#lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn-group>.btn,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn-group>.btn,#lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.dropdown-toggle,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.dropdown-toggle,#lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),#lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}#lfb_bootstraped.lfb_bootstraped .input-group-addon:first-child,.bootstrap-datetimepicker-widget .input-group-addon:first-child{border-right:0}#lfb_bootstraped.lfb_bootstraped .input-group .form-control:last-child,.bootstrap-datetimepicker-widget .input-group .form-control:last-child,#lfb_bootstraped.lfb_bootstraped .input-group-addon:last-child,.bootstrap-datetimepicker-widget .input-group-addon:last-child,#lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn,#lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn-group>.btn,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn-group>.btn,#lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.dropdown-toggle,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.dropdown-toggle,#lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn:not(:first-child),#lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}#lfb_bootstraped.lfb_bootstraped .input-group-addon:last-child,.bootstrap-datetimepicker-widget .input-group-addon:last-child{border-left:0}#lfb_bootstraped.lfb_bootstraped .input-group-btn,.bootstrap-datetimepicker-widget .input-group-btn{position:relative;font-size:0;white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .input-group-btn>.btn,.bootstrap-datetimepicker-widget .input-group-btn>.btn{position:relative}#lfb_bootstraped.lfb_bootstraped .input-group-btn>.btn+.btn,.bootstrap-datetimepicker-widget .input-group-btn>.btn+.btn{margin-left:-1px}#lfb_bootstraped.lfb_bootstraped .input-group-btn>.btn:hover,.bootstrap-datetimepicker-widget .input-group-btn>.btn:hover,#lfb_bootstraped.lfb_bootstraped .input-group-btn>.btn:focus,.bootstrap-datetimepicker-widget .input-group-btn>.btn:focus,#lfb_bootstraped.lfb_bootstraped .input-group-btn>.btn:active,.bootstrap-datetimepicker-widget .input-group-btn>.btn:active{z-index:2}#lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn,#lfb_bootstraped.lfb_bootstraped .input-group-btn:first-child>.btn-group,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn-group{margin-right:-1px}#lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn,#lfb_bootstraped.lfb_bootstraped .input-group-btn:last-child>.btn-group,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn-group{margin-left:-1px}#lfb_bootstraped.lfb_bootstraped .nav,.bootstrap-datetimepicker-widget .nav{margin-bottom:0;padding-left:0;list-style:none}#lfb_bootstraped.lfb_bootstraped .nav>li,.bootstrap-datetimepicker-widget .nav>li{position:relative;display:block}#lfb_bootstraped.lfb_bootstraped .nav>li>a,.bootstrap-datetimepicker-widget .nav>li>a{position:relative;display:block;padding:10px 15px}#lfb_bootstraped.lfb_bootstraped .nav>li>a:hover,.bootstrap-datetimepicker-widget .nav>li>a:hover,#lfb_bootstraped.lfb_bootstraped .nav>li>a:focus,.bootstrap-datetimepicker-widget .nav>li>a:focus{text-decoration:none;background-color:#eee}#lfb_bootstraped.lfb_bootstraped .nav>li.disabled>a,.bootstrap-datetimepicker-widget .nav>li.disabled>a{color:#777}#lfb_bootstraped.lfb_bootstraped .nav>li.disabled>a:hover,.bootstrap-datetimepicker-widget .nav>li.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .nav>li.disabled>a:focus,.bootstrap-datetimepicker-widget .nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .nav .open>a,.bootstrap-datetimepicker-widget .nav .open>a,#lfb_bootstraped.lfb_bootstraped .nav .open>a:hover,.bootstrap-datetimepicker-widget .nav .open>a:hover,#lfb_bootstraped.lfb_bootstraped .nav .open>a:focus,.bootstrap-datetimepicker-widget .nav .open>a:focus{background-color:#eee;border-color:#428bca}#lfb_bootstraped.lfb_bootstraped .nav .nav-divider,.bootstrap-datetimepicker-widget .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}#lfb_bootstraped.lfb_bootstraped .nav>li>a>img,.bootstrap-datetimepicker-widget .nav>li>a>img{max-width:none}#lfb_bootstraped.lfb_bootstraped .nav-tabs,.bootstrap-datetimepicker-widget .nav-tabs{border-bottom:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .nav-tabs>li,.bootstrap-datetimepicker-widget .nav-tabs>li{float:left;margin-bottom:-1px}#lfb_bootstraped.lfb_bootstraped .nav-tabs>li>a,.bootstrap-datetimepicker-widget .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}#lfb_bootstraped.lfb_bootstraped .nav-tabs>li>a:hover,.bootstrap-datetimepicker-widget .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}#lfb_bootstraped.lfb_bootstraped .nav-tabs>li.active>a,.bootstrap-datetimepicker-widget .nav-tabs>li.active>a,#lfb_bootstraped.lfb_bootstraped .nav-tabs>li.active>a:hover,.bootstrap-datetimepicker-widget .nav-tabs>li.active>a:hover,#lfb_bootstraped.lfb_bootstraped .nav-tabs>li.active>a:focus,.bootstrap-datetimepicker-widget .nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified{width:100%;border-bottom:0}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>li,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>li{float:none}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>li>a,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>.dropdown .dropdown-menu,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>li,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>li{display:table-cell;width:1%}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>li>a,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>li>a{margin-bottom:0}}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>li>a,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>.active>a,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>.active>a,#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>.active>a:hover,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>.active>a:focus,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>li>a,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>.active>a,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>.active>a,#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>.active>a:hover,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .nav-tabs.nav-justified>.active>a:focus,.bootstrap-datetimepicker-widget .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}#lfb_bootstraped.lfb_bootstraped .nav-pills>li,.bootstrap-datetimepicker-widget .nav-pills>li{float:left}#lfb_bootstraped.lfb_bootstraped .nav-pills>li>a,.bootstrap-datetimepicker-widget .nav-pills>li>a{border-radius:4px}#lfb_bootstraped.lfb_bootstraped .nav-pills>li+li,.bootstrap-datetimepicker-widget .nav-pills>li+li{margin-left:2px}#lfb_bootstraped.lfb_bootstraped .nav-pills>li.active>a,.bootstrap-datetimepicker-widget .nav-pills>li.active>a,#lfb_bootstraped.lfb_bootstraped .nav-pills>li.active>a:hover,.bootstrap-datetimepicker-widget .nav-pills>li.active>a:hover,#lfb_bootstraped.lfb_bootstraped .nav-pills>li.active>a:focus,.bootstrap-datetimepicker-widget .nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}#lfb_bootstraped.lfb_bootstraped .nav-stacked>li,.bootstrap-datetimepicker-widget .nav-stacked>li{float:none}#lfb_bootstraped.lfb_bootstraped .nav-stacked>li+li,.bootstrap-datetimepicker-widget .nav-stacked>li+li{margin-top:2px;margin-left:0}#lfb_bootstraped.lfb_bootstraped .nav-justified,.bootstrap-datetimepicker-widget .nav-justified{width:100%}#lfb_bootstraped.lfb_bootstraped .nav-justified>li,.bootstrap-datetimepicker-widget .nav-justified>li{float:none}#lfb_bootstraped.lfb_bootstraped .nav-justified>li>a,.bootstrap-datetimepicker-widget .nav-justified>li>a{text-align:center;margin-bottom:5px}#lfb_bootstraped.lfb_bootstraped .nav-justified>.dropdown .dropdown-menu,.bootstrap-datetimepicker-widget .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .nav-justified>li,.bootstrap-datetimepicker-widget .nav-justified>li{display:table-cell;width:1%}#lfb_bootstraped.lfb_bootstraped .nav-justified>li>a,.bootstrap-datetimepicker-widget .nav-justified>li>a{margin-bottom:0}}#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified,.bootstrap-datetimepicker-widget .nav-tabs-justified{border-bottom:0}#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>li>a,.bootstrap-datetimepicker-widget .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>.active>a,.bootstrap-datetimepicker-widget .nav-tabs-justified>.active>a,#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>.active>a:hover,.bootstrap-datetimepicker-widget .nav-tabs-justified>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>.active>a:focus,.bootstrap-datetimepicker-widget .nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>li>a,.bootstrap-datetimepicker-widget .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>.active>a,.bootstrap-datetimepicker-widget .nav-tabs-justified>.active>a,#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>.active>a:hover,.bootstrap-datetimepicker-widget .nav-tabs-justified>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .nav-tabs-justified>.active>a:focus,.bootstrap-datetimepicker-widget .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}#lfb_bootstraped.lfb_bootstraped .tab-content>.tab-pane,.bootstrap-datetimepicker-widget .tab-content>.tab-pane{display:none}#lfb_bootstraped.lfb_bootstraped .tab-content>.active,.bootstrap-datetimepicker-widget .tab-content>.active{display:block}#lfb_bootstraped.lfb_bootstraped .nav-tabs .dropdown-menu,.bootstrap-datetimepicker-widget .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}#lfb_bootstraped.lfb_bootstraped .navbar,.bootstrap-datetimepicker-widget .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar,.bootstrap-datetimepicker-widget .navbar{border-radius:4px}}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-header,.bootstrap-datetimepicker-widget .navbar-header{float:left}}#lfb_bootstraped.lfb_bootstraped .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}#lfb_bootstraped.lfb_bootstraped .navbar-collapse.in,.bootstrap-datetimepicker-widget .navbar-collapse.in{overflow-y:auto}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-collapse{width:auto;border-top:0;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .navbar-collapse.collapse,.bootstrap-datetimepicker-widget .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}#lfb_bootstraped.lfb_bootstraped .navbar-collapse.in,.bootstrap-datetimepicker-widget .navbar-collapse.in{overflow-y:visible}.navbar-fixed-top #lfb_bootstraped.lfb_bootstraped .navbar-collapse,.navbar-fixed-top .bootstrap-datetimepicker-widget .navbar-collapse,.navbar-static-top #lfb_bootstraped.lfb_bootstraped .navbar-collapse,.navbar-static-top .bootstrap-datetimepicker-widget .navbar-collapse,.navbar-fixed-bottom #lfb_bootstraped.lfb_bootstraped .navbar-collapse,.navbar-fixed-bottom .bootstrap-datetimepicker-widget .navbar-collapse{padding-left:0;padding-right:0}}#lfb_bootstraped.lfb_bootstraped .navbar-fixed-top .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-fixed-top .navbar-collapse,#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media(max-width:480px) and (orientation:landscape){#lfb_bootstraped.lfb_bootstraped .navbar-fixed-top .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-fixed-top .navbar-collapse,#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .navbar-collapse{max-height:200px}}#lfb_bootstraped.lfb_bootstraped .container>.navbar-header,.bootstrap-datetimepicker-widget .container>.navbar-header,#lfb_bootstraped.lfb_bootstraped .container-fluid>.navbar-header,.bootstrap-datetimepicker-widget .container-fluid>.navbar-header,#lfb_bootstraped.lfb_bootstraped .container>.navbar-collapse,.bootstrap-datetimepicker-widget .container>.navbar-collapse,#lfb_bootstraped.lfb_bootstraped .container-fluid>.navbar-collapse,.bootstrap-datetimepicker-widget .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .container>.navbar-header,.bootstrap-datetimepicker-widget .container>.navbar-header,#lfb_bootstraped.lfb_bootstraped .container-fluid>.navbar-header,.bootstrap-datetimepicker-widget .container-fluid>.navbar-header,#lfb_bootstraped.lfb_bootstraped .container>.navbar-collapse,.bootstrap-datetimepicker-widget .container>.navbar-collapse,#lfb_bootstraped.lfb_bootstraped .container-fluid>.navbar-collapse,.bootstrap-datetimepicker-widget .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}#lfb_bootstraped.lfb_bootstraped .navbar-static-top,.bootstrap-datetimepicker-widget .navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-static-top,.bootstrap-datetimepicker-widget .navbar-static-top{border-radius:0}}#lfb_bootstraped.lfb_bootstraped .navbar-fixed-top,.bootstrap-datetimepicker-widget .navbar-fixed-top,#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom,.bootstrap-datetimepicker-widget .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-fixed-top,.bootstrap-datetimepicker-widget .navbar-fixed-top,#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom,.bootstrap-datetimepicker-widget .navbar-fixed-bottom{border-radius:0}}#lfb_bootstraped.lfb_bootstraped .navbar-fixed-top,.bootstrap-datetimepicker-widget .navbar-fixed-top{top:0;border-width:0 0 1px}#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom,.bootstrap-datetimepicker-widget .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}#lfb_bootstraped.lfb_bootstraped .navbar-brand,.bootstrap-datetimepicker-widget .navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}#lfb_bootstraped.lfb_bootstraped .navbar-brand:hover,.bootstrap-datetimepicker-widget .navbar-brand:hover,#lfb_bootstraped.lfb_bootstraped .navbar-brand:focus,.bootstrap-datetimepicker-widget .navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container #lfb_bootstraped.lfb_bootstraped .navbar-brand,.navbar>.container .bootstrap-datetimepicker-widget .navbar-brand,.navbar>.container-fluid #lfb_bootstraped.lfb_bootstraped .navbar-brand,.navbar>.container-fluid .bootstrap-datetimepicker-widget .navbar-brand{margin-left:-15px}}#lfb_bootstraped.lfb_bootstraped .navbar-toggle,.bootstrap-datetimepicker-widget .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .navbar-toggle:focus,.bootstrap-datetimepicker-widget .navbar-toggle:focus{outline:0}#lfb_bootstraped.lfb_bootstraped .navbar-toggle .icon-bar,.bootstrap-datetimepicker-widget .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}#lfb_bootstraped.lfb_bootstraped .navbar-toggle .icon-bar+.icon-bar,.bootstrap-datetimepicker-widget .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-toggle,.bootstrap-datetimepicker-widget .navbar-toggle{display:none}}#lfb_bootstraped.lfb_bootstraped .navbar-nav,.bootstrap-datetimepicker-widget .navbar-nav{margin:7.5px -15px}#lfb_bootstraped.lfb_bootstraped .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .navbar-nav .open .dropdown-menu,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu>li>a,#lfb_bootstraped.lfb_bootstraped .navbar-nav .open .dropdown-menu .dropdown-header,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}#lfb_bootstraped.lfb_bootstraped .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu>li>a{line-height:20px}#lfb_bootstraped.lfb_bootstraped .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu>li>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-nav,.bootstrap-datetimepicker-widget .navbar-nav{float:left;margin:0}#lfb_bootstraped.lfb_bootstraped .navbar-nav>li,.bootstrap-datetimepicker-widget .navbar-nav>li{float:left}#lfb_bootstraped.lfb_bootstraped .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}#lfb_bootstraped.lfb_bootstraped .navbar-nav.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-left,.bootstrap-datetimepicker-widget .navbar-left{float:left!important}#lfb_bootstraped.lfb_bootstraped .navbar-right,.bootstrap-datetimepicker-widget .navbar-right{float:right!important}}#lfb_bootstraped.lfb_bootstraped .navbar-form,.bootstrap-datetimepicker-widget .navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:8px -15px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-form .form-group,.bootstrap-datetimepicker-widget .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .navbar-form .form-control,.bootstrap-datetimepicker-widget .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .navbar-form .input-group,.bootstrap-datetimepicker-widget .navbar-form .input-group{display:inline-table;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .navbar-form .input-group .input-group-addon,.bootstrap-datetimepicker-widget .navbar-form .input-group .input-group-addon,#lfb_bootstraped.lfb_bootstraped .navbar-form .input-group .input-group-btn,.bootstrap-datetimepicker-widget .navbar-form .input-group .input-group-btn,#lfb_bootstraped.lfb_bootstraped .navbar-form .input-group .form-control,.bootstrap-datetimepicker-widget .navbar-form .input-group .form-control{width:auto}#lfb_bootstraped.lfb_bootstraped .navbar-form .input-group>.form-control,.bootstrap-datetimepicker-widget .navbar-form .input-group>.form-control{width:100%}#lfb_bootstraped.lfb_bootstraped .navbar-form .control-label,.bootstrap-datetimepicker-widget .navbar-form .control-label{margin-bottom:0;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .navbar-form .radio,.bootstrap-datetimepicker-widget .navbar-form .radio,#lfb_bootstraped.lfb_bootstraped .navbar-form .checkbox,.bootstrap-datetimepicker-widget .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .navbar-form .radio label,.bootstrap-datetimepicker-widget .navbar-form .radio label,#lfb_bootstraped.lfb_bootstraped .navbar-form .checkbox label,.bootstrap-datetimepicker-widget .navbar-form .checkbox label{padding-left:0}#lfb_bootstraped.lfb_bootstraped .navbar-form .radio input[type=radio],.bootstrap-datetimepicker-widget .navbar-form .radio input[type=radio],#lfb_bootstraped.lfb_bootstraped .navbar-form .checkbox input[type=checkbox],.bootstrap-datetimepicker-widget .navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}#lfb_bootstraped.lfb_bootstraped .navbar-form .has-feedback .form-control-feedback,.bootstrap-datetimepicker-widget .navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .navbar-form .form-group,.bootstrap-datetimepicker-widget .navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-form,.bootstrap-datetimepicker-widget .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .navbar-form.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-form.navbar-right:last-child{margin-right:-15px}}#lfb_bootstraped.lfb_bootstraped .navbar-nav>li>.dropdown-menu,.bootstrap-datetimepicker-widget .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}#lfb_bootstraped.lfb_bootstraped .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}#lfb_bootstraped.lfb_bootstraped .navbar-btn,.bootstrap-datetimepicker-widget .navbar-btn{margin-top:8px;margin-bottom:8px}#lfb_bootstraped.lfb_bootstraped .navbar-btn.btn-sm,.bootstrap-datetimepicker-widget .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}#lfb_bootstraped.lfb_bootstraped .navbar-btn.btn-xs,.bootstrap-datetimepicker-widget .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}#lfb_bootstraped.lfb_bootstraped .navbar-text,.bootstrap-datetimepicker-widget .navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .navbar-text,.bootstrap-datetimepicker-widget .navbar-text{float:left;margin-left:15px;margin-right:15px}#lfb_bootstraped.lfb_bootstraped .navbar-text.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-text.navbar-right:last-child{margin-right:0}}#lfb_bootstraped.lfb_bootstraped .navbar-default,.bootstrap-datetimepicker-widget .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-brand,.bootstrap-datetimepicker-widget .navbar-default .navbar-brand{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-brand:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-brand:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-brand:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-text,.bootstrap-datetimepicker-widget .navbar-default .navbar-text{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>li>a{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>li>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>li>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>li>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.active>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.active>a,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.disabled>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.disabled>a,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-toggle,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle{border-color:#ddd}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-toggle:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-toggle:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle:focus{background-color:#ddd}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-toggle .icon-bar,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle .icon-bar{background-color:#888}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-default .navbar-collapse,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-form,.bootstrap-datetimepicker-widget .navbar-default .navbar-form{border-color:#e7e7e7}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.open>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.open>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav>.open>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.active>a,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-link,.bootstrap-datetimepicker-widget .navbar-default .navbar-link{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-default .navbar-link:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-link:hover{color:#333}#lfb_bootstraped.lfb_bootstraped .navbar-default .btn-link,.bootstrap-datetimepicker-widget .navbar-default .btn-link{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-default .btn-link:hover,.bootstrap-datetimepicker-widget .navbar-default .btn-link:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .btn-link:focus,.bootstrap-datetimepicker-widget .navbar-default .btn-link:focus{color:#333}#lfb_bootstraped.lfb_bootstraped .navbar-default .btn-link[disabled]:hover,.bootstrap-datetimepicker-widget .navbar-default .btn-link[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .navbar-default .btn-link:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-default .btn-link:hover,#lfb_bootstraped.lfb_bootstraped .navbar-default .btn-link[disabled]:focus,.bootstrap-datetimepicker-widget .navbar-default .btn-link[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .navbar-default .btn-link:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-default .btn-link:focus{color:#ccc}#lfb_bootstraped.lfb_bootstraped .navbar-inverse,.bootstrap-datetimepicker-widget .navbar-inverse{background-color:#222;border-color:#080808}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-brand,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-brand{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-brand:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-brand:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-brand:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-text,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-text{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>li>a{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>li>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>li>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>li>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.active>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.active>a,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.disabled>a,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-toggle,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle{border-color:#333}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-toggle:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-toggle:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle:focus{background-color:#333}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-toggle .icon-bar,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-collapse,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-form,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form{border-color:#101010}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.open>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.open>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav>.open>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu .divider,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-link,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-link{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .navbar-link:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-link:hover{color:#fff}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .btn-link,.bootstrap-datetimepicker-widget .navbar-inverse .btn-link{color:#777}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .btn-link:hover,.bootstrap-datetimepicker-widget .navbar-inverse .btn-link:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .btn-link:focus,.bootstrap-datetimepicker-widget .navbar-inverse .btn-link:focus{color:#fff}#lfb_bootstraped.lfb_bootstraped .navbar-inverse .btn-link[disabled]:hover,.bootstrap-datetimepicker-widget .navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .navbar-inverse .btn-link:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .btn-link:hover,#lfb_bootstraped.lfb_bootstraped .navbar-inverse .btn-link[disabled]:focus,.bootstrap-datetimepicker-widget .navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] #lfb_bootstraped.lfb_bootstraped .navbar-inverse .btn-link:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .btn-link:focus{color:#444}#lfb_bootstraped.lfb_bootstraped .breadcrumb,.bootstrap-datetimepicker-widget .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .breadcrumb>li,.bootstrap-datetimepicker-widget .breadcrumb>li{display:inline-block}#lfb_bootstraped.lfb_bootstraped .breadcrumb>li+li:before,.bootstrap-datetimepicker-widget .breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}#lfb_bootstraped.lfb_bootstraped .breadcrumb>.active,.bootstrap-datetimepicker-widget .breadcrumb>.active{color:#777}#lfb_bootstraped.lfb_bootstraped .pagination,.bootstrap-datetimepicker-widget .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .pagination>li,.bootstrap-datetimepicker-widget .pagination>li{display:inline}#lfb_bootstraped.lfb_bootstraped .pagination>li>a,.bootstrap-datetimepicker-widget .pagination>li>a,#lfb_bootstraped.lfb_bootstraped .pagination>li>span,.bootstrap-datetimepicker-widget .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}#lfb_bootstraped.lfb_bootstraped .pagination>li:first-child>a,.bootstrap-datetimepicker-widget .pagination>li:first-child>a,#lfb_bootstraped.lfb_bootstraped .pagination>li:first-child>span,.bootstrap-datetimepicker-widget .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}#lfb_bootstraped.lfb_bootstraped .pagination>li:last-child>a,.bootstrap-datetimepicker-widget .pagination>li:last-child>a,#lfb_bootstraped.lfb_bootstraped .pagination>li:last-child>span,.bootstrap-datetimepicker-widget .pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}#lfb_bootstraped.lfb_bootstraped .pagination>li>a:hover,.bootstrap-datetimepicker-widget .pagination>li>a:hover,#lfb_bootstraped.lfb_bootstraped .pagination>li>span:hover,.bootstrap-datetimepicker-widget .pagination>li>span:hover,#lfb_bootstraped.lfb_bootstraped .pagination>li>a:focus,.bootstrap-datetimepicker-widget .pagination>li>a:focus,#lfb_bootstraped.lfb_bootstraped .pagination>li>span:focus,.bootstrap-datetimepicker-widget .pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}#lfb_bootstraped.lfb_bootstraped .pagination>.active>a,.bootstrap-datetimepicker-widget .pagination>.active>a,#lfb_bootstraped.lfb_bootstraped .pagination>.active>span,.bootstrap-datetimepicker-widget .pagination>.active>span,#lfb_bootstraped.lfb_bootstraped .pagination>.active>a:hover,.bootstrap-datetimepicker-widget .pagination>.active>a:hover,#lfb_bootstraped.lfb_bootstraped .pagination>.active>span:hover,.bootstrap-datetimepicker-widget .pagination>.active>span:hover,#lfb_bootstraped.lfb_bootstraped .pagination>.active>a:focus,.bootstrap-datetimepicker-widget .pagination>.active>a:focus,#lfb_bootstraped.lfb_bootstraped .pagination>.active>span:focus,.bootstrap-datetimepicker-widget .pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}#lfb_bootstraped.lfb_bootstraped .pagination>.disabled>span,.bootstrap-datetimepicker-widget .pagination>.disabled>span,#lfb_bootstraped.lfb_bootstraped .pagination>.disabled>span:hover,.bootstrap-datetimepicker-widget .pagination>.disabled>span:hover,#lfb_bootstraped.lfb_bootstraped .pagination>.disabled>span:focus,.bootstrap-datetimepicker-widget .pagination>.disabled>span:focus,#lfb_bootstraped.lfb_bootstraped .pagination>.disabled>a,.bootstrap-datetimepicker-widget .pagination>.disabled>a,#lfb_bootstraped.lfb_bootstraped .pagination>.disabled>a:hover,.bootstrap-datetimepicker-widget .pagination>.disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .pagination>.disabled>a:focus,.bootstrap-datetimepicker-widget .pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .pagination-lg>li>a,.bootstrap-datetimepicker-widget .pagination-lg>li>a,#lfb_bootstraped.lfb_bootstraped .pagination-lg>li>span,.bootstrap-datetimepicker-widget .pagination-lg>li>span{padding:10px 16px;font-size:18px}#lfb_bootstraped.lfb_bootstraped .pagination-lg>li:first-child>a,.bootstrap-datetimepicker-widget .pagination-lg>li:first-child>a,#lfb_bootstraped.lfb_bootstraped .pagination-lg>li:first-child>span,.bootstrap-datetimepicker-widget .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}#lfb_bootstraped.lfb_bootstraped .pagination-lg>li:last-child>a,.bootstrap-datetimepicker-widget .pagination-lg>li:last-child>a,#lfb_bootstraped.lfb_bootstraped .pagination-lg>li:last-child>span,.bootstrap-datetimepicker-widget .pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}#lfb_bootstraped.lfb_bootstraped .pagination-sm>li>a,.bootstrap-datetimepicker-widget .pagination-sm>li>a,#lfb_bootstraped.lfb_bootstraped .pagination-sm>li>span,.bootstrap-datetimepicker-widget .pagination-sm>li>span{padding:5px 10px;font-size:12px}#lfb_bootstraped.lfb_bootstraped .pagination-sm>li:first-child>a,.bootstrap-datetimepicker-widget .pagination-sm>li:first-child>a,#lfb_bootstraped.lfb_bootstraped .pagination-sm>li:first-child>span,.bootstrap-datetimepicker-widget .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .pagination-sm>li:last-child>a,.bootstrap-datetimepicker-widget .pagination-sm>li:last-child>a,#lfb_bootstraped.lfb_bootstraped .pagination-sm>li:last-child>span,.bootstrap-datetimepicker-widget .pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}#lfb_bootstraped.lfb_bootstraped .pager,.bootstrap-datetimepicker-widget .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}#lfb_bootstraped.lfb_bootstraped .pager li,.bootstrap-datetimepicker-widget .pager li{display:inline}#lfb_bootstraped.lfb_bootstraped .pager li>a,.bootstrap-datetimepicker-widget .pager li>a,#lfb_bootstraped.lfb_bootstraped .pager li>span,.bootstrap-datetimepicker-widget .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}#lfb_bootstraped.lfb_bootstraped .pager li>a:hover,.bootstrap-datetimepicker-widget .pager li>a:hover,#lfb_bootstraped.lfb_bootstraped .pager li>a:focus,.bootstrap-datetimepicker-widget .pager li>a:focus{text-decoration:none;background-color:#eee}#lfb_bootstraped.lfb_bootstraped .pager .next>a,.bootstrap-datetimepicker-widget .pager .next>a,#lfb_bootstraped.lfb_bootstraped .pager .next>span,.bootstrap-datetimepicker-widget .pager .next>span{float:right}#lfb_bootstraped.lfb_bootstraped .pager .previous>a,.bootstrap-datetimepicker-widget .pager .previous>a,#lfb_bootstraped.lfb_bootstraped .pager .previous>span,.bootstrap-datetimepicker-widget .pager .previous>span{float:left}#lfb_bootstraped.lfb_bootstraped .pager .disabled>a,.bootstrap-datetimepicker-widget .pager .disabled>a,#lfb_bootstraped.lfb_bootstraped .pager .disabled>a:hover,.bootstrap-datetimepicker-widget .pager .disabled>a:hover,#lfb_bootstraped.lfb_bootstraped .pager .disabled>a:focus,.bootstrap-datetimepicker-widget .pager .disabled>a:focus,#lfb_bootstraped.lfb_bootstraped .pager .disabled>span,.bootstrap-datetimepicker-widget .pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .label,.bootstrap-datetimepicker-widget .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a#lfb_bootstraped.lfb_bootstraped .label:hover,a.bootstrap-datetimepicker-widget .label:hover,a#lfb_bootstraped.lfb_bootstraped .label:focus,a.bootstrap-datetimepicker-widget .label:focus{color:#fff;text-decoration:none;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .label:empty,.bootstrap-datetimepicker-widget .label:empty{display:none}.btn #lfb_bootstraped.lfb_bootstraped .label,.btn .bootstrap-datetimepicker-widget .label{position:relative;top:-1px}#lfb_bootstraped.lfb_bootstraped .label-default,.bootstrap-datetimepicker-widget .label-default{background-color:#777}#lfb_bootstraped.lfb_bootstraped .label-default[href]:hover,.bootstrap-datetimepicker-widget .label-default[href]:hover,#lfb_bootstraped.lfb_bootstraped .label-default[href]:focus,.bootstrap-datetimepicker-widget .label-default[href]:focus{background-color:#5e5e5e}#lfb_bootstraped.lfb_bootstraped .label-primary,.bootstrap-datetimepicker-widget .label-primary{background-color:#428bca}#lfb_bootstraped.lfb_bootstraped .label-primary[href]:hover,.bootstrap-datetimepicker-widget .label-primary[href]:hover,#lfb_bootstraped.lfb_bootstraped .label-primary[href]:focus,.bootstrap-datetimepicker-widget .label-primary[href]:focus{background-color:#3071a9}#lfb_bootstraped.lfb_bootstraped .label-success,.bootstrap-datetimepicker-widget .label-success{background-color:#5cb85c}#lfb_bootstraped.lfb_bootstraped .label-success[href]:hover,.bootstrap-datetimepicker-widget .label-success[href]:hover,#lfb_bootstraped.lfb_bootstraped .label-success[href]:focus,.bootstrap-datetimepicker-widget .label-success[href]:focus{background-color:#449d44}#lfb_bootstraped.lfb_bootstraped .label-info,.bootstrap-datetimepicker-widget .label-info{background-color:#5bc0de}#lfb_bootstraped.lfb_bootstraped .label-info[href]:hover,.bootstrap-datetimepicker-widget .label-info[href]:hover,#lfb_bootstraped.lfb_bootstraped .label-info[href]:focus,.bootstrap-datetimepicker-widget .label-info[href]:focus{background-color:#31b0d5}#lfb_bootstraped.lfb_bootstraped .label-warning,.bootstrap-datetimepicker-widget .label-warning{background-color:#f0ad4e}#lfb_bootstraped.lfb_bootstraped .label-warning[href]:hover,.bootstrap-datetimepicker-widget .label-warning[href]:hover,#lfb_bootstraped.lfb_bootstraped .label-warning[href]:focus,.bootstrap-datetimepicker-widget .label-warning[href]:focus{background-color:#ec971f}#lfb_bootstraped.lfb_bootstraped .label-danger,.bootstrap-datetimepicker-widget .label-danger{background-color:#d9534f}#lfb_bootstraped.lfb_bootstraped .label-danger[href]:hover,.bootstrap-datetimepicker-widget .label-danger[href]:hover,#lfb_bootstraped.lfb_bootstraped .label-danger[href]:focus,.bootstrap-datetimepicker-widget .label-danger[href]:focus{background-color:#c9302c}#lfb_bootstraped.lfb_bootstraped .badge,.bootstrap-datetimepicker-widget .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}#lfb_bootstraped.lfb_bootstraped .badge:empty,.bootstrap-datetimepicker-widget .badge:empty{display:none}.btn #lfb_bootstraped.lfb_bootstraped .badge,.btn .bootstrap-datetimepicker-widget .badge{position:relative;top:-1px}.btn-xs #lfb_bootstraped.lfb_bootstraped .badge,.btn-xs .bootstrap-datetimepicker-widget .badge{top:0;padding:1px 5px}a#lfb_bootstraped.lfb_bootstraped .badge:hover,a.bootstrap-datetimepicker-widget .badge:hover,a#lfb_bootstraped.lfb_bootstraped .badge:focus,a.bootstrap-datetimepicker-widget .badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>#lfb_bootstraped.lfb_bootstraped .badge,a.list-group-item.active>.bootstrap-datetimepicker-widget .badge,.nav-pills>.active>a>#lfb_bootstraped.lfb_bootstraped .badge,.nav-pills>.active>a>.bootstrap-datetimepicker-widget .badge{color:#428bca;background-color:#fff}.nav-pills>li>a>#lfb_bootstraped.lfb_bootstraped .badge,.nav-pills>li>a>.bootstrap-datetimepicker-widget .badge{margin-left:3px}#lfb_bootstraped.lfb_bootstraped .jumbotron,.bootstrap-datetimepicker-widget .jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}#lfb_bootstraped.lfb_bootstraped .jumbotron h1,.bootstrap-datetimepicker-widget .jumbotron h1,#lfb_bootstraped.lfb_bootstraped .jumbotron .h1,.bootstrap-datetimepicker-widget .jumbotron .h1{color:inherit}#lfb_bootstraped.lfb_bootstraped .jumbotron p,.bootstrap-datetimepicker-widget .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}#lfb_bootstraped.lfb_bootstraped .jumbotron>hr,.bootstrap-datetimepicker-widget .jumbotron>hr{border-top-color:#d5d5d5}.container #lfb_bootstraped.lfb_bootstraped .jumbotron,.container .bootstrap-datetimepicker-widget .jumbotron{border-radius:6px}#lfb_bootstraped.lfb_bootstraped .jumbotron .container,.bootstrap-datetimepicker-widget .jumbotron .container{max-width:100%}@media screen and (min-width:768px){#lfb_bootstraped.lfb_bootstraped .jumbotron,.bootstrap-datetimepicker-widget .jumbotron{padding-top:48px;padding-bottom:48px}.container #lfb_bootstraped.lfb_bootstraped .jumbotron,.container .bootstrap-datetimepicker-widget .jumbotron{padding-left:60px;padding-right:60px}#lfb_bootstraped.lfb_bootstraped .jumbotron h1,.bootstrap-datetimepicker-widget .jumbotron h1,#lfb_bootstraped.lfb_bootstraped .jumbotron .h1,.bootstrap-datetimepicker-widget .jumbotron .h1{font-size:63px}}#lfb_bootstraped.lfb_bootstraped .thumbnail,.bootstrap-datetimepicker-widget .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#lfb_bootstraped.lfb_bootstraped .thumbnail>img,.bootstrap-datetimepicker-widget .thumbnail>img,#lfb_bootstraped.lfb_bootstraped .thumbnail a>img,.bootstrap-datetimepicker-widget .thumbnail a>img{margin-left:auto;margin-right:auto}a#lfb_bootstraped.lfb_bootstraped .thumbnail:hover,a.bootstrap-datetimepicker-widget .thumbnail:hover,a#lfb_bootstraped.lfb_bootstraped .thumbnail:focus,a.bootstrap-datetimepicker-widget .thumbnail:focus,a#lfb_bootstraped.lfb_bootstraped .thumbnail.active,a.bootstrap-datetimepicker-widget .thumbnail.active{border-color:#428bca}#lfb_bootstraped.lfb_bootstraped .thumbnail .caption,.bootstrap-datetimepicker-widget .thumbnail .caption{padding:9px;color:#333}#lfb_bootstraped.lfb_bootstraped .alert,.bootstrap-datetimepicker-widget .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .alert h4,.bootstrap-datetimepicker-widget .alert h4{margin-top:0;color:inherit}#lfb_bootstraped.lfb_bootstraped .alert .alert-link,.bootstrap-datetimepicker-widget .alert .alert-link{font-weight:700}#lfb_bootstraped.lfb_bootstraped .alert>p,.bootstrap-datetimepicker-widget .alert>p,#lfb_bootstraped.lfb_bootstraped .alert>ul,.bootstrap-datetimepicker-widget .alert>ul{margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .alert>p+p,.bootstrap-datetimepicker-widget .alert>p+p{margin-top:5px}#lfb_bootstraped.lfb_bootstraped .alert-dismissable,.bootstrap-datetimepicker-widget .alert-dismissable,#lfb_bootstraped.lfb_bootstraped .alert-dismissible,.bootstrap-datetimepicker-widget .alert-dismissible{padding-right:35px}#lfb_bootstraped.lfb_bootstraped .alert-dismissable .close,.bootstrap-datetimepicker-widget .alert-dismissable .close,#lfb_bootstraped.lfb_bootstraped .alert-dismissible .close,.bootstrap-datetimepicker-widget .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}#lfb_bootstraped.lfb_bootstraped .alert-success,.bootstrap-datetimepicker-widget .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}#lfb_bootstraped.lfb_bootstraped .alert-success hr,.bootstrap-datetimepicker-widget .alert-success hr{border-top-color:#c9e2b3}#lfb_bootstraped.lfb_bootstraped .alert-success .alert-link,.bootstrap-datetimepicker-widget .alert-success .alert-link{color:#2b542c}#lfb_bootstraped.lfb_bootstraped .alert-info,.bootstrap-datetimepicker-widget .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}#lfb_bootstraped.lfb_bootstraped .alert-info hr,.bootstrap-datetimepicker-widget .alert-info hr{border-top-color:#a6e1ec}#lfb_bootstraped.lfb_bootstraped .alert-info .alert-link,.bootstrap-datetimepicker-widget .alert-info .alert-link{color:#245269}#lfb_bootstraped.lfb_bootstraped .alert-warning,.bootstrap-datetimepicker-widget .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}#lfb_bootstraped.lfb_bootstraped .alert-warning hr,.bootstrap-datetimepicker-widget .alert-warning hr{border-top-color:#f7e1b5}#lfb_bootstraped.lfb_bootstraped .alert-warning .alert-link,.bootstrap-datetimepicker-widget .alert-warning .alert-link{color:#66512c}#lfb_bootstraped.lfb_bootstraped .alert-danger,.bootstrap-datetimepicker-widget .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}#lfb_bootstraped.lfb_bootstraped .alert-danger hr,.bootstrap-datetimepicker-widget .alert-danger hr{border-top-color:#e4b9c0}#lfb_bootstraped.lfb_bootstraped .alert-danger .alert-link,.bootstrap-datetimepicker-widget .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}#lfb_bootstraped.lfb_bootstraped .progress,.bootstrap-datetimepicker-widget .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}#lfb_bootstraped.lfb_bootstraped .progress-bar,.bootstrap-datetimepicker-widget .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}#lfb_bootstraped.lfb_bootstraped .progress-striped .progress-bar,.bootstrap-datetimepicker-widget .progress-striped .progress-bar,#lfb_bootstraped.lfb_bootstraped .progress-bar-striped,.bootstrap-datetimepicker-widget .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}#lfb_bootstraped.lfb_bootstraped .progress.active .progress-bar,.bootstrap-datetimepicker-widget .progress.active .progress-bar,#lfb_bootstraped.lfb_bootstraped .progress-bar.active,.bootstrap-datetimepicker-widget .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}#lfb_bootstraped.lfb_bootstraped .progress-bar[aria-valuenow="1"],.bootstrap-datetimepicker-widget .progress-bar[aria-valuenow="1"],#lfb_bootstraped.lfb_bootstraped .progress-bar[aria-valuenow="2"],.bootstrap-datetimepicker-widget .progress-bar[aria-valuenow="2"]{min-width:30px}#lfb_bootstraped.lfb_bootstraped .progress-bar[aria-valuenow="0"],.bootstrap-datetimepicker-widget .progress-bar[aria-valuenow="0"]{color:#777;min-width:30px;background-color:transparent;background-image:none;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .progress-bar-success,.bootstrap-datetimepicker-widget .progress-bar-success{background-color:#5cb85c}.progress-striped #lfb_bootstraped.lfb_bootstraped .progress-bar-success,.progress-striped .bootstrap-datetimepicker-widget .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#lfb_bootstraped.lfb_bootstraped .progress-bar-info,.bootstrap-datetimepicker-widget .progress-bar-info{background-color:#5bc0de}.progress-striped #lfb_bootstraped.lfb_bootstraped .progress-bar-info,.progress-striped .bootstrap-datetimepicker-widget .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#lfb_bootstraped.lfb_bootstraped .progress-bar-warning,.bootstrap-datetimepicker-widget .progress-bar-warning{background-color:#f0ad4e}.progress-striped #lfb_bootstraped.lfb_bootstraped .progress-bar-warning,.progress-striped .bootstrap-datetimepicker-widget .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#lfb_bootstraped.lfb_bootstraped .progress-bar-danger,.bootstrap-datetimepicker-widget .progress-bar-danger{background-color:#d9534f}.progress-striped #lfb_bootstraped.lfb_bootstraped .progress-bar-danger,.progress-striped .bootstrap-datetimepicker-widget .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}#lfb_bootstraped.lfb_bootstraped .media,.bootstrap-datetimepicker-widget .media,#lfb_bootstraped.lfb_bootstraped .media-body,.bootstrap-datetimepicker-widget .media-body{overflow:hidden;zoom:1}#lfb_bootstraped.lfb_bootstraped .media,.bootstrap-datetimepicker-widget .media,#lfb_bootstraped.lfb_bootstraped .media .media,.bootstrap-datetimepicker-widget .media .media{margin-top:15px}#lfb_bootstraped.lfb_bootstraped .media:first-child,.bootstrap-datetimepicker-widget .media:first-child{margin-top:0}#lfb_bootstraped.lfb_bootstraped .media-object,.bootstrap-datetimepicker-widget .media-object{display:block}#lfb_bootstraped.lfb_bootstraped .media-heading,.bootstrap-datetimepicker-widget .media-heading{margin:0 0 5px}#lfb_bootstraped.lfb_bootstraped .media>.pull-left,.bootstrap-datetimepicker-widget .media>.pull-left{margin-right:10px}#lfb_bootstraped.lfb_bootstraped .media>.pull-right,.bootstrap-datetimepicker-widget .media>.pull-right{margin-left:10px}#lfb_bootstraped.lfb_bootstraped .media-list,.bootstrap-datetimepicker-widget .media-list{padding-left:0;list-style:none}#lfb_bootstraped.lfb_bootstraped .list-group,.bootstrap-datetimepicker-widget .list-group{margin-bottom:20px;padding-left:0}#lfb_bootstraped.lfb_bootstraped .list-group-item,.bootstrap-datetimepicker-widget .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .list-group-item:first-child,.bootstrap-datetimepicker-widget .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}#lfb_bootstraped.lfb_bootstraped .list-group-item:last-child,.bootstrap-datetimepicker-widget .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}#lfb_bootstraped.lfb_bootstraped .list-group-item>.badge,.bootstrap-datetimepicker-widget .list-group-item>.badge{float:right}#lfb_bootstraped.lfb_bootstraped .list-group-item>.badge+.badge,.bootstrap-datetimepicker-widget .list-group-item>.badge+.badge{margin-right:5px}#lfb_bootstraped.lfb_bootstraped a.list-group-item,.bootstrap-datetimepicker-widget a.list-group-item{color:#555}#lfb_bootstraped.lfb_bootstraped a.list-group-item .list-group-item-heading,.bootstrap-datetimepicker-widget a.list-group-item .list-group-item-heading{color:#333}#lfb_bootstraped.lfb_bootstraped a.list-group-item:hover,.bootstrap-datetimepicker-widget a.list-group-item:hover,#lfb_bootstraped.lfb_bootstraped a.list-group-item:focus,.bootstrap-datetimepicker-widget a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled,.bootstrap-datetimepicker-widget .list-group-item.disabled,#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled:hover,.bootstrap-datetimepicker-widget .list-group-item.disabled:hover,#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled:focus,.bootstrap-datetimepicker-widget .list-group-item.disabled:focus{background-color:#eee;color:#777}#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled .list-group-item-heading,.bootstrap-datetimepicker-widget .list-group-item.disabled .list-group-item-heading,#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled:hover .list-group-item-heading,.bootstrap-datetimepicker-widget .list-group-item.disabled:hover .list-group-item-heading,#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled:focus .list-group-item-heading,.bootstrap-datetimepicker-widget .list-group-item.disabled:focus .list-group-item-heading{color:inherit}#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled .list-group-item-text,.bootstrap-datetimepicker-widget .list-group-item.disabled .list-group-item-text,#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled:hover .list-group-item-text,.bootstrap-datetimepicker-widget .list-group-item.disabled:hover .list-group-item-text,#lfb_bootstraped.lfb_bootstraped .list-group-item.disabled:focus .list-group-item-text,.bootstrap-datetimepicker-widget .list-group-item.disabled:focus .list-group-item-text{color:#777}#lfb_bootstraped.lfb_bootstraped .list-group-item.active,.bootstrap-datetimepicker-widget .list-group-item.active,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:hover,.bootstrap-datetimepicker-widget .list-group-item.active:hover,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:focus,.bootstrap-datetimepicker-widget .list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}#lfb_bootstraped.lfb_bootstraped .list-group-item.active .list-group-item-heading,.bootstrap-datetimepicker-widget .list-group-item.active .list-group-item-heading,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:hover .list-group-item-heading,.bootstrap-datetimepicker-widget .list-group-item.active:hover .list-group-item-heading,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:focus .list-group-item-heading,.bootstrap-datetimepicker-widget .list-group-item.active:focus .list-group-item-heading,#lfb_bootstraped.lfb_bootstraped .list-group-item.active .list-group-item-heading>small,.bootstrap-datetimepicker-widget .list-group-item.active .list-group-item-heading>small,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:hover .list-group-item-heading>small,.bootstrap-datetimepicker-widget .list-group-item.active:hover .list-group-item-heading>small,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:focus .list-group-item-heading>small,.bootstrap-datetimepicker-widget .list-group-item.active:focus .list-group-item-heading>small,#lfb_bootstraped.lfb_bootstraped .list-group-item.active .list-group-item-heading>.small,.bootstrap-datetimepicker-widget .list-group-item.active .list-group-item-heading>.small,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:hover .list-group-item-heading>.small,.bootstrap-datetimepicker-widget .list-group-item.active:hover .list-group-item-heading>.small,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:focus .list-group-item-heading>.small,.bootstrap-datetimepicker-widget .list-group-item.active:focus .list-group-item-heading>.small{color:inherit}#lfb_bootstraped.lfb_bootstraped .list-group-item.active .list-group-item-text,.bootstrap-datetimepicker-widget .list-group-item.active .list-group-item-text,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:hover .list-group-item-text,.bootstrap-datetimepicker-widget .list-group-item.active:hover .list-group-item-text,#lfb_bootstraped.lfb_bootstraped .list-group-item.active:focus .list-group-item-text,.bootstrap-datetimepicker-widget .list-group-item.active:focus .list-group-item-text{color:#e1edf7}#lfb_bootstraped.lfb_bootstraped .list-group-item-success,.bootstrap-datetimepicker-widget .list-group-item-success{color:#3c763d;background-color:#dff0d8}a#lfb_bootstraped.lfb_bootstraped .list-group-item-success,a.bootstrap-datetimepicker-widget .list-group-item-success{color:#3c763d}a#lfb_bootstraped.lfb_bootstraped .list-group-item-success .list-group-item-heading,a.bootstrap-datetimepicker-widget .list-group-item-success .list-group-item-heading{color:inherit}a#lfb_bootstraped.lfb_bootstraped .list-group-item-success:hover,a.bootstrap-datetimepicker-widget .list-group-item-success:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-success:focus,a.bootstrap-datetimepicker-widget .list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a#lfb_bootstraped.lfb_bootstraped .list-group-item-success.active,a.bootstrap-datetimepicker-widget .list-group-item-success.active,a#lfb_bootstraped.lfb_bootstraped .list-group-item-success.active:hover,a.bootstrap-datetimepicker-widget .list-group-item-success.active:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-success.active:focus,a.bootstrap-datetimepicker-widget .list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}#lfb_bootstraped.lfb_bootstraped .list-group-item-info,.bootstrap-datetimepicker-widget .list-group-item-info{color:#31708f;background-color:#d9edf7}a#lfb_bootstraped.lfb_bootstraped .list-group-item-info,a.bootstrap-datetimepicker-widget .list-group-item-info{color:#31708f}a#lfb_bootstraped.lfb_bootstraped .list-group-item-info .list-group-item-heading,a.bootstrap-datetimepicker-widget .list-group-item-info .list-group-item-heading{color:inherit}a#lfb_bootstraped.lfb_bootstraped .list-group-item-info:hover,a.bootstrap-datetimepicker-widget .list-group-item-info:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-info:focus,a.bootstrap-datetimepicker-widget .list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a#lfb_bootstraped.lfb_bootstraped .list-group-item-info.active,a.bootstrap-datetimepicker-widget .list-group-item-info.active,a#lfb_bootstraped.lfb_bootstraped .list-group-item-info.active:hover,a.bootstrap-datetimepicker-widget .list-group-item-info.active:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-info.active:focus,a.bootstrap-datetimepicker-widget .list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}#lfb_bootstraped.lfb_bootstraped .list-group-item-warning,.bootstrap-datetimepicker-widget .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a#lfb_bootstraped.lfb_bootstraped .list-group-item-warning,a.bootstrap-datetimepicker-widget .list-group-item-warning{color:#8a6d3b}a#lfb_bootstraped.lfb_bootstraped .list-group-item-warning .list-group-item-heading,a.bootstrap-datetimepicker-widget .list-group-item-warning .list-group-item-heading{color:inherit}a#lfb_bootstraped.lfb_bootstraped .list-group-item-warning:hover,a.bootstrap-datetimepicker-widget .list-group-item-warning:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-warning:focus,a.bootstrap-datetimepicker-widget .list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a#lfb_bootstraped.lfb_bootstraped .list-group-item-warning.active,a.bootstrap-datetimepicker-widget .list-group-item-warning.active,a#lfb_bootstraped.lfb_bootstraped .list-group-item-warning.active:hover,a.bootstrap-datetimepicker-widget .list-group-item-warning.active:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-warning.active:focus,a.bootstrap-datetimepicker-widget .list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}#lfb_bootstraped.lfb_bootstraped .list-group-item-danger,.bootstrap-datetimepicker-widget .list-group-item-danger{color:#a94442;background-color:#f2dede}a#lfb_bootstraped.lfb_bootstraped .list-group-item-danger,a.bootstrap-datetimepicker-widget .list-group-item-danger{color:#a94442}a#lfb_bootstraped.lfb_bootstraped .list-group-item-danger .list-group-item-heading,a.bootstrap-datetimepicker-widget .list-group-item-danger .list-group-item-heading{color:inherit}a#lfb_bootstraped.lfb_bootstraped .list-group-item-danger:hover,a.bootstrap-datetimepicker-widget .list-group-item-danger:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-danger:focus,a.bootstrap-datetimepicker-widget .list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a#lfb_bootstraped.lfb_bootstraped .list-group-item-danger.active,a.bootstrap-datetimepicker-widget .list-group-item-danger.active,a#lfb_bootstraped.lfb_bootstraped .list-group-item-danger.active:hover,a.bootstrap-datetimepicker-widget .list-group-item-danger.active:hover,a#lfb_bootstraped.lfb_bootstraped .list-group-item-danger.active:focus,a.bootstrap-datetimepicker-widget .list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}#lfb_bootstraped.lfb_bootstraped .list-group-item-heading,.bootstrap-datetimepicker-widget .list-group-item-heading{margin-top:0;margin-bottom:5px}#lfb_bootstraped.lfb_bootstraped .list-group-item-text,.bootstrap-datetimepicker-widget .list-group-item-text{margin-bottom:0;line-height:1.3}#lfb_bootstraped.lfb_bootstraped .panel,.bootstrap-datetimepicker-widget .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}#lfb_bootstraped.lfb_bootstraped .panel-body,.bootstrap-datetimepicker-widget .panel-body{padding:15px}#lfb_bootstraped.lfb_bootstraped .panel-heading,.bootstrap-datetimepicker-widget .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel-heading>.dropdown .dropdown-toggle,.bootstrap-datetimepicker-widget .panel-heading>.dropdown .dropdown-toggle{color:inherit}#lfb_bootstraped.lfb_bootstraped .panel-title,.bootstrap-datetimepicker-widget .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}#lfb_bootstraped.lfb_bootstraped .panel-title>a,.bootstrap-datetimepicker-widget .panel-title>a{color:inherit}#lfb_bootstraped.lfb_bootstraped .panel-footer,.bootstrap-datetimepicker-widget .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.list-group,.bootstrap-datetimepicker-widget .panel>.list-group{margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .panel>.list-group .list-group-item,.bootstrap-datetimepicker-widget .panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}#lfb_bootstraped.lfb_bootstraped .panel>.list-group:first-child .list-group-item:first-child,.bootstrap-datetimepicker-widget .panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.list-group:last-child .list-group-item:last-child,.bootstrap-datetimepicker-widget .panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel-heading+.list-group .list-group-item:first-child,.bootstrap-datetimepicker-widget .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}#lfb_bootstraped.lfb_bootstraped .list-group+.panel-footer,.bootstrap-datetimepicker-widget .list-group+.panel-footer{border-top-width:0}#lfb_bootstraped.lfb_bootstraped .panel>.table,.bootstrap-datetimepicker-widget .panel>.table,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table,#lfb_bootstraped.lfb_bootstraped .panel>.panel-collapse>.table,.bootstrap-datetimepicker-widget .panel>.panel-collapse>.table{margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child,.bootstrap-datetimepicker-widget .panel>.table:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child,.bootstrap-datetimepicker-widget .panel>.table:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}#lfb_bootstraped.lfb_bootstraped .panel>.panel-body+.table,.bootstrap-datetimepicker-widget .panel>.panel-body+.table,#lfb_bootstraped.lfb_bootstraped .panel>.panel-body+.table-responsive,.bootstrap-datetimepicker-widget .panel>.panel-body+.table-responsive{border-top:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .panel>.table>tbody:first-child>tr:first-child th,.bootstrap-datetimepicker-widget .panel>.table>tbody:first-child>tr:first-child th,#lfb_bootstraped.lfb_bootstraped .panel>.table>tbody:first-child>tr:first-child td,.bootstrap-datetimepicker-widget .panel>.table>tbody:first-child>tr:first-child td{border-top:0}#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered,.bootstrap-datetimepicker-widget .panel>.table-bordered,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered{border:0}#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>thead>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tfoot>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>thead>tr>td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr>td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tfoot>tr>td:first-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>thead>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tfoot>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>thead>tr>td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr>td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-datetimepicker-widget .panel>.table-bordered>tfoot>tr>td:last-child,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>thead>tr:first-child>td,.bootstrap-datetimepicker-widget .panel>.table-bordered>thead>tr:first-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr:first-child>td,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr:first-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>thead>tr:first-child>th,.bootstrap-datetimepicker-widget .panel>.table-bordered>thead>tr:first-child>th,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr:first-child>th,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr:first-child>th,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr:last-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-datetimepicker-widget .panel>.table-bordered>tfoot>tr:last-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-datetimepicker-widget .panel>.table-bordered>tbody>tr:last-child>th,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,#lfb_bootstraped.lfb_bootstraped .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-datetimepicker-widget .panel>.table-bordered>tfoot>tr:last-child>th,#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-datetimepicker-widget .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}#lfb_bootstraped.lfb_bootstraped .panel>.table-responsive,.bootstrap-datetimepicker-widget .panel>.table-responsive{border:0;margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .panel-group,.bootstrap-datetimepicker-widget .panel-group{margin-bottom:20px}#lfb_bootstraped.lfb_bootstraped .panel-group .panel,.bootstrap-datetimepicker-widget .panel-group .panel{margin-bottom:0;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .panel-group .panel+.panel,.bootstrap-datetimepicker-widget .panel-group .panel+.panel{margin-top:5px}#lfb_bootstraped.lfb_bootstraped .panel-group .panel-heading,.bootstrap-datetimepicker-widget .panel-group .panel-heading{border-bottom:0}#lfb_bootstraped.lfb_bootstraped .panel-group .panel-heading+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .panel-group .panel-footer,.bootstrap-datetimepicker-widget .panel-group .panel-footer{border-top:0}#lfb_bootstraped.lfb_bootstraped .panel-group .panel-footer+.panel-collapse .panel-body,.bootstrap-datetimepicker-widget .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}#lfb_bootstraped.lfb_bootstraped .panel-default,.bootstrap-datetimepicker-widget .panel-default{border-color:#ddd}#lfb_bootstraped.lfb_bootstraped .panel-default>.panel-heading,.bootstrap-datetimepicker-widget .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}#lfb_bootstraped.lfb_bootstraped .panel-default>.panel-heading+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}#lfb_bootstraped.lfb_bootstraped .panel-default>.panel-heading .badge,.bootstrap-datetimepicker-widget .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}#lfb_bootstraped.lfb_bootstraped .panel-default>.panel-footer+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}#lfb_bootstraped.lfb_bootstraped .panel-primary,.bootstrap-datetimepicker-widget .panel-primary{border-color:#428bca}#lfb_bootstraped.lfb_bootstraped .panel-primary>.panel-heading,.bootstrap-datetimepicker-widget .panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}#lfb_bootstraped.lfb_bootstraped .panel-primary>.panel-heading+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}#lfb_bootstraped.lfb_bootstraped .panel-primary>.panel-heading .badge,.bootstrap-datetimepicker-widget .panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}#lfb_bootstraped.lfb_bootstraped .panel-primary>.panel-footer+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}#lfb_bootstraped.lfb_bootstraped .panel-success,.bootstrap-datetimepicker-widget .panel-success{border-color:#d6e9c6}#lfb_bootstraped.lfb_bootstraped .panel-success>.panel-heading,.bootstrap-datetimepicker-widget .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}#lfb_bootstraped.lfb_bootstraped .panel-success>.panel-heading+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}#lfb_bootstraped.lfb_bootstraped .panel-success>.panel-heading .badge,.bootstrap-datetimepicker-widget .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}#lfb_bootstraped.lfb_bootstraped .panel-success>.panel-footer+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}#lfb_bootstraped.lfb_bootstraped .panel-info,.bootstrap-datetimepicker-widget .panel-info{border-color:#bce8f1}#lfb_bootstraped.lfb_bootstraped .panel-info>.panel-heading,.bootstrap-datetimepicker-widget .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}#lfb_bootstraped.lfb_bootstraped .panel-info>.panel-heading+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}#lfb_bootstraped.lfb_bootstraped .panel-info>.panel-heading .badge,.bootstrap-datetimepicker-widget .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}#lfb_bootstraped.lfb_bootstraped .panel-info>.panel-footer+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}#lfb_bootstraped.lfb_bootstraped .panel-warning,.bootstrap-datetimepicker-widget .panel-warning{border-color:#faebcc}#lfb_bootstraped.lfb_bootstraped .panel-warning>.panel-heading,.bootstrap-datetimepicker-widget .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}#lfb_bootstraped.lfb_bootstraped .panel-warning>.panel-heading+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}#lfb_bootstraped.lfb_bootstraped .panel-warning>.panel-heading .badge,.bootstrap-datetimepicker-widget .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}#lfb_bootstraped.lfb_bootstraped .panel-warning>.panel-footer+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}#lfb_bootstraped.lfb_bootstraped .panel-danger,.bootstrap-datetimepicker-widget .panel-danger{border-color:#ebccd1}#lfb_bootstraped.lfb_bootstraped .panel-danger>.panel-heading,.bootstrap-datetimepicker-widget .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}#lfb_bootstraped.lfb_bootstraped .panel-danger>.panel-heading+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}#lfb_bootstraped.lfb_bootstraped .panel-danger>.panel-heading .badge,.bootstrap-datetimepicker-widget .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}#lfb_bootstraped.lfb_bootstraped .panel-danger>.panel-footer+.panel-collapse>.panel-body,.bootstrap-datetimepicker-widget .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}#lfb_bootstraped.lfb_bootstraped .embed-responsive,.bootstrap-datetimepicker-widget .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}#lfb_bootstraped.lfb_bootstraped .embed-responsive .embed-responsive-item,.bootstrap-datetimepicker-widget .embed-responsive .embed-responsive-item,#lfb_bootstraped.lfb_bootstraped .embed-responsive iframe,.bootstrap-datetimepicker-widget .embed-responsive iframe,#lfb_bootstraped.lfb_bootstraped .embed-responsive embed,.bootstrap-datetimepicker-widget .embed-responsive embed,#lfb_bootstraped.lfb_bootstraped .embed-responsive object,.bootstrap-datetimepicker-widget .embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}#lfb_bootstraped.lfb_bootstraped .embed-responsive.embed-responsive-16by9,.bootstrap-datetimepicker-widget .embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}#lfb_bootstraped.lfb_bootstraped .embed-responsive.embed-responsive-4by3,.bootstrap-datetimepicker-widget .embed-responsive.embed-responsive-4by3{padding-bottom:75%}#lfb_bootstraped.lfb_bootstraped .well,.bootstrap-datetimepicker-widget .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}#lfb_bootstraped.lfb_bootstraped .well blockquote,.bootstrap-datetimepicker-widget .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}#lfb_bootstraped.lfb_bootstraped .well-lg,.bootstrap-datetimepicker-widget .well-lg{padding:24px;border-radius:6px}#lfb_bootstraped.lfb_bootstraped .well-sm,.bootstrap-datetimepicker-widget .well-sm{padding:9px;border-radius:3px}#lfb_bootstraped.lfb_bootstraped .close,.bootstrap-datetimepicker-widget .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}#lfb_bootstraped.lfb_bootstraped .close:hover,.bootstrap-datetimepicker-widget .close:hover,#lfb_bootstraped.lfb_bootstraped .close:focus,.bootstrap-datetimepicker-widget .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button#lfb_bootstraped.lfb_bootstraped .close,button.bootstrap-datetimepicker-widget .close{padding:0;cursor:pointer;background:0;border:0;-webkit-appearance:none}#lfb_bootstraped.lfb_bootstraped .modal-open,.bootstrap-datetimepicker-widget .modal-open{overflow:hidden}#lfb_bootstraped.lfb_bootstraped .modal,.bootstrap-datetimepicker-widget .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}#lfb_bootstraped.lfb_bootstraped .modal.fade .modal-dialog,.bootstrap-datetimepicker-widget .modal.fade .modal-dialog{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}#lfb_bootstraped.lfb_bootstraped .modal.in .modal-dialog,.bootstrap-datetimepicker-widget .modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#lfb_bootstraped.lfb_bootstraped .modal-open .modal,.bootstrap-datetimepicker-widget .modal-open .modal{overflow-x:hidden;overflow-y:auto}#lfb_bootstraped.lfb_bootstraped .modal-dialog,.bootstrap-datetimepicker-widget .modal-dialog{position:relative;width:auto;margin:10px}#lfb_bootstraped.lfb_bootstraped .modal-content,.bootstrap-datetimepicker-widget .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}#lfb_bootstraped.lfb_bootstraped .modal-backdrop,.bootstrap-datetimepicker-widget .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}#lfb_bootstraped.lfb_bootstraped .modal-backdrop.fade,.bootstrap-datetimepicker-widget .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}#lfb_bootstraped.lfb_bootstraped .modal-backdrop.in,.bootstrap-datetimepicker-widget .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}#lfb_bootstraped.lfb_bootstraped .modal-header,.bootstrap-datetimepicker-widget .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}#lfb_bootstraped.lfb_bootstraped .modal-header .close,.bootstrap-datetimepicker-widget .modal-header .close{margin-top:-2px}#lfb_bootstraped.lfb_bootstraped .modal-title,.bootstrap-datetimepicker-widget .modal-title{margin:0;line-height:1.428571429}#lfb_bootstraped.lfb_bootstraped .modal-body,.bootstrap-datetimepicker-widget .modal-body{position:relative;padding:15px}#lfb_bootstraped.lfb_bootstraped .modal-footer,.bootstrap-datetimepicker-widget .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}#lfb_bootstraped.lfb_bootstraped .modal-footer .btn+.btn,.bootstrap-datetimepicker-widget .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .modal-footer .btn-group .btn+.btn,.bootstrap-datetimepicker-widget .modal-footer .btn-group .btn+.btn{margin-left:-1px}#lfb_bootstraped.lfb_bootstraped .modal-footer .btn-block+.btn-block,.bootstrap-datetimepicker-widget .modal-footer .btn-block+.btn-block{margin-left:0}#lfb_bootstraped.lfb_bootstraped .modal-scrollbar-measure,.bootstrap-datetimepicker-widget .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){#lfb_bootstraped.lfb_bootstraped .modal-dialog,.bootstrap-datetimepicker-widget .modal-dialog{width:600px;margin:30px auto}#lfb_bootstraped.lfb_bootstraped .modal-content,.bootstrap-datetimepicker-widget .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}#lfb_bootstraped.lfb_bootstraped .modal-sm,.bootstrap-datetimepicker-widget .modal-sm{width:300px}}@media(min-width:992px){#lfb_bootstraped.lfb_bootstraped .modal-lg,.bootstrap-datetimepicker-widget .modal-lg{width:900px}}#lfb_bootstraped.lfb_bootstraped .tooltip,.bootstrap-datetimepicker-widget .tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}#lfb_bootstraped.lfb_bootstraped .tooltip.in,.bootstrap-datetimepicker-widget .tooltip.in{opacity:.9;filter:alpha(opacity=90)}#lfb_bootstraped.lfb_bootstraped .tooltip.top,.bootstrap-datetimepicker-widget .tooltip.top{margin-top:-3px;padding:5px 0}#lfb_bootstraped.lfb_bootstraped .tooltip.right,.bootstrap-datetimepicker-widget .tooltip.right{margin-left:3px;padding:0 5px}#lfb_bootstraped.lfb_bootstraped .tooltip.bottom,.bootstrap-datetimepicker-widget .tooltip.bottom{margin-top:3px;padding:5px 0}#lfb_bootstraped.lfb_bootstraped .tooltip.left,.bootstrap-datetimepicker-widget .tooltip.left{margin-left:-3px;padding:0 5px}#lfb_bootstraped.lfb_bootstraped .tooltip-inner,.bootstrap-datetimepicker-widget .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}#lfb_bootstraped.lfb_bootstraped .tooltip.top .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}#lfb_bootstraped.lfb_bootstraped .tooltip.top-left .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}#lfb_bootstraped.lfb_bootstraped .tooltip.top-right .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}#lfb_bootstraped.lfb_bootstraped .tooltip.right .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}#lfb_bootstraped.lfb_bootstraped .tooltip.left .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}#lfb_bootstraped.lfb_bootstraped .tooltip.bottom .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}#lfb_bootstraped.lfb_bootstraped .tooltip.bottom-left .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}#lfb_bootstraped.lfb_bootstraped .tooltip.bottom-right .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}#lfb_bootstraped.lfb_bootstraped .popover,.bootstrap-datetimepicker-widget .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}#lfb_bootstraped.lfb_bootstraped .popover.top,.bootstrap-datetimepicker-widget .popover.top{margin-top:-10px}#lfb_bootstraped.lfb_bootstraped .popover.right,.bootstrap-datetimepicker-widget .popover.right{margin-left:10px}#lfb_bootstraped.lfb_bootstraped .popover.bottom,.bootstrap-datetimepicker-widget .popover.bottom{margin-top:10px}#lfb_bootstraped.lfb_bootstraped .popover.left,.bootstrap-datetimepicker-widget .popover.left{margin-left:-10px}#lfb_bootstraped.lfb_bootstraped .popover-title,.bootstrap-datetimepicker-widget .popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}#lfb_bootstraped.lfb_bootstraped .popover-content,.bootstrap-datetimepicker-widget .popover-content{padding:9px 14px}#lfb_bootstraped.lfb_bootstraped .popover>.arrow,.bootstrap-datetimepicker-widget .popover>.arrow,#lfb_bootstraped.lfb_bootstraped .popover>.arrow:after,.bootstrap-datetimepicker-widget .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}#lfb_bootstraped.lfb_bootstraped .popover>.arrow,.bootstrap-datetimepicker-widget .popover>.arrow{border-width:11px}#lfb_bootstraped.lfb_bootstraped .popover>.arrow:after,.bootstrap-datetimepicker-widget .popover>.arrow:after{border-width:10px;content:""}#lfb_bootstraped.lfb_bootstraped .popover.top>.arrow,.bootstrap-datetimepicker-widget .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}#lfb_bootstraped.lfb_bootstraped .popover.top>.arrow:after,.bootstrap-datetimepicker-widget .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}#lfb_bootstraped.lfb_bootstraped .popover.right>.arrow,.bootstrap-datetimepicker-widget .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}#lfb_bootstraped.lfb_bootstraped .popover.right>.arrow:after,.bootstrap-datetimepicker-widget .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}#lfb_bootstraped.lfb_bootstraped .popover.bottom>.arrow,.bootstrap-datetimepicker-widget .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}#lfb_bootstraped.lfb_bootstraped .popover.bottom>.arrow:after,.bootstrap-datetimepicker-widget .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}#lfb_bootstraped.lfb_bootstraped .popover.left>.arrow,.bootstrap-datetimepicker-widget .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}#lfb_bootstraped.lfb_bootstraped .popover.left>.arrow:after,.bootstrap-datetimepicker-widget .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}#lfb_bootstraped.lfb_bootstraped .carousel,.bootstrap-datetimepicker-widget .carousel{position:relative}#lfb_bootstraped.lfb_bootstraped .carousel-inner,.bootstrap-datetimepicker-widget .carousel-inner{position:relative;overflow:hidden;width:100%}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.item,.bootstrap-datetimepicker-widget .carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.item>img,.bootstrap-datetimepicker-widget .carousel-inner>.item>img,#lfb_bootstraped.lfb_bootstraped .carousel-inner>.item>a>img,.bootstrap-datetimepicker-widget .carousel-inner>.item>a>img{line-height:1}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.active,.bootstrap-datetimepicker-widget .carousel-inner>.active,#lfb_bootstraped.lfb_bootstraped .carousel-inner>.next,.bootstrap-datetimepicker-widget .carousel-inner>.next,#lfb_bootstraped.lfb_bootstraped .carousel-inner>.prev,.bootstrap-datetimepicker-widget .carousel-inner>.prev{display:block}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.active,.bootstrap-datetimepicker-widget .carousel-inner>.active{left:0}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.next,.bootstrap-datetimepicker-widget .carousel-inner>.next,#lfb_bootstraped.lfb_bootstraped .carousel-inner>.prev,.bootstrap-datetimepicker-widget .carousel-inner>.prev{position:absolute;top:0;width:100%}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.next,.bootstrap-datetimepicker-widget .carousel-inner>.next{left:100%}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.prev,.bootstrap-datetimepicker-widget .carousel-inner>.prev{left:-100%}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.next.left,.bootstrap-datetimepicker-widget .carousel-inner>.next.left,#lfb_bootstraped.lfb_bootstraped .carousel-inner>.prev.right,.bootstrap-datetimepicker-widget .carousel-inner>.prev.right{left:0}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.active.left,.bootstrap-datetimepicker-widget .carousel-inner>.active.left{left:-100%}#lfb_bootstraped.lfb_bootstraped .carousel-inner>.active.right,.bootstrap-datetimepicker-widget .carousel-inner>.active.right{left:100%}#lfb_bootstraped.lfb_bootstraped .carousel-control,.bootstrap-datetimepicker-widget .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}#lfb_bootstraped.lfb_bootstraped .carousel-control.left,.bootstrap-datetimepicker-widget .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}#lfb_bootstraped.lfb_bootstraped .carousel-control.right,.bootstrap-datetimepicker-widget .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}#lfb_bootstraped.lfb_bootstraped .carousel-control:hover,.bootstrap-datetimepicker-widget .carousel-control:hover,#lfb_bootstraped.lfb_bootstraped .carousel-control:focus,.bootstrap-datetimepicker-widget .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-prev,.bootstrap-datetimepicker-widget .carousel-control .icon-prev,#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-next,.bootstrap-datetimepicker-widget .carousel-control .icon-next,#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-left,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-left,#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-right,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-prev,.bootstrap-datetimepicker-widget .carousel-control .icon-prev,#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-left,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-next,.bootstrap-datetimepicker-widget .carousel-control .icon-next,#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-right,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-prev,.bootstrap-datetimepicker-widget .carousel-control .icon-prev,#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-next,.bootstrap-datetimepicker-widget .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-prev:before,.bootstrap-datetimepicker-widget .carousel-control .icon-prev:before{content:'\2039'}#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-next:before,.bootstrap-datetimepicker-widget .carousel-control .icon-next:before{content:'\203a'}#lfb_bootstraped.lfb_bootstraped .carousel-indicators,.bootstrap-datetimepicker-widget .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}#lfb_bootstraped.lfb_bootstraped .carousel-indicators li,.bootstrap-datetimepicker-widget .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}#lfb_bootstraped.lfb_bootstraped .carousel-indicators .active,.bootstrap-datetimepicker-widget .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}#lfb_bootstraped.lfb_bootstraped .carousel-caption,.bootstrap-datetimepicker-widget .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}#lfb_bootstraped.lfb_bootstraped .carousel-caption .btn,.bootstrap-datetimepicker-widget .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-left,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-left,#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-right,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-right,#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-prev,.bootstrap-datetimepicker-widget .carousel-control .icon-prev,#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-next,.bootstrap-datetimepicker-widget .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-left,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-left,#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-prev,.bootstrap-datetimepicker-widget .carousel-control .icon-prev{margin-left:-15px}#lfb_bootstraped.lfb_bootstraped .carousel-control .glyphicon-chevron-right,.bootstrap-datetimepicker-widget .carousel-control .glyphicon-chevron-right,#lfb_bootstraped.lfb_bootstraped .carousel-control .icon-next,.bootstrap-datetimepicker-widget .carousel-control .icon-next{margin-right:-15px}#lfb_bootstraped.lfb_bootstraped .carousel-caption,.bootstrap-datetimepicker-widget .carousel-caption{left:20%;right:20%;padding-bottom:30px}#lfb_bootstraped.lfb_bootstraped .carousel-indicators,.bootstrap-datetimepicker-widget .carousel-indicators{bottom:20px}}#lfb_bootstraped.lfb_bootstraped .clearfix:before,.bootstrap-datetimepicker-widget .clearfix:before,#lfb_bootstraped.lfb_bootstraped .clearfix:after,.bootstrap-datetimepicker-widget .clearfix:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .dl-horizontal dd:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .dl-horizontal dd:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .dl-horizontal dd:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .dl-horizontal dd:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .dl-horizontal dd:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .dl-horizontal dd:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .dl-horizontal dd:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .dl-horizontal dd:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .container:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .container:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .container:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .container:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .container:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .container:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .container:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .container:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .container-fluid:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .container-fluid:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .container-fluid:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .container-fluid:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .container-fluid:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .container-fluid:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .container-fluid:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .container-fluid:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .row:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .row:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .row:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .row:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .row:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .row:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .row:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .row:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .form-horizontal .form-group:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .form-horizontal .form-group:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .form-horizontal .form-group:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .form-horizontal .form-group:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .btn-toolbar:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .btn-toolbar:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .btn-toolbar:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .btn-toolbar:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .btn-toolbar:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .btn-toolbar:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .btn-toolbar:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .btn-toolbar:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .nav:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .nav:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .nav:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .nav:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .nav:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .nav:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .nav:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .nav:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar-header:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar-header:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar-header:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar-header:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar-header:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar-header:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar-header:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar-header:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar-collapse:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar-collapse:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar-collapse:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar-collapse:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar-collapse:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar-collapse:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar-collapse:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar-collapse:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .pager:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .pager:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .pager:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .pager:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .pager:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .pager:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .pager:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .pager:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .panel-body:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .panel-body:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .panel-body:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .panel-body:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .panel-body:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .panel-body:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .panel-body:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .panel-body:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .modal-footer:before,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .modal-footer:before,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .modal-footer:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .modal-footer:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .modal-footer:before,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .modal-footer:before,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .modal-footer:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .modal-footer:after{content:" ";display:table}#lfb_bootstraped.lfb_bootstraped .clearfix:after,.bootstrap-datetimepicker-widget .clearfix:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .dl-horizontal dd:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .dl-horizontal dd:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .dl-horizontal dd:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .dl-horizontal dd:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .container:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .container:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .container:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .container:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .container-fluid:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .container-fluid:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .container-fluid:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .container-fluid:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .row:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .row:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .row:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .row:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .form-horizontal .form-group:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .form-horizontal .form-group:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .form-horizontal .form-group:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .btn-toolbar:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .btn-toolbar:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .btn-toolbar:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .btn-toolbar:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .btn-group-vertical>.btn-group:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .btn-group-vertical>.btn-group:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .nav:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .nav:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .nav:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .nav:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar-header:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar-header:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar-header:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar-header:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .navbar-collapse:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .navbar-collapse:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .navbar-collapse:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .navbar-collapse:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .pager:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .pager:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .pager:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .pager:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .panel-body:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .panel-body:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .panel-body:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .panel-body:after,#lfb_bootstraped.lfb_bootstraped #lfb_bootstraped.lfb_bootstraped .modal-footer:after,.bootstrap-datetimepicker-widget #lfb_bootstraped.lfb_bootstraped .modal-footer:after,#lfb_bootstraped.lfb_bootstraped .bootstrap-datetimepicker-widget .modal-footer:after,.bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget .modal-footer:after{clear:both}#lfb_bootstraped.lfb_bootstraped .center-block,.bootstrap-datetimepicker-widget .center-block{display:block;margin-left:auto;margin-right:auto}#lfb_bootstraped.lfb_bootstraped .pull-right,.bootstrap-datetimepicker-widget .pull-right{float:right!important}#lfb_bootstraped.lfb_bootstraped .pull-left,.bootstrap-datetimepicker-widget .pull-left{float:left!important}#lfb_bootstraped.lfb_bootstraped .hide,.bootstrap-datetimepicker-widget .hide{display:none!important}#lfb_bootstraped.lfb_bootstraped .show,.bootstrap-datetimepicker-widget .show{display:block!important}#lfb_bootstraped.lfb_bootstraped .invisible,.bootstrap-datetimepicker-widget .invisible{visibility:hidden}#lfb_bootstraped.lfb_bootstraped .text-hide,.bootstrap-datetimepicker-widget .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}#lfb_bootstraped.lfb_bootstraped .hidden,.bootstrap-datetimepicker-widget .hidden{display:none!important;visibility:hidden!important}#lfb_bootstraped.lfb_bootstraped .affix,.bootstrap-datetimepicker-widget .affix{position:fixed;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#lfb_bootstraped.lfb_bootstraped .visible-xs,.bootstrap-datetimepicker-widget .visible-xs,#lfb_bootstraped.lfb_bootstraped .visible-sm,.bootstrap-datetimepicker-widget .visible-sm,#lfb_bootstraped.lfb_bootstraped .visible-md,.bootstrap-datetimepicker-widget .visible-md,#lfb_bootstraped.lfb_bootstraped .visible-lg,.bootstrap-datetimepicker-widget .visible-lg{display:none!important}#lfb_bootstraped.lfb_bootstraped .visible-xs-block,.bootstrap-datetimepicker-widget .visible-xs-block,#lfb_bootstraped.lfb_bootstraped .visible-xs-inline,.bootstrap-datetimepicker-widget .visible-xs-inline,#lfb_bootstraped.lfb_bootstraped .visible-xs-inline-block,.bootstrap-datetimepicker-widget .visible-xs-inline-block,#lfb_bootstraped.lfb_bootstraped .visible-sm-block,.bootstrap-datetimepicker-widget .visible-sm-block,#lfb_bootstraped.lfb_bootstraped .visible-sm-inline,.bootstrap-datetimepicker-widget .visible-sm-inline,#lfb_bootstraped.lfb_bootstraped .visible-sm-inline-block,.bootstrap-datetimepicker-widget .visible-sm-inline-block,#lfb_bootstraped.lfb_bootstraped .visible-md-block,.bootstrap-datetimepicker-widget .visible-md-block,#lfb_bootstraped.lfb_bootstraped .visible-md-inline,.bootstrap-datetimepicker-widget .visible-md-inline,#lfb_bootstraped.lfb_bootstraped .visible-md-inline-block,.bootstrap-datetimepicker-widget .visible-md-inline-block,#lfb_bootstraped.lfb_bootstraped .visible-lg-block,.bootstrap-datetimepicker-widget .visible-lg-block,#lfb_bootstraped.lfb_bootstraped .visible-lg-inline,.bootstrap-datetimepicker-widget .visible-lg-inline,#lfb_bootstraped.lfb_bootstraped .visible-lg-inline-block,.bootstrap-datetimepicker-widget .visible-lg-inline-block{display:none!important}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .visible-xs,.bootstrap-datetimepicker-widget .visible-xs{display:block!important}table#lfb_bootstraped.lfb_bootstraped .visible-xs,table.bootstrap-datetimepicker-widget .visible-xs{display:table}tr#lfb_bootstraped.lfb_bootstraped .visible-xs,tr.bootstrap-datetimepicker-widget .visible-xs{display:table-row!important}th#lfb_bootstraped.lfb_bootstraped .visible-xs,th.bootstrap-datetimepicker-widget .visible-xs,td#lfb_bootstraped.lfb_bootstraped .visible-xs,td.bootstrap-datetimepicker-widget .visible-xs{display:table-cell!important}}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .visible-xs-block,.bootstrap-datetimepicker-widget .visible-xs-block{display:block!important}}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .visible-xs-inline,.bootstrap-datetimepicker-widget .visible-xs-inline{display:inline!important}}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .visible-xs-inline-block,.bootstrap-datetimepicker-widget .visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px) and (max-width:991px){#lfb_bootstraped.lfb_bootstraped .visible-sm,.bootstrap-datetimepicker-widget .visible-sm{display:block!important}table#lfb_bootstraped.lfb_bootstraped .visible-sm,table.bootstrap-datetimepicker-widget .visible-sm{display:table}tr#lfb_bootstraped.lfb_bootstraped .visible-sm,tr.bootstrap-datetimepicker-widget .visible-sm{display:table-row!important}th#lfb_bootstraped.lfb_bootstraped .visible-sm,th.bootstrap-datetimepicker-widget .visible-sm,td#lfb_bootstraped.lfb_bootstraped .visible-sm,td.bootstrap-datetimepicker-widget .visible-sm{display:table-cell!important}#lfb_bootstraped.lfb_bootstraped .visible-sm-block,.bootstrap-datetimepicker-widget .visible-sm-block{display:block!important}#lfb_bootstraped.lfb_bootstraped .visible-sm-inline,.bootstrap-datetimepicker-widget .visible-sm-inline{display:inline!important}#lfb_bootstraped.lfb_bootstraped .visible-sm-inline-block,.bootstrap-datetimepicker-widget .visible-sm-inline-block{display:inline-block!important}}@media(min-width:992px) and (max-width:1199px){#lfb_bootstraped.lfb_bootstraped .visible-md,.bootstrap-datetimepicker-widget .visible-md{display:block!important}table#lfb_bootstraped.lfb_bootstraped .visible-md,table.bootstrap-datetimepicker-widget .visible-md{display:table}tr#lfb_bootstraped.lfb_bootstraped .visible-md,tr.bootstrap-datetimepicker-widget .visible-md{display:table-row!important}th#lfb_bootstraped.lfb_bootstraped .visible-md,th.bootstrap-datetimepicker-widget .visible-md,td#lfb_bootstraped.lfb_bootstraped .visible-md,td.bootstrap-datetimepicker-widget .visible-md{display:table-cell!important}#lfb_bootstraped.lfb_bootstraped .visible-md-block,.bootstrap-datetimepicker-widget .visible-md-block{display:block!important}#lfb_bootstraped.lfb_bootstraped .visible-md-inline,.bootstrap-datetimepicker-widget .visible-md-inline{display:inline!important}#lfb_bootstraped.lfb_bootstraped .visible-md-inline-block,.bootstrap-datetimepicker-widget .visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){#lfb_bootstraped.lfb_bootstraped .visible-lg,.bootstrap-datetimepicker-widget .visible-lg{display:block!important}table#lfb_bootstraped.lfb_bootstraped .visible-lg,table.bootstrap-datetimepicker-widget .visible-lg{display:table}tr#lfb_bootstraped.lfb_bootstraped .visible-lg,tr.bootstrap-datetimepicker-widget .visible-lg{display:table-row!important}th#lfb_bootstraped.lfb_bootstraped .visible-lg,th.bootstrap-datetimepicker-widget .visible-lg,td#lfb_bootstraped.lfb_bootstraped .visible-lg,td.bootstrap-datetimepicker-widget .visible-lg{display:table-cell!important}}@media(min-width:1200px){#lfb_bootstraped.lfb_bootstraped .visible-lg-block,.bootstrap-datetimepicker-widget .visible-lg-block{display:block!important}}@media(min-width:1200px){#lfb_bootstraped.lfb_bootstraped .visible-lg-inline,.bootstrap-datetimepicker-widget .visible-lg-inline{display:inline!important}}@media(min-width:1200px){#lfb_bootstraped.lfb_bootstraped .visible-lg-inline-block,.bootstrap-datetimepicker-widget .visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){#lfb_bootstraped.lfb_bootstraped .hidden-xs,.bootstrap-datetimepicker-widget .hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){#lfb_bootstraped.lfb_bootstraped .hidden-sm,.bootstrap-datetimepicker-widget .hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){#lfb_bootstraped.lfb_bootstraped .hidden-md,.bootstrap-datetimepicker-widget .hidden-md{display:none!important}}@media(min-width:1200px){#lfb_bootstraped.lfb_bootstraped .hidden-lg,.bootstrap-datetimepicker-widget .hidden-lg{display:none!important}}#lfb_bootstraped.lfb_bootstraped .visible-print,.bootstrap-datetimepicker-widget .visible-print{display:none!important}@media print{#lfb_bootstraped.lfb_bootstraped .visible-print,.bootstrap-datetimepicker-widget .visible-print{display:block!important}table#lfb_bootstraped.lfb_bootstraped .visible-print,table.bootstrap-datetimepicker-widget .visible-print{display:table}tr#lfb_bootstraped.lfb_bootstraped .visible-print,tr.bootstrap-datetimepicker-widget .visible-print{display:table-row!important}th#lfb_bootstraped.lfb_bootstraped .visible-print,th.bootstrap-datetimepicker-widget .visible-print,td#lfb_bootstraped.lfb_bootstraped .visible-print,td.bootstrap-datetimepicker-widget .visible-print{display:table-cell!important}}#lfb_bootstraped.lfb_bootstraped .visible-print-block,.bootstrap-datetimepicker-widget .visible-print-block{display:none!important}@media print{#lfb_bootstraped.lfb_bootstraped .visible-print-block,.bootstrap-datetimepicker-widget .visible-print-block{display:block!important}}#lfb_bootstraped.lfb_bootstraped .visible-print-inline,.bootstrap-datetimepicker-widget .visible-print-inline{display:none!important}@media print{#lfb_bootstraped.lfb_bootstraped .visible-print-inline,.bootstrap-datetimepicker-widget .visible-print-inline{display:inline!important}}#lfb_bootstraped.lfb_bootstraped .visible-print-inline-block,.bootstrap-datetimepicker-widget .visible-print-inline-block{display:none!important}@media print{#lfb_bootstraped.lfb_bootstraped .visible-print-inline-block,.bootstrap-datetimepicker-widget .visible-print-inline-block{display:inline-block!important}}@media print{#lfb_bootstraped.lfb_bootstraped .hidden-print,.bootstrap-datetimepicker-widget .hidden-print{display:none!important}} #lfb_bootstraped.lfb_bootstraped select.bs-select-hidden,#lfb_bootstraped.lfb_bootstraped select.selectpicker{display:none!important}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select{width:220px \0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select>.dropdown-toggle.bs-placeholder,#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select>.dropdown-toggle.bs-placeholder:hover,#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select>.dropdown-toggle.bs-placeholder:focus,#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select>.dropdown-toggle.bs-placeholder:active{color:#999}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}#lfb_bootstraped.lfb_bootstraped .has-error .lfb_bootstrap-select .dropdown-toggle,#lfb_bootstraped.lfb_bootstraped .error .lfb_bootstrap-select .dropdown-toggle{border-color:#b94a48}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.fit-width{width:auto!important}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:220px}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.form-control{margin-bottom:0;padding:0;border:0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.form-control:not([class*="col-"]){width:100%}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.form-control.input-group-btn{z-index:auto}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group:not(.input-group-btn),#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group[class*="col-"]{float:none;display:inline-block;margin-left:0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.dropdown-menu-right,#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,#lfb_bootstraped.lfb_bootstraped .row .lfb_bootstrap-select.btn-group[class*="col-"].dropdown-menu-right{float:right}#lfb_bootstraped.lfb_bootstraped .form-inline .lfb_bootstrap-select.btn-group,#lfb_bootstraped.lfb_bootstraped .form-horizontal .lfb_bootstrap-select.btn-group,#lfb_bootstraped.lfb_bootstraped .form-group .lfb_bootstrap-select.btn-group{margin-bottom:0}#lfb_bootstraped.lfb_bootstraped .form-group-lg .lfb_bootstrap-select.btn-group.form-control,#lfb_bootstraped.lfb_bootstraped .form-group-sm .lfb_bootstrap-select.btn-group.form-control{padding:0}#lfb_bootstraped.lfb_bootstraped .form-inline .lfb_bootstrap-select.btn-group .form-control{width:100%}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.disabled,#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group>.disabled{cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.disabled:focus,#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group>.disabled:focus{outline:none!important}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group[class*="col-"] .dropdown-toggle{width:100%}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li{position:relative}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,0.2);position:absolute;bottom:-4px;left:9px;display:none}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,0.2);border-bottom:0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid white;border-bottom:0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}#lfb_bootstraped.lfb_bootstraped .bs-searchbox,#lfb_bootstraped.lfb_bootstraped .bs-actionsbox,#lfb_bootstraped.lfb_bootstraped .bs-donebutton{padding:4px 8px}#lfb_bootstraped.lfb_bootstraped .bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped .bs-actionsbox .btn-group button{width:50%}#lfb_bootstraped.lfb_bootstraped .bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped .bs-donebutton .btn-group button{width:100%}#lfb_bootstraped.lfb_bootstraped .bs-searchbox .bs-actionsbox{padding:0 8px 4px}#lfb_bootstraped.lfb_bootstraped .bs-searchbox .form-control{margin-bottom:0;width:100%;float:none} @font-face{font-family:Lato;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-black.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-black.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-black.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-black.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-black.svg#latoblack) format('svg');font-weight:900;font-style:normal}@font-face{font-family:Lato;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bold.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bold.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bold.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bold.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bold.svg#latobold) format('svg');font-weight:700;font-style:normal}@font-face{font-family:Lato;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bolditalic.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bolditalic.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bolditalic.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bolditalic.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-bolditalic.svg#latobold-italic) format('svg');font-weight:700;font-style:italic}@font-face{font-family:Lato;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-italic.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-italic.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-italic.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-italic.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-italic.svg#latoitalic) format('svg');font-weight:400;font-style:italic}@font-face{font-family:Lato;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-light.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-light.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-light.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-light.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-light.svg#latolight) format('svg');font-weight:300;font-style:normal}@font-face{font-family:Lato;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-regular.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-regular.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-regular.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-regular.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/lato/lato-regular.svg#latoregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:Flat-UI-Icons;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/flat-ui-icons-regular.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/flat-ui-icons-regular.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/flat-ui-icons-regular.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/flat-ui-icons-regular.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/WP_Estimation_Form/assets/fonts/flat-ui-icons-regular.svg#flat-ui-icons-regular) format('svg');font-weight:400;font-style:normal}#estimation_popup.wpe_bootstraped [data-icon]:before,.bootstrap-datetimepicker-widget [data-icon]:before{font-family:Flat-UI-Icons;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#estimation_popup.wpe_bootstraped .fui-arrow-right,.bootstrap-datetimepicker-widget .fui-arrow-right,#estimation_popup.wpe_bootstraped .fui-arrow-left,.bootstrap-datetimepicker-widget .fui-arrow-left,#estimation_popup.wpe_bootstraped .fui-cmd,.bootstrap-datetimepicker-widget .fui-cmd,#estimation_popup.wpe_bootstraped .fui-check-inverted,.bootstrap-datetimepicker-widget .fui-check-inverted,#estimation_popup.wpe_bootstraped .fui-heart,.bootstrap-datetimepicker-widget .fui-heart,#estimation_popup.wpe_bootstraped .fui-location,.bootstrap-datetimepicker-widget .fui-location,#estimation_popup.wpe_bootstraped .fui-plus,.bootstrap-datetimepicker-widget .fui-plus,#estimation_popup.wpe_bootstraped .fui-check,.bootstrap-datetimepicker-widget .fui-check,#estimation_popup.wpe_bootstraped .fui-cross,.bootstrap-datetimepicker-widget .fui-cross,#estimation_popup.wpe_bootstraped .fui-list,.bootstrap-datetimepicker-widget .fui-list,#estimation_popup.wpe_bootstraped .fui-new,.bootstrap-datetimepicker-widget .fui-new,#estimation_popup.wpe_bootstraped .fui-video,.bootstrap-datetimepicker-widget .fui-video,#estimation_popup.wpe_bootstraped .fui-photo,.bootstrap-datetimepicker-widget .fui-photo,#estimation_popup.wpe_bootstraped .fui-volume,.bootstrap-datetimepicker-widget .fui-volume,#estimation_popup.wpe_bootstraped .fui-time,.bootstrap-datetimepicker-widget .fui-time,#estimation_popup.wpe_bootstraped .fui-eye,.bootstrap-datetimepicker-widget .fui-eye,#estimation_popup.wpe_bootstraped .fui-chat,.bootstrap-datetimepicker-widget .fui-chat,#estimation_popup.wpe_bootstraped .fui-search,.bootstrap-datetimepicker-widget .fui-search,#estimation_popup.wpe_bootstraped .fui-user,.bootstrap-datetimepicker-widget .fui-user,#estimation_popup.wpe_bootstraped .fui-mail,.bootstrap-datetimepicker-widget .fui-mail,#estimation_popup.wpe_bootstraped .fui-lock,.bootstrap-datetimepicker-widget .fui-lock,#estimation_popup.wpe_bootstraped .fui-gear,.bootstrap-datetimepicker-widget .fui-gear,#estimation_popup.wpe_bootstraped .fui-radio-unchecked,.bootstrap-datetimepicker-widget .fui-radio-unchecked,#estimation_popup.wpe_bootstraped .fui-radio-checked,.bootstrap-datetimepicker-widget .fui-radio-checked,#estimation_popup.wpe_bootstraped .fui-checkbox-unchecked,.bootstrap-datetimepicker-widget .fui-checkbox-unchecked,#estimation_popup.wpe_bootstraped .fui-checkbox-checked,.bootstrap-datetimepicker-widget .fui-checkbox-checked,#estimation_popup.wpe_bootstraped .fui-calendar-solid,.bootstrap-datetimepicker-widget .fui-calendar-solid,#estimation_popup.wpe_bootstraped .fui-pause,.bootstrap-datetimepicker-widget .fui-pause,#estimation_popup.wpe_bootstraped .fui-play,.bootstrap-datetimepicker-widget .fui-play,#estimation_popup.wpe_bootstraped .fui-check-inverted-2,.bootstrap-datetimepicker-widget .fui-check-inverted-2{display:inline-block;font-family:Flat-UI-Icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#estimation_popup.wpe_bootstraped .fui-arrow-right:before,.bootstrap-datetimepicker-widget .fui-arrow-right:before{content:"\e02c"}#estimation_popup.wpe_bootstraped .fui-arrow-left:before,.bootstrap-datetimepicker-widget .fui-arrow-left:before{content:"\e02d"}#estimation_popup.wpe_bootstraped .fui-cmd:before,.bootstrap-datetimepicker-widget .fui-cmd:before{content:"\e02f"}#estimation_popup.wpe_bootstraped .fui-check-inverted:before,.bootstrap-datetimepicker-widget .fui-check-inverted:before{content:"\e006"}#estimation_popup.wpe_bootstraped .fui-heart:before,.bootstrap-datetimepicker-widget .fui-heart:before{content:"\e007"}#estimation_popup.wpe_bootstraped .fui-location:before,.bootstrap-datetimepicker-widget .fui-location:before{content:"\e008"}#estimation_popup.wpe_bootstraped .fui-plus:before,.bootstrap-datetimepicker-widget .fui-plus:before{content:"\e009"}#estimation_popup.wpe_bootstraped .fui-check:before,.bootstrap-datetimepicker-widget .fui-check:before{content:"\e00a"}#estimation_popup.wpe_bootstraped .fui-cross:before,.bootstrap-datetimepicker-widget .fui-cross:before{content:"\e00b"}#estimation_popup.wpe_bootstraped .fui-list:before,.bootstrap-datetimepicker-widget .fui-list:before{content:"\e00c"}#estimation_popup.wpe_bootstraped .fui-new:before,.bootstrap-datetimepicker-widget .fui-new:before{content:"\e00d"}#estimation_popup.wpe_bootstraped .fui-video:before,.bootstrap-datetimepicker-widget .fui-video:before{content:"\e00e"}#estimation_popup.wpe_bootstraped .fui-photo:before,.bootstrap-datetimepicker-widget .fui-photo:before{content:"\e00f"}#estimation_popup.wpe_bootstraped .fui-volume:before,.bootstrap-datetimepicker-widget .fui-volume:before{content:"\e010"}#estimation_popup.wpe_bootstraped .fui-time:before,.bootstrap-datetimepicker-widget .fui-time:before{content:"\e011"}#estimation_popup.wpe_bootstraped .fui-eye:before,.bootstrap-datetimepicker-widget .fui-eye:before{content:"\e012"}#estimation_popup.wpe_bootstraped .fui-chat:before,.bootstrap-datetimepicker-widget .fui-chat:before{content:"\e013"}#estimation_popup.wpe_bootstraped .fui-search:before,.bootstrap-datetimepicker-widget .fui-search:before{content:"\e01c"}#estimation_popup.wpe_bootstraped .fui-user:before,.bootstrap-datetimepicker-widget .fui-user:before{content:"\e01d"}#estimation_popup.wpe_bootstraped .fui-mail:before,.bootstrap-datetimepicker-widget .fui-mail:before{content:"\e01e"}#estimation_popup.wpe_bootstraped .fui-lock:before,.bootstrap-datetimepicker-widget .fui-lock:before{content:"\e01f"}#estimation_popup.wpe_bootstraped .fui-gear:before,.bootstrap-datetimepicker-widget .fui-gear:before{content:"\e024"}#estimation_popup.wpe_bootstraped .fui-radio-unchecked:before,.bootstrap-datetimepicker-widget .fui-radio-unchecked:before{content:"\e02b"}#estimation_popup.wpe_bootstraped .fui-radio-checked:before,.bootstrap-datetimepicker-widget .fui-radio-checked:before{content:"\e032"}#estimation_popup.wpe_bootstraped .fui-checkbox-unchecked:before,.bootstrap-datetimepicker-widget .fui-checkbox-unchecked:before{content:"\e033"}#estimation_popup.wpe_bootstraped .fui-checkbox-checked:before,.bootstrap-datetimepicker-widget .fui-checkbox-checked:before{content:"\e034"}#estimation_popup.wpe_bootstraped .fui-calendar-solid:before,.bootstrap-datetimepicker-widget .fui-calendar-solid:before{content:"\e022"}#estimation_popup.wpe_bootstraped .fui-pause:before,.bootstrap-datetimepicker-widget .fui-pause:before{content:"\e03b"}#estimation_popup.wpe_bootstraped .fui-play:before,.bootstrap-datetimepicker-widget .fui-play:before{content:"\e03c"}#estimation_popup.wpe_bootstraped .fui-check-inverted-2:before,.bootstrap-datetimepicker-widget .fui-check-inverted-2:before{content:"\e000"}#estimation_popup.wpe_bootstraped .dropdown-arrow-inverse,.bootstrap-datetimepicker-widget .dropdown-arrow-inverse{border-bottom-color:#34495e!important;border-top-color:#34495e!important}#estimation_popup.wpe_bootstraped body,.bootstrap-datetimepicker-widget body{font-family:Lato,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.72222;color:#34495e;background-color:#fff}#estimation_popup.wpe_bootstraped a,.bootstrap-datetimepicker-widget a{color:#16a085;text-decoration:none;-webkit-transition:.25s;transition:.25s}#estimation_popup.wpe_bootstraped a:hover,.bootstrap-datetimepicker-widget a:hover,#estimation_popup.wpe_bootstraped a:focus,.bootstrap-datetimepicker-widget a:focus{color:#1abc9c;text-decoration:none}#estimation_popup.wpe_bootstraped a:focus,.bootstrap-datetimepicker-widget a:focus{outline:0}#estimation_popup.wpe_bootstraped .img-rounded,.bootstrap-datetimepicker-widget .img-rounded{border-radius:6px}#estimation_popup.wpe_bootstraped .img-thumbnail,.bootstrap-datetimepicker-widget .img-thumbnail{padding:4px;line-height:1.72222;background-color:#fff;border:2px solid #bdc3c7;border-radius:6px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;display:inline-block;max-width:100%;height:auto}#estimation_popup.wpe_bootstraped .img-comment,.bootstrap-datetimepicker-widget .img-comment{font-size:15px;line-height:1.2;font-style:italic;margin:24px 0}#estimation_popup.wpe_bootstraped h1,.bootstrap-datetimepicker-widget h1,#estimation_popup.wpe_bootstraped h2,.bootstrap-datetimepicker-widget h2,#estimation_popup.wpe_bootstraped h3,.bootstrap-datetimepicker-widget h3,#estimation_popup.wpe_bootstraped h4,.bootstrap-datetimepicker-widget h4,#estimation_popup.wpe_bootstraped h5,.bootstrap-datetimepicker-widget h5,#estimation_popup.wpe_bootstraped h6,.bootstrap-datetimepicker-widget h6,#estimation_popup.wpe_bootstraped .h1,.bootstrap-datetimepicker-widget .h1,#estimation_popup.wpe_bootstraped .h2,.bootstrap-datetimepicker-widget .h2,#estimation_popup.wpe_bootstraped .h3,.bootstrap-datetimepicker-widget .h3,#estimation_popup.wpe_bootstraped .h4,.bootstrap-datetimepicker-widget .h4,#estimation_popup.wpe_bootstraped .h5,.bootstrap-datetimepicker-widget .h5,#estimation_popup.wpe_bootstraped .h6,.bootstrap-datetimepicker-widget .h6{font-family:inherit;font-weight:700;line-height:1.1;color:inherit}#estimation_popup.wpe_bootstraped h1 small,.bootstrap-datetimepicker-widget h1 small,#estimation_popup.wpe_bootstraped h2 small,.bootstrap-datetimepicker-widget h2 small,#estimation_popup.wpe_bootstraped h3 small,.bootstrap-datetimepicker-widget h3 small,#estimation_popup.wpe_bootstraped h4 small,.bootstrap-datetimepicker-widget h4 small,#estimation_popup.wpe_bootstraped h5 small,.bootstrap-datetimepicker-widget h5 small,#estimation_popup.wpe_bootstraped h6 small,.bootstrap-datetimepicker-widget h6 small,#estimation_popup.wpe_bootstraped .h1 small,.bootstrap-datetimepicker-widget .h1 small,#estimation_popup.wpe_bootstraped .h2 small,.bootstrap-datetimepicker-widget .h2 small,#estimation_popup.wpe_bootstraped .h3 small,.bootstrap-datetimepicker-widget .h3 small,#estimation_popup.wpe_bootstraped .h4 small,.bootstrap-datetimepicker-widget .h4 small,#estimation_popup.wpe_bootstraped .h5 small,.bootstrap-datetimepicker-widget .h5 small,#estimation_popup.wpe_bootstraped .h6 small,.bootstrap-datetimepicker-widget .h6 small{color:#e7e9ec}#estimation_popup.wpe_bootstraped h1,.bootstrap-datetimepicker-widget h1,#estimation_popup.wpe_bootstraped h2,.bootstrap-datetimepicker-widget h2,#estimation_popup.wpe_bootstraped h3,.bootstrap-datetimepicker-widget h3{margin-top:30px;margin-bottom:15px}#estimation_popup.wpe_bootstraped h4,.bootstrap-datetimepicker-widget h4,#estimation_popup.wpe_bootstraped h5,.bootstrap-datetimepicker-widget h5,#estimation_popup.wpe_bootstraped h6,.bootstrap-datetimepicker-widget h6{margin-top:15px;margin-bottom:15px}#estimation_popup.wpe_bootstraped h6,.bootstrap-datetimepicker-widget h6{font-weight:400}#estimation_popup.wpe_bootstraped h1,.bootstrap-datetimepicker-widget h1,#estimation_popup.wpe_bootstraped .h1,.bootstrap-datetimepicker-widget .h1{font-size:61px}#estimation_popup.wpe_bootstraped h2,.bootstrap-datetimepicker-widget h2,#estimation_popup.wpe_bootstraped .h2,.bootstrap-datetimepicker-widget .h2{font-size:53px}#estimation_popup.wpe_bootstraped h3,.bootstrap-datetimepicker-widget h3,#estimation_popup.wpe_bootstraped .h3,.bootstrap-datetimepicker-widget .h3{font-size:40px}#estimation_popup.wpe_bootstraped h4,.bootstrap-datetimepicker-widget h4,#estimation_popup.wpe_bootstraped .h4,.bootstrap-datetimepicker-widget .h4{font-size:29px}#estimation_popup.wpe_bootstraped h5,.bootstrap-datetimepicker-widget h5,#estimation_popup.wpe_bootstraped .h5,.bootstrap-datetimepicker-widget .h5{font-size:28px}#estimation_popup.wpe_bootstraped h6,.bootstrap-datetimepicker-widget h6,#estimation_popup.wpe_bootstraped .h6,.bootstrap-datetimepicker-widget .h6{font-size:24px}#estimation_popup.wpe_bootstraped p,.bootstrap-datetimepicker-widget p{font-size:18px;line-height:1.72222;margin:0 0 15px}#estimation_popup.wpe_bootstraped .lead,.bootstrap-datetimepicker-widget .lead{margin-bottom:30px;font-size:28px;line-height:1.46428571;font-weight:300}@media(min-width:768px){#estimation_popup.wpe_bootstraped .lead,.bootstrap-datetimepicker-widget .lead{font-size:30.006px}}#estimation_popup.wpe_bootstraped small,.bootstrap-datetimepicker-widget small,#estimation_popup.wpe_bootstraped .small,.bootstrap-datetimepicker-widget .small{font-size:83%;line-height:2.067}#estimation_popup.wpe_bootstraped .text-muted,.bootstrap-datetimepicker-widget .text-muted{color:#bdc3c7}#estimation_popup.wpe_bootstraped .text-inverse,.bootstrap-datetimepicker-widget .text-inverse{color:#fff}#estimation_popup.wpe_bootstraped .text-primary,.bootstrap-datetimepicker-widget .text-primary{color:#1abc9c}a#estimation_popup.wpe_bootstraped .text-primary:hover,a.bootstrap-datetimepicker-widget .text-primary:hover{color:#15967d}#estimation_popup.wpe_bootstraped .text-warning,.bootstrap-datetimepicker-widget .text-warning{color:#f1c40f}a#estimation_popup.wpe_bootstraped .text-warning:hover,a.bootstrap-datetimepicker-widget .text-warning:hover{color:#c19d0c}#estimation_popup.wpe_bootstraped .text-danger,.bootstrap-datetimepicker-widget .text-danger{color:#e74c3c}a#estimation_popup.wpe_bootstraped .text-danger:hover,a.bootstrap-datetimepicker-widget .text-danger:hover{color:#b93d30}#estimation_popup.wpe_bootstraped .text-success,.bootstrap-datetimepicker-widget .text-success{color:#2ecc71}a#estimation_popup.wpe_bootstraped .text-success:hover,a.bootstrap-datetimepicker-widget .text-success:hover{color:#25a35a}#estimation_popup.wpe_bootstraped .text-info,.bootstrap-datetimepicker-widget .text-info{color:#3498db}a#estimation_popup.wpe_bootstraped .text-info:hover,a.bootstrap-datetimepicker-widget .text-info:hover{color:#2a7aaf}#estimation_popup.wpe_bootstraped .bg-primary,.bootstrap-datetimepicker-widget .bg-primary{color:#fff;background-color:#34495e}a#estimation_popup.wpe_bootstraped .bg-primary:hover,a.bootstrap-datetimepicker-widget .bg-primary:hover{background-color:#222f3d}#estimation_popup.wpe_bootstraped .bg-success,.bootstrap-datetimepicker-widget .bg-success{background-color:#dff0d8}a#estimation_popup.wpe_bootstraped .bg-success:hover,a.bootstrap-datetimepicker-widget .bg-success:hover{background-color:#c1e2b3}#estimation_popup.wpe_bootstraped .bg-info,.bootstrap-datetimepicker-widget .bg-info{background-color:#d9edf7}a#estimation_popup.wpe_bootstraped .bg-info:hover,a.bootstrap-datetimepicker-widget .bg-info:hover{background-color:#afd9ee}#estimation_popup.wpe_bootstraped .bg-warning,.bootstrap-datetimepicker-widget .bg-warning{background-color:#fcf8e3}a#estimation_popup.wpe_bootstraped .bg-warning:hover,a.bootstrap-datetimepicker-widget .bg-warning:hover{background-color:#f7ecb5}#estimation_popup.wpe_bootstraped .bg-danger,.bootstrap-datetimepicker-widget .bg-danger{background-color:#f2dede}a#estimation_popup.wpe_bootstraped .bg-danger:hover,a.bootstrap-datetimepicker-widget .bg-danger:hover{background-color:#e4b9b9}#estimation_popup.wpe_bootstraped .page-header,.bootstrap-datetimepicker-widget .page-header{padding-bottom:14px;margin:60px 0 30px;border-bottom:1px solid #e7e9ec}#estimation_popup.wpe_bootstraped ul,.bootstrap-datetimepicker-widget ul,#estimation_popup.wpe_bootstraped ol,.bootstrap-datetimepicker-widget ol{margin-bottom:15px}#estimation_popup.wpe_bootstraped dl,.bootstrap-datetimepicker-widget dl{margin-bottom:30px}#estimation_popup.wpe_bootstraped dt,.bootstrap-datetimepicker-widget dt,#estimation_popup.wpe_bootstraped dd,.bootstrap-datetimepicker-widget dd{line-height:1.72222}@media(min-width:768px){#estimation_popup.wpe_bootstraped .dl-horizontal dt,.bootstrap-datetimepicker-widget .dl-horizontal dt{width:160px}#estimation_popup.wpe_bootstraped .dl-horizontal dd,.bootstrap-datetimepicker-widget .dl-horizontal dd{margin-left:180px}}#estimation_popup.wpe_bootstraped abbr[title],.bootstrap-datetimepicker-widget abbr[title],#estimation_popup.wpe_bootstraped abbr[data-original-title],.bootstrap-datetimepicker-widget abbr[data-original-title]{border-bottom:1px dotted #bdc3c7}#estimation_popup.wpe_bootstraped blockquote,.bootstrap-datetimepicker-widget blockquote{border-left:3px solid #e7e9ec;padding:0 0 0 16px;margin:0 0 30px}#estimation_popup.wpe_bootstraped blockquote p,.bootstrap-datetimepicker-widget blockquote p{font-size:20px;line-height:1.55;font-weight:400;margin-bottom:.4em}#estimation_popup.wpe_bootstraped blockquote small,.bootstrap-datetimepicker-widget blockquote small,#estimation_popup.wpe_bootstraped blockquote .small,.bootstrap-datetimepicker-widget blockquote .small{font-size:18px;line-height:1.72222;font-style:italic;color:inherit}#estimation_popup.wpe_bootstraped blockquote small:before,.bootstrap-datetimepicker-widget blockquote small:before,#estimation_popup.wpe_bootstraped blockquote .small:before,.bootstrap-datetimepicker-widget blockquote .small:before{content:""}#estimation_popup.wpe_bootstraped blockquote.pull-right,.bootstrap-datetimepicker-widget blockquote.pull-right{padding-right:16px;padding-left:0;border-right:3px solid #e7e9ec;border-left:0}#estimation_popup.wpe_bootstraped blockquote.pull-right small:after,.bootstrap-datetimepicker-widget blockquote.pull-right small:after{content:""}#estimation_popup.wpe_bootstraped address,.bootstrap-datetimepicker-widget address{margin-bottom:30px;line-height:1.72222}#estimation_popup.wpe_bootstraped code,.bootstrap-datetimepicker-widget code,#estimation_popup.wpe_bootstraped kbd,.bootstrap-datetimepicker-widget kbd,#estimation_popup.wpe_bootstraped pre,.bootstrap-datetimepicker-widget pre,#estimation_popup.wpe_bootstraped samp,.bootstrap-datetimepicker-widget samp{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}#estimation_popup.wpe_bootstraped code,.bootstrap-datetimepicker-widget code{padding:2px 6px;font-size:85%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}#estimation_popup.wpe_bootstraped kbd,.bootstrap-datetimepicker-widget kbd{padding:2px 6px;font-size:85%;color:#fff;background-color:#34495e;border-radius:4px;box-shadow:none}#estimation_popup.wpe_bootstraped pre,.bootstrap-datetimepicker-widget pre{padding:8px;margin:0 0 15px;font-size:13px;line-height:1.72222;color:inherit;background-color:#fff;border:2px solid #e7e9ec;border-radius:6px;white-space:pre}#estimation_popup.wpe_bootstraped .pre-scrollable,.bootstrap-datetimepicker-widget .pre-scrollable{max-height:340px}#estimation_popup.wpe_bootstraped .thumbnail,.bootstrap-datetimepicker-widget .thumbnail{display:block;padding:4px;margin-bottom:5px;line-height:1.72222;background-color:#fff;border:2px solid #bdc3c7;border-radius:6px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}#estimation_popup.wpe_bootstraped .thumbnail>img,.bootstrap-datetimepicker-widget .thumbnail>img,#estimation_popup.wpe_bootstraped .thumbnail a>img,.bootstrap-datetimepicker-widget .thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}a#estimation_popup.wpe_bootstraped .thumbnail:hover,a.bootstrap-datetimepicker-widget .thumbnail:hover,a#estimation_popup.wpe_bootstraped .thumbnail:focus,a.bootstrap-datetimepicker-widget .thumbnail:focus,a#estimation_popup.wpe_bootstraped .thumbnail.active,a.bootstrap-datetimepicker-widget .thumbnail.active{border-color:#16a085}#estimation_popup.wpe_bootstraped .thumbnail .caption,.bootstrap-datetimepicker-widget .thumbnail .caption{padding:9px;color:#34495e}#estimation_popup.wpe_bootstraped .btn,.bootstrap-datetimepicker-widget .btn{border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;-webkit-transition:border .25s linear,color .25s linear,background-color .25s linear;transition:border .25s linear,color .25s linear,background-color .25s linear}#estimation_popup.wpe_bootstraped .btn:hover,.bootstrap-datetimepicker-widget .btn:hover,#estimation_popup.wpe_bootstraped .btn:focus,.bootstrap-datetimepicker-widget .btn:focus{outline:0;color:#fff}#estimation_popup.wpe_bootstraped .btn:active,.bootstrap-datetimepicker-widget .btn:active,#estimation_popup.wpe_bootstraped .btn.active,.bootstrap-datetimepicker-widget .btn.active{outline:0;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .btn.disabled,.bootstrap-datetimepicker-widget .btn.disabled,#estimation_popup.wpe_bootstraped .btn[disabled],.bootstrap-datetimepicker-widget .btn[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn,fieldset[disabled] .bootstrap-datetimepicker-widget .btn{background-color:#bdc3c7;color:rgba(255,255,255,.75);opacity:.7;filter:alpha(opacity=70)}#estimation_popup.wpe_bootstraped .btn>[class^=fui-],.bootstrap-datetimepicker-widget .btn>[class^=fui-]{margin:0 1px;position:relative;line-height:1;top:1px}.btn-xs#estimation_popup.wpe_bootstraped .btn>[class^=fui-],.btn-xs.bootstrap-datetimepicker-widget .btn>[class^=fui-]{font-size:11px;top:0}.btn-hg#estimation_popup.wpe_bootstraped .btn>[class^=fui-],.btn-hg.bootstrap-datetimepicker-widget .btn>[class^=fui-]{top:2px}#estimation_popup.wpe_bootstraped .btn-default,.bootstrap-datetimepicker-widget .btn-default{color:#fff;background-color:#bdc3c7}#estimation_popup.wpe_bootstraped .btn-default:hover,.bootstrap-datetimepicker-widget .btn-default:hover,#estimation_popup.wpe_bootstraped .btn-default:focus,.bootstrap-datetimepicker-widget .btn-default:focus,#estimation_popup.wpe_bootstraped .btn-default:active,.bootstrap-datetimepicker-widget .btn-default:active,#estimation_popup.wpe_bootstraped .btn-default.active,.bootstrap-datetimepicker-widget .btn-default.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-default{color:#fff;background-color:#cacfd2;border-color:#cacfd2}#estimation_popup.wpe_bootstraped .btn-default:active,.bootstrap-datetimepicker-widget .btn-default:active,#estimation_popup.wpe_bootstraped .btn-default.active,.bootstrap-datetimepicker-widget .btn-default.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-default{background:#a1a6a9;border-color:#a1a6a9}#estimation_popup.wpe_bootstraped .btn-default.disabled,.bootstrap-datetimepicker-widget .btn-default.disabled,#estimation_popup.wpe_bootstraped .btn-default[disabled],.bootstrap-datetimepicker-widget .btn-default[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-default,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default,#estimation_popup.wpe_bootstraped .btn-default.disabled:hover,.bootstrap-datetimepicker-widget .btn-default.disabled:hover,#estimation_popup.wpe_bootstraped .btn-default[disabled]:hover,.bootstrap-datetimepicker-widget .btn-default[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-default:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default:hover,#estimation_popup.wpe_bootstraped .btn-default.disabled:focus,.bootstrap-datetimepicker-widget .btn-default.disabled:focus,#estimation_popup.wpe_bootstraped .btn-default[disabled]:focus,.bootstrap-datetimepicker-widget .btn-default[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-default:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default:focus,#estimation_popup.wpe_bootstraped .btn-default.disabled:active,.bootstrap-datetimepicker-widget .btn-default.disabled:active,#estimation_popup.wpe_bootstraped .btn-default[disabled]:active,.bootstrap-datetimepicker-widget .btn-default[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-default:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default:active,#estimation_popup.wpe_bootstraped .btn-default.disabled.active,.bootstrap-datetimepicker-widget .btn-default.disabled.active,#estimation_popup.wpe_bootstraped .btn-default[disabled].active,.bootstrap-datetimepicker-widget .btn-default[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-default.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-default.active{background-color:#bdc3c7;border-color:#bdc3c7}#estimation_popup.wpe_bootstraped .btn-primary,.bootstrap-datetimepicker-widget .btn-primary{color:#fff;background-color:#1abc9c}#estimation_popup.wpe_bootstraped .btn-primary:hover,.bootstrap-datetimepicker-widget .btn-primary:hover,#estimation_popup.wpe_bootstraped .btn-primary:focus,.bootstrap-datetimepicker-widget .btn-primary:focus,#estimation_popup.wpe_bootstraped .btn-primary:active,.bootstrap-datetimepicker-widget .btn-primary:active,#estimation_popup.wpe_bootstraped .btn-primary.active,.bootstrap-datetimepicker-widget .btn-primary.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-primary,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-primary{color:#fff;background-color:#48c9b0;border-color:#48c9b0}#estimation_popup.wpe_bootstraped .btn-primary:active,.bootstrap-datetimepicker-widget .btn-primary:active,#estimation_popup.wpe_bootstraped .btn-primary.active,.bootstrap-datetimepicker-widget .btn-primary.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-primary,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-primary{background:#16a085;border-color:#16a085}#estimation_popup.wpe_bootstraped .btn-primary.disabled,.bootstrap-datetimepicker-widget .btn-primary.disabled,#estimation_popup.wpe_bootstraped .btn-primary[disabled],.bootstrap-datetimepicker-widget .btn-primary[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-primary,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary,#estimation_popup.wpe_bootstraped .btn-primary.disabled:hover,.bootstrap-datetimepicker-widget .btn-primary.disabled:hover,#estimation_popup.wpe_bootstraped .btn-primary[disabled]:hover,.bootstrap-datetimepicker-widget .btn-primary[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-primary:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary:hover,#estimation_popup.wpe_bootstraped .btn-primary.disabled:focus,.bootstrap-datetimepicker-widget .btn-primary.disabled:focus,#estimation_popup.wpe_bootstraped .btn-primary[disabled]:focus,.bootstrap-datetimepicker-widget .btn-primary[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-primary:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary:focus,#estimation_popup.wpe_bootstraped .btn-primary.disabled:active,.bootstrap-datetimepicker-widget .btn-primary.disabled:active,#estimation_popup.wpe_bootstraped .btn-primary[disabled]:active,.bootstrap-datetimepicker-widget .btn-primary[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-primary:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary:active,#estimation_popup.wpe_bootstraped .btn-primary.disabled.active,.bootstrap-datetimepicker-widget .btn-primary.disabled.active,#estimation_popup.wpe_bootstraped .btn-primary[disabled].active,.bootstrap-datetimepicker-widget .btn-primary[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-primary.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-primary.active{background-color:#1abc9c;border-color:#1abc9c}#estimation_popup.wpe_bootstraped .btn-info,.bootstrap-datetimepicker-widget .btn-info{color:#fff;background-color:#3498db}#estimation_popup.wpe_bootstraped .btn-info:hover,.bootstrap-datetimepicker-widget .btn-info:hover,#estimation_popup.wpe_bootstraped .btn-info:focus,.bootstrap-datetimepicker-widget .btn-info:focus,#estimation_popup.wpe_bootstraped .btn-info:active,.bootstrap-datetimepicker-widget .btn-info:active,#estimation_popup.wpe_bootstraped .btn-info.active,.bootstrap-datetimepicker-widget .btn-info.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-info,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-info{color:#fff;background-color:#5dade2;border-color:#5dade2}#estimation_popup.wpe_bootstraped .btn-info:active,.bootstrap-datetimepicker-widget .btn-info:active,#estimation_popup.wpe_bootstraped .btn-info.active,.bootstrap-datetimepicker-widget .btn-info.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-info,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-info{background:#2c81ba;border-color:#2c81ba}#estimation_popup.wpe_bootstraped .btn-info.disabled,.bootstrap-datetimepicker-widget .btn-info.disabled,#estimation_popup.wpe_bootstraped .btn-info[disabled],.bootstrap-datetimepicker-widget .btn-info[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-info,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info,#estimation_popup.wpe_bootstraped .btn-info.disabled:hover,.bootstrap-datetimepicker-widget .btn-info.disabled:hover,#estimation_popup.wpe_bootstraped .btn-info[disabled]:hover,.bootstrap-datetimepicker-widget .btn-info[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-info:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info:hover,#estimation_popup.wpe_bootstraped .btn-info.disabled:focus,.bootstrap-datetimepicker-widget .btn-info.disabled:focus,#estimation_popup.wpe_bootstraped .btn-info[disabled]:focus,.bootstrap-datetimepicker-widget .btn-info[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-info:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info:focus,#estimation_popup.wpe_bootstraped .btn-info.disabled:active,.bootstrap-datetimepicker-widget .btn-info.disabled:active,#estimation_popup.wpe_bootstraped .btn-info[disabled]:active,.bootstrap-datetimepicker-widget .btn-info[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-info:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info:active,#estimation_popup.wpe_bootstraped .btn-info.disabled.active,.bootstrap-datetimepicker-widget .btn-info.disabled.active,#estimation_popup.wpe_bootstraped .btn-info[disabled].active,.bootstrap-datetimepicker-widget .btn-info[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-info.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-info.active{background-color:#3498db;border-color:#3498db}#estimation_popup.wpe_bootstraped .btn-danger,.bootstrap-datetimepicker-widget .btn-danger{color:#fff;background-color:#e74c3c}#estimation_popup.wpe_bootstraped .btn-danger:hover,.bootstrap-datetimepicker-widget .btn-danger:hover,#estimation_popup.wpe_bootstraped .btn-danger:focus,.bootstrap-datetimepicker-widget .btn-danger:focus,#estimation_popup.wpe_bootstraped .btn-danger:active,.bootstrap-datetimepicker-widget .btn-danger:active,#estimation_popup.wpe_bootstraped .btn-danger.active,.bootstrap-datetimepicker-widget .btn-danger.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-danger,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-danger{color:#fff;background-color:#ec7063;border-color:#ec7063}#estimation_popup.wpe_bootstraped .btn-danger:active,.bootstrap-datetimepicker-widget .btn-danger:active,#estimation_popup.wpe_bootstraped .btn-danger.active,.bootstrap-datetimepicker-widget .btn-danger.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-danger,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-danger{background:#c44133;border-color:#c44133}#estimation_popup.wpe_bootstraped .btn-danger.disabled,.bootstrap-datetimepicker-widget .btn-danger.disabled,#estimation_popup.wpe_bootstraped .btn-danger[disabled],.bootstrap-datetimepicker-widget .btn-danger[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-danger,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger,#estimation_popup.wpe_bootstraped .btn-danger.disabled:hover,.bootstrap-datetimepicker-widget .btn-danger.disabled:hover,#estimation_popup.wpe_bootstraped .btn-danger[disabled]:hover,.bootstrap-datetimepicker-widget .btn-danger[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-danger:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger:hover,#estimation_popup.wpe_bootstraped .btn-danger.disabled:focus,.bootstrap-datetimepicker-widget .btn-danger.disabled:focus,#estimation_popup.wpe_bootstraped .btn-danger[disabled]:focus,.bootstrap-datetimepicker-widget .btn-danger[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-danger:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger:focus,#estimation_popup.wpe_bootstraped .btn-danger.disabled:active,.bootstrap-datetimepicker-widget .btn-danger.disabled:active,#estimation_popup.wpe_bootstraped .btn-danger[disabled]:active,.bootstrap-datetimepicker-widget .btn-danger[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-danger:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger:active,#estimation_popup.wpe_bootstraped .btn-danger.disabled.active,.bootstrap-datetimepicker-widget .btn-danger.disabled.active,#estimation_popup.wpe_bootstraped .btn-danger[disabled].active,.bootstrap-datetimepicker-widget .btn-danger[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-danger.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-danger.active{background-color:#e74c3c;border-color:#e74c3c}#estimation_popup.wpe_bootstraped .btn-success,.bootstrap-datetimepicker-widget .btn-success{color:#fff;background-color:#2ecc71}#estimation_popup.wpe_bootstraped .btn-success:hover,.bootstrap-datetimepicker-widget .btn-success:hover,#estimation_popup.wpe_bootstraped .btn-success:focus,.bootstrap-datetimepicker-widget .btn-success:focus,#estimation_popup.wpe_bootstraped .btn-success:active,.bootstrap-datetimepicker-widget .btn-success:active,#estimation_popup.wpe_bootstraped .btn-success.active,.bootstrap-datetimepicker-widget .btn-success.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-success,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-success{color:#fff;background-color:#58d68d;border-color:#58d68d}#estimation_popup.wpe_bootstraped .btn-success:active,.bootstrap-datetimepicker-widget .btn-success:active,#estimation_popup.wpe_bootstraped .btn-success.active,.bootstrap-datetimepicker-widget .btn-success.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-success,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-success{background:#27ad60;border-color:#27ad60}#estimation_popup.wpe_bootstraped .btn-success.disabled,.bootstrap-datetimepicker-widget .btn-success.disabled,#estimation_popup.wpe_bootstraped .btn-success[disabled],.bootstrap-datetimepicker-widget .btn-success[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-success,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success,#estimation_popup.wpe_bootstraped .btn-success.disabled:hover,.bootstrap-datetimepicker-widget .btn-success.disabled:hover,#estimation_popup.wpe_bootstraped .btn-success[disabled]:hover,.bootstrap-datetimepicker-widget .btn-success[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-success:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success:hover,#estimation_popup.wpe_bootstraped .btn-success.disabled:focus,.bootstrap-datetimepicker-widget .btn-success.disabled:focus,#estimation_popup.wpe_bootstraped .btn-success[disabled]:focus,.bootstrap-datetimepicker-widget .btn-success[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-success:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success:focus,#estimation_popup.wpe_bootstraped .btn-success.disabled:active,.bootstrap-datetimepicker-widget .btn-success.disabled:active,#estimation_popup.wpe_bootstraped .btn-success[disabled]:active,.bootstrap-datetimepicker-widget .btn-success[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-success:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success:active,#estimation_popup.wpe_bootstraped .btn-success.disabled.active,.bootstrap-datetimepicker-widget .btn-success.disabled.active,#estimation_popup.wpe_bootstraped .btn-success[disabled].active,.bootstrap-datetimepicker-widget .btn-success[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-success.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-success.active{background-color:#2ecc71;border-color:#2ecc71}#estimation_popup.wpe_bootstraped .btn-warning,.bootstrap-datetimepicker-widget .btn-warning{color:#fff;background-color:#f1c40f}#estimation_popup.wpe_bootstraped .btn-warning:hover,.bootstrap-datetimepicker-widget .btn-warning:hover,#estimation_popup.wpe_bootstraped .btn-warning:focus,.bootstrap-datetimepicker-widget .btn-warning:focus,#estimation_popup.wpe_bootstraped .btn-warning:active,.bootstrap-datetimepicker-widget .btn-warning:active,#estimation_popup.wpe_bootstraped .btn-warning.active,.bootstrap-datetimepicker-widget .btn-warning.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-warning,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-warning{color:#fff;background-color:#f4d313;border-color:#f4d313}#estimation_popup.wpe_bootstraped .btn-warning:active,.bootstrap-datetimepicker-widget .btn-warning:active,#estimation_popup.wpe_bootstraped .btn-warning.active,.bootstrap-datetimepicker-widget .btn-warning.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-warning,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-warning{background:#cda70d;border-color:#cda70d}#estimation_popup.wpe_bootstraped .btn-warning.disabled,.bootstrap-datetimepicker-widget .btn-warning.disabled,#estimation_popup.wpe_bootstraped .btn-warning[disabled],.bootstrap-datetimepicker-widget .btn-warning[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-warning,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning,#estimation_popup.wpe_bootstraped .btn-warning.disabled:hover,.bootstrap-datetimepicker-widget .btn-warning.disabled:hover,#estimation_popup.wpe_bootstraped .btn-warning[disabled]:hover,.bootstrap-datetimepicker-widget .btn-warning[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-warning:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning:hover,#estimation_popup.wpe_bootstraped .btn-warning.disabled:focus,.bootstrap-datetimepicker-widget .btn-warning.disabled:focus,#estimation_popup.wpe_bootstraped .btn-warning[disabled]:focus,.bootstrap-datetimepicker-widget .btn-warning[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-warning:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning:focus,#estimation_popup.wpe_bootstraped .btn-warning.disabled:active,.bootstrap-datetimepicker-widget .btn-warning.disabled:active,#estimation_popup.wpe_bootstraped .btn-warning[disabled]:active,.bootstrap-datetimepicker-widget .btn-warning[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-warning:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning:active,#estimation_popup.wpe_bootstraped .btn-warning.disabled.active,.bootstrap-datetimepicker-widget .btn-warning.disabled.active,#estimation_popup.wpe_bootstraped .btn-warning[disabled].active,.bootstrap-datetimepicker-widget .btn-warning[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-warning.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-warning.active{background-color:#f1c40f;border-color:#f1c40f}#estimation_popup.wpe_bootstraped .btn-inverse,.bootstrap-datetimepicker-widget .btn-inverse{color:#fff;background-color:#34495e}#estimation_popup.wpe_bootstraped .btn-inverse:hover,.bootstrap-datetimepicker-widget .btn-inverse:hover,#estimation_popup.wpe_bootstraped .btn-inverse:focus,.bootstrap-datetimepicker-widget .btn-inverse:focus,#estimation_popup.wpe_bootstraped .btn-inverse:active,.bootstrap-datetimepicker-widget .btn-inverse:active,#estimation_popup.wpe_bootstraped .btn-inverse.active,.bootstrap-datetimepicker-widget .btn-inverse.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-inverse,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-inverse{color:#fff;background-color:#415b76;border-color:#415b76}#estimation_popup.wpe_bootstraped .btn-inverse:active,.bootstrap-datetimepicker-widget .btn-inverse:active,#estimation_popup.wpe_bootstraped .btn-inverse.active,.bootstrap-datetimepicker-widget .btn-inverse.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .btn-inverse,.open .dropdown-toggle.bootstrap-datetimepicker-widget .btn-inverse{background:#2c3e50;border-color:#2c3e50}#estimation_popup.wpe_bootstraped .btn-inverse.disabled,.bootstrap-datetimepicker-widget .btn-inverse.disabled,#estimation_popup.wpe_bootstraped .btn-inverse[disabled],.bootstrap-datetimepicker-widget .btn-inverse[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-inverse,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-inverse,#estimation_popup.wpe_bootstraped .btn-inverse.disabled:hover,.bootstrap-datetimepicker-widget .btn-inverse.disabled:hover,#estimation_popup.wpe_bootstraped .btn-inverse[disabled]:hover,.bootstrap-datetimepicker-widget .btn-inverse[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-inverse:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-inverse:hover,#estimation_popup.wpe_bootstraped .btn-inverse.disabled:focus,.bootstrap-datetimepicker-widget .btn-inverse.disabled:focus,#estimation_popup.wpe_bootstraped .btn-inverse[disabled]:focus,.bootstrap-datetimepicker-widget .btn-inverse[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-inverse:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-inverse:focus,#estimation_popup.wpe_bootstraped .btn-inverse.disabled:active,.bootstrap-datetimepicker-widget .btn-inverse.disabled:active,#estimation_popup.wpe_bootstraped .btn-inverse[disabled]:active,.bootstrap-datetimepicker-widget .btn-inverse[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-inverse:active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-inverse:active,#estimation_popup.wpe_bootstraped .btn-inverse.disabled.active,.bootstrap-datetimepicker-widget .btn-inverse.disabled.active,#estimation_popup.wpe_bootstraped .btn-inverse[disabled].active,.bootstrap-datetimepicker-widget .btn-inverse[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-inverse.active,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-inverse.active{background-color:#34495e;border-color:#34495e}#estimation_popup.wpe_bootstraped .btn-embossed,.bootstrap-datetimepicker-widget .btn-embossed{-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15)}#estimation_popup.wpe_bootstraped .btn-embossed.active,.bootstrap-datetimepicker-widget .btn-embossed.active,#estimation_popup.wpe_bootstraped .btn-embossed:active,.bootstrap-datetimepicker-widget .btn-embossed:active{-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15)}#estimation_popup.wpe_bootstraped .btn-wide,.bootstrap-datetimepicker-widget .btn-wide{min-width:140px;padding-left:30px;padding-right:30px}#estimation_popup.wpe_bootstraped .btn-link,.bootstrap-datetimepicker-widget .btn-link{color:#16a085}#estimation_popup.wpe_bootstraped .btn-link:hover,.bootstrap-datetimepicker-widget .btn-link:hover,#estimation_popup.wpe_bootstraped .btn-link:focus,.bootstrap-datetimepicker-widget .btn-link:focus{color:#1abc9c;text-decoration:underline;background-color:transparent}#estimation_popup.wpe_bootstraped .btn-link[disabled]:hover,.bootstrap-datetimepicker-widget .btn-link[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-link:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-link:hover,#estimation_popup.wpe_bootstraped .btn-link[disabled]:focus,.bootstrap-datetimepicker-widget .btn-link[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .btn-link:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .btn-link:focus{color:#bdc3c7;text-decoration:none}#estimation_popup.wpe_bootstraped .btn-hg,.bootstrap-datetimepicker-widget .btn-hg{padding:13px 20px;font-size:22px;line-height:1.227;border-radius:6px}#estimation_popup.wpe_bootstraped .btn-lg,.bootstrap-datetimepicker-widget .btn-lg{padding:10px 19px;font-size:17px;line-height:1.471;border-radius:6px}#estimation_popup.wpe_bootstraped .btn-sm,.bootstrap-datetimepicker-widget .btn-sm{padding:9px 13px;font-size:13px;line-height:1.385;border-radius:4px}#estimation_popup.wpe_bootstraped .btn-xs,.bootstrap-datetimepicker-widget .btn-xs{padding:6px 9px;font-size:12px;line-height:1.083;border-radius:3px}#estimation_popup.wpe_bootstraped .btn-tip,.bootstrap-datetimepicker-widget .btn-tip{font-weight:300;padding-left:10px;font-size:92%}#estimation_popup.wpe_bootstraped .btn-block,.bootstrap-datetimepicker-widget .btn-block{white-space:normal}.btn-default #estimation_popup.wpe_bootstraped .caret,.btn-default .bootstrap-datetimepicker-widget .caret{border-top-color:#fff}.btn-primary #estimation_popup.wpe_bootstraped .caret,.btn-primary .bootstrap-datetimepicker-widget .caret,.btn-success #estimation_popup.wpe_bootstraped .caret,.btn-success .bootstrap-datetimepicker-widget .caret,.btn-warning #estimation_popup.wpe_bootstraped .caret,.btn-warning .bootstrap-datetimepicker-widget .caret,.btn-danger #estimation_popup.wpe_bootstraped .caret,.btn-danger .bootstrap-datetimepicker-widget .caret,.btn-info #estimation_popup.wpe_bootstraped .caret,.btn-info .bootstrap-datetimepicker-widget .caret{border-top-color:#fff}#estimation_popup.wpe_bootstraped .dropup .btn-default .caret,.bootstrap-datetimepicker-widget .dropup .btn-default .caret{border-bottom-color:#fff}#estimation_popup.wpe_bootstraped .dropup .btn-primary .caret,.bootstrap-datetimepicker-widget .dropup .btn-primary .caret,#estimation_popup.wpe_bootstraped .dropup .btn-success .caret,.bootstrap-datetimepicker-widget .dropup .btn-success .caret,#estimation_popup.wpe_bootstraped .dropup .btn-warning .caret,.bootstrap-datetimepicker-widget .dropup .btn-warning .caret,#estimation_popup.wpe_bootstraped .dropup .btn-danger .caret,.bootstrap-datetimepicker-widget .dropup .btn-danger .caret,#estimation_popup.wpe_bootstraped .dropup .btn-info .caret,.bootstrap-datetimepicker-widget .dropup .btn-info .caret{border-bottom-color:#fff}#estimation_popup.wpe_bootstraped .btn-group-xs>.btn,.bootstrap-datetimepicker-widget .btn-group-xs>.btn{padding:6px 9px;font-size:12px;line-height:1.083;border-radius:3px}#estimation_popup.wpe_bootstraped .btn-group-sm>.btn,.bootstrap-datetimepicker-widget .btn-group-sm>.btn{padding:9px 13px;font-size:13px;line-height:1.385;border-radius:4px}#estimation_popup.wpe_bootstraped .btn-group-lg>.btn,.bootstrap-datetimepicker-widget .btn-group-lg>.btn{padding:10px 19px;font-size:17px;line-height:1.471;border-radius:6px}#estimation_popup.wpe_bootstraped .btn-group-gh>.btn,.bootstrap-datetimepicker-widget .btn-group-gh>.btn{padding:13px 20px;font-size:22px;line-height:1.227;border-radius:6px}#estimation_popup.wpe_bootstraped .btn-group>.btn+.btn,.bootstrap-datetimepicker-widget .btn-group>.btn+.btn{margin-left:0}#estimation_popup.wpe_bootstraped .btn-group>.btn+.dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group>.btn+.dropdown-toggle{border-left:2px solid rgba(52,73,94,.15);padding-left:12px;padding-right:12px}#estimation_popup.wpe_bootstraped .btn-group>.btn+.dropdown-toggle .caret,.bootstrap-datetimepicker-widget .btn-group>.btn+.dropdown-toggle .caret{margin-left:3px;margin-right:3px}#estimation_popup.wpe_bootstraped .btn-group>.btn.btn-gh+.dropdown-toggle .caret,.bootstrap-datetimepicker-widget .btn-group>.btn.btn-gh+.dropdown-toggle .caret{margin-left:7px;margin-right:7px}#estimation_popup.wpe_bootstraped .btn-group>.btn.btn-sm+.dropdown-toggle .caret,.bootstrap-datetimepicker-widget .btn-group>.btn.btn-sm+.dropdown-toggle .caret{margin-left:0;margin-right:0}#estimation_popup.wpe_bootstraped .dropdown-toggle .caret,.bootstrap-datetimepicker-widget .dropdown-toggle .caret{margin-left:8px}#estimation_popup.wpe_bootstraped .btn-group>.btn,.bootstrap-datetimepicker-widget .btn-group>.btn,#estimation_popup.wpe_bootstraped .btn-group>.dropdown-menu,.bootstrap-datetimepicker-widget .btn-group>.dropdown-menu,#estimation_popup.wpe_bootstraped .btn-group>.popover,.bootstrap-datetimepicker-widget .btn-group>.popover{font-weight:400}#estimation_popup.wpe_bootstraped .btn-group:focus .dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group:focus .dropdown-toggle{outline:0;-webkit-transition:.25s;transition:.25s}#estimation_popup.wpe_bootstraped .btn-group.open .dropdown-toggle,.bootstrap-datetimepicker-widget .btn-group.open .dropdown-toggle{color:rgba(255,255,255,.75);-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .btn-toolbar .btn.active,.bootstrap-datetimepicker-widget .btn-toolbar .btn.active{color:#fff}#estimation_popup.wpe_bootstraped .btn-toolbar .btn>[class^=fui-],.bootstrap-datetimepicker-widget .btn-toolbar .btn>[class^=fui-]{font-size:16px;margin:0 1px}#estimation_popup.wpe_bootstraped .caret,.bootstrap-datetimepicker-widget .caret{border-width:8px 6px;border-bottom-color:#34495e;border-top-color:#34495e;border-style:solid;border-bottom-style:none;-webkit-transition:.25s;transition:.25s}#estimation_popup.wpe_bootstraped .dropup .caret,.bootstrap-datetimepicker-widget .dropup .caret,#estimation_popup.wpe_bootstraped .dropup .btn-lg .caret,.bootstrap-datetimepicker-widget .dropup .btn-lg .caret,#estimation_popup.wpe_bootstraped .navbar-fixed-bottom .dropdown .caret,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .dropdown .caret{border-bottom-width:8px}#estimation_popup.wpe_bootstraped .btn-lg .caret,.bootstrap-datetimepicker-widget .btn-lg .caret{border-top-width:8px;border-right-width:6px;border-left-width:6px}#estimation_popup.wpe_bootstraped .select,.bootstrap-datetimepicker-widget .select{display:inline-block;margin-bottom:10px}[class*=span]>#estimation_popup.wpe_bootstraped .select[class*=span],[class*=span]>.bootstrap-datetimepicker-widget .select[class*=span]{margin-left:0}#estimation_popup.wpe_bootstraped .select[class*=span] .btn,.bootstrap-datetimepicker-widget .select[class*=span] .btn{width:100%}#estimation_popup.wpe_bootstraped .select.select-block,.bootstrap-datetimepicker-widget .select.select-block{display:block;float:none;margin-left:0;width:auto}#estimation_popup.wpe_bootstraped .select.select-block:before,.bootstrap-datetimepicker-widget .select.select-block:before,#estimation_popup.wpe_bootstraped .select.select-block:after,.bootstrap-datetimepicker-widget .select.select-block:after{content:" ";display:table}#estimation_popup.wpe_bootstraped .select.select-block:after,.bootstrap-datetimepicker-widget .select.select-block:after{clear:both}#estimation_popup.wpe_bootstraped .select.select-block .btn,.bootstrap-datetimepicker-widget .select.select-block .btn{width:100%}#estimation_popup.wpe_bootstraped .select.select-block .dropdown-menu,.bootstrap-datetimepicker-widget .select.select-block .dropdown-menu{width:100%}#estimation_popup.wpe_bootstraped .select .btn,.bootstrap-datetimepicker-widget .select .btn{width:220px}#estimation_popup.wpe_bootstraped .select .btn.btn-hg .filter-option,.bootstrap-datetimepicker-widget .select .btn.btn-hg .filter-option{left:20px;right:40px;top:13px}#estimation_popup.wpe_bootstraped .select .btn.btn-hg .caret,.bootstrap-datetimepicker-widget .select .btn.btn-hg .caret{right:20px}#estimation_popup.wpe_bootstraped .select .btn.btn-lg .filter-option,.bootstrap-datetimepicker-widget .select .btn.btn-lg .filter-option{left:18px;right:38px}#estimation_popup.wpe_bootstraped .select .btn.btn-sm .filter-option,.bootstrap-datetimepicker-widget .select .btn.btn-sm .filter-option{left:13px;right:33px}#estimation_popup.wpe_bootstraped .select .btn.btn-sm .caret,.bootstrap-datetimepicker-widget .select .btn.btn-sm .caret{right:13px}#estimation_popup.wpe_bootstraped .select .btn.btn-xs .filter-option,.bootstrap-datetimepicker-widget .select .btn.btn-xs .filter-option{left:13px;right:33px;top:5px}#estimation_popup.wpe_bootstraped .select .btn.btn-xs .caret,.bootstrap-datetimepicker-widget .select .btn.btn-xs .caret{right:13px}#estimation_popup.wpe_bootstraped .select .btn .filter-option,.bootstrap-datetimepicker-widget .select .btn .filter-option{height:26px;left:13px;overflow:hidden;position:absolute;right:33px;text-align:left;top:10px}#estimation_popup.wpe_bootstraped .select .btn .caret,.bootstrap-datetimepicker-widget .select .btn .caret{position:absolute;right:16px;top:50%;margin-top:-3px}#estimation_popup.wpe_bootstraped .select .btn .dropdown-toggle,.bootstrap-datetimepicker-widget .select .btn .dropdown-toggle{border-radius:6px}#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu{min-width:100%}#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu dt,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu dt{cursor:default;display:block;padding:3px 20px}#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu li:not(.disabled)>a:hover small{color:rgba(255,255,255,.004)}#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu li>a,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu li>a{min-height:20px}#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu li>a.opt,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu li>a.opt{padding-left:35px}#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu li small,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu li small{padding-left:.5em}#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu li>dt small,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu li>dt small{font-weight:400}#estimation_popup.wpe_bootstraped .select .btn>.disabled,.bootstrap-datetimepicker-widget .select .btn>.disabled,#estimation_popup.wpe_bootstraped .select .btn .dropdown-menu li.disabled>a,.bootstrap-datetimepicker-widget .select .btn .dropdown-menu li.disabled>a{cursor:default}#estimation_popup.wpe_bootstraped .select .caret,.bootstrap-datetimepicker-widget .select .caret{border-bottom-color:#fff;border-top-color:#fff}#estimation_popup.wpe_bootstraped legend,.bootstrap-datetimepicker-widget legend{display:block;width:100%;padding:0;margin-bottom:15px;font-size:24px;line-height:inherit;color:inherit;border-bottom:0}#estimation_popup.wpe_bootstraped textarea,.bootstrap-datetimepicker-widget textarea{font-size:20px;line-height:24px;padding:5px 11px}#estimation_popup.wpe_bootstraped input[type=search],.bootstrap-datetimepicker-widget input[type=search]{-webkit-appearance:none!important}#estimation_popup.wpe_bootstraped label,.bootstrap-datetimepicker-widget label{font-weight:400;font-size:15px;line-height:2.4}#estimation_popup.wpe_bootstraped .form-control:-moz-placeholder,.bootstrap-datetimepicker-widget .form-control:-moz-placeholder{color:#b2bcc5}#estimation_popup.wpe_bootstraped .form-control::-moz-placeholder,.bootstrap-datetimepicker-widget .form-control::-moz-placeholder{color:#b2bcc5;opacity:1}#estimation_popup.wpe_bootstraped .form-control:-ms-input-placeholder,.bootstrap-datetimepicker-widget .form-control:-ms-input-placeholder{color:#b2bcc5}#estimation_popup.wpe_bootstraped .form-control::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .form-control::-webkit-input-placeholder{color:#b2bcc5}#estimation_popup.wpe_bootstraped .form-control.placeholder,.bootstrap-datetimepicker-widget .form-control.placeholder{color:#b2bcc5}#estimation_popup.wpe_bootstraped .form-control,.bootstrap-datetimepicker-widget .form-control{border:2px solid #bdc3c7;color:#34495e;font-family:Lato,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.467;padding:8px 12px;height:42px;-webkit-appearance:none;border-radius:6px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border .25s linear,color .25s linear,background-color .25s linear;transition:border .25s linear,color .25s linear,background-color .25s linear}.form-group.focus #estimation_popup.wpe_bootstraped .form-control,.form-group.focus .bootstrap-datetimepicker-widget .form-control,#estimation_popup.wpe_bootstraped .form-control:focus,.bootstrap-datetimepicker-widget .form-control:focus{border-color:#1abc9c;outline:0;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .form-control[disabled],.bootstrap-datetimepicker-widget .form-control[disabled],.bootstrap-datetimepicker-widget .form-control[readonly],fieldset[disabled] #estimation_popup.wpe_bootstraped .form-control,fieldset[disabled] .bootstrap-datetimepicker-widget .form-control{background-color:#f4f6f6;border-color:#d5dbdb;color:#d5dbdb;cursor:default;opacity:.7;filter:alpha(opacity=70)}#estimation_popup.wpe_bootstraped .form-control.flat,.bootstrap-datetimepicker-widget .form-control.flat{border-color:transparent}#estimation_popup.wpe_bootstraped .form-control.flat:hover,.bootstrap-datetimepicker-widget .form-control.flat:hover{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped .form-control.flat:focus,.bootstrap-datetimepicker-widget .form-control.flat:focus{border-color:#1abc9c}#estimation_popup.wpe_bootstraped .input-sm,.bootstrap-datetimepicker-widget .input-sm{height:35px;padding:6px 10px;font-size:13px;line-height:1.462;border-radius:6px}select#estimation_popup.wpe_bootstraped .input-sm,select.bootstrap-datetimepicker-widget .input-sm{height:35px;line-height:35px}textarea#estimation_popup.wpe_bootstraped .input-sm,textarea.bootstrap-datetimepicker-widget .input-sm,select[multiple]#estimation_popup.wpe_bootstraped .input-sm,select[multiple].bootstrap-datetimepicker-widget .input-sm{height:auto}#estimation_popup.wpe_bootstraped .input-lg,.bootstrap-datetimepicker-widget .input-lg{height:45px;padding:10px 15px;font-size:17px;line-height:1.235;border-radius:6px}select#estimation_popup.wpe_bootstraped .input-lg,select.bootstrap-datetimepicker-widget .input-lg{height:45px;line-height:45px}textarea#estimation_popup.wpe_bootstraped .input-lg,textarea.bootstrap-datetimepicker-widget .input-lg,select[multiple]#estimation_popup.wpe_bootstraped .input-lg,select[multiple].bootstrap-datetimepicker-widget .input-lg{height:auto}#estimation_popup.wpe_bootstraped .input-hg,.bootstrap-datetimepicker-widget .input-hg{height:53px;padding:10px 16px;font-size:22px;line-height:1.318;border-radius:6px}select#estimation_popup.wpe_bootstraped .input-hg,select.bootstrap-datetimepicker-widget .input-hg{height:53px;line-height:53px}textarea#estimation_popup.wpe_bootstraped .input-hg,textarea.bootstrap-datetimepicker-widget .input-hg,select[multiple]#estimation_popup.wpe_bootstraped .input-hg,select[multiple].bootstrap-datetimepicker-widget .input-hg{height:auto}#estimation_popup.wpe_bootstraped .has-warning .help-block,.bootstrap-datetimepicker-widget .has-warning .help-block,#estimation_popup.wpe_bootstraped .has-warning .control-label,.bootstrap-datetimepicker-widget .has-warning .control-label,#estimation_popup.wpe_bootstraped .has-warning .radio,.bootstrap-datetimepicker-widget .has-warning .radio,#estimation_popup.wpe_bootstraped .has-warning .checkbox,.bootstrap-datetimepicker-widget .has-warning .checkbox,#estimation_popup.wpe_bootstraped .has-warning .radio-inline,.bootstrap-datetimepicker-widget .has-warning .radio-inline,#estimation_popup.wpe_bootstraped .has-warning .checkbox-inline,.bootstrap-datetimepicker-widget .has-warning .checkbox-inline{color:#f1c40f}#estimation_popup.wpe_bootstraped .has-warning .form-control,.bootstrap-datetimepicker-widget .has-warning .form-control{color:#f1c40f;border-color:#f1c40f;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .has-warning .form-control:-moz-placeholder,.bootstrap-datetimepicker-widget .has-warning .form-control:-moz-placeholder{color:#f1c40f}#estimation_popup.wpe_bootstraped .has-warning .form-control::-moz-placeholder,.bootstrap-datetimepicker-widget .has-warning .form-control::-moz-placeholder{color:#f1c40f;opacity:1}#estimation_popup.wpe_bootstraped .has-warning .form-control:-ms-input-placeholder,.bootstrap-datetimepicker-widget .has-warning .form-control:-ms-input-placeholder{color:#f1c40f}#estimation_popup.wpe_bootstraped .has-warning .form-control::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .has-warning .form-control::-webkit-input-placeholder{color:#f1c40f}#estimation_popup.wpe_bootstraped .has-warning .form-control.placeholder,.bootstrap-datetimepicker-widget .has-warning .form-control.placeholder{color:#f1c40f}#estimation_popup.wpe_bootstraped .has-warning .form-control:focus,.bootstrap-datetimepicker-widget .has-warning .form-control:focus{border-color:#f1c40f;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .has-warning .input-group-addon,.bootstrap-datetimepicker-widget .has-warning .input-group-addon{color:#f1c40f;border-color:#f1c40f;background-color:#fff}#estimation_popup.wpe_bootstraped .has-error .help-block,.bootstrap-datetimepicker-widget .has-error .help-block,#estimation_popup.wpe_bootstraped .has-error .control-label,.bootstrap-datetimepicker-widget .has-error .control-label,#estimation_popup.wpe_bootstraped .has-error .radio,.bootstrap-datetimepicker-widget .has-error .radio,#estimation_popup.wpe_bootstraped .has-error .checkbox,.bootstrap-datetimepicker-widget .has-error .checkbox,#estimation_popup.wpe_bootstraped .has-error .radio-inline,.bootstrap-datetimepicker-widget .has-error .radio-inline,#estimation_popup.wpe_bootstraped .has-error .checkbox-inline,.bootstrap-datetimepicker-widget .has-error .checkbox-inline{color:#e74c3c}#estimation_popup.wpe_bootstraped .has-error .form-control,.bootstrap-datetimepicker-widget .has-error .form-control{color:#e74c3c;border-color:#e74c3c;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .has-error .form-control:-moz-placeholder,.bootstrap-datetimepicker-widget .has-error .form-control:-moz-placeholder{color:#e74c3c}#estimation_popup.wpe_bootstraped .has-error .form-control::-moz-placeholder,.bootstrap-datetimepicker-widget .has-error .form-control::-moz-placeholder{color:#e74c3c;opacity:1}#estimation_popup.wpe_bootstraped .has-error .form-control:-ms-input-placeholder,.bootstrap-datetimepicker-widget .has-error .form-control:-ms-input-placeholder{color:#e74c3c}#estimation_popup.wpe_bootstraped .has-error .form-control::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .has-error .form-control::-webkit-input-placeholder{color:#e74c3c}#estimation_popup.wpe_bootstraped .has-error .form-control.placeholder,.bootstrap-datetimepicker-widget .has-error .form-control.placeholder{color:#e74c3c}#estimation_popup.wpe_bootstraped .has-error .form-control:focus,.bootstrap-datetimepicker-widget .has-error .form-control:focus{border-color:#e74c3c;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .has-error .input-group-addon,.bootstrap-datetimepicker-widget .has-error .input-group-addon{color:#e74c3c;border-color:#e74c3c;background-color:#fff}#estimation_popup.wpe_bootstraped .has-success .help-block,.bootstrap-datetimepicker-widget .has-success .help-block,#estimation_popup.wpe_bootstraped .has-success .control-label,.bootstrap-datetimepicker-widget .has-success .control-label,#estimation_popup.wpe_bootstraped .has-success .radio,.bootstrap-datetimepicker-widget .has-success .radio,#estimation_popup.wpe_bootstraped .has-success .checkbox,.bootstrap-datetimepicker-widget .has-success .checkbox,#estimation_popup.wpe_bootstraped .has-success .radio-inline,.bootstrap-datetimepicker-widget .has-success .radio-inline,#estimation_popup.wpe_bootstraped .has-success .checkbox-inline,.bootstrap-datetimepicker-widget .has-success .checkbox-inline{color:#2ecc71}#estimation_popup.wpe_bootstraped .has-success .form-control,.bootstrap-datetimepicker-widget .has-success .form-control{color:#2ecc71;border-color:#2ecc71;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .has-success .form-control:-moz-placeholder,.bootstrap-datetimepicker-widget .has-success .form-control:-moz-placeholder{color:#2ecc71}#estimation_popup.wpe_bootstraped .has-success .form-control::-moz-placeholder,.bootstrap-datetimepicker-widget .has-success .form-control::-moz-placeholder{color:#2ecc71;opacity:1}#estimation_popup.wpe_bootstraped .has-success .form-control:-ms-input-placeholder,.bootstrap-datetimepicker-widget .has-success .form-control:-ms-input-placeholder{color:#2ecc71}#estimation_popup.wpe_bootstraped .has-success .form-control::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .has-success .form-control::-webkit-input-placeholder{color:#2ecc71}#estimation_popup.wpe_bootstraped .has-success .form-control.placeholder,.bootstrap-datetimepicker-widget .has-success .form-control.placeholder{color:#2ecc71}#estimation_popup.wpe_bootstraped .has-success .form-control:focus,.bootstrap-datetimepicker-widget .has-success .form-control:focus{border-color:#2ecc71;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .has-success .input-group-addon,.bootstrap-datetimepicker-widget .has-success .input-group-addon{color:#2ecc71;border-color:#2ecc71;background-color:#fff}#estimation_popup.wpe_bootstraped .help-block,.bootstrap-datetimepicker-widget .help-block{font-size:15px;margin-bottom:5px;color:inherit}#estimation_popup.wpe_bootstraped .form-group,.bootstrap-datetimepicker-widget .form-group{position:relative;margin-bottom:20px}#estimation_popup.wpe_bootstraped .form-horizontal .control-label,.bootstrap-datetimepicker-widget .form-horizontal .control-label,#estimation_popup.wpe_bootstraped .form-horizontal .radio,.bootstrap-datetimepicker-widget .form-horizontal .radio,#estimation_popup.wpe_bootstraped .form-horizontal .checkbox,.bootstrap-datetimepicker-widget .form-horizontal .checkbox,#estimation_popup.wpe_bootstraped .form-horizontal .radio-inline,.bootstrap-datetimepicker-widget .form-horizontal .radio-inline,#estimation_popup.wpe_bootstraped .form-horizontal .checkbox-inline,.bootstrap-datetimepicker-widget .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:6px}#estimation_popup.wpe_bootstraped .form-horizontal .form-group,.bootstrap-datetimepicker-widget .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}#estimation_popup.wpe_bootstraped .form-horizontal .form-group:before,.bootstrap-datetimepicker-widget .form-horizontal .form-group:before,#estimation_popup.wpe_bootstraped .form-horizontal .form-group:after,.bootstrap-datetimepicker-widget .form-horizontal .form-group:after{content:" ";display:table}#estimation_popup.wpe_bootstraped .form-horizontal .form-group:after,.bootstrap-datetimepicker-widget .form-horizontal .form-group:after{clear:both}#estimation_popup.wpe_bootstraped .form-horizontal .form-control-static,.bootstrap-datetimepicker-widget .form-horizontal .form-control-static{padding-top:6px}#estimation_popup.wpe_bootstraped .form-group,.bootstrap-datetimepicker-widget .form-group{position:relative}#estimation_popup.wpe_bootstraped .form-control+.input-icon,.bootstrap-datetimepicker-widget .form-control+.input-icon{position:absolute;top:2px;right:2px;line-height:37px;vertical-align:middle;font-size:20px;color:#b2bcc5;background-color:#fff;padding:0 12px 0 0;border-radius:6px}#estimation_popup.wpe_bootstraped .input-hg+.input-icon,.bootstrap-datetimepicker-widget .input-hg+.input-icon{line-height:49px;padding:0 16px 0 0}#estimation_popup.wpe_bootstraped .input-lg+.input-icon,.bootstrap-datetimepicker-widget .input-lg+.input-icon{line-height:41px;padding:0 15px 0 0}#estimation_popup.wpe_bootstraped .input-sm+.input-icon,.bootstrap-datetimepicker-widget .input-sm+.input-icon{font-size:18px;line-height:30px;padding:0 10px 0 0}#estimation_popup.wpe_bootstraped .has-success .input-icon,.bootstrap-datetimepicker-widget .has-success .input-icon{color:#2ecc71}#estimation_popup.wpe_bootstraped .has-warning .input-icon,.bootstrap-datetimepicker-widget .has-warning .input-icon{color:#f1c40f}#estimation_popup.wpe_bootstraped .has-error .input-icon,.bootstrap-datetimepicker-widget .has-error .input-icon{color:#e74c3c}#estimation_popup.wpe_bootstraped .form-control[disabled]+.input-icon,.bootstrap-datetimepicker-widget .form-control[disabled]+.input-icon,#estimation_popup.wpe_bootstraped .form-control[readonly]+.input-icon,.bootstrap-datetimepicker-widget .form-control[readonly]+.input-icon,#estimation_popup.wpe_bootstraped fieldset[disabled] .form-control+.input-icon,.bootstrap-datetimepicker-widget fieldset[disabled] .form-control+.input-icon,#estimation_popup.wpe_bootstraped .form-control.disabled+.input-icon,.bootstrap-datetimepicker-widget .form-control.disabled+.input-icon{color:#d5dbdb;background-color:transparent;opacity:.7;filter:alpha(opacity=70)}#estimation_popup.wpe_bootstraped .input-group-hg>.form-control,.bootstrap-datetimepicker-widget .input-group-hg>.form-control,#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-addon,.bootstrap-datetimepicker-widget .input-group-hg>.input-group-addon,#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-btn>.btn,.bootstrap-datetimepicker-widget .input-group-hg>.input-group-btn>.btn{height:53px;padding:10px 16px;font-size:22px;line-height:1.318;border-radius:6px}select#estimation_popup.wpe_bootstraped .input-group-hg>.form-control,select.bootstrap-datetimepicker-widget .input-group-hg>.form-control,select#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-addon,select.bootstrap-datetimepicker-widget .input-group-hg>.input-group-addon,select#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-btn>.btn,select.bootstrap-datetimepicker-widget .input-group-hg>.input-group-btn>.btn{height:53px;line-height:53px}textarea#estimation_popup.wpe_bootstraped .input-group-hg>.form-control,textarea.bootstrap-datetimepicker-widget .input-group-hg>.form-control,textarea#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-addon,textarea.bootstrap-datetimepicker-widget .input-group-hg>.input-group-addon,textarea#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-btn>.btn,textarea.bootstrap-datetimepicker-widget .input-group-hg>.input-group-btn>.btn,select[multiple]#estimation_popup.wpe_bootstraped .input-group-hg>.form-control,select[multiple].bootstrap-datetimepicker-widget .input-group-hg>.form-control,select[multiple]#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-addon,select[multiple].bootstrap-datetimepicker-widget .input-group-hg>.input-group-addon,select[multiple]#estimation_popup.wpe_bootstraped .input-group-hg>.input-group-btn>.btn,select[multiple].bootstrap-datetimepicker-widget .input-group-hg>.input-group-btn>.btn{height:auto}#estimation_popup.wpe_bootstraped .input-group-lg>.form-control,.bootstrap-datetimepicker-widget .input-group-lg>.form-control,#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-addon,.bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-btn>.btn,.bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 15px;font-size:17px;line-height:1.235;border-radius:6px}select#estimation_popup.wpe_bootstraped .input-group-lg>.form-control,select.bootstrap-datetimepicker-widget .input-group-lg>.form-control,select#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-addon,select.bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,select#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-btn>.btn,select.bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea#estimation_popup.wpe_bootstraped .input-group-lg>.form-control,textarea.bootstrap-datetimepicker-widget .input-group-lg>.form-control,textarea#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-addon,textarea.bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,textarea#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-btn>.btn,textarea.bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn,select[multiple]#estimation_popup.wpe_bootstraped .input-group-lg>.form-control,select[multiple].bootstrap-datetimepicker-widget .input-group-lg>.form-control,select[multiple]#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-addon,select[multiple].bootstrap-datetimepicker-widget .input-group-lg>.input-group-addon,select[multiple]#estimation_popup.wpe_bootstraped .input-group-lg>.input-group-btn>.btn,select[multiple].bootstrap-datetimepicker-widget .input-group-lg>.input-group-btn>.btn{height:auto}#estimation_popup.wpe_bootstraped .input-group-sm>.form-control,.bootstrap-datetimepicker-widget .input-group-sm>.form-control,#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-addon,.bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-btn>.btn,.bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn{height:35px;padding:6px 10px;font-size:13px;line-height:1.462;border-radius:6px}select#estimation_popup.wpe_bootstraped .input-group-sm>.form-control,select.bootstrap-datetimepicker-widget .input-group-sm>.form-control,select#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-addon,select.bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,select#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-btn>.btn,select.bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn{height:35px;line-height:35px}textarea#estimation_popup.wpe_bootstraped .input-group-sm>.form-control,textarea.bootstrap-datetimepicker-widget .input-group-sm>.form-control,textarea#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-addon,textarea.bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,textarea#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-btn>.btn,textarea.bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn,select[multiple]#estimation_popup.wpe_bootstraped .input-group-sm>.form-control,select[multiple].bootstrap-datetimepicker-widget .input-group-sm>.form-control,select[multiple]#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-addon,select[multiple].bootstrap-datetimepicker-widget .input-group-sm>.input-group-addon,select[multiple]#estimation_popup.wpe_bootstraped .input-group-sm>.input-group-btn>.btn,select[multiple].bootstrap-datetimepicker-widget .input-group-sm>.input-group-btn>.btn{height:auto}#estimation_popup.wpe_bootstraped .input-group-addon,.bootstrap-datetimepicker-widget .input-group-addon{padding:10px 12px;font-size:15px;color:#fff;text-align:center;background-color:#bdc3c7;border:1px solid #bdc3c7;border-radius:6px;-webkit-transition:border .25s linear,color .25s linear,background-color .25s linear;transition:border .25s linear,color .25s linear,background-color .25s linear}.input-group-hg #estimation_popup.wpe_bootstraped .input-group-addon,.input-group-hg .bootstrap-datetimepicker-widget .input-group-addon,.input-group-lg #estimation_popup.wpe_bootstraped .input-group-addon,.input-group-lg .bootstrap-datetimepicker-widget .input-group-addon,.input-group-sm #estimation_popup.wpe_bootstraped .input-group-addon,.input-group-sm .bootstrap-datetimepicker-widget .input-group-addon{line-height:1}#estimation_popup.wpe_bootstraped .input-group .form-control:first-child,.bootstrap-datetimepicker-widget .input-group .form-control:first-child,#estimation_popup.wpe_bootstraped .input-group-addon:first-child,.bootstrap-datetimepicker-widget .input-group-addon:first-child,#estimation_popup.wpe_bootstraped .input-group-btn:first-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn,#estimation_popup.wpe_bootstraped .input-group-btn:first-child>.dropdown-toggle,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.dropdown-toggle,#estimation_popup.wpe_bootstraped .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}#estimation_popup.wpe_bootstraped .input-group .form-control:last-child,.bootstrap-datetimepicker-widget .input-group .form-control:last-child,#estimation_popup.wpe_bootstraped .input-group-addon:last-child,.bootstrap-datetimepicker-widget .input-group-addon:last-child,#estimation_popup.wpe_bootstraped .input-group-btn:last-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn,#estimation_popup.wpe_bootstraped .input-group-btn:last-child>.dropdown-toggle,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.dropdown-toggle,#estimation_popup.wpe_bootstraped .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}#estimation_popup.wpe_bootstraped .form-group.focus .input-group-addon,.bootstrap-datetimepicker-widget .form-group.focus .input-group-addon,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-addon,.bootstrap-datetimepicker-widget .input-group.focus .input-group-addon{background-color:#1abc9c;border-color:#1abc9c}#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn>.btn-default+.btn-default,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn>.btn-default+.btn-default,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn>.btn-default+.btn-default,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn>.btn-default+.btn-default{border-left-color:#16a085}#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn{border-color:#1abc9c;background-color:#fff;color:#1abc9c}#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default{color:#fff;background-color:#1abc9c}#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default:hover,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default:hover,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default:hover,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default:hover,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default:focus,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default:focus,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default:focus,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default:focus,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default:active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default:active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default{color:#fff;background-color:#48c9b0;border-color:#48c9b0}#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default:active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default:active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default{background:#16a085;border-color:#16a085}#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.disabled,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.disabled,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.disabled,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.disabled,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default[disabled],.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default[disabled],#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default[disabled],.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default,fieldset[disabled] .bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.disabled:hover,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.disabled:hover,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.disabled:hover,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.disabled:hover,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default[disabled]:hover,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default[disabled]:hover,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default[disabled]:hover,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default:hover,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.disabled:focus,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.disabled:focus,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.disabled:focus,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.disabled:focus,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default[disabled]:focus,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default[disabled]:focus,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default[disabled]:focus,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default:focus,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.disabled:active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.disabled:active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.disabled:active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.disabled:active,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default[disabled]:active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default[disabled]:active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default[disabled]:active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default:active,fieldset[disabled] .bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default:active,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.disabled.active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.disabled.active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.disabled.active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.disabled.active,#estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default[disabled].active,.bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default[disabled].active,#estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default[disabled].active,.bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .form-group.focus .input-group-btn .btn-default.active,fieldset[disabled] .bootstrap-datetimepicker-widget .form-group.focus .input-group-btn .btn-default.active,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group.focus .input-group-btn .btn-default.active,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group.focus .input-group-btn .btn-default.active{background-color:#1abc9c;border-color:#1abc9c}#estimation_popup.wpe_bootstraped .input-group-btn .btn,.bootstrap-datetimepicker-widget .input-group-btn .btn{background-color:#fff;border:2px solid #bdc3c7;color:#bdc3c7;line-height:18px}#estimation_popup.wpe_bootstraped .input-group-btn .btn-default,.bootstrap-datetimepicker-widget .input-group-btn .btn-default{color:#fff;background-color:#bdc3c7}#estimation_popup.wpe_bootstraped .input-group-btn .btn-default:hover,.bootstrap-datetimepicker-widget .input-group-btn .btn-default:hover,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default:focus,.bootstrap-datetimepicker-widget .input-group-btn .btn-default:focus,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default:active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default.active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .input-group-btn .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .input-group-btn .btn-default{color:#fff;background-color:#cacfd2;border-color:#cacfd2}#estimation_popup.wpe_bootstraped .input-group-btn .btn-default:active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default.active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .input-group-btn .btn-default,.open .dropdown-toggle.bootstrap-datetimepicker-widget .input-group-btn .btn-default{background:#a1a6a9;border-color:#a1a6a9}#estimation_popup.wpe_bootstraped .input-group-btn .btn-default.disabled,.bootstrap-datetimepicker-widget .input-group-btn .btn-default.disabled,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default[disabled],.bootstrap-datetimepicker-widget .input-group-btn .btn-default[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group-btn .btn-default,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group-btn .btn-default,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default.disabled:hover,.bootstrap-datetimepicker-widget .input-group-btn .btn-default.disabled:hover,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default[disabled]:hover,.bootstrap-datetimepicker-widget .input-group-btn .btn-default[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group-btn .btn-default:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group-btn .btn-default:hover,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default.disabled:focus,.bootstrap-datetimepicker-widget .input-group-btn .btn-default.disabled:focus,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default[disabled]:focus,.bootstrap-datetimepicker-widget .input-group-btn .btn-default[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group-btn .btn-default:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group-btn .btn-default:focus,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default.disabled:active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default.disabled:active,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default[disabled]:active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group-btn .btn-default:active,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group-btn .btn-default:active,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default.disabled.active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default.disabled.active,#estimation_popup.wpe_bootstraped .input-group-btn .btn-default[disabled].active,.bootstrap-datetimepicker-widget .input-group-btn .btn-default[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .input-group-btn .btn-default.active,fieldset[disabled] .bootstrap-datetimepicker-widget .input-group-btn .btn-default.active{background-color:#bdc3c7;border-color:#bdc3c7}.input-group-hg #estimation_popup.wpe_bootstraped .input-group-btn .btn,.input-group-hg .bootstrap-datetimepicker-widget .input-group-btn .btn{line-height:31px}.input-group-lg #estimation_popup.wpe_bootstraped .input-group-btn .btn,.input-group-lg .bootstrap-datetimepicker-widget .input-group-btn .btn{line-height:21px}.input-group-sm #estimation_popup.wpe_bootstraped .input-group-btn .btn,.input-group-sm .bootstrap-datetimepicker-widget .input-group-btn .btn{line-height:19px}#estimation_popup.wpe_bootstraped .input-group-btn:first-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:first-child>.btn{border-right-width:0;margin-right:-2px}#estimation_popup.wpe_bootstraped .input-group-btn:last-child>.btn,.bootstrap-datetimepicker-widget .input-group-btn:last-child>.btn{border-left-width:0;margin-left:-2px}#estimation_popup.wpe_bootstraped .input-group-btn>.btn-default+.btn-default,.bootstrap-datetimepicker-widget .input-group-btn>.btn-default+.btn-default{border-left:2px solid #bdc3c7}#estimation_popup.wpe_bootstraped .input-group-btn>.btn:first-child+.btn .caret,.bootstrap-datetimepicker-widget .input-group-btn>.btn:first-child+.btn .caret{margin-left:0}#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn+.form-control,.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn+.form-control,#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn:last-child .btn,.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn:last-child .btn{border-bottom-right-radius:20px;border-top-right-radius:20px}.input-group-hg#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn+.form-control,.input-group-hg.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn+.form-control,.input-group-hg#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn:last-child .btn,.input-group-hg.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn:last-child .btn{border-bottom-right-radius:27px;border-top-right-radius:27px}.input-group-lg#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn+.form-control,.input-group-lg.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn+.form-control,.input-group-lg#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn:last-child .btn,.input-group-lg.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn:last-child .btn{border-bottom-right-radius:25px;border-top-right-radius:25px}#estimation_popup.wpe_bootstraped .input-group-rounded .form-control:first-child,.bootstrap-datetimepicker-widget .input-group-rounded .form-control:first-child,#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn:first-child .btn,.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn:first-child .btn{border-bottom-left-radius:20px;border-top-left-radius:20px}.input-group-hg#estimation_popup.wpe_bootstraped .input-group-rounded .form-control:first-child,.input-group-hg.bootstrap-datetimepicker-widget .input-group-rounded .form-control:first-child,.input-group-hg#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn:first-child .btn,.input-group-hg.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn:first-child .btn{border-bottom-left-radius:27px;border-top-left-radius:27px}.input-group-lg#estimation_popup.wpe_bootstraped .input-group-rounded .form-control:first-child,.input-group-lg.bootstrap-datetimepicker-widget .input-group-rounded .form-control:first-child,.input-group-lg#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn:first-child .btn,.input-group-lg.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn:first-child .btn{border-bottom-left-radius:25px;border-top-left-radius:25px}#estimation_popup.wpe_bootstraped .input-group-rounded .input-group-btn+.form-control,.bootstrap-datetimepicker-widget .input-group-rounded .input-group-btn+.form-control{padding-left:0}#estimation_popup.wpe_bootstraped .checkbox,.bootstrap-datetimepicker-widget .checkbox,#estimation_popup.wpe_bootstraped .radio,.bootstrap-datetimepicker-widget .radio{margin-bottom:12px;padding-left:32px;position:relative;-webkit-transition:color .25s linear;transition:color .25s linear;font-size:14px;line-height:1.5}#estimation_popup.wpe_bootstraped .checkbox input,.bootstrap-datetimepicker-widget .checkbox input,#estimation_popup.wpe_bootstraped .radio input,.bootstrap-datetimepicker-widget .radio input{outline:0!important;display:none}#estimation_popup.wpe_bootstraped .checkbox .icons,.bootstrap-datetimepicker-widget .checkbox .icons,#estimation_popup.wpe_bootstraped .radio .icons,.bootstrap-datetimepicker-widget .radio .icons{color:#bdc3c7;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 .25s linear;transition:color .25s linear}#estimation_popup.wpe_bootstraped .checkbox .icons .first-icon,.bootstrap-datetimepicker-widget .checkbox .icons .first-icon,#estimation_popup.wpe_bootstraped .radio .icons .first-icon,.bootstrap-datetimepicker-widget .radio .icons .first-icon,#estimation_popup.wpe_bootstraped .checkbox .icons .second-icon,.bootstrap-datetimepicker-widget .checkbox .icons .second-icon,#estimation_popup.wpe_bootstraped .radio .icons .second-icon,.bootstrap-datetimepicker-widget .radio .icons .second-icon{display:inline-table;position:absolute;left:0;top:0;background-color:transparent;margin:0;opacity:1;filter:alpha(opacity=100)}#estimation_popup.wpe_bootstraped .checkbox .icons .second-icon,.bootstrap-datetimepicker-widget .checkbox .icons .second-icon,#estimation_popup.wpe_bootstraped .radio .icons .second-icon,.bootstrap-datetimepicker-widget .radio .icons .second-icon{opacity:0;filter:alpha(opacity=0)}#estimation_popup.wpe_bootstraped .checkbox:hover,.bootstrap-datetimepicker-widget .checkbox:hover,#estimation_popup.wpe_bootstraped .radio:hover,.bootstrap-datetimepicker-widget .radio:hover{-webkit-transition:color .25s linear;transition:color .25s linear}#estimation_popup.wpe_bootstraped .checkbox:hover .first-icon,.bootstrap-datetimepicker-widget .checkbox:hover .first-icon,#estimation_popup.wpe_bootstraped .radio:hover .first-icon,.bootstrap-datetimepicker-widget .radio:hover .first-icon{opacity:0;filter:alpha(opacity=0)}#estimation_popup.wpe_bootstraped .checkbox:hover .second-icon,.bootstrap-datetimepicker-widget .checkbox:hover .second-icon,#estimation_popup.wpe_bootstraped .radio:hover .second-icon,.bootstrap-datetimepicker-widget .radio:hover .second-icon{opacity:1;filter:alpha(opacity=100)}#estimation_popup.wpe_bootstraped .checkbox.checked,.bootstrap-datetimepicker-widget .checkbox.checked,#estimation_popup.wpe_bootstraped .radio.checked,.bootstrap-datetimepicker-widget .radio.checked{color:#1abc9c}#estimation_popup.wpe_bootstraped .checkbox.checked .first-icon,.bootstrap-datetimepicker-widget .checkbox.checked .first-icon,#estimation_popup.wpe_bootstraped .radio.checked .first-icon,.bootstrap-datetimepicker-widget .radio.checked .first-icon{opacity:0;filter:alpha(opacity=0)}#estimation_popup.wpe_bootstraped .checkbox.checked .second-icon,.bootstrap-datetimepicker-widget .checkbox.checked .second-icon,#estimation_popup.wpe_bootstraped .radio.checked .second-icon,.bootstrap-datetimepicker-widget .radio.checked .second-icon{opacity:1;filter:alpha(opacity=100);color:#1abc9c;-webkit-transition:color .25s linear;transition:color .25s linear}#estimation_popup.wpe_bootstraped .checkbox.disabled,.bootstrap-datetimepicker-widget .checkbox.disabled,#estimation_popup.wpe_bootstraped .radio.disabled,.bootstrap-datetimepicker-widget .radio.disabled{cursor:default;color:#e6e8ea}#estimation_popup.wpe_bootstraped .checkbox.disabled .icons,.bootstrap-datetimepicker-widget .checkbox.disabled .icons,#estimation_popup.wpe_bootstraped .radio.disabled .icons,.bootstrap-datetimepicker-widget .radio.disabled .icons{color:#e6e8ea}#estimation_popup.wpe_bootstraped .checkbox.disabled .first-icon,.bootstrap-datetimepicker-widget .checkbox.disabled .first-icon,#estimation_popup.wpe_bootstraped .radio.disabled .first-icon,.bootstrap-datetimepicker-widget .radio.disabled .first-icon{opacity:1;filter:alpha(opacity=100)}#estimation_popup.wpe_bootstraped .checkbox.disabled .second-icon,.bootstrap-datetimepicker-widget .checkbox.disabled .second-icon,#estimation_popup.wpe_bootstraped .radio.disabled .second-icon,.bootstrap-datetimepicker-widget .radio.disabled .second-icon{opacity:0;filter:alpha(opacity=0)}#estimation_popup.wpe_bootstraped .checkbox.disabled.checked .icons,.bootstrap-datetimepicker-widget .checkbox.disabled.checked .icons,#estimation_popup.wpe_bootstraped .radio.disabled.checked .icons,.bootstrap-datetimepicker-widget .radio.disabled.checked .icons{color:#e6e8ea}#estimation_popup.wpe_bootstraped .checkbox.disabled.checked .first-icon,.bootstrap-datetimepicker-widget .checkbox.disabled.checked .first-icon,#estimation_popup.wpe_bootstraped .radio.disabled.checked .first-icon,.bootstrap-datetimepicker-widget .radio.disabled.checked .first-icon{opacity:0;filter:alpha(opacity=0)}#estimation_popup.wpe_bootstraped .checkbox.disabled.checked .second-icon,.bootstrap-datetimepicker-widget .checkbox.disabled.checked .second-icon,#estimation_popup.wpe_bootstraped .radio.disabled.checked .second-icon,.bootstrap-datetimepicker-widget .radio.disabled.checked .second-icon{opacity:1;filter:alpha(opacity=100);color:#e6e8ea}#estimation_popup.wpe_bootstraped .checkbox.primary .icons,.bootstrap-datetimepicker-widget .checkbox.primary .icons,#estimation_popup.wpe_bootstraped .radio.primary .icons,.bootstrap-datetimepicker-widget .radio.primary .icons{color:#34495e}#estimation_popup.wpe_bootstraped .checkbox.primary.checked,.bootstrap-datetimepicker-widget .checkbox.primary.checked,#estimation_popup.wpe_bootstraped .radio.primary.checked,.bootstrap-datetimepicker-widget .radio.primary.checked{color:#1abc9c}#estimation_popup.wpe_bootstraped .checkbox.primary.checked .icons,.bootstrap-datetimepicker-widget .checkbox.primary.checked .icons,#estimation_popup.wpe_bootstraped .radio.primary.checked .icons,.bootstrap-datetimepicker-widget .radio.primary.checked .icons{color:#1abc9c}#estimation_popup.wpe_bootstraped .checkbox.primary.disabled,.bootstrap-datetimepicker-widget .checkbox.primary.disabled,#estimation_popup.wpe_bootstraped .radio.primary.disabled,.bootstrap-datetimepicker-widget .radio.primary.disabled{cursor:default;color:#bdc3c7}#estimation_popup.wpe_bootstraped .checkbox.primary.disabled .icons,.bootstrap-datetimepicker-widget .checkbox.primary.disabled .icons,#estimation_popup.wpe_bootstraped .radio.primary.disabled .icons,.bootstrap-datetimepicker-widget .radio.primary.disabled .icons{color:#bdc3c7}#estimation_popup.wpe_bootstraped .checkbox.primary.disabled.checked .icons,.bootstrap-datetimepicker-widget .checkbox.primary.disabled.checked .icons,#estimation_popup.wpe_bootstraped .radio.primary.disabled.checked .icons,.bootstrap-datetimepicker-widget .radio.primary.disabled.checked .icons{color:#bdc3c7}#estimation_popup.wpe_bootstraped .radio+.radio,.bootstrap-datetimepicker-widget .radio+.radio,#estimation_popup.wpe_bootstraped .checkbox+.checkbox,.bootstrap-datetimepicker-widget .checkbox+.checkbox{margin-top:10px}#estimation_popup.wpe_bootstraped .navbar,.bootstrap-datetimepicker-widget .navbar{font-size:16px;min-height:53px;margin-bottom:30px;border:0;border-radius:6px}@media(min-width:768px){#estimation_popup.wpe_bootstraped .navbar-header,.bootstrap-datetimepicker-widget .navbar-header{float:left}}#estimation_popup.wpe_bootstraped .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-collapse{box-shadow:none;padding-right:21px;padding-left:21px}@media(min-width:768px){#estimation_popup.wpe_bootstraped .navbar-collapse .navbar-nav.navbar-left:first-child,.bootstrap-datetimepicker-widget .navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-21px}#estimation_popup.wpe_bootstraped .navbar-collapse .navbar-nav.navbar-left:first-child>li:first-child a,.bootstrap-datetimepicker-widget .navbar-collapse .navbar-nav.navbar-left:first-child>li:first-child a{border-bottom-left-radius:6px;border-top-left-radius:6px}#estimation_popup.wpe_bootstraped .navbar-collapse .navbar-nav.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-21px}.navbar>.container #estimation_popup.wpe_bootstraped .navbar-collapse .navbar-nav.navbar-right:last-child,.navbar>.container .bootstrap-datetimepicker-widget .navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-36px}#estimation_popup.wpe_bootstraped .navbar-collapse .navbar-nav.navbar-right:last-child>.dropdown:last-child>a,.bootstrap-datetimepicker-widget .navbar-collapse .navbar-nav.navbar-right:last-child>.dropdown:last-child>a{border-radius:0 6px 6px 0}#estimation_popup.wpe_bootstraped .navbar-collapse .navbar-form.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-collapse .navbar-form.navbar-right:last-child{margin-right:-17px}.navbar-fixed-top #estimation_popup.wpe_bootstraped .navbar-collapse .navbar-form.navbar-right:last-child,.navbar-fixed-top .bootstrap-datetimepicker-widget .navbar-collapse .navbar-form.navbar-right:last-child,.navbar-fixed-bottom #estimation_popup.wpe_bootstraped .navbar-collapse .navbar-form.navbar-right:last-child,.navbar-fixed-bottom .bootstrap-datetimepicker-widget .navbar-collapse .navbar-form.navbar-right:last-child{margin-right:0}}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-collapse .navbar-nav.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-collapse .navbar-nav.navbar-right:last-child{margin-bottom:3px}}#estimation_popup.wpe_bootstraped .container>.navbar-header,.bootstrap-datetimepicker-widget .container>.navbar-header,#estimation_popup.wpe_bootstraped .container-fluid>.navbar-header,.bootstrap-datetimepicker-widget .container-fluid>.navbar-header,#estimation_popup.wpe_bootstraped .container>.navbar-collapse,.bootstrap-datetimepicker-widget .container>.navbar-collapse,#estimation_popup.wpe_bootstraped .container-fluid>.navbar-collapse,.bootstrap-datetimepicker-widget .container-fluid>.navbar-collapse{margin-right:-21px;margin-left:-21px}@media(min-width:768px){#estimation_popup.wpe_bootstraped .container>.navbar-header,.bootstrap-datetimepicker-widget .container>.navbar-header,#estimation_popup.wpe_bootstraped .container-fluid>.navbar-header,.bootstrap-datetimepicker-widget .container-fluid>.navbar-header,#estimation_popup.wpe_bootstraped .container>.navbar-collapse,.bootstrap-datetimepicker-widget .container>.navbar-collapse,#estimation_popup.wpe_bootstraped .container-fluid>.navbar-collapse,.bootstrap-datetimepicker-widget .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}#estimation_popup.wpe_bootstraped .navbar-static-top,.bootstrap-datetimepicker-widget .navbar-static-top{z-index:1000;border-width:0;border-radius:0}#estimation_popup.wpe_bootstraped .navbar-fixed-top,.bootstrap-datetimepicker-widget .navbar-fixed-top,#estimation_popup.wpe_bootstraped .navbar-fixed-bottom,.bootstrap-datetimepicker-widget .navbar-fixed-bottom{z-index:1030;border-radius:0}#estimation_popup.wpe_bootstraped .navbar-fixed-top,.bootstrap-datetimepicker-widget .navbar-fixed-top{border-width:0}#estimation_popup.wpe_bootstraped .navbar-fixed-bottom,.bootstrap-datetimepicker-widget .navbar-fixed-bottom{margin-bottom:0;border-width:0}#estimation_popup.wpe_bootstraped .navbar-brand,.bootstrap-datetimepicker-widget .navbar-brand{font-size:24px;line-height:1.042;font-weight:700;padding:14px 21px}#estimation_popup.wpe_bootstraped .navbar-brand>[class*=fui-],.bootstrap-datetimepicker-widget .navbar-brand>[class*=fui-]{font-size:19px;line-height:1.263;vertical-align:top}@media(min-width:768px){.navbar>.container #estimation_popup.wpe_bootstraped .navbar-brand,.navbar>.container .bootstrap-datetimepicker-widget .navbar-brand,.navbar>.container-fluid #estimation_popup.wpe_bootstraped .navbar-brand,.navbar>.container-fluid .bootstrap-datetimepicker-widget .navbar-brand{margin-left:-21px}}#estimation_popup.wpe_bootstraped .navbar-toggle,.bootstrap-datetimepicker-widget .navbar-toggle{border:0;color:#34495e;margin:0 0 0 21px;padding:0 21px;height:53px;line-height:53px}#estimation_popup.wpe_bootstraped .navbar-toggle:before,.bootstrap-datetimepicker-widget .navbar-toggle:before{color:#16a085;content:"\e00c";font-family:Flat-UI-Icons;font-size:22px;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-webkit-transition:color .25s linear;transition:color .25s linear}#estimation_popup.wpe_bootstraped .navbar-toggle:hover,.bootstrap-datetimepicker-widget .navbar-toggle:hover,#estimation_popup.wpe_bootstraped .navbar-toggle:focus,.bootstrap-datetimepicker-widget .navbar-toggle:focus{outline:0}#estimation_popup.wpe_bootstraped .navbar-toggle:hover:before,.bootstrap-datetimepicker-widget .navbar-toggle:hover:before,#estimation_popup.wpe_bootstraped .navbar-toggle:focus:before,.bootstrap-datetimepicker-widget .navbar-toggle:focus:before{color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-toggle .icon-bar,.bootstrap-datetimepicker-widget .navbar-toggle .icon-bar{display:none}@media(min-width:768px){#estimation_popup.wpe_bootstraped .navbar-toggle,.bootstrap-datetimepicker-widget .navbar-toggle{display:none}}#estimation_popup.wpe_bootstraped .navbar-nav,.bootstrap-datetimepicker-widget .navbar-nav{margin:0}#estimation_popup.wpe_bootstraped .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-nav>li>a{font-size:16px;padding:15px 21px;line-height:23px;font-weight:700}#estimation_popup.wpe_bootstraped .navbar-nav .dropdown-toggle .caret,.bootstrap-datetimepicker-widget .navbar-nav .dropdown-toggle .caret{border-top-color:#16a085;border-bottom-color:#16a085;border-width:8px 6px 0;margin-left:12px}#estimation_popup.wpe_bootstraped .navbar-nav>li>a:hover,.bootstrap-datetimepicker-widget .navbar-nav>li>a:hover,#estimation_popup.wpe_bootstraped .navbar-nav>li>a:focus,.bootstrap-datetimepicker-widget .navbar-nav>li>a:focus,#estimation_popup.wpe_bootstraped .navbar-nav .open>a:focus,.bootstrap-datetimepicker-widget .navbar-nav .open>a:focus,#estimation_popup.wpe_bootstraped .navbar-nav .open>a:hover,.bootstrap-datetimepicker-widget .navbar-nav .open>a:hover{background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-nav>li>a:hover .caret,.bootstrap-datetimepicker-widget .navbar-nav>li>a:hover .caret,#estimation_popup.wpe_bootstraped .navbar-nav>li>a:focus .caret,.bootstrap-datetimepicker-widget .navbar-nav>li>a:focus .caret,#estimation_popup.wpe_bootstraped .navbar-nav .open>a:focus .caret,.bootstrap-datetimepicker-widget .navbar-nav .open>a:focus .caret,#estimation_popup.wpe_bootstraped .navbar-nav .open>a:hover .caret,.bootstrap-datetimepicker-widget .navbar-nav .open>a:hover .caret{border-top-color:#1abc9c;border-bottom-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-nav [class^=fui-],.bootstrap-datetimepicker-widget .navbar-nav [class^=fui-]{line-height:20px;position:relative;top:1px}#estimation_popup.wpe_bootstraped .navbar-nav .visible-sm>[class^=fui-],.bootstrap-datetimepicker-widget .navbar-nav .visible-sm>[class^=fui-],#estimation_popup.wpe_bootstraped .navbar-nav .visible-xs>[class^=fui-],.bootstrap-datetimepicker-widget .navbar-nav .visible-xs>[class^=fui-]{margin-left:12px}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-nav,.bootstrap-datetimepicker-widget .navbar-nav{margin:0 -21px}#estimation_popup.wpe_bootstraped .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu>li>a,#estimation_popup.wpe_bootstraped .navbar-nav .open .dropdown-menu .dropdown-header,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu .dropdown-header{padding:7px 15px 7px 31px!important}#estimation_popup.wpe_bootstraped .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-nav .open .dropdown-menu>li>a{line-height:23px}#estimation_popup.wpe_bootstraped .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-nav>li>a{padding-top:7px;padding-bottom:7px}}#estimation_popup.wpe_bootstraped .navbar-input,.bootstrap-datetimepicker-widget .navbar-input{height:35px;padding:5px 10px;font-size:13px;line-height:1.4;border-radius:6px}select#estimation_popup.wpe_bootstraped .navbar-input,select.bootstrap-datetimepicker-widget .navbar-input{height:35px;line-height:35px}textarea#estimation_popup.wpe_bootstraped .navbar-input,textarea.bootstrap-datetimepicker-widget .navbar-input,select[multiple]#estimation_popup.wpe_bootstraped .navbar-input,select[multiple].bootstrap-datetimepicker-widget .navbar-input{height:auto}#estimation_popup.wpe_bootstraped .navbar-form,.bootstrap-datetimepicker-widget .navbar-form{-webkit-box-shadow:none;box-shadow:none;margin-top:0;margin-bottom:0;padding-right:19px;padding-left:19px;padding-top:9px;padding-bottom:9px}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-form .form-group,.bootstrap-datetimepicker-widget .navbar-form .form-group{margin-bottom:5px}}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-form,.bootstrap-datetimepicker-widget .navbar-form{margin:3px -21px;width:auto}}@media(min-width:768px){.navbar-nav+#estimation_popup.wpe_bootstraped .navbar-form.navbar-left,.navbar-nav+.bootstrap-datetimepicker-widget .navbar-form.navbar-left,#estimation_popup.wpe_bootstraped .navbar-form.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-form.navbar-right:last-child{width:260px}}#estimation_popup.wpe_bootstraped .navbar-form .form-control,.bootstrap-datetimepicker-widget .navbar-form .form-control,#estimation_popup.wpe_bootstraped .navbar-form .input-group-addon,.bootstrap-datetimepicker-widget .navbar-form .input-group-addon,#estimation_popup.wpe_bootstraped .navbar-form .btn,.bootstrap-datetimepicker-widget .navbar-form .btn{height:35px;padding:5px 10px;font-size:13px;line-height:1.4;border-radius:6px}select#estimation_popup.wpe_bootstraped .navbar-form .form-control,select.bootstrap-datetimepicker-widget .navbar-form .form-control,select#estimation_popup.wpe_bootstraped .navbar-form .input-group-addon,select.bootstrap-datetimepicker-widget .navbar-form .input-group-addon,select#estimation_popup.wpe_bootstraped .navbar-form .btn,select.bootstrap-datetimepicker-widget .navbar-form .btn{height:35px;line-height:35px}textarea#estimation_popup.wpe_bootstraped .navbar-form .form-control,textarea.bootstrap-datetimepicker-widget .navbar-form .form-control,textarea#estimation_popup.wpe_bootstraped .navbar-form .input-group-addon,textarea.bootstrap-datetimepicker-widget .navbar-form .input-group-addon,textarea#estimation_popup.wpe_bootstraped .navbar-form .btn,textarea.bootstrap-datetimepicker-widget .navbar-form .btn,select[multiple]#estimation_popup.wpe_bootstraped .navbar-form .form-control,select[multiple].bootstrap-datetimepicker-widget .navbar-form .form-control,select[multiple]#estimation_popup.wpe_bootstraped .navbar-form .input-group-addon,select[multiple].bootstrap-datetimepicker-widget .navbar-form .input-group-addon,select[multiple]#estimation_popup.wpe_bootstraped .navbar-form .btn,select[multiple].bootstrap-datetimepicker-widget .navbar-form .btn{height:auto}#estimation_popup.wpe_bootstraped .navbar-form .input-group .form-control:first-child,.bootstrap-datetimepicker-widget .navbar-form .input-group .form-control:first-child,#estimation_popup.wpe_bootstraped .navbar-form .input-group-addon:first-child,.bootstrap-datetimepicker-widget .navbar-form .input-group-addon:first-child,#estimation_popup.wpe_bootstraped .navbar-form .input-group-btn:first-child>.btn,.bootstrap-datetimepicker-widget .navbar-form .input-group-btn:first-child>.btn,#estimation_popup.wpe_bootstraped .navbar-form .input-group-btn:first-child>.dropdown-toggle,.bootstrap-datetimepicker-widget .navbar-form .input-group-btn:first-child>.dropdown-toggle,#estimation_popup.wpe_bootstraped .navbar-form .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-datetimepicker-widget .navbar-form .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}#estimation_popup.wpe_bootstraped .navbar-form .input-group .form-control:last-child,.bootstrap-datetimepicker-widget .navbar-form .input-group .form-control:last-child,#estimation_popup.wpe_bootstraped .navbar-form .input-group-addon:last-child,.bootstrap-datetimepicker-widget .navbar-form .input-group-addon:last-child,#estimation_popup.wpe_bootstraped .navbar-form .input-group-btn:last-child>.btn,.bootstrap-datetimepicker-widget .navbar-form .input-group-btn:last-child>.btn,#estimation_popup.wpe_bootstraped .navbar-form .input-group-btn:last-child>.dropdown-toggle,.bootstrap-datetimepicker-widget .navbar-form .input-group-btn:last-child>.dropdown-toggle,#estimation_popup.wpe_bootstraped .navbar-form .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-datetimepicker-widget .navbar-form .input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}#estimation_popup.wpe_bootstraped .navbar-form .form-control,.bootstrap-datetimepicker-widget .navbar-form .form-control{font-size:15px;border-radius:5px;display:table-cell}#estimation_popup.wpe_bootstraped .navbar-form .form-group+.btn,.bootstrap-datetimepicker-widget .navbar-form .form-group+.btn{font-size:15px;border-radius:5px;margin-left:4px}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-form .form-group,.bootstrap-datetimepicker-widget .navbar-form .form-group{margin-bottom:0}#estimation_popup.wpe_bootstraped .navbar-form .form-group+.btn,.bootstrap-datetimepicker-widget .navbar-form .form-group+.btn{margin-top:9px;margin-left:0}}#estimation_popup.wpe_bootstraped .navbar-nav>li>.dropdown-menu,.bootstrap-datetimepicker-widget .navbar-nav>li>.dropdown-menu{min-width:100%;border-radius:4px}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-nav>li>.dropdown-menu,.bootstrap-datetimepicker-widget .navbar-nav>li>.dropdown-menu{-webkit-transition:all 0s;transition:all 0s;display:none}}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-nav>li.open>.dropdown-menu,.bootstrap-datetimepicker-widget .navbar-nav>li.open>.dropdown-menu{margin-top:0!important;display:block}}#estimation_popup.wpe_bootstraped .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:4px;border-bottom-left-radius:4px}#estimation_popup.wpe_bootstraped .navbar-nav>.open>.dropdown-toggle,.bootstrap-datetimepicker-widget .navbar-nav>.open>.dropdown-toggle,#estimation_popup.wpe_bootstraped .navbar-nav>.open>.dropdown-toggle:focus,.bootstrap-datetimepicker-widget .navbar-nav>.open>.dropdown-toggle:focus,#estimation_popup.wpe_bootstraped .navbar-nav>.open>.dropdown-toggle:hover,.bootstrap-datetimepicker-widget .navbar-nav>.open>.dropdown-toggle:hover{background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-text,.bootstrap-datetimepicker-widget .navbar-text{font-size:16px;line-height:1.438;color:#34495e;margin-top:0;margin-bottom:0;padding-top:15px;padding-bottom:15px}@media(min-width:768px){#estimation_popup.wpe_bootstraped .navbar-text,.bootstrap-datetimepicker-widget .navbar-text{margin-left:21px;margin-right:21px}#estimation_popup.wpe_bootstraped .navbar-text.navbar-right:last-child,.bootstrap-datetimepicker-widget .navbar-text.navbar-right:last-child{margin-right:0}}#estimation_popup.wpe_bootstraped .navbar-btn,.bootstrap-datetimepicker-widget .navbar-btn{margin-top:6px;margin-bottom:6px}#estimation_popup.wpe_bootstraped .navbar-btn.btn-sm,.bootstrap-datetimepicker-widget .navbar-btn.btn-sm{margin-top:9px;margin-bottom:8px}#estimation_popup.wpe_bootstraped .navbar-btn.btn-xs,.bootstrap-datetimepicker-widget .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}#estimation_popup.wpe_bootstraped .navbar-unread,.bootstrap-datetimepicker-widget .navbar-unread,#estimation_popup.wpe_bootstraped .navbar-new,.bootstrap-datetimepicker-widget .navbar-new{font-family:Lato,Helvetica,Arial,sans-serif;background-color:#1abc9c;border-radius:50%;color:#fff;font-size:0;font-weight:700;height:6px;line-height:1;position:absolute;right:12px;text-align:center;top:35%;width:6px;z-index:10}@media(max-width:768px){#estimation_popup.wpe_bootstraped .navbar-unread,.bootstrap-datetimepicker-widget .navbar-unread,#estimation_popup.wpe_bootstraped .navbar-new,.bootstrap-datetimepicker-widget .navbar-new{position:static;float:right;margin:0 0 0 10px}}.active #estimation_popup.wpe_bootstraped .navbar-unread,.active .bootstrap-datetimepicker-widget .navbar-unread,.active #estimation_popup.wpe_bootstraped .navbar-new,.active .bootstrap-datetimepicker-widget .navbar-new{background-color:#fff;display:none}#estimation_popup.wpe_bootstraped .navbar-new,.bootstrap-datetimepicker-widget .navbar-new{background-color:#e74c3c;font-size:12px;height:18px;line-height:17px;margin:-6px -10px;min-width:18px;padding:0 1px;width:auto;-webkit-font-smoothing:subpixel-antialiased}#estimation_popup.wpe_bootstraped .navbar-default,.bootstrap-datetimepicker-widget .navbar-default{background-color:#ecf0f1}#estimation_popup.wpe_bootstraped .navbar-default .navbar-brand,.bootstrap-datetimepicker-widget .navbar-default .navbar-brand{color:#34495e}#estimation_popup.wpe_bootstraped .navbar-default .navbar-brand:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-brand:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-brand:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-brand:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-toggle:before,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle:before{color:#34495e}#estimation_popup.wpe_bootstraped .navbar-default .navbar-toggle:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-toggle:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle:focus{background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-toggle:hover:before,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle:hover:before,#estimation_popup.wpe_bootstraped .navbar-default .navbar-toggle:focus:before,.bootstrap-datetimepicker-widget .navbar-default .navbar-toggle:focus:before{color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-default .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-default .navbar-collapse,#estimation_popup.wpe_bootstraped .navbar-default .navbar-form,.bootstrap-datetimepicker-widget .navbar-default .navbar-form{border-color:#e5e9ea;border-width:2px}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>li>a{color:#34495e}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>li>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>li>a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>li>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>li>a:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.active>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.active>a,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.active>a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.active>a:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.disabled>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.disabled>a,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.disabled>a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.dropdown>a .caret,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#34495e;border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.active>a .caret,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.active>a .caret{border-top-color:#1abc9c;border-bottom-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.dropdown>a:hover .caret,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.dropdown>a:hover .caret,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.dropdown>a:focus .caret,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#1abc9c;border-bottom-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.open>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.open>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.open>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a:focus{background-color:transparent;color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.open>a .caret,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a .caret,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.open>a:hover .caret,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a:hover .caret,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav>.open>a:focus .caret,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#1abc9c;border-bottom-color:#1abc9c}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#34495e}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.active>a,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .form-control,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .form-control{border-color:transparent}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .form-control:-moz-placeholder,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .form-control:-moz-placeholder{color:#aeb6bf}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .form-control::-moz-placeholder,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .form-control::-moz-placeholder{color:#aeb6bf;opacity:1}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .form-control:-ms-input-placeholder,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .form-control:-ms-input-placeholder{color:#aeb6bf}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .form-control::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .form-control::-webkit-input-placeholder{color:#aeb6bf}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .form-control.placeholder,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .form-control.placeholder{color:#aeb6bf}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .form-control:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .form-control:focus{border-color:#1abc9c;color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .input-group-btn .btn,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .input-group-btn .btn{border-color:transparent;color:#919ba4}#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .input-group.focus .form-control,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .input-group.focus .form-control,#estimation_popup.wpe_bootstraped .navbar-default .navbar-form .input-group.focus .input-group-btn .btn,.bootstrap-datetimepicker-widget .navbar-default .navbar-form .input-group.focus .input-group-btn .btn{border-color:#1abc9c;color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-default .navbar-text,.bootstrap-datetimepicker-widget .navbar-default .navbar-text{color:#34495e}#estimation_popup.wpe_bootstraped .navbar-default .navbar-text a,.bootstrap-datetimepicker-widget .navbar-default .navbar-text a{color:#34495e}#estimation_popup.wpe_bootstraped .navbar-default .navbar-text a:hover,.bootstrap-datetimepicker-widget .navbar-default .navbar-text a:hover,#estimation_popup.wpe_bootstraped .navbar-default .navbar-text a:focus,.bootstrap-datetimepicker-widget .navbar-default .navbar-text a:focus{color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse,.bootstrap-datetimepicker-widget .navbar-inverse{background-color:#34495e}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-brand,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-brand{color:#fff}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-brand:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-brand:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-brand:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-brand:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-toggle:before,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle:before{color:#fff}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-toggle:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-toggle:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle:focus{background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-toggle:hover:before,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle:hover:before,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-toggle:focus:before,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-toggle:focus:before{color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-collapse,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-collapse{border-color:#2f4154;border-width:2px}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>li>a{color:#fff}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>li>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>li>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>li>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>li>a:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.active>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.active>a,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.active>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.disabled>a,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.disabled>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.dropdown>a:hover .caret,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.dropdown>a:hover .caret,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.dropdown>a:focus .caret,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.dropdown>a:focus .caret{border-top-color:#1abc9c;border-bottom-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a:focus{background-color:#1abc9c;color:#fff;border-left-color:transparent}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>a .caret,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a .caret,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>a:hover .caret,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a:hover .caret,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>a:focus .caret,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.dropdown>a .caret,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#4b6075;border-bottom-color:#4b6075}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>.dropdown-arrow,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>.dropdown-arrow{border-top-color:#34495e;border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>.dropdown-menu,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>.dropdown-menu{background-color:#34495e;padding:3px 4px}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a{color:#e1e4e7;border-radius:4px;padding:6px 9px}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:focus{color:#fff;background-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>.open>.dropdown-menu>.divider,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>.open>.dropdown-menu>.divider{background-color:#2f4154;height:2px;margin-left:-4px;margin-right:-4px}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav>li>a{border-left-width:0}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#fff}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#1abc9c;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-nav .dropdown-menu .divider,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-nav .dropdown-menu .divider{background-color:#2f4154}}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .form-control,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .form-control{color:#536a81;border-color:transparent;background-color:#293a4a}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .form-control:-moz-placeholder,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .form-control:-moz-placeholder{color:#536a81}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .form-control::-moz-placeholder,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .form-control::-moz-placeholder{color:#536a81;opacity:1}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .form-control:-ms-input-placeholder,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .form-control:-ms-input-placeholder{color:#536a81}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .form-control::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .form-control::-webkit-input-placeholder{color:#536a81}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .form-control.placeholder,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .form-control.placeholder{color:#536a81}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .form-control:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .form-control:focus{border-color:#1abc9c;color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn{color:#fff;background-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn:focus,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn,.open .dropdown-toggle.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn{color:#fff;background-color:#48c9b0;border-color:#48c9b0}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn,.open .dropdown-toggle.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn{background:#16a085;border-color:#16a085}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.disabled,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.disabled,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn[disabled],.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.disabled:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.disabled:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn[disabled]:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.disabled:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.disabled:focus,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn[disabled]:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn:focus,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.disabled:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.disabled:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn[disabled]:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn:active,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.disabled.active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.disabled.active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn[disabled].active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .btn.active,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .btn.active{background-color:#1abc9c;border-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .input-group-btn .btn,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .input-group-btn .btn{border-color:transparent;background-color:#293a4a;color:#526a82}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .input-group.focus .form-control,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .input-group.focus .form-control,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn{border-color:#1abc9c;color:#1abc9c}@media(max-width:767px){#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-form,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-form{border-color:#2f4154;border-width:2px 0}}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-text,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-text{color:#fff}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-text a,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-text a{color:#fff}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-text a:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-text a:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-text a:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-text a:focus{color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn{color:#fff;background-color:#1abc9c}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn:focus,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn,.open .dropdown-toggle.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn{color:#fff;background-color:#48c9b0;border-color:#48c9b0}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.active,.open .dropdown-toggle#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn,.open .dropdown-toggle.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn{background:#16a085;border-color:#16a085}#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.disabled,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.disabled,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn[disabled],.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn[disabled],fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.disabled:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.disabled:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn[disabled]:hover,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn[disabled]:hover,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn:hover,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn:hover,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.disabled:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.disabled:focus,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn[disabled]:focus,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn[disabled]:focus,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn:focus,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn:focus,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.disabled:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.disabled:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn[disabled]:active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn[disabled]:active,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn:active,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn:active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.disabled.active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.disabled.active,#estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn[disabled].active,.bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn[disabled].active,fieldset[disabled] #estimation_popup.wpe_bootstraped .navbar-inverse .navbar-btn.active,fieldset[disabled] .bootstrap-datetimepicker-widget .navbar-inverse .navbar-btn.active{background-color:#1abc9c;border-color:#1abc9c}@media(min-width:768px){#estimation_popup.wpe_bootstraped .navbar-embossed>.navbar-collapse,.bootstrap-datetimepicker-widget .navbar-embossed>.navbar-collapse{border-radius:6px;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15)}#estimation_popup.wpe_bootstraped .navbar-embossed.navbar-inverse .navbar-nav .active>a,.bootstrap-datetimepicker-widget .navbar-embossed.navbar-inverse .navbar-nav .active>a,#estimation_popup.wpe_bootstraped .navbar-embossed.navbar-inverse .navbar-nav .open>a,.bootstrap-datetimepicker-widget .navbar-embossed.navbar-inverse .navbar-nav .open>a{-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15)}}#estimation_popup.wpe_bootstraped .navbar-lg,.bootstrap-datetimepicker-widget .navbar-lg{min-height:76px}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-brand,.bootstrap-datetimepicker-widget .navbar-lg .navbar-brand{line-height:1;padding-top:26px;padding-bottom:26px}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-brand>[class*=fui-],.bootstrap-datetimepicker-widget .navbar-lg .navbar-brand>[class*=fui-]{font-size:24px;line-height:1}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-lg .navbar-nav>li>a{font-size:15px;line-height:1.6}@media(min-width:768px){#estimation_popup.wpe_bootstraped .navbar-lg .navbar-nav>li>a,.bootstrap-datetimepicker-widget .navbar-lg .navbar-nav>li>a{padding-top:26px;padding-bottom:26px}}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-toggle,.bootstrap-datetimepicker-widget .navbar-lg .navbar-toggle{height:76px;line-height:76px}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-form,.bootstrap-datetimepicker-widget .navbar-lg .navbar-form{padding-top:20.5px;padding-bottom:20.5px}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-text,.bootstrap-datetimepicker-widget .navbar-lg .navbar-text{padding-top:26.5px;padding-bottom:26.5px}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-btn,.bootstrap-datetimepicker-widget .navbar-lg .navbar-btn{margin-top:17.5px;margin-bottom:17.5px}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-btn.btn-sm,.bootstrap-datetimepicker-widget .navbar-lg .navbar-btn.btn-sm{margin-top:20.5px;margin-bottom:20.5px}#estimation_popup.wpe_bootstraped .navbar-lg .navbar-btn.btn-xs,.bootstrap-datetimepicker-widget .navbar-lg .navbar-btn.btn-xs{margin-top:25.5px;margin-bottom:25.5px}#estimation_popup.wpe_bootstraped .tagsinput,.bootstrap-datetimepicker-widget .tagsinput{background:#fff;border:2px solid #1abc9c;border-radius:6px;height:100px;margin-bottom:18px;padding:6px 1px 1px 6px;overflow-y:auto;text-align:left}#estimation_popup.wpe_bootstraped .tagsinput .tag,.bootstrap-datetimepicker-widget .tagsinput .tag{border-radius:4px;background-color:#1abc9c;color:#fff;font-size:14px;cursor:pointer;display:inline-block;margin-right:5px;margin-bottom:5px;overflow:hidden;line-height:15px;padding:6px 13px 8px 19px;position:relative;vertical-align:middle;-webkit-transition:.25s linear;transition:.25s linear}#estimation_popup.wpe_bootstraped .tagsinput .tag:hover,.bootstrap-datetimepicker-widget .tagsinput .tag:hover{background-color:#16a085;color:#fff;padding-left:12px;padding-right:20px}#estimation_popup.wpe_bootstraped .tagsinput .tag:hover .tagsinput-remove-link,.bootstrap-datetimepicker-widget .tagsinput .tag:hover .tagsinput-remove-link{color:#fff;opacity:1;display:block\9}#estimation_popup.wpe_bootstraped .tagsinput input,.bootstrap-datetimepicker-widget .tagsinput input{background:0;border:0;color:#34495e;font-family:Lato,Helvetica,Arial,sans-serif;font-size:14px;margin:0;padding:0 0 0 5px;outline:0!important;margin:6px 5px 0 0;vertical-align:top;width:12px}#estimation_popup.wpe_bootstraped .tagsinput-remove-link,.bootstrap-datetimepicker-widget .tagsinput-remove-link{bottom:0;color:#fff;cursor:pointer;font-size:12px;opacity:0;padding:7px 7px 5px 0;position:absolute;right:0;text-align:right;text-decoration:none;top:0;width:100%;z-index:2;display:none\9}#estimation_popup.wpe_bootstraped .tagsinput-remove-link:before,.bootstrap-datetimepicker-widget .tagsinput-remove-link:before{color:#fff;content:"\e00b";font-family:Flat-UI-Icons}#estimation_popup.wpe_bootstraped .tagsinput-add-container,.bootstrap-datetimepicker-widget .tagsinput-add-container{vertical-align:middle;display:inline-block}#estimation_popup.wpe_bootstraped .tagsinput-add,.bootstrap-datetimepicker-widget .tagsinput-add{background-color:#d6dbdf;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;line-height:1;margin-bottom:5px;padding:7px 9px;vertical-align:top;-webkit-transition:.25s linear;transition:.25s linear}#estimation_popup.wpe_bootstraped .tagsinput-add:hover,.bootstrap-datetimepicker-widget .tagsinput-add:hover{background-color:#1abc9c}#estimation_popup.wpe_bootstraped .tagsinput-add:before,.bootstrap-datetimepicker-widget .tagsinput-add:before{content:"\e009";font-family:Flat-UI-Icons}#estimation_popup.wpe_bootstraped .tags_clear,.bootstrap-datetimepicker-widget .tags_clear{clear:both;width:100%;height:0}#estimation_popup.wpe_bootstraped .not_valid,.bootstrap-datetimepicker-widget .not_valid{background:#fbd8db!important;color:#90111a!important;margin-left:5px!important}#estimation_popup.wpe_bootstraped .twitter-typeahead,.bootstrap-datetimepicker-widget .twitter-typeahead{width:100%}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint{border:2px solid #bdc3c7;color:#34495e;font-family:Lato,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.467;padding:8px 12px;height:42px;-webkit-appearance:none;border-radius:6px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border .25s linear,color .25s linear,background-color .25s linear;transition:border .25s linear,color .25s linear,background-color .25s linear}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query:-moz-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query:-moz-placeholder,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint:-moz-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint:-moz-placeholder{color:#b2bcc5}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query::-moz-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query::-moz-placeholder,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint::-moz-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint::-moz-placeholder{color:#b2bcc5;opacity:1}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query:-ms-input-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query:-ms-input-placeholder,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint:-ms-input-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint:-ms-input-placeholder{color:#b2bcc5}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query::-webkit-input-placeholder,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint::-webkit-input-placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint::-webkit-input-placeholder{color:#b2bcc5}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query.placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query.placeholder,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint.placeholder,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint.placeholder{color:#b2bcc5}.form-group.focus #estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query,.form-group.focus .bootstrap-datetimepicker-widget .twitter-typeahead .tt-query,.form-group.focus #estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint,.form-group.focus .bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query:focus,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query:focus,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint:focus,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint:focus{border-color:#1abc9c;outline:0;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query[disabled],.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query[disabled],#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint[disabled],.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint[disabled],#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query[readonly],.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query[readonly],#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint[readonly],.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint[readonly],fieldset[disabled] #estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query,fieldset[disabled] .bootstrap-datetimepicker-widget .twitter-typeahead .tt-query,fieldset[disabled] #estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint,fieldset[disabled] .bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint{background-color:#f4f6f6;border-color:#d5dbdb;color:#d5dbdb;cursor:default;opacity:.7;filter:alpha(opacity=70)}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query.flat,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query.flat,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint.flat,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint.flat{border-color:transparent}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query.flat:hover,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query.flat:hover,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint.flat:hover,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint.flat:hover{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query.flat:focus,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query.flat:focus,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint.flat:focus,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint.flat:focus{border-color:#1abc9c}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-query+.input-icon,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-query+.input-icon,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-hint+.input-icon,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-hint+.input-icon{position:absolute;top:2px;right:2px;line-height:37px;vertical-align:middle;font-size:20px;color:#b2bcc5;background-color:#fff;padding:0 12px 0 0;border-radius:6px}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-dropdown-menu,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-dropdown-menu{width:100%;margin-top:5px;border:2px solid #1abc9c;padding:5px 0;background-color:#fff;border-radius:6px}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-suggestion p,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-suggestion p{padding:6px 14px;font-size:14px;line-height:1.429;margin:0}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-suggestion:first-child p,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-suggestion:first-child p,#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-suggestion:last-child p,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-suggestion:last-child p{padding:6px 14px}#estimation_popup.wpe_bootstraped .twitter-typeahead .tt-suggestion.tt-is-under-cursor,.bootstrap-datetimepicker-widget .twitter-typeahead .tt-suggestion.tt-is-under-cursor{color:#fff;background-color:#16a085}#estimation_popup.wpe_bootstraped .progress,.bootstrap-datetimepicker-widget .progress{background:#ebedef;border-radius:32px;height:12px;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .progress-bar,.bootstrap-datetimepicker-widget .progress-bar{background:#1abc9c;line-height:12px;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .progress-bar-success,.bootstrap-datetimepicker-widget .progress-bar-success{background-color:#2ecc71}#estimation_popup.wpe_bootstraped .progress-bar-warning,.bootstrap-datetimepicker-widget .progress-bar-warning{background-color:#f1c40f}#estimation_popup.wpe_bootstraped .progress-bar-danger,.bootstrap-datetimepicker-widget .progress-bar-danger{background-color:#e74c3c}#estimation_popup.wpe_bootstraped .progress-bar-info,.bootstrap-datetimepicker-widget .progress-bar-info{background-color:#3498db}#estimation_popup.wpe_bootstraped .ui-slider,.bootstrap-datetimepicker-widget .ui-slider{background:#ebedef;border-radius:32px;height:12px;-webkit-box-shadow:none;box-shadow:none;margin-bottom:20px;position:relative;cursor:pointer}#estimation_popup.wpe_bootstraped .ui-slider-handle,.bootstrap-datetimepicker-widget .ui-slider-handle{background-color:#16a085;border-radius:50%;cursor:pointer;height:18px;position:absolute;width:18px;z-index:2;-webkit-transition:background .25s;transition:background .25s}#estimation_popup.wpe_bootstraped .ui-slider-handle:hover,.bootstrap-datetimepicker-widget .ui-slider-handle:hover,#estimation_popup.wpe_bootstraped .ui-slider-handle:focus,.bootstrap-datetimepicker-widget .ui-slider-handle:focus{background-color:#48c9b0;outline:0}#estimation_popup.wpe_bootstraped .ui-slider-handle:active,.bootstrap-datetimepicker-widget .ui-slider-handle:active{background-color:#16a085}#estimation_popup.wpe_bootstraped .ui-slider-range,.bootstrap-datetimepicker-widget .ui-slider-range{background-color:#1abc9c;display:block;height:100%;position:absolute;z-index:1}#estimation_popup.wpe_bootstraped .ui-slider-segment,.bootstrap-datetimepicker-widget .ui-slider-segment{background-color:#d9dbdd;border-radius:50%;height:6px;width:6px}#estimation_popup.wpe_bootstraped .ui-slider-value,.bootstrap-datetimepicker-widget .ui-slider-value{float:right;font-size:13px;margin-top:12px}#estimation_popup.wpe_bootstraped .ui-slider-value.first,.bootstrap-datetimepicker-widget .ui-slider-value.first{clear:left;float:left}#estimation_popup.wpe_bootstraped .ui-slider-horizontal .ui-slider-handle,.bootstrap-datetimepicker-widget .ui-slider-horizontal .ui-slider-handle{margin-left:-9px;top:-3px}#estimation_popup.wpe_bootstraped .ui-slider-horizontal .ui-slider-handle[style*="100"],.bootstrap-datetimepicker-widget .ui-slider-horizontal .ui-slider-handle[style*="100"]{margin-left:-15px}#estimation_popup.wpe_bootstraped .ui-slider-horizontal .ui-slider-range,.bootstrap-datetimepicker-widget .ui-slider-horizontal .ui-slider-range{border-radius:30px 0 0 30px}#estimation_popup.wpe_bootstraped .ui-slider-horizontal .ui-slider-segment,.bootstrap-datetimepicker-widget .ui-slider-horizontal .ui-slider-segment{float:left;margin:3px -6px 0 0}#estimation_popup.wpe_bootstraped .ui-slider-vertical,.bootstrap-datetimepicker-widget .ui-slider-vertical{width:12px}#estimation_popup.wpe_bootstraped .ui-slider-vertical .ui-slider-handle,.bootstrap-datetimepicker-widget .ui-slider-vertical .ui-slider-handle{margin-left:-3px;margin-bottom:-11px;top:auto}#estimation_popup.wpe_bootstraped .ui-slider-vertical .ui-slider-range,.bootstrap-datetimepicker-widget .ui-slider-vertical .ui-slider-range{width:100%;bottom:0;border-radius:0 0 30px 30px}#estimation_popup.wpe_bootstraped .ui-slider-vertical .ui-slider-segment,.bootstrap-datetimepicker-widget .ui-slider-vertical .ui-slider-segment{position:absolute;right:3px}#estimation_popup.wpe_bootstraped .pager,.bootstrap-datetimepicker-widget .pager{background-color:#34495e;border-radius:6px;color:#fff;font-size:16px;font-weight:700;display:inline-block}#estimation_popup.wpe_bootstraped .pager li:first-child>a,.bootstrap-datetimepicker-widget .pager li:first-child>a,#estimation_popup.wpe_bootstraped .pager li:first-child>span,.bootstrap-datetimepicker-widget .pager li:first-child>span{border-left:0;border-radius:6px 0 0 6px}#estimation_popup.wpe_bootstraped .pager li>a,.bootstrap-datetimepicker-widget .pager li>a,#estimation_popup.wpe_bootstraped .pager li>span,.bootstrap-datetimepicker-widget .pager li>span{background:0;border:0;border-left:2px solid #2c3e50;color:#fff;padding:9px 15px 10px;text-decoration:none;white-space:nowrap;border-radius:0 6px 6px 0;line-height:1.313}#estimation_popup.wpe_bootstraped .pager li>a:hover,.bootstrap-datetimepicker-widget .pager li>a:hover,#estimation_popup.wpe_bootstraped .pager li>span:hover,.bootstrap-datetimepicker-widget .pager li>span:hover,#estimation_popup.wpe_bootstraped .pager li>a:focus,.bootstrap-datetimepicker-widget .pager li>a:focus,#estimation_popup.wpe_bootstraped .pager li>span:focus,.bootstrap-datetimepicker-widget .pager li>span:focus{background-color:#2c3e50}#estimation_popup.wpe_bootstraped .pager li>a:active,.bootstrap-datetimepicker-widget .pager li>a:active,#estimation_popup.wpe_bootstraped .pager li>span:active,.bootstrap-datetimepicker-widget .pager li>span:active{background-color:#2c3e50}#estimation_popup.wpe_bootstraped .pager li>a [class*=fui-]+span,.bootstrap-datetimepicker-widget .pager li>a [class*=fui-]+span,#estimation_popup.wpe_bootstraped .pager li>span [class*=fui-]+span,.bootstrap-datetimepicker-widget .pager li>span [class*=fui-]+span{margin-left:8px}#estimation_popup.wpe_bootstraped .pager li>a span+[class*=fui-],.bootstrap-datetimepicker-widget .pager li>a span+[class*=fui-],#estimation_popup.wpe_bootstraped .pager li>span span+[class*=fui-],.bootstrap-datetimepicker-widget .pager li>span span+[class*=fui-]{margin-left:8px}#estimation_popup.wpe_bootstraped .pagination,.bootstrap-datetimepicker-widget .pagination{position:relative}#estimation_popup.wpe_bootstraped .pagination ul,.bootstrap-datetimepicker-widget .pagination ul{background:#d6dbdf;color:#fff;padding:0;margin:0;display:inline-block;border-radius:6px}#estimation_popup.wpe_bootstraped .pagination ul li,.bootstrap-datetimepicker-widget .pagination ul li{display:inline-block;margin-right:-3px;vertical-align:middle}#estimation_popup.wpe_bootstraped .pagination ul li:first-child,.bootstrap-datetimepicker-widget .pagination ul li:first-child{border-radius:6px 0 0 6px}#estimation_popup.wpe_bootstraped .pagination ul li:first-child.previous+li>a,.bootstrap-datetimepicker-widget .pagination ul li:first-child.previous+li>a,#estimation_popup.wpe_bootstraped .pagination ul li:first-child.previous+li>span,.bootstrap-datetimepicker-widget .pagination ul li:first-child.previous+li>span{border-left-width:5px}#estimation_popup.wpe_bootstraped .pagination ul li:last-child,.bootstrap-datetimepicker-widget .pagination ul li:last-child{border-radius:0 6px 6px 0;margin-right:0}#estimation_popup.wpe_bootstraped .pagination ul li.previous>a,.bootstrap-datetimepicker-widget .pagination ul li.previous>a,#estimation_popup.wpe_bootstraped .pagination ul li.next>a,.bootstrap-datetimepicker-widget .pagination ul li.next>a,#estimation_popup.wpe_bootstraped .pagination ul li.previous>span,.bootstrap-datetimepicker-widget .pagination ul li.previous>span,#estimation_popup.wpe_bootstraped .pagination ul li.next>span,.bootstrap-datetimepicker-widget .pagination ul li.next>span{background:0;border:0;border-right:2px solid #e4e7ea;font-size:16px;margin:0 9px 0 0;padding:12px 17px;border-radius:6px 0 0 6px}#estimation_popup.wpe_bootstraped .pagination ul li.previous>a,.bootstrap-datetimepicker-widget .pagination ul li.previous>a,#estimation_popup.wpe_bootstraped .pagination ul li.next>a,.bootstrap-datetimepicker-widget .pagination ul li.next>a,#estimation_popup.wpe_bootstraped .pagination ul li.previous>span,.bootstrap-datetimepicker-widget .pagination ul li.previous>span,#estimation_popup.wpe_bootstraped .pagination ul li.next>span,.bootstrap-datetimepicker-widget .pagination ul li.next>span,#estimation_popup.wpe_bootstraped .pagination ul li.previous>a:hover,.bootstrap-datetimepicker-widget .pagination ul li.previous>a:hover,#estimation_popup.wpe_bootstraped .pagination ul li.next>a:hover,.bootstrap-datetimepicker-widget .pagination ul li.next>a:hover,#estimation_popup.wpe_bootstraped .pagination ul li.previous>span:hover,.bootstrap-datetimepicker-widget .pagination ul li.previous>span:hover,#estimation_popup.wpe_bootstraped .pagination ul li.next>span:hover,.bootstrap-datetimepicker-widget .pagination ul li.next>span:hover,#estimation_popup.wpe_bootstraped .pagination ul li.previous>a:focus,.bootstrap-datetimepicker-widget .pagination ul li.previous>a:focus,#estimation_popup.wpe_bootstraped .pagination ul li.next>a:focus,.bootstrap-datetimepicker-widget .pagination ul li.next>a:focus,#estimation_popup.wpe_bootstraped .pagination ul li.previous>span:focus,.bootstrap-datetimepicker-widget .pagination ul li.previous>span:focus,#estimation_popup.wpe_bootstraped .pagination ul li.next>span:focus,.bootstrap-datetimepicker-widget .pagination ul li.next>span:focus{border-color:#e4e7ea!important}@media(max-width:480px){#estimation_popup.wpe_bootstraped .pagination ul li.previous>a,.bootstrap-datetimepicker-widget .pagination ul li.previous>a,#estimation_popup.wpe_bootstraped .pagination ul li.next>a,.bootstrap-datetimepicker-widget .pagination ul li.next>a,#estimation_popup.wpe_bootstraped .pagination ul li.previous>span,.bootstrap-datetimepicker-widget .pagination ul li.previous>span,#estimation_popup.wpe_bootstraped .pagination ul li.next>span,.bootstrap-datetimepicker-widget .pagination ul li.next>span{margin-right:0}}#estimation_popup.wpe_bootstraped .pagination ul li.next,.bootstrap-datetimepicker-widget .pagination ul li.next{margin-left:9px}#estimation_popup.wpe_bootstraped .pagination ul li.next>a,.bootstrap-datetimepicker-widget .pagination ul li.next>a,#estimation_popup.wpe_bootstraped .pagination ul li.next>span,.bootstrap-datetimepicker-widget .pagination ul li.next>span{border-left:2px solid #e4e7ea;border-right:0;margin:0;border-radius:0 6px 6px 0}#estimation_popup.wpe_bootstraped .pagination ul li.active>a,.bootstrap-datetimepicker-widget .pagination ul li.active>a,#estimation_popup.wpe_bootstraped .pagination ul li.active>span,.bootstrap-datetimepicker-widget .pagination ul li.active>span{background-color:#fff;border-color:#fff;border-width:2px!important;color:#d6dbdf;margin:10px 5px 9px}#estimation_popup.wpe_bootstraped .pagination ul li.active>a:hover,.bootstrap-datetimepicker-widget .pagination ul li.active>a:hover,#estimation_popup.wpe_bootstraped .pagination ul li.active>span:hover,.bootstrap-datetimepicker-widget .pagination ul li.active>span:hover,#estimation_popup.wpe_bootstraped .pagination ul li.active>a:focus,.bootstrap-datetimepicker-widget .pagination ul li.active>a:focus,#estimation_popup.wpe_bootstraped .pagination ul li.active>span:focus,.bootstrap-datetimepicker-widget .pagination ul li.active>span:focus{background-color:#fff;border-color:#fff;color:#d6dbdf}#estimation_popup.wpe_bootstraped .pagination ul li.active.previous,.bootstrap-datetimepicker-widget .pagination ul li.active.previous,#estimation_popup.wpe_bootstraped .pagination ul li.active.next,.bootstrap-datetimepicker-widget .pagination ul li.active.next{border-color:#e4e7ea}#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>a,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>a,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>a,.bootstrap-datetimepicker-widget .pagination ul li.active.next>a,#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>span,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>span,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>span,.bootstrap-datetimepicker-widget .pagination ul li.active.next>span{margin:0}#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>a,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>a,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>a,.bootstrap-datetimepicker-widget .pagination ul li.active.next>a,#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>span,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>span,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>span,.bootstrap-datetimepicker-widget .pagination ul li.active.next>span,#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>a:hover,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>a:hover,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>a:hover,.bootstrap-datetimepicker-widget .pagination ul li.active.next>a:hover,#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>span:hover,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>span:hover,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>span:hover,.bootstrap-datetimepicker-widget .pagination ul li.active.next>span:hover,#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>a:focus,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>a:focus,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>a:focus,.bootstrap-datetimepicker-widget .pagination ul li.active.next>a:focus,#estimation_popup.wpe_bootstraped .pagination ul li.active.previous>span:focus,.bootstrap-datetimepicker-widget .pagination ul li.active.previous>span:focus,#estimation_popup.wpe_bootstraped .pagination ul li.active.next>span:focus,.bootstrap-datetimepicker-widget .pagination ul li.active.next>span:focus{background-color:#1abc9c;color:#fff}#estimation_popup.wpe_bootstraped .pagination ul li.active.previous,.bootstrap-datetimepicker-widget .pagination ul li.active.previous{margin-right:6px}#estimation_popup.wpe_bootstraped .pagination ul li>a,.bootstrap-datetimepicker-widget .pagination ul li>a,#estimation_popup.wpe_bootstraped .pagination ul li>span,.bootstrap-datetimepicker-widget .pagination ul li>span{display:inline-block;background:#fff;border:5px solid #d6dbdf;color:#fff;font-size:14px;line-height:16px;margin:7px 2px 6px;min-width:0;min-height:16px;padding:0 4px;border-radius:50px;-webkit-transition:background .2s ease-out,border-color 0s ease-out,color .2s ease-out;transition:background .2s ease-out,border-color 0s ease-out,color .2s ease-out}#estimation_popup.wpe_bootstraped .pagination ul li>a:hover,.bootstrap-datetimepicker-widget .pagination ul li>a:hover,#estimation_popup.wpe_bootstraped .pagination ul li>span:hover,.bootstrap-datetimepicker-widget .pagination ul li>span:hover,#estimation_popup.wpe_bootstraped .pagination ul li>a:focus,.bootstrap-datetimepicker-widget .pagination ul li>a:focus,#estimation_popup.wpe_bootstraped .pagination ul li>span:focus,.bootstrap-datetimepicker-widget .pagination ul li>span:focus{background-color:#1abc9c;border-color:#1abc9c;color:#fff;-webkit-transition:background .2s ease-out,border-color .2s ease-out,color .2s ease-out;transition:background .2s ease-out,border-color .2s ease-out,color .2s ease-out}#estimation_popup.wpe_bootstraped .pagination ul li>a:active,.bootstrap-datetimepicker-widget .pagination ul li>a:active,#estimation_popup.wpe_bootstraped .pagination ul li>span:active,.bootstrap-datetimepicker-widget .pagination ul li>span:active{background-color:#16a085;border-color:#16a085}#estimation_popup.wpe_bootstraped .pagination>.btn.previous,.bootstrap-datetimepicker-widget .pagination>.btn.previous,#estimation_popup.wpe_bootstraped .pagination>.btn.next,.bootstrap-datetimepicker-widget .pagination>.btn.next{margin-right:8px;font-size:14px;line-height:1.429;padding-left:23px;padding-right:23px}#estimation_popup.wpe_bootstraped .pagination>.btn.previous [class*=fui-],.bootstrap-datetimepicker-widget .pagination>.btn.previous [class*=fui-],#estimation_popup.wpe_bootstraped .pagination>.btn.next [class*=fui-],.bootstrap-datetimepicker-widget .pagination>.btn.next [class*=fui-]{font-size:16px;margin-left:-2px;margin-top:-2px}#estimation_popup.wpe_bootstraped .pagination>.btn.next,.bootstrap-datetimepicker-widget .pagination>.btn.next{margin-left:8px;margin-right:0}#estimation_popup.wpe_bootstraped .pagination>.btn.next [class*=fui-],.bootstrap-datetimepicker-widget .pagination>.btn.next [class*=fui-]{margin-right:-2px;margin-left:4px}#estimation_popup.wpe_bootstraped .tooltip,.bootstrap-datetimepicker-widget .tooltip{font-size:14px;line-height:1.286}#estimation_popup.wpe_bootstraped .tooltip.in,.bootstrap-datetimepicker-widget .tooltip.in{opacity:1}#estimation_popup.wpe_bootstraped .tooltip.top,.bootstrap-datetimepicker-widget .tooltip.top{padding-bottom:9px}#estimation_popup.wpe_bootstraped .tooltip.top .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.top .tooltip-arrow{border-top-color:#34495e;border-width:9px 9px 0;bottom:0;margin-left:-9px}#estimation_popup.wpe_bootstraped .tooltip.right .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.right .tooltip-arrow{border-right-color:#34495e;border-width:9px 9px 9px 0;margin-top:-9px;left:-3px}#estimation_popup.wpe_bootstraped .tooltip.bottom,.bootstrap-datetimepicker-widget .tooltip.bottom{padding-top:8px}#estimation_popup.wpe_bootstraped .tooltip.bottom .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.bottom .tooltip-arrow{border-bottom-color:#34495e;border-width:0 9px 9px;margin-left:-9px;top:-1px}#estimation_popup.wpe_bootstraped .tooltip.left .tooltip-arrow,.bootstrap-datetimepicker-widget .tooltip.left .tooltip-arrow{border-left-color:#34495e;border-width:9px 0 9px 9px;margin-top:-9px;right:-3px}#estimation_popup.wpe_bootstraped .tooltip-inner,.bootstrap-datetimepicker-widget .tooltip-inner{background-color:#34495e;line-height:1.286;padding:12px;text-align:center;width:183px;border-radius:6px}#estimation_popup.wpe_bootstraped .dropdown-menu,.bootstrap-datetimepicker-widget .dropdown-menu{background-color:#f3f4f5;border:0;display:block;margin-top:8px;opacity:0;padding:0;visibility:hidden;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:.25s;transition:.25s}.open>#estimation_popup.wpe_bootstraped .dropdown-menu,.open>.bootstrap-datetimepicker-widget .dropdown-menu{margin-top:18px!important;opacity:1;visibility:visible}#estimation_popup.wpe_bootstraped .dropdown-menu li:first-child dt+a,.bootstrap-datetimepicker-widget .dropdown-menu li:first-child dt+a{border-radius:0}#estimation_popup.wpe_bootstraped .dropdown-menu li:first-child>a,.bootstrap-datetimepicker-widget .dropdown-menu li:first-child>a{border-radius:6px 6px 0 0;padding-top:8px}#estimation_popup.wpe_bootstraped .dropdown-menu li:last-child>a,.bootstrap-datetimepicker-widget .dropdown-menu li:last-child>a{border-radius:0 0 6px 6px;padding-bottom:10px}#estimation_popup.wpe_bootstraped .dropdown-menu li.active>a,.bootstrap-datetimepicker-widget .dropdown-menu li.active>a,#estimation_popup.wpe_bootstraped .dropdown-menu li.selected>a,.bootstrap-datetimepicker-widget .dropdown-menu li.selected>a,#estimation_popup.wpe_bootstraped .dropdown-menu li.active>a.highlighted,.bootstrap-datetimepicker-widget .dropdown-menu li.active>a.highlighted,#estimation_popup.wpe_bootstraped .dropdown-menu li.selected>a.highlighted,.bootstrap-datetimepicker-widget .dropdown-menu li.selected>a.highlighted{background:#1abc9c;color:#fff}#estimation_popup.wpe_bootstraped .dropdown-menu li.active>a:hover,.bootstrap-datetimepicker-widget .dropdown-menu li.active>a:hover,#estimation_popup.wpe_bootstraped .dropdown-menu li.selected>a:hover,.bootstrap-datetimepicker-widget .dropdown-menu li.selected>a:hover,#estimation_popup.wpe_bootstraped .dropdown-menu li.active>a.highlighted:hover,.bootstrap-datetimepicker-widget .dropdown-menu li.active>a.highlighted:hover,#estimation_popup.wpe_bootstraped .dropdown-menu li.selected>a.highlighted:hover,.bootstrap-datetimepicker-widget .dropdown-menu li.selected>a.highlighted:hover,#estimation_popup.wpe_bootstraped .dropdown-menu li.active>a:focus,.bootstrap-datetimepicker-widget .dropdown-menu li.active>a:focus,#estimation_popup.wpe_bootstraped .dropdown-menu li.selected>a:focus,.bootstrap-datetimepicker-widget .dropdown-menu li.selected>a:focus,#estimation_popup.wpe_bootstraped .dropdown-menu li.active>a.highlighted:focus,.bootstrap-datetimepicker-widget .dropdown-menu li.active>a.highlighted:focus,#estimation_popup.wpe_bootstraped .dropdown-menu li.selected>a.highlighted:focus,.bootstrap-datetimepicker-widget .dropdown-menu li.selected>a.highlighted:focus{background:#16a085;color:#fff}#estimation_popup.wpe_bootstraped .dropdown-menu li>a,.bootstrap-datetimepicker-widget .dropdown-menu li>a{color:rgba(52,73,94,.75);padding:6px 15px 8px;text-decoration:none;-webkit-transition:background-color .25s;transition:background-color .25s}#estimation_popup.wpe_bootstraped .dropdown-menu li>a:before,.bootstrap-datetimepicker-widget .dropdown-menu li>a:before,#estimation_popup.wpe_bootstraped .dropdown-menu li>a:after,.bootstrap-datetimepicker-widget .dropdown-menu li>a:after{content:" ";display:table}#estimation_popup.wpe_bootstraped .dropdown-menu li>a:after,.bootstrap-datetimepicker-widget .dropdown-menu li>a:after{clear:both}#estimation_popup.wpe_bootstraped .dropdown-menu li>a:hover,.bootstrap-datetimepicker-widget .dropdown-menu li>a:hover,#estimation_popup.wpe_bootstraped .dropdown-menu li>a:active,.bootstrap-datetimepicker-widget .dropdown-menu li>a:active,#estimation_popup.wpe_bootstraped .dropdown-menu li>a:focus,.bootstrap-datetimepicker-widget .dropdown-menu li>a:focus{background:#e1e4e7;color:inherit;outline:0}#estimation_popup.wpe_bootstraped .dropdown-menu li>a.highlighted,.bootstrap-datetimepicker-widget .dropdown-menu li>a.highlighted{background:#c9cfd4;color:#fff}#estimation_popup.wpe_bootstraped .dropdown-menu li>a.highlighted:hover,.bootstrap-datetimepicker-widget .dropdown-menu li>a.highlighted:hover,#estimation_popup.wpe_bootstraped .dropdown-menu li>a.highlighted:focus,.bootstrap-datetimepicker-widget .dropdown-menu li>a.highlighted:focus{background:#bac1c8;color:#fff}#estimation_popup.wpe_bootstraped .dropdown-menu li>a:before,.bootstrap-datetimepicker-widget .dropdown-menu li>a:before{float:right;margin-top:3px}#estimation_popup.wpe_bootstraped .dropdown-menu li dt,.bootstrap-datetimepicker-widget .dropdown-menu li dt{font-weight:300;margin-bottom:3px;margin-top:12px;padding:0 15px}@media(max-width:991px){#estimation_popup.wpe_bootstraped .dropdown-menu,.bootstrap-datetimepicker-widget .dropdown-menu{border-radius:0 0 6px 6px!important}}#estimation_popup.wpe_bootstraped .dropdown-menu .divider,.bootstrap-datetimepicker-widget .dropdown-menu .divider{margin-top:3px;margin-bottom:3px}#estimation_popup.wpe_bootstraped .dropup .dropdown-menu,.bootstrap-datetimepicker-widget .dropup .dropdown-menu,#estimation_popup.wpe_bootstraped .navbar-fixed-bottom .dropdown .dropdown-menu,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .dropdown .dropdown-menu{margin-bottom:8px}#estimation_popup.wpe_bootstraped .dropup .dropdown-arrow,.bootstrap-datetimepicker-widget .dropup .dropdown-arrow,#estimation_popup.wpe_bootstraped .navbar-fixed-bottom .dropdown .dropdown-arrow,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .dropdown .dropdown-arrow{border-bottom:0;border-top:8px outset #f3f4f5;bottom:100%;top:auto}#estimation_popup.wpe_bootstraped .navbar-fixed-bottom .nav>li>ul:before,.bootstrap-datetimepicker-widget .navbar-fixed-bottom .nav>li>ul:before{border-bottom:0;border-top:9px outset #34495e;bottom:4px;top:auto}#estimation_popup.wpe_bootstraped .open.dropup>.dropdown-menu,.bootstrap-datetimepicker-widget .open.dropup>.dropdown-menu{margin-bottom:18px}#estimation_popup.wpe_bootstraped .open.dropup>.dropdown-arrow,.bootstrap-datetimepicker-widget .open.dropup>.dropdown-arrow{margin-bottom:10px}#estimation_popup.wpe_bootstraped .open.dropup>.dropdown-arrow.dropdown-arrow-inverse,.bootstrap-datetimepicker-widget .open.dropup>.dropdown-arrow.dropdown-arrow-inverse{border-top-color:#34495e}#estimation_popup.wpe_bootstraped .open>.dropdown-arrow,.bootstrap-datetimepicker-widget .open>.dropdown-arrow{margin-top:11px;opacity:1}#estimation_popup.wpe_bootstraped .dropdown-arrow,.bootstrap-datetimepicker-widget .dropdown-arrow{border-style:solid;border-width:0 8px 7px;border-color:transparent transparent #f3f4f5;height:0;margin-top:0;opacity:0;position:absolute;right:19px;top:100%;width:0;z-index:10;-webkit-transform:rotate(360deg);-webkit-transition:.25s;transition:.25s}#estimation_popup.wpe_bootstraped .dropdown-inverse,.bootstrap-datetimepicker-widget .dropdown-inverse{background-color:#34495e;color:#ccc;padding:4px 0 6px}#estimation_popup.wpe_bootstraped .dropdown-inverse li,.bootstrap-datetimepicker-widget .dropdown-inverse li{margin:0 4px -2px}#estimation_popup.wpe_bootstraped .dropdown-inverse li:first-child>a,.bootstrap-datetimepicker-widget .dropdown-inverse li:first-child>a,#estimation_popup.wpe_bootstraped .dropdown-inverse li:last-child>a,.bootstrap-datetimepicker-widget .dropdown-inverse li:last-child>a{border-radius:2px;padding-bottom:7px;padding-top:5px}#estimation_popup.wpe_bootstraped .dropdown-inverse li:first-child dt+a,.bootstrap-datetimepicker-widget .dropdown-inverse li:first-child dt+a,#estimation_popup.wpe_bootstraped .dropdown-inverse li:last-child dt+a,.bootstrap-datetimepicker-widget .dropdown-inverse li:last-child dt+a{border-radius:2px}#estimation_popup.wpe_bootstraped .dropdown-inverse li.active>a,.bootstrap-datetimepicker-widget .dropdown-inverse li.active>a,#estimation_popup.wpe_bootstraped .dropdown-inverse li.selected>a,.bootstrap-datetimepicker-widget .dropdown-inverse li.selected>a{background:#1abc9c;color:#fff;position:relative;z-index:1}#estimation_popup.wpe_bootstraped .dropdown-inverse li dt,.bootstrap-datetimepicker-widget .dropdown-inverse li dt{padding-left:11px;padding-right:11px}#estimation_popup.wpe_bootstraped .dropdown-inverse li .divider,.bootstrap-datetimepicker-widget .dropdown-inverse li .divider{margin-left:11px;margin-right:11px}#estimation_popup.wpe_bootstraped .dropdown-inverse li>a,.bootstrap-datetimepicker-widget .dropdown-inverse li>a{border-radius:2px;color:#fff;padding:5px 11px 7px}#estimation_popup.wpe_bootstraped .dropdown-inverse li>a:hover,.bootstrap-datetimepicker-widget .dropdown-inverse li>a:hover,#estimation_popup.wpe_bootstraped .dropdown-inverse li>a:active,.bootstrap-datetimepicker-widget .dropdown-inverse li>a:active,#estimation_popup.wpe_bootstraped .dropdown-inverse li>a:focus,.bootstrap-datetimepicker-widget .dropdown-inverse li>a:focus{background:#2c3e50}#estimation_popup.wpe_bootstraped .dropdown-inverse li>a.highlighted,.bootstrap-datetimepicker-widget .dropdown-inverse li>a.highlighted{background:#526476}#estimation_popup.wpe_bootstraped .dropdown-inverse li>a.highlighted:hover,.bootstrap-datetimepicker-widget .dropdown-inverse li>a.highlighted:hover,#estimation_popup.wpe_bootstraped .dropdown-inverse li>a.highlighted:focus,.bootstrap-datetimepicker-widget .dropdown-inverse li>a.highlighted:focus{background:#677786}#estimation_popup.wpe_bootstraped .dropdown-inverse li .divider,.bootstrap-datetimepicker-widget .dropdown-inverse li .divider{background-color:#526476;border-bottom-color:#526476}#estimation_popup.wpe_bootstraped .has-switch,.bootstrap-datetimepicker-widget .has-switch{border-radius:30px;display:inline-block;cursor:pointer;line-height:1.72222;overflow:hidden;position:relative;text-align:left;width:80px;-webkit-mask:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/img/switch/mask.png) 0 0 no-repeat;mask:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/img/switch/mask.png) 0 0 no-repeat;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#estimation_popup.wpe_bootstraped .has-switch.deactivate,.bootstrap-datetimepicker-widget .has-switch.deactivate{opacity:.5;filter:alpha(opacity=50);cursor:default!important}#estimation_popup.wpe_bootstraped .has-switch.deactivate label,.bootstrap-datetimepicker-widget .has-switch.deactivate label,#estimation_popup.wpe_bootstraped .has-switch.deactivate span,.bootstrap-datetimepicker-widget .has-switch.deactivate span{cursor:default!important}#estimation_popup.wpe_bootstraped .has-switch>div,.bootstrap-datetimepicker-widget .has-switch>div{width:130px;position:relative;top:0}#estimation_popup.wpe_bootstraped .has-switch>div.switch-animate,.bootstrap-datetimepicker-widget .has-switch>div.switch-animate{-webkit-transition:left .25s ease-out;transition:left .25s ease-out}#estimation_popup.wpe_bootstraped .has-switch>div.switch-off,.bootstrap-datetimepicker-widget .has-switch>div.switch-off{left:-50px}#estimation_popup.wpe_bootstraped .has-switch>div.switch-off label,.bootstrap-datetimepicker-widget .has-switch>div.switch-off label{background-color:#7f8c9a;border-color:#bdc3c7;-webkit-box-shadow:-1px 0 0 rgba(255,255,255,.5);box-shadow:-1px 0 0 rgba(255,255,255,.5)}#estimation_popup.wpe_bootstraped .has-switch>div.switch-on,.bootstrap-datetimepicker-widget .has-switch>div.switch-on{left:0}#estimation_popup.wpe_bootstraped .has-switch>div.switch-on label,.bootstrap-datetimepicker-widget .has-switch>div.switch-on label{background-color:#1abc9c}#estimation_popup.wpe_bootstraped .has-switch input[type=checkbox],.bootstrap-datetimepicker-widget .has-switch input[type=checkbox]{display:none}#estimation_popup.wpe_bootstraped .has-switch span,.bootstrap-datetimepicker-widget .has-switch span{cursor:pointer;font-size:15px;font-weight:700;float:left;height:29px;line-height:19px;margin:0;padding-bottom:6px;padding-top:5px;position:relative;text-align:center;width:50%;z-index:1;-webkit-transition:.25s ease-out;transition:.25s ease-out}#estimation_popup.wpe_bootstraped .has-switch span.switch-left,.bootstrap-datetimepicker-widget .has-switch span.switch-left{border-radius:30px 0 0 30px;background-color:#34495e;color:#1abc9c;border-left:1px solid transparent}#estimation_popup.wpe_bootstraped .has-switch span.switch-right,.bootstrap-datetimepicker-widget .has-switch span.switch-right{border-radius:0 30px 30px 0;background-color:#bdc3c7;color:#fff;text-indent:7px}#estimation_popup.wpe_bootstraped .has-switch span.switch-right [class*=fui-],.bootstrap-datetimepicker-widget .has-switch span.switch-right [class*=fui-]{text-indent:0}#estimation_popup.wpe_bootstraped .has-switch label,.bootstrap-datetimepicker-widget .has-switch label{border:4px solid #34495e;border-radius:50%;float:left;height:29px;margin:0 -15px;padding:0;position:relative;vertical-align:middle;width:29px;z-index:100;-webkit-transition:.25s ease-out;transition:.25s ease-out}#estimation_popup.wpe_bootstraped .switch-square,.bootstrap-datetimepicker-widget .switch-square{border-radius:6px;-webkit-mask:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/img/switch/mask.png) 0 0 no-repeat;mask:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/img/switch/mask.png) 0 0 no-repeat}#estimation_popup.wpe_bootstraped .switch-square>div.switch-off label,.bootstrap-datetimepicker-widget .switch-square>div.switch-off label{border-color:#7f8c9a;border-radius:6px 0 0 6px}#estimation_popup.wpe_bootstraped .switch-square span.switch-left,.bootstrap-datetimepicker-widget .switch-square span.switch-left{border-radius:6px 0 0 6px}#estimation_popup.wpe_bootstraped .switch-square span.switch-left [class*=fui-],.bootstrap-datetimepicker-widget .switch-square span.switch-left [class*=fui-]{text-indent:-10px}#estimation_popup.wpe_bootstraped .switch-square span.switch-right,.bootstrap-datetimepicker-widget .switch-square span.switch-right{border-radius:0 6px 6px 0}#estimation_popup.wpe_bootstraped .switch-square span.switch-right [class*=fui-],.bootstrap-datetimepicker-widget .switch-square span.switch-right [class*=fui-]{text-indent:5px}#estimation_popup.wpe_bootstraped .switch-square label,.bootstrap-datetimepicker-widget .switch-square label{border-radius:0 6px 6px 0;border-color:#1abc9c}#estimation_popup.wpe_bootstraped .share,.bootstrap-datetimepicker-widget .share{background-color:#eff0f2;position:relative;border-radius:6px}#estimation_popup.wpe_bootstraped .share:before,.bootstrap-datetimepicker-widget .share:before{content:"";border-style:solid;border-width:0 9px 9px;border-color:transparent transparent #eff0f2;height:0;position:absolute;left:23px;top:-9px;width:0;-webkit-transform:rotate(360deg)}#estimation_popup.wpe_bootstraped .share ul,.bootstrap-datetimepicker-widget .share ul{list-style-type:none;margin:0;padding:15px}#estimation_popup.wpe_bootstraped .share li,.bootstrap-datetimepicker-widget .share li{font-size:15px;line-height:1.4;padding-top:11px}#estimation_popup.wpe_bootstraped .share li:before,.bootstrap-datetimepicker-widget .share li:before,#estimation_popup.wpe_bootstraped .share li:after,.bootstrap-datetimepicker-widget .share li:after{content:" ";display:table}#estimation_popup.wpe_bootstraped .share li:after,.bootstrap-datetimepicker-widget .share li:after{clear:both}#estimation_popup.wpe_bootstraped .share li:first-child,.bootstrap-datetimepicker-widget .share li:first-child{padding-top:0}#estimation_popup.wpe_bootstraped .share .toggle,.bootstrap-datetimepicker-widget .share .toggle{float:right;margin:0}#estimation_popup.wpe_bootstraped .share .btn,.bootstrap-datetimepicker-widget .share .btn{border-radius:0 0 6px 6px}#estimation_popup.wpe_bootstraped .share-label,.bootstrap-datetimepicker-widget .share-label{float:left;font-size:15px;line-height:1.4;padding-top:5px;width:50%}#estimation_popup.wpe_bootstraped .pallete-item,.bootstrap-datetimepicker-widget .pallete-item{width:140px;float:left;margin:0 0 20px 20px}#estimation_popup.wpe_bootstraped .palette,.bootstrap-datetimepicker-widget .palette{font-size:14px;line-height:1.214;color:#fff;margin:0;padding:15px;text-transform:uppercase}#estimation_popup.wpe_bootstraped .palette dt,.bootstrap-datetimepicker-widget .palette dt,#estimation_popup.wpe_bootstraped .palette dd,.bootstrap-datetimepicker-widget .palette dd{line-height:1.429}#estimation_popup.wpe_bootstraped .palette dt,.bootstrap-datetimepicker-widget .palette dt{display:block;font-weight:700;opacity:.8;filter:alpha(opacity=80)}#estimation_popup.wpe_bootstraped .palette dd,.bootstrap-datetimepicker-widget .palette dd{font-weight:300;margin-left:0;opacity:.8;filter:alpha(opacity=80);-webkit-font-smoothing:subpixel-antialiased}#estimation_popup.wpe_bootstraped .palette-turquoise,.bootstrap-datetimepicker-widget .palette-turquoise{background-color:#1abc9c}#estimation_popup.wpe_bootstraped .palette-green-sea,.bootstrap-datetimepicker-widget .palette-green-sea{background-color:#16a085}#estimation_popup.wpe_bootstraped .palette-emerald,.bootstrap-datetimepicker-widget .palette-emerald{background-color:#2ecc71}#estimation_popup.wpe_bootstraped .palette-nephritis,.bootstrap-datetimepicker-widget .palette-nephritis{background-color:#27ae60}#estimation_popup.wpe_bootstraped .palette-peter-river,.bootstrap-datetimepicker-widget .palette-peter-river{background-color:#3498db}#estimation_popup.wpe_bootstraped .palette-belize-hole,.bootstrap-datetimepicker-widget .palette-belize-hole{background-color:#2980b9}#estimation_popup.wpe_bootstraped .palette-amethyst,.bootstrap-datetimepicker-widget .palette-amethyst{background-color:#9b59b6}#estimation_popup.wpe_bootstraped .palette-wisteria,.bootstrap-datetimepicker-widget .palette-wisteria{background-color:#8e44ad}#estimation_popup.wpe_bootstraped .palette-wet-asphalt,.bootstrap-datetimepicker-widget .palette-wet-asphalt{background-color:#34495e}#estimation_popup.wpe_bootstraped .palette-midnight-blue,.bootstrap-datetimepicker-widget .palette-midnight-blue{background-color:#2c3e50}#estimation_popup.wpe_bootstraped .palette-sun-flower,.bootstrap-datetimepicker-widget .palette-sun-flower{background-color:#f1c40f}#estimation_popup.wpe_bootstraped .palette-orange,.bootstrap-datetimepicker-widget .palette-orange{background-color:#f39c12}#estimation_popup.wpe_bootstraped .palette-carrot,.bootstrap-datetimepicker-widget .palette-carrot{background-color:#e67e22}#estimation_popup.wpe_bootstraped .palette-pumpkin,.bootstrap-datetimepicker-widget .palette-pumpkin{background-color:#d35400}#estimation_popup.wpe_bootstraped .palette-alizarin,.bootstrap-datetimepicker-widget .palette-alizarin{background-color:#e74c3c}#estimation_popup.wpe_bootstraped .palette-pomegranate,.bootstrap-datetimepicker-widget .palette-pomegranate{background-color:#c0392b}#estimation_popup.wpe_bootstraped .palette-clouds,.bootstrap-datetimepicker-widget .palette-clouds{background-color:#ecf0f1}#estimation_popup.wpe_bootstraped .palette-silver,.bootstrap-datetimepicker-widget .palette-silver{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped .palette-concrete,.bootstrap-datetimepicker-widget .palette-concrete{background-color:#95a5a6}#estimation_popup.wpe_bootstraped .palette-asbestos,.bootstrap-datetimepicker-widget .palette-asbestos{background-color:#7f8c8d}#estimation_popup.wpe_bootstraped .palette-clouds,.bootstrap-datetimepicker-widget .palette-clouds{color:#bdc3c7}#estimation_popup.wpe_bootstraped .palette-paragraph,.bootstrap-datetimepicker-widget .palette-paragraph{color:#7f8c8d;font-size:12px;line-height:17px}#estimation_popup.wpe_bootstraped .palette-paragraph span,.bootstrap-datetimepicker-widget .palette-paragraph span{color:#bdc3c7}#estimation_popup.wpe_bootstraped .palette-headline,.bootstrap-datetimepicker-widget .palette-headline{color:#7f8c8d;font-size:13px;font-weight:700;margin-top:-3px}#estimation_popup.wpe_bootstraped .tile,.bootstrap-datetimepicker-widget .tile{background-color:#eff0f2;border-radius:6px;padding:14px;position:relative;text-align:center}#estimation_popup.wpe_bootstraped .tile.tile-hot:before,.bootstrap-datetimepicker-widget .tile.tile-hot:before{background-size:82px 82px;content:'';height:82px;position:absolute;right:-4px;top:-4px;width:82px}#estimation_popup.wpe_bootstraped .tile p,.bootstrap-datetimepicker-widget .tile p{font-size:15px;margin-bottom:33px}#estimation_popup.wpe_bootstraped .tile-image,.bootstrap-datetimepicker-widget .tile-image{height:100px;margin:31px 0 27px;vertical-align:bottom}#estimation_popup.wpe_bootstraped .tile-image.big-illustration,.bootstrap-datetimepicker-widget .tile-image.big-illustration{height:111px;margin-top:20px;width:112px}#estimation_popup.wpe_bootstraped .tile-title,.bootstrap-datetimepicker-widget .tile-title{font-size:20px;margin:0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:2){}#estimation_popup.wpe_bootstraped .todo,.bootstrap-datetimepicker-widget .todo{color:#798795;margin-bottom:20px;border-radius:6px}#estimation_popup.wpe_bootstraped .todo ul,.bootstrap-datetimepicker-widget .todo ul{background-color:#2c3e50;margin:0;padding:0;list-style-type:none;border-radius:0 0 6px 6px}#estimation_popup.wpe_bootstraped .todo li,.bootstrap-datetimepicker-widget .todo li{background-size:20px 20px;cursor:pointer;font-size:14px;line-height:1.214;margin-top:2px;padding:18px 42px 21px 25px;position:relative;-webkit-transition:.25s;transition:.25s}#estimation_popup.wpe_bootstraped .todo li:first-child,.bootstrap-datetimepicker-widget .todo li:first-child{margin-top:0}#estimation_popup.wpe_bootstraped .todo li:last-child,.bootstrap-datetimepicker-widget .todo li:last-child{border-radius:0 0 6px 6px;padding-bottom:21px}#estimation_popup.wpe_bootstraped .todo li.todo-done,.bootstrap-datetimepicker-widget .todo li.todo-done{background-size:20px 20px;color:#1abc9c}#estimation_popup.wpe_bootstraped .todo li.todo-done .todo-name,.bootstrap-datetimepicker-widget .todo li.todo-done .todo-name{color:#1abc9c}#estimation_popup.wpe_bootstraped .todo-search,.bootstrap-datetimepicker-widget .todo-search{position:relative;background:#1abc9c;background-size:16px 16px;border-radius:6px 6px 0 0;color:#34495e;padding:19px 25px 20px}#estimation_popup.wpe_bootstraped .todo-search:before,.bootstrap-datetimepicker-widget .todo-search:before{position:absolute;font-family:Flat-UI-Icons;content:"\e01c";font-size:16px;line-height:17px;display:inline-block;top:50%;left:92%;margin:-.5em 0 0 -1em}#estimation_popup.wpe_bootstraped input.todo-search-field,.bootstrap-datetimepicker-widget input.todo-search-field{background:0;border:0;color:#34495e;font-size:19px;font-weight:700;margin:0;line-height:23px;padding:5px 0;text-indent:0;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped input.todo-search-field:-moz-placeholder,.bootstrap-datetimepicker-widget input.todo-search-field:-moz-placeholder{color:#34495e}#estimation_popup.wpe_bootstraped input.todo-search-field::-moz-placeholder,.bootstrap-datetimepicker-widget input.todo-search-field::-moz-placeholder{color:#34495e;opacity:1}#estimation_popup.wpe_bootstraped input.todo-search-field:-ms-input-placeholder,.bootstrap-datetimepicker-widget input.todo-search-field:-ms-input-placeholder{color:#34495e}#estimation_popup.wpe_bootstraped input.todo-search-field::-webkit-input-placeholder,.bootstrap-datetimepicker-widget input.todo-search-field::-webkit-input-placeholder{color:#34495e}#estimation_popup.wpe_bootstraped input.todo-search-field.placeholder,.bootstrap-datetimepicker-widget input.todo-search-field.placeholder{color:#34495e}#estimation_popup.wpe_bootstraped .todo-icon,.bootstrap-datetimepicker-widget .todo-icon{float:left;font-size:24px;padding:11px 22px 0 0}#estimation_popup.wpe_bootstraped .todo-content,.bootstrap-datetimepicker-widget .todo-content{padding-top:1px;overflow:hidden}#estimation_popup.wpe_bootstraped .todo-name,.bootstrap-datetimepicker-widget .todo-name{color:#fff;font-size:17px;margin:1px 0 3px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:2){}#estimation_popup.wpe_bootstraped .video-js,.bootstrap-datetimepicker-widget .video-js{background-color:transparent;margin-top:-95px;position:relative;padding:0;font-size:10px;vertical-align:middle;border-radius:6px 6px 0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}#estimation_popup.wpe_bootstraped .video-js .vjs-tech,.bootstrap-datetimepicker-widget .video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:6px 6px 0 0}#estimation_popup.wpe_bootstraped .video-js:-moz-full-screen,.bootstrap-datetimepicker-widget .video-js:-moz-full-screen{position:absolute}#estimation_popup.wpe_bootstraped body.vjs-full-window,.bootstrap-datetimepicker-widget body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}#estimation_popup.wpe_bootstraped .video-js.vjs-fullscreen,.bootstrap-datetimepicker-widget .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}#estimation_popup.wpe_bootstraped .video-js:-webkit-full-screen,.bootstrap-datetimepicker-widget .video-js:-webkit-full-screen{width:100%!important;height:100%!important}#estimation_popup.wpe_bootstraped .vjs-poster,.bootstrap-datetimepicker-widget .vjs-poster{margin:0 auto;padding:0;cursor:pointer;position:relative;width:100%;max-height:100%;border-radius:6px 6px 0 0}#estimation_popup.wpe_bootstraped .video-js .vjs-text-track-display,.bootstrap-datetimepicker-widget .video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em;font-family:Lato,Helvetica,Arial,sans-serif}#estimation_popup.wpe_bootstraped .video-js .vjs-text-track,.bootstrap-datetimepicker-widget .video-js .vjs-text-track{display:none;color:#fff;font-size:1.4em;text-align:center;margin-bottom:.1em;background:#000;background:rgba(0,0,0,.5)}#estimation_popup.wpe_bootstraped .video-js .vjs-subtitles,.bootstrap-datetimepicker-widget .video-js .vjs-subtitles{color:#fff}#estimation_popup.wpe_bootstraped .video-js .vjs-captions,.bootstrap-datetimepicker-widget .video-js .vjs-captions{color:#fc6}#estimation_popup.wpe_bootstraped .vjs-tt-cue,.bootstrap-datetimepicker-widget .vjs-tt-cue{display:block}#estimation_popup.wpe_bootstraped .vjs-fade-in,.bootstrap-datetimepicker-widget .vjs-fade-in{visibility:visible!important;opacity:1!important;-webkit-transition:visibility 0s linear 0s,opacity .3s linear;transition:visibility 0s linear 0s,opacity .3s linear}#estimation_popup.wpe_bootstraped .vjs-fade-out,.bootstrap-datetimepicker-widget .vjs-fade-out{visibility:hidden!important;opacity:0!important;-webkit-transition:visibility 0s linear 1.5s,opacity 1.5s linear;transition:visibility 0s linear 1.5s,opacity 1.5s linear}#estimation_popup.wpe_bootstraped .vjs-control-bar,.bootstrap-datetimepicker-widget .vjs-control-bar{position:absolute;bottom:-47px;left:0;right:0;margin:0;padding:0;height:47px;color:#fff;background:#273747;border-radius:0 0 6px 6px}#estimation_popup.wpe_bootstraped .vjs-control-bar.vjs-fade-out,.bootstrap-datetimepicker-widget .vjs-control-bar.vjs-fade-out{visibility:visible!important;opacity:1!important}#estimation_popup.wpe_bootstraped .vjs-control,.bootstrap-datetimepicker-widget .vjs-control{background-position:center center;background-repeat:no-repeat;position:relative;float:left;text-align:center;margin:0;padding:0;height:18px;width:18px}#estimation_popup.wpe_bootstraped .vjs-control:focus,.bootstrap-datetimepicker-widget .vjs-control:focus{outline:0}#estimation_popup.wpe_bootstraped .vjs-control div,.bootstrap-datetimepicker-widget .vjs-control div{background-position:center center;background-repeat:no-repeat}#estimation_popup.wpe_bootstraped .vjs-control-text,.bootstrap-datetimepicker-widget .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#estimation_popup.wpe_bootstraped .vjs-play-control,.bootstrap-datetimepicker-widget .vjs-play-control{cursor:pointer!important;height:47px;left:0;position:absolute;top:0;width:58px}#estimation_popup.wpe_bootstraped .vjs-play-control div,.bootstrap-datetimepicker-widget .vjs-play-control div{position:relative;height:47px}#estimation_popup.wpe_bootstraped .vjs-play-control div:before,.bootstrap-datetimepicker-widget .vjs-play-control div:before,#estimation_popup.wpe_bootstraped .vjs-play-control div:after,.bootstrap-datetimepicker-widget .vjs-play-control div:after{position:absolute;font-family:Flat-UI-Icons;color:#1abc9c;font-size:16px;top:50%;left:50%;margin:-.55em 0 0 -.5em;-webkit-transition:color .25s,opacity .25s;transition:color .25s,opacity .25s}#estimation_popup.wpe_bootstraped .vjs-play-control div:after,.bootstrap-datetimepicker-widget .vjs-play-control div:after{content:"\e03b"}#estimation_popup.wpe_bootstraped .vjs-play-control div:before,.bootstrap-datetimepicker-widget .vjs-play-control div:before{content:"\e03c"}#estimation_popup.wpe_bootstraped .vjs-paused .vjs-play-control:hover div:before,.bootstrap-datetimepicker-widget .vjs-paused .vjs-play-control:hover div:before{color:#16a085}#estimation_popup.wpe_bootstraped .vjs-paused .vjs-play-control div:after,.bootstrap-datetimepicker-widget .vjs-paused .vjs-play-control div:after{opacity:0;filter:alpha(opacity=0)}#estimation_popup.wpe_bootstraped .vjs-paused .vjs-play-control div:before,.bootstrap-datetimepicker-widget .vjs-paused .vjs-play-control div:before{opacity:1;filter:alpha(opacity=100)}#estimation_popup.wpe_bootstraped .vjs-playing .vjs-play-control:hover div:after,.bootstrap-datetimepicker-widget .vjs-playing .vjs-play-control:hover div:after{color:#16a085}#estimation_popup.wpe_bootstraped .vjs-playing .vjs-play-control div:after,.bootstrap-datetimepicker-widget .vjs-playing .vjs-play-control div:after{opacity:1;filter:alpha(opacity=100)}#estimation_popup.wpe_bootstraped .vjs-playing .vjs-play-control div:before,.bootstrap-datetimepicker-widget .vjs-playing .vjs-play-control div:before{opacity:0;filter:alpha(opacity=0)}#estimation_popup.wpe_bootstraped .vjs-rewind-control,.bootstrap-datetimepicker-widget .vjs-rewind-control{width:5em;cursor:pointer!important}#estimation_popup.wpe_bootstraped .vjs-rewind-control div,.bootstrap-datetimepicker-widget .vjs-rewind-control div{width:19px;height:16px;background:none transparent;margin:.5em auto 0}#estimation_popup.wpe_bootstraped .vjs-mute-control,.bootstrap-datetimepicker-widget .vjs-mute-control{background-size:16px 64px;cursor:pointer!important;position:absolute;right:51px;top:14px}#estimation_popup.wpe_bootstraped .vjs-mute-control:hover div,.bootstrap-datetimepicker-widget .vjs-mute-control:hover div,#estimation_popup.wpe_bootstraped .vjs-mute-control:focus div,.bootstrap-datetimepicker-widget .vjs-mute-control:focus div{opacity:0}#estimation_popup.wpe_bootstraped .vjs-mute-control div,.bootstrap-datetimepicker-widget .vjs-mute-control div{background-size:16px 64px;height:18px;-webkit-transition:opacity .25s;transition:opacity .25s}#estimation_popup.wpe_bootstraped .vjs-volume-control,.bootstrap-datetimepicker-widget .vjs-volume-control,#estimation_popup.wpe_bootstraped .vjs-volume-level,.bootstrap-datetimepicker-widget .vjs-volume-level,#estimation_popup.wpe_bootstraped .vjs-volume-handle,.bootstrap-datetimepicker-widget .vjs-volume-handle,#estimation_popup.wpe_bootstraped .vjs-volume-bar,.bootstrap-datetimepicker-widget .vjs-volume-bar{display:none}#estimation_popup.wpe_bootstraped .vjs-progress-control,.bootstrap-datetimepicker-widget .vjs-progress-control{position:absolute;left:60px;right:180px;height:12px;width:auto;top:18px;background:#425669;border-radius:32px}#estimation_popup.wpe_bootstraped .vjs-progress-holder,.bootstrap-datetimepicker-widget .vjs-progress-holder{position:relative;cursor:pointer!important;padding:0;margin:0;height:12px}#estimation_popup.wpe_bootstraped .vjs-play-progress,.bootstrap-datetimepicker-widget .vjs-play-progress,#estimation_popup.wpe_bootstraped .vjs-load-progress,.bootstrap-datetimepicker-widget .vjs-load-progress{position:absolute;display:block;height:12px;margin:0;padding:0;left:0;top:0;border-radius:32px}#estimation_popup.wpe_bootstraped .vjs-play-progress,.bootstrap-datetimepicker-widget .vjs-play-progress{background:#1abc9c;left:-1px}#estimation_popup.wpe_bootstraped .vjs-load-progress,.bootstrap-datetimepicker-widget .vjs-load-progress{background:#d6dbdf;border-radius:32px 0 0 32px}#estimation_popup.wpe_bootstraped .vjs-load-progress[style*='100%'],.bootstrap-datetimepicker-widget .vjs-load-progress[style*='100%'],#estimation_popup.wpe_bootstraped .vjs-load-progress[style*='99%'],.bootstrap-datetimepicker-widget .vjs-load-progress[style*='99%']{border-radius:32px}#estimation_popup.wpe_bootstraped .vjs-seek-handle,.bootstrap-datetimepicker-widget .vjs-seek-handle{background-color:#16a085;position:absolute;width:18px;height:18px;margin:-3px 0 0 1px;left:0;top:0;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s}#estimation_popup.wpe_bootstraped .vjs-seek-handle[style*='95.'],.bootstrap-datetimepicker-widget .vjs-seek-handle[style*='95.']{margin-left:3px}#estimation_popup.wpe_bootstraped .vjs-seek-handle[style='left: 0%;'],.bootstrap-datetimepicker-widget .vjs-seek-handle[style='left: 0%;	']{margin-left:-2px}#estimation_popup.wpe_bootstraped .vjs-seek-handle:hover,.bootstrap-datetimepicker-widget .vjs-seek-handle:hover,#estimation_popup.wpe_bootstraped .vjs-seek-handle:focus,.bootstrap-datetimepicker-widget .vjs-seek-handle:focus{background-color:#148d75}#estimation_popup.wpe_bootstraped .vjs-seek-handle:active,.bootstrap-datetimepicker-widget .vjs-seek-handle:active{background-color:#117a65}#estimation_popup.wpe_bootstraped .vjs-time-controls,.bootstrap-datetimepicker-widget .vjs-time-controls{position:absolute;height:20px;width:50px;top:16px;font:300 13px Lato,Helvetica,Arial,sans-serif}#estimation_popup.wpe_bootstraped .vjs-current-time,.bootstrap-datetimepicker-widget .vjs-current-time{right:128px;text-align:right}#estimation_popup.wpe_bootstraped .vjs-duration,.bootstrap-datetimepicker-widget .vjs-duration{color:#5d6d7e;right:69px;text-align:left}#estimation_popup.wpe_bootstraped .vjs-remaining-time,.bootstrap-datetimepicker-widget .vjs-remaining-time{display:none}#estimation_popup.wpe_bootstraped .vjs-time-divider,.bootstrap-datetimepicker-widget .vjs-time-divider{color:#5d6d7e;font-size:14px;position:absolute;right:121px;top:15px}#estimation_popup.wpe_bootstraped .vjs-secondary-controls,.bootstrap-datetimepicker-widget .vjs-secondary-controls{float:right}#estimation_popup.wpe_bootstraped .vjs-fullscreen-control,.bootstrap-datetimepicker-widget .vjs-fullscreen-control{background-position:center -47px;background-size:15px 64px;cursor:pointer!important;position:absolute;right:17px;top:13px}#estimation_popup.wpe_bootstraped .vjs-fullscreen-control:hover div,.bootstrap-datetimepicker-widget .vjs-fullscreen-control:hover div,#estimation_popup.wpe_bootstraped .vjs-fullscreen-control:focus div,.bootstrap-datetimepicker-widget .vjs-fullscreen-control:focus div{opacity:0}#estimation_popup.wpe_bootstraped .vjs-fullscreen-control div,.bootstrap-datetimepicker-widget .vjs-fullscreen-control div{height:18px;background-size:15px 64px;-webkit-transition:opacity .25s;transition:opacity .25s}#estimation_popup.wpe_bootstraped .vjs-menu-button,.bootstrap-datetimepicker-widget .vjs-menu-button{display:none!important}@-webkit-keyframes sharp{0%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}50%{background:#ebedee;border-radius:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}100%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes sharp{0%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}50%{background:#ebedee;border-radius:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}100%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes sharp{0%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}50%{background:#ebedee;border-radius:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}100%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sharp{0%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}50%{background:#ebedee;border-radius:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}100%{background:#e74c3c;border-radius:10px;-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}#estimation_popup.wpe_bootstraped .vjs-loading-spinner,.bootstrap-datetimepicker-widget .vjs-loading-spinner{background:#ebedee;display:none;height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px;border-radius:10px;-webkit-animation:sharp 2s ease infinite;animation:sharp 2s ease infinite}#estimation_popup.wpe_bootstraped .login,.bootstrap-datetimepicker-widget .login{background-size:940px 778px;color:#fff;margin-bottom:77px;padding:38px 38px 267px;position:relative}#estimation_popup.wpe_bootstraped .login-screen,.bootstrap-datetimepicker-widget .login-screen{background-color:#1abc9c;min-height:473px;padding:123px 199px 33px 306px}#estimation_popup.wpe_bootstraped .login-icon,.bootstrap-datetimepicker-widget .login-icon{left:200px;position:absolute;top:160px;width:96px}#estimation_popup.wpe_bootstraped .login-icon>img,.bootstrap-datetimepicker-widget .login-icon>img{display:block;margin-bottom:6px;width:100%}#estimation_popup.wpe_bootstraped .login-icon>h4,.bootstrap-datetimepicker-widget .login-icon>h4{font-size:17px;font-weight:300;line-height:34px;opacity:.95;filter:alpha(opacity=95)}#estimation_popup.wpe_bootstraped .login-icon>h4 small,.bootstrap-datetimepicker-widget .login-icon>h4 small{color:inherit;display:block;font-size:inherit;font-weight:700}#estimation_popup.wpe_bootstraped .login-form,.bootstrap-datetimepicker-widget .login-form{background-color:#edeff1;padding:24px 23px 20px;position:relative;border-radius:6px}#estimation_popup.wpe_bootstraped .login-form:before,.bootstrap-datetimepicker-widget .login-form:before{content:'';border-style:solid;border-width:12px 12px 12px 0;border-color:transparent #edeff1 transparent transparent;height:0;position:absolute;left:-12px;top:35px;width:0;-webkit-transform:rotate(360deg)}#estimation_popup.wpe_bootstraped .login-form .control-group,.bootstrap-datetimepicker-widget .login-form .control-group{margin-bottom:6px;position:relative}#estimation_popup.wpe_bootstraped .login-form .login-field,.bootstrap-datetimepicker-widget .login-form .login-field{border-color:transparent;font-size:17px;text-indent:3px}#estimation_popup.wpe_bootstraped .login-form .login-field:focus,.bootstrap-datetimepicker-widget .login-form .login-field:focus{border-color:#1abc9c}#estimation_popup.wpe_bootstraped .login-form .login-field:focus+.login-field-icon,.bootstrap-datetimepicker-widget .login-form .login-field:focus+.login-field-icon{color:#1abc9c}#estimation_popup.wpe_bootstraped .login-form .login-field-icon,.bootstrap-datetimepicker-widget .login-form .login-field-icon{color:#bfc9ca;font-size:16px;position:absolute;right:15px;top:3px;-webkit-transition:.25s;transition:.25s}#estimation_popup.wpe_bootstraped .login-link,.bootstrap-datetimepicker-widget .login-link{color:#bfc9ca;display:block;font-size:13px;margin-top:15px;text-align:center}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:2){}#estimation_popup.wpe_bootstraped footer,.bootstrap-datetimepicker-widget footer{background-color:#edeff1;color:#bac1c8;font-size:15px;padding:0}#estimation_popup.wpe_bootstraped footer a,.bootstrap-datetimepicker-widget footer a{color:#9aa4af;font-weight:700}#estimation_popup.wpe_bootstraped footer p,.bootstrap-datetimepicker-widget footer p{font-size:15px;line-height:20px;margin-bottom:10px}#estimation_popup.wpe_bootstraped .footer-title,.bootstrap-datetimepicker-widget .footer-title{margin:0 0 22px;padding-top:21px;font-size:24px;line-height:40px}#estimation_popup.wpe_bootstraped .footer-brand,.bootstrap-datetimepicker-widget .footer-brand{display:block;margin-bottom:26px;width:220px}#estimation_popup.wpe_bootstraped .footer-brand img,.bootstrap-datetimepicker-widget .footer-brand img{width:216px}#estimation_popup.wpe_bootstraped .footer-banner,.bootstrap-datetimepicker-widget .footer-banner{background-color:#1abc9c;color:#d1f2eb;margin-left:42px;min-height:316px;padding:0 30px 30px}#estimation_popup.wpe_bootstraped .footer-banner .footer-title,.bootstrap-datetimepicker-widget .footer-banner .footer-title{color:#fff}#estimation_popup.wpe_bootstraped .footer-banner a,.bootstrap-datetimepicker-widget .footer-banner a{color:#b7f5e9;text-decoration:underline}#estimation_popup.wpe_bootstraped .footer-banner a:hover,.bootstrap-datetimepicker-widget .footer-banner a:hover{text-decoration:none}#estimation_popup.wpe_bootstraped .footer-banner ul,.bootstrap-datetimepicker-widget .footer-banner ul{list-style-type:none;margin:0 0 26px;padding:0}#estimation_popup.wpe_bootstraped .footer-banner ul li,.bootstrap-datetimepicker-widget .footer-banner ul li{border-top:1px solid #1bc5a3;line-height:19px;padding:6px 0}#estimation_popup.wpe_bootstraped .footer-banner ul li:first-child,.bootstrap-datetimepicker-widget .footer-banner ul li:first-child{border-top:0;padding-top:1px}#estimation_popup.wpe_bootstraped .last-col,.bootstrap-datetimepicker-widget .last-col{overflow:hidden}#estimation_popup.wpe_bootstraped .ptn,.bootstrap-datetimepicker-widget .ptn,#estimation_popup.wpe_bootstraped .pvn,.bootstrap-datetimepicker-widget .pvn,#estimation_popup.wpe_bootstraped .pan,.bootstrap-datetimepicker-widget .pan{padding-top:0}#estimation_popup.wpe_bootstraped .ptx,.bootstrap-datetimepicker-widget .ptx,#estimation_popup.wpe_bootstraped .pvx,.bootstrap-datetimepicker-widget .pvx,#estimation_popup.wpe_bootstraped .pax,.bootstrap-datetimepicker-widget .pax{padding-top:3px}#estimation_popup.wpe_bootstraped .pts,.bootstrap-datetimepicker-widget .pts,#estimation_popup.wpe_bootstraped .pvs,.bootstrap-datetimepicker-widget .pvs,#estimation_popup.wpe_bootstraped .pas,.bootstrap-datetimepicker-widget .pas{padding-top:5px}#estimation_popup.wpe_bootstraped .ptm,.bootstrap-datetimepicker-widget .ptm,#estimation_popup.wpe_bootstraped .pvm,.bootstrap-datetimepicker-widget .pvm,#estimation_popup.wpe_bootstraped .pam,.bootstrap-datetimepicker-widget .pam{padding-top:10px}#estimation_popup.wpe_bootstraped .ptl,.bootstrap-datetimepicker-widget .ptl,#estimation_popup.wpe_bootstraped .pvl,.bootstrap-datetimepicker-widget .pvl,#estimation_popup.wpe_bootstraped .pal,.bootstrap-datetimepicker-widget .pal{padding-top:20px}#estimation_popup.wpe_bootstraped .prn,.bootstrap-datetimepicker-widget .prn,#estimation_popup.wpe_bootstraped .phn,.bootstrap-datetimepicker-widget .phn,#estimation_popup.wpe_bootstraped .pan,.bootstrap-datetimepicker-widget .pan{padding-right:0}#estimation_popup.wpe_bootstraped .prx,.bootstrap-datetimepicker-widget .prx,#estimation_popup.wpe_bootstraped .phx,.bootstrap-datetimepicker-widget .phx,#estimation_popup.wpe_bootstraped .pax,.bootstrap-datetimepicker-widget .pax{padding-right:3px}#estimation_popup.wpe_bootstraped .prs,.bootstrap-datetimepicker-widget .prs,#estimation_popup.wpe_bootstraped .phs,.bootstrap-datetimepicker-widget .phs,#estimation_popup.wpe_bootstraped .pas,.bootstrap-datetimepicker-widget .pas{padding-right:5px}#estimation_popup.wpe_bootstraped .prm,.bootstrap-datetimepicker-widget .prm,#estimation_popup.wpe_bootstraped .phm,.bootstrap-datetimepicker-widget .phm,#estimation_popup.wpe_bootstraped .pam,.bootstrap-datetimepicker-widget .pam{padding-right:10px}#estimation_popup.wpe_bootstraped .prl,.bootstrap-datetimepicker-widget .prl,#estimation_popup.wpe_bootstraped .phl,.bootstrap-datetimepicker-widget .phl,#estimation_popup.wpe_bootstraped .pal,.bootstrap-datetimepicker-widget .pal{padding-right:20px}#estimation_popup.wpe_bootstraped .pbn,.bootstrap-datetimepicker-widget .pbn,#estimation_popup.wpe_bootstraped .pvn,.bootstrap-datetimepicker-widget .pvn,#estimation_popup.wpe_bootstraped .pan,.bootstrap-datetimepicker-widget .pan{padding-bottom:0}#estimation_popup.wpe_bootstraped .pbx,.bootstrap-datetimepicker-widget .pbx,#estimation_popup.wpe_bootstraped .pvx,.bootstrap-datetimepicker-widget .pvx,#estimation_popup.wpe_bootstraped .pax,.bootstrap-datetimepicker-widget .pax{padding-bottom:3px}#estimation_popup.wpe_bootstraped .pbs,.bootstrap-datetimepicker-widget .pbs,#estimation_popup.wpe_bootstraped .pvs,.bootstrap-datetimepicker-widget .pvs,#estimation_popup.wpe_bootstraped .pas,.bootstrap-datetimepicker-widget .pas{padding-bottom:5px}#estimation_popup.wpe_bootstraped .pbm,.bootstrap-datetimepicker-widget .pbm,#estimation_popup.wpe_bootstraped .pvm,.bootstrap-datetimepicker-widget .pvm,#estimation_popup.wpe_bootstraped .pam,.bootstrap-datetimepicker-widget .pam{padding-bottom:10px}#estimation_popup.wpe_bootstraped .pbl,.bootstrap-datetimepicker-widget .pbl,#estimation_popup.wpe_bootstraped .pvl,.bootstrap-datetimepicker-widget .pvl,#estimation_popup.wpe_bootstraped .pal,.bootstrap-datetimepicker-widget .pal{padding-bottom:20px}#estimation_popup.wpe_bootstraped .pln,.bootstrap-datetimepicker-widget .pln,#estimation_popup.wpe_bootstraped .phn,.bootstrap-datetimepicker-widget .phn,#estimation_popup.wpe_bootstraped .pan,.bootstrap-datetimepicker-widget .pan{padding-left:0}#estimation_popup.wpe_bootstraped .plx,.bootstrap-datetimepicker-widget .plx,#estimation_popup.wpe_bootstraped .phx,.bootstrap-datetimepicker-widget .phx,#estimation_popup.wpe_bootstraped .pax,.bootstrap-datetimepicker-widget .pax{padding-left:3px}#estimation_popup.wpe_bootstraped .pls,.bootstrap-datetimepicker-widget .pls,#estimation_popup.wpe_bootstraped .phs,.bootstrap-datetimepicker-widget .phs,#estimation_popup.wpe_bootstraped .pas,.bootstrap-datetimepicker-widget .pas{padding-left:5px}#estimation_popup.wpe_bootstraped .plm,.bootstrap-datetimepicker-widget .plm,#estimation_popup.wpe_bootstraped .phm,.bootstrap-datetimepicker-widget .phm,#estimation_popup.wpe_bootstraped .pam,.bootstrap-datetimepicker-widget .pam{padding-left:10px}#estimation_popup.wpe_bootstraped .pll,.bootstrap-datetimepicker-widget .pll,#estimation_popup.wpe_bootstraped .phl,.bootstrap-datetimepicker-widget .phl,#estimation_popup.wpe_bootstraped .pal,.bootstrap-datetimepicker-widget .pal{padding-left:20px}#estimation_popup.wpe_bootstraped .mtn,.bootstrap-datetimepicker-widget .mtn,#estimation_popup.wpe_bootstraped .mvn,.bootstrap-datetimepicker-widget .mvn,#estimation_popup.wpe_bootstraped .man,.bootstrap-datetimepicker-widget .man{margin-top:0}#estimation_popup.wpe_bootstraped .mtx,.bootstrap-datetimepicker-widget .mtx,#estimation_popup.wpe_bootstraped .mvx,.bootstrap-datetimepicker-widget .mvx,#estimation_popup.wpe_bootstraped .max,.bootstrap-datetimepicker-widget .max{margin-top:3px}#estimation_popup.wpe_bootstraped .mts,.bootstrap-datetimepicker-widget .mts,#estimation_popup.wpe_bootstraped .mvs,.bootstrap-datetimepicker-widget .mvs,#estimation_popup.wpe_bootstraped .mas,.bootstrap-datetimepicker-widget .mas{margin-top:5px}#estimation_popup.wpe_bootstraped .mtm,.bootstrap-datetimepicker-widget .mtm,#estimation_popup.wpe_bootstraped .mvm,.bootstrap-datetimepicker-widget .mvm,#estimation_popup.wpe_bootstraped .mam,.bootstrap-datetimepicker-widget .mam{margin-top:10px}#estimation_popup.wpe_bootstraped .mtl,.bootstrap-datetimepicker-widget .mtl,#estimation_popup.wpe_bootstraped .mvl,.bootstrap-datetimepicker-widget .mvl,#estimation_popup.wpe_bootstraped .mal,.bootstrap-datetimepicker-widget .mal{margin-top:20px}#estimation_popup.wpe_bootstraped .mrn,.bootstrap-datetimepicker-widget .mrn,#estimation_popup.wpe_bootstraped .mhn,.bootstrap-datetimepicker-widget .mhn,#estimation_popup.wpe_bootstraped .man,.bootstrap-datetimepicker-widget .man{margin-right:0}#estimation_popup.wpe_bootstraped .mrx,.bootstrap-datetimepicker-widget .mrx,#estimation_popup.wpe_bootstraped .mhx,.bootstrap-datetimepicker-widget .mhx,#estimation_popup.wpe_bootstraped .max,.bootstrap-datetimepicker-widget .max{margin-right:3px}#estimation_popup.wpe_bootstraped .mrs,.bootstrap-datetimepicker-widget .mrs,#estimation_popup.wpe_bootstraped .mhs,.bootstrap-datetimepicker-widget .mhs,#estimation_popup.wpe_bootstraped .mas,.bootstrap-datetimepicker-widget .mas{margin-right:5px}#estimation_popup.wpe_bootstraped .mrm,.bootstrap-datetimepicker-widget .mrm,#estimation_popup.wpe_bootstraped .mhm,.bootstrap-datetimepicker-widget .mhm,#estimation_popup.wpe_bootstraped .mam,.bootstrap-datetimepicker-widget .mam{margin-right:10px}#estimation_popup.wpe_bootstraped .mrl,.bootstrap-datetimepicker-widget .mrl,#estimation_popup.wpe_bootstraped .mhl,.bootstrap-datetimepicker-widget .mhl,#estimation_popup.wpe_bootstraped .mal,.bootstrap-datetimepicker-widget .mal{margin-right:20px}#estimation_popup.wpe_bootstraped .mbn,.bootstrap-datetimepicker-widget .mbn,#estimation_popup.wpe_bootstraped .mvn,.bootstrap-datetimepicker-widget .mvn,#estimation_popup.wpe_bootstraped .man,.bootstrap-datetimepicker-widget .man{margin-bottom:0}#estimation_popup.wpe_bootstraped .mbx,.bootstrap-datetimepicker-widget .mbx,#estimation_popup.wpe_bootstraped .mvx,.bootstrap-datetimepicker-widget .mvx,#estimation_popup.wpe_bootstraped .max,.bootstrap-datetimepicker-widget .max{margin-bottom:3px}#estimation_popup.wpe_bootstraped .mbs,.bootstrap-datetimepicker-widget .mbs,#estimation_popup.wpe_bootstraped .mvs,.bootstrap-datetimepicker-widget .mvs,#estimation_popup.wpe_bootstraped .mas,.bootstrap-datetimepicker-widget .mas{margin-bottom:5px}#estimation_popup.wpe_bootstraped .mbm,.bootstrap-datetimepicker-widget .mbm,#estimation_popup.wpe_bootstraped .mvm,.bootstrap-datetimepicker-widget .mvm,#estimation_popup.wpe_bootstraped .mam,.bootstrap-datetimepicker-widget .mam{margin-bottom:10px}#estimation_popup.wpe_bootstraped .mbl,.bootstrap-datetimepicker-widget .mbl,#estimation_popup.wpe_bootstraped .mvl,.bootstrap-datetimepicker-widget .mvl,#estimation_popup.wpe_bootstraped .mal,.bootstrap-datetimepicker-widget .mal{margin-bottom:20px}#estimation_popup.wpe_bootstraped .mln,.bootstrap-datetimepicker-widget .mln,#estimation_popup.wpe_bootstraped .mhn,.bootstrap-datetimepicker-widget .mhn,#estimation_popup.wpe_bootstraped .man,.bootstrap-datetimepicker-widget .man{margin-left:0}#estimation_popup.wpe_bootstraped .mlx,.bootstrap-datetimepicker-widget .mlx,#estimation_popup.wpe_bootstraped .mhx,.bootstrap-datetimepicker-widget .mhx,#estimation_popup.wpe_bootstraped .max,.bootstrap-datetimepicker-widget .max{margin-left:3px}#estimation_popup.wpe_bootstraped .mls,.bootstrap-datetimepicker-widget .mls,#estimation_popup.wpe_bootstraped .mhs,.bootstrap-datetimepicker-widget .mhs,#estimation_popup.wpe_bootstraped .mas,.bootstrap-datetimepicker-widget .mas{margin-left:5px}#estimation_popup.wpe_bootstraped .mlm,.bootstrap-datetimepicker-widget .mlm,#estimation_popup.wpe_bootstraped .mhm,.bootstrap-datetimepicker-widget .mhm,#estimation_popup.wpe_bootstraped .mam,.bootstrap-datetimepicker-widget .mam{margin-left:10px}#estimation_popup.wpe_bootstraped .mll,.bootstrap-datetimepicker-widget .mll,#estimation_popup.wpe_bootstraped .mhl,.bootstrap-datetimepicker-widget .mhl,#estimation_popup.wpe_bootstraped .mal,.bootstrap-datetimepicker-widget .mal{margin-left:20px} .colpick,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick{position:absolute;width:346px;height:170px;overflow:hidden;display:none;font-family:Arial,Helvetica,sans-serif;background:#ecf0f1;box-shadow:0 0 8px rgba(0,0,0,0.4);border:2px solid #bdc3c7;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;z-index:9999999999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.colpick_color,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_color{position:absolute;left:7px;top:7px;width:156px;height:156px;overflow:hidden;outline:1px solid #aaa;cursor:crosshair}.colpick_color_overlay1,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_color_overlay1{position:absolute;left:0;top:0;width:156px;height:156px;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";background:-moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff',endColorstr='#00ffffff')}.colpick_color_overlay2,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_color_overlay2{position:absolute;left:0;top:0;width:156px;height:156px;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0)}.colpick_selector_outer,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_selector_outer{background:0;position:absolute;width:11px;height:11px;margin:-6px 0 0 -6px;border:1px solid black;border-radius:50%}.colpick_selector_inner,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_selector_inner{position:absolute;width:9px;height:9px;border:1px solid white;border-radius:50%}.colpick_hue,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hue{position:absolute;top:6px;left:175px;width:19px;height:156px;border:1px solid #aaa;cursor:n-resize}.colpick_hue_arrs,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hue_arrs{position:absolute;left:-8px;width:35px;height:7px;margin:-7px 0 0 0}.colpick_hue_larr,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hue_larr{position:absolute;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:7px solid #858585}.colpick_hue_rarr,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hue_rarr{position:absolute;right:0;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:7px solid #858585}.colpick_new_color,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_new_color{position:absolute;left:207px;top:6px;width:60px;height:27px;background:#f00;border:1px solid #8f8f8f}.colpick_current_color,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_current_color{position:absolute;left:277px;top:6px;width:60px;height:27px;background:#f00;border:1px solid #8f8f8f}.colpick_field,.colpick_hex_field,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_field,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hex_field{position:absolute;height:20px;width:60px;overflow:hidden;background:#f3f3f3;color:#b8b8b8;font-size:12px;border:1px solid #bdbdbd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.colpick_rgb_r,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_rgb_r{top:40px;left:207px}.colpick_rgb_g,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_rgb_g{top:67px;left:207px}.colpick_rgb_b,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_rgb_b{top:94px;left:207px}.colpick_hsb_h,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hsb_h{top:40px;left:277px}.colpick_hsb_s,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hsb_s{top:67px;left:277px}.colpick_hsb_b,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hsb_b{top:94px;left:277px}.colpick_hex_field,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hex_field{width:68px;left:207px;top:121px}.colpick_focus,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_focus{border-color:#999}.colpick_field_letter,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_focus{position:absolute;width:12px;height:20px;line-height:20px;padding-left:4px;background:#efefef;border-right:1px solid #bdbdbd;font-weight:bold;color:#777}.colpick_field input,.colpick_hex_field input,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hex_field input,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_field input{position:absolute;right:11px;margin:0;padding:0;height:20px;line-height:20px;background:transparent;border:0;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#555;text-align:right;outline:0}.colpick_hex_field input,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_hex_field input{right:4px}.colpick_field_arrs,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_field_arrs{position:absolute;top:0;right:0;width:9px;height:21px;cursor:n-resize}.colpick_field_uarr,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_field_uarr{position:absolute;top:5px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #959595}.colpick_field_darr,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_field_darr{position:absolute;bottom:5px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #959595}.colpick_submit,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_submit{position:absolute;left:207px;top:149px;width:130px;height:22px;line-height:22px;background:#efefef;text-align:center;color:#555;font-size:12px;font-weight:bold;border:1px solid #bdbdbd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.colpick_submit:hover,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_submit:hover{background:#f3f3f3;border-color:#999;cursor:pointer}.colpick_full_ns .colpick_submit,.colpick_full_ns .colpick_current_color,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_submit,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_current_color{display:none}.colpick_full_ns .colpick_new_color,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_new_color{width:130px;height:25px}.colpick_full_ns .colpick_rgb_r,.colpick_full_ns .colpick_hsb_h,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_rgb_r,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_hsb_h{top:42px}.colpick_full_ns .colpick_rgb_g,.colpick_full_ns .colpick_hsb_s,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_rgb_g,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_hsb_{top:73px}.colpick_full_ns .colpick_rgb_b,.colpick_full_ns .colpick_hsb_b,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_rgb_b,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_hsb_b{top:104px}.colpick_full_ns .colpick_hex_field,#lfb_bootstraped.lfb_bootstraped #tld_tdgnContainer .colpick_full_ns .colpick_hex_field{top:135px}.colpick_rgbhex .colpick_hsb_h,.colpick_rgbhex .colpick_hsb_s,.colpick_rgbhex .colpick_hsb_b{display:none}.colpick_rgbhex{width:282px}.colpick_rgbhex .colpick_field,.colpick_rgbhex .colpick_submit{width:68px}.colpick_rgbhex .colpick_new_color{width:34px;border-right:0}.colpick_rgbhex .colpick_current_color{width:34px;left:240px;border-left:none}.colpick_rgbhex_ns .colpick_submit,.colpick_rgbhex_ns .colpick_current_color{display:none}.colpick_rgbhex_ns .colpick_new_color{width:68px;border:1px solid #8f8f8f}.colpick_rgbhex_ns .colpick_rgb_r{top:42px}.colpick_rgbhex_ns .colpick_rgb_g{top:73px}.colpick_rgbhex_ns .colpick_rgb_b{top:104px}.colpick_rgbhex_ns .colpick_hex_field{top:135px}.colpick_hex .colpick_hsb_h,.colpick_hex .colpick_hsb_s,.colpick_hex .colpick_hsb_b,.colpick_hex .colpick_rgb_r,.colpick_hex .colpick_rgb_g,.colpick_hex .colpick_rgb_b{display:none}.colpick_hex{width:206px;height:201px}.colpick_hex .colpick_hex_field{width:72px;height:25px;top:168px;left:80px}.colpick_hex .colpick_hex_field div,.colpick_hex .colpick_hex_field input{height:25px;line-height:25px}.colpick_hex .colpick_new_color{left:9px;top:168px;width:30px;border-right:0}.colpick_hex .colpick_current_color{left:39px;top:168px;width:30px;border-left:none}.colpick_hex .colpick_submit{left:164px;top:168px;width:30px;height:25px;line-height:25px}.colpick_hex_ns .colpick_submit,.colpick_hex_ns .colpick_current_color{display:none}.colpick_hex_ns .colpick_hex_field{width:80px}.colpick_hex_ns .colpick_new_color{width:60px;border:1px solid #8f8f8f}.colpick_dark{background:#161616;border-color:#2a2a2a}.colpick_dark .colpick_color{outline-color:#333}.colpick_dark .colpick_hue{border-color:#555}.colpick_dark .colpick_field,.colpick_dark .colpick_hex_field{background:#101010;border-color:#2d2d2d}.colpick_dark .colpick_field_letter{background:#131313;border-color:#2d2d2d;color:#696969}.colpick_dark .colpick_field input,.colpick_dark .colpick_hex_field input{color:#7a7a7a}.colpick_dark .colpick_field_uarr{border-bottom-color:#696969}.colpick_dark .colpick_field_darr{border-top-color:#696969}.colpick_dark .colpick_focus{border-color:#444}.colpick_dark .colpick_submit{background:#131313;border-color:#2d2d2d;color:#7a7a7a}.colpick_dark .colpick_submit:hover{background-color:#101010;border-color:#444} @-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone,#lfb_bootstraped.lfb_bootstraped .lfb_dropzone *{box-sizing:border-box}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone{min-height:150px;border:2px solid rgba(0,0,0,0.3);background:white;padding:20px 20px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone.dz-clickable{cursor:pointer}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone.dz-clickable *{cursor:default}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone.dz-clickable .dz-message,#lfb_bootstraped.lfb_bootstraped .lfb_dropzone.dz-clickable .dz-message *{cursor:pointer}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone.dz-started .dz-message{display:none}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone.dz-drag-hover{border-style:solid}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone.dz-drag-hover .dz-message{opacity:.5}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-message{text-align:center;margin:2em 0}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview:hover{z-index:1000}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview:hover .dz-details{opacity:1}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-image-preview{background:white}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:0}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-remove:hover{text-decoration:underline}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview:hover .dz-details{opacity:1}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8)}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details .dz-filename span,#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 .4em;border-radius:3px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-filter:blur(8px);filter:blur(8px)}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-image img{display:block}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-moz-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-ms-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-o-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);animation:passing-through 3s cubic-bezier(0.77,0,0.175,1)}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-moz-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-ms-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-o-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);animation:slide-in 3s cubic-bezier(0.77,0,0.175,1)}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-success-mark,#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-success-mark svg,#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-ms-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-error .dz-error-message{display:block}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:white}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626} @font-face{font-family:'FontAwesome';src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/WP_Estimation_Form/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}  #lfb_bootstraped.lfb_bootstraped .datetimepicker{padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}#lfb_bootstraped.lfb_bootstraped .datetimepicker-inline{width:220px}#lfb_bootstraped.lfb_bootstraped .datetimepicker.datetimepicker-rtl{direction:rtl}#lfb_bootstraped.lfb_bootstraped .datetimepicker.datetimepicker-rtl table tr td span{float:right}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown,#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-left{top:0;left:0}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);border-bottom:0}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}#lfb_bootstraped.lfb_bootstraped .datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}#lfb_bootstraped.lfb_bootstraped .datetimepicker>div{display:none}#lfb_bootstraped.lfb_bootstraped .datetimepicker.days div.datetimepicker-days,#lfb_bootstraped.lfb_bootstraped .datetimepicker.hours div.datetimepicker-hours,#lfb_bootstraped.lfb_bootstraped .datetimepicker.minutes div.datetimepicker-minutes,#lfb_bootstraped.lfb_bootstraped .datetimepicker.months div.datetimepicker-months,#lfb_bootstraped.lfb_bootstraped .datetimepicker.years div.datetimepicker-years{display:block}#lfb_bootstraped.lfb_bootstraped .datetimepicker table{margin:0}#lfb_bootstraped.lfb_bootstraped .datetimepicker td,#lfb_bootstraped.lfb_bootstraped .datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}#lfb_bootstraped.lfb_bootstraped .table-striped .datetimepicker table tr td,#lfb_bootstraped.lfb_bootstraped .table-striped .datetimepicker table tr th{background-color:transparent}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.day:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.hour:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.new,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.old{color:#999}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today[disabled]{background-color:#fdf59a}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.today:hover:active{background-color:#fbf069}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active[disabled]{background-color:#04c}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active{background-color:#039}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table tr td span.hour_am,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours fieldset legend,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span:hover{background:#eee}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover[disabled],#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active[disabled]{background-color:#04c}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:hover:active{background-color:#039}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.old{color:#999}#lfb_bootstraped.lfb_bootstraped .datetimepicker th.switch{width:145px}#lfb_bootstraped.lfb_bootstraped .datetimepicker th span.glyphicon{pointer-events:none}#lfb_bootstraped.lfb_bootstraped .datetimepicker tfoot th,#lfb_bootstraped.lfb_bootstraped .datetimepicker thead tr:first-child th{cursor:pointer}#lfb_bootstraped.lfb_bootstraped .datetimepicker tfoot th:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker thead tr:first-child th:hover{background:#eee}#lfb_bootstraped.lfb_bootstraped .input-append.date .add-on i,#lfb_bootstraped.lfb_bootstraped .input-group.date .input-group-addon span,#lfb_bootstraped.lfb_bootstraped .input-prepend.date .add-on i{cursor:pointer;width:14px;height:14px}body:not(.wp-admin) #estimation_popup.wpe_bootstraped{text-align:center}#estimation_popup.wpe_bootstraped:not(.wpe_popup),#estimation_popup.wpe_bootstraped:not(.wpe_fullscreen){padding-top:1px}#estimation_popup.wpe_bootstraped.wpe_popup{position:fixed;width:0;height:0;top:50%;left:50%;z-index:9999999;padding-top:80px;padding-bottom:80px;display:none;background:#FFF;opacity:0;overflow-y:auto}#estimation_popup.wpe_bootstraped.wpe_fullscreen{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999999;padding-top:80px;padding-bottom:80px;background:#FFF;overflow-x:hidden;overflow-y:auto}html body .lfb_datepickerContainer{font-size:16px}body.rtl #estimation_popup.wpe_bootstraped.wpe_fullscreen{direction:ltr}body.rtl #estimation_popup.wpe_bootstraped.wpe_fullscreen #wpe_panel{direction:rtl}body.rtl #estimation_popup.wpe_bootstraped .switch.has-switch{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}body.rtl #estimation_popup.wpe_bootstraped .switch.has-switch i{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}#estimation_popup.wpe_bootstraped ::-webkit-input-placeholder,#estimation_popup.wpe_bootstraped ::-moz-placeholder,#estimation_popup.wpe_bootstraped :-ms-input-placeholder,#estimation_popup.wpe_bootstraped :-moz-placeholder{font-size:15px}#estimation_popup.wpe_bootstraped .lfb_startBtnContainer{padding-bottom:28px}#estimation_popup.wpe_bootstraped.wpe_popup #wpe_close_btn{display:block}#estimation_popup.wpe_bootstraped #lfb_summaryDiscountTr #lfb_summaryDiscount{text-align:right!important}#estimation_popup.wpe_bootstraped a[data-btn]{font-size:16px}#estimation_popup.wpe_bootstraped .row,#estimation_popup.wpe_bootstraped p{text-align:center;float:none}#estimation_popup.wpe_bootstraped .gform_confirmation_message{font-size:28px}#estimation_popup.wpe_bootstraped .lfb_richtext{text-align:left;width:90%;margin:0 auto;max-width:90%;word-wrap:break-word;margin-bottom:18px;margin-top:18px}#estimation_popup.wpe_bootstraped #wpe_panel .btn>.fa:not(.lfb_iconRight),#estimation_popup.wpe_bootstraped #wpe_panel a>.fa:not(.lfb_iconRight){margin-right:6px}#estimation_popup.wpe_bootstraped #wpe_panel .btn>.fa.lfb_iconRight,#estimation_popup.wpe_bootstraped #wpe_panel a>.fa.lfb_iconRight{margin-left:6px}body.rtl #estimation_popup.wpe_bootstraped #wpe_panel .btn>.fa,body.rtl #estimation_popup.wpe_bootstraped #wpe_panel a>.fa{margin-right:0;margin-left:6px}#estimation_popup.wpe_bootstraped .skiptranslate,#estimation_popup.wpe_bootstraped .typekit-badge{display:none}#estimation_popup.wpe_bootstraped .errorMsg.alert.alert-danger{font-size:16px}#estimation_popup.wpe_bootstraped #initialPrice,#estimation_popup.wpe_bootstraped #currency,#estimation_popup.wpe_bootstraped #emailUrl,#estimation_popup.wpe_bootstraped #email_subject,#estimation_popup.wpe_bootstraped #admin_email,#estimation_popup.wpe_bootstraped #colorA,#estimation_popup.wpe_bootstraped #colorB,#estimation_popup.wpe_bootstraped #intro_enabled,#estimation_popup.wpe_bootstraped #save_to_cart{display:none}#estimation_popup.wpe_bootstraped .container{text-align:center}#estimation_popup.wpe_bootstraped #lfb_mainFormTitle{font-size:58px;font-weight:700;line-height:1.1}#estimation_popup.wpe_bootstraped .lfb_button{margin-top:22px}#estimation_popup.wpe_bootstraped .lfb_button.checked{opacity:.6;-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,0.20);-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,0.20);box-shadow:inset 0 2px 0 rgba(0,0,0,0.20)}#estimation_popup.wpe_bootstraped .gform_button{border:0;box-sizing:border-box;color:#fff;display:inline-block;font-size:15px;font-style:normal;font-weight:normal;line-height:21px;margin-bottom:0;margin-left:0;margin-right:0;max-height:none;max-width:none;padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:10px;text-align:center;text-shadow:none;vertical-align:middle}#estimation_popup.wpe_bootstraped .gform_footer{padding-top:28px;padding-bottom:28px}html body div#ui-datepicker-div[style]{z-index:99999999!important;max-width:320px}#estimation_popup.wpe_bootstraped .btn,#estimation_popup.wpe_bootstraped .gform_button{white-space:inherit;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,0.15);-webkit-transition:-webkit-box-shadow .25s ease-in-out;-moz-transition:-moz-box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out}#estimation_popup.wpe_bootstraped .btn:active,#estimation_popup.wpe_bootstraped .btn.active{-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,0.15);box-shadow:inset 0 2px 0 rgba(0,0,0,0.15)}#estimation_popup.wpe_bootstraped .btn-primary:hover,#estimation_popup.wpe_bootstraped a:hover{opacity:.7}#estimation_popup.wpe_bootstraped .btn-primary:active,#estimation_popup.wpe_bootstraped a:active{opacity:.5}#estimation_popup.wpe_bootstraped a.btn.btn-circle{border-radius:24px;padding:14px;height:43px;line-height:12px}#estimation_popup.wpe_bootstraped #lfb_couponBtn{position:relative;top:0;left:6px}#estimation_popup.wpe_bootstraped .lfb_totalBottom .lfb_subTxtBottom{display:none}#estimation_popup.wpe_bootstraped .genSlide .lfb_totalBottomContainer{opacity:0}#estimation_popup.wpe_bootstraped .genSlide .lfb_totalBottomContainer hr{max-width:80%;margin:0 auto}#estimation_popup.wpe_bootstraped #lfb_introImage{max-height:256px;max-width:100%}#estimation_popup.wpe_bootstraped .genSlide .lfb_totalBottomContainer h3{font-size:28px;line-height:38px}#estimation_popup.wpe_bootstraped .genSlide .lfb_totalBottomContainer h3>span:first-child{font-size:40px}#estimation_popup.wpe_bootstraped .has-error,#estimation_popup.wpe_bootstraped .gfield_error .form-group .form-control{color:#e74c3c;border-color:#e74c3c;-webkit-box-shadow:none;box-shadow:none}#estimation_popup.wpe_bootstraped .form-group.has-error .form-control{color:#e74c3c;border-color:#e74c3c}#estimation_popup.wpe_bootstraped .has-error .has-switch span.switch-right{color:#e74c3c!important}#estimation_popup.wpe_bootstraped .has-switch span.switch-left{background-color:#AAA}#estimation_popup.wpe_bootstraped .has-switch>div.switch-on label{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped .has-switch span.switch-left{color:#FFF}#estimation_popup.wpe_bootstraped .has-switch label{clear:none}#estimation_popup.wpe_bootstraped .has-switch .switch-off.has-error span.switch-right{color:#e74c3c!important}#estimation_popup.wpe_bootstraped .form-control{color:#999}#estimation_popup.wpe_bootstraped #wpe_close_btn{position:absolute;right:10px;top:10px;display:none;font-size:18px}#estimation_popup.wpe_bootstraped.wpe_popup #wpe_close_btn{display:block}#estimation_popup.wpe_bootstraped #mainPanel{min-height:500px;padding-bottom:128px;position:relative;display:none;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;transition:all .5s ease-out}#estimation_popup.wpe_bootstraped #mainPanel .genSlide{display:none;width:100%;margin:0 auto;text-align:center}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle{position:absolute;left:0;top:50%;width:100%;text-align:center;margin-left:0;margin-top:-29px;font-size:53px;font-weight:700;line-height:1.1;margin-bottom:15px;-webkit-transition:top .5s ease-out!important;transition:top .5s ease-out!important}#estimation_popup.wpe_bootstraped input[type="checkbox"][data-toggle="switch"]{display:none!important}#estimation_popup.wpe_bootstraped[data-animspeed="0"] #mainPanel .genSlide .stepTitle,#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle.positioned{top:80px!important}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent{text-align:center;padding-top:188px;opacity:0}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent.lfb_noDes{padding-top:128px}#estimation_popup.wpe_bootstraped .container-fluid{padding:0}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .col-md-2{margin:0 auto;vertical-align:top;padding:18px;display:inline-block;float:none;width:auto}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable{display:inline-block!important;position:relative;cursor:pointer;margin-left:30px;margin-right:30px;display:inline-block;float:none;margin-top:8px}#estimation_popup.wpe_bootstraped .col-md-2,.bootstrap-datetimepicker-widget .col-md-2{width:auto}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc{margin:0;margin-top:0;margin-bottom:0;vertical-align:top;text-align:center}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-12{margin-top:0;display:block;float:none}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.lfb_picRow{margin-bottom:18px;margin-top:18px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc.col-md-12.lfb_picRow{margin-bottom:20px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable span.icon_select{position:absolute;bottom:0;right:-10px;display:block;font-size:14px;width:30px;height:30px;line-height:30px;border-radius:15px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable span.icon_select.lfb_fxZoom{position:absolute;font-size:72px;right:-8px;bottom:-4px;opacity:0;-webkit-transition:all .25s;transition:all .25s;background-color:transparent!important}#estimation_popup.wpe_bootstraped[data-qttype="1"][data-imgtitlesstyle="static"] #mainPanel .genSlide .genContent div.selectable[data-quantityenabled="1"].checked{margin-bottom:48px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable.checked span.icon_select.lfb_fxZoom{font-size:42px;opacity:1}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable[data-flipfx="1"]{-webkit-transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable[data-flipfx="1"]:not(.checked){-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable[data-flipfx="1"].checked{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable span.icon_select.lfb_error{background-color:#e74c3c!important}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable span.icon_quantity{border-radius:15px;width:30px;height:30px;color:#FFF;font-size:14px;display:none;opacity:1;position:absolute;top:0;left:-10px;line-height:30px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .lfb_btnContainer{padding-top:36px}#estimation_popup.wpe_bootstraped #mainPanel #finalSlide.genSlide .genContent .lfb_btnContainer{padding-top:56px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemDes{margin-top:16px!important;font-size:13px;margin-left:2px;margin-right:2px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .lfb_btnContainer .itemDes{margin-top:24px!important}#estimation_popup.wpe_bootstraped .gform_wrapper ul li.gfield{max-width:380px;margin:0 auto!important}#estimation_popup.wpe_bootstraped .gform_heading{max-width:380px;margin:0 auto!important;font-size:22px}#estimation_popup.wpe_bootstraped .gform_wrapper .gform_footer{text-align:center}#estimation_popup.wpe_bootstraped #mainPanel .gfield_date_dropdown_month select.form-control,#estimation_popup.wpe_bootstraped #mainPanel .gfield_date_dropdown_day select.form-control,#estimation_popup.wpe_bootstraped #mainPanel .gfield_date_dropdown_year select.form-control{width:auto;margin-right:6px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable.checked span.icon_quantity:hover{opacity:.7}#estimation_popup.wpe_bootstraped .progress{width:100%}#estimation_popup.wpe_bootstraped .progress,#estimation_popup .progress-bar{overflow:inherit;height:28px}#estimation_popup.wpe_bootstraped #wrapper .post-content .stepTitle{font-size:53px}#estimation_popup.wpe_bootstraped .has-switch{margin:5px}.lfb_datepickerContainer .ui-datepicker-title select{width:70px;display:inline-block;margin:4px;padding:2px;font-size:16px}body .ui-datepicker .ui-datepicker-header{padding:0;margin:0}.ui-datepicker-next .ui-icon,.ui-datepicker-prev .ui-icon{display:none}.ui-datepicker .ui-datepicker-next>span,.ui-datepicker .ui-datepicker-prev>span{display:none!important}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{background-color:transparent!important}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable .wpe_itemQtField{position:absolute;margin-top:10px;opacity:0;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable.checked .wpe_itemQtField{opacity:1}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent img{box-shadow:none}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable .img{max-width:64px;max-height:64px;min-width:32px;min-height:32px;cursor:pointer}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable canvas.img:nth-child(3){display:none}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent div.selectable.checked span.icon_select{color:#1abc9c}#estimation_popup.wpe_bootstraped #mainPanel .genSlide div.selectable .img{-webkit-transition:all .3s ease-out;transition:all .3s ease-out;vertical-align:middle}#estimation_popup.wpe_bootstraped #mainPanel .genSlide div.selectable.checked .img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}#estimation_popup.wpe_bootstraped .ginput_container{vertical-align:top}#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_time_hour,#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_time_minute,#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_date_month,#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year{width:88px!important;line-height:34px}#estimation_popup.wpe_bootstraped .gfield_checkbox input[type=checkbox],#estimation_popup.wpe_bootstraped .gfield_radio input[type=radio]{margin:11px 5px 0}#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_time_hour input,#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_time_minute input,#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_date_month input,#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_date_day input,#estimation_popup.wpe_bootstraped .gform_wrapper .gfield_date_year input{width:40px!important;margin:0!important;display:inline-block}#estimation_popup.wpe_bootstraped input.datepicker{display:inline-block!important;margin:0}#estimation_popup.wpe_bootstraped .genPrice{width:90%;max-width:980px;margin:0 auto;margin-top:58px;margin-bottom:58px;position:relative;display:none;direction:ltr;unicode-bidi:bidi-override}body.rtl #estimation_popup.wpe_bootstraped .genPrice{direction:rtl}#estimation_popup.wpe_bootstraped .genPrice span:not(.lfb_subPrice){direction:ltr;unicode-bidi:bidi-override}#estimation_popup.wpe_bootstraped .lfb_totalBottomContainer h3 span:not(.lfb_subPrice){direction:ltr;unicode-bidi:bidi-override}#estimation_popup.wpe_bootstraped .switch.has-switch{direction:ltr}#estimation_popup.wpe_bootstraped .genPrice .progress{height:28px}#estimation_popup.wpe_bootstraped .genPrice .progress-bar{position:absolute;border-radius:32px;height:28px}#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price{display:inline-block;width:78px;font-size:18px;font-weight:bold;position:absolute;border-radius:39px;height:78px;top:-24px;line-height:76px;text-align:center;font-weight:bold;color:white;margin-left:-35px;background-color:#1abc9c;z-index:1;-webkit-box-shadow:inset 0 -3px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -3px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -3px 0 rgba(0,0,0,0.15);-webkit-transition:all .3s ease-out;transition:all .3s ease-out}body:not(.rtl) #estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price{left:auto!important;right:-20px}body.rtl #estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price{left:-20px;right:auto!important}#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice{line-height:60px}#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice>span:nth-child(2){font-size:12px;position:absolute;width:100%;text-align:center;top:18px;left:0}#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice.lfb_priceSingle>span:nth-child(1){position:relative;top:-5px}#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice.lfb_priceSingle>span:nth-child(2){font-size:13px;position:absolute;width:100%;text-align:center;top:14px;left:0}#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice.lfb_priceSingle>span:nth-child(3){font-size:12px;position:absolute;width:100%;text-align:center;top:28px;left:0}#estimation_popup.wpe_bootstraped #mainPanel .btn-next{position:relative;display:none}#estimation_popup.wpe_bootstraped #mainPanel .btn-next.lfb-hidden{display:none!important;opacity:0}#estimation_popup.wpe_bootstraped .lfb-hidden{display:none!important;opacity:0}#estimation_popup.wpe_bootstraped #mainPanel .lfb_disabled{display:none}#estimation_popup.wpe_bootstraped #mainPanel .genArrows{position:absolute;top:240px;font-size:76px;width:100%;text-align:right;z-index:99;display:none}#estimation_popup.wpe_bootstraped .genContentSlide{display:none}#estimation_popup.wpe_bootstraped .genContentSlide.active{display:block}#estimation_popup.wpe_bootstraped #mainPanel #finalPrice{margin-top:15px;color:#008080}#estimation_popup.wpe_bootstraped #mainPanel #finalPrice span:nth-child(2){color:#bdc3c7;font-size:20px;text-transform:initial;margin-top:6px}#estimation_popup.wpe_bootstraped #mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#estimation_popup.wpe_bootstraped #mainPanel textarea,#estimation_popup.wpe_bootstraped #mainPanel select,#estimation_popup.wpe_bootstraped #mainPanel .select-block,#estimation_popup.wpe_bootstraped #mainPanel .input-group{padding:4px;width:380px;margin:0 auto;text-align:center}#estimation_popup.wpe_bootstraped #mainPanel .input-group{padding:0}#estimation_popup.wpe_bootstraped #mainPanel select{padding-left:18px;padding-right:18px}#estimation_popup.wpe_bootstraped #mainPanel input.wpe_qtfield{width:100px!important;display:block}#estimation_popup.wpe_bootstraped #mainPanel [data-type="slider"]{min-width:200px;display:block;margin:0 auto;margin-top:12px;max-width:80%;direction:ltr;margin-bottom:18px}#estimation_popup.wpe_bootstraped #mainPanel input[type="file"]{padding-top:7px!important}#estimation_popup.wpe_bootstraped .gfield_list_cell{width:465px}#estimation_popup.wpe_bootstraped #mainPanel .gfield_list_cell input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#estimation_popup.wpe_bootstraped #mainPanel .gfield_list_celltextarea,#estimation_popup.wpe_bootstraped #mainPanel .gfield_list_cell select{width:437px}#estimation_popup.wpe_bootstraped #mainPanel textarea{height:80px}#estimation_popup.wpe_bootstraped label[for="lfb_legalCheckbox"]{font-weight:bold;vertical-align:top}#estimation_popup.wpe_bootstraped #lfb_legalNoticeContent{border:2px solid;width:90%;max-width:800px;margin:0 auto;overflow-y:auto;min-height:28px;font-size:14px;padding:4px;padding-left:8px;padding-right:8px;border-radius:6px;max-height:100px}#estimation_popup.wpe_bootstraped #finalText,#estimation_popup.wpe_bootstraped #lfb_payFormFinalTxt{display:none;margin-top:180px;margin-bottom:180px}#estimation_popup.wpe_bootstraped #errorMsg{display:none}#estimation_popup.wpe_bootstraped .linkPrevious{color:#bdc3c7;display:block;margin-top:8px;font-size:14px;padding-bottom:28px;text-decoration:none;border-bottom-width:0}body.rtl #estimation_popup.wpe_bootstraped .linkPrevious>.fa{margin-left:36px}#estimation_popup.wpe_bootstraped #modal_quantity input{width:100px;display:inline-block;margin-right:4px}#estimation_popup.wpe_bootstraped .quantityBtns{position:absolute;top:-34px;left:50%;margin-left:-34px;width:70px;display:none}#estimation_popup.wpe_bootstraped .quantityBtns.wpe_sliderQtContainer{width:100px;margin-left:-50px}#estimation_popup.wpe_bootstraped .wpe_sliderQt{width:100%;float:none}#estimation_popup.wpe_bootstraped .wpe_sliderQt .ui-slider-handle:after{content:'';display:none}#estimation_popup.wpe_bootstraped .wpe_sliderQt .ui-slider-handle:hover{opacity:1}#estimation_popup.wpe_bootstraped .wpe_sliderQt .tooltip-inner{width:73px;margin-left:-8px}#estimation_popup.wpe_bootstraped [data-type="slider"] .ui-slider-handle:after{content:'';display:none}#estimation_popup.wpe_bootstraped [data-type="slider"] .ui-slider-handle:hover{opacity:1}#estimation_popup.wpe_bootstraped [data-type="slider"] .tooltip-inner{width:73px;margin-left:-12px}#estimation_popup.wpe_bootstraped #startInfos{padding-left:48px;padding-right:48px}#estimation_popup.wpe_bootstraped .quantityBtns a{display:inline-block;width:24px;line-height:22px;height:24px;background-color:#1abc9c;color:white!important;border-radius:12px;text-decoration:none;margin:2px;font-weight:bold}#estimation_popup.wpe_bootstraped .quantityBtns a:hover{color:white}#estimation_popup.wpe_bootstraped #finalSlide input.toggle,#estimation_popup.wpe_bootstraped #finalSlide textarea.toggle{display:none}#estimation_popup.wpe_bootstraped #finalSlide ul{padding-left:0;margin-left:0}#estimation_popup.wpe_bootstraped #finalSlide .validation_error,#estimation_popup.wpe_bootstraped #finalSlide #gforms_confirmation_message,#estimation_popup.wpe_bootstraped .gfield_description{display:none}#estimation_popup.wpe_bootstraped #finalSlide .validation_error,#estimation_popup.wpe_bootstraped #finalSlide #gforms_confirmation_message{font-size:38px;padding-bottom:48px;padding-top:48px}#estimation_popup.wpe_bootstraped #finalSlide .btn:not(#wpe_btnOrder):not(#btnOrderPaypal){display:inline-block;margin:0 auto}#estimation_popup.wpe_bootstraped .gfield>div>div{margin:0 auto!important}#estimation_popup.wpe_bootstraped .gfield>div>#input_1_3_toolbar :last-child{display:none!important}#estimation_popup.wpe_bootstraped .gform_body label{clear:both}#estimation_popup.wpe_bootstraped .gform_ajax_spinner{display:none}#estimation_popup.wpe_bootstraped table.gfield_list{margin:0 auto}#estimation_popup.wpe_bootstraped .ginput_quantity_label{display:inline-block;margin-left:14px}#estimation_popup.wpe_bootstraped #finalSlide .estimation_project,#estimation_popup.wpe_bootstraped #finalSlide .estimation_total{display:none}body .lfb_datepickerContainer .ui-datepicker-title{text-align:center;background-color:#1dd2af;color:white;padding:8px;margin:0;line-height:24px}body .lfb_datepickerContainer th{background-color:#ecf0f1;text-align:center;padding:8px;color:#95a5a6;font-weight:normal}body .lfb_datepickerContainer td{text-align:center;padding:8px;padding-left:6px;padding-right:6px;background-color:#FFF;color:#95a5a6;border:1px solid #ecf0f1}body .lfb_datepickerContainer .ui-datepicker-calendar .ui-state-default,body .lfb_datepickerContainer .ui-datepicker-calendar .ui-widget-content .ui-state-default,body .lfb_datepickerContainer .ui-datepicker-calendar .ui-widget-header .ui-state-default,body .lfb_datepickerContainer td>a{color:#1dd2af;text-decoration:none;background-color:#fff;border:0}body .lfb_datepickerContainer td a:hover{opacity:.7}body .lfb_datepickerContainer td.ui-datepicker-today a{color:#34495e}body .lfb_datepickerContainer .ui-datepicker-prev{position:absolute;left:5px;top:7px;display:block;width:22px;height:22px;color:white;content:"<";cursor:pointer}body .lfb_datepickerContainer .ui-datepicker-next{position:absolute;right:0;top:7px;display:block;width:22px;height:22px;color:white;content:"<";cursor:pointer}body .lfb_datepickerContainer.lfb_datepickerHasMenu .ui-datepicker-prev,body .lfb_datepickerContainer.lfb_datepickerHasMenu .ui-datepicker-next{line-height:40px}body .lfb_datepickerContainer .ui-datepicker-prev,.lfb_datepickerContainer .ui-datepicker-next{font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body .lfb_datepickerContainer .ui-datepicker-prev:before{content:"\e079"}body .lfb_datepickerContainer .ui-datepicker-next:before{content:"\e080"}#estimation_popup.wpe_bootstraped #mainPanel input[type="file"].lfb_filefield{margin-top:4px;font-size:16px;border:0;line-height:18px;margin-top:3px}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary{max-width:800px;width:90%;margin:0 auto;font-size:16px;margin-bottom:36px}body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary{direction:rtl}#estimation_popup.wpe_bootstraped #lfb_floatingSummaryContent{overflow-x:hidden;margin-bottom:0}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table,#estimation_popup.wpe_bootstraped #lfb_floatingSummary table,#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary tbody th{background-color:#FFF}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table{margin-bottom:0}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table .lfb_quantityTh{width:80px;text-align:right}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table .lfb_priceTh{width:90px;text-align:right}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table .lfb_quantityTd{text-align:right}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table .lfb_priceTd{text-align:right}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table thead,#estimation_popup.wpe_bootstraped #lfb_floatingSummary table thead{background-color:#1dd2af;color:#FFF}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table th.sfb_summaryStep,#lfb_bootstraped #estimation_popup.wpe_bootstraped #lfb_floatingSummary table th.sfb_summaryStep{text-align:center;color:#FFF}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary #sfb_summaryTotalTr th:first-child{text-align:right}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary #lfb_summaryDiscountTr th:first-child{text-align:right;font-weight:normal}#lfb_bootstraped.lfb_bootstraped .dropdown-menu:not(.bootstrap-timepicker-widget):not(.datetimepicker){left:0!important;z-index:2147483647!important}#lfb_bootstraped.lfb_bootstraped :not(.open)>.dropdown-menu:not(.bootstrap-timepicker-widget):not(.datetimepicker){display:none}#lfb_bootstraped.lfb_bootstraped .open>.dropdown-menu:not(.bootstrap-timepicker-widget):not(.datetimepicker){display:block;visibility:visible;opacity:1}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table th{vertical-align:top}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table th,#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table td{text-align:right;white-space:normal}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table td{overflow-wrap:break-word}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary td:first-child,#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary th:first-child,#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary td:nth-child(2),#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary th:nth-child(2){text-align:left}body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary td:first-child,body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary th,body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary td:first-child,body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary td{text-align:right}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary #lfb_summaryTotal{text-align:right}#estimation_popup.wpe_bootstraped #lfb_floatingSummary #sfb_summaryTotalTr th,#estimation_popup.wpe_bootstraped #lfb_floatingSummary #lfb_summaryTotal{text-align:right}body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary #sfb_summaryTotalTr th,body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary #lfb_summaryTotal{text-align:right}#estimation_popup.wpe_bootstraped .caret{-webkit-transform:none;-moz-transform:none;-o-transform:none;-ms-transform:none;transform:none}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group:not(.input-group-btn){max-width:380px}#lfb_bootstraped.lfb_bootstraped #estimation_popup.wpe_bootstraped .row{max-width:100%;margin-left:0;margin-right:0;display:block}#lfb_bootstraped.lfb_bootstraped btn-group.lfb_bootstrap-select.form-control{width:auto}body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary{text-align:right}body.rtl #estimation_popup.wpe_bootstraped #mainPanel #lfb_summary table td{text-align:right}body.rtl #estimation_popup .linkPrevious>.fa{-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);-ms-filter:fliph;filter:fliph}@media(max-width:768px){#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle{font-size:38px}}@media(max-width:940px){#estimation_popup.wpe_bootstraped .genPrice{width:80%}}@media(max-width:480px){#estimation_popup.wpe_bootstraped #lfb_mainFormTitle{font-size:44px}#estimation_popup.wpe_bootstraped #wpe_close_btn{margin-top:1px;margin-right:7px}#estimation_popup.wpe_bootstraped #mainPanel{min-height:auto;padding-left:18px;padding-right:18px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle{font-size:28px}#estimation_popup.wpe_bootstraped #mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#estimation_popup.wpe_bootstraped #mainPanel textarea,#estimation_popup.wpe_bootstraped #mainPanel select,#estimation_popup.wpe_bootstraped #mainPanel .select-block,#estimation_popup.wpe_bootstraped #mainPanel .input-group{width:100%}#estimation_popup.wpe_bootstraped .genPrice{width:60%}}#estimation_popup.wpe_bootstraped #lfb_loader{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#1abc9c;z-index:999999;display:none}#estimation_popup.wpe_bootstraped #lfb_loader .lfb_spinner{width:40px;height:40px;position:relative;margin:0 auto;top:50%}#estimation_popup.wpe_bootstraped #lfb_loader .double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#FFF;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2.0s infinite ease-in-out;animation:bounce 2.0s infinite ease-in-out}#estimation_popup.wpe_bootstraped #lfb_loader .double-bounce2{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}#estimation_popup.wpe_bootstraped .lfb_stepDescription{opacity:0;position:absolute;top:120px;width:100%;text-align:center;margin-bottom:18px;padding-left:18px;padding-right:18px}#estimation_popup.wpe_bootstraped .lfb_tooltip{position:absolute;z-index:1070;font-size:14px;line-height:1.286;margin-top:3px;padding:5px 0;padding-top:8px;margin-left:-8px}#estimation_popup.wpe_bootstraped .lfb_tooltip.top{margin-top:-4px;padding:5px 0;padding-bottom:9px;margin-left:-8px}#estimation_popup.wpe_bootstraped .lfb_tooltip .lfb_tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;left:50%;border-width:0 9px 9px;margin-left:-8px;top:-1px}#estimation_popup.wpe_bootstraped .lfb_tooltip.bottom .lfb_tooltip-arrow{border-bottom-color:#34495e;border-width:0 9px 9px;margin-left:-9px;top:-1px}#estimation_popup.wpe_bootstraped .lfb_tooltip.top .lfb_tooltip-arrow{border-top-color:#34495e;border-width:9px 9px 0;top:auto;bottom:0;margin-left:-8px}#estimation_popup.wpe_bootstraped .lfb_tooltip .lfb_tooltip-inner{background-color:#34495e;line-height:1.286;padding:12px;text-align:center;width:183px;border-radius:6px;max-width:200px;color:#fff}#estimation_popup.wpe_bootstraped #lfb_summary #lfb_summaryDiscountTr,#estimation_popup.wpe_bootstraped #lfb_floatingSummary #lfb_summaryDiscountTr{display:none}#estimation_popup.wpe_bootstraped #mainPanel input#lfb_couponField{width:324px;display:inline-block}body>.ui-datepicker{display:none}#estimation_popup.wpe_bootstraped .lfb_colorpicker{width:1px!important;height:1px!important;opacity:0;position:relative;left:-64px}#lfb_bootstraped.lfb_bootstraped .lfb_colorPreview{width:64px;height:64px;border-radius:32px;border:2px solid #bdc3c7;background-color:#FFF;display:inline-block;position:relative;-webkit-transition:background-color .8s;transition:background-color .8s;margin-top:8px;margin-right:7px;margin-left:14px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone{max-width:85%;margin:0 auto;border-radius:5px;border-style:dashed;min-width:380px;margin-top:7px}#lfb_bootstraped.lfb_bootstraped .lfb_item.has-error .lfb_dropzone{border-color:#e74c3c}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-remove{position:absolute;top:-5px;right:-5px;z-index:999999;font-size:18px;text-decoration:none}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-preview .dz-remove:hover{text-decoration:none;opacity:.7}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .lfb_removeFile{font-size:18px;position:absolute;top:-5px;right:-5px;cursor:pointer;display:block;z-index:999}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select{max-width:380px}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select .dropdown-toggle{min-width:160px;max-width:380px;outline:none!important;text-shadow:none;max-height:42px}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone .dz-message{font-size:22px;margin-top:28px}#lfb_bootstraped.lfb_bootstraped .genSlide .lfb_distanceError{margin-bottom:0;margin-top:38px}#lfb_bootstraped.lfb_bootstraped .genSlide .lfb_distanceError p{color:#c0392b;margin-bottom:0}#estimation_popup.wpe_bootstraped .dropdown-menu:not(.datetimepicker){margin-top:1px}#estimation_popup.wpe_bootstraped .dropdown-menu:not(.datetimepicker) li.selected>a{border-radius:0}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group .dropdown-menu li a:hover{opacity:.8;background-color:inherit}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0.0)}50%{-webkit-transform:scale(1.0)}}@keyframes bounce{0%,100%{transform:scale(0.0);-webkit-transform:scale(0.0)}50%{transform:scale(1.0);-webkit-transform:scale(1.0)}}@media(min-width:768px){#estimation_popup.wpe_bootstraped #lfb_mainFormTitle{font-size:42px}#estimation_popup.wpe_bootstraped .lfb_stepDescription{padding-left:180px;padding-right:180px}}@media only screen and (max-width:768px){#estimation_popup.wpe_bootstraped .lfb_stepDescription{padding-bottom:48px!important}#estimation_popup.wpe_bootstraped #mainPanel{padding-bottom:118px}}@media only screen and (max-width:480px){body .ui-datepicker.lfb_datepickerContainer{position:fixed!important;left:0!important;top:0!important;width:100%!important;height:100%!important}body .lfb_datepickerContainer td{line-height:52px;font-size:20px}body .colpick_hex{left:50%!important;margin-left:-104px}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary{width:100%}#estimation_popup.wpe_bootstraped #mainPanel input#lfb_couponField{width:80%}#estimation_popup.wpe_bootstraped #mainPanel #lfb_summary{font-size:12px}#estimation_popup.wpe_bootstraped #mainPanel{padding:4px;padding-bottom:118px}#estimation_popup.wpe_bootstraped .x-container.max.width{padding:0!important;width:100%!important}#estimation_popup.wpe_bootstraped .x-column.x-sm.x-1-1{padding:0!important}#lfb_bootstraped.lfb_bootstraped .lfb_dropzone{max-width:95%;margin:0 auto;min-width:95%}#lfb_bootstraped.lfb_bootstraped .lfb_bootstrap-select.btn-group:not(.input-group-btn){max-width:280px}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent{margin-top:28px!important}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent.lfb_noDes{padding-top:58px!important}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc{margin-top:28px;margin-bottom:8px}#estimation_popup.wpe_bootstraped #startInfos{padding-left:28px;padding-right:28px}}#lfb_bootstraped.lfb_bootstraped #estimation_popup btnStart{margin-bottom:28px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-totalrange]:not([data-showsteps="true"]) .progress-bar-price.lfb_notNull{line-height:13px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-totalrange]:not([data-showsteps="true"]) .progress-bar-price.lfb_notNull>span{top:7px!important;font-size:10px!important}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-totalrange]:not([data-showsteps="true"]) .progress-bar-price.lfb_notNull>span>strong{font-size:14px!important}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-totalrange] #finalPrice{line-height:26px;font-size:16px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-totalrange] #finalPrice strong{font-size:28px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"],#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] h1,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] h2,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] h3,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] p,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] .row,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel .genSlide .stepTitle,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel .genSlide .lfb_stepDescription,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] label,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] .form-group,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] .genContentSlide,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] label{text-align:left}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"]{padding-top:48px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel .genSlide .stepTitle{left:28px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel{padding-left:28px;padding-right:28px;margin-top:48px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #startInfos{padding-left:28px;padding-right:28px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #btnStart{margin-left:28px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] .genPrice{padding-left:68px;padding-right:68px;max-width:100%;width:100%;margin-top:38px;margin-bottom:38px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #finalSlide #lfb_finalLabel{display:inline-block;width:auto;margin-right:8px;margin-top:8px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #finalSlide #finalPrice{display:inline-block;width:auto;vertical-align:middle;margin-top:4px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #lfb_summary,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #lfb_legalNoticeContent{margin-left:0}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel .genSlide .genContent .itemDes{margin-left:0;max-width:100%!important;text-align:justify}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] .genSlide .lfb_totalBottomContainer hr{max-width:100%}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel textarea,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel select,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel .select-block,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel .input-group{margin-left:0}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-alignleft="true"] #mainPanel .genSlide .genContent .col-md-2{padding-left:0}#estimation_popup.wpe_bootstraped[data-inlinelabels="true"] #mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),#estimation_popup.wpe_bootstrape[data-inlinelabels="true"] #mainPanel textarea,#estimation_popup.wpe_bootstraped[data-inlinelabels="true"] #mainPanel select,#estimation_popup.wpe_bootstraped[data-inlinelabels="true"] #mainPanel .select-block,#estimation_popup.wpe_bootstraped[data-inlinelabels="true"] #mainPanel .input-group{width:280px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-inlinelabels="true"] .form-group>label,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-inlinelabels="true"] .itemBloc>p>label{margin-right:8px;width:140px;line-height:20px;vertical-align:middle;display:inline-block}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-inlinelabels="true"]:not([data-alignleft="true"]) .form-group>label,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-inlinelabels="true"]:not([data-alignleft="true"]) .itemBloc>p>label{text-align:right;vertical-align:top;margin-top:8px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-inlinelabels="true"] .form-control{display:inline-block}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-inlinelabels="true"] .form-control.toggle{margin-top:14px;display:none;width:434px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-inlinelabels="true"] .switch.has-switch{vertical-align:middle}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #mainPanel .lfb_btnNextContainer{border-top:1px solid #bdc3c7;padding-top:20px;text-align:left;position:static!important;margin-left:28px;margin-right:28px;width:auto!important}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] .genSlide h3.lfb_totalBottom{text-align:right}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] .linkPrevious{min-width:140px;padding-left:30px;padding-right:30px;color:#fff;border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;white-space:nowrap;-webkit-user-select:none;text-decoration:none;background-color:#bdc3c7;display:inline-block!important;float:left;margin-top:-30px;margin-right:18px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] .btn-next,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #btnOrderPaypal,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #wpe_btnOrderStripe,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #wpe_btnOrder{float:right}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #wpe_btnOrder{float:right}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #finalSlide .linkPrevious{float:none;margin-top:0}#lfb_bootstraped.lfb_bootstraped #estimation_popup #lfb_captcha{margin-bottom:14px}#lfb_bootstraped.lfb_bootstraped #estimation_popup #lfb_captchaPanel>p{margin-bottom:4px}#lfb_bootstraped.lfb_bootstraped #estimation_popup #lfb_captcha_refresh{font-size:18px;position:absolute;margin-left:8px;margin-top:8px}#lfb_bootstraped.lfb_bootstraped #estimation_popup #lfb_captchaField{width:110px}#ajax-loading-screen{display:none!important}#estimation_popup.wpe_bootstraped .form-group.has-error .btn-default{color:#e74c3c}#estimation_popup.wpe_bootstraped>.bootstrap-timepicker-widget{width:210px;position:fixed;padding:8px;border-radius:4px}#estimation_popup.wpe_bootstraped>.bootstrap-timepicker-widget a[href="#"]{font-size:20px;margin-left:10px}#estimation_popup.wpe_bootstraped>.bootstrap-timepicker-widget input{background-color:#FFF;font-size:14px;color:#bdc3c7;max-width:60px}#estimation_popup.wpe_bootstraped>.bootstrap-timepicker-widget td.separator{text-align:center;font-size:22px;line-height:32px}#estimation_popup.wpe_bootstraped .input-group-addon{font-size:22px;padding:8px;padding-left:9px;padding-right:9px;-webkit-transition:border .5s ease-in,color .25s linear,background-color .25s linear;transition:border .5s ease-in,color .25s linear,background-color .25s linear}#estimation_popup.wpe_bootstraped .input-group-addon>.fa{width:24px}#estimation_popup.wpe_bootstraped[data-stylefields="light"] .form-control:not(textarea){background-color:transparent;border-top:0;border-left:0;border-right:0;border-radius:0}#estimation_popup.wpe_bootstraped[data-stylefields="light"] .form-control{border-radius:0}#estimation_popup.wpe_bootstraped[data-stylefields="light"] .form-control:not(textarea){-webkit-transition:border .5s ease-in,color .25s linear,background-color .25s linear;transition:border .5s ease-in,color .25s linear,background-color .25s linear}#estimation_popup.wpe_bootstraped[data-stylefields="light"] .input-group-addon{border-top:0;border-right:0;border-left:0;border-bottom:2px solid;font-size:28px;padding:0;padding-left:4px;padding-right:4px;border-radius:0}#estimation_popup.wpe_bootstraped:not([data-stylefields="light"]) .form-group.has-error .input-group-addon{background-color:#e74c3c;border-color:#e74c3c;color:white}#estimation_popup.wpe_bootstraped[data-stylefields="light"] .form-group.has-error :not(.focus)>.input-group-addon{border-color:#e74c3c;color:#e74c3c}#estimation_popup.wpe_bootstraped a.btn{position:relative}#estimation_popup.wpe_bootstraped .lfb_shineCanvas{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}#estimation_popup.wpe_bootstraped .lfb_layeredImage{position:relative;display:inline-block;margin:0 auto;margin-top:18px;margin-bottom:28px;box-shadow:0 0 10px rgba(0,0,0,0.2)}#estimation_popup.wpe_bootstraped .lfb_layeredImage>img:not(.lfb_baseLayer){position:absolute;width:100%;height:100%;top:0;left:0}#estimation_popup.wpe_bootstraped .lfb_bootstrap-select .dropdown-toggle:focus{outline:none!important}.pac-container{z-index:99999999!important}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #lfb_summary thead th{padding:8px}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped{padding:0}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #mainPanel{padding-top:28px}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #mainPanel .stepTitle{font-size:30px;margin-top:20px;margin-bottom:10px}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #mainPanel p{text-align:initial}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #lfb_summary{text-align:initial}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #lfb_summary table{width:100%!important}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #lfb_summary hr{margin-top:4px;margin-bottom:4px;border:0;border-top:1px solid #eee}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #mainPanel .lfb_btnNextContainer{text-align:center}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #mainPanel{min-height:100%}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #mainPanel #lfb_payFormFinalTxt{font-size:53px;margin-top:140px}#lfb_bootstraped.lfb_payForm #estimation_popup.wpe_bootstraped #mainPanel .wp-video{margin:0 auto!important}#lfb_bootstraped #estimation_popup.wpe_bootstraped .lfb_stripeContainer{border:2px solid #CCC;display:inline-block;margin:0 auto;border-radius:6px;max-width:100%;padding:12px;padding-left:38px;padding-right:38px}#lfb_bootstraped #estimation_popup.wpe_bootstraped .lfb_stripeContainer .payment-errors{display:block;padding-bottom:12px;margin-top:-16px;color:#e74c3c;font-size:18px}#lfb_bootstraped #estimation_popup.wpe_bootstraped .lfb_stripeLogoImg{max-height:26px;margin-top:8px;margin-bottom:8px;max-width:180px;margin-bottom:12px}#lfb_bootstraped #estimation_popup.wpe_bootstraped .lfb_floatingSummaryBtnCtWrapper{position:relative;padding-bottom:16px}#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_fullscreen .lfb_floatingSummaryBtnCtWrapper,#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_popup .lfb_floatingSummaryBtnCtWrapper{position:static;padding-bottom:0}#estimation_popup.wpe_bootstraped .lfb_floatingSummaryBtnCt{text-align:right;position:absolute;width:100%;right:0;top:8px;z-index:999}#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_fullscreen .lfb_floatingSummaryBtnCt,#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_popup .lfb_floatingSummaryBtnCt{right:8px}#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_popup .lfb_floatingSummaryBtnCt{top:48px;min-height:43px}#estimation_popup.wpe_bootstraped .lfb_btnFloatingSummary{display:none;opacity:1;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}#estimation_popup.wpe_bootstraped .lfb_btnSaveForm{display:none;opacity:1;-webkit-transition:background-color .5s ease-in-out;-moz-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out}#estimation_popup.wpe_bootstraped .lfb_btnFloatingSummary.btn-circle,#estimation_popup.wpe_bootstraped .lfb_btnSaveForm.btn-circle{width:43px}#estimation_popup.wpe_bootstraped .lfb_btnFloatingSummary.disabled,#estimation_popup.wpe_bootstraped .lfb_btnSaveForm.disabled{opacity:0}#estimation_popup.wpe_bootstraped .lfb_btnFloatingSummary:not(.btn-circle)>.fa,#estimation_popup.wpe_bootstraped .lfb_btnSaveForm:not(.btn-circle)>.fa{margin-right:8px}#estimation_popup.wpe_bootstraped #lfb_floatingSummary{background-color:transparent;position:absolute;max-width:100%;width:380px;right:0;top:42px;z-index:9999;border-radius:6px;font-size:13px;display:none}#estimation_popup.wpe_bootstraped #lfb_floatingSummary #lfb_floatingSummaryInner{max-height:280px;overflow-y:auto;overflow-x:hidden;border:1px solid #CCC;margin-top:15px}#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_fullscreen #lfb_floatingSummary,#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_popup #lfb_floatingSummary{right:4px}#lfb_bootstraped #estimation_popup.wpe_bootstraped.wpe_popup #lfb_floatingSummary{top:80px}#estimation_popup.wpe_bootstraped #lfb_floatingSummary .sfb_summaryStep{cursor:pointer}#estimation_popup.wpe_bootstraped #lfb_floatingSummary .sfb_summaryStep:hover{opacity:.8}#estimation_popup.wpe_bootstraped #lfb_floatingSummary:before{content:" ";width:0;height:0;border-style:solid;border-width:0 16px 16px 16px;border-color:transparent transparent #ccc transparent;position:absolute;top:0;right:10px;float:right}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table{border:0}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table thead tr th:first-child{border-left:0}#estimation_popup.wpe_bootstraped #lfb_floatingSummary table thead tr th:last-child{border-right:0}#estimation_popup.wpe_bootstraped .genSlide .lfb_imgTitle{margin-top:4px;margin-bottom:4px;font-size:20px}#lfb_bootstraped.lfb_bootstraped .lfb_datepicker.form-control[readonly]{cursor:pointer;background-color:#FFF}#lfb_bootstraped.lfb_bootstraped .datetimepicker{position:absolute;background-color:#34495e;color:white;padding:10px;display:none;margin-top:0;opacity:1;visibility:visible;transition:none;width:221px}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:before{border-bottom-color:#34495e}#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{border-bottom-color:#34495e}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td{padding:2px}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span.active.disabled:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover:active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active:hover.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled.active,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.active.disabled:hover.active{background-color:#1abc9c;background-image:none}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.minute:hover{background:#16a085;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.hour:hover{background:#16a085;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.day:hover{background:#16a085;cursor:pointer}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td span:hover{background:#16a085}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr th,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td{color:white}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr th.disabled,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.disabled{color:#bdc3c7}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td:hover,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr th:hover{opacity:.9}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours td,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-minutes td{min-width:40px}.datetimepicker .datetimepicker-minutes th.prev,.datetimepicker .datetimepicker-minutes th.next{display:none!important}.datetimepicker .datetimepicker-minutes th.switch{width:100%!important}#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.new,#lfb_bootstraped.lfb_bootstraped .datetimepicker table tr td.old{color:inherit;opacity:.9}#lfb_bootstraped.lfb_bootstraped .datetimepicker th.switch{vertical-align:middle}#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table,#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table th:not(.prev):not(.next),#lfb_bootstraped.lfb_bootstraped .datetimepicker .datetimepicker-hours table td{width:100%}#lfb_bootstraped.lfb_bootstraped .datetimepicker table{width:100%}body.rtl #estimation_popup .lfb_totalBottom span{direction:rtl!important;unicode-bidi:embed!important}body.rtl #estimation_popup.wpe_bootstraped .genPrice span:not(.lfb_subPrice){direction:rtl!important;unicode-bidi:embed!important}#estimation_popup .fa{font-family:FontAwesome!important}@media(max-width:480px){#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] .btn-next,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #btnOrderPaypal,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #wpe_btnOrderStripe,#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] #wpe_btnOrder{float:none;width:100%;margin-bottom:5px}#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"] .linkPrevious{min-width:100%;float:none;width:100%;margin-top:4px}#estimation_popup.wpe_bootstraped>.bootstrap-timepicker-widget{position:fixed}#estimation_popup.wpe_bootstraped #lfb_floatingSummary{position:relative;width:100%!important;right:0!important;margin-top:-38px;top:0}#estimation_popup.wpe_bootstraped #lfb_floatingSummary:before{top:-15px;display:none}}#cookie-law-info-bar {
border: 0;
font-size: 10pt;
margin: 0 auto;
padding: 16px 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 9999;
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding: 2px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 8px 16px 8px;
color: #fff;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
cursor: pointer;
margin-left: 10px;
text-decoration: none;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.cli-plugin-button:active {
top: 1px;
}
.cli-plugin-main-link {
margin-left: 10px;
}	
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 500;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}.clear{
clear: both;    
}
.wpdm-category{
border:0px;
border-bottom:0px solid #ccc;
}
.postbox {
background: #f5f5f5;
border: 1px solid #eee;
margin: 0px;     
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
} 
h3.hndle{
background: #eee;
margin: 0px;
padding: 4px 10px !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: left;
font-family: 'Lucida Grande','Lucida Sans' !important;
font-size: 13pt; !important;
}
h3.hndle img{
margin-top: 5px;
}
.handlediv{
display: none;
}
#wpdm-pf table td{
border: 0px;
}
.postbox td{
border-top: 1px solid #dddddd !important;
border-bottom: 1px solid #ffffff !important;
}
.postbox ul,
.postbox li{
list-style: none;
text-align: left !important; 
}
.postbox th,
.postbox td,
.inside table.widefat th,
.inside table.widefat td,
.inside table.widefat{
border: 0px !important;
text-align: left !important;
}
.table th a{
font-weight: 700;
}
.wpdm-front h3.title{
font-family: 'Lucida Grande','Lucida Sans';
margin: 10px 0 5px 10px;
font-size: 14pt; 
}
.qdb{ background: #0073ff;
text-decoration: none;
color:#fff;
padding:5px 7px;
font-size:8pt;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#loginform{
margin-top: 20px;
}
.wpdm-category-list li{
clear:both;
}
.wpdm-category-list {
list-style: none;
}
.download_link label{
width: 60px;
display: block;
font-size: 10px;     
}
.cat-page-tilte{
padding:0px 5px 10px 0px;border:0px;border-top:1px dotted #666;font-size:11pt;
}
.cat-page-tilte legend{
padding-right: 5px;
}
.w3eden .wpdm-loading{
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background:#aa0000;color:#ffffff;padding:7px 15px;position:absolute;font-size:12px;font-weight: bold;z-index: 999999;
}
.wpdm-email2dl{    
text-align: center;
background: #ffffff;
width: 70%;
margin: 10px auto;
border:4px solid #eee;
}
.wpdm-email2dl .wcon{
padding:10px;
border:1px solid #ccc;
font-family: 'Lucida Grande','Verdana';
font-size: 10pt;;
}
.wpdm-email2dl input[type=button]:active{
background-color: #f4f4f4;
background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
background-image: -ms-linear-gradient(top, #f6f6f6, #f1f1f1);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
background-image: linear-gradient(top, #f6f6f6, #f1f1f1);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f1f1f1', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wpdm-email2dl input[type=button]:hover{
border: 1px solid #2F5BB7;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
background-color: #4387f5;
background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8));
background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
background-image: linear-gradient(top, #4d90fe, #357ae8);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#357ae8', GradientType=0);
}
.wpdm-email2dl form{
margin-top: 10px;
padding-bottom: 10px;
}
.wpdm-email2dl input[type=button]{
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
border: 1px solid #3079ED;
background-color: #4b8cf7;
background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));
background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
background-image: linear-gradient(top, #4d90fe, #4787ed);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#4787ed', GradientType=0);
font-size: 9pt;
font-weight: bold;
padding: 5px 10px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;    
}
.wpdm-email2dl .wcon input[type=text]{
background: #ffffff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;    
border:1px solid #aaa;
font-family: 'Lucida Grande','Verdana';
font-size: 11pt;;
padding: 4px 10px;
width: 250px;
}
.wpdm-email2dl label{
display: none;
}
.drag-drop #drag-drop-area {
border: 4px dashed #DDDDDD;
height: 200px;
}
.drag-drop-inside{
text-align: center;
padding: 30px;
}
.wpdm-front .inside{
padding: 10px;
}
#wpdm-login-form{
position: absolute;
padding:0px 10px;
border:1px solid #aaa;
background: #eee;
z-index: 9999999;
}
.wpdm-drop-box{
z-index:99999;
display:none;
position:absolute;
}
.hndle{
margin: 0px !important;
}
#categories_meta_box label{
display: inline !important; 
}
.more_previews_a{display: block;float: left;margin-right: 8px;}
.link-template .more_previews_a{display: block;float: left;margin-right: 9px !important;}
.more_previews_a:last-child{
margin-right: 0px !important;
}
.wpdm-facebook{
border:6px solid #777777;
background:#7C89A3;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
font-family: 'Lucida Grande','Lucida Sans';
opacity:0.9;
filter:alpha(opacity=90);
margin-bottom: 10px;
}
.wpdm-facebook h3{
margin:0px !important;
padding:4px 10px !important;
background: #3B5998 !important;    
color:#ffffff !important;
font-family: 'Lucida Grande','Lucida Sans' !important;
font-size:12pt;
font-weight: bold;
border: 0px  !important;
-webkit-border-top-left-radius: 1px;
-webkit-border-top-right-radius: 1px;
-moz-border-radius-topleft: 1px;
-moz-border-radius-topright: 1px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
.wpdm_file .cont{
padding:5px 10px;    
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
font-size: 9pt;
}
.wpdm-facebook .btn_left {
background: #3b5998;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiNTk5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDc3YmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3b5998 0%, #5477bf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5998), color-stop(100%,#5477bf));
background: -webkit-linear-gradient(top,  #3b5998 0%,#5477bf 100%);
background: -o-linear-gradient(top,  #3b5998 0%,#5477bf 100%);
background: -ms-linear-gradient(top,  #3b5998 0%,#5477bf 100%);
background: linear-gradient(top,  #3b5998 0%,#5477bf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#5477bf',GradientType=0 );
font-weight: bold;  
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
color: #ffffff;
float: left;
font-size: 10pt;
padding: 5px 10px;
letter-spacing: 0.5px;
text-shadow: 0 1px 0 #000;        
}
.wpdm-facebook .cont {
background: #fff;  
}
.wpdm-facebook .btn_outer {
background: none repeat scroll 0 0 #D6E3FF;
border: 1px solid #3b5998;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float: left;    
margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
padding: 0;
}
.wpdm-facebook .btn_right {
display: block;
float: left;
font-size: 10pt;
font-weight: normal;
padding: 5px 10px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.passit {
color:#800000;
font-style: italic;
} 
.perror{ color: #aa0000; padding-left:10px;}
.inf{
padding:4px;
font-size:8pt;
font-family: 'Lucida Grande','Lucida Sans';
} .drop-shadow {
position:relative;
}
.drop-shadow:before,
.drop-shadow:after {
content:"";
position:absolute; 
z-index:-2;
}
.drop-shadow p {
font-size:16px;
font-weight:bold;
} .lifted {
-moz-border-radius:4px; 
border-radius:4px;
}
.lifted:before,
.lifted:after { 
bottom:15px;
left:10px;
width:50%;
height:20%;
max-width:300px;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform:rotate(-3deg);    
-moz-transform:rotate(-3deg);   
-ms-transform:rotate(-3deg);   
-o-transform:rotate(-3deg);
transform:rotate(-3deg);
}
.lifted:after {
right:10px; 
left:auto;
-webkit-transform:rotate(3deg);   
-moz-transform:rotate(3deg);  
-ms-transform:rotate(3deg);  
-o-transform:rotate(3deg);
transform:rotate(3deg);
} .raised {
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
} .curved:before {
top:10px;
bottom:10px;
left:0;
right:50%;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-border-radius:10px / 100px;
border-radius:10px / 100px;
}
.curved-vt-2:before {
right:0;
}
.curved-hz-1:before {
top:50%;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}
.curved-hz-2:before {
top:0;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
} .rotated {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-transform:rotate(-3deg);    
-moz-transform:rotate(-3deg);   
-ms-transform:rotate(-3deg);
-o-transform:rotate(-3deg);
transform:rotate(-3deg);
}
.rotated > :first-child:before {
content:"";
position:absolute;
z-index:-1;
top:0;
bottom:0;
left:0;
right:0;
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.wpdm-bluebox{
border:1px solid #30aedc;  
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
font-family: 'Lucida Grande','Lucida Sans';
opacity:0.9;
filter:alpha(opacity=90);
margin-bottom: 10px;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZjhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #e8f8ff 0%, #feffff 17%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f8ff), color-stop(17%,#feffff));
background: -webkit-linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
background: -o-linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
background: -ms-linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
background: linear-gradient(top,  #e8f8ff 0%,#feffff 17%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f8ff', endColorstr='#feffff',GradientType=0 );
text-align: center;
}
.wpdm-bluebox h3{
padding: 4px 10px;
font-size:12pt;
font-family: 'Lucida Grande','Lucida Sans';
margin-bottom: 0px;
}
.wpdm-bluebox .cont{
background: #ffffff url(https://1108469230.rsc.cdn77.org/wp-content/plugins/download-manager/images/content-shadow.png) center -2px no-repeat;
text-align: left;
padding-top: 10px; 
padding-bottom: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.wpdm-bluebox .passit{
margin-bottom: 10px;
}
.wpdm-bluebox .btn_outer .btn_left{
background: #7abcff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 52%, #4096ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(52%,#60abf8), color-stop(100%,#4096ee));
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
background: linear-gradient(top,  #7abcff 0%,#60abf8 52%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:4px 10px;
color: #ffffff;
margin: 4px;
}
.wpdm_icon{
box-shadow:none;
}        
.w3eden .panel-body iframe{
margin: 0;
}
a.btn{
text-decoration: none !important;
}
.w3eden .popover{
min-width: 250px;
}
.w3eden .all-locks{
padding: 15px;
}
td.actions{
width: 100px;
}
.actions a.btn{
border-radius: 2px;
}
.w3eden input.input-xs{
font-size: 8pt;
width: 150px;
height: 30px;
line-height: normal;
text-align: center;
}
.w3eden #wp-post_content-editor-container{
border: 1px solid #dddddd;
}
.w3eden td.mceToolbar{
border-bottom: 1px solid #dddddd !important;
}
.w3eden #post_content-html,
.w3eden #post_content-tmce{
height: 27px;
}
a.mceButton .mceIcon, .mceAction {
font: 400 15px/1 dashicons !important;
text-align: left !important;
}
#package-settings-section .panel-body{
padding: 0 !important;
}
#package-settings-section .tab-content .panel-body{
padding: 15px !important;
}
.wpdm-full-front{
width: 100% !important;
clear: both;
display: block;
}
#package-settings-section .nav-tabs{
margin: 0 !important;
padding-top: 10px;
padding-left: 10px;
background: #fafafa;
}
#package-settings-section .tab-content{
padding: 20px;
}
.wpdm-accordion{
border:0 !important;
}
.wpdm-accordion h3{
font-size: 10pt !important;
margin: 2px 0 !important;
border-radius: 3px;
padding: 7px 10px !important;
border: 1px solid #eeeeee;
font-weight: 700;
}
.wpdm-accordion h3 .wpdmlock{
opacity: 1 !important;
margin-right: 10px !important;
}
.wpdmlock + label{
width: 21px !important;
height: 21px !important;
}
.fwpdmlock {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #EEEEEE;
border-style: solid;
border-width: 0 1px 1px 1px;
margin-top: -3px;
background: #ffffff;
width: 100%;
border-radius: 0 0 3px 3px;
}
.form-control{
box-shadow: none !important;
}
.form-control:not(.group-item){
border-radius: 3px !important;
}
.wpdm-spinner {
background: url(https://1108469230.rsc.cdn77.org/wp-content/plugins/download-manager/images/wpdm-settings.png) center center no-repeat;
width: 16px;
height: 16px;
display: block;
float: left;
margin-right: 8px;
margin-top: 2px;     }
.wpdm-spin{
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-ms-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@keyframes "spin" {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes "spin" {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes "spin" {
from {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes "spin" {
from {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.infoicon {
position: absolute;
margin-top: 10px;
margin-left: 20px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+0lEQVQ4T2NkwAS6QKEEIBYF4p9QaXYg/QqIFwDxFWQtjEgcDiC7C4j/AHE/ED9GM1sOyC8EYpCecpjhMANANiwD4slAfACLq5CFnICcLCCOAuJfMANANq4G4mMENMOkbYGMACAuBhmgD8QxQFyKRTNMrBuLXC9QbAHIgAlA3APET7AoEoSKvcciBwqTApABK4A4AofT3aHiO3HILwcZsBSIo3EoqIaKt+KQX0wVA/B5gZALwF7AF4j4DIAHIr5oBKU8EAClE3QAj0aYArITEsgAipMyyBBQZuoE4r9QJ5OUmZD9pwPkJAKxMBD/hkqwAenXQDwfiK8iKwYAr/Q4G13HFTUAAAAASUVORK5CYII=) center center no-repeat;
width: 16px;
height: 16px;
}
#package-settings .form-control{
display: inline;
}
div.tooltip.in{
border-radius: 2px !important;
}
.dropdown-menu li{
list-style: none !important;
}
.wpdm-social-locks .labell{
float: left;
padding: 5px 10px;
margin:0;
width: 90px;
}
.cat-panel > ul{
padding-top: 10px;
}
.cat-panel ul{
padding-left: 20px;
}
.cat-panel li{
list-style: none;
}
.cat-panel label{
font-weight: 400 !important;
cursor: pointer;
}
.cat-panel {
max-height: 200px;
overflow: hidden;
}
.cat-panel:hover{
overflow: auto;
}
.label-white{
background: #ffffff !important;
color: #222222 !important;
text-shadow: none !important;
margin-left: 10px;
}
.btn-fb{
background-color: #354C8C !important;
border: 0 !important;
color: #ffffff !important;
font-size: 10px !important;
font-weight: 700 !important;
}
.btn-fb .label-white{
color: #354C8C !important;
}
.pluginButtonIcon {
left: 0;
margin-left: -3px;
margin-right: 5px;
position: relative;
vertical-align: top;
}
.sp_plugin-button-2x {
background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y5/r/KxVPs0eEy36.png);
background-repeat: no-repeat;
background-size: 30px 72px;
display: inline-block;
height: 14px;
width: 14px;
}
.sx_plugin-button-2x_favblue {
background-position: 0 -42px;
}
.nav-tabs li{
margin-left: 0 !important;
}
.nav-tabs li a{
outline: none !important;
}
.ptypes li{
padding-left: 0 !important;
border: 0 !important;
margin: 0 !important;
}
#wpdm-files_filter{
padding-right: 10px;
padding-top: 10px;
}
#wpdm-files {
margin-bottom: 0;
}
#wpdm-files_info,
#wpdm-files_paginate{
padding: 10px;
}
a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger,
a.btn-info{
color:  #ffffff !important;
}
input.input-error{
border: 1px solid #C93634 !important;
color: #C93634 !important;
}
label.error{
color: #C93634;
font-weight: 300 !important;
font-size: 11px !important;
}
.wpdm-archive-meta .wpdm-download-link{
padding: 5px 10px !important; margin: 0 !important; font-size: 9pt;
}
.wpdm-archive-meta li{ border:0px !important;list-style: none !important;padding-right: 20px !important; }
.wpdm-archive-meta li:last-child{ padding: 0 !important; max-width: 100px !important; text-align: right !important; }
.wpdm-archive-meta .wpdm-download-link img{ box-shadow: none !important; height: 30px; width: auto; }
.w3eden .wpdm-file-entry{
border: 1px solid #eeeeee;
padding: 10px;
border-radius: 3px;
font-size: 9pt;
text-align: center;
}
.w3eden .panel { box-shadow: none !important; }
.w3eden .panel .panel-heading{ font-size: 9pt; }
.w3eden .panel img,
.w3eden .wpdm-file-entry img{
box-shadow: none;
}
.w3eden .file-ico{  padding: 20px; }
.w3eden .input-group input:not(:last-child){
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.w3eden .btn span.pull-left{
background: rgba(0, 0, 0, 0.1);
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
margin-top: -5px;
padding: 5px 10px;
}
.w3eden label.error.valid { display: none; }
#wpdm-featured-image{
display: block;width: 100%; height: 200px;border: 2px dashed #ddd;background: url(https://1108469230.rsc.cdn77.org/wp-content/plugins/download-manager/images/plus.png) no-repeat center center;text-indent: -999999px;
}
label.error.valid{ display: none !important; }.w3eden body{margin:0}
.w3eden article,.w3eden aside,.w3eden details,.w3eden figcaption,.w3eden figure,.w3eden footer,.w3eden header,.w3eden hgroup,.w3eden main,.w3eden nav,.w3eden section,.w3eden summary{display:block}
.w3eden audio,.w3eden canvas,.w3eden progress,.w3eden video{display:inline-block;vertical-align:baseline}
.w3eden audio:not([controls]){display:none;height:0}
.w3eden [hidden],.w3eden template{display:none}
.w3eden a{background:0 0}
.w3eden a:active,.w3eden a:hover{outline:0}
.w3eden abbr[title]{border-bottom:1px dotted}
.w3eden b,.w3eden strong{font-weight:700}
.w3eden dfn{font-style:italic}
.w3eden h1{font-size:2em;margin:.67em 0}
.w3eden mark{background:#ff0;color:#000}
.w3eden small{font-size:80%}
.w3eden sub,.w3eden sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
.w3eden sup{top:-0.5em}
.w3eden sub{bottom:-0.25em}
.w3eden img{border:0}
.w3eden svg:not(:root){overflow:hidden}
.w3eden figure{margin:1em 40px}
.w3eden hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
.w3eden pre{overflow:auto}
.w3eden code,.w3eden kbd,.w3eden pre,.w3eden samp{font-family:monospace,monospace;font-size:1em}
.w3eden button,.w3eden input,.w3eden optgroup,.w3eden select,.w3eden textarea{color:inherit;font:inherit;margin:0}
.w3eden button{overflow:visible}
.w3eden button,.w3eden select{text-transform:none}
.w3eden button,.w3eden html input[type=button],.w3eden input[type=reset],.w3eden input[type=submit]{-webkit-appearance:button;cursor:pointer}
.w3eden button[disabled],.w3eden html input[disabled]{cursor:default}
.w3eden button::-moz-focus-inner,.w3eden input::-moz-focus-inner{border:0;padding:0}
.w3eden input{line-height:normal}
.w3eden input[type=checkbox],.w3eden input[type=radio]{box-sizing:border-box;padding:0}
.w3eden input[type=number]::-webkit-inner-spin-button,.w3eden input[type=number]::-webkit-outer-spin-button{height:auto}
.w3eden input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
.w3eden input[type=search]::-webkit-search-cancel-button,.w3eden input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
.w3eden fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
.w3eden legend{border:0;padding:0}
.w3eden textarea{overflow:auto}
.w3eden optgroup{font-weight:700}
.w3eden table{border-collapse:collapse;border-spacing:0}
.w3eden td,.w3eden th{padding:0}
@media print{.w3eden *{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none !important} .w3eden a,.w3eden a:visited{text-decoration:underline} .w3eden a[href]:after{content:" (" attr(href) ")"} .w3eden abbr[title]:after{content:" (" attr(title) ")"} .w3eden a[href^="javascript:"]:after,.w3eden a[href^="#"]:after{content:""} .w3eden pre,.w3eden blockquote{border:1px solid #999;page-break-inside:avoid} .w3eden thead{display:table-header-group} .w3eden tr,.w3eden img{page-break-inside:avoid} .w3eden img{max-width:100% !important} .w3eden p,.w3eden h2,.w3eden h3{orphans:3;widows:3} .w3eden h2,.w3eden h3{page-break-after:avoid} .w3eden select{background:#fff !important} .w3eden .navbar{display:none} .w3eden .table td,.w3eden .table th{background-color:#fff !important} .w3eden .btn>.caret,.w3eden .dropup>.btn>.caret{border-top-color:#000 !important} .w3eden .label{border:1px solid #000} .w3eden .table{border-collapse:collapse !important} .w3eden .table-bordered th,.w3eden .table-bordered td{border:1px solid #ddd !important}}.w3eden *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.w3eden :before,.w3eden :after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.w3eden html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.w3eden input,.w3eden button,.w3eden select,.w3eden textarea{font-family:inherit;font-size:inherit;line-height:inherit}
.w3eden a{color:#428bca;text-decoration:none}
.w3eden a:hover,.w3eden a:focus{color:#2a6496;text-decoration:underline}
.w3eden a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.w3eden figure{margin:0}
.w3eden img{vertical-align:middle}
.w3eden .img-responsive,.w3eden .thumbnail>img,.w3eden .thumbnail a>img,.w3eden .carousel-inner>.item>img,.w3eden .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}
.w3eden .img-rounded{border-radius:6px}
.w3eden .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.w3eden .img-circle{border-radius:50%}
.w3eden hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.w3eden .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.w3eden h1,.w3eden h2,.w3eden h3,.w3eden h4,.w3eden h5,.w3eden h6,.w3eden .h1,.w3eden .h2,.w3eden .h3,.w3eden .h4,.w3eden .h5,.w3eden .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
.w3eden h1 small,.w3eden h2 small,.w3eden h3 small,.w3eden h4 small,.w3eden h5 small,.w3eden h6 small,.w3eden .h1 small,.w3eden .h2 small,.w3eden .h3 small,.w3eden .h4 small,.w3eden .h5 small,.w3eden .h6 small,.w3eden h1 .small,.w3eden h2 .small,.w3eden h3 .small,.w3eden h4 .small,.w3eden h5 .small,.w3eden h6 .small,.w3eden .h1 .small,.w3eden .h2 .small,.w3eden .h3 .small,.w3eden .h4 .small,.w3eden .h5 .small,.w3eden .h6 .small{font-weight:400;line-height:1;color:#999}
.w3eden h1,.w3eden .h1,.w3eden h2,.w3eden .h2,.w3eden h3,.w3eden .h3{margin-top:20px;margin-bottom:10px}
.w3eden h1 small,.w3eden .h1 small,.w3eden h2 small,.w3eden .h2 small,.w3eden h3 small,.w3eden .h3 small,.w3eden h1 .small,.w3eden .h1 .small,.w3eden h2 .small,.w3eden .h2 .small,.w3eden h3 .small,.w3eden .h3 .small{font-size:65%}
.w3eden h4,.w3eden .h4,.w3eden h5,.w3eden .h5,.w3eden h6,.w3eden .h6{margin-top:10px;margin-bottom:10px}
.w3eden h4 small,.w3eden .h4 small,.w3eden h5 small,.w3eden .h5 small,.w3eden h6 small,.w3eden .h6 small,.w3eden h4 .small,.w3eden .h4 .small,.w3eden h5 .small,.w3eden .h5 .small,.w3eden h6 .small,.w3eden .h6 .small{font-size:75%}
.w3eden h1,.w3eden .h1{font-size:36px}
.w3eden h2,.w3eden .h2{font-size:30px}
.w3eden h3,.w3eden .h3{font-size:24px}
.w3eden h4,.w3eden .h4{font-size:18px}
.w3eden h5,.w3eden .h5{font-size:14px}
.w3eden h6,.w3eden .h6{font-size:12px}
.w3eden p{margin:0 0 10px}
.w3eden .lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}
@media (min-width:768px){.w3eden .lead{font-size:21px}}.w3eden small,.w3eden .small{font-size:85%}
.w3eden cite{font-style:normal}
.w3eden .text-left{text-align:left}
.w3eden .text-right{text-align:right}
.w3eden .text-center{text-align:center}
.w3eden .text-justify{text-align:justify}
.w3eden .text-muted{color:#999}
.w3eden .text-primary{color:#428bca}
.w3eden a.text-primary:hover{color:#3071a9}
.w3eden .text-success{color:#3c763d}
.w3eden a.text-success:hover{color:#2b542c}
.w3eden .text-info{color:#31708f}
.w3eden a.text-info:hover{color:#245269}
.w3eden .text-warning{color:#8a6d3b}
.w3eden a.text-warning:hover{color:#66512c}
.w3eden .text-danger{color:#a94442}
.w3eden a.text-danger:hover{color:#843534}
.w3eden .bg-primary{color:#fff;background-color:#428bca}
.w3eden a.bg-primary:hover{background-color:#3071a9}
.w3eden .bg-success{background-color:#dff0d8}
.w3eden a.bg-success:hover{background-color:#c1e2b3}
.w3eden .bg-info{background-color:#d9edf7}
.w3eden a.bg-info:hover{background-color:#afd9ee}
.w3eden .bg-warning{background-color:#fcf8e3}
.w3eden a.bg-warning:hover{background-color:#f7ecb5}
.w3eden .bg-danger{background-color:#f2dede}
.w3eden a.bg-danger:hover{background-color:#e4b9b9}
.w3eden .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}
.w3eden ul,.w3eden ol{margin-top:0;margin-bottom:10px}
.w3eden ul ul,.w3eden ol ul,.w3eden ul ol,.w3eden ol ol{margin-bottom:0}
.w3eden .list-unstyled{padding-left:0;list-style:none}
.w3eden .list-inline{padding-left:0;list-style:none;margin-left:-5px}
.w3eden .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}
.w3eden dl{margin-top:0;margin-bottom:20px}
.w3eden dt,.w3eden dd{line-height:1.42857143}
.w3eden dt{font-weight:700}
.w3eden dd{margin-left:0}
@media (min-width:768px){.w3eden .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .w3eden .dl-horizontal dd{margin-left:180px}}.w3eden abbr[title],.w3eden abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}
.w3eden .initialism{font-size:90%;text-transform:uppercase}
.w3eden blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}
.w3eden blockquote p:last-child,.w3eden blockquote ul:last-child,.w3eden blockquote ol:last-child{margin-bottom:0}
.w3eden blockquote footer,.w3eden blockquote small,.w3eden blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}
.w3eden blockquote footer:before,.w3eden blockquote small:before,.w3eden blockquote .small:before{content:'\2014 \00A0'}
.w3eden .blockquote-reverse,.w3eden blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}
.w3eden .blockquote-reverse footer:before,.w3eden blockquote.pull-right footer:before,.w3eden .blockquote-reverse small:before,.w3eden blockquote.pull-right small:before,.w3eden .blockquote-reverse .small:before,.w3eden blockquote.pull-right .small:before{content:''}
.w3eden .blockquote-reverse footer:after,.w3eden blockquote.pull-right footer:after,.w3eden .blockquote-reverse small:after,.w3eden blockquote.pull-right small:after,.w3eden .blockquote-reverse .small:after,.w3eden blockquote.pull-right .small:after{content:'\00A0 \2014'}
.w3eden blockquote:before,.w3eden blockquote:after{content:""}
.w3eden address{margin-bottom:20px;font-style:normal;line-height:1.42857143}
.w3eden code,.w3eden kbd,.w3eden pre,.w3eden samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
.w3eden code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}
.w3eden kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}
.w3eden pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
.w3eden pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
.w3eden .pre-scrollable{max-height:340px;overflow-y:scroll}
.w3eden .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
@media (min-width:768px){.w3eden .container{width:750px}}@media (min-width:992px){.w3eden .container{width:970px}}@media (min-width:1200px){.w3eden .container{width:1170px}}.w3eden .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
.w3eden .row{margin-left:-15px;margin-right:-15px}
.w3eden .col-xs-1,.w3eden .col-sm-1,.w3eden .col-md-1,.w3eden .col-lg-1,.w3eden .col-xs-2,.w3eden .col-sm-2,.w3eden .col-md-2,.w3eden .col-lg-2,.w3eden .col-xs-3,.w3eden .col-sm-3,.w3eden .col-md-3,.w3eden .col-lg-3,.w3eden .col-xs-4,.w3eden .col-sm-4,.w3eden .col-md-4,.w3eden .col-lg-4,.w3eden .col-xs-5,.w3eden .col-sm-5,.w3eden .col-md-5,.w3eden .col-lg-5,.w3eden .col-xs-6,.w3eden .col-sm-6,.w3eden .col-md-6,.w3eden .col-lg-6,.w3eden .col-xs-7,.w3eden .col-sm-7,.w3eden .col-md-7,.w3eden .col-lg-7,.w3eden .col-xs-8,.w3eden .col-sm-8,.w3eden .col-md-8,.w3eden .col-lg-8,.w3eden .col-xs-9,.w3eden .col-sm-9,.w3eden .col-md-9,.w3eden .col-lg-9,.w3eden .col-xs-10,.w3eden .col-sm-10,.w3eden .col-md-10,.w3eden .col-lg-10,.w3eden .col-xs-11,.w3eden .col-sm-11,.w3eden .col-md-11,.w3eden .col-lg-11,.w3eden .col-xs-12,.w3eden .col-sm-12,.w3eden .col-md-12,.w3eden .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.w3eden .col-xs-1,.w3eden .col-xs-2,.w3eden .col-xs-3,.w3eden .col-xs-4,.w3eden .col-xs-5,.w3eden .col-xs-6,.w3eden .col-xs-7,.w3eden .col-xs-8,.w3eden .col-xs-9,.w3eden .col-xs-10,.w3eden .col-xs-11,.w3eden .col-xs-12{float:left}
.w3eden .col-xs-12{width:100%}
.w3eden .col-xs-11{width:91.66666667%}
.w3eden .col-xs-10{width:83.33333333%}
.w3eden .col-xs-9{width:75%}
.w3eden .col-xs-8{width:66.66666667%}
.w3eden .col-xs-7{width:58.33333333%}
.w3eden .col-xs-6{width:50%}
.w3eden .col-xs-5{width:41.66666667%}
.w3eden .col-xs-4{width:33.33333333%}
.w3eden .col-xs-3{width:25%}
.w3eden .col-xs-2{width:16.66666667%}
.w3eden .col-xs-1{width:8.33333333%}
.w3eden .col-xs-pull-12{right:100%}
.w3eden .col-xs-pull-11{right:91.66666667%}
.w3eden .col-xs-pull-10{right:83.33333333%}
.w3eden .col-xs-pull-9{right:75%}
.w3eden .col-xs-pull-8{right:66.66666667%}
.w3eden .col-xs-pull-7{right:58.33333333%}
.w3eden .col-xs-pull-6{right:50%}
.w3eden .col-xs-pull-5{right:41.66666667%}
.w3eden .col-xs-pull-4{right:33.33333333%}
.w3eden .col-xs-pull-3{right:25%}
.w3eden .col-xs-pull-2{right:16.66666667%}
.w3eden .col-xs-pull-1{right:8.33333333%}
.w3eden .col-xs-pull-0{right:0}
.w3eden .col-xs-push-12{left:100%}
.w3eden .col-xs-push-11{left:91.66666667%}
.w3eden .col-xs-push-10{left:83.33333333%}
.w3eden .col-xs-push-9{left:75%}
.w3eden .col-xs-push-8{left:66.66666667%}
.w3eden .col-xs-push-7{left:58.33333333%}
.w3eden .col-xs-push-6{left:50%}
.w3eden .col-xs-push-5{left:41.66666667%}
.w3eden .col-xs-push-4{left:33.33333333%}
.w3eden .col-xs-push-3{left:25%}
.w3eden .col-xs-push-2{left:16.66666667%}
.w3eden .col-xs-push-1{left:8.33333333%}
.w3eden .col-xs-push-0{left:0}
.w3eden .col-xs-offset-12{margin-left:100%}
.w3eden .col-xs-offset-11{margin-left:91.66666667%}
.w3eden .col-xs-offset-10{margin-left:83.33333333%}
.w3eden .col-xs-offset-9{margin-left:75%}
.w3eden .col-xs-offset-8{margin-left:66.66666667%}
.w3eden .col-xs-offset-7{margin-left:58.33333333%}
.w3eden .col-xs-offset-6{margin-left:50%}
.w3eden .col-xs-offset-5{margin-left:41.66666667%}
.w3eden .col-xs-offset-4{margin-left:33.33333333%}
.w3eden .col-xs-offset-3{margin-left:25%}
.w3eden .col-xs-offset-2{margin-left:16.66666667%}
.w3eden .col-xs-offset-1{margin-left:8.33333333%}
.w3eden .col-xs-offset-0{margin-left:0}
@media (min-width:768px){.w3eden .col-sm-1,.w3eden .col-sm-2,.w3eden .col-sm-3,.w3eden .col-sm-4,.w3eden .col-sm-5,.w3eden .col-sm-6,.w3eden .col-sm-7,.w3eden .col-sm-8,.w3eden .col-sm-9,.w3eden .col-sm-10,.w3eden .col-sm-11,.w3eden .col-sm-12{float:left} .w3eden .col-sm-12{width:100%} .w3eden .col-sm-11{width:91.66666667%} .w3eden .col-sm-10{width:83.33333333%} .w3eden .col-sm-9{width:75%} .w3eden .col-sm-8{width:66.66666667%} .w3eden .col-sm-7{width:58.33333333%} .w3eden .col-sm-6{width:50%} .w3eden .col-sm-5{width:41.66666667%} .w3eden .col-sm-4{width:33.33333333%} .w3eden .col-sm-3{width:25%} .w3eden .col-sm-2{width:16.66666667%} .w3eden .col-sm-1{width:8.33333333%} .w3eden .col-sm-pull-12{right:100%} .w3eden .col-sm-pull-11{right:91.66666667%} .w3eden .col-sm-pull-10{right:83.33333333%} .w3eden .col-sm-pull-9{right:75%} .w3eden .col-sm-pull-8{right:66.66666667%} .w3eden .col-sm-pull-7{right:58.33333333%} .w3eden .col-sm-pull-6{right:50%} .w3eden .col-sm-pull-5{right:41.66666667%} .w3eden .col-sm-pull-4{right:33.33333333%} .w3eden .col-sm-pull-3{right:25%} .w3eden .col-sm-pull-2{right:16.66666667%} .w3eden .col-sm-pull-1{right:8.33333333%} .w3eden .col-sm-pull-0{right:0} .w3eden .col-sm-push-12{left:100%} .w3eden .col-sm-push-11{left:91.66666667%} .w3eden .col-sm-push-10{left:83.33333333%} .w3eden .col-sm-push-9{left:75%} .w3eden .col-sm-push-8{left:66.66666667%} .w3eden .col-sm-push-7{left:58.33333333%} .w3eden .col-sm-push-6{left:50%} .w3eden .col-sm-push-5{left:41.66666667%} .w3eden .col-sm-push-4{left:33.33333333%} .w3eden .col-sm-push-3{left:25%} .w3eden .col-sm-push-2{left:16.66666667%} .w3eden .col-sm-push-1{left:8.33333333%} .w3eden .col-sm-push-0{left:0} .w3eden .col-sm-offset-12{margin-left:100%} .w3eden .col-sm-offset-11{margin-left:91.66666667%} .w3eden .col-sm-offset-10{margin-left:83.33333333%} .w3eden .col-sm-offset-9{margin-left:75%} .w3eden .col-sm-offset-8{margin-left:66.66666667%} .w3eden .col-sm-offset-7{margin-left:58.33333333%} .w3eden .col-sm-offset-6{margin-left:50%} .w3eden .col-sm-offset-5{margin-left:41.66666667%} .w3eden .col-sm-offset-4{margin-left:33.33333333%} .w3eden .col-sm-offset-3{margin-left:25%} .w3eden .col-sm-offset-2{margin-left:16.66666667%} .w3eden .col-sm-offset-1{margin-left:8.33333333%} .w3eden .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.w3eden .col-md-1,.w3eden .col-md-2,.w3eden .col-md-3,.w3eden .col-md-4,.w3eden .col-md-5,.w3eden .col-md-6,.w3eden .col-md-7,.w3eden .col-md-8,.w3eden .col-md-9,.w3eden .col-md-10,.w3eden .col-md-11,.w3eden .col-md-12{float:left} .w3eden .col-md-12{width:100%} .w3eden .col-md-11{width:91.66666667%} .w3eden .col-md-10{width:83.33333333%} .w3eden .col-md-9{width:75%} .w3eden .col-md-8{width:66.66666667%} .w3eden .col-md-7{width:58.33333333%} .w3eden .col-md-6{width:50%} .w3eden .col-md-5{width:41.66666667%} .w3eden .col-md-4{width:33.33333333%} .w3eden .col-md-3{width:25%} .w3eden .col-md-2{width:16.66666667%} .w3eden .col-md-1{width:8.33333333%} .w3eden .col-md-pull-12{right:100%} .w3eden .col-md-pull-11{right:91.66666667%} .w3eden .col-md-pull-10{right:83.33333333%} .w3eden .col-md-pull-9{right:75%} .w3eden .col-md-pull-8{right:66.66666667%} .w3eden .col-md-pull-7{right:58.33333333%} .w3eden .col-md-pull-6{right:50%} .w3eden .col-md-pull-5{right:41.66666667%} .w3eden .col-md-pull-4{right:33.33333333%} .w3eden .col-md-pull-3{right:25%} .w3eden .col-md-pull-2{right:16.66666667%} .w3eden .col-md-pull-1{right:8.33333333%} .w3eden .col-md-pull-0{right:0} .w3eden .col-md-push-12{left:100%} .w3eden .col-md-push-11{left:91.66666667%} .w3eden .col-md-push-10{left:83.33333333%} .w3eden .col-md-push-9{left:75%} .w3eden .col-md-push-8{left:66.66666667%} .w3eden .col-md-push-7{left:58.33333333%} .w3eden .col-md-push-6{left:50%} .w3eden .col-md-push-5{left:41.66666667%} .w3eden .col-md-push-4{left:33.33333333%} .w3eden .col-md-push-3{left:25%} .w3eden .col-md-push-2{left:16.66666667%} .w3eden .col-md-push-1{left:8.33333333%} .w3eden .col-md-push-0{left:0} .w3eden .col-md-offset-12{margin-left:100%} .w3eden .col-md-offset-11{margin-left:91.66666667%} .w3eden .col-md-offset-10{margin-left:83.33333333%} .w3eden .col-md-offset-9{margin-left:75%} .w3eden .col-md-offset-8{margin-left:66.66666667%} .w3eden .col-md-offset-7{margin-left:58.33333333%} .w3eden .col-md-offset-6{margin-left:50%} .w3eden .col-md-offset-5{margin-left:41.66666667%} .w3eden .col-md-offset-4{margin-left:33.33333333%} .w3eden .col-md-offset-3{margin-left:25%} .w3eden .col-md-offset-2{margin-left:16.66666667%} .w3eden .col-md-offset-1{margin-left:8.33333333%} .w3eden .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.w3eden .col-lg-1,.w3eden .col-lg-2,.w3eden .col-lg-3,.w3eden .col-lg-4,.w3eden .col-lg-5,.w3eden .col-lg-6,.w3eden .col-lg-7,.w3eden .col-lg-8,.w3eden .col-lg-9,.w3eden .col-lg-10,.w3eden .col-lg-11,.w3eden .col-lg-12{float:left} .w3eden .col-lg-12{width:100%} .w3eden .col-lg-11{width:91.66666667%} .w3eden .col-lg-10{width:83.33333333%} .w3eden .col-lg-9{width:75%} .w3eden .col-lg-8{width:66.66666667%} .w3eden .col-lg-7{width:58.33333333%} .w3eden .col-lg-6{width:50%} .w3eden .col-lg-5{width:41.66666667%} .w3eden .col-lg-4{width:33.33333333%} .w3eden .col-lg-3{width:25%} .w3eden .col-lg-2{width:16.66666667%} .w3eden .col-lg-1{width:8.33333333%} .w3eden .col-lg-pull-12{right:100%} .w3eden .col-lg-pull-11{right:91.66666667%} .w3eden .col-lg-pull-10{right:83.33333333%} .w3eden .col-lg-pull-9{right:75%} .w3eden .col-lg-pull-8{right:66.66666667%} .w3eden .col-lg-pull-7{right:58.33333333%} .w3eden .col-lg-pull-6{right:50%} .w3eden .col-lg-pull-5{right:41.66666667%} .w3eden .col-lg-pull-4{right:33.33333333%} .w3eden .col-lg-pull-3{right:25%} .w3eden .col-lg-pull-2{right:16.66666667%} .w3eden .col-lg-pull-1{right:8.33333333%} .w3eden .col-lg-pull-0{right:0} .w3eden .col-lg-push-12{left:100%} .w3eden .col-lg-push-11{left:91.66666667%} .w3eden .col-lg-push-10{left:83.33333333%} .w3eden .col-lg-push-9{left:75%} .w3eden .col-lg-push-8{left:66.66666667%} .w3eden .col-lg-push-7{left:58.33333333%} .w3eden .col-lg-push-6{left:50%} .w3eden .col-lg-push-5{left:41.66666667%} .w3eden .col-lg-push-4{left:33.33333333%} .w3eden .col-lg-push-3{left:25%} .w3eden .col-lg-push-2{left:16.66666667%} .w3eden .col-lg-push-1{left:8.33333333%} .w3eden .col-lg-push-0{left:0} .w3eden .col-lg-offset-12{margin-left:100%} .w3eden .col-lg-offset-11{margin-left:91.66666667%} .w3eden .col-lg-offset-10{margin-left:83.33333333%} .w3eden .col-lg-offset-9{margin-left:75%} .w3eden .col-lg-offset-8{margin-left:66.66666667%} .w3eden .col-lg-offset-7{margin-left:58.33333333%} .w3eden .col-lg-offset-6{margin-left:50%} .w3eden .col-lg-offset-5{margin-left:41.66666667%} .w3eden .col-lg-offset-4{margin-left:33.33333333%} .w3eden .col-lg-offset-3{margin-left:25%} .w3eden .col-lg-offset-2{margin-left:16.66666667%} .w3eden .col-lg-offset-1{margin-left:8.33333333%} .w3eden .col-lg-offset-0{margin-left:0}}.w3eden table{max-width:100%;background-color:transparent}
.w3eden th{text-align:left}
.w3eden .table{width:100%;margin-bottom:20px}
.w3eden .table>thead>tr>th,.w3eden .table>tbody>tr>th,.w3eden .table>tfoot>tr>th,.w3eden .table>thead>tr>td,.w3eden .table>tbody>tr>td,.w3eden .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.w3eden .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.w3eden .table>caption+thead>tr:first-child>th,.w3eden .table>colgroup+thead>tr:first-child>th,.w3eden .table>thead:first-child>tr:first-child>th,.w3eden .table>caption+thead>tr:first-child>td,.w3eden .table>colgroup+thead>tr:first-child>td,.w3eden .table>thead:first-child>tr:first-child>td{border-top:0}
.w3eden .table>tbody+tbody{border-top:2px solid #ddd}
.w3eden .table .table{background-color:#fff}
.w3eden .table-condensed>thead>tr>th,.w3eden .table-condensed>tbody>tr>th,.w3eden .table-condensed>tfoot>tr>th,.w3eden .table-condensed>thead>tr>td,.w3eden .table-condensed>tbody>tr>td,.w3eden .table-condensed>tfoot>tr>td{padding:5px}
.w3eden .table-bordered{border:1px solid #ddd}
.w3eden .table-bordered>thead>tr>th,.w3eden .table-bordered>tbody>tr>th,.w3eden .table-bordered>tfoot>tr>th,.w3eden .table-bordered>thead>tr>td,.w3eden .table-bordered>tbody>tr>td,.w3eden .table-bordered>tfoot>tr>td{border:1px solid #ddd}
.w3eden .table-bordered>thead>tr>th,.w3eden .table-bordered>thead>tr>td{border-bottom-width:2px}
.w3eden .table-striped>tbody>tr:nth-child(odd)>td,.w3eden .table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}
.w3eden .table-hover>tbody>tr:hover>td,.w3eden .table-hover>tbody>tr:hover>th{background-color:#f5f5f5}
.w3eden table col[class*=col-]{position:static;float:none;display:table-column}
.w3eden table td[class*=col-],.w3eden table th[class*=col-]{position:static;float:none;display:table-cell}
.w3eden .table>thead>tr>td.active,.w3eden .table>tbody>tr>td.active,.w3eden .table>tfoot>tr>td.active,.w3eden .table>thead>tr>th.active,.w3eden .table>tbody>tr>th.active,.w3eden .table>tfoot>tr>th.active,.w3eden .table>thead>tr.active>td,.w3eden .table>tbody>tr.active>td,.w3eden .table>tfoot>tr.active>td,.w3eden .table>thead>tr.active>th,.w3eden .table>tbody>tr.active>th,.w3eden .table>tfoot>tr.active>th{background-color:#f5f5f5}
.w3eden .table-hover>tbody>tr>td.active:hover,.w3eden .table-hover>tbody>tr>th.active:hover,.w3eden .table-hover>tbody>tr.active:hover>td,.w3eden .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}
.w3eden .table>thead>tr>td.success,.w3eden .table>tbody>tr>td.success,.w3eden .table>tfoot>tr>td.success,.w3eden .table>thead>tr>th.success,.w3eden .table>tbody>tr>th.success,.w3eden .table>tfoot>tr>th.success,.w3eden .table>thead>tr.success>td,.w3eden .table>tbody>tr.success>td,.w3eden .table>tfoot>tr.success>td,.w3eden .table>thead>tr.success>th,.w3eden .table>tbody>tr.success>th,.w3eden .table>tfoot>tr.success>th{background-color:#dff0d8}
.w3eden .table-hover>tbody>tr>td.success:hover,.w3eden .table-hover>tbody>tr>th.success:hover,.w3eden .table-hover>tbody>tr.success:hover>td,.w3eden .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}
.w3eden .table>thead>tr>td.info,.w3eden .table>tbody>tr>td.info,.w3eden .table>tfoot>tr>td.info,.w3eden .table>thead>tr>th.info,.w3eden .table>tbody>tr>th.info,.w3eden .table>tfoot>tr>th.info,.w3eden .table>thead>tr.info>td,.w3eden .table>tbody>tr.info>td,.w3eden .table>tfoot>tr.info>td,.w3eden .table>thead>tr.info>th,.w3eden .table>tbody>tr.info>th,.w3eden .table>tfoot>tr.info>th{background-color:#d9edf7}
.w3eden .table-hover>tbody>tr>td.info:hover,.w3eden .table-hover>tbody>tr>th.info:hover,.w3eden .table-hover>tbody>tr.info:hover>td,.w3eden .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}
.w3eden .table>thead>tr>td.warning,.w3eden .table>tbody>tr>td.warning,.w3eden .table>tfoot>tr>td.warning,.w3eden .table>thead>tr>th.warning,.w3eden .table>tbody>tr>th.warning,.w3eden .table>tfoot>tr>th.warning,.w3eden .table>thead>tr.warning>td,.w3eden .table>tbody>tr.warning>td,.w3eden .table>tfoot>tr.warning>td,.w3eden .table>thead>tr.warning>th,.w3eden .table>tbody>tr.warning>th,.w3eden .table>tfoot>tr.warning>th{background-color:#fcf8e3}
.w3eden .table-hover>tbody>tr>td.warning:hover,.w3eden .table-hover>tbody>tr>th.warning:hover,.w3eden .table-hover>tbody>tr.warning:hover>td,.w3eden .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}
.w3eden .table>thead>tr>td.danger,.w3eden .table>tbody>tr>td.danger,.w3eden .table>tfoot>tr>td.danger,.w3eden .table>thead>tr>th.danger,.w3eden .table>tbody>tr>th.danger,.w3eden .table>tfoot>tr>th.danger,.w3eden .table>thead>tr.danger>td,.w3eden .table>tbody>tr.danger>td,.w3eden .table>tfoot>tr.danger>td,.w3eden .table>thead>tr.danger>th,.w3eden .table>tbody>tr.danger>th,.w3eden .table>tfoot>tr.danger>th{background-color:#f2dede}
.w3eden .table-hover>tbody>tr>td.danger:hover,.w3eden .table-hover>tbody>tr>th.danger:hover,.w3eden .table-hover>tbody>tr.danger:hover>td,.w3eden .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}
@media (max-width:767px){.w3eden .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch} .w3eden .table-responsive>.table{margin-bottom:0} .w3eden .table-responsive>.table>thead>tr>th,.w3eden .table-responsive>.table>tbody>tr>th,.w3eden .table-responsive>.table>tfoot>tr>th,.w3eden .table-responsive>.table>thead>tr>td,.w3eden .table-responsive>.table>tbody>tr>td,.w3eden .table-responsive>.table>tfoot>tr>td{white-space:nowrap} .w3eden .table-responsive>.table-bordered{border:0} .w3eden .table-responsive>.table-bordered>thead>tr>th:first-child,.w3eden .table-responsive>.table-bordered>tbody>tr>th:first-child,.w3eden .table-responsive>.table-bordered>tfoot>tr>th:first-child,.w3eden .table-responsive>.table-bordered>thead>tr>td:first-child,.w3eden .table-responsive>.table-bordered>tbody>tr>td:first-child,.w3eden .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0} .w3eden .table-responsive>.table-bordered>thead>tr>th:last-child,.w3eden .table-responsive>.table-bordered>tbody>tr>th:last-child,.w3eden .table-responsive>.table-bordered>tfoot>tr>th:last-child,.w3eden .table-responsive>.table-bordered>thead>tr>td:last-child,.w3eden .table-responsive>.table-bordered>tbody>tr>td:last-child,.w3eden .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0} .w3eden .table-responsive>.table-bordered>tbody>tr:last-child>th,.w3eden .table-responsive>.table-bordered>tfoot>tr:last-child>th,.w3eden .table-responsive>.table-bordered>tbody>tr:last-child>td,.w3eden .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.w3eden fieldset{padding:0;margin:0;border:0;min-width:0}
.w3eden legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}
.w3eden label{display:inline-block;margin-bottom:5px;font-weight:700}
.w3eden input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.w3eden input[type=radio],.w3eden input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}
.w3eden input[type=file]{display:block}
.w3eden input[type=range]{display:block;width:100%}
.w3eden select[multiple],.w3eden select[size]{height:auto}
.w3eden input[type=file]:focus,.w3eden input[type=radio]:focus,.w3eden input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.w3eden output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}
.w3eden .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.w3eden .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}
.w3eden .form-control::-moz-placeholder{color:#999;opacity:1}
.w3eden .form-control:-ms-input-placeholder{color:#999}
.w3eden .form-control::-webkit-input-placeholder{color:#999}
.w3eden .form-control[disabled],.w3eden .form-control[readonly],.w3eden fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}
.w3eden textarea.form-control{height:auto}
.w3eden input[type=search]{-webkit-appearance:none}
.w3eden input[type=date]{line-height:34px}
.w3eden .form-group{margin-bottom:15px}
.w3eden .radio,.w3eden .checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}
.w3eden .radio label,.w3eden .checkbox label{display:inline;font-weight:400;cursor:pointer}
.w3eden .radio input[type=radio],.w3eden .radio-inline input[type=radio],.w3eden .checkbox input[type=checkbox],.w3eden .checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}
.w3eden .radio+.radio,.w3eden .checkbox+.checkbox{margin-top:-5px}
.w3eden .radio-inline,.w3eden .checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}
.w3eden .radio-inline+.radio-inline,.w3eden .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}
.w3eden input[type=radio][disabled],.w3eden input[type=checkbox][disabled],.w3eden .radio[disabled],.w3eden .radio-inline[disabled],.w3eden .checkbox[disabled],.w3eden .checkbox-inline[disabled],.w3eden fieldset[disabled] input[type=radio],.w3eden fieldset[disabled] input[type=checkbox],.w3eden fieldset[disabled] .radio,.w3eden fieldset[disabled] .radio-inline,.w3eden fieldset[disabled] .checkbox,.w3eden fieldset[disabled] .checkbox-inline{cursor:not-allowed}
.w3eden .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.w3eden select.input-sm{height:30px;line-height:30px}
.w3eden textarea.input-sm,.w3eden select[multiple].input-sm{height:auto}
.w3eden .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}
.w3eden select.input-lg{height:46px;line-height:46px}
.w3eden textarea.input-lg,.w3eden select[multiple].input-lg{height:auto}
.w3eden .has-feedback{position:relative}
.w3eden .has-feedback .form-control{padding-right:42.5px}
.w3eden .has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}
.w3eden .has-success .help-block,.w3eden .has-success .control-label,.w3eden .has-success .radio,.w3eden .has-success .checkbox,.w3eden .has-success .radio-inline,.w3eden .has-success .checkbox-inline{color:#3c763d}
.w3eden .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.w3eden .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}
.w3eden .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}
.w3eden .has-success .form-control-feedback{color:#3c763d}
.w3eden .has-warning .help-block,.w3eden .has-warning .control-label,.w3eden .has-warning .radio,.w3eden .has-warning .checkbox,.w3eden .has-warning .radio-inline,.w3eden .has-warning .checkbox-inline{color:#8a6d3b}
.w3eden .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.w3eden .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}
.w3eden .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}
.w3eden .has-warning .form-control-feedback{color:#8a6d3b}
.w3eden .has-error .help-block,.w3eden .has-error .control-label,.w3eden .has-error .radio,.w3eden .has-error .checkbox,.w3eden .has-error .radio-inline,.w3eden .has-error .checkbox-inline{color:#a94442}
.w3eden .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.w3eden .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}
.w3eden .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}
.w3eden .has-error .form-control-feedback{color:#a94442}
.w3eden .form-control-static{margin-bottom:0}
.w3eden .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
@media (min-width:768px){.w3eden .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle} .w3eden .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle} .w3eden .form-inline .input-group>.form-control{width:100%} .w3eden .form-inline .control-label{margin-bottom:0;vertical-align:middle} .w3eden .form-inline .radio,.w3eden .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle} .w3eden .form-inline .radio input[type=radio],.w3eden .form-inline .checkbox input[type=checkbox]{float:none;margin-left:0} .w3eden .form-inline .has-feedback .form-control-feedback{top:0}}.w3eden .form-horizontal .control-label,.w3eden .form-horizontal .radio,.w3eden .form-horizontal .checkbox,.w3eden .form-horizontal .radio-inline,.w3eden .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}
.w3eden .form-horizontal .radio,.w3eden .form-horizontal .checkbox{min-height:27px}
.w3eden .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}
.w3eden .form-horizontal .form-control-static{padding-top:7px}
@media (min-width:768px){.w3eden .form-horizontal .control-label{text-align:right}}.w3eden .form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}
.w3eden .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w3eden .btn:focus,.w3eden .btn:active:focus,.w3eden .btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.w3eden .btn:hover,.w3eden .btn:focus{color:#333;text-decoration:none}
.w3eden .btn:active,.w3eden .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.w3eden .btn.disabled,.w3eden .btn[disabled],.w3eden fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.w3eden .btn-default{color:#333;background-color:#fff;border-color:#ccc}
.w3eden .btn-default:hover,.w3eden .btn-default:focus,.w3eden .btn-default:active,.w3eden .btn-default.active,.w3eden .open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}
.w3eden .btn-default:active,.w3eden .btn-default.active,.w3eden .open .dropdown-toggle.btn-default{background-image:none}
.w3eden .btn-default.disabled,.w3eden .btn-default[disabled],.w3eden fieldset[disabled] .btn-default,.w3eden .btn-default.disabled:hover,.w3eden .btn-default[disabled]:hover,.w3eden fieldset[disabled] .btn-default:hover,.w3eden .btn-default.disabled:focus,.w3eden .btn-default[disabled]:focus,.w3eden fieldset[disabled] .btn-default:focus,.w3eden .btn-default.disabled:active,.w3eden .btn-default[disabled]:active,.w3eden fieldset[disabled] .btn-default:active,.w3eden .btn-default.disabled.active,.w3eden .btn-default[disabled].active,.w3eden fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.w3eden .btn-default .badge{color:#fff;background-color:#333}
.w3eden .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}
.w3eden .btn-primary:hover,.w3eden .btn-primary:focus,.w3eden .btn-primary:active,.w3eden .btn-primary.active,.w3eden .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}
.w3eden .btn-primary:active,.w3eden .btn-primary.active,.w3eden .open .dropdown-toggle.btn-primary{background-image:none}
.w3eden .btn-primary.disabled,.w3eden .btn-primary[disabled],.w3eden fieldset[disabled] .btn-primary,.w3eden .btn-primary.disabled:hover,.w3eden .btn-primary[disabled]:hover,.w3eden fieldset[disabled] .btn-primary:hover,.w3eden .btn-primary.disabled:focus,.w3eden .btn-primary[disabled]:focus,.w3eden fieldset[disabled] .btn-primary:focus,.w3eden .btn-primary.disabled:active,.w3eden .btn-primary[disabled]:active,.w3eden fieldset[disabled] .btn-primary:active,.w3eden .btn-primary.disabled.active,.w3eden .btn-primary[disabled].active,.w3eden fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}
.w3eden .btn-primary .badge{color:#428bca;background-color:#fff}
.w3eden .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.w3eden .btn-success:hover,.w3eden .btn-success:focus,.w3eden .btn-success:active,.w3eden .btn-success.active,.w3eden .open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}
.w3eden .btn-success:active,.w3eden .btn-success.active,.w3eden .open .dropdown-toggle.btn-success{background-image:none}
.w3eden .btn-success.disabled,.w3eden .btn-success[disabled],.w3eden fieldset[disabled] .btn-success,.w3eden .btn-success.disabled:hover,.w3eden .btn-success[disabled]:hover,.w3eden fieldset[disabled] .btn-success:hover,.w3eden .btn-success.disabled:focus,.w3eden .btn-success[disabled]:focus,.w3eden fieldset[disabled] .btn-success:focus,.w3eden .btn-success.disabled:active,.w3eden .btn-success[disabled]:active,.w3eden fieldset[disabled] .btn-success:active,.w3eden .btn-success.disabled.active,.w3eden .btn-success[disabled].active,.w3eden fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}
.w3eden .btn-success .badge{color:#5cb85c;background-color:#fff}
.w3eden .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.w3eden .btn-info:hover,.w3eden .btn-info:focus,.w3eden .btn-info:active,.w3eden .btn-info.active,.w3eden .open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}
.w3eden .btn-info:active,.w3eden .btn-info.active,.w3eden .open .dropdown-toggle.btn-info{background-image:none}
.w3eden .btn-info.disabled,.w3eden .btn-info[disabled],.w3eden fieldset[disabled] .btn-info,.w3eden .btn-info.disabled:hover,.w3eden .btn-info[disabled]:hover,.w3eden fieldset[disabled] .btn-info:hover,.w3eden .btn-info.disabled:focus,.w3eden .btn-info[disabled]:focus,.w3eden fieldset[disabled] .btn-info:focus,.w3eden .btn-info.disabled:active,.w3eden .btn-info[disabled]:active,.w3eden fieldset[disabled] .btn-info:active,.w3eden .btn-info.disabled.active,.w3eden .btn-info[disabled].active,.w3eden fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}
.w3eden .btn-info .badge{color:#5bc0de;background-color:#fff}
.w3eden .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.w3eden .btn-warning:hover,.w3eden .btn-warning:focus,.w3eden .btn-warning:active,.w3eden .btn-warning.active,.w3eden .open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}
.w3eden .btn-warning:active,.w3eden .btn-warning.active,.w3eden .open .dropdown-toggle.btn-warning{background-image:none}
.w3eden .btn-warning.disabled,.w3eden .btn-warning[disabled],.w3eden fieldset[disabled] .btn-warning,.w3eden .btn-warning.disabled:hover,.w3eden .btn-warning[disabled]:hover,.w3eden fieldset[disabled] .btn-warning:hover,.w3eden .btn-warning.disabled:focus,.w3eden .btn-warning[disabled]:focus,.w3eden fieldset[disabled] .btn-warning:focus,.w3eden .btn-warning.disabled:active,.w3eden .btn-warning[disabled]:active,.w3eden fieldset[disabled] .btn-warning:active,.w3eden .btn-warning.disabled.active,.w3eden .btn-warning[disabled].active,.w3eden fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}
.w3eden .btn-warning .badge{color:#f0ad4e;background-color:#fff}
.w3eden .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.w3eden .btn-danger:hover,.w3eden .btn-danger:focus,.w3eden .btn-danger:active,.w3eden .btn-danger.active,.w3eden .open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}
.w3eden .btn-danger:active,.w3eden .btn-danger.active,.w3eden .open .dropdown-toggle.btn-danger{background-image:none}
.w3eden .btn-danger.disabled,.w3eden .btn-danger[disabled],.w3eden fieldset[disabled] .btn-danger,.w3eden .btn-danger.disabled:hover,.w3eden .btn-danger[disabled]:hover,.w3eden fieldset[disabled] .btn-danger:hover,.w3eden .btn-danger.disabled:focus,.w3eden .btn-danger[disabled]:focus,.w3eden fieldset[disabled] .btn-danger:focus,.w3eden .btn-danger.disabled:active,.w3eden .btn-danger[disabled]:active,.w3eden fieldset[disabled] .btn-danger:active,.w3eden .btn-danger.disabled.active,.w3eden .btn-danger[disabled].active,.w3eden fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}
.w3eden .btn-danger .badge{color:#d9534f;background-color:#fff}
.w3eden .btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}
.w3eden .btn-link,.w3eden .btn-link:active,.w3eden .btn-link[disabled],.w3eden fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.w3eden .btn-link,.w3eden .btn-link:hover,.w3eden .btn-link:focus,.w3eden .btn-link:active{border-color:transparent}
.w3eden .btn-link:hover,.w3eden .btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}
.w3eden .btn-link[disabled]:hover,.w3eden fieldset[disabled] .btn-link:hover,.w3eden .btn-link[disabled]:focus,.w3eden fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}
.w3eden .btn-lg,.w3eden .btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}
.w3eden .btn-sm,.w3eden .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.w3eden .btn-xs,.w3eden .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.w3eden .btn-block{display:block;width:100%;padding-left:0;padding-right:0}
.w3eden .btn-block+.btn-block{margin-top:5px}
.w3eden input[type=submit].btn-block,.w3eden input[type=reset].btn-block,.w3eden input[type=button].btn-block{width:100%}
.w3eden .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}
.w3eden .fade.in{opacity:1}
.w3eden .collapse{display:none}
.w3eden .collapse.in{display:block}
.w3eden .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}
@font-face{font-family:'Glyphicons Halflings';src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/download-manager/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/download-manager/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/download-manager/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/download-manager/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.netatwork.it/wp-content/plugins/download-manager/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.w3eden .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.w3eden .glyphicon-asterisk:before{content:"\2a"}
.w3eden .glyphicon-plus:before{content:"\2b"}
.w3eden .glyphicon-euro:before{content:"\20ac"}
.w3eden .glyphicon-minus:before{content:"\2212"}
.w3eden .glyphicon-cloud:before{content:"\2601"}
.w3eden .glyphicon-envelope:before{content:"\2709"}
.w3eden .glyphicon-pencil:before{content:"\270f"}
.w3eden .glyphicon-glass:before{content:"\e001"}
.w3eden .glyphicon-music:before{content:"\e002"}
.w3eden .glyphicon-search:before{content:"\e003"}
.w3eden .glyphicon-heart:before{content:"\e005"}
.w3eden .glyphicon-star:before{content:"\e006"}
.w3eden .glyphicon-star-empty:before{content:"\e007"}
.w3eden .glyphicon-user:before{content:"\e008"}
.w3eden .glyphicon-film:before{content:"\e009"}
.w3eden .glyphicon-th-large:before{content:"\e010"}
.w3eden .glyphicon-th:before{content:"\e011"}
.w3eden .glyphicon-th-list:before{content:"\e012"}
.w3eden .glyphicon-ok:before{content:"\e013"}
.w3eden .glyphicon-remove:before{content:"\e014"}
.w3eden .glyphicon-zoom-in:before{content:"\e015"}
.w3eden .glyphicon-zoom-out:before{content:"\e016"}
.w3eden .glyphicon-off:before{content:"\e017"}
.w3eden .glyphicon-signal:before{content:"\e018"}
.w3eden .glyphicon-cog:before{content:"\e019"}
.w3eden .glyphicon-trash:before{content:"\e020"}
.w3eden .glyphicon-home:before{content:"\e021"}
.w3eden .glyphicon-file:before{content:"\e022"}
.w3eden .glyphicon-time:before{content:"\e023"}
.w3eden .glyphicon-road:before{content:"\e024"}
.w3eden .glyphicon-download-alt:before{content:"\e025"}
.w3eden .glyphicon-download:before{content:"\e026"}
.w3eden .glyphicon-upload:before{content:"\e027"}
.w3eden .glyphicon-inbox:before{content:"\e028"}
.w3eden .glyphicon-play-circle:before{content:"\e029"}
.w3eden .glyphicon-repeat:before{content:"\e030"}
.w3eden .glyphicon-refresh:before{content:"\e031"}
.w3eden .glyphicon-list-alt:before{content:"\e032"}
.w3eden .glyphicon-lock:before{content:"\e033"}
.w3eden .glyphicon-flag:before{content:"\e034"}
.w3eden .glyphicon-headphones:before{content:"\e035"}
.w3eden .glyphicon-volume-off:before{content:"\e036"}
.w3eden .glyphicon-volume-down:before{content:"\e037"}
.w3eden .glyphicon-volume-up:before{content:"\e038"}
.w3eden .glyphicon-qrcode:before{content:"\e039"}
.w3eden .glyphicon-barcode:before{content:"\e040"}
.w3eden .glyphicon-tag:before{content:"\e041"}
.w3eden .glyphicon-tags:before{content:"\e042"}
.w3eden .glyphicon-book:before{content:"\e043"}
.w3eden .glyphicon-bookmark:before{content:"\e044"}
.w3eden .glyphicon-print:before{content:"\e045"}
.w3eden .glyphicon-camera:before{content:"\e046"}
.w3eden .glyphicon-font:before{content:"\e047"}
.w3eden .glyphicon-bold:before{content:"\e048"}
.w3eden .glyphicon-italic:before{content:"\e049"}
.w3eden .glyphicon-text-height:before{content:"\e050"}
.w3eden .glyphicon-text-width:before{content:"\e051"}
.w3eden .glyphicon-align-left:before{content:"\e052"}
.w3eden .glyphicon-align-center:before{content:"\e053"}
.w3eden .glyphicon-align-right:before{content:"\e054"}
.w3eden .glyphicon-align-justify:before{content:"\e055"}
.w3eden .glyphicon-list:before{content:"\e056"}
.w3eden .glyphicon-indent-left:before{content:"\e057"}
.w3eden .glyphicon-indent-right:before{content:"\e058"}
.w3eden .glyphicon-facetime-video:before{content:"\e059"}
.w3eden .glyphicon-picture:before{content:"\e060"}
.w3eden .glyphicon-map-marker:before{content:"\e062"}
.w3eden .glyphicon-adjust:before{content:"\e063"}
.w3eden .glyphicon-tint:before{content:"\e064"}
.w3eden .glyphicon-edit:before{content:"\e065"}
.w3eden .glyphicon-share:before{content:"\e066"}
.w3eden .glyphicon-check:before{content:"\e067"}
.w3eden .glyphicon-move:before{content:"\e068"}
.w3eden .glyphicon-step-backward:before{content:"\e069"}
.w3eden .glyphicon-fast-backward:before{content:"\e070"}
.w3eden .glyphicon-backward:before{content:"\e071"}
.w3eden .glyphicon-play:before{content:"\e072"}
.w3eden .glyphicon-pause:before{content:"\e073"}
.w3eden .glyphicon-stop:before{content:"\e074"}
.w3eden .glyphicon-forward:before{content:"\e075"}
.w3eden .glyphicon-fast-forward:before{content:"\e076"}
.w3eden .glyphicon-step-forward:before{content:"\e077"}
.w3eden .glyphicon-eject:before{content:"\e078"}
.w3eden .glyphicon-chevron-left:before{content:"\e079"}
.w3eden .glyphicon-chevron-right:before{content:"\e080"}
.w3eden .glyphicon-plus-sign:before{content:"\e081"}
.w3eden .glyphicon-minus-sign:before{content:"\e082"}
.w3eden .glyphicon-remove-sign:before{content:"\e083"}
.w3eden .glyphicon-ok-sign:before{content:"\e084"}
.w3eden .glyphicon-question-sign:before{content:"\e085"}
.w3eden .glyphicon-info-sign:before{content:"\e086"}
.w3eden .glyphicon-screenshot:before{content:"\e087"}
.w3eden .glyphicon-remove-circle:before{content:"\e088"}
.w3eden .glyphicon-ok-circle:before{content:"\e089"}
.w3eden .glyphicon-ban-circle:before{content:"\e090"}
.w3eden .glyphicon-arrow-left:before{content:"\e091"}
.w3eden .glyphicon-arrow-right:before{content:"\e092"}
.w3eden .glyphicon-arrow-up:before{content:"\e093"}
.w3eden .glyphicon-arrow-down:before{content:"\e094"}
.w3eden .glyphicon-share-alt:before{content:"\e095"}
.w3eden .glyphicon-resize-full:before{content:"\e096"}
.w3eden .glyphicon-resize-small:before{content:"\e097"}
.w3eden .glyphicon-exclamation-sign:before{content:"\e101"}
.w3eden .glyphicon-gift:before{content:"\e102"}
.w3eden .glyphicon-leaf:before{content:"\e103"}
.w3eden .glyphicon-fire:before{content:"\e104"}
.w3eden .glyphicon-eye-open:before{content:"\e105"}
.w3eden .glyphicon-eye-close:before{content:"\e106"}
.w3eden .glyphicon-warning-sign:before{content:"\e107"}
.w3eden .glyphicon-plane:before{content:"\e108"}
.w3eden .glyphicon-calendar:before{content:"\e109"}
.w3eden .glyphicon-random:before{content:"\e110"}
.w3eden .glyphicon-comment:before{content:"\e111"}
.w3eden .glyphicon-magnet:before{content:"\e112"}
.w3eden .glyphicon-chevron-up:before{content:"\e113"}
.w3eden .glyphicon-chevron-down:before{content:"\e114"}
.w3eden .glyphicon-retweet:before{content:"\e115"}
.w3eden .glyphicon-shopping-cart:before{content:"\e116"}
.w3eden .glyphicon-folder-close:before{content:"\e117"}
.w3eden .glyphicon-folder-open:before{content:"\e118"}
.w3eden .glyphicon-resize-vertical:before{content:"\e119"}
.w3eden .glyphicon-resize-horizontal:before{content:"\e120"}
.w3eden .glyphicon-hdd:before{content:"\e121"}
.w3eden .glyphicon-bullhorn:before{content:"\e122"}
.w3eden .glyphicon-bell:before{content:"\e123"}
.w3eden .glyphicon-certificate:before{content:"\e124"}
.w3eden .glyphicon-thumbs-up:before{content:"\e125"}
.w3eden .glyphicon-thumbs-down:before{content:"\e126"}
.w3eden .glyphicon-hand-right:before{content:"\e127"}
.w3eden .glyphicon-hand-left:before{content:"\e128"}
.w3eden .glyphicon-hand-up:before{content:"\e129"}
.w3eden .glyphicon-hand-down:before{content:"\e130"}
.w3eden .glyphicon-circle-arrow-right:before{content:"\e131"}
.w3eden .glyphicon-circle-arrow-left:before{content:"\e132"}
.w3eden .glyphicon-circle-arrow-up:before{content:"\e133"}
.w3eden .glyphicon-circle-arrow-down:before{content:"\e134"}
.w3eden .glyphicon-globe:before{content:"\e135"}
.w3eden .glyphicon-wrench:before{content:"\e136"}
.w3eden .glyphicon-tasks:before{content:"\e137"}
.w3eden .glyphicon-filter:before{content:"\e138"}
.w3eden .glyphicon-briefcase:before{content:"\e139"}
.w3eden .glyphicon-fullscreen:before{content:"\e140"}
.w3eden .glyphicon-dashboard:before{content:"\e141"}
.w3eden .glyphicon-paperclip:before{content:"\e142"}
.w3eden .glyphicon-heart-empty:before{content:"\e143"}
.w3eden .glyphicon-link:before{content:"\e144"}
.w3eden .glyphicon-phone:before{content:"\e145"}
.w3eden .glyphicon-pushpin:before{content:"\e146"}
.w3eden .glyphicon-usd:before{content:"\e148"}
.w3eden .glyphicon-gbp:before{content:"\e149"}
.w3eden .glyphicon-sort:before{content:"\e150"}
.w3eden .glyphicon-sort-by-alphabet:before{content:"\e151"}
.w3eden .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}
.w3eden .glyphicon-sort-by-order:before{content:"\e153"}
.w3eden .glyphicon-sort-by-order-alt:before{content:"\e154"}
.w3eden .glyphicon-sort-by-attributes:before{content:"\e155"}
.w3eden .glyphicon-sort-by-attributes-alt:before{content:"\e156"}
.w3eden .glyphicon-unchecked:before{content:"\e157"}
.w3eden .glyphicon-expand:before{content:"\e158"}
.w3eden .glyphicon-collapse-down:before{content:"\e159"}
.w3eden .glyphicon-collapse-up:before{content:"\e160"}
.w3eden .glyphicon-log-in:before{content:"\e161"}
.w3eden .glyphicon-flash:before{content:"\e162"}
.w3eden .glyphicon-log-out:before{content:"\e163"}
.w3eden .glyphicon-new-window:before{content:"\e164"}
.w3eden .glyphicon-record:before{content:"\e165"}
.w3eden .glyphicon-save:before{content:"\e166"}
.w3eden .glyphicon-open:before{content:"\e167"}
.w3eden .glyphicon-saved:before{content:"\e168"}
.w3eden .glyphicon-import:before{content:"\e169"}
.w3eden .glyphicon-export:before{content:"\e170"}
.w3eden .glyphicon-send:before{content:"\e171"}
.w3eden .glyphicon-floppy-disk:before{content:"\e172"}
.w3eden .glyphicon-floppy-saved:before{content:"\e173"}
.w3eden .glyphicon-floppy-remove:before{content:"\e174"}
.w3eden .glyphicon-floppy-save:before{content:"\e175"}
.w3eden .glyphicon-floppy-open:before{content:"\e176"}
.w3eden .glyphicon-credit-card:before{content:"\e177"}
.w3eden .glyphicon-transfer:before{content:"\e178"}
.w3eden .glyphicon-cutlery:before{content:"\e179"}
.w3eden .glyphicon-header:before{content:"\e180"}
.w3eden .glyphicon-compressed:before{content:"\e181"}
.w3eden .glyphicon-earphone:before{content:"\e182"}
.w3eden .glyphicon-phone-alt:before{content:"\e183"}
.w3eden .glyphicon-tower:before{content:"\e184"}
.w3eden .glyphicon-stats:before{content:"\e185"}
.w3eden .glyphicon-sd-video:before{content:"\e186"}
.w3eden .glyphicon-hd-video:before{content:"\e187"}
.w3eden .glyphicon-subtitles:before{content:"\e188"}
.w3eden .glyphicon-sound-stereo:before{content:"\e189"}
.w3eden .glyphicon-sound-dolby:before{content:"\e190"}
.w3eden .glyphicon-sound-5-1:before{content:"\e191"}
.w3eden .glyphicon-sound-6-1:before{content:"\e192"}
.w3eden .glyphicon-sound-7-1:before{content:"\e193"}
.w3eden .glyphicon-copyright-mark:before{content:"\e194"}
.w3eden .glyphicon-registration-mark:before{content:"\e195"}
.w3eden .glyphicon-cloud-download:before{content:"\e197"}
.w3eden .glyphicon-cloud-upload:before{content:"\e198"}
.w3eden .glyphicon-tree-conifer:before{content:"\e199"}
.w3eden .glyphicon-tree-deciduous:before{content:"\e200"}
.w3eden .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}
.w3eden .dropdown{position:relative}
.w3eden .dropdown-toggle:focus{outline:0}
.w3eden .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}
.w3eden .dropdown-menu.pull-right{right:0;left:auto}
.w3eden .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.w3eden .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}
.w3eden .dropdown-menu>li>a:hover,.w3eden .dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}
.w3eden .dropdown-menu>.active>a,.w3eden .dropdown-menu>.active>a:hover,.w3eden .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}
.w3eden .dropdown-menu>.disabled>a,.w3eden .dropdown-menu>.disabled>a:hover,.w3eden .dropdown-menu>.disabled>a:focus{color:#999}
.w3eden .dropdown-menu>.disabled>a:hover,.w3eden .dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}
.w3eden .open>.dropdown-menu{display:block}
.w3eden .open>a{outline:0}
.w3eden .dropdown-menu-right{left:auto;right:0}
.w3eden .dropdown-menu-left{left:0;right:auto}
.w3eden .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}
.w3eden .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
.w3eden .pull-right>.dropdown-menu{right:0;left:auto}
.w3eden .dropup .caret,.w3eden .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}
.w3eden .dropup .dropdown-menu,.w3eden .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
@media (min-width:768px){.w3eden .navbar-right .dropdown-menu{left:auto;right:0} .w3eden .navbar-right .dropdown-menu-left{left:0;right:auto}}.w3eden .btn-group,.w3eden .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.w3eden .btn-group>.btn,.w3eden .btn-group-vertical>.btn{position:relative;float:left}
.w3eden .btn-group>.btn:hover,.w3eden .btn-group-vertical>.btn:hover,.w3eden .btn-group>.btn:focus,.w3eden .btn-group-vertical>.btn:focus,.w3eden .btn-group>.btn:active,.w3eden .btn-group-vertical>.btn:active,.w3eden .btn-group>.btn.active,.w3eden .btn-group-vertical>.btn.active{z-index:2}
.w3eden .btn-group>.btn:focus,.w3eden .btn-group-vertical>.btn:focus{outline:0}
.w3eden .btn-group .btn+.btn,.w3eden .btn-group .btn+.btn-group,.w3eden .btn-group .btn-group+.btn,.w3eden .btn-group .btn-group+.btn-group{margin-left:-1px}
.w3eden .btn-toolbar{margin-left:-5px}
.w3eden .btn-toolbar .btn-group,.w3eden .btn-toolbar .input-group{float:left}
.w3eden .btn-toolbar>.btn,.w3eden .btn-toolbar>.btn-group,.w3eden .btn-toolbar>.input-group{margin-left:5px}
.w3eden .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.w3eden .btn-group>.btn:first-child{margin-left:0}
.w3eden .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}
.w3eden .btn-group>.btn:last-child:not(:first-child),.w3eden .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}
.w3eden .btn-group>.btn-group{float:left}
.w3eden .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.w3eden .btn-group>.btn-group:first-child>.btn:last-child,.w3eden .btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}
.w3eden .btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}
.w3eden .btn-group .dropdown-toggle:active,.w3eden .btn-group.open .dropdown-toggle{outline:0}
.w3eden .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}
.w3eden .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}
.w3eden .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.w3eden .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}
.w3eden .btn .caret{margin-left:0}
.w3eden .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}
.w3eden .dropup .btn-lg .caret{border-width:0 5px 5px}
.w3eden .btn-group-vertical>.btn,.w3eden .btn-group-vertical>.btn-group,.w3eden .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}
.w3eden .btn-group-vertical>.btn-group>.btn{float:none}
.w3eden .btn-group-vertical>.btn+.btn,.w3eden .btn-group-vertical>.btn+.btn-group,.w3eden .btn-group-vertical>.btn-group+.btn,.w3eden .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}
.w3eden .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}
.w3eden .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.w3eden .btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}
.w3eden .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.w3eden .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.w3eden .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.w3eden .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}
.w3eden .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.w3eden .btn-group-justified>.btn,.w3eden .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}
.w3eden .btn-group-justified>.btn-group .btn{width:100%}
.w3eden [data-toggle=buttons]>.btn>input[type=radio],.w3eden [data-toggle=buttons]>.btn>input[type=checkbox]{display:none}
.w3eden .input-group{position:relative;display:table;border-collapse:separate}
.w3eden .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}
.w3eden .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.w3eden .input-group-lg>.form-control,.w3eden .input-group-lg>.input-group-addon,.w3eden .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}
.w3eden select.input-group-lg>.form-control,.w3eden select.input-group-lg>.input-group-addon,.w3eden select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}
.w3eden textarea.input-group-lg>.form-control,.w3eden textarea.input-group-lg>.input-group-addon,.w3eden textarea.input-group-lg>.input-group-btn>.btn,.w3eden select[multiple].input-group-lg>.form-control,.w3eden select[multiple].input-group-lg>.input-group-addon,.w3eden select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}
.w3eden .input-group-sm>.form-control,.w3eden .input-group-sm>.input-group-addon,.w3eden .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.w3eden select.input-group-sm>.form-control,.w3eden select.input-group-sm>.input-group-addon,.w3eden select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}
.w3eden textarea.input-group-sm>.form-control,.w3eden textarea.input-group-sm>.input-group-addon,.w3eden textarea.input-group-sm>.input-group-btn>.btn,.w3eden select[multiple].input-group-sm>.form-control,.w3eden select[multiple].input-group-sm>.input-group-addon,.w3eden select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}
.w3eden .input-group-addon,.w3eden .input-group-btn,.w3eden .input-group .form-control{display:table-cell}
.w3eden .input-group-addon:not(:first-child):not(:last-child),.w3eden .input-group-btn:not(:first-child):not(:last-child),.w3eden .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}
.w3eden .input-group-addon,.w3eden .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.w3eden .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}
.w3eden .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
.w3eden .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}
.w3eden .input-group-addon input[type=radio],.w3eden .input-group-addon input[type=checkbox]{margin-top:0}
.w3eden .input-group .form-control:first-child,.w3eden .input-group-addon:first-child,.w3eden .input-group-btn:first-child>.btn,.w3eden .input-group-btn:first-child>.btn-group>.btn,.w3eden .input-group-btn:first-child>.dropdown-toggle,.w3eden .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.w3eden .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}
.w3eden .input-group-addon:first-child{border-right:0}
.w3eden .input-group .form-control:last-child,.w3eden .input-group-addon:last-child,.w3eden .input-group-btn:last-child>.btn,.w3eden .input-group-btn:last-child>.btn-group>.btn,.w3eden .input-group-btn:last-child>.dropdown-toggle,.w3eden .input-group-btn:first-child>.btn:not(:first-child),.w3eden .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}
.w3eden .input-group-addon:last-child{border-left:0}
.w3eden .input-group-btn{position:relative;font-size:0;white-space:nowrap}
.w3eden .input-group-btn>.btn{position:relative}
.w3eden .input-group-btn>.btn+.btn{margin-left:-1px}
.w3eden .input-group-btn>.btn:hover,.w3eden .input-group-btn>.btn:focus,.w3eden .input-group-btn>.btn:active{z-index:2}
.w3eden .input-group-btn:first-child>.btn,.w3eden .input-group-btn:first-child>.btn-group{margin-right:-1px}
.w3eden .input-group-btn:last-child>.btn,.w3eden .input-group-btn:last-child>.btn-group{margin-left:-1px}
.w3eden .nav{margin-bottom:0;padding-left:0;list-style:none}
.w3eden .nav>li{position:relative;display:block}
.w3eden .nav>li>a{position:relative;display:block;padding:10px 15px}
.w3eden .nav>li>a:hover,.w3eden .nav>li>a:focus{text-decoration:none;background-color:#eee}
.w3eden .nav>li.disabled>a{color:#999}
.w3eden .nav>li.disabled>a:hover,.w3eden .nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}
.w3eden .nav .open>a,.w3eden .nav .open>a:hover,.w3eden .nav .open>a:focus{background-color:#eee;border-color:#428bca}
.w3eden .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.w3eden .nav>li>a>img{max-width:none}
.w3eden .nav-tabs{border-bottom:1px solid #ddd}
.w3eden .nav-tabs>li{float:left;margin-bottom:-1px}
.w3eden .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.w3eden .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.w3eden .nav-tabs>li.active>a,.w3eden .nav-tabs>li.active>a:hover,.w3eden .nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
.w3eden .nav-tabs.nav-justified{width:100%;border-bottom:0}
.w3eden .nav-tabs.nav-justified>li{float:none}
.w3eden .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}
.w3eden .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.w3eden .nav-tabs.nav-justified>li{display:table-cell;width:1%} .w3eden .nav-tabs.nav-justified>li>a{margin-bottom:0}}.w3eden .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
.w3eden .nav-tabs.nav-justified>.active>a,.w3eden .nav-tabs.nav-justified>.active>a:hover,.w3eden .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}
@media (min-width:768px){.w3eden .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0} .w3eden .nav-tabs.nav-justified>.active>a,.w3eden .nav-tabs.nav-justified>.active>a:hover,.w3eden .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.w3eden .nav-pills>li{float:left}
.w3eden .nav-pills>li>a{border-radius:4px}
.w3eden .nav-pills>li+li{margin-left:2px}
.w3eden .nav-pills>li.active>a,.w3eden .nav-pills>li.active>a:hover,.w3eden .nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}
.w3eden .nav-stacked>li{float:none}
.w3eden .nav-stacked>li+li{margin-top:2px;margin-left:0}
.w3eden .nav-justified{width:100%}
.w3eden .nav-justified>li{float:none}
.w3eden .nav-justified>li>a{text-align:center;margin-bottom:5px}
.w3eden .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.w3eden .nav-justified>li{display:table-cell;width:1%} .w3eden .nav-justified>li>a{margin-bottom:0}}.w3eden .nav-tabs-justified{border-bottom:0}
.w3eden .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}
.w3eden .nav-tabs-justified>.active>a,.w3eden .nav-tabs-justified>.active>a:hover,.w3eden .nav-tabs-justified>.active>a:focus{border:1px solid #ddd}
@media (min-width:768px){.w3eden .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0} .w3eden .nav-tabs-justified>.active>a,.w3eden .nav-tabs-justified>.active>a:hover,.w3eden .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.w3eden .tab-content>.tab-pane{display:none}
.w3eden .tab-content>.active{display:block}
.w3eden .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
.w3eden .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}
@media (min-width:768px){.w3eden .navbar{border-radius:4px}}@media (min-width:768px){.w3eden .navbar-header{float:left}}.w3eden .navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}
.w3eden .navbar-collapse.in{overflow-y:auto}
@media (min-width:768px){.w3eden .navbar-collapse{width:auto;border-top:0;box-shadow:none} .w3eden .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible !important} .w3eden .navbar-collapse.in{overflow-y:visible} .w3eden .navbar-fixed-top .navbar-collapse,.w3eden .navbar-static-top .navbar-collapse,.w3eden .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.w3eden .container>.navbar-header,.w3eden .container-fluid>.navbar-header,.w3eden .container>.navbar-collapse,.w3eden .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}
@media (min-width:768px){.w3eden .container>.navbar-header,.w3eden .container-fluid>.navbar-header,.w3eden .container>.navbar-collapse,.w3eden .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.w3eden .navbar-static-top{z-index:1000;border-width:0 0 1px}
@media (min-width:768px){.w3eden .navbar-static-top{border-radius:0}}.w3eden .navbar-fixed-top,.w3eden .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}
@media (min-width:768px){.w3eden .navbar-fixed-top,.w3eden .navbar-fixed-bottom{border-radius:0}}.w3eden .navbar-fixed-top{top:0;border-width:0 0 1px}
.w3eden .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
.w3eden .navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}
.w3eden .navbar-brand:hover,.w3eden .navbar-brand:focus{text-decoration:none}
@media (min-width:768px){.w3eden .navbar>.container .navbar-brand,.w3eden .navbar>.container-fluid .navbar-brand{margin-left:-15px}}.w3eden .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.w3eden .navbar-toggle:focus{outline:0}
.w3eden .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.w3eden .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
@media (min-width:768px){.w3eden .navbar-toggle{display:none}}.w3eden .navbar-nav{margin:7.5px -15px}
.w3eden .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}
@media (max-width:767px){.w3eden .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none} .w3eden .navbar-nav .open .dropdown-menu>li>a,.w3eden .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px} .w3eden .navbar-nav .open .dropdown-menu>li>a{line-height:20px} .w3eden .navbar-nav .open .dropdown-menu>li>a:hover,.w3eden .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.w3eden .navbar-nav{float:left;margin:0} .w3eden .navbar-nav>li{float:left} .w3eden .navbar-nav>li>a{padding-top:15px;padding-bottom:15px} .w3eden .navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.w3eden .navbar-left{float:left !important} .w3eden .navbar-right{float:right !important}}.w3eden .navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}
@media (min-width:768px){.w3eden .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle} .w3eden .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle} .w3eden .navbar-form .input-group>.form-control{width:100%} .w3eden .navbar-form .control-label{margin-bottom:0;vertical-align:middle} .w3eden .navbar-form .radio,.w3eden .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle} .w3eden .navbar-form .radio input[type=radio],.w3eden .navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0} .w3eden .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.w3eden .navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.w3eden .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none} .w3eden .navbar-form.navbar-right:last-child{margin-right:-15px}}.w3eden .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}
.w3eden .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}
.w3eden .navbar-btn{margin-top:8px;margin-bottom:8px}
.w3eden .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}
.w3eden .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}
.w3eden .navbar-text{margin-top:15px;margin-bottom:15px}
@media (min-width:768px){.w3eden .navbar-text{float:left;margin-left:15px;margin-right:15px} .w3eden .navbar-text.navbar-right:last-child{margin-right:0}}.w3eden .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}
.w3eden .navbar-default .navbar-brand{color:#777}
.w3eden .navbar-default .navbar-brand:hover,.w3eden .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}
.w3eden .navbar-default .navbar-text{color:#777}
.w3eden .navbar-default .navbar-nav>li>a{color:#777}
.w3eden .navbar-default .navbar-nav>li>a:hover,.w3eden .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}
.w3eden .navbar-default .navbar-nav>.active>a,.w3eden .navbar-default .navbar-nav>.active>a:hover,.w3eden .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}
.w3eden .navbar-default .navbar-nav>.disabled>a,.w3eden .navbar-default .navbar-nav>.disabled>a:hover,.w3eden .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}
.w3eden .navbar-default .navbar-toggle{border-color:#ddd}
.w3eden .navbar-default .navbar-toggle:hover,.w3eden .navbar-default .navbar-toggle:focus{background-color:#ddd}
.w3eden .navbar-default .navbar-toggle .icon-bar{background-color:#888}
.w3eden .navbar-default .navbar-collapse,.w3eden .navbar-default .navbar-form{border-color:#e7e7e7}
.w3eden .navbar-default .navbar-nav>.open>a,.w3eden .navbar-default .navbar-nav>.open>a:hover,.w3eden .navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}
@media (max-width:767px){.w3eden .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777} .w3eden .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.w3eden .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent} .w3eden .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.w3eden .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.w3eden .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7} .w3eden .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.w3eden .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.w3eden .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.w3eden .navbar-default .navbar-link{color:#777}
.w3eden .navbar-default .navbar-link:hover{color:#333}
.w3eden .navbar-inverse{background-color:#222;border-color:#080808}
.w3eden .navbar-inverse .navbar-brand{color:#999}
.w3eden .navbar-inverse .navbar-brand:hover,.w3eden .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}
.w3eden .navbar-inverse .navbar-text{color:#999}
.w3eden .navbar-inverse .navbar-nav>li>a{color:#999}
.w3eden .navbar-inverse .navbar-nav>li>a:hover,.w3eden .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}
.w3eden .navbar-inverse .navbar-nav>.active>a,.w3eden .navbar-inverse .navbar-nav>.active>a:hover,.w3eden .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}
.w3eden .navbar-inverse .navbar-nav>.disabled>a,.w3eden .navbar-inverse .navbar-nav>.disabled>a:hover,.w3eden .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}
.w3eden .navbar-inverse .navbar-toggle{border-color:#333}
.w3eden .navbar-inverse .navbar-toggle:hover,.w3eden .navbar-inverse .navbar-toggle:focus{background-color:#333}
.w3eden .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.w3eden .navbar-inverse .navbar-collapse,.w3eden .navbar-inverse .navbar-form{border-color:#101010}
.w3eden .navbar-inverse .navbar-nav>.open>a,.w3eden .navbar-inverse .navbar-nav>.open>a:hover,.w3eden .navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}
@media (max-width:767px){.w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808} .w3eden .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808} .w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999} .w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent} .w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808} .w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.w3eden .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.w3eden .navbar-inverse .navbar-link{color:#999}
.w3eden .navbar-inverse .navbar-link:hover{color:#fff}
.w3eden .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}
.w3eden .breadcrumb>li{display:inline-block}
.w3eden .breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}
.w3eden .breadcrumb>.active{color:#999}
.w3eden .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.w3eden .pagination>li{display:inline}
.w3eden .pagination>li>a,.w3eden .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}
.w3eden .pagination>li:first-child>a,.w3eden .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
.w3eden .pagination>li:last-child>a,.w3eden .pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}
.w3eden .pagination>li>a:hover,.w3eden .pagination>li>span:hover,.w3eden .pagination>li>a:focus,.w3eden .pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}
.w3eden .pagination>.active>a,.w3eden .pagination>.active>span,.w3eden .pagination>.active>a:hover,.w3eden .pagination>.active>span:hover,.w3eden .pagination>.active>a:focus,.w3eden .pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}
.w3eden .pagination>.disabled>span,.w3eden .pagination>.disabled>span:hover,.w3eden .pagination>.disabled>span:focus,.w3eden .pagination>.disabled>a,.w3eden .pagination>.disabled>a:hover,.w3eden .pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}
.w3eden .pagination-lg>li>a,.w3eden .pagination-lg>li>span{padding:10px 16px;font-size:18px}
.w3eden .pagination-lg>li:first-child>a,.w3eden .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}
.w3eden .pagination-lg>li:last-child>a,.w3eden .pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}
.w3eden .pagination-sm>li>a,.w3eden .pagination-sm>li>span{padding:5px 10px;font-size:12px}
.w3eden .pagination-sm>li:first-child>a,.w3eden .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}
.w3eden .pagination-sm>li:last-child>a,.w3eden .pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}
.w3eden .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}
.w3eden .pager li{display:inline}
.w3eden .pager li>a,.w3eden .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}
.w3eden .pager li>a:hover,.w3eden .pager li>a:focus{text-decoration:none;background-color:#eee}
.w3eden .pager .next>a,.w3eden .pager .next>span{float:right}
.w3eden .pager .previous>a,.w3eden .pager .previous>span{float:left}
.w3eden .pager .disabled>a,.w3eden .pager .disabled>a:hover,.w3eden .pager .disabled>a:focus,.w3eden .pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}
.w3eden .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
.w3eden .label[href]:hover,.w3eden .label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}
.w3eden .label:empty{display:none}
.w3eden .btn .label{position:relative;top:-1px}
.w3eden .label-default{background-color:#999}
.w3eden .label-default[href]:hover,.w3eden .label-default[href]:focus{background-color:#808080}
.w3eden .label-primary{background-color:#428bca}
.w3eden .label-primary[href]:hover,.w3eden .label-primary[href]:focus{background-color:#3071a9}
.w3eden .label-success{background-color:#5cb85c}
.w3eden .label-success[href]:hover,.w3eden .label-success[href]:focus{background-color:#449d44}
.w3eden .label-info{background-color:#5bc0de}
.w3eden .label-info[href]:hover,.w3eden .label-info[href]:focus{background-color:#31b0d5}
.w3eden .label-warning{background-color:#f0ad4e}
.w3eden .label-warning[href]:hover,.w3eden .label-warning[href]:focus{background-color:#ec971f}
.w3eden .label-danger{background-color:#d9534f}
.w3eden .label-danger[href]:hover,.w3eden .label-danger[href]:focus{background-color:#c9302c}
.w3eden .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}
.w3eden .badge:empty{display:none}
.w3eden .btn .badge{position:relative;top:-1px}
.w3eden .btn-xs .badge{top:0;padding:1px 5px}
.w3eden a.badge:hover,.w3eden a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}
.w3eden a.list-group-item.active>.badge,.w3eden .nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}
.w3eden .nav-pills>li>a>.badge{margin-left:3px}
.w3eden .jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}
.w3eden .jumbotron h1,.w3eden .jumbotron .h1{color:inherit}
.w3eden .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}
.w3eden .container .jumbotron{border-radius:6px}
.w3eden .jumbotron .container{max-width:100%}
@media screen and (min-width:768px){.w3eden .jumbotron{padding-top:48px;padding-bottom:48px} .w3eden .container .jumbotron{padding-left:60px;padding-right:60px} .w3eden .jumbotron h1,.w3eden .jumbotron .h1{font-size:63px}}.w3eden .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.w3eden .thumbnail>img,.w3eden .thumbnail a>img{margin-left:auto;margin-right:auto}
.w3eden a.thumbnail:hover,.w3eden a.thumbnail:focus,.w3eden a.thumbnail.active{border-color:#428bca}
.w3eden .thumbnail .caption{padding:9px;color:#333}
.w3eden .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.w3eden .alert h4{margin-top:0;color:inherit}
.w3eden .alert .alert-link{font-weight:700}
.w3eden .alert>p,.w3eden .alert>ul{margin-bottom:0}
.w3eden .alert>p+p{margin-top:5px}
.w3eden .alert-dismissable{padding-right:35px}
.w3eden .alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}
.w3eden .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}
.w3eden .alert-success hr{border-top-color:#c9e2b3}
.w3eden .alert-success .alert-link{color:#2b542c}
.w3eden .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}
.w3eden .alert-info hr{border-top-color:#a6e1ec}
.w3eden .alert-info .alert-link{color:#245269}
.w3eden .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}
.w3eden .alert-warning hr{border-top-color:#f7e1b5}
.w3eden .alert-warning .alert-link{color:#66512c}
.w3eden .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}
.w3eden .alert-danger hr{border-top-color:#e4b9c0}
.w3eden .alert-danger .alert-link{color:#843534}
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0}}.w3eden .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.w3eden .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}
.w3eden .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}
.w3eden .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.w3eden .progress-bar-success{background-color:#5cb85c}
.w3eden .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}
.w3eden .progress-bar-info{background-color:#5bc0de}
.w3eden .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}
.w3eden .progress-bar-warning{background-color:#f0ad4e}
.w3eden .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}
.w3eden .progress-bar-danger{background-color:#d9534f}
.w3eden .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}
.w3eden .media,.w3eden .media-body{overflow:hidden;zoom:1}
.w3eden .media,.w3eden .media .media{margin-top:15px}
.w3eden .media:first-child{margin-top:0}
.w3eden .media-object{display:block}
.w3eden .media-heading{margin:0 0 5px}
.w3eden .media>.pull-left{margin-right:10px}
.w3eden .media>.pull-right{margin-left:10px}
.w3eden .media-list{padding-left:0;list-style:none}
.w3eden .list-group{margin-bottom:20px;padding-left:0}
.w3eden .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.w3eden .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.w3eden .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.w3eden .list-group-item>.badge{float:right}
.w3eden .list-group-item>.badge+.badge{margin-right:5px}
.w3eden a.list-group-item{color:#555}
.w3eden a.list-group-item .list-group-item-heading{color:#333}
.w3eden a.list-group-item:hover,.w3eden a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}
.w3eden a.list-group-item.active,.w3eden a.list-group-item.active:hover,.w3eden a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}
.w3eden a.list-group-item.active .list-group-item-heading,.w3eden a.list-group-item.active:hover .list-group-item-heading,.w3eden a.list-group-item.active:focus .list-group-item-heading{color:inherit}
.w3eden a.list-group-item.active .list-group-item-text,.w3eden a.list-group-item.active:hover .list-group-item-text,.w3eden a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}
.w3eden .list-group-item-success{color:#3c763d;background-color:#dff0d8}
.w3eden a.list-group-item-success{color:#3c763d}
.w3eden a.list-group-item-success .list-group-item-heading{color:inherit}
.w3eden a.list-group-item-success:hover,.w3eden a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}
.w3eden a.list-group-item-success.active,.w3eden a.list-group-item-success.active:hover,.w3eden a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}
.w3eden .list-group-item-info{color:#31708f;background-color:#d9edf7}
.w3eden a.list-group-item-info{color:#31708f}
.w3eden a.list-group-item-info .list-group-item-heading{color:inherit}
.w3eden a.list-group-item-info:hover,.w3eden a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}
.w3eden a.list-group-item-info.active,.w3eden a.list-group-item-info.active:hover,.w3eden a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}
.w3eden .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}
.w3eden a.list-group-item-warning{color:#8a6d3b}
.w3eden a.list-group-item-warning .list-group-item-heading{color:inherit}
.w3eden a.list-group-item-warning:hover,.w3eden a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}
.w3eden a.list-group-item-warning.active,.w3eden a.list-group-item-warning.active:hover,.w3eden a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
.w3eden .list-group-item-danger{color:#a94442;background-color:#f2dede}
.w3eden a.list-group-item-danger{color:#a94442}
.w3eden a.list-group-item-danger .list-group-item-heading{color:inherit}
.w3eden a.list-group-item-danger:hover,.w3eden a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}
.w3eden a.list-group-item-danger.active,.w3eden a.list-group-item-danger.active:hover,.w3eden a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}
.w3eden .list-group-item-heading{margin-top:0;margin-bottom:5px}
.w3eden .list-group-item-text{margin-bottom:0;line-height:1.3}
.w3eden .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}
.w3eden .panel-body{padding:15px}
.w3eden .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}
.w3eden .panel-heading>.dropdown .dropdown-toggle{color:inherit}
.w3eden .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
.w3eden .panel-title>a{color:inherit}
.w3eden .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.w3eden .panel>.list-group{margin-bottom:0}
.w3eden .panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.w3eden .panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}
.w3eden .panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.w3eden .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.w3eden .panel>.table,.w3eden .panel>.table-responsive>.table{margin-bottom:0}
.w3eden .panel>.table:first-child,.w3eden .panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}
.w3eden .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.w3eden .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.w3eden .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.w3eden .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
.w3eden .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.w3eden .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.w3eden .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.w3eden .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.w3eden .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
.w3eden .panel>.table:last-child,.w3eden .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.w3eden .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.w3eden .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.w3eden .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.w3eden .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.w3eden .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.w3eden .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.w3eden .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.w3eden .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.w3eden .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
.w3eden .panel>.panel-body+.table,.w3eden .panel>.panel-body+.table-responsive{border-top:1px solid #ddd}
.w3eden .panel>.table>tbody:first-child>tr:first-child th,.w3eden .panel>.table>tbody:first-child>tr:first-child td{border-top:0}
.w3eden .panel>.table-bordered,.w3eden .panel>.table-responsive>.table-bordered{border:0}
.w3eden .panel>.table-bordered>thead>tr>th:first-child,.w3eden .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.w3eden .panel>.table-bordered>tbody>tr>th:first-child,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.w3eden .panel>.table-bordered>tfoot>tr>th:first-child,.w3eden .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.w3eden .panel>.table-bordered>thead>tr>td:first-child,.w3eden .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.w3eden .panel>.table-bordered>tbody>tr>td:first-child,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.w3eden .panel>.table-bordered>tfoot>tr>td:first-child,.w3eden .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
.w3eden .panel>.table-bordered>thead>tr>th:last-child,.w3eden .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.w3eden .panel>.table-bordered>tbody>tr>th:last-child,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.w3eden .panel>.table-bordered>tfoot>tr>th:last-child,.w3eden .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.w3eden .panel>.table-bordered>thead>tr>td:last-child,.w3eden .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.w3eden .panel>.table-bordered>tbody>tr>td:last-child,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.w3eden .panel>.table-bordered>tfoot>tr>td:last-child,.w3eden .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
.w3eden .panel>.table-bordered>thead>tr:first-child>td,.w3eden .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.w3eden .panel>.table-bordered>tbody>tr:first-child>td,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.w3eden .panel>.table-bordered>thead>tr:first-child>th,.w3eden .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.w3eden .panel>.table-bordered>tbody>tr:first-child>th,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}
.w3eden .panel>.table-bordered>tbody>tr:last-child>td,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.w3eden .panel>.table-bordered>tfoot>tr:last-child>td,.w3eden .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.w3eden .panel>.table-bordered>tbody>tr:last-child>th,.w3eden .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.w3eden .panel>.table-bordered>tfoot>tr:last-child>th,.w3eden .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
.w3eden .panel>.table-responsive{border:0;margin-bottom:0}
.w3eden .panel-group{margin-bottom:20px}
.w3eden .panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}
.w3eden .panel-group .panel+.panel{margin-top:5px}
.w3eden .panel-group .panel-heading{border-bottom:0}
.w3eden .panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}
.w3eden .panel-group .panel-footer{border-top:0}
.w3eden .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.w3eden .panel-default{border-color:#ddd}
.w3eden .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.w3eden .panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}
.w3eden .panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}
.w3eden .panel-primary{border-color:#428bca}
.w3eden .panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}
.w3eden .panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}
.w3eden .panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}
.w3eden .panel-success{border-color:#d6e9c6}
.w3eden .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.w3eden .panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}
.w3eden .panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}
.w3eden .panel-info{border-color:#bce8f1}
.w3eden .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.w3eden .panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}
.w3eden .panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}
.w3eden .panel-warning{border-color:#faebcc}
.w3eden .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.w3eden .panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}
.w3eden .panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}
.w3eden .panel-danger{border-color:#ebccd1}
.w3eden .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.w3eden .panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}
.w3eden .panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}
.w3eden .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.w3eden .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
.w3eden .well-lg{padding:24px;border-radius:6px}
.w3eden .well-sm{padding:9px;border-radius:3px}
.w3eden .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.w3eden .close:hover,.w3eden .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
.w3eden button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
.w3eden .modal-open{overflow:hidden}
.w3eden .modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}
.w3eden .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.w3eden .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}
.w3eden .modal-dialog{position:relative;width:auto;margin:10px}
.w3eden .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}
.w3eden.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.w3eden.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.w3eden.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.w3eden .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}
.w3eden .modal-header .close{margin-top:-2px}
.w3eden .modal-title{margin:0;line-height:1.42857143; font-weight: 900; }
.w3eden .modal-body{position:relative;padding:20px}
.w3eden .modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}
.w3eden .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.w3eden .modal-footer .btn-group .btn+.btn{margin-left:-1px}
.w3eden .modal-footer .btn-block+.btn-block{margin-left:0}
@media (min-width:768px){.w3eden .modal-dialog{width:600px;margin:80px auto} .w3eden .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)} .w3eden .modal-sm{width:300px}}@media (min-width:992px){.w3eden .modal-lg{width:900px}}.w3eden .tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}
.w3eden .tooltip.in{opacity:.9;filter:alpha(opacity=90)}
.w3eden .tooltip.top{margin-top:-3px;padding:5px 0}
.w3eden .tooltip.right{margin-left:3px;padding:0 5px}
.w3eden .tooltip.bottom{margin-top:3px;padding:5px 0}
.w3eden .tooltip.left{margin-left:-3px;padding:0 5px}
.w3eden .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}
.w3eden .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.w3eden .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.w3eden .tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}
.w3eden .tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}
.w3eden .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.w3eden .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.w3eden .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.w3eden .tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}
.w3eden .tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}
.w3eden .popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}
.w3eden .popover.top{margin-top:-10px}
.w3eden .popover.right{margin-left:10px}
.w3eden .popover.bottom{margin-top:10px}
.w3eden .popover.left{margin-left:-10px}
.w3eden .popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
.w3eden .popover-content{padding:9px 14px}
.w3eden .popover>.arrow,.w3eden .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.w3eden .popover>.arrow{border-width:11px}
.w3eden .popover>.arrow:after{border-width:10px;content:""}
.w3eden .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}
.w3eden .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}
.w3eden .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}
.w3eden .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}
.w3eden .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}
.w3eden .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}
.w3eden .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}
.w3eden .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}
.w3eden .carousel{position:relative}
.w3eden .carousel-inner{position:relative;overflow:hidden;width:100%}
.w3eden .carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.w3eden .carousel-inner>.item>img,.w3eden .carousel-inner>.item>a>img{line-height:1}
.w3eden .carousel-inner>.active,.w3eden .carousel-inner>.next,.w3eden .carousel-inner>.prev{display:block}
.w3eden .carousel-inner>.active{left:0}
.w3eden .carousel-inner>.next,.w3eden .carousel-inner>.prev{position:absolute;top:0;width:100%}
.w3eden .carousel-inner>.next{left:100%}
.w3eden .carousel-inner>.prev{left:-100%}
.w3eden .carousel-inner>.next.left,.w3eden .carousel-inner>.prev.right{left:0}
.w3eden .carousel-inner>.active.left{left:-100%}
.w3eden .carousel-inner>.active.right{left:100%}
.w3eden .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}
.w3eden .carousel-control.left{background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}
.w3eden .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}
.w3eden .carousel-control:hover,.w3eden .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
.w3eden .carousel-control .icon-prev,.w3eden .carousel-control .icon-next,.w3eden .carousel-control .glyphicon-chevron-left,.w3eden .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}
.w3eden .carousel-control .icon-prev,.w3eden .carousel-control .glyphicon-chevron-left{left:50%}
.w3eden .carousel-control .icon-next,.w3eden .carousel-control .glyphicon-chevron-right{right:50%}
.w3eden .carousel-control .icon-prev,.w3eden .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}
.w3eden .carousel-control .icon-prev:before{content:'\2039'}
.w3eden .carousel-control .icon-next:before{content:'\203a'}
.w3eden .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}
.w3eden .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}
.w3eden .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}
.w3eden .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}
.w3eden .carousel-caption .btn{text-shadow:none}
@media screen and (min-width:768px){.w3eden .carousel-control .glyphicon-chevron-left,.w3eden .carousel-control .glyphicon-chevron-right,.w3eden .carousel-control .icon-prev,.w3eden .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px} .w3eden .carousel-caption{left:20%;right:20%;padding-bottom:30px} .w3eden .carousel-indicators{bottom:20px}}.w3eden .clearfix:before,.w3eden .clearfix:after,.w3eden .container:before,.w3eden .container:after,.w3eden .container-fluid:before,.w3eden .container-fluid:after,.w3eden .row:before,.w3eden .row:after,.w3eden .form-horizontal .form-group:before,.w3eden .form-horizontal .form-group:after,.w3eden .btn-toolbar:before,.w3eden .btn-toolbar:after,.w3eden .btn-group-vertical>.btn-group:before,.w3eden .btn-group-vertical>.btn-group:after,.w3eden .nav:before,.w3eden .nav:after,.w3eden .navbar:before,.w3eden .navbar:after,.w3eden .navbar-header:before,.w3eden .navbar-header:after,.w3eden .navbar-collapse:before,.w3eden .navbar-collapse:after,.w3eden .pager:before,.w3eden .pager:after,.w3eden .panel-body:before,.w3eden .panel-body:after,.w3eden .modal-footer:before,.w3eden .modal-footer:after{content:" ";display:table}
.w3eden .clearfix:after,.w3eden .container:after,.w3eden .container-fluid:after,.w3eden .row:after,.w3eden .form-horizontal .form-group:after,.w3eden .btn-toolbar:after,.w3eden .btn-group-vertical>.btn-group:after,.w3eden .nav:after,.w3eden .navbar:after,.w3eden .navbar-header:after,.w3eden .navbar-collapse:after,.w3eden .pager:after,.w3eden .panel-body:after,.w3eden .modal-footer:after{clear:both}
.w3eden .center-block{display:block;margin-left:auto;margin-right:auto}
.w3eden .pull-right{float:right !important}
.w3eden .pull-left{float:left !important}
.w3eden .hide{display:none !important}
.w3eden .show{display:block !important}
.w3eden .invisible{visibility:hidden}
.w3eden .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.w3eden .hidden{display:none!important;visibility:hidden !important}
.w3eden .affix{position:fixed}
@-ms-viewport{width:device-width}.w3eden .visible-xs,.w3eden .visible-sm,.w3eden .visible-md,.w3eden .visible-lg{display:none !important}
@media (max-width:767px){.w3eden .visible-xs{display:block !important} .w3eden table.visible-xs{display:table} .w3eden tr.visible-xs{display:table-row !important} .w3eden th.visible-xs,.w3eden td.visible-xs{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.w3eden .visible-sm{display:block !important} .w3eden table.visible-sm{display:table} .w3eden tr.visible-sm{display:table-row !important} .w3eden th.visible-sm,.w3eden td.visible-sm{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.w3eden .visible-md{display:block !important} .w3eden table.visible-md{display:table} .w3eden tr.visible-md{display:table-row !important} .w3eden th.visible-md,.w3eden td.visible-md{display:table-cell !important}}@media (min-width:1200px){.w3eden .visible-lg{display:block !important} .w3eden table.visible-lg{display:table} .w3eden tr.visible-lg{display:table-row !important} .w3eden th.visible-lg,.w3eden td.visible-lg{display:table-cell !important}}@media (max-width:767px){.w3eden .hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.w3eden .hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.w3eden .hidden-md{display:none !important}}@media (min-width:1200px){.w3eden .hidden-lg{display:none !important}}.w3eden .visible-print{display:none !important}
@media print{.w3eden .visible-print{display:block !important} .w3eden table.visible-print{display:table} .w3eden tr.visible-print{display:table-row !important} .w3eden th.visible-print,.w3eden td.visible-print{display:table-cell !important}}@media print{.w3eden .hidden-print{display:none !important}}
.w3eden .btn{
background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.05)));background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05)); }
.w3eden .panel th{
background-color: #eeeeee !important;
border-bottom-width: 1px !important;
}
.w3eden .btn{  border-radius: 0.2em;  }
.w3eden .form-control,
.w3eden .nav-pills a{
border-radius: 0.2em;
box-shadow: none !important;
font-size: 9pt !important;
}
.w3eden .panel-heading{
font-weight: 700;
}
.w3eden blockquote.alert{
font-size: 14px;
font-weight: 300;
font-style: italic;
border-radius: 2px !important;
}
.w3eden .btn-group .btn:first-child:not(:last-child),
.w3eden .input-group .form-control:first-child:not(:last-child){ border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0.2em; border-top-left-radius: 0.2em; }
.w3eden .btn-group .btn:last-child:not(:first-child){ border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.2em; border-bottom-right-radius: 0.2em; }
.w3eden .btn span.left-icon{
float: left;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.16);
border-bottom-left-radius: 3px;
border-right: 1px solid rgba(0, 0, 0, 0.12);
border-top-left-radius: 3px;
margin-top: -7px;
padding: 7px 12px;
}.w3eden .btn-default,
.w3eden .btn-primary,
.w3eden .btn-success,
.w3eden .btn-info,
.w3eden .btn-warning,
.w3eden .btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.w3eden .btn-default:active,
.w3eden .btn-primary:active,
.w3eden .btn-success:active,
.w3eden .btn-info:active,
.w3eden .btn-warning:active,
.w3eden .btn-danger:active,
.w3eden .btn-default.active,
.w3eden .btn-primary.active,
.w3eden .btn-success.active,
.w3eden .btn-info.active,
.w3eden .btn-warning.active,
.w3eden .btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.w3eden .btn:active,
.w3eden .btn.active {
background-image: none;
}
.w3eden .btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
background-image: -moz-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #ffffff 0, #e0e0e0 100%);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.w3eden .btn-default:hover,
.w3eden .btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.w3eden .btn-default:active,
.w3eden .btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.w3eden .btn-primary {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#2d6ca2));
background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
background-image: -moz-linear-gradient(top, #428bca 0, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
background-repeat: repeat-x;
border-color: #2b669a;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.w3eden .btn-primary:hover,
.w3eden .btn-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.w3eden .btn-primary:active,
.w3eden .btn-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
}
.w3eden .btn-success {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#5cb85c), to(#419641));
background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
background-image: -moz-linear-gradient(top, #5cb85c 0, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
background-repeat: repeat-x;
border-color: #3e8f3e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.w3eden .btn-success:hover,
.w3eden .btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.w3eden .btn-success:active,
.w3eden .btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.w3eden .btn-warning {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#f0ad4e), to(#eb9316));
background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
background-image: -moz-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
background-repeat: repeat-x;
border-color: #e38d13;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.w3eden .btn-warning:hover,
.w3eden .btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.w3eden .btn-warning:active,
.w3eden .btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.w3eden .btn-danger {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9534f), to(#c12e2a));
background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
background-image: -moz-linear-gradient(top, #d9534f 0, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
background-repeat: repeat-x;
border-color: #b92c28;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.w3eden .btn-danger:hover,
.w3eden .btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.w3eden .btn-danger:active,
.w3eden .btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.w3eden .btn-info {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#5bc0de), to(#2aabd2));
background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
background-image: -moz-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
background-repeat: repeat-x;
border-color: #28a4c9;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.w3eden .btn-info:hover,
.w3eden .btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.w3eden .btn-info:active,
.w3eden .btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.w3eden .thumbnail,
.w3eden .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.w3eden .dropdown-menu > li > a:hover,
.w3eden .dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8));
background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.w3eden .dropdown-menu > .active > a,
.w3eden .dropdown-menu > .active > a:hover,
.w3eden .dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#357ebd));
background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
background-image: -moz-linear-gradient(top, #428bca 0, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.w3eden .navbar-default {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffffff), to(#f8f8f8));
background-image: -webkit-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
background-image: -moz-linear-gradient(top, #ffffff 0, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #ffffff 0, #f8f8f8 100%);
background-repeat: repeat-x;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.w3eden .navbar-default .navbar-nav > .active > a {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#ebebeb), to(#f3f3f3));
background-image: -webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
background-image: -moz-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.w3eden .navbar-brand,
.w3eden .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.w3eden .navbar-inverse {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#3c3c3c), to(#222222));
background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222222 100%);
background-image: -moz-linear-gradient(top, #3c3c3c 0, #222222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.w3eden .navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#222222), to(#282828));
background-image: -webkit-linear-gradient(top, #222222 0, #282828 100%);
background-image: -moz-linear-gradient(top, #222222 0, #282828 100%);
background-image: linear-gradient(to bottom, #222222 0, #282828 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.w3eden .navbar-inverse .navbar-brand,
.w3eden .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.w3eden .navbar-static-top,
.w3eden .navbar-fixed-top,
.w3eden .navbar-fixed-bottom {
border-radius: 0;
}
.w3eden .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.w3eden .alert-success {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#dff0d8), to(#c8e5bc));
background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
background-image: -moz-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
background-repeat: repeat-x;
border-color: #b2dba1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.w3eden .alert-info {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9edf7), to(#b9def0));
background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
background-image: -moz-linear-gradient(top, #d9edf7 0, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.w3eden .alert-warning {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#fcf8e3), to(#f8efc0));
background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
background-image: -moz-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
background-repeat: repeat-x;
border-color: #f5e79e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.w3eden .alert-danger {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#f2dede), to(#e7c3c3));
background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
background-image: -moz-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
background-repeat: repeat-x;
border-color: #dca7a7;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.w3eden .progress {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#ebebeb), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
background-image: -moz-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.w3eden .progress-bar {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#3071a9));
background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
background-image: -moz-linear-gradient(top, #428bca 0, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.w3eden .progress-bar-success {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#5cb85c), to(#449d44));
background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
background-image: -moz-linear-gradient(top, #5cb85c 0, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.w3eden .progress-bar-info {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#5bc0de), to(#31b0d5));
background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
background-image: -moz-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.w3eden .progress-bar-warning {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#f0ad4e), to(#ec971f));
background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
background-image: -moz-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.w3eden .progress-bar-danger {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9534f), to(#c9302c));
background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
background-image: -moz-linear-gradient(top, #d9534f 0, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.w3eden .list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.w3eden .list-group-item.active,
.w3eden .list-group-item.active:hover,
.w3eden .list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#3278b3));
background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
background-image: -moz-linear-gradient(top, #428bca 0, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
background-repeat: repeat-x;
border-color: #3278b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}
.w3eden .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.w3eden .panel-default > .panel-heading {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8));
background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.w3eden .panel-primary > .panel-heading {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#357ebd));
background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
background-image: -moz-linear-gradient(top, #428bca 0, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.w3eden .panel-success > .panel-heading {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#dff0d8), to(#d0e9c6));
background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
background-image: -moz-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.w3eden .panel-info > .panel-heading {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9edf7), to(#c4e3f3));
background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
background-image: -moz-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.w3eden .panel-warning > .panel-heading {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#fcf8e3), to(#faf2cc));
background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
background-image: -moz-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.w3eden .panel-danger > .panel-heading {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#f2dede), to(#ebcccc));
background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
background-image: -moz-linear-gradient(top, #f2dede 0, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.w3eden .well {
background-image: -webkit-gradient(linear, left 0, left 100%, from(#e8e8e8), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
background-image: -moz-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
background-repeat: repeat-x;
border-color: #dcdcdc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(//www.netatwork.it/wp-content/plugins/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(//www.netatwork.it/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(https://1108469230.rsc.cdn77.org/wp-content/plugins/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}