/* reset primefaces styles */

.ui-tabs,
.ui-tabs.ui-tabs-top > .ui-tabs-nav {
    padding: 0;
}


.ui-tabs .ui-tabs-nav li {
    margin: 0px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-selected {
    background: transparent;
}

.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border: none;
}


/*#loginPanel, .ui-tabs.ui-widget {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    background: transparent;
    border: none;
}

.ui-corner-top {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-default,
.ui-widget-header .ui-state-hover,
.ui-inputfield,
.ui-widget-content .ui-inputfield,
.ui-widget-header .ui-inputfield {
    background: none;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f6f4f3;
    color: #414141;
    text-shadow: none;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
}

.ui-button, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'NN Dagny', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.ui-chkbox.ui-widget {
    position: relative;
    width: 26px;
    height: 18px;
    cursor: pointer;
}


.ui-selectonemenu-panel .ui-selectonemenu-list-item.ui-state-hover {
    background: #f6f4f3;
    color: #414141;
}

.ui-menu, .ui-menu .ui-menu-child {
    background: none;
    padding: 0px;
    border: none;
}

.ui-dialog {
    border-radius: 6px;
    border: none;
}*/

.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    font-size: 11.33px;
    width: 1.76471em;
    height: 1.76471em;
    background: #ee7f00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb900), color-stop(34%, #ea650d), color-stop(100%, #e64415));
    background: -webkit-linear-gradient(top, #fbb900 0, #ea650d 34%, #e64415 100%);
    background: linear-gradient(to bottom, #fbb900 0, #ea650d 34%, #e64415 100%);
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-dialog .ui-dialog-titlebar-close:before {
    top: .9em;
    width: 1.76471em;
    display: block;
    position: absolute;
    left: 1px;
    font-weight: 400 !important;
    color: #fff;
    line-height: 0;
    text-align: center;
    content: "\f00d";
}

.ui-progressbar.ui-widget-content {
    border: none;
    background: none;
}

.ui-progressbar-value.ui-widget-header {
    border: none;
}

.ui-accordion .ui-accordion-header a {
    color: #414141;
    padding: 0px;
    margin-top: 4px;
}

.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none;
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
    background-color: #fff;
}

.ui-datatable.borderless td, .ui-datatable.borderless th {
    padding: 7px 0;
}

.ui-datatable.borderless td:nth-child(1), .ui-datatable.borderless th:nth-child(1) {
    width: 55%;
    text-align: left;
}

.ui-datatable.borderless td:nth-child(1) a, .ui-datatable.borderless th:nth-child(1) a {
    font-weight: 600;
}

.ui-datatable.borderless td:nth-child(2), .ui-datatable.borderless th:nth-child(2) {
    width: 27%;
    font-weight: 600;
    text-align: center;
}

.ui-datatable.borderless td:nth-child(3), .ui-datatable.borderless th:nth-child(3) {
    width: 18%;
    text-align: center;
}

.ui-datatable.borderless thead tr {
    border-bottom: 1px solid #e5ded9;
}

.ui-datatable.borderless thead tr th {
    font-size: 20px;
}

.ui-datatable.borderless tfoot tr {
    border-top: 1px solid #e5ded9;
}

.ui-datatable.borderless tfoot td {
    font-size: 20px;
    font-weight: 600;
}

.ui-datatable.borderless .ui-outputlabel .ui-widget {
    font-size: 20px;
    font-weight: 600;
}

.ui-radiobutton {
    position: unset !important;
}

.ui-radiobutton-box {
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
    border: 1px solid #e5ded9;
    border-radius: 9px;
    background-color: #fff;
    margin-left: 7px;
}

.rates-app-inner .ui-radiobutton{

}
.rates-app-inner .type label{
    margin-left: 10px;
}


.rates-app-inner .ui-radiobutton  .ui-radiobutton-box{
    height: 18px;
    left: 3px;
    top: 1px;
    position: absolute;
    width: 18px;
    margin-left: 7px;
    margin-right: 7px;
}


.ui-state-active .ui-radiobutton-icon {
    position: relative;
    margin: 3px auto;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ea650d;
    background-image: none;
}

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px;
    height: 100%;
    width: 0%;
    position: absolute;
    display: none;
}

.ui-datatable .ui-datatable-footer {
    border: 0px none;
    border-top: 1px solid #e5ded9;
    text-align: left;
    padding: 10px 0px;
}

.ui-datatable .ui-datatable-footer .ui-outputlabel {
    font-size: 20px;
    font-weight: 600;
}

.ui-datatable.dashboard-datatable thead th,
.ui-datatable.dashboard-datatable tbody,
.ui-datatable.dashboard-datatable tbody tr,
.ui-datatable.dashboard-datatable tbody td {
    border-style: none;
    border-left: 1px solid #e5ded9;
    border-right: 1px solid #e5ded9;
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
    background-color: #fff;
    padding: 0;
}

.ui-datatable.dashboard-datatable thead th{
    border-left: 1px solid #e5ded9;
    border-right: 1px solid #e5ded9;
    text-align: left;
}

.ui-datatable .ui-paginator, .ui-datatable .ui-paginator {
    padding: 15px;
    border: 0px none;
}

.ui-datatable.dashboard-datatable .ui-state-active:not(.ui-paginator-page) {
    font-weight: 600;
    text-decoration: none !important;
}

.ui-datatable.dashboard-datatable .ui-state-hover {
    color: #ea650d;
}

.ui-datatable .ui-paginator-page {
    text-decoration: underline;
}

.ui-datatable .ui-paginator-page.ui-state-active {
    text-decoration: none;
    font-weight: 600;
}
/*
.ui-datatable.dashboard-datatable .ui-paginator {
    margin-top: 20px;
}

.ui-datatable.dashboard-datatable .ui-paginator-next{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/next-button.png.xhtml);
}

.ui-datatable.dashboard-datatable .ui-paginator-prev{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/prev-button.png.xhtml);
}

.ui-datatable.dashboard-datatable .ui-paginator-first{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/first-button.png.xhtml);
}

.ui-datatable.dashboard-datatable .ui-paginator-last{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/last-button.png.xhtml);
}*/

.ui-paginator-bottom .ui-icon{
    display: inline-block;
}

.ui-paginator-first:before, .ui-paginator-prev:before, .ui-paginator-next:after, .ui-paginator-last:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ui-paginator-first:after, .ui-paginator-prev:after, .ui-paginator-next:before, .ui-paginator-last:before{
    text-decoration: underline;
}

.ui-paginator-first:before, .ui-paginator-prev:before{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    padding: 0 0 0 2px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ea650d;
    border-radius: 4px;
    text-decoration: none;
}

.ui-paginator-first:before{
    content: "\f100";
}

.ui-paginator-prev:before{
    content: "\f104";
}

.ui-paginator-next:after, .ui-paginator-last:after{
    vertical-align: middle;
    margin: -5px 0 0 10px;
    padding: 0 0 0 5px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ea650d;
    border-radius: 4px;
}

.ui-paginator-next:after{
    content: "\f105";
}

.ui-paginator-last:after{
    content: "\f101";
}

.ui-paginator-first:hover:before, .ui-paginator-prev:hover:before, .ui-paginator-next:hover:after, .ui-paginator-last:hover:after{
     background: #e64415;
}

.ui-paginator span.ui-state-disabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    pointer-events: none;
}



.ui-selectonemenu.company-dashboard-selectpicker {
    overflow: hidden;
    width: 100% !important;
    height: 40px;
    padding: 9px 46px 7px 12px;
    border: solid 1px #e5ded9 !important;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none !important;
}

.ui-selectonemenu.company-dashboard-selectpicker  .ui-selectonemenu-label.company-dashboard-selectpicker  {
    font-size: 16px;
    font-weight: 600;
}

.ui-selectonemenu.company-dashboard-selectpicker  .ui-selectonemenu-trigger.company-dashboard-selectpicker  {
    width: 36px;
    height: 40px;
    border-left: solid 1px #e5ded9;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 67%, #fff);
    background-image: linear-gradient(to top, #f3f3f3 67%, #fff);
}

.ui-selectonemenu.company-dashboard-selectpicker  .ui-selectonemenu-trigger.company-dashboard-selectpicker  .ui-icon {
    background-image: none;
}

.ui-datatable.messages-datatable thead th, .ui-datatable.letters-datatable thead th,
.ui-datatable.messages-datatable tbody, .ui-datatable.letters-datatable tbody,
.ui-datatable.messages-datatable tbody tr, .ui-datatable.letters-datatable tbody tr,
.ui-datatable.messages-datatable tbody td, .ui-datatable.letters-datatable tbody td {
    border:  1px solid #e5ded9;
    border-left: none;
    border-right: none;



}

.ui-datatable.messages-datatable table, .ui-datatable.letters-datatable table {
    width: auto !important;
}


.ui-datatable.messages-datatable table thead tr, .ui-datatable.letters-datatable table thead tr {
    display: none;


}

.ui-datatable.messages-datatable .featured, .ui-datatable.letters-datatable .featured {
    background:#ede8e4;
}
.ui-datatable.messages-datatable .non-featured, .ui-datatable.letters-datatable .non-featured {
    background:#fff;
}


.ui-datatable.messages-datatable .ui-state-active, .ui-datatable.letters-datatable .ui-state-active {
    font-weight: 600;
}

.ui-datatable.messages-datatable .ui-state-hover, .ui-datatable.letters-datatable .ui-state-hover {
    color: #ea650d;
}

tr.non-featured > td > button.small {
    background: none;
    border: none;
    text-decoration: underline;
}

/*.ui-datatable.messages-datatable .ui-paginator-page {
    text-decoration: underline;
}

.ui-datatable.messages-datatable .ui-paginator {
    margin-top: 20px;
    }

.ui-datatable.messages-datatable .ui-paginator-next{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/next-button.png.xhtml);
}

.ui-datatable.messages-datatable .ui-paginator-prev{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/prev-button.png.xhtml);
}

.ui-datatable.messages-datatable .ui-paginator-first{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/first-button.png.xhtml);
}

.ui-datatable.messages-datatable .ui-paginator-last{
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 20px;
    height: 20px;
    background-image: url(/nn/javax.faces.resource/images/last-button.png.xhtml);
}



.ui-datatable.messages-datatable .ui-icon-seek-next {
    content: "\f105";
}
*/
.rate-box .tab-body .right-side .inner .scroll table tr td {
    color: #414141;
    font-size: 14px;
}

.input-group .input-group-addon.calendar{
    cursor: pointer;
}

.upload-pic-btn .ui-fileupload-buttonbar, .upload-pic-btn .ui-fileupload-buttonbar input[type=file]{
    cursor: pointer;
}

.dashboard-picker {
    width: 150px !important;
}

.dashboard-row-space {
    margin-bottom: 0px !important;
}

.white-color-signup{
    background-color: white;
    border-color: #e5ded9;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.users-list .ui-datalist-item{
    list-style: outside none none;
}

.users-list .ui-datalist-data {
    padding: 0;
}

.downloadDocument-link {
    font-weight: 600;
}

.company-panel-heading {
    border: 1px solid #e5ded9 !important;
}

.company-dashboard-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul.link-list > li > span.agent-product-text {
    display: block;
    position: relative;
    padding-left: 17px;
    text-decoration: none;
    color: #414141;}
ul.link-list > li > span.agent-product-text:before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    color: #ea650d;

    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;}

.disabled-topup-radio {
    opacity: 0.5;
}

.radio-button-custom-label {
    margin-left: 5px;
}

.agent-shadowCode-label {
    margin-top: 15%;
}

/* to remove 'x' from IE input fields*/
::-ms-clear { display: none; }

/* to remove small icon from IE password fields*/
::-ms-reveal {
    display: none;
}@charset "UTF-8";
/*
* @group paths
*/
/*
* @end
*/
/*
* @group border-radius
*/
/*
* @end
*/
/*
* @group font sizes
*/
/*
* @end
*/
/*
* @group icomoon
*/
/*
* @end
*/
/*
* @group default colors
*/
/*
	* @group primary colors
	*/
/*
	* @end
	*/
/*
	* @group secondary colors
	*/
/*
	* @end
	*/
/*
* @end
*/
/*
* @group text colors
*/
/*
* @end
*/
/*
* @group border colors
*/
/*
* @end
*/
/*
* @group panel colors
*/
/*
* @end
*/
/*
* @group well colors
*/
/*
* @end
*/
/*
* @group alert colors
*/
/*
* @end
*/
/*
* @group icons
*/
/*
* @end
*/
/*
* @group contract summary
*/
/*
* @end
*/
/*
* @group contract summary
*/
/*
* @end
*/
/*
* @group form
*/
/*
* @end
*/
/*
* @group legend
*/
/*
* @end
*/
/*
* @group rates explanation
*/
/*
* @end
*/

.panel .panel-body.featured {
    background-color: #ede8e4;
    color: #958D85;
}

ol.public>li, ul.public>li {
    margin-bottom: 6px;
    color: #958D85;
}

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

@font-face {
  font-family: 'chart-icons';
    src: url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome_4.eot.xhtml);
  /* IE9 Compat Modes */
    src: url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome_4.eot.xhtml?#iefix) format('embedded-opentype'), url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome_4.woff.xhtml) format('woff'),url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome_4.ttf.xhtml) format('truetype'), url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome_4.svg.xhtml#94c035cfa6668cd7aea4b33676e6f937) format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'NN Dagny';
    src: url(/nn/javax.faces.resource/fonts/NNDagnyDisplay.eot.xhtml);
  /* IE9 Compat Modes */
    src: url(/nn/javax.faces.resource/fonts/NNDagnyDisplay.eot.xhtml?#iefix) format('embedded-opentype'), url(/nn/javax.faces.resource/fonts/NNDagnyDisplay.woff.xhtml) format('woff'), url(/nn/javax.faces.resource/fonts/NNDagnyDisplay.ttf.xhtml) format('truetype'), url(/nn/javax.faces.resource/fonts/NNDagnyDisplay.svg.xhtml#44b5fcd6900047c3f525c9e89efc7c17) format('svg');
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'NN Dagny';
    src: url(/nn/javax.faces.resource/fonts/NNDagnyText-Regular.eot.xhtml);
  /* IE9 Compat Modes */
    src: url(/nn/javax.faces.resource/fonts/NNDagnyText-Regular.eot.xhtml?#iefix) format('embedded-opentype'), url(/nn/javax.faces.resource/fonts/NNDagnyText-Regular.woff.xhtml) format('woff'), url(/nn/javax.faces.resource/fonts/NNDagnyText-Regular.ttf.xhtml) format('truetype'), url(/nn/javax.faces.resource/fonts/NNDagnyText-Regular.svg.xhtml#b53c7090bdac17fa00431c79eb6d88f4) format('svg');
  font-style: normal;
  font-weight: 400; }

/*
* @group paths
*/
/*
* @end
*/
/*
* @group border-radius
*/
/*
* @end
*/
/*
* @group font sizes
*/
/*
* @end
*/
/*
* @group icomoon
*/
/*
* @end
*/
@font-face {
  font-family: 'icomoon';
  src: url(/nn/javax.faces.resource/fonts/icomoon/icomoon.ttf.xhtml?tob4ar) format('truetype'), url(/nn/javax.faces.resource/fonts/icomoon/icomoon.woff.xhtml?tob4ar) format('woff'), url(/nn/javax.faces.resource/fonts/icomoon/icomoon.svg.xhtml?tob4ar#icomoon) format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-arrow:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  content: ""; }

.icon-clock:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  content: ""; }

.icon-contract-bond:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  content: ""; }

.icon-contract:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  content: ""; }

.icon-maintenance:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  content: ""; }

.icon-savings:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  content: ""; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: NN Dagny, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #414141;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #414141;
  text-decoration: none; }
a:hover, a:focus {
  color: #414141;
  text-decoration: underline; }
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }
  
 
    .file-upload__preview {
        width: 300px;
        height: 170px;
        background-color: #F3F3F3;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        line-height: 170px;
    }
    .file-upload__title {
        font-size: 14px;
        line-height: 22px;
    }
    .file-upload__hint {
        padding-top: 25px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #958D85;
    }
    .file-upload__input.file-upload__input {
        display: none;
    }
    .file-upload__progress {
        width: 300px;
        height: 10px;
        margin-top: 20px;
    }
    .file-upload__hint {
    	width: 300px;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #958D85;
    }
    .file-upload__delete {
        margin-top: 10px;
        margin-left: 25px;       
    }	
    .file-upload__progress__hint {
	    width: 300px;
	    text-align: center;
	    font-size: 14px;
	    line-height: 22px;
	    color: #958D85;
	}
	.file-upload__delete {
        margin-top: 10px;
        margin-left: 25px;
    }
	.file-upload__delete p {
	  display: inline-block;
	  font-size: 14px;
	}
	.file-upload__delete a {
	  margin-left: 20px;
	  font-size: 14px;
	}
	.file-upload.has-error .file-upload__preview {
  		border: 1px solid #e64415;
	}
	.icon-wrapper .text--green {
    color: #8eb74f;
}
.icon-wrapper .text {
    font-weight: 600;
    vertical-align: middle;
    line-height: 1.3em;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5ded9; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #666666; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 35px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4; }
@media (min-width: 2px) {
  .lead {
    font-size: 24px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #414141; }

a.text-success:hover {
  color: #282828; }

.text-info {
  color: #414141; }

a.text-info:hover {
  color: #282828; }

.text-warning {
  color: #414141; }

a.text-warning:hover {
  color: #282828; }

.text-danger {
  color: #414141; }

a.text-danger:hover {
  color: #282828; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #f2f5da; }

a.bg-success:hover {
  background-color: #e4eab2; }

.bg-info {
  background-color: #fadfbf; }

a.bg-info:hover {
  background-color: #f6c790; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #fadad0; }

a.bg-danger:hover {
  background-color: #f5b6a2; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.25; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 2px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #999999; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
.container:before, .container:after {
  content: " ";
  display: table; }
.container:after {
  clear: both; }
@media (min-width: 2px) {
  .container {
    width: 740px; } }
@media (min-width: 1px) {
  .container {
    width: 960px; } }
@media (min-width: 9999px) {
  .container {
    width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }
.container-fluid:after {
  clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
.row:before, .row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 2px) {
  .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; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1px) {
  .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; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 9999px) {
  .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; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #ddd; }
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }
.table > tbody + tbody {
  border-top: 2px solid #ddd; }
.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f3f3; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #f2f5da; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #ebf0c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #fadfbf; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f8d3a7; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fadad0; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f8c8b9; }

@media screen and (max-width: 1px) {
  .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; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid none; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.25;
  color: #414141; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #414141;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5ded9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
  color: #d5d1cd;
  opacity: 1; }
.form-control:-ms-input-placeholder {
  color: #d5d1cd; }
.form-control::-webkit-input-placeholder {
  color: #d5d1cd; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.25 \0; }
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 33px; }
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 49px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.has-feedback {
  position: relative; }
.has-feedback .form-control {
  padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #414141; }

.has-success .form-control {
  border-color: #414141;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
  border-color: #282828;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #747474; }

.has-success .input-group-addon {
  color: #414141;
  border-color: #414141;
  background-color: #f2f5da; }

.has-success .form-control-feedback {
  color: #414141; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #414141; }

.has-warning .form-control {
  border-color: #414141;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
  border-color: #282828;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #747474; }

.has-warning .input-group-addon {
  color: #414141;
  border-color: #414141;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #414141; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #414141; }
  
.has-error .form-control {
  border-color: #414141;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
  border-color: #282828;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #747474; }

.has-error .input-group-addon {
  color: #414141;
  background-color: #f6f4f3;
  border-color: #e64415;
}

.has-error .form-control-feedback {
  color: #414141; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #818181; }

@media (min-width: 2px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }
.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-control-static {
  padding-top: 9px;
  padding-bottom: 9px; }

@media (min-width: 2px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.btn:hover, .btn:focus {
  color: #666666;
  text-decoration: none; }
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.btn-default {
  color: #666666;
  background-color: #fff;
  border-color: #e5ded9; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #666666;
  background-color: #e6e6e6;
  border-color: #ccbeb5; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #e5ded9; }
.btn-default .badge {
  color: #fff;
  background-color: #666666; }

.btn-primary {
  color: #fff;
  background-color: #ea650d;
  border-color: #d25b0c; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ba500a;
  border-color: #984208; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #ea650d;
  border-color: #d25b0c; }
.btn-primary .badge {
  color: #ea650d;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #414141;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
.btn-link, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }
.btn-link:hover, .btn-link:focus {
  color: #414141;
  text-decoration: underline;
  background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
.fade.in {
  opacity: 1; }

.collapse {
  display: none; }
.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.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; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.25;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 2px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }
.btn-group-justified > .btn-group .btn {
  width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #414141;
  text-align: center;
  background-color: #f6f4f3;
  border: 1px solid #e5ded9;
  border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 4px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
.input-group-btn > .btn {
  position: relative; }
.input-group-btn > .btn + .btn {
  margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.nav:before, .nav:after {
  content: " ";
  display: table; }
.nav:after {
  clear: both; }
.nav > li {
  position: relative;
  display: block; }
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: none; }
.nav > li.disabled > a {
  color: #999999; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: none;
  border-color: #414141; }
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #e5ded9; }
.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
  border-color: none none #e5ded9; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ea650d;
  background-color: #fff;
  border: 1px solid #e5ded9;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li {
  float: left; }
.nav-pills > li > a {
  border-radius: 4px; }
.nav-pills > li + li {
  margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ea650d;
  background-color: none; }

.nav-stacked > li {
  float: none; }
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }
@media (min-width: 2px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }
@media (min-width: 2px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
.navbar:before, .navbar:after {
  content: " ";
  display: table; }
.navbar:after {
  clear: both; }
@media (min-width: 2px) {
  .navbar {
    border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 2px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }
.navbar-collapse:after {
  clear: both; }
.navbar-collapse.in {
  overflow-y: auto; }
@media (min-width: 2px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
@media (max-width: 9999px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
@media (min-width: 2px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
@media (min-width: 2px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
@media (min-width: 2px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 20px;
  line-height: 20px;
  height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }
@media (min-width: 2px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
.navbar-toggle:focus {
  outline: 0; }
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }
@media (min-width: 2px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -10px; }
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }
@media (max-width: 1px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 2px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px; } }

@media (min-width: 2px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px; }
@media (max-width: 1px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }
@media (min-width: 2px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
@media (min-width: 2px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .navbar-text.navbar-right:last-child {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
.navbar-default .navbar-brand {
  color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }
.navbar-default .navbar-text {
  color: #777; }
.navbar-default .navbar-nav > li > a {
  color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }
.navbar-default .navbar-toggle {
  border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }
@media (max-width: 1px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }
.navbar-default .navbar-link:hover {
  color: #333; }
.navbar-default .btn-link {
  color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
.navbar-inverse .navbar-brand {
  color: #999999; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }
.navbar-inverse .navbar-text {
  color: #999999; }
.navbar-inverse .navbar-nav > li > a {
  color: #999999; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }
.navbar-inverse .navbar-toggle {
  border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff; }
@media (max-width: 1px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #999999; }
.navbar-inverse .navbar-link:hover {
  color: #fff; }
.navbar-inverse .btn-link {
  color: #999999; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #414141;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
.label:empty {
  display: none; }
.btn .label {
  position: relative;
  top: -1px; }

a.label:hover, a.label:focus {
  color: #414141;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #999999; }
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray; }

.label-primary {
  background-color: #428bca; }
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
.badge:empty {
  display: none; }
.btn .badge {
  position: relative;
  top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #414141;
  background-color: #fff; }
.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
.alert h4 {
  margin-top: 0;
  color: inherit; }
.alert .alert-link {
  font-weight: 400; }
.alert > p,
.alert > ul {
  margin-bottom: 0; }
.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #f2f5da;
  border-color: #5b9e62;
  color: #414141; }
.alert-success hr {
  border-top-color: #528e58; }
.alert-success .alert-link {
  color: #282828; }

.alert-info {
  background-color: #fadfbf;
  border-color: #ee7f00;
  color: #414141; }
.alert-info hr {
  border-top-color: #d57100; }
.alert-info .alert-link {
  color: #282828; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #414141; }
.alert-warning hr {
  border-top-color: #f7e1b5; }
.alert-warning .alert-link {
  color: #282828; }

.alert-danger {
  background-color: #fadad0;
  border-color: #e64415;
  color: #414141; }
.alert-danger hr {
  border-top-color: #cf3d13; }
.alert-danger .alert-link {
  color: #282828; }

@-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; } }

.progress, .progress-bar-holder {
  overflow: hidden;
  height: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  
.progress-bar {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  background: #ea650d;
  box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  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; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }
.progress-striped .progress-bar-success {
  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); }

.progress-bar-info {
  background-color: #5bc0de; }
.progress-striped .progress-bar-info {
  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); }

.progress-bar-warning {
  background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
  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); }

.progress-bar-danger {
  background-color: #d9534f; }
.progress-striped .progress-bar-danger {
  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); }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 22px; }
.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }
.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 22px 22px 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
.panel-title > a {
  color: inherit; }

.panel-body .panel-hint {
  font-size: 14px;
  position:absolute;
  bottom: 0px;
  right: 20px;
}

.panel-footer {
  padding: 10px 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5ded9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }
.panel-group .panel + .panel {
  margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e5ded9; }
.panel-group .panel-footer {
  border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e5ded9; }

.panel-default, .panel.panel-with-shadow, .panel.panel-transparent, .sign-in-page.has-bg-image .home-content .panel, .panel.panel-white, .panel.panel-default-with-bg {
  border-color: #e5ded9; }
.panel-default > .panel-heading, .panel.panel-with-shadow > .panel-heading, .panel.panel-transparent > .panel-heading, .sign-in-page.has-bg-image .home-content .panel > .panel-heading, .panel.panel-white > .panel-heading, .panel.panel-default-with-bg > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #e5ded9; }
.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel.panel-with-shadow > .panel-heading + .panel-collapse > .panel-body, .panel.panel-transparent > .panel-heading + .panel-collapse > .panel-body, .sign-in-page.has-bg-image .home-content .panel > .panel-heading + .panel-collapse > .panel-body, .panel.panel-white > .panel-heading + .panel-collapse > .panel-body, .panel.panel-default-with-bg > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5ded9; }
.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel.panel-with-shadow > .panel-footer + .panel-collapse > .panel-body, .panel.panel-transparent > .panel-footer + .panel-collapse > .panel-body, .sign-in-page.has-bg-image .home-content .panel > .panel-footer + .panel-collapse > .panel-body, .panel.panel-white > .panel-footer + .panel-collapse > .panel-body, .panel.panel-default-with-bg > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e5ded9; }

.panel-primary {
  border-color: #428bca; }
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #5b9e62; }
.panel-success > .panel-heading {
  color: #414141;
  background-color: #f2f5da;
  border-color: #5b9e62; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5b9e62; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5b9e62; }

.panel-info {
  border-color: #ee7f00; }
.panel-info > .panel-heading {
  color: #414141;
  background-color: #fadfbf;
  border-color: #ee7f00; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ee7f00; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ee7f00; }

.panel-warning {
  border-color: #e5ded9; }
.panel-warning > .panel-heading {
  color: #414141;
  background-color: #f6f4f3;
  border-color: #e5ded9; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5ded9; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e5ded9; }

.panel-danger {
  border-color: #e64415; }
.panel-danger > .panel-heading {
  color: #414141;
  background-color: #fadad0;
  border-color: #e64415; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e64415; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e64415; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.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; }
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 25px;
  border-bottom: 1px solid transparent;
  min-height: 26.25px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.25; }

.modal-body {
  position: relative;
  padding: 25px;
  }
.modal-btn {
	margin: 0 !important;
}
.modal-footer {
  padding: 25px;
  text-align: right;
  border-top: 1px solid transparent; }
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }
.modal-footer:after {
  clear: both; }
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 2px) {
  .modal-dialog {
    width: 460px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 1px) {
  .modal-lg {
    width: 780px; } }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 250px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .floated-icon:before, .site-header .personal-info:before, .site-header .personal-info .user-changer__content .user:before, .footer-navigation:before, .site-footer-new .footer-navigation:before, .amount-components .amount-components-row:before, .contract-summary .progress-info:before, .nav-container:before, .profile-pic-upload:before, ul.opening-hours li:before, .portfolio-details-item .sum:before, .clearfix:after, .floated-icon:after, .site-header .personal-info:after, .site-header .personal-info .user-changer__content .user:after, .footer-navigation:after, .site-footer-new .footer-navigation:after, .amount-components .amount-components-row:after, .contract-summary .progress-info:after, .nav-container:after, .profile-pic-upload:after, ul.opening-hours li:after, .portfolio-details-item .sum:after {
  content: " ";
  display: table; }

.clearfix:after, .floated-icon:after, .site-header .personal-info:after, .site-header .personal-info .user-changer__content .user:after, .footer-navigation:after, .site-footer-new .footer-navigation:after, .amount-components .amount-components-row:after, .contract-summary .progress-info:after, .nav-container:after, .profile-pic-upload:after, ul.opening-hours li:after, .portfolio-details-item .sum:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

/*
* @group font awesome
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
    src: url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome-webfont.eot.xhtml?v=4.3.0);
    /* IE9 Compat Modes */
    src: url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome-webfont.eot.xhtml?#iefix&v=4.3.0) format('embedded-opentype'), url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome-webfont.woff2.xhtml?v=4.3.0) format('woff2'), url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome-webfont.woff.xhtml?v=4.3.0) format('woff'), url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome-webfont.ttf.xhtml?v=4.3.0) format('truetype'), url(/nn/javax.faces.resource/fonts/fontawesome/fontawesome-webfont.svg.xhtml?v=4.3.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal; }

.fa, .icon, ul.link-list > li > a:before, .input-group .input-group-addon.calendar:before, .panel .panel-close, .accordion .panel .panel-heading:before, .accordion .colored-rows .selected:before, .simple-accordion .panel-title:before, .modal .close, .pagination li:first-child a:before, .pagination li:first-child + li a:before, .pagination li.next-page a:after, .pagination li.last-page a:after, time.with-icon:before, .company-dashboard .dashboard-panel .list .accordion .header:before, .financial-diary .accordion .header:before, .financial-diary .simple-element .header:before {
  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;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before, .accordion .colored-rows .selected:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.panel .panel-close:before,
.modal .close:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before, time.with-icon:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before, .accordion .panel .panel-heading.collapsed:before, .simple-accordion .panel .collapsed .panel-title:before, .company-dashboard .dashboard-panel .list .accordion .header.collapsed:before, .financial-diary .accordion .header.collapsed:before, .financial-diary .simple-element .header.collapsed:before {
  content: ""; }

.fa-minus:before, .accordion .panel .panel-heading:before, .simple-accordion .panel-title:before, .company-dashboard .dashboard-panel .list .accordion .header:before, .financial-diary .accordion .header:before, .financial-diary .simple-element .header:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before, .input-group .input-group-addon.calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before, .strong-link:before, ul.link-list > li > a:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa:before, .icon:before, ul.link-list > li > a:before, .input-group .input-group-addon.calendar:before, .panel .panel-close:before, .accordion .panel .panel-heading:before, .accordion .colored-rows .selected:before, .simple-accordion .panel-title:before, .modal .close:before, .pagination li:first-child a:before, .pagination li:first-child + li a:before, time.with-icon:before, .company-dashboard .dashboard-panel .list .accordion .header:before, .financial-diary .accordion .header:before, .financial-diary .simple-element .header:before {
  font-weight: 400 !important; }

/*
* @end
*/
/*
* @group icon mixins
*/
/*
* @end
*/
/*
* @group icons
*/
.floated-icon .inner-icon-wrapper {
  float: left;
  width: 30px; }
.floated-icon .inner-icon-wrapper + .text {
  float: none;
  width: auto;
  padding-left: 30px; }

.icon-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.icon-wrapper .text {
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.3em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
.icon-wrapper h1.text, .icon-wrapper h2.text, .icon-wrapper h3.text, .icon-wrapper h4.text {
  margin: 0; }
.icon-wrapper .icon, .icon-wrapper img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.icon-wrapper .small-icon {
  margin-top: -2px;
  margin-right: 5px; }
.icon-wrapper.top .icon {
  vertical-align: top; }
.no-flexbox .icon-wrapper {
  white-space: nowrap; }
.no-flexbox .icon-wrapper > * {
  white-space: normal; }
.no-flexbox .icon-wrapper .text {
  display: inline-block;
  position: relative;
  top: 2px;
  max-width: 84%; }
.no-flexbox .icon-wrapper .medium-icon + .text {
  max-width: 80%; }

a.icon-wrapper {
  display: inline-block;
  text-decoration: none; }
a.icon-wrapper .text {
  text-decoration: underline; }
a.icon-wrapper:hover .text {
  color: #e64415; }

.icon {
  display: inline-block;
  position: relative;
  width: 1.42857em;
  height: 1.42857em;
  border-radius: 100%;
  font-size: 21px;
  vertical-align: middle;
  /*
	* @group img icons
	*/
  /*
	* @end
	*/
  /*
	*@group drawing icons
	*/
  /*
	* @end
	*/
  /*
	*@group ordered number icon
	*/
  /*
	* @end
	*/ }
.icon, .icon.primary-icon {
  background: #ea650d; }
.lt-ie9 .icon, .lt-ie9 .icon.primary-icon {
  background: #ea650d; }
.icon.disabled, .icon.primary-icon.disabled {
  background: #f6c2a4; }
.icon.disabled + .text, .icon.primary-icon.disabled + .text {
  color: #a0a0a0; }
.icon.secondary-icon {
  background: #8eb74f; }
.lt-ie9 .icon.secondary-icon {
  background: #8eb74f; }
.icon.tertiary-icon {
  background: #9e9e9e; }
.lt-ie9 .icon.tertiary-icon {
  background: #838383; }
.icon.warning-bg-icon {
  background: #e00000; }
.icon:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400 !important;
  color: #fff;
  line-height: 0;
  text-align: center; }
.icon.phone-icon:before {
  content: "";
  top: 0.7619em;
  width: 1.42857em; }
.icon.phone-icon.small-icon {
  font-size: 14px; }
.icon.phone-icon.medium-icon {
  font-size: 42px; }
.icon.phone-icon.large-icon {
  font-size: 75.6px; }
.icon.mail-icon {
  font-size: 16px;
  width: 1.875em;
  height: 1.875em; }
.icon.mail-icon:before {
  content: "";
  top: 0.9375em;
  width: 1.875em; }
.icon.mail-icon.small-icon {
  font-size: 10.66667px; }
.icon.mail-icon.medium-icon {
  font-size: 32px; }
.icon.mail-icon.large-icon {
  font-size: 57.6px; }
.icon.cogs-icon {
  font-size: 18px;
  width: 1.66667em;
  height: 1.66667em; }
.icon.cogs-icon:before {
  content: '\f085';
  top: 0.83333em;
  width: 1.66667em; }
.icon.cogs-icon.small-icon {
  font-size: 12px; }
.icon.cogs-icon.medium-icon {
  font-size: 47px; }
.icon.cogs-icon.large-icon {
  font-size: 64.8px; }
.icon.comments-icon {
  font-size: 18px;
  width: 1.66667em;
  height: 1.66667em; }
.icon.comments-icon:before {
  content: "";
  top: 0.83333em;
  width: 1.66667em; }
.icon.comments-icon.small-icon {
  font-size: 12px; }
.icon.comments-icon.medium-icon {
  font-size: 36px; }
.icon.comments-icon.large-icon {
  font-size: 64.8px; }
.icon.print-icon {
  font-size: 20px;
  width: 1.5em;
  height: 1.5em; }
.icon.print-icon:before {
  content: "";
  top: 0.75em;
  width: 1.5em; }
.icon.print-icon.small-icon {
  font-size: 13.33333px; }
.icon.print-icon.medium-icon {
  font-size: 40px; }
.icon.print-icon.large-icon {
  font-size: 72px; }
.icon.mobile-icon {
  font-size: 26px;
  width: 1.15385em;
  height: 1.15385em; }
.icon.mobile-icon:before {
  content: "";
  top: 0.57692em;
  width: 1.15385em; }
.icon.mobile-icon.small-icon {
  font-size: 17.33333px; }
.icon.mobile-icon.medium-icon {
  font-size: 52px; }
.icon.mobile-icon.large-icon {
  font-size: 93.6px; }
.icon.exclamation-icon {
  font-size: 18px;
  width: 1.66667em;
  height: 1.66667em; }
.icon.exclamation-icon:before {
  content: "";
  top: 0.88889em;
  width: 1.66667em; }
.icon.exclamation-icon.small-icon {
  font-size: 12px; }
.icon.exclamation-icon.medium-icon {
  font-size: 36px; }
.icon.exclamation-icon.large-icon {
  font-size: 64.8px; }
.icon.question-icon {
  font-size: 21px;
  width: 1.42857em;
  height: 1.42857em; }
.icon.question-icon:before {
  content: "";
  top: 0.71429em;
  width: 1.42857em; }
.icon.question-icon.small-icon {
  width: 20px;
  height: 20px;
  font-size: 13px; }
.icon.question-icon.small-icon:before {
  top: 10px; }
.icon.question-icon.medium-icon {
  font-size: 42px; }
.icon.question-icon.large-icon {
  font-size: 75.6px; }
.icon.info-icon {
  font-size: 21px;
  width: 1.42857em;
  height: 1.42857em; }
.icon.info-icon:before {
  content: "";
  top: 0.7619em;
  width: 1.42857em; }
.icon.info-icon.small-icon {
  width: 20px;
  height: 20px;
  font-size: 13px; }
.icon.info-icon.small-icon:before {
  top: 11px; }
.icon.info-icon.medium-icon {
  font-size: 42px; }
.icon.info-icon.large-icon {
  font-size: 75.6px; }
.icon.info-icon-circle {
  font-size: 21px;
  width: 1.42857em;
  height: 1.42857em; }
.icon.info-icon-circle:before {
  content: '\f05a';
  top: 0.7619em;
  width: 1.42857em; }
.icon.info-icon-circle.small-icon {
  width: 20px;
  height: 20px;
  font-size: 13px; }
.icon.info-icon-circle.small-icon:before {
  top: 11px; }
.icon.info-icon-circle.medium-icon {
  font-size: 42px; }
.icon.info-icon-circle.large-icon {
  font-size: 75.6px; }
.icon.play-icon {
  font-size: 21px;
  width: 1.42857em;
  height: 1.42857em; }
.icon.play-icon:before {
  content: '\f01d';
  top: 0.7619em;
  width: 1.42857em; }
.icon.play-icon.small-icon {
  width: 20px;
  height: 20px;
  font-size: 13px; }
.icon.play-icon.small-icon:before {
  top: 11px; }
.icon.play-icon.medium-icon {
  font-size: 42px; }
.icon.play-icon.large-icon {
  font-size: 75.6px; }
.icon.company-icon {
  font-size: 21px;
  width: 1.42857em;
  height: 1.42857em; }
.icon.company-icon:before {
  content: '\f1ad';
  top: 10px;
  width: 20px; }
.icon.company-icon.small-icon {
  width: 20px;
  height: 20px;
  font-size: 13px; }
.icon.company-icon.small-icon:before {
  top: 10px; }
.icon.company-icon.medium-icon {
  font-size: 42px; }
.icon.company-icon.large-icon {
  font-size: 75.6px; }
.icon.external-icon {
  margin-left: 10px;
  font-size: 15px;
  width: 1.42857em;
  height: 1.42857em; }
.icon.external-icon:before {
  content: '\f14c';
  top: 0.7619em;
  width: 1.42857em; }
.icon.external-icon.small-icon {
  width: 20px;
  height: 20px;
  font-size: 13px; }
.icon.external-icon.small-icon:before {
  top: 11px; }
.icon.external-icon.medium-icon {
  font-size: 42px; }
.icon.external-icon.large-icon {
  font-size: 75.6px; }
.icon.download-icon {
  font-size: 17px;
  width: 1.76471em;
  height: 1.76471em; }
.icon.download-icon:before {
  content: "";
  top: 0.88235em;
  width: 1.76471em; }
.icon.download-icon.small-icon {
  font-size: 11.33333px; }
.icon.download-icon.medium-icon {
  font-size: 34px; }
.icon.download-icon.large-icon {
  font-size: 61.2px; }
.icon.close-icon, .icon.warning-icon {
  font-size: 17px;
  width: 1.76471em;
  height: 1.76471em; }
.icon.close-icon:before, .icon.warning-icon:before {
  content: "";
  top: 0.87059em;
  width: 1.76471em; }
.icon.close-icon.small-icon, .icon.warning-icon.small-icon {
  font-size: 11px; }
.icon.close-icon.medium-icon, .icon.warning-icon.medium-icon {
  font-size: 34px; }
.icon.close-icon.large-icon, .icon.warning-icon.large-icon {
  font-size: 61.2px; }
.icon.right-arrow-icon {
  font-size: 18px;
  width: 1.66667em;
  height: 1.66667em; }
.icon.right-arrow-icon:before {
  content: "";
  top: 0.83333em;
  left: 0.05556em;
  width: 1.66667em; }
.icon.right-arrow-icon.small-icon {
  font-size: 12px; }
.icon.right-arrow-icon.medium-icon {
  font-size: 36px; }
.icon.right-arrow-icon.large-icon {
  font-size: 64.8px; }
.icon.check-mark-icon {
  font-size: 17px;
  width: 1.76471em;
  height: 1.76471em; }
.icon.check-mark-icon:before {
  content: "";
  top: 0.88235em;
  width: 1.76471em; }
.icon.check-mark-icon.small-icon {
  font-size: 11.33333px; }
.icon.check-mark-icon.small-icon:before {
  top: 10px; }
.icon.check-mark-icon.medium-icon {
  font-size: 34px; }
.icon.check-mark-icon.large-icon {
  font-size: 61.2px; }
.icon.clock-icon {
  font-size: 22px;
  width: 1.36364em;
  height: 1.36364em; }
.icon.clock-icon:before {
  content: "";
  top: 0.68182em;
  width: 1.36364em; }
.icon.clock-icon.small-icon {
  font-size: 14.66667px; }
.icon.clock-icon.medium-icon {
  font-size: 44px; }
.icon.clock-icon.large-icon {
  font-size: 79.2px; }
.icon.plus-icon {
  font-size: 24px;
  width: 1.25em;
  height: 1.25em; }
.icon.plus-icon:before {
  content: "";
  top: 0.66667em;
  width: 1.25em; }
.icon.plus-icon.small-icon {
  font-size: 16px; }
.icon.plus-icon.medium-icon {
  font-size: 48px; }
.icon.plus-icon.large-icon {
  font-size: 86.4px; }
.icon.minus-icon {
  font-size: 24px;
  width: 1.25em;
  height: 1.25em; }
.icon.minus-icon:before {
  content: "";
  top: 0.66667em;
  width: 1.25em; }
.icon.minus-icon.small-icon {
  font-size: 16px; }
.icon.minus-icon.medium-icon {
  font-size: 48px; }
.icon.minus-icon.large-icon {
  font-size: 86.4px; }
.icon.shield-icon {
  font-size: 19px;
  width: 1.57895em;
  height: 1.57895em; }
.icon.shield-icon:before {
  content: "";
  top: 0.89474em;
  width: 1.57895em; }
.icon.shield-icon.small-icon {
  font-size: 12.66667px; }
.icon.shield-icon.medium-icon {
  font-size: 38px; }
.icon.shield-icon.large-icon {
  font-size: 68.4px; }
.icon.marker-icon {
  font-size: 23px;
  width: 1.30435em;
  height: 1.30435em; }
.icon.marker-icon:before {
  content: "";
  top: 0.69565em;
  width: 1.30435em; }
.icon.marker-icon.small-icon {
  font-size: 15.33333px; }
.icon.marker-icon.medium-icon {
  font-size: 46px; }
.icon.marker-icon.large-icon {
  font-size: 82.8px; }
.icon.no-profile-pic-icon {
  font-size: 20px;
  width: 1.5em;
  height: 1.5em;
  background: #c5bfbc; }
.icon.no-profile-pic-icon:before {
  content: "";
  top: 0.75em;
  width: 1.5em; }
.icon.no-profile-pic-icon.small-icon {
  font-size: 13.33333px; }
.icon.no-profile-pic-icon.medium-icon {
  font-size: 40px; }
.icon.no-profile-pic-icon.large-icon {
  font-size: 66.66667px; }
.icon.calendar-icon {
  font-size: 15px;
  width: 2em;
  height: 2em; }
.icon.calendar-icon:before {
  content: "";
  top: 1em;
  width: 2em; }
.icon.calendar-icon.small-icon {
  font-size: 10.5px; }
.icon.calendar-icon.medium-icon {
  font-size: 30px; }
.icon.calendar-icon.large-icon {
  font-size: 54px; }
.icon.calculator-icon {
  font-size: 23px;
  width: 1.30435em;
  height: 1.30435em; }
.icon.calculator-icon:before {
  content: ""; }
.icon.calculator-icon.medium-icon {
  font-size: 46px; }
.icon.calculator-icon.medium-icon:before {
  margin-top: 13px;
  margin-left: 17px;
  background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
  background-position: -286px -122px;
  width: 26px;
  height: 34px; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.calculator-icon.medium-icon:before {
    background-image: url(/nn/javax.faces.resource/images/retina-sprite.png.xhtml);
    background-position: -83px -71px;
    width: 26px;
    height: 34px;
    background-size: 203px 130px;
    background-repeat: no-repeat; } }
.icon.drawing-phone-icon {
  border-radius: 0;
  background-color: transparent;
  background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
  background-position: 0px -122px;
  width: 98px;
  height: 71px; }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.drawing-phone-icon {
    background-image: url(/nn/javax.faces.resource/images/retina-sprite.png.xhtml);
    background-position: 0px 0px;
    width: 98px;
    height: 71px;
    background-size: 203px 130px;
    background-repeat: no-repeat; } }
.icon.number-icon {
  font-size: 20px;
  min-width: 1.5em;
  height: 1.5em; }
.icon.number-icon:before {
  content: attr(data-number);
  min-width: 1.5em;
  font-weight: 600 !important;
  font-family: "NN Dagny";
  line-height: 1.55em; }
.icon.number-icon + * {
  margin: 0;
  vertical-align: middle;
  max-width: 90%; }
.icon.notification-icon {
  width: auto;
  min-width: 1.66667em;
  min-height: 1.66667em;
  border-radius: 20px;
  font-family: "NN Dagny";
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.83333em;
  text-align: center; }

/*
* @end
*/
/*
*@group chart lagend icons
*/
.legend {
  position: relative;
  padding-left: 25px; }
.legend:before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border-radius: 100%; }
.legend.legend-1:before {
  background: #EE7F00; }
.legend.legend-2:before {
  background: #92C5EB; }
.legend.legend-3:before {
  background: #BECD46; }
.legend.legend-4:before {
  background: #918BC3; }
.legend.legend-5:before {
  background: #8C8078; }
.legend.legend-6:before {
  background: #FFCF13; }

/*
* @end
*/
/*
* @group custom icon font
*/
.custom-icon {
  display: inline-block;
  font-family: "chart-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.custom-icon-protection:before {
  content: ""; }

.custom-icon-saving:before {
  content: ""; }

.custom-icon-investment:before {
  content: ""; }

/*
* @end
*/
/*
* @group margin helpers
*/
.no-mb {
  margin-bottom: 0 !important; }

.small-mb {
  margin-bottom: 10px !important; }

.normal-mb {
  margin-bottom: 20px !important; }

.medium-mb {
  margin-bottom: 30px; }

.section-mb {
  margin-bottom: 45px !important; }

.large-mb {
  margin-bottom: 50px; }

.giant-mb {
  margin-bottom: 100px; }

.giant-mt {
  margin-top: 100px; }

.mb-20 {
  margin-bottom: 20px; }

.mr-20 {
  margin-right: 20px; }

.ml-5 {
  margin-left: 5px; }

.no-margin {
  margin: 0; }

/*
* @end
*/
/*
* @group position
*/
.pos-r {
  position: relative; }

/*
* @end
*/
/*
* @group padding helpers
*/
.no-pl {
  padding-left: 0; }

.normal-pt {
  padding-top: 20px; }

.pt-20 {
  padding-top: 20px; }

/*
* @end
*/
.inline-block {
  display: inline-block; }

.block-element {
  display: block; }

.full-width {
  width: 100%; }

.text-center {
  text-align: center; }

/*
* for visibility controller js
*/
.visibility-controlled {
  display: none; }

/*
*
*/
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

/*
* @group shadows
*/
.nav.nav-stacked, .panel.panel-with-shadow, .tabs-box .tab-content, .contract-summary .inner-wrapper, .messages .message .message-box, .pika-single.is-bound, .sign-in-page .alert {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

/*
* @end
*/
.explanation {
  font-size: 14px;
  font-weight: 400; }

.secondary-explanation {
  font-size: 14px;
  font-weight: 600;
  color: #666666; }
.secondary-explanation a {
  color: inherit; }

.pull-left .cancel {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600; }

/*
* @group value-pager
*/
.values-carousel .values-row {
  padding: 15px 25px; }
.values-carousel .values-row:nth-child(even) {
  background: #f3f3f3; }
.values-carousel .values-row:last-child {
  border-top: 1px solid #e5ded9;
  background: none; }
.values-carousel .values-row:last-child .title {
  font-size: 20px;
  color: #ea650d; }
.values-carousel .values-row:last-child .value {
  font-weight: 600; }
.values-carousel .values-row.date {
  position: relative;
  background: none; }
.values-carousel .values-row.date .prev, .values-carousel .values-row.date .next {
  position: absolute;
  top: 6px;
  color: #ee7f00;
  font-size: 40px;
  text-decoration: none; }
.values-carousel .values-row.date .prev:hover, .values-carousel .values-row.date .next:hover {
  color: #e64415; }
.values-carousel .values-row.date .prev {
  left: 225px; }
.values-carousel .values-row.date .next {
  right: 35px; }
.values-carousel .values-row .title {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  font-weight: 600; }
.values-carousel .values-row .values-container {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 62%; }
.values-carousel .values-row .values-container .values-inner-container {
  white-space: nowrap;
  position: relative;
  left: 0;
  transition: left 0.3s; }
.values-carousel .values-row .values-container .value {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  text-align: center;
  white-space: normal; }

/*
* @end
*/
.small-label {
  font-size: 14px;
  margin-bottom: 5px; }

@media print {
  a[href]:after {
    content: ""; }
  abbr[title]:after {
    content: ""; } }

body {
  overflow-y: scroll;
  min-width: 960px; }

/*
* @group full site layout
*/
.site-min-height {
  min-height: 450px;
  padding: 21px 0 20px; }

.add-big-pt {
  padding-top: 125px; }

/*
* @end
*/
.flexbox .same-height-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.flexbox .same-height-wrapper .left-box {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }
.flexbox .same-height-wrapper .right-box {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

/*
* @group headings
*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }
h1.has-next-text, h2.has-next-text, h3.has-next-text, h4.has-next-text, h5.has-next-text, h6.has-next-text {
  display: inline-block;
  max-width: 70%;
  margin-right: -5px;
  padding-right: 10px; }
h1.has-next-text + *, h2.has-next-text + *, h3.has-next-text + *, h4.has-next-text + *, h5.has-next-text + *, h6.has-next-text + * {
  display: inline-block;
  max-width: 30%;
  margin-right: -5px; }

h1, .h1 {
  margin-bottom: 21px;
  line-height: 1em; }
h1.normal-mb, .h1.normal-mb {
  margin-bottom: 29px; }
h1.small-mb, .h1.small-mb {
  margin-bottom: 13px; }

h2, .h2 {
  margin-bottom: 22px;
  line-height: 1.042em; }
h2.normal-mb, .h2.normal-mb {
  margin-bottom: 15px; }
h2.double-mb, .h2.double-mb {
  margin-bottom: 24px; }

h3, .h3 {
  margin-bottom: 23px;
  line-height: 1.050em; }
h3.normal-mb, .h3.normal-mb {
  margin-bottom: 26px; }

h4, .h4 {
  margin-bottom: 0; }
h4.normal-mb, .h4.normal-mb {
  margin-bottom: 26px; }

h5 {
  font-weight: 400; }

/*
* @end
*/
/*
* @group font-size
*/
.small, .small-font-size {
  font-size: 14px;
  line-height: 1.286em; }

.utility, .site-header .personal-info .right a.logout {
  font-size: 12px; }

.large {
  font-size: 20px; }

.giant {
  font-size: 60px; }

/*
* @end
*/
/*
* @group paragraph
*/
p {
  margin-bottom: 12px; }
p.normal-mb {
  margin-bottom: 15px; }
p.small-mb {
  margin-bottom: 5px; }
p.large-mb {
  margin-bottom: 30px; }

/*
* @end
*/
/*
* @group colored text
*/
.white {
  color: #fff; }

.default-light {
  color: #666666; }

.light {
  color: #ee7f00; }

.medium {
  color: #ea650d; }

.dark {
  color: #e64415; }

.colored-text {
  color: #ee7f00;
  line-height: normal;
  padding-top: 2px; }

/*
* @end
*/
/*
* @group text modifiers
*/
.bold {
  font-weight: 600; }

.normal {
  font-weight: 400 !important; }

.default-text {
  font-size: 16px;
  font-weight: 400;
  color: #414141; }

/*
* @end
*/
.status-and-info .icon-wrapper {
  display: inline-block;
  vertical-align: middle; }
.status-and-info .icon-wrapper .text {
  max-width: 90%; }

.status-and-info .info {
  display: inline;
  margin-top: 0;
  color: #666666;
  vertical-align: middle; }

.status-and-info .has-separator {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e5ded9; }

.price {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em; }

.date {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em; }

/*
* @group default link types
*/
a, .link, .site-header .personal-info .right a.logout, .footer-navigation > li > a, .site-footer-new .footer-navigation > li > a {
  text-decoration: underline; }
a:hover, .link:hover, .site-header .personal-info .right a.logout:hover, .footer-navigation > li > a:hover, .site-footer-new .footer-navigation > li > a:hover {
  color: #e64415; }

a.featured-link, a.modify {
  color: #ee7f00; }
a.featured-link:hover, a.modify:hover {
  color: #e64415; }

.strong-link {
  text-decoration: none; }
.strong-link:before {
  display: inline-block;
  margin-right: 3px;
  font-family: "fontawesome";
  color: #ea650d; }
.strong-link:hover {
  text-decoration: underline; }

/*
* @end
*/
/*
* @group special link types
*/
div h1 + a, div h2 + a, div h3 + a, div h4 + a, div h5 + a {
  margin-left: 10px; }

div h1.has-next-text + a, div h2.has-next-text + a, div h3.has-next-text + a, div h4.has-next-text + a, div h5.has-next-text + a {
  margin-left: 0; }

.modify {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.286em; }

a .file-info {
  font-size: 14px;
  font-weight: 400;
  font-style: italic; }

/*
* @end
*/
/*
* @group description list
*/
dl {
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.8em; }
dl dt {
  display: inline-block;
  width: 33.33333%;
  padding-left: 10px;
  margin-right: 10px;
  vertical-align: middle; }
dl dd {
  display: inline-block;
  width: 64%;
  vertical-align: middle; }
dl dd + dd {
  padding-left: 10px;
  margin-left: 33.33333%; }
dl.fifty-fifty-size dt {
  width: 49%;
  margin-bottom: 20px; }
dl.fifty-fifty-size dt .small-donut-chart {
  width: 25%;
  vertical-align: middle; }
dl.fifty-fifty-size dt .small-donut-chart + .title {
  display: inline-block;
  width: 66%;
  vertical-align: middle; }
dl.fifty-fifty-size dd {
  width: 48%;
  margin-bottom: 20px;
  vertical-align: middle; }
dl.fifty-fifty-size.no-mb-on-elements dt, dl.fifty-fifty-size.no-mb-on-elements dd {
  margin-bottom: 0; }
dl.fifty-fifty-size.dd-right dd {
  text-align: right; }

/*
* @end
*/
/*
* @group unordered list
*/
ul, ol {
  padding-left: 25px; }
ul > li, ol > li {
  margin-bottom: 6px;
  color: #ea650d; }
ul > li > div, ol > li > div {
  font-weight: 600;
  color: #414141; }
ul.small > li, ol.small > li {
  font-size: 16px; }
ul.small > li > div, ol.small > li > div {
  font-size: 14px; }

ol > li {
  font-weight: 600; }
ol > li > div {
  font-weight: 400; }

ul.link-list {
  list-style: none;
  padding-left: 8px; }
ul.link-list > li > a {
  display: block;
  position: relative;
  padding-left: 17px;
  text-decoration: none; }
ul.link-list > li > a:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  color: #ea650d; }

/*
* @end
*/
/*
* @group users list
*/
.users-list {
  list-style: none;
  padding: 0; }
.users-list li {
  margin-bottom: 5px;
  color: #414141; }
.users-list li:last-child {
  margin-bottom: 0; }

/*
* @end
*/
/*
* @group list with icons
*/
.list-with-icons {
  list-style: none;
  padding: 0; }
.list-with-icons li {
  margin-bottom: 15px;
  color: #414141; }
.list-with-icons li a {
  width: 100%; }

/*
 * @end
 */
.btn {
  background: #ede8e4;
  text-decoration: none; }
.btn:active, .btn:focus {
  outline: none !important; }
.btn.btn-default {
  padding: 7px 18px;
  font-size: 13px;
  line-height: 1.3em;
  border-radius: 6px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.13);
  border: solid 1px #e5ded9;
  background: #fff;
  font-weight: 600;
  color: #ea650d; }
.btn.btn-default:hover, .btn.btn-default:focus {
  border: solid 1px #e5ded9;
  box-shadow: 0 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  color: #ee7f00; }
.btn.btn-default:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #ea650d; }
.lt-ie10 .btn.btn-default {
  background: #F1F1F1; }
.btn.btn-primary {
  border: none;
  background: #ea650d;
  font-size: 16px;
  line-height: 1.3em;
  border-radius: 4px;
  font-weight: 600; }
.btn.btn-primary:hover, .btn.btn-primary:focus {
  opacity: 0.95; }
.btn.btn-primary:active {
  color: #f9d5ab; }
.btn.btn-primary.disabled, .btn.btn-primary[disabled] {
  opacity: 0.3; }
.btn.btn-secondary {
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.3em;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e5ded9;
  color: #666666; }
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  border-color: #666666; }
.btn.btn-secondary:active {
  border-color: #e5ded9;
  background: #edeaea;
  box-shadow: none; }
.btn.btn-secondary.active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
  background: #F9F9F9; }
.btn.btn-secondary i {
  font-size: 14px;
  position: relative;
  top: 1px; }
.btn.btn-secondary i.fa-table, .btn.btn-secondary i.fa-line-chart {
  top: 2px; }
.btn.btn-secondary.active .fa-check, .btn.btn-secondary.active .accordion .colored-rows .selected, .accordion .colored-rows .btn.btn-secondary.active .selected {
  color: #5b9e62; }
.btn.btn-default.btn-sm, .btn-group-sm > .btn.btn-default, .btn.btn-primary.btn-sm, .btn-group-sm > .btn.btn-primary, .btn.btn-secondary.btn-sm, .btn-group-sm > .btn.btn-secondary {
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.3em;
  border-radius: 6px; }
.btn.btn-default.btn-nm, .btn.btn-primary.btn-nm, .btn.btn-secondary.btn-nm {
  padding: 7px 18px;
  font-size: 13px;
  line-height: 1.3em;
  border-radius: 6px; }
.btn.btn-default.btn-lg, .btn-group-lg > .btn.btn-default, .btn.btn-primary.btn-lg, .btn-group-lg > .btn.btn-primary, .btn.btn-secondary.btn-lg, .btn-group-lg > .btn.btn-secondary {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 1.3em;
  border-radius: 6px; }
.btn.wider {  
  padding: .3em }
.btn.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.link-before-btn {
  margin-right: 20px;
  font-weight: 600; }

/*
* btn-group border visibility fix
*/
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
  z-index: 3; }

.nav.nav-stacked {
  border: 1px solid #e5ded9;
  border-radius: 4px; }
.nav.nav-stacked li {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #e5ded9; }
.nav.nav-stacked li a {
  padding: 14px 10px 14px 24px;
  background: none;
  font-weight: 600;
  text-decoration: none; }
.nav.nav-stacked li:hover a {
  color: #ea650d; }
.nav.nav-stacked li:first-child {
  border-top: none; }
.nav.nav-stacked li:first-child.active:before {
  border-top-left-radius: 3px; }
.nav.nav-stacked li:last-child.active:before {
  border-bottom-left-radius: 3px; }
.nav.nav-stacked li.active:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  content: "";
  background: #ee7f00;
  background-image: linear-gradient(to bottom, #ee7f00 0%, #ea650d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE7F00', endColorstr='#FFEA650D', GradientType=0); }

.nav.nav-tabs {
  font-weight: 600; }
.nav.nav-tabs li a {
  text-decoration: none; }
.nav.nav-tabs li a .notification-icon {
  margin-top: -4px;
  margin-left: 5px; }
.nav.nav-tabs li:hover a {
  color: #ea650d; }

label {
  margin-bottom: 10px; }

.under-label {
  padding-top: 3px;
  padding-left: 25px; }
.under-label a {
  display: block;
  margin-bottom: 6px; }

.form-control {
  font-weight: 600;
  box-shadow: none;
  transition: border-color .5s; }
.form-control:focus {
  border: solid 1px #e5ded9;
  box-shadow: none; }
.form-control.small-input {
  padding-top: 3px;
  padding-bottom: 0;
  height: 32px;
  font-size: 14px;
  font-weight: 400; }

.form-group {
  position: relative; }
.form-group.bigger-mb {
  margin-bottom: 30px; }

/*
* @group input addon
*/
.input-group .form-control:first-child {
  border-right: none; }

.input-group .input-group-addon {
  position: relative;
  font-weight: 600;
  border-left: 1px solid #e5ded9;
  transition: border-color .5s; }
.lt-ie9 .input-group .input-group-addon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
.input-group .input-group-addon:first-child {
  border-left: 1px solid #e5ded9;
  border-right: none; }
.input-group .input-group-addon:first-child + .form-control {
  border-left: none; }
.input-group .input-group-addon.calendar {
  background-color: #fff; }
.input-group .input-group-addon.calendar:before {
  color: #ea650d; }

.input-group.small-input .form-control {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  font-size: 14px;
  font-weight: 400; }

.input-group.small-input .input-group-addon {
  padding: 2px 12px 0;
  height: 32px;
  font-size: 14px; }

/*
* @end
*/
/*
* @group info
*/
.info {
  margin-top: 10px;
  line-height: 1em; }
.info .icon {
  margin-right: 4px; }
.info .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666; }

.cursive-info {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #666666; }

.info-right {
  font-size: 14px;
  line-height: 1.286em; }

/*
* @end
*/
/*
* @group custom checkbox and radio
*/
input[type="checkbox"], input[type="radio"] {
  display: none; }
input[type="checkbox"] + label, input[type="radio"] + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer; }
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #e5ded9;
  border-radius: 9px;
  background-color: #fff;
  transition: border-color .5s; }
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  display: block; }
input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default; }
input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
  background-color: #f2eeec; }
.lt-ie9 input[type="checkbox"], .lt-ie9 input[type="radio"] {
  display: inline-block; }
.lt-ie9 input[type="checkbox"] + label, .lt-ie9 input[type="radio"] + label {
  display: inline-block;
  padding-left: 10px; }
.lt-ie9 input[type="checkbox"] + label:before, .lt-ie9 input[type="checkbox"] + label:after, .lt-ie9 input[type="radio"] + label:before, .lt-ie9 input[type="radio"] + label:after {
  display: none; }

input[type="checkbox"] + label:before {
  border-radius: 2px; }

input[type="checkbox"] + label:after {
  content: "";
  display: none;
  position: absolute;
  top: 3px;
  left: 2px;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ea650d; }

input[type="checkbox"]:disabled + label:after {
  color: rgba(234, 101, 13, 0.5); }

/*
* @end
*/
/*
* @group custom radio
*/
input[type="radio"] + label:after {
  display: none;
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ea650d; }

input[type="radio"]:disabled + label:after {
  background-color: rgba(234, 101, 13, 0.5); }

/*
* @end
*/
/*
* @group phone number inputs
*/
.phone-number-inputs .plus {
  float: left;
  padding-top: 9px;
  font-weight: 600;
  margin-right: 5px; }

.phone-number-inputs .tel-small {
  float: left;
  width: 65px;
  margin-right: 3px; }

.phone-number-inputs .tel-big {
  float: none;
  width: auto;
  overflow: hidden; }

/*
* @end
*/
/*
* @group three parts input
*/
.three-parts-input-wrapper input {
  float: left;
  width: 30.6%; }
.three-parts-input-wrapper input:not(:first-child) {
  margin-left: 4%; }

/*
*@end
*/
/*
* @group textarea
*/
textarea {
  min-width: 100%;
  max-width: 100%; }

/*
* @end
*/
/*
* @group date range selector
*/
.date-range-selector .from-to-sign {
  float: left;
  padding-top: 10px;
  width: 10%;
  text-align: center; }

.date-range-selector > .input-group {
  float: left;
  width: 45%; }
.date-range-selector > .input-group.small-input + .from-to-sign {
  padding-top: 6px; }

/*
* @end
*/
.dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175); }

/*
* @group error
*/
.has-error {
     position: relative;
}
 .has-error .form-control, .has-error .form-control:focus {
     border-color: #e64415;
     box-shadow: none;
}

.has-error .input-group .input-group-addon, .has-error input, .has-error textarea, btn-group.has-error,  {
     background: #f6f4f3;
     border-color: #e64415;
}

 .has-error input[type="checkbox"] + label:before, .has-error input[type="radio"] + label:before {
     border-color: #e64415;
}

 .has-error .error-message {
     opacity: 1;
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
}
 .has-error .help-block {
 	 text-align: left;
     padding-left: 20px;
     margin-top: 10px;
     position: relative;
     color: #e64415;
     font-weight: 600;
     font-size: 14px;
     font-family: "NN Dagny";
}
 .has-error .help-block, .has-error .help-block a {
     color: #e64415;
}
 .has-error .help-block:before {
     position: absolute;
     top: -2px;
     left: 0;
     content: "";
     font-size: 16px;
     font-family: 'FontAwesome';
}
 .has-error--generic .help-block {
     margin: 0;
}
 .error-message {
     z-index: 10;
     position: absolute;
     width: 100%;
     margin-top: 15px;
     background: #e64415;
     padding: 10px 11px;
     border-radius: 4px;
     color: #fff;
     opacity: 0;
     -webkit-transform: translateY(-10px);
     -ms-transform: translateY(-10px);
     transform: translateY(-10px);
     transition: all .5s;
}
 .error-message:before {
     content: '';
     position: absolute;
     top: -8px;
     left: 16px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 8px 8px 8px;
     border-color: transparent transparent #e64415 transparent;
}
 .error-message.arrow-right:before {
     left: auto;
     right: 16px;
}

/*
* @end
*/
.site-header {
  position: relative;
  padding: 28px 0 0;
  border-bottom: 1px solid #e5ded9;
  margin-bottom: 28px; }
.site-header:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.03); }
.site-header .top-of-header {
  margin-bottom: 31px; }
.site-header .logo {
  display: inline-block;
  width: 109px;
  margin-top: 3px;
  margin-left: 28px; }
.site-header .logo img {
  width: 100%;
  border: none; }
.site-header .descriptor {
  vertical-align: -4px;
  margin-left: 118px;
  color: #999999; }
.site-header .header-down {
  position: absolute;
  left: -15px;
  top: 28px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #414141; }
.site-header .personal-info {
  position: relative;
  padding-top: 8px; }
.site-header .personal-info .avatar {
  margin-right: 13px;
  width: 50px; }
.site-header .personal-info .avatar img {
  width: 100%; }
.site-header .personal-info .avatarinfo {
  position: absolute;
  bottom: 0px;
  right: 0px; 
  z-index: 1030; }
.site-header .personal-info .right {
  padding-top: 8px;
  max-width: 250px; }
.site-header .personal-info .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #ea650d; }
.site-header .personal-info .right a.logout {
  display: block; }
.site-header .personal-info .right-element {
  float: left;
  min-height: 50px;
  max-width: 430px;
  margin-right: 19px;
  padding-top: 6px;
  padding-right: 20px;
  border-right: 1px solid #e5ded9;
  text-align: right; }
.site-header .personal-info .time-lock-wrapper {
  padding-top: 15px;
  height: 50px; }
.site-header .personal-info .time-lock-wrapper .min, .site-header .personal-info .time-lock-wrapper .sec {
  display: inline-block;
  width: 18px;
  text-align: center; }
.site-header .personal-info .js-user-changer:hover {
  cursor: pointer; }
.site-header .personal-info .user-changer {
  position: absolute;
  left: 186px;
  top: 70px;
  height: auto;
  width: 250px;
  border: 1px solid #d4d0ce;
  border-radius: 8px;
  background-color: #fff;
  z-index: 10; }
.site-header .personal-info .user-changer__header {
  padding: 5px 0;
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #d4d0ce;
  border-radius: 8px 8px 0px 0px;}
.site-header .personal-info .user-changer__footer {
  padding: 5px 0;
  background-color: #f3f3f3;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #d4d0ce;
  border-radius:  0px 0px 8px 8px;}
.site-header .personal-info .user-changer__content {
  padding: 10px 0;
  font-size: 12px;
  max-height: 240px;
  overflow: visible; }
.site-header .personal-info .user-changer__content .title {
  padding: 0 10px;
  font-size: 12px;
  color: #d4d0ce;
  text-transform: uppercase;
  font-weight: normal; }
.site-header .personal-info .user-changer__content .user {
  padding: 0 10px;
  margin-bottom: 15px; }
.site-header .personal-info .user-changer__content .user .user-media {
  float: left;
  padding-top: 3px;
  width: 30px; }
.site-header .personal-info .user-changer__content .user .user-media img {
  width: 20px;
  height: 20px;
  border-radius: 50%; }
.site-header .personal-info .user-changer__content .user .user-media .icon {
  width: 20px;
  height: 20px;
  font-size: 12px; }
.site-header .personal-info .user-changer__content .user .user-details {
  float: left;
  width: 170px; }
.site-header .personal-info .user-changer__content .user .user-details .name {
  margin-bottom: 0;
  font-size: 14px; }
.site-header .personal-info .user-changer__content .user .user-details p {
  margin-bottom: 0;
  font-size: 12px; }
.site-header .personal-info .user-changer:before {
  content: url(/nn/javax.faces.resource/images/arrow-up.png.xhtml);
  position: absolute;
  width: 7px;
  height: 7px;
  top: -13px;
  left: 50%;
  margin-left: -3px; }
.site-header nav {
  margin-bottom: -1px; }
.site-header .bottom-text {
  position: absolute;
  right: 10px;
  bottom: -18px; }
.site-header .right-text {
  position: absolute;
  right: 10px;
  top: 15px; }

.contract-number-wrapper .title {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #e64415;
  line-height: 1em; }

.contract-number-wrapper .contract-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em; }

/*
* @group language select
*/
ul.lang-select {
  position: relative;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e5ded9;
  border-radius: 4px; }
  ul.lang-select li {
    margin: 0;
    display: none;
    min-width: 170px; }
    ul.lang-select li a {
      display: block;
      padding: 0 15px;
      text-decoration: none; }
      ul.lang-select li a > div {
        padding: 12px 0;
        border-top: 1px solid #e5ded9; }
        ul.lang-select li a > div:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          margin-right: 14px; }
        ul.lang-select li a > div span {
          vertical-align: middle; }
    ul.lang-select li:first-child {
      display: block; }
      ul.lang-select li:first-child a > div {
        border-top: none; }
    ul.lang-select li.hu a > div:before {
    background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
      background-position: -76px -193px;
      width: 24px;
      height: 18px; }
    ul.lang-select li.uk a > div:before {
    background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
      background-position: -100px -193px;
      width: 24px;
      height: 18px; }
    ul.lang-select li.de a > div:before {
    background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
      background-position: -52px -193px;
      width: 24px;
      height: 18px; }
  ul.lang-select:hover {
    background: #ede8e4; }
    ul.lang-select:hover li {
      display: block; }

/*
* @end
*/
.subheader {
  min-height: 115px;
  padding-top: 15px;
  margin-bottom: 20px; }
.subheader h1 {
  margin-bottom: 20px; }
.subheader .insurance {
  display: inline;
  vertical-align: middle;
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid #414141;
  font-size: 16px;
  line-height: 1.5em; }
.subheader .status {
  display: inline-block; }
.subheader .contract-number-wrapper {
  text-align: right; }
.subheader .contract-number-wrapper .title {
  font-size: 14px; }
.subheader .contract-number-wrapper .contract-number {
  margin-bottom: 5px; }
.subheader .contract-picture {
  position: absolute;
  top: -25px;
  width: 120px;
  max-height: 120px; }
.subheader .contract-picture img {
  max-width: 100%;
  max-height: 120px; }
.subheader .contract-info {
  width: auto;
  overflow: hidden;
  margin-left: 140px; }

.site-footer {
  padding: 45px 0 30px;
  margin-top: 58px;
  background: #f3f3f3; }
.site-footer h5 {
  font-size: 14px; }
.site-footer strong {
  font-size: 20px; }
.site-footer small {
  font-size: 100%;
  font-weight: 600;
  color: #666666; }
.site-footer .mail-icon-wrapper {
  margin-left: 0;
  margin-right: 20px; }
.site-footer .row {
  min-height: 75px;
  padding: 0 10px; }
.site-footer .row > div {
  float: left; }
.site-footer .row > div:first-child {
  width: 380px;
  margin-right: 20px; }
.site-footer .row > div:first-child + div {
  float: none;
  width: auto;
  overflow: hidden;
  text-align: right; }
.site-footer .row > div:first-child + div > div {
  display: inline-block;
  vertical-align: top;
  text-align: left; }
.site-footer .row > div:first-child + div > div.phone-contact-wrapper {
  margin-right: 45px; }
.site-footer .row > div:first-child + div > div.online-contact-wrapper .text {
  font-size: 14px; }

.footer-navigation {
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 20px;
  list-style: none;
  border: 1px solid #e5ded9;
  border-left: none;
  border-right: none; }
.footer-navigation > li {
  float: left;
  margin: 15px 15px 15px 0;
  padding-left: 15px;
  border-left: 1px solid #e5ded9; }
.footer-navigation > li > a {
  font-size: 14px;
  line-height: 1.286em; }
.footer-navigation > li:first-child {
  padding-left: 0;
  border-left: none; }
.footer-navigation > li:last-child {
  margin-right: 0; }

.footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
    background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
  background-position: -203px -122px;
  width: 83px;
  height: 45px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .footer-logo {
        background-image: url(/nn/javax.faces.resource/images/retina-sprite.png.xhtml);
      background-position: 0px -71px;
      width: 83px;
      height: 45px;
      background-size: 203px 130px;
      background-repeat: no-repeat; } }

.site-footer-new {
  padding: 45px 0 0;
  margin-top: 58px;
  background: #f3f3f3; }
.site-footer-new h5 {
  font-size: 14px; }
.site-footer-new strong {
  font-size: 20px; }
.site-footer-new small {
  font-size: 100%;
  font-weight: 600;
  color: #666666; }
.site-footer-new a.icon-wrapper .text {
  text-decoration: none; }
.site-footer-new .mail-icon-wrapper {
  margin-left: 0;
  margin-right: 20px; }
.site-footer-new .row {
 /* min-height: 75px;*/
  padding: 0 10px; }
.site-footer-new .search-wrapper h5 + a {
  margin-left: 0; }
.site-footer-new .search-wrapper .icon-wrapper {
  margin-bottom: 10px; }
.site-footer-new .footer-navigation-wrapper {
  margin-top: 20px;
  border: 1px solid #e5ded9;
  border-left: none;
  border-right: none;
  border-bottom: none; }
.site-footer-new .footer-navigation {
  display: block;
  position: relative;
  top: 2px;
  padding: 0 20px;
  list-style: none;
  float: right;
  border: none; }
.site-footer-new .footer-navigation > li {
  float: left;
  margin: 15px 15px 15px 0;
  padding-left: 15px;
  border-left: 1px solid #e5ded9; }
.site-footer-new .footer-navigation > li > a {
  font-size: 14px;
  line-height: 1.286em; }
.site-footer-new .footer-navigation > li:first-child {
  padding-left: 0;
  border-left: none; }
.site-footer-new .footer-navigation > li:last-child {
  margin-right: 0; }

.site-footer-only-logo {
  height: 200px;
  margin-top: 58px;
  background: #f3f3f3; }

/*
* @group panel
*/
.panel {
  position: relative;
  margin-bottom: 30px; }
  .panel .panel-heading {
    margin: 0;
    border: none; }
    .panel .panel-heading h1 {
      margin-bottom: 0; }
  .panel .panel-body.has-icon {
    position: relative;
    padding-left: 103px;
    padding-top: 40px;
    min-height: 101px; }
    .panel .panel-body.has-icon .icon {
      position: absolute;
      top: 22px;
      left: 25px; }
  .panel .panel-body-smalltop.panel-body-smalltop.panel-body-smalltop {
    padding-top: 5px; }
  .panel .panel-close {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    position: relative;
    width: 1.42857em;
    height: 1.42857em;
    border-radius: 100%;
    font-size: 21px;
    vertical-align: middle;
    background: #ea650d;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    width: 1.76471em;
    height: 1.76471em;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    border: 0; }
    .lt-ie9 .panel .panel-close {
      background: #ea650d; }
    .panel .panel-close.disabled {
      background: #f6c2a4; }
      .panel .panel-close.disabled + .text {
        color: #a0a0a0; }
    .panel .panel-close:before {
      position: relative;
      top: -0.05882em;
      width: 1.76471em; }
    .panel .panel-close:focus {
      outline: none; }
  .panel .panel-time {
    display: inline-block;
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px; }
  .panel.small-box {
    text-align: center; }
    .panel.small-box .panel-body {
      padding: 20px 10px;
      min-height: 120px; }
      .panel.small-box .panel-body.text-middle {
        padding-top: 40px; }
    .panel.small-box .price, .panel.small-box .date {
      margin: 8px 0 10px; }
  .panel.panel-transparent, .sign-in-page.has-bg-image .home-content .panel {
    background: rgba(255, 255, 255, 0.8);
    border: none; }
    .panel.panel-transparent .panel-heading, .sign-in-page.has-bg-image .home-content .panel .panel-heading {
      background: none; }
  .panel.panel-white.panel-white {
    background: white;
    border: none; }
    .panel.panel-white.panel-white .panel-heading {
      background: none; }
  .panel.panel-warning {
    background: #f6f4f3;
    border: none; }
    .panel.panel-warning .panel-footer {
      background: #f6f4f3; }
  .panel.panel-secondary {
    background: #ede8e4; }
  .panel.panel-default-with-bg {
    background: #f3f3f3; }
  .panel.no-border {
    border: none; }
  .panel.has-icon {
    min-height: 110px;
    padding-left: 80px; }
    .panel.has-icon .panel-body {
      padding-top: 37px; }
      .panel.has-icon .panel-body.small-pt {
        padding-top: 26px; }
    .panel.has-icon .icon {
      position: absolute;
      top: 25px;
      left: 25px; }
  .panel.single-line .panel-body {
    padding-top: 34px; }
    .panel.single-line .panel-body strong {
      font-size: 35px; }
  .panel.panel-form-box .panel-body {
    padding: 22px 17px 34px; }
  .panel.no-style-panel {
    box-shadow: none; }
    .panel.no-style-panel .panel-body {
      padding-left: 0; }
  .panel.panel-small .title {
    margin-bottom: 10px; }
  .panel.panel-small p {
    font-size: 14px; }
    .panel.panel-small p:last-of-type {
      margin-bottom: 0; }
  .panel.panel-notify {
    min-height: 140px; }
    .panel.panel-notify .panel-media {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      width: 115px;
      position: absolute;
      top: 45px;
      left: 0; }
    .panel.panel-notify .panel-icon {
      color: #ea650d;
      font-size: 60px; }
      .panel.panel-notify .panel-icon.icon-maintenance {
        font-size: 63px; }
      .panel.panel-notify .panel-icon.icon-clock {
        font-size: 55px; }
      .panel.panel-notify .panel-icon.icon-contract-bond {
        font-size: 80px; }
      .panel.panel-notify .panel-icon.icon-savings {
        font-size: 55px; }
      .panel.panel-notify .panel-icon.icon-arrow {
        font-size: 58px; }
      .panel.panel-notify .panel-icon.icon-contract {
        font-size: 74px; }
    .panel.panel-notify .panel-title {
      margin-bottom: 5px;
      font-size: 20px; }
    .panel.panel-notify .panel-body {
      padding: 20px 0 25px 35px; }
  .panel .medium-bg {
    background: #f3f3f3; }
  .panel .dark-bg {
    background: #ede8e4; }
    .panel .dark-bg .panel-title, .panel .dark-bg p, .panel .dark-bg a {
      color: #666666; }
  .panel .row-with-icon {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5ded9; }
    .panel .row-with-icon .inner-icon-wrapper {
      float: left;
      width: 6%; }
      .panel .row-with-icon .inner-icon-wrapper + .text {
        padding-top: 1px;
        float: left;
        width: 94%; }
        .panel .row-with-icon .inner-icon-wrapper + .text strong {
          display: block;
          margin-bottom: 5px; }
    .panel .row-with-icon.last {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
  .panel.safety-panel.safety-panel {
    border: none; }
    .panel.safety-panel.safety-panel .panel-body {
      padding-left: 20px; }
    .panel.safety-panel.safety-panel .panel-body-hidden {
      display: none; }
    .panel.safety-panel.safety-panel .panel-heading {
      padding: 22px 22px 0; }
      .panel.safety-panel.safety-panel .panel-heading:before, .panel.safety-panel.safety-panel .panel-heading:after {
        content: none; }
    .panel.safety-panel.safety-panel .panel-heading-content {
      display: inline-block;
      width: 450px;
      vertical-align: middle;
      font-size: 20px;
      color: #fff; }
      .panel.safety-panel.safety-panel .panel-heading-content u {
        color: #fff;
        font-size: 16px;
        text-decoration: underline; }
    .panel.safety-panel.safety-panel .panel-body {
      border-top: none; }
    .panel.safety-panel.safety-panel a {
      margin-left: 0; }
  .panel .panel-body-pt.panel-body-pt {
    padding-top: 25px; }

/*
* @end
*/
/*
* @group long text box
*/
.long-text-box-container {
  overflow: hidden;
  border: solid 1px #e5ded9;
  border-radius: 4px; }

.long-text-box {
  overflow-x: hidden; 
  padding: 20px 40px; 
  font-size: 14px;
  }

.b-modal h3 {
	margin: 20px 0 0 !important;
    font-size: 22px;
    line-height: 24px;
}  
.b-modal {
	padding: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
}

.b-modal a {
	color: #ea650d;
}

.long-text-box.c-new {

  padding: 0px 0px 0px 0px;
  margin-bottom: 0px !important;
  }
  
  
.long-text-box.b-new {
  overflow: hidden;
  overflow-y: auto; 
  padding: 20px 0; 
  font-size: 14px;
  height: calc(35vh - 20px) !important;
  margin-bottom: 10px !important;
  }
 
 .hl-image {
 	width: 100% !important;
 	height: calc(35vh + 1px) !important;
 	position: relative;
 	margin: 0 0 20px;
 }
 
  .hl-h3 {
  position:  absolute;
  left: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  }
  
  .t-block {
  font-size: 24px;
  background: #fff;
  line-height: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 0 10px;
  width: auto;
  display: inline-block;
  margin: 0 0 10px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

.t-block.t-1 {color: #e64415;}
.t-block.t-2 {color: #ea650d; margin-left: 20px;}
/* .t-block.t-2 {color: #ea650d;} */ /* 2 SOR */
.t-block.t-3 {color: #ee7f00;}
.t-block.t-4 {color: #ea650d;}


/*
* @end
*/
.tabs-box .nav-tabs > li > a {
  border: 1px solid #e5ded9;
  color: #8c8078;
  text-decoration: none; }
.tabs-box .nav-tabs > li > a:focus {
  outline: none; }

.tabs-box .nav-tabs > li.active a {
  color: #ea650d;
  border-bottom-color: transparent; }

.tabs-box .tab-content {
  padding: 20px;
  border: 1px solid #e5ded9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #fff; }
.tabs-box .tab-content.tab-content-rounded {
  border-radius: 4px; }

.tabs-box.no-space .nav-tabs {
  background: #fff;
  border: 1px solid #e5ded9;
  border-radius: 4px 4px 0 0;
  box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.03), 0 2px 5px rgba(0, 0, 0, 0.19); }
.tabs-box.no-space .nav-tabs > li {
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -2px; }
.tabs-box.no-space .nav-tabs > li > a {
  margin: 0;
  border: 1px solid transparent;
  text-align: center; }
.tabs-box.no-space .nav-tabs > li.active a {
  position: relative;
  box-shadow: none;
  border: 1px solid #e5ded9;
  border-bottom: none;
  border-top-right-radius: 4px;
  z-index: 2; }
.tabs-box.no-space .nav-tabs > li.active + li a {
  border-top-left-radius: 0; }
.tabs-box.no-space .nav-tabs > li:last-child a {
  border-top-right-radius: 4px; }

.tabs-box.login-box .nav-tabs li:nth-child(1) {
  width: 56%; }
.tabs-box.login-box .nav-tabs li:nth-child(1) a {
  width: 100%;
  padding-right: 19px; }

.tabs-box.login-box .nav-tabs li:nth-child(2) {
  width: 44%; }
.tabs-box.login-box .nav-tabs li:nth-child(2) a {
  width: 100%;
  margin-left: 3px; }

.tabs-box.login-box .tab-content {
  padding: 50px 17px 34px; }

.accordion img {
  -webkit-backface-visibility: hidden; }

.accordion .panel {
  margin-bottom: 26px; }
.accordion .panel header.has-subtitle-with-link {
  min-height: 100px; }
.accordion .panel header .subtitle-with-link {
  position: absolute;
  top: 62px;
  left: 84px;
  font-size: 14px;
  font-weight: 600; }
.accordion .panel header .subtitle-with-link > span {
  margin-right: 20px; }
.accordion .panel header .subtitle-with-link a {
  font-weight: 400; }
.accordion .panel header .details-link {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 160px;
  font-size: 14px; }
.accordion .panel header .details-link + .has-contract-picture .title-container h3 {
  max-width: 310px; }
.accordion .panel .panel-heading {
  display: block;
  position: relative;
  padding: 25px 25px 20px 80px;
  min-height: 85px;
  text-decoration: none;
  /*
			* @group title vertical align middle
			*/
  /*
			* @end
			*/ }
.accordion .panel .panel-heading:hover, .accordion .panel .panel-heading:visited, .accordion .panel .panel-heading:active, .accordion .panel .panel-heading:focus {
  color: #414141;
  text-decoration: none; }
.accordion .panel .panel-heading:focus {
  outline: none; }
.accordion .panel .panel-heading:after {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #ea650d;
  z-index: 1; }
.accordion .panel .panel-heading:before {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  margin-top: 19px;
  width: 35px;
  height: 35px;
  font-size: 26px;
  color: white;
  text-align: center;
  line-height: 0;
  z-index: 2; }
.accordion .panel .panel-heading .panel-title {
  font-weight: 600;
  font-size: 20px; }
.accordion .panel .panel-heading .sub-title {
  margin-top: 10px;
  font-size: 14px; }
.accordion .panel .panel-heading .title-container {
  display: inline-block;
  width: 96%;
  margin-top: -3px;
  vertical-align: middle; }
.accordion .panel .panel-heading .left:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0px;
  height: 38px; }
.accordion .panel .panel-heading .middle {
  height: 40px; }
.accordion .panel .panel-heading .middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }
.accordion .panel .panel-heading .middle > div {
  display: inline-block; }
.accordion .panel .panel-heading .middle.price {
  margin-bottom: 0; }
.accordion .panel .panel-heading img {
  max-width: 100%; }
.accordion .panel .panel-heading.has-contract-picture img {
  float: left;
  max-width: 50px;
  margin-right: 20px;
  position: relative;
  top: -3px; }
.accordion .panel .panel-heading.has-contract-picture .title-container {
  float: none;
  width: auto;
  max-width: 363px; }
.accordion .panel .panel-heading.has-contract-picture:before, .accordion .panel .panel-heading.has-contract-picture:after {
  top: 30px; }
.accordion .panel .panel-body {
  padding-top: 25px;
  padding-left: 80px;
  border-top: 1px solid #e5ded9; }
.accordion .panel .panel-body:first-child {
  padding-top: 0;
  border-top: none !important; }
.accordion .panel .panel-body.simple {
  border: none; }
.accordion .panel .modify {
  position: absolute;
  top: 25px;
  right: 25px; }
.accordion .panel .panel-collapse .row-type {
  padding-bottom: 20px;
  padding-right: 25px; }
.accordion .panel .panel-collapse .row:last-child {
  border-radius: 0 0 4px 4px; }

.accordion .colored-rows {
  padding: 0 10px; }
.accordion .colored-rows.right-align .row > div:nth-child(2) {
  padding-right: 25px;
  text-align: right; }
.accordion .colored-rows .row {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f3f3f3;
  border-top: 1px solid #e5ded9; }
.accordion .colored-rows .row > div:first-child {
  padding-left: 80px; }
.accordion .colored-rows .row > div:nth-child(2) {
  text-align: center; }
.accordion .colored-rows .title {
  font-weight: 600;
  background: none;
  border: none; }
.accordion .colored-rows .selected {
  position: relative;
  background: #ee7f00;
  font-weight: 600;
  color: #fff; }
.accordion .colored-rows .selected:before {
  position: absolute;
  top: 17px;
  right: 25px; }
.accordion .colored-rows em {
  color: #999999; }
.accordion .colored-rows em.has-left-margin {
  margin-left: 10px; }

.accordion .summary hr {
  margin: 13px 0 13px 0; }

.accordion .summary .explanation {
  color: #666666; }

.accordion .summary > div > div {
  text-align: center; }
.accordion .summary > div > div:first-child {
  text-align: left; }
.accordion .summary > div > div:last-child {
  text-align: right; }

.accordion .three-column-box {
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 1px solid #e5ded9; }
.accordion .three-column-box table {
  width: 100%;
  table-layout: fixed; }
.accordion .three-column-box table tr td, .accordion .three-column-box table tr th {
  vertical-align: middle;
  text-align: center; }
.accordion .three-column-box table tr td:first-child, .accordion .three-column-box table tr th:first-child {
  text-align: left; }
.accordion .three-column-box table tr th {
  color: #ea650d; }
.accordion .three-column-box table thead tr th {
  padding-bottom: 30px; }
.accordion .three-column-box table tbody tr td {
  padding-bottom: 10px;
  height: 75px; }
.accordion .three-column-box table .small-donut-chart {
  margin-right: 0; }

.accordion.disabled {
  opacity: 0.5; }

.accordion .preloader {
  height: 90px;
  padding-top: 25px; }

/*
* @group simple accordion
*/
.simple-accordion {
  margin-bottom: 0; }
.simple-accordion.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  padding: 5px 20px 20px 51px; }
.simple-accordion .panel {
  border-top: 1px solid #e5ded9;
  box-shadow: none; }
.simple-accordion .panel > a {
  padding: 0; }
.simple-accordion .panel-title {
  position: relative;
  padding: 15px 0 10px 51px;
  font-size: 24px; }
.simple-accordion .panel-title:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 15px;
  width: 24px;
  height: 24px;
  border: solid 1px #e5ded9;
  border-radius: 100%;
  background: #FCFCFC;
  vertical-align: middle;
  z-index: 1; }
.simple-accordion .panel-title:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  z-index: 2; }

/*
* @end
*/
.amount-components {
  margin-bottom: 20px; }
.amount-components .amount-components-row {
  position: relative;
  margin-bottom: 15px;
  letter-spacing: -0.31em;
  /* webkit */
  *letter-spacing: normal;
  /* reset IE < 8 */ }
.amount-components .amount-components-row > * {
  letter-spacing: normal;
  word-spacing: normal; }
.amount-components .amount-components-row:last-child {
  margin-bottom: 0; }
.amount-components .amount-components-row > div {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  min-height: 1px;
  padding-left: 5px; }
.amount-components .amount-components-row > div:nth-child(1) {
  width: 65%;
  padding-left: 0; }
.amount-components .amount-components-row > div:nth-child(1) a {
  display: inline-block;
  font-size: 14px; }
.amount-components .amount-components-row .small-donut-chart-next-content {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  height: 70px;
  padding-left: 78px; }
.amount-components .amount-components-row .small-donut-chart-next-content .notice {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.286em; }
.amount-components .amount-components-row .small-donut-chart {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.no-csstransforms .amount-components .amount-components-row .small-donut-chart {
  top: 0; }
.amount-components .amount-components-row .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 600; }
.amount-components .amount-components-row .frequency {
  width: 15%;
  text-align: right; }
.amount-components .amount-components-row .amount {
  text-align: right; }

.modal {
  overflow-y: auto; }
.modal .modal-dialog {
  position: relative; }
.modal .modal-dialog .modal-header {
  padding-bottom: 0; }
.modal .modal-dialog .modal-body {
  font-size: 14px; }
.modal .modal-dialog .modal-body.pt-small {
  padding-top: 10px; }
.modal .modal-dialog .modal-body.normal {
  font-size: 16px; }
.modal .modal-dialog .modal-footer {
  margin-top: 0;
  padding-top: 0;
  text-align: left; }
.modal .modal-dialog .modal-footer .cancel, .modal .modal-dialog .modal-footer .left-link {
  display: inline-block;
  margin-top: 14px; }
.modal .close {
  position: absolute;
  z-index: 1;
  top: -12px;
  right: -12px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  position: relative;
  width: 1.42857em;
  height: 1.42857em;
  border-radius: 100%;
  font-size: 21px;
  vertical-align: middle;
  background: #ea650d;
  width: 1.76471em;
  height: 1.76471em;
  line-height: 1.76471em;
  font-size: 16px;
  color: #fff;
  text-shadow: none; }
.lt-ie9 .modal .close {
  background: #ea650d; }
.modal .close.disabled {
  background: #f6c2a4; }
.modal .close.disabled + .text {
  color: #a0a0a0; }
.modal .close:before {
  position: relative;
  top: -0.05882em;
  width: 1.76471em; }
.modal .close:focus {
  outline: none; }
.modal .cancel {
  font-size: 15px;
  font-weight: 600;
  color: #666666;
  text-decoration: underline; }
.modal .cancel:hover {
  color: #404040; }
.modal .short-text {
  font-size: 16px; }

.modal-md .center-input {
  text-align: center; }
.modal-md .center-input .form-control {
  display: inline-block;
  width: 260px; }

.modal-md-lg {
  width: auto;
  min-width: 500px;
  max-width: 660px; }

.modal-lg {
  width: auto;
  /*
  min-width: 500px;
  max-width: 780px;
  */
  width: 85%;
  height: calc(90% - 1px);
  max-height: calc(90% - 1px);
  position: absolute;
  top: calc(5% + 1px);
  left: calc(7.5% + 1px);
  margin: 0 !important;
  
   }

.modal-inner-scroll {
  overflow: auto;
  max-height: 153px; }

/*
* @group contact modal
*/
.contact-modal .icon-wrapper .text {
  font-size: 35px; }

/*
* @end
*/
@media print {
  .modal {
    position: static; } }

.alert {
  position: relative;
  padding: 18px 15px 17px;
  border-width: 2px; }
  .alert p {
    margin-bottom: 12px; }
    .alert p:last-child {
      margin-bottom: 0; }
  .alert.alert-success, .alert.alert-danger, .alert.alert-info {
    padding-left: 53px;
    padding-right: 50px; }
    .alert.alert-success:before, .alert.alert-danger:before, .alert.alert-info:before {
      display: block;
      position: absolute;
      top: 15px;
      left: 15px;
      content: ""; }
    .alert.alert-success .alert-link, .alert.alert-danger .alert-link, .alert.alert-info .alert-link {
      color: #fff; }
  .alert.alert-success:before {
    background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
    background-position: -312px -122px;
    width: 26px;
    height: 26px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .alert.alert-success:before {
        background-image: url(/nn/javax.faces.resource/images/retina-sprite.png.xhtml);
        background-position: -161px -71px;
        width: 26px;
        height: 26px;
        background-size: 203px 130px;
        background-repeat: no-repeat; } }
  .alert.alert-info:before {
    background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
    background-position: 0px -193px;
    width: 26px;
    height: 26px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .alert.alert-info:before {
        background-image: url(/nn/javax.faces.resource/images/retina-sprite.png.xhtml);
        background-position: -135px -71px;
        width: 26px;
        height: 26px;
        background-size: 203px 130px;
        background-repeat: no-repeat; } }
  .alert.alert-danger:before {
    background-image: url(/nn/javax.faces.resource/images/sprite.png.xhtml);
    background-position: -26px -193px;
    width: 26px;
    height: 26px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .alert.alert-danger:before {
        background-image: url(/nn/javax.faces.resource/images/retina-sprite.png.xhtml);
        background-position: -109px -71px;
        width: 26px;
        height: 26px;
        background-size: 203px 130px;
        background-repeat: no-repeat; } }
  .alert .close {
    float: none;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    filter: alpha(opacity=100); }
    .alert .close:focus {
      outline: none; }

.progress {
  position: relative;
  margin-bottom: 0;
  border-radius: 10px; }

.progress-bar {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  background: #ea650d;
  box-shadow: none; }

.tooltip-icon, .tooltip-input {
  margin-left: 3px;
  font-size: 17px;
  color: #cfc9c4;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.tooltip-icon:before {
  content: ""; }

a.info-layer-icon {
  margin-left: 3px;
  font-size: 17px;
  color: #cfc9c4;
  text-decoration: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
a.info-layer-icon:before {
  content: ""; }
a.info-layer-icon:hover {
  color: #a1968c; }

@media print {
  .tooltip-inner {
    -webkit-print-color-adjust: exact;
    background-color: #000 !important;
    color: #fff !important; } }

.countdown-box .left, .countdown-box .sms-countdown, .countdown-box .right {
  float: left; }

.countdown-box .left {
  margin-right: 10px; }

.countdown-box .sms-countdown {
  margin-right: 10px; }

.countdown-box .right {
  width: 130px; }

.sms-countdown {
  margin-top: -5px; }
.sms-countdown .min, .sms-countdown .sec {
  display: inline-block;
  height: 50px;
  padding-top: 7px;
  background: #ede8e4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  text-align: center; }
.sms-countdown .min .number, .sms-countdown .sec .number {
  font-size: 30px;
  font-weight: 600;
  line-height: 0.8em; }
.sms-countdown .min .name, .sms-countdown .sec .name {
  font-size: 12px; }
.sms-countdown .min {
  width: 50px;
  margin-right: 2px;
  border-radius: 10px 0 0 10px; }
.sms-countdown .sec {
  width: 75px;
  border-radius: 0 10px 10px 0; }

.contract-summary {
  margin-bottom: 20px; }
.contract-summary .inner-wrapper {
  padding: 20px;
  min-height: 136px; }
.contract-summary .col-md-3 {
  padding-left: 10px !important;
  padding-right: 10px !important; }
.contract-summary .col-md-3 .inner-wrapper {
  padding-top: 21px;
  padding-left: 25px;
  border: 1px solid #e5ded9;
  border-radius: 4px 0 0 4px; }
.contract-summary .col-md-3 .inner-wrapper h4 {
  margin-bottom: 2px; }
.contract-summary .col-md-3 .inner-wrapper .links {
  margin-top: 8px;
  font-size: 14px; }
.contract-summary .col-md-9 {
  margin-left: -10px; }
.contract-summary .col-md-9 .inner-wrapper {
  padding-top: 30px;
  background: #e5ded9;
  border-radius: 0 4px 4px 0; }
.contract-summary .amount {
  font-size: 24px;
  font-weight: 600; }
.contract-summary .progress-info {
  margin-bottom: 15px; }
.contract-summary .progress-info .time-label {
  font-size: 14px;
  font-weight: 600;
  color: #8c8078; }
.contract-summary .progress-info time {
  font-weight: 600; }
.contract-summary .progress-info .pull-right {
  text-align: right; }
.contract-summary .drawing-icon {
  position: absolute;
  top: 0;
  right: 20px; }
.contract-summary.no-progress-bar .drawing-icon {
  top: auto;
  bottom: 0; }
.no-flexbox .contract-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0; }
.no-flexbox .contract-summary .inner-wrapper {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto; }
.no-flexbox .contract-summary .col-md-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
.no-flexbox .contract-summary .col-md-9 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
.flexbox .contract-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0; }
.flexbox .contract-summary .inner-wrapper {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  max-width: 100%; }
.flexbox .contract-summary .col-md-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
.flexbox .contract-summary .col-md-9 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/*
* sum
*/
.sum {
  font-size: 20px;
  font-weight: 600; }
.sum .price {
  font-size: 24px;
  color: #ea650d; }
.sum strong {
  display: block;
  margin-bottom: 5px; }

/*
*
*/
/*
* @group small donut chart
*/
.small-donut-chart {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  width: 63px;
  height: 63px; }
.small-donut-chart svg {
  width: 63px;
  height: 63px; }
.small-donut-chart .value {
  position: absolute;
  top: 23px;
  left: 0;
  width: 63px;
  text-align: center;
  font-size: 15px;
  font-weight: 600; }

/*
* @end
*/
/*
* @group featured donut chart
*/
.featured-donut-chart {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 74px;
  height: 74px; }
.featured-donut-chart svg {
  width: 74px;
  height: 74px; }
.featured-donut-chart .value {
  position: absolute;
  top: 22px;
  left: 0;
  width: 74px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff; }

/*
* @end
*/
figure.agent-figure img {
  max-width: 100%;
  border-radius: 100%;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1); }

figure.agent-figure + div {
  padding-top: 30px; }

.table thead > tr > th {
  border-bottom: 1px; }

.table tbody tr td {
  vertical-align: middle; }

.simple-table {
  width: 100%; }
.simple-table thead th {
  color: #ee7f00;
  padding-bottom: 10px; }
.simple-table tbody td {
  padding-bottom: 5px; }

.small-table {
  table-layout: fixed;
  font-size: 14px; }
.small-table strong {
  display: block;
  margin-bottom: 5px; }

.order {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
.order .asc, .order .desc {
  display: block;
  overflow: hidden;
  color: #bfbfbf;
  text-decoration: none;
  line-height: 0; }
.order .asc:before, .order .desc:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 0.51724em; }
.order .asc:hover, .order .desc:hover {
  color: #a6a6a6; }
.order .asc.active, .order .desc.active {
  color: #ea650d; }
.order .asc {
  margin-bottom: 1px; }
.order .asc:before {
  content: ""; }
.order .desc:before {
  content: ""; }

.pagination {
  display: inline-block;
  padding: 0;
  list-style: none; }
.pagination li {
  float: left;
  margin-left: 10px;
  color: #414141; }
.pagination li:before {
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: middle; }
.pagination li a {
  padding: 5px; }
.pagination li:first-child a:before, .pagination li:first-child + li a:before {
  vertical-align: middle;
  margin: -5px 10px 0 0;
  padding: 0px 0 0 2px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ea650d;
  border-radius: 4px;
  text-decoration: none; }
.pagination li:first-child a:hover:before, .pagination li:first-child + li a:hover:before {
  background: #e64415; }
.pagination li:first-child {
  margin-left: 0; }
.pagination li:first-child a:before {
  content: ""; }
.pagination li:first-child + li a:before {
  content: ""; }
.pagination li.next-page a:after, .pagination li.last-page a:after {
  vertical-align: middle;
  margin: -5px 0 0 10px;
  padding: 0px 0 0 5px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ea650d;
  border-radius: 4px; }
.pagination li.next-page a:hover:after, .pagination li.last-page a:hover:after {
  background: #e64415; }
.pagination li.next-page a:after {
  content: ""; }
.pagination li.last-page a:after {
  content: ""; }
.pagination li.active a {
  text-decoration: none;
  font-weight: 600; }
.pagination li.disabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }
.pagination li.disabled a {
  cursor: default;
  pointer-events: none; }
.pagination li.disabled a:hover {
  color: #414141; }

.show-all span {
  vertical-align: middle; }

.show-all:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ea650d;
  text-decoration: none; }

/*
* @group messages table
*/
.messages-panel .panel-body {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }
.messages-panel .panel-body .featured {
  background: #ede8e4; }
.messages-panel .panel-body strong {
  display: block;
  font-size: 20px; }
.messages-panel .panel-body table {
  table-layout: fixed; }
.messages-panel .panel-body table tr {
  border-top: 1px solid #e5ded9; }
.messages-panel .panel-body table tr td {
  padding: 20px 10px; }
.messages-panel .panel-body table tr td:nth-child(1) {
  padding-left: 22px;
  width: 33%; }
.messages-panel .panel-body table tr td:nth-child(2) {
  width: 37%; }
.messages-panel .panel-body table tr td:nth-child(3) {
  vertical-align: middle;
  width: 19%;
  font-weight: 600;
  text-align: right; }
.messages-panel .panel-body table tr td:nth-child(4) {
  vertical-align: middle;
  padding-right: 22px;
  width: 11%;
  text-align: center; }

.messages-panel .search-btn {
  margin-top: 30px;
  margin-left: -5px; 
  padding: .2em .1em !important;}

/*
* @end
*/
/*
* @group messages
*/
.messages .message {
  margin-bottom: 30px; }
.messages .message > .row > div:first-child {
  text-align: center; }
.messages .message figure {
  margin-bottom: 5px; }
.messages .message figure img {
  max-width: 100%;
  margin-bottom: 8px; }
.messages .message figure figcaption {
  font-weight: 600; }
.messages .message .message-box {
  padding: 20px 25px;
  border: 1px solid #e5ded9;
  border-radius: 4px;
  background: #fff; }
.textshadow .messages .message .message-box:before {
  content: '◀';
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 28px;
  -webkit-transform: scaleY(2);
  -ms-transform: scaleY(2);
  transform: scaleY(2);
  text-shadow: -2px 0px 2px #e5ded9;
  color: #fff; }
.messages .message .message-box hr {
  margin-left: -25px;
  margin-right: -25px; }
.messages .message .message-box a.icon-wrapper {
  display: block; }
.messages .message.unread .message-box {
  background: #ede8e4; }
.messages .message.unread .message-box:before {
  color: #ede8e4; }

.messages .contract-data {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5ded9;
  text-align: right; }
.messages .contract-data figure {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 10px; }
.messages .contract-data figure img {
  max-width: 100%; }
.messages .contract-data .text {
  display: inline-block;
  vertical-align: middle;
  max-width: 650px;
  margin-right: 40px; }
.messages .contract-data .text h3 {
  margin-bottom: 0; }
.messages .contract-data .text .info {
  margin-top: 5px;
  font-size: 14px; }
.messages .contract-data .contract-number-wrapper {
  display: inline-block;
  vertical-align: middle; }

/*
* @end
*/
.preloader:before {
  content: '';
  display: inline-block;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  height: 30px;
  width: 30px;
    background: url(/nn/javax.faces.resource/images/preloader-30.png.xhtml);
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .preloader:before {
    height: 30px;
    width: 30px;
        background: url(/nn/javax.faces.resource/images/preloader-70.png.xhtml);
    background-size: 30px 30px; } }

.no-cssanimations .preloader:before {
    background: url(/nn/javax.faces.resource/images/preloader-30.gif.xhtml); }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

time.with-icon {
  font-size: 14px;
  color: #999999; }
time.with-icon:before {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 17px; }

.owl-carousel.owl-hidden {
  visibility: hidden; }

.owl-carousel .owl-item img {
  display: inline-block;
  max-height: 300px;
  max-width: 100%;
  width: auto; }

.owl-carousel .owl-dots {
  margin-top: 30px; }
.owl-carousel .owl-dots .owl-dot {
  margin: 0 35px; }
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ea650d; }
.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  width: 12px;
  height: 12px;
  background: white;
  border: 3px solid #e5ded9;
  transition: background 0.4s; }
.owl-carousel .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  left: 9px;
  width: 84px;
  height: 4px;
  background: #e5ded9;
  transition: background 0.7s; }
.owl-carousel .owl-dots .owl-dot:first-child {
  margin-left: 0; }
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0; }
.owl-carousel .owl-dots .owl-dot:last-child span:before {
  content: none; }
.owl-carousel .owl-dots .owl-dot.active span {
  background: #ea650d;
  border: 4px solid #ea650d;
  box-shadow: 0px 0px 0px 4px #f4b286; }
.owl-carousel .owl-dots .owl-dot.active span:before {
  top: 0;
  left: 12px; }
.owl-carousel .owl-dots .owl-dot.visited span {
  background: #ea650d;
  border: 3px solid #ea650d; }
.owl-carousel .owl-dots .owl-dot.visited span:before {
  background: #ea650d; }

.nav-container {
  position: absolute;
  bottom: 30px;
  width: 730px;
  font-weight: 600;
  font-size: 16px; }
.nav-container .owl-prev, .nav-container .owl-next {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 3; }
.nav-container .owl-prev.visible, .nav-container .owl-next.visible {
  visibility: visible; }
.nav-container .owl-prev:hover, .nav-container .owl-next:hover {
  cursor: pointer;
  color: #ea650d; }
.nav-container .owl-prev span, .nav-container .owl-next span {
  font-family: FontAwesome; }
.nav-container .owl-prev .prev-icon, .nav-container .owl-prev .next-icon, .nav-container .owl-next .prev-icon, .nav-container .owl-next .next-icon {
  font-size: 16px;
  display: inline-block; }
.nav-container .owl-prev .prev-icon, .nav-container .owl-next .prev-icon {
  margin-right: 5px; }
.nav-container .owl-prev .prev-icon:before, .nav-container .owl-next .prev-icon:before {
  content: '\f060'; }
.nav-container .owl-prev .next-icon, .nav-container .owl-next .next-icon {
  margin-left: 5px; }
.nav-container .owl-prev .next-icon:before, .nav-container .owl-next .next-icon:before {
  content: '\f061'; }
.nav-container .owl-prev {
  visibility: hidden; }
.nav-container .owl-next {
  float: right; }

/*!
 * bootstrap-select v1.5.2
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group, .navbar-form .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right; }

.input-append .bootstrap-select.btn-group {
  margin-left: -1px; }

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px; }

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/ }

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%; }

.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  transition: border-color .5s; }

.has-error .bootstrap-select .btn {
  border: 1px solid #e64415; }

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051; }

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left; }

.bootstrap-select.btn-group .btn .caret {
  display: block;
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  height: 100%; }
.bootstrap-select.btn-group .btn .caret:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 36px;
  height: 100%;
  border-left: solid 1px #e5ded9;
  background-color: #fff; }
.bootstrap-select.btn-group .btn .caret:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #ea650d transparent transparent transparent;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed; }

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #e5ded9;
  min-width: 100%;
  z-index: 2000;
  overflow: hidden;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default; }

.bootstrap-select.btn-group .div-contain {
  overflow: hidden; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  margin: 0; }
.bootstrap-select.btn-group .dropdown-menu li:hover {
  background: #f6f4f3; }
.bootstrap-select.btn-group .dropdown-menu li:first-child > a {
  border-top: none; }
.bootstrap-select.btn-group .dropdown-menu li.selected {
  background: #f6f4f3; }
.bootstrap-select.btn-group .dropdown-menu li.selected > a {
  background: none; }
.bootstrap-select.btn-group .dropdown-menu li.selected:hover > a {
  border-top-color: #e5ded9; }
.bootstrap-select.btn-group .dropdown-menu li.active, .bootstrap-select.btn-group .dropdown-menu li.selected.active {
  margin-bottom: 0;
  background: #ea650d; }
.bootstrap-select.btn-group .dropdown-menu li.active > a, .bootstrap-select.btn-group .dropdown-menu li.selected.active > a {
  border-top-color: transparent;
  background: none; }
.bootstrap-select.btn-group .dropdown-menu li.active:hover > a, .bootstrap-select.btn-group .dropdown-menu li.selected.active:hover > a {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px; }

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
  outline: none;
  margin: 0 15px;
  padding: 9px 0;
  border-top: 1px solid #e5ded9;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none; }
.bootstrap-select.btn-group .dropdown-menu li > a:hover {
  background: none;
  color: #414141; }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px; }

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4); }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.show-menu-arrow .dropdown-toggle: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, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2); }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box; }

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px; }

.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bootstrap-select-searchbox input {
  margin-bottom: 0; }

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%; }

/*
* my style
*/
.bootstrap-select.open .dropdown-toggle, .bootstrap-select:focus .dropdown-toggle, .bootstrap-select:active .dropdown-toggle {
  box-shadow: none; }

.bootstrap-select.open .btn .caret:after {
  top: 50%;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #ea650d transparent; }

.bootstrap-select.with-picture .btn-select {
  height: 68px; }

.bootstrap-select.with-picture .dropdown-menu {
  width: 100%; }
.bootstrap-select.with-picture .dropdown-menu a {
  width: 80%;
  white-space: normal; }

.bootstrap-select.with-picture .filter-option {
  white-space: normal; }

.bootstrap-select.with-picture .dropdown-menu.inner img, .bootstrap-select.with-picture .filter-option img {
  max-width: 50px;
  vertical-align: middle; }

.bootstrap-select.with-picture .dropdown-menu.inner span, .bootstrap-select.with-picture .filter-option span {
  display: inline-block;
  width: 68%;
  max-width: 50px;
  vertical-align: middle; }
.bootstrap-select.with-picture .dropdown-menu.inner span:first-child, .bootstrap-select.with-picture .filter-option span:first-child {
  width: 30%; }
.bootstrap-select.with-picture .dropdown-menu.inner span:first-child + span, .bootstrap-select.with-picture .filter-option span:first-child + span {
  padding-left: 20px; }

.btn-select, .btn-select-small, .btn-select-large {
  overflow: hidden;
  height: 40px;
  padding: 9px 46px 7px 12px;
  border: solid 1px #e5ded9;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important; }
.btn-select:after, .btn-select-small:after, .btn-select-large:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.btn-select:hover .filter-option, .btn-select:focus .filter-option, .btn-select-small:hover .filter-option, .btn-select-small:focus .filter-option, .btn-select-large:hover .filter-option, .btn-select-large:focus .filter-option {
  color: #414141; }

.btn-select-small {
  height: 32px;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 400; }
.btn-select-small + .dropdown-menu li > a {
  font-size: 14px !important;
  font-weight: 400 !important; }

.btn-select-large {
  height: 52px;
  font-size: 20px; }

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed; }
  100% {
    border-color: #b94a48; } }

@keyframes blink {
  0% {
    border-color: #ededed; }
  100% {
    border-color: #b94a48; } }

.tokenfield {
  height: auto;
  min-height: 40px;
  padding-bottom: 0px;
  padding-top: 9px; }

.tokenfield .token {
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  padding-top: 1px;
  padding-right: 25px;
  height: 23px;
  vertical-align: top;
  cursor: default; }

.tokenfield .token:hover {
  border-color: #b9b9b9; }

.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8); }

.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f; }

.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 3px; }

.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  max-width: none !important; }

.tokenfield .token .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0;
  background: none;
  color: #414141;
  text-decoration: none;
  text-indent: -9999px; }
.tokenfield .token .close:before {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 14px;
  text-indent: 0px; }
.tokenfield .token .close:hover {
  opacity: 1; }

.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 1px 0 0 0;
  margin-bottom: 6px;
  box-shadow: none; }

.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  box-shadow: none; }

.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee; }

.tokenfield.disabled .token-input {
  cursor: not-allowed; }

.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9; }

.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.has-warning .tokenfield.focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-error .tokenfield.focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-success .tokenfield.focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.tokenfield.input-sm, .input-group-sm > .tokenfield.form-control,
.input-group-sm > .tokenfield.input-group-addon,
.input-group-sm > .input-group-btn > .tokenfield.btn,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px; }

.input-group-sm .token,
.tokenfield.input-sm .token, .input-group-sm > .tokenfield.form-control .token,
.input-group-sm > .tokenfield.input-group-addon .token,
.input-group-sm > .input-group-btn > .tokenfield.btn .token {
  height: 20px;
  margin-bottom: 4px; }

.input-group-sm .token-input,
.tokenfield.input-sm .token-input, .input-group-sm > .tokenfield.form-control .token-input,
.input-group-sm > .tokenfield.input-group-addon .token-input,
.input-group-sm > .input-group-btn > .tokenfield.btn .token-input {
  height: 18px;
  margin-bottom: 5px; }

.tokenfield.input-lg, .input-group-lg > .tokenfield.form-control,
.input-group-lg > .tokenfield.input-group-addon,
.input-group-lg > .input-group-btn > .tokenfield.btn,
.input-group-lg .tokenfield {
  min-height: 45px;
  padding-bottom: 4px; }

.input-group-lg .token,
.tokenfield.input-lg .token, .input-group-lg > .tokenfield.form-control .token,
.input-group-lg > .tokenfield.input-group-addon .token,
.input-group-lg > .input-group-btn > .tokenfield.btn .token {
  height: 25px; }

.input-group-lg .token-label,
.tokenfield.input-lg .token-label, .input-group-lg > .tokenfield.form-control .token-label,
.input-group-lg > .tokenfield.input-group-addon .token-label,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-label {
  line-height: 23px; }

.input-group-lg .token .close,
.tokenfield.input-lg .token .close, .input-group-lg > .tokenfield.form-control .token .close,
.input-group-lg > .tokenfield.input-group-addon .token .close,
.input-group-lg > .input-group-btn > .tokenfield.btn .token .close {
  line-height: 1.3em; }

.input-group-lg .token-input,
.tokenfield.input-lg .token-input, .input-group-lg > .tokenfield.form-control .token-input,
.input-group-lg > .tokenfield.input-group-addon .token-input,
.input-group-lg > .input-group-btn > .tokenfield.btn .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top; }

.tokenfield.rtl {
  direction: rtl;
  text-align: right; }

.tokenfield.rtl .token {
  margin: -1px 0 5px 5px; }

.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 240px;
  padding: 8px;
  color: #333;
  background: #fff;
  border: 1px solid #e5ded9;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }
.pika-label:hover {
  color: #ee7f00; }
.pika-label:hover select {
  color: #414141 !important; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.is-today .pika-button {
  color: #ee7f00;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #ea650d;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff !important;
  background: #86807E !important;
  box-shadow: none !important;
  border-radius: 3px !important; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.5; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5; }

/* ---------------------------------------- */
.sign-in-page header {
  margin-bottom: 0px;
  border-bottom: none; }
.sign-in-page header:before {
  display: none; }

.sign-in-page footer {
  margin-top: 0; }

.flexbox .sign-in-page .same-height-wrapper .left-box .panel {
  position: absolute;
  width: 298px;
  height: 100%; }

.sign-in-page .home-content {
  min-height: 545px;
  padding: 45px 0 20px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: top center; }
.sign-in-page .home-content .main-title {
  color: #ea650d; }
.sign-in-page .home-content .panel {
  background: #FCE6D9; }

.sign-in-page.has-bg-image {
  background: transparent; }
.sign-in-page.has-bg-image .home-content .main-title {
  color: #fff; }

.registration-panel .panel-body {
  padding: 35px 17px 44px; }

.registration-panel .email-row {
  margin-bottom: 40px; }

.registration-panel .password-row {
  margin-bottom: 10px; }

.registration-panel .email-address {
  font-size: 16px;
  font-weight: 600;
  color: #ee7f00; }

.maintenance-page header {
  margin-bottom: 0px;
  border-bottom: none; }
.maintenance-page header:before {
  display: none; }

.maintenance-page footer {
  margin-top: 0; }

.maintenance-page .home-content {
  min-height: 545px;
  padding: 45px 0 20px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: top center; }
.maintenance-page .home-content .main-title {
  color: #ea650d; }
.maintenance-page .home-content h1 {
  margin-bottom: 0;
  line-height: 45px; }
.maintenance-page .home-content p {
  padding: 10px 0; }
.maintenance-page .home-content .cogs-icon {
  background-color: transparent; }
.maintenance-page .home-content .cogs-icon:before {
  color: #ea650d; }

.maintenance-page.has-bg-image {
  background: transparent; }
.maintenance-page.has-bg-image .home-content .main-title {
  color: #fff; }

/*
* @group terms
*/
.terms {
  margin-bottom: 40px; }
.terms .logout {
  margin-right: 40px;
  font-size: 14px;
  line-height: 1.286em; }
.terms header {
  margin-bottom: 50px; }
.terms .main {
  margin-bottom: 100px; }
.terms footer {
  border-top: none; }
.terms .long-text-box-container {
  margin-bottom: 40px; }
.terms .long-text-box {
  max-height: 320px; }

/*
* @end
*/
.settings-box .tab-content {
  padding-top: 45px;
  padding-bottom: 37px; }

/*
* @group modify
*/
.modify-data-item {
  padding-top: 10px;
  margin-bottom: 20px; }
.modify-data-item .panel-warning {
  font-size: 14px;
  line-height: 1.286em; }
.modify-data-item .button-row {
  padding-top: 13px;
  margin-bottom: 10px; }

/*
* @end
*/
/*
* @group profile picture upload
*/
.profile-pic-upload {
  margin-bottom: 20px; }
.profile-pic-upload > div {
  float: left; }
.profile-pic-upload > div:first-child {
  margin-right: 20px;
  width: 100px; }
.profile-pic-upload > div:first-child img {
  max-width: 100%; }
.profile-pic-upload > div:first-child + div {
  padding-top: 20px; }
.profile-pic-upload > div:first-child + div .btn {
  margin-bottom: 10px; }
.profile-pic-upload > div:first-child + div a:not([class="btn"]) {
  font-size: 14px; }

/*
* @end
*/
/*
* @group subscriptions
*/
.subscriptions label {
  display: block; }
.subscriptions label a {
  text-decoration: underline; }

.subscriptions .subscription-item {
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5ded9; }
.subscriptions .subscription-item.no-options {
  margin: -25px -20px 24px;
  padding: 20px 20px 25px;
  border-bottom: 1px solid #e5ded9;
  border-top: 1px solid #e5ded9;
  background: #f3f3f3; }

.subscriptions .button-row {
  padding-top: 10px; }

.subscriptions-hero {
  min-height: 165px;
  margin-bottom: 30px;
  padding-bottom: 30px;
    background: url(/nn/javax.faces.resource/images/subscriptions-hero-bg.png.xhtml) right bottom no-repeat; }

/*
* @end
*/
.js .login-data-tab .modify-data-item {
  display: none; }

.consultant-box {
  /*
	* @group nincs szükség rá ha a 2. verzió kell
	*/
  /*
	* @end
	*/ }
.consultant-box .contact-info {
  margin-bottom: 20px;
  color: #666666;
  line-height: 1.2em; }
.consultant-box .contact-info .text {
  font-weight: 400; }
.consultant-box .contact-info strong {
  color: #414141;
  font-size: 18px;
  font-weight: 600; }
.consultant-box .consultant-info-wrapper {
  padding-top: 33px; }
.consultant-box .consultant-info-wrapper h2 {
  margin-bottom: 0; }
.consultant-box .contact-info-wrapper {
  padding-left: 10px; }
.consultant-box small, .consultant-box small a {
  font-size: 12px;
  color: #86807E; }
.consultant-box small a:hover {
  color: #e64415; }
.consultant-box .phone-number-wrapper {
  padding-top: 30px; }
.consultant-box .phone-number-wrapper .icon-wrapper .icon {
  margin-right: 20px; }
.consultant-box .phone-number-wrapper .phone-number-label {
  margin-bottom: 15px; }
.consultant-box .phone-number-wrapper .phone-number {
  font-size: 30px;
  color: #ea650d; }
.consultant-box .consultant-pic-wrapper {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -10px; }
.consultant-box .consultant-pic-wrapper img {
  max-width: 100%; }
.consultant-box.call-center-box {
  /*
		* @group nincs szükség rá ha a 2. verzió kell
		*/
  /*
		* @end
		*/ }
.consultant-box.call-center-box h1 {
  margin-bottom: 36px; }
.consultant-box.call-center-box .consultant-pic-wrapper img {
  max-width: 280px; }
.consultant-box.call-center-box .phone-number-wrapper, .consultant-box.call-center-box .opening-hours-wrapper {
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
.consultant-box.call-center-box .phone-number-wrapper {
  width: 54%; }
.consultant-box.call-center-box .opening-hours-wrapper {
  width: 46%; }

.consultant-form-box textarea {
  height: 208px; }

.contact-wrapper {
  margin-bottom: 20px; }
.contact-wrapper .icon-wrapper {
  margin-bottom: 15px; }

ul.opening-hours {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }
ul.opening-hours li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5ded9;
  font-size: 16px; }
ul.opening-hours li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none; }
ul.opening-hours li:last-child {
  margin-bottom: 0; }
ul.opening-hours li .day {
  float: left;
  color: #666666; }
ul.opening-hours li .time {
  float: right;
  font-weight: 600; }

/*
* @group consultants products
*/
.consultants-products h2 {
  margin-bottom: 30px; }

.consultants-products section {
  margin-bottom: 25px; }
.consultants-products section:last-child {
  margin-bottom: 0; }
.consultants-products section .icon-wrapper {
  margin-bottom: 20px; }

/*
* end
*/
.portfolio-tabs .tab-content {
  padding-top: 40px; }

.portfolio-tabs .nav-tabs > li > a {
  display: table-cell;
  height: 70px;
  vertical-align: middle; }

.portfolio-tabs .nav-tabs > li.active {
  margin-bottom: -1px; }

/*
* @group distribution form table
*/
.distribution-wrapper, .portfolio-content-wrapper {
  padding-left: 40px; }
.distribution-wrapper .disabled, .portfolio-content-wrapper .disabled {
  opacity: 0.6;
  filter: alpha(opacity=6); }

.distribution-form-table {
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed; }
.distribution-form-table td, .distribution-form-table th {
  padding: 10px 0; }
.distribution-form-table td:nth-child(1), .distribution-form-table th:nth-child(1) {
  width: 55%;
  text-align: left; }
.distribution-form-table td:nth-child(1) a, .distribution-form-table th:nth-child(1) a {
  font-weight: 600; }
.distribution-form-table td:nth-child(2), .distribution-form-table th:nth-child(2) {
  width: 26%;
  font-weight: 600;
  text-align: center; }
.distribution-form-table td:nth-child(3), .distribution-form-table th:nth-child(3) {
  width: 19%;
  text-align: center; }
.distribution-form-table thead tr {
  border-bottom: 1px solid #e5ded9; }
.distribution-form-table thead tr th {
  font-size: 20px; }
.distribution-form-table tfoot tr {
  border-top: 1px solid #e5ded9; }
.distribution-form-table tfoot td {
  font-size: 20px;
  font-weight: 600; }
.distribution-form-table.two-columns td:nth-child(1), .distribution-form-table.two-columns th:nth-child(1) {
  width: 81%; }
.distribution-form-table.two-columns td:nth-child(2), .distribution-form-table.two-columns th:nth-child(2) {
  width: 19%; }

.modal .distribution-wrapper, .modal .portfolio-content-wrapper {
  padding-left: 0;
  font-size: 16px; }
.modal .distribution-wrapper .distribution-form-table td:nth-child(3), .modal .portfolio-content-wrapper .distribution-form-table td:nth-child(3) {
  font-weight: 600; }

/*
* @end
*/
/*
* @payment
*/
.amount-input-group {
  width: 205px; }
.amount-input-group input {
  text-align: right; }

.big-amount-additional {
  display: none; }

/*
* @end
*/
/*
* @portfolio details
*/
.portfolio-details--featured {
  margin: 0 -20px 50px;
  padding: 40px 20px 20px;
  border-bottom: 1px solid #e5ded9;
  background: #f3f3f3; }
.portfolio-details--featured .portfolio-details-item {
  margin-bottom: 0; }

.portfolio-details-item {
  position: relative;
  margin-bottom: 45px; }
.portfolio-details-item .sum .pull-left {
  width: 355px; }
.portfolio-details-item .sum .pull-left + div {
  float: none;
  width: auto;
  overflow: hidden;
  line-height: 1.050em; }
.portfolio-details-item .under-chart {
  margin-left: 370px; }

.portfolio-details__chart-table-wrapper {
  position: relative; }

.portfolio-details__chart, .portfolio-details__sticky-wrapper, .portfolio-details__sticky-wrapper__inner {
  background: #fff; }
.portfolio-details--featured .portfolio-details__chart, .portfolio-details--featured .portfolio-details__sticky-wrapper, .portfolio-details--featured .portfolio-details__sticky-wrapper__inner {
  background: #F3F3F3; }

.portfolio-details__sticky-wrapper {
  height: 230px;
  margin-left: -20px; }

.portfolio-details__sticky-wrapper__inner {
  z-index: 2;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .5s; }
.portfolio-details__sticky-wrapper__inner--sticky {
  position: fixed;
  top: 0;
  border-bottom-color: #e5ded9; }
.portfolio-details__sticky-wrapper__inner--sticky .portfolio-details__chart {
  border-bottom-color: #e5ded9; }
.portfolio-details__sticky-wrapper__inner--end {
  position: absolute;
  top: auto;
  bottom: 0; }

.portfolio-details__chart {
  height: 200px;
  padding: 20px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .5s; }

.portfolio-details__table {
  table-layout: fixed;
  font-size: 15px; }
.portfolio-details__table tr td, .portfolio-details__table tr th {
  padding: 5px 10px;
  text-align: right;
  white-space: nowrap; }
.portfolio-details__table tr td:first-child, .portfolio-details__table tr th:first-child {
  text-align: left;
  width: 49%;
  padding-left: 20px;
  white-space: normal; }
.portfolio-details__table tr td:nth-child(2), .portfolio-details__table tr th:nth-child(2) {
  width: 19%; }
.portfolio-details__table tr td:nth-child(3), .portfolio-details__table tr th:nth-child(3) {
  width: 17%; }
.portfolio-details__table tr td:nth-child(4), .portfolio-details__table tr th:nth-child(4) {
  width: 15%;
  padding-right: 20px; }
.portfolio-details__table tbody tr:hover, .portfolio-details__table tbody tr.active {
  background: #e6e6e6; }

.portfolio-details__table-wrapper {
  margin: 0 -20px 20px; }

.portfolio-details__legend {
  display: block;
  position: relative;
  padding-left: 18px; }
.portfolio-details__legend__sign {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px; }

/*
* @end
*/
/*
* @independent rate chart modal
*/
.independent-chart-modal .modal-content {
  min-height: 578px; }

/*
* @end
*/
.contract-picture-wrapper {
  margin-bottom: 40px; }
.contract-picture-wrapper > div {
  position: relative; }
.contract-picture-wrapper > div:hover > img {
  border-width: 4px; }
.contract-picture-wrapper > div:hover .btn-group {
  display: inline-block; }
.contract-picture-wrapper > div .btn-group {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 41px; }
.contract-picture-wrapper > div > img {
  max-width: 100%;
  width: 145px;
  height: 145px;
  border-radius: 100%;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border: 0 solid #ee7f00;
  transition: all 0.5s;
  cursor: pointer; }
.contract-picture-wrapper > div > img.selected {
  border: 4px solid #ee7f00; }
.contract-picture-wrapper .upload-pic-btn {
  display: block;
  width: 145px;
  height: 145px;
  padding: 35px 20px;
  border-radius: 100%;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  text-decoration: none;
  text-align: center; }
.contract-picture-wrapper .upload-pic-btn:hover {
  color: #e64415; }
.contract-picture-wrapper .upload-pic-btn .icon {
  margin-bottom: 10px; }

/*
* @group  picture masking
*/
.pic-masking {
  display: inline-block;
  position: relative;
  width: 275px;
  height: 275px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden; }
  .pic-masking .masked-pic-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    height: 275px; }
    .pic-masking .masked-pic-container img {
      position: absolute;
      top: 0;
      left: 0; }
  .pic-masking .pic-mask {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 277px;
    height: 277px;
    background: url(/nn/javax.faces.resource/images/pic-mask.png.xhtml);
}
  .pic-masking .fake-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    height: 275px; }
  .pic-masking .fake-draggable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    cursor: move; }

/*
* @end
*/
/*
* @group notifications
*/
.notifications-form fieldset {
  margin-bottom: 40px; }

.notification-form-row .bootstrap-select {
  position: relative;
  top: -1px;
  margin-bottom: 0 !important;
  margin-right: 5px;
  vertical-align: middle; }

.notification-form-row input {
  display: inline-block;
  width: auto; }

.notification-form-row > .text {
  display: inline;
  line-height: 2.6em;
  vertical-align: middle; }

/*
* @end
*/
.components-objects .row .col-md-6:last-child {
  text-align: right; }

.components-objects .element {
  margin-bottom: 20px; }

.components-objects .sub-element {
  margin-top: 10px; }
.components-objects .sub-element .col-md-6:first-child {
  padding-left: 80px; }

.insurance-service-value-table {
  table-layout: fixed;
  font-size: 14px; }
.insurance-service-value-table strong {
  display: block;
  margin-bottom: 5px; }
.insurance-service-value-table tr td, .insurance-service-value-table tr th {
  text-align: right; }
.insurance-service-value-table tr td:nth-child(1), .insurance-service-value-table tr th:nth-child(1) {
  width: 25%;
  text-align: left; }
.insurance-service-value-table tr td:nth-child(2), .insurance-service-value-table tr th:nth-child(2) {
  width: 25%;
  text-align: left; }
.insurance-service-value-table tr td:nth-child(3), .insurance-service-value-table tr th:nth-child(3) {
  width: 16%; }
.insurance-service-value-table tr td:nth-child(4), .insurance-service-value-table tr th:nth-child(4) {
  width: 1%; }
.insurance-service-value-table tr td:nth-child(5), .insurance-service-value-table tr th:nth-child(5) {
  width: 15%; }
.insurance-service-value-table tr td:nth-child(6), .insurance-service-value-table tr th:nth-child(6) {
  width: 1%; }
.insurance-service-value-table tr td:nth-child(7), .insurance-service-value-table tr th:nth-child(7) {
  width: 17%; }
.insurance-service-value-table tr td:last-child, .insurance-service-value-table tr th:last-child {
  font-weight: 600; }
.insurance-service-value-table tr .sign {
  width: 2%;
  font-weight: 600;
  color: #cfc9c4; }

.events-box {
  max-height: 768px;
  overflow-x: hidden;
  overflow-y: auto; }
.events-box .event {
  display: block;
  padding: 18px 20px;
  border-bottom: 1px solid #e4e2e0;
  text-decoration: none;
  color: inherit; }
.events-box .event h4 {
  margin-bottom: 10px; }
.events-box .event p {
  font-size: 14px;
  margin-bottom: 8px; }
.events-box .event.unread {
  border-color: #d6d3d1;
  background: #ede8e4; }
.events-box .event:last-child {
  border-bottom: none; }
.events-box .event:hover {
  background: #ddd3cc; }

.safety-panel {
  background: #ee7f00;
  color: #fff; }
.safety-panel .panel-body {
  padding: 18px 20px; }
.safety-panel .featured-donut-chart {
  vertical-align: middle; }
.safety-panel .featured-donut-chart + span {
  display: inline-block;
  width: 450px;
  vertical-align: middle;
  font-size: 20px; }
.safety-panel a {
  display: inline-block;
  margin-left: 10px;
  color: #fff; }

.amlinfo-icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 74px;
  height: 74px; }
.amlinfo-panel {
  background: #aaa;
  color: #fff; }
.amlinfo-panel .panel-body {
  padding: 18px 20px; }
.amlinfo-panel .amlinfo-icon {
  vertical-align: middle; }
.amlinfo-panel .amlinfo-icon + span {
  display: inline-block;
  width: 450px;
  vertical-align: middle;
  font-size: 14px; }
.amlinfo-panel a {
  display: inline-block;
  margin-left: 10px;
  color: #fff; }

.dashboard-accordion .summary-row > div {
  float: left; }
.dashboard-accordion .summary-row > div:nth-child(1) {
  width: 30%; }
.dashboard-accordion .summary-row > div:nth-child(2) {
  width: 20%; }
.dashboard-accordion .summary-row > div:nth-child(3) {
  text-align: right;
  width: 50%; }

.dashboard-accordion .panel-body .top {
  margin-bottom: 5px; }

.dashboard-accordion .panel-body strong {
  display: block; }

.dashboard-accordion .panel-body span {
  display: inline-block;
  font-size: 14px;
  color: #666666; }

.dashboard-accordion .panel-body .contract-type {
  font-weight: 600;
  margin-right: 40px; }

.dashboard-accordion .panel-body .amount-components {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666666; }
.dashboard-accordion .panel-body .amount-components a {
  color: #666666; }

/*
* @group company dashboard
*/
.company-dashboard .dashboard-panel .panel-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5ded9;
  box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.03); }
.company-dashboard .dashboard-panel .panel-heading label {
  font-size: 14px;
  margin-bottom: 5px; }

.company-dashboard .dashboard-panel .list > .header {
  position: relative;
  padding: 18px 22px 18px 60px;
  border-bottom: 1px solid #e5ded9;
  font-weight: bold; }
.company-dashboard .dashboard-panel .list > .header .checkbox-wrapper {
  position: absolute;
  top: 22px;
  left: 22px; }
.company-dashboard .dashboard-panel .list > .header .order + div {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  text-align: left; }
.company-dashboard .dashboard-panel .list > .header > .row > div {
  display: inline-block;
  vertical-align: middle;
  float: none;
  text-align: center; }
.company-dashboard .dashboard-panel .list > .header > .row > div:first-child {
  text-align: left; }
.company-dashboard .dashboard-panel .list > .header > .row > div:nth-child(3) .order + div {
  width: 100px; }
.company-dashboard .dashboard-panel .list > .header > .row > div:nth-child(4) .order + div {
  width: 56px; }

.company-dashboard .dashboard-panel .list .accordion {
  position: relative;
  border-bottom: 1px solid #e5ded9; }
.company-dashboard .dashboard-panel .list .accordion:hover {
  background: #f3f3f3; }
.company-dashboard .dashboard-panel .list .accordion .checkbox-wrapper {
  position: absolute;
  top: 12px;
  left: 22px;
  z-index: 2; }
.company-dashboard .dashboard-panel .list .accordion .header {
  display: block;
  position: relative;
  padding: 20px 22px 16px 60px;
  background: #f3f3f3;
  font-size: 14px;
  text-decoration: none; }
.company-dashboard .dashboard-panel .list .accordion .header > .row > div {
  text-align: center; }
.company-dashboard .dashboard-panel .list .accordion .header > .row > div:first-child {
  text-align: left; }
.company-dashboard .dashboard-panel .list .accordion .header.collapsed {
  background: transparent; }
.company-dashboard .dashboard-panel .list .accordion .header.collapsed:hover {
  color: #414141; }
.company-dashboard .dashboard-panel .list .accordion .header:hover {
  color: #414141; }
.company-dashboard .dashboard-panel .list .accordion .header:after {
  display: block;
  position: absolute;
  top: 18px;
  right: 24px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ea650d;
  z-index: 1; }
.company-dashboard .dashboard-panel .list .accordion .header:before {
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: white;
  text-align: left;
  line-height: 0;
  z-index: 2;
  text-decoration: none; }
.company-dashboard .dashboard-panel .list .accordion .content {
  background: #f8f8f8;
  font-size: 14px; }
.company-dashboard .dashboard-panel .list .accordion .content > .row:first-child {
  padding-top: 15px; }
.company-dashboard .dashboard-panel .list .accordion .content dl dt {
  width: 40%;
  margin-bottom: 10px; }
.company-dashboard .dashboard-panel .list .accordion .content dl dd {
  vertical-align: top;
  width: 56%;
  margin-bottom: 10px;
  font-weight: 600; }
.company-dashboard .dashboard-panel .list .accordion .content h3 {
  margin-bottom: 10px; }
.company-dashboard .dashboard-panel .list .accordion .content .contract {
  padding: 15px 0 0 0;
  border-top: 1px solid #e5ded9; }
.company-dashboard .dashboard-panel .list .accordion .content .contract .info-row {
  margin-bottom: 20px; }
.company-dashboard .dashboard-panel .list .accordion .content .contract .info-row figure {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 20px; }
.company-dashboard .dashboard-panel .list .accordion .content .contract .info-row figure img {
  max-width: 50px;
  border-radius: 100%; }
.company-dashboard .dashboard-panel .list .accordion .content .contract .info-row .info-column {
  display: inline-block;
  vertical-align: middle;
  width: 394px;
  margin-right: 20px; }
.company-dashboard .dashboard-panel .list .accordion .content .contract .info-row .right-side {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  text-align: right; }
.company-dashboard .dashboard-panel .list .accordion .content .contract .info-row h4 {
  margin-bottom: 5px; }
.company-dashboard .dashboard-panel .list .accordion .content .contract .info-row .status-and-info .text {
  font-weight: 600; }

.company-dashboard .pagination + hr {
  margin-top: 0; }

.company-dashboard .buttons-row {
  padding: 0 22px;
  margin-bottom: 30px; }
.company-dashboard .buttons-row .btn {
  margin-right: 20px; }

/*
* @end
*/
.financial-diary > .header {
  padding: 25px 25px 20px;
  border-bottom: 1px solid #e5ded9;
  box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.03); }
.financial-diary > .header figure img {
  max-width: 120px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
.financial-diary > .header .contract-title {
  margin-bottom: 5px; }
.financial-diary > .header label {
  font-size: 14px;
  margin-bottom: 5px; }
.financial-diary > .header .search-btn {
  float: right;
  margin-top: 1px; }
.financial-diary > .header .row > div:nth-child(2) {
  padding-right: 25px; }
.financial-diary > .header .row > div:nth-child(3) {
  padding-left: 25px;
  border-left: 1px solid #ede8e4; }

.financial-diary .info-row {
  padding: 30px 25px;
  background: #ede8e4; }
.financial-diary .info-row .icon-inner-wrapper {
  display: inline-block;
  width: 6%;
  vertical-align: middle; }
.financial-diary .info-row .text {
  display: inline-block;
  width: 94%;
  vertical-align: middle; }

.financial-diary .accordion .header, .financial-diary .simple-element .header {
  display: block;
  position: relative;
  padding: 30px 20px 26px 0;
  border-top: 1px solid #e5ded9;
  font-size: 14px;
  text-align: center;
  text-decoration: none; }
.financial-diary .accordion .header:hover, .financial-diary .simple-element .header:hover {
  background: #f3f3f3;
  color: #414141; }
.financial-diary .accordion .header:after, .financial-diary .simple-element .header:after {
  display: block;
  position: absolute;
  top: 28px;
  left: 25px;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background-color: #ea650d;
  z-index: 1;
  text-decoration: none; }
.financial-diary .accordion .header:before, .financial-diary .simple-element .header:before {
  display: block;
  position: absolute;
  top: 28px;
  left: 25px;
  width: 20px;
  height: 19px;
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 1.9em;
  z-index: 2;
  text-decoration: none; }

.financial-diary .accordion .content .inner, .financial-diary .simple-element .content .inner {
  padding: 20px; }

.financial-diary .simple-element .header:before, .financial-diary .simple-element .header:after {
  display: none; }

.financial-diary .simple-element .header:hover {
  background: none; }

.financial-diary .simple-element .header .icon-wrapper {
  position: relative;
  left: 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: left; }

.financial-diary .empty-element .header:before, .financial-diary .empty-element .header:after {
  display: none; }

.financial-diary dl {
  margin: 0; }
.financial-diary dl dt {
  float: left;
  width: 50%;
  padding: 0;
  margin: 12px 1% 0 0; }
.financial-diary dl dt:first-child {
  margin-top: 0; }
.financial-diary dl dt:first-child + dd {
  margin-top: 0; }
.financial-diary dl dd {
  float: left;
  width: 49%;
  margin-top: 12px; }

.financial-diary .event-list .header-wrapper {
  padding-right: 20px; }
.financial-diary .event-list .header-wrapper .header {
  padding: 28px 0;
  font-weight: 600;
  text-align: center; }

.transaction-download-panel {
  margin-top: 30px; }
.transaction-download-panel .row > div:not(:first-child) {
  padding-top: 13px; }

.contract-components-panel .panel-body {
  min-height: 200px; }
.contract-components-panel .panel-body > .row > div:first-child {
  padding-top: 10px; }
.contract-components-panel .panel-body > .row .contract-components-chart {
  position: absolute;
  top: -10px;
  right: 20px;
  height: 180px;
  width: 235px; }
.contract-components-panel .panel-body > .row .contract-components-chart .dxc-markers-trackers {
  cursor: pointer; }

.page-404-section {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5ded9; }
.page-404-section .title {
  margin-bottom: 0;
  font-size: 190px;
  color: #ea650d; }
.page-404-section .subtitle {
  margin-top: 0; }

.fee-payment-pause > div:first-child {
  padding-top: 24px; }

.fee-dl dt {
  margin-bottom: 20px;
  width: 50%; }

.fee-dl dd {
  margin-bottom: 20px;
  width: 40%; }

.first-login {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 600px;
  width: 100%;
  text-align: center; }
.first-login__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }
.first-login__container--active {
  -webkit-animation-name: firstLoginActiveAnimation;
  animation-name: firstLoginActiveAnimation; }
.first-login__container--end {
  -webkit-animation-name: firstLoginEndAnimation;
  animation-name: firstLoginEndAnimation; }
.no-cssanimations .first-login__container, .lt-ie10 .first-login__container {
  position: relative;
  top: 0;
  left: 0;
  margin: 100px auto 0;
  opacity: 1; }
.first-login__logo {
  max-width: 80%;
  width: 454px; }
.first-login__carousel {
  display: none;
  overflow: hidden;
  position: absolute;
  height: 180px;
  width: 100%;
  max-width: 500px; }
.first-login__carousel__inner-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 50px; }
.first-login__carousel__item {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  min-height: 10px;
  width: 50%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.no-cssanimations .first-login__carousel__item, .lt-ie10 .first-login__carousel__item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
  width: 100%;
  transition: all 0s; }
.first-login__carousel__item--first {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.no-cssanimations .first-login__carousel, .lt-ie10 .first-login__carousel {
  position: relative;
  margin: 0 auto; }
  
.alert-message-icon {
  background: #666;
  background: white;
  border-radius: 100%;
  border: 4px solid #EE7F00; 
  color: #EE7F00;
  display: table-cell;
  height: 20px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

.alert-message-title {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 20px;	
}

.fix-editor {
  display: none;
}
.alert-message-icon-wrapper {
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 2%;
  margin-bottom: 18px;
}
.alert-message-button {
	width: 120px;
}
@-webkit-keyframes firstLoginActiveAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

@keyframes firstLoginActiveAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); } }

@-webkit-keyframes firstLoginEndAnimation {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -150%, 0);
    transform: translate3d(-50%, -150%, 0); } }

@keyframes firstLoginEndAnimation {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -150%, 0);
    transform: translate3d(-50%, -150%, 0); } }

    .process__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.process__item {
  margin: 0;
}
.process--default {
  margin: 0 -10px 50px;
  border-bottom: 3px solid #f3efec;
  position: relative;
}
.process--default:before, .process--default:after {
  width: 30px;
  height: 3px;
  content: '';
  position: absolute;
  bottom: -3px;
}
.process--default:before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.process--default:after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}
.process--default .process__list {
  justify-content: space-around;
  align-items: flex-end;
}
.process--default .process__item {
  padding-bottom: 30px;
  color: #414141;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.process--default .process__item:before, .process--default .process__item:after {
  display: block;
  margin: 0 auto;
  content: '';
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.process--default .process__item:before {
  width: 22px;
  height: 22px;
  border: 1px solid #cfc9c4;
}
.process--default .process__item:after {
  width: 14px;
  height: 14px;
  background: #958d85;
}
.process--block {
  margin-bottom: 30px;
  border-top: 2px solid #f3efec;
  border-bottom: 2px solid #f3efec;
  background: #f3efec;
}
.process--block .process__list {
  justify-content: space-between;
  counter-reset: process;
}
.process--block .process__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  flex: 1;
  background: #f3efec;
  color: #cfc9c4;
  font-weight: 600;
}
.process--block .process__item--active {
  transform: skewX(-15deg);
  transform-origin: bottom;
  color: #414141;
}
.process--block .process__item--active ~ .process__item {
  background: #fff;
}
.process--block .process__item--active .process__label {
  transform: skewX(15deg);
}
.process--block .process__label:before {
  counter-increment: process;
  content: counter(process) '. ';
}
.form-group {
  position: relative;
}
.form-group__radio-group {
  display: inline-block;
  min-width: 60px;
}
.form-group__radio-group + .form-group__radio-group {
  margin-left: 40px;
}
.form-group--inline {
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.form-group--inline label {
  width: 215px;
  margin-bottom: 0;
}
.form-group--inline .form-group__control {
  width: 280px;
}
.form-group--inline .form-group__control--date-picker {
  width: 180px;
}
.form-group--inline .form-group__control--zip {
  width: 80px;
}
.form-group--inline .form-group__control--phone {
  width: 150px;
}
.form-group--inline .form-group__control--radio {
  flex: 1;
  width: 100%;
  margin: 10px 0;
}
.form-group--inline .form-group__control--radio label {
  width: calc(100% - 30px);
  margin-left: 7px;
}
.form-group.bigger-mb {
  margin-bottom: 30px;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 19px;
  height: 19px;
  border: 2px solid #515151;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.5s;
}
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  display: block;
}
input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
}
input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
	border: 2px solid #e1e1e1;
	background-color: #f2eeec;
}
.lt-ie9 input[type="checkbox"], .lt-ie9 input[type="radio"] {
  display: inline-block;
}
.lt-ie9 input[type="checkbox"] + label, .lt-ie9 input[type="radio"] + label {
  display: inline-block;
  padding-left: 10px;
}
.lt-ie9 input[type="checkbox"] + label:before, .lt-ie9 input[type="radio"] + label:before, .lt-ie9 input[type="checkbox"] + label:after, .lt-ie9 input[type="radio"] + label:after {
  display: none;
}
/*
 * @end
 */
/*
 * @group custom radio
 */
input[type="radio"] + label:after {
  display: none;
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ea650d;
}
input[type="radio"]:disabled + label:after {
  background-color: rgba(234, 101, 13, .5);
}
/*
 * @end
 */

.hint-block {
  margin: 5px 0 0;
  color: #958D85;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; 
  text-align: left;
 }
 
 .thin-label {
 	font-weight: 300;
 }
 
 .radio-button-holder {
 	width: 10px;
 }
   .ui-fileupload-row {
    display: none;
}

.pull-center {
	content-align: center;
	text-align: center;
}

.progress, .progress-bar-holder {
  position: relative;
  margin-bottom: 0;
  border-radius: 10px;
}
.progress-bar {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  background: #ea650d;
  box-shadow: none;
}
.progress-bar-new {
  position: relative;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 320px;
  height: 20px;
}
.progress-bar-new ul {
  height: 8px;
  width: 100%;
  background-color: #e5ded9;
}
.progress-bar-new ul li {
  position: absolute;
  top: -6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e5ded9;
  border-radius: 50%;
  list-style: none;
}
.progress-bar-new ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.progress-bar-new ul li:first-child {
  left: 0;
}
.progress-bar-new ul li:nth-child(2) {
  left: 150px;
}
.progress-bar-new ul li:last-child {
  right: 0;
}
.progress-bar-new ul li.done:before {
  content: "";
  top: 0;
  left: 0;
  padding-top: 5px;
  width: 20px;
  height: 20px;
  font: normal normal normal 10px/1 FontAwesome;
  color: #fff;
  border: none;
  background-color: #ea650d;
  text-align: center;
}
.progress-bar-new.progress-bar-new--1 ul {
  background: #ee7f02;
  background: -moz-linear-gradient(left, #ee7f02 0%, #f8c277 50%, #e5ded9 50%, #e5ded9 100%);
  background: -webkit-linear-gradient(left, #ee7f02 0%, #f8c277 50%, #e5ded9 50%, #e5ded9 100%);
  background: linear-gradient(to right, #ee7f02 0%, #f8c277 50%, #e5ded9 50%, #e5ded9 100%);
}
.progress-bar-new.progress-bar-new--2 ul {
  background: #ee7f02;
  background: -moz-linear-gradient(left, #ee7f02 0%, #ee7f02 50%, #e5ded9 50%, #e5ded9 100%);
  background: -webkit-linear-gradient(left, #ee7f02 0%, #ee7f02 50%, #e5ded9 50%, #e5ded9 100%);
  background: linear-gradient(to right, #ee7f02 0%, #ee7f02 50%, #e5ded9 50%, #e5ded9 100%);
}
.progress-bar-new.progress-bar-new--3 ul {
  background: #ee7f02;
  background: -moz-linear-gradient(left, #ee7f02 0%, #ee7f02 50%, #f8c277 100%);
  background: -webkit-linear-gradient(left, #ee7f02 0%, #ee7f02 50%, #f8c277 100%);
  background: linear-gradient(to right, #ee7f02 0%, #ee7f02 50%, #f8c277 100%);
}
.progress-bar-new.progress-bar-new--4 ul {
  background: #ea650d;
}

.float-center-right {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.float-center {
	display: flex;
    justify-content: center;
    align-items: center;
}

.float-center-left {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.comment-small {
	font-size: 9px;	
}

.bold-text-with-padding {
	padding-right: 5px;
}

.display-flex-checkboxes {
	display: flex;
	justify-content: flex-end;
}

.float-center-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.display-flex {
	display: flex;
}

.accordion .panel .panel-body-small-padding {
	padding: 22px; 
   	border-top: 1px solid #e5ded9; }
   	
@media only screen and (min-width : 1280px) {
	.modal-lg {
		max-width: 800px;
		height: 600px;
		left: calc(50% - 400px);
		top: 20px;
	}
}div.hopscotch-bubble .hopscotch-content:before, div.hopscotch-bubble .hopscotch-content:after {
  content: " ";
  display: table; }
div.hopscotch-bubble .hopscotch-content:after {
  clear: both; }

.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fade-in-down {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fade-in-right {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fade-in-left {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.hopscotch-nav-button {
  background: #ede8e4;
  text-decoration: none; }
  .hopscotch-nav-button:active, .hopscotch-nav-button:focus {
    outline: none !important; }

.hopscotch-nav-button.next {
  border: none;
  background: #ea650d;
  color: #fff;
  padding: 8px 18px;
  font-size: 13px;
  line-height: 1.3em;
  border-radius: 6px;
  font-weight: 600;
  vertical-align: top; }
  .hopscotch-nav-button.next:hover, .hopscotch-nav-button.next:focus {
    opacity: 0.95; }
  .hopscotch-nav-button.next:active {
    color: #f9d5ab; }
  .hopscotch-nav-button.next.disabled, .hopscotch-nav-button.next[disabled] {
    opacity: 0.3; }

.hopscotch-nav-button.prev {
  margin-right: 5px;
  padding: 7px 18px;
  font-size: 13px;
  line-height: 1.3em;
  border-radius: 6px;
  padding-bottom: 6px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.13);
  border: solid 1px #e5ded9;
  background: #fff;
  font-weight: 600;
  color: #ea650d; }
  .hopscotch-nav-button.prev:hover, .hopscotch-nav-button.prev:focus {
    border: solid 1px #e5ded9;
    box-shadow: 0 3px rgba(0, 0, 0, 0.08);
    background: #fff;
    color: #ee7f00; }
  .hopscotch-nav-button.prev:active {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
    background: #fff;
    color: #ea650d; }
  .lt-ie10 .hopscotch-nav-button.prev {
    background: #F1F1F1; }

div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0; }

div.hopscotch-bubble {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  color: #333;
  font-family: Helvetica, Arial;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  box-sizing: content-box;
  /* for Mozilla browsers*/
  /* Webkit */
  background-clip: padding-box;
  /*  browsers with full support */ }
  .no-boxshadow div.hopscotch-bubble {
    border: 1px solid #dbd1ca; }

div.hopscotch-bubble * {
  box-sizing: content-box; }

div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out; }

div.hopscotch-bubble.invisible {
  opacity: 0; }

div.hopscotch-bubble.hide, div.hopscotch-bubble .hide, div.hopscotch-bubble .hide-all {
  display: none; }

div.hopscotch-bubble h3 {
  color: #ea650d;
  font-weight: bold;
  margin: -1px 15px 10px 0;
  padding: 0; }

div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */ }

div.hopscotch-bubble .hopscotch-content {
  margin: -5px 0 11px;
  padding-top: 8px; }

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 20px 0; }

div.hopscotch-bubble .hopscotch-bubble-close {
  color: #000;
  display: block;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  top: 10px;
  right: 10px;
  background: url(/nn/javax.faces.resource/images/hopscotch-close.png.xhtml) no-repeat;
}

div.hopscotch-bubble .hopscotch-bubble-close.hide, div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none; }

div.hopscotch-bubble .hopscotch-bubble-number {
  display: none;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #E5DED9;
  border-radius: 50%; }

div.hopscotch-bubble.show-number .hopscotch-bubble-number {
  display: block; }
div.hopscotch-bubble.show-number .hopscotch-bubble-content {
  margin-left: 45px;
  padding-top: 5px; }
div.hopscotch-bubble.show-number .hopscotch-actions {
  margin-left: 45px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow, div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -18px;
  left: 10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -16px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #000000;
  border-bottom: 17px solid rgba(0, 0, 0, 0.3);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -34px;
  left: 10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -18px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #000000;
  border-top: 17px solid rgba(0, 0, 0, 0.5);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -17px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: 1px;
  top: -34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent; }
  .no-boxshadow div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right-color: #dbd1ca; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: -1px;
  top: -34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 17px solid #000000;
  border-left: 17px solid rgba(0, 0, 0, 0.5);
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent; }
  .no-boxshadow div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left-color: #dbd1ca; }

div.hopscotch-bubble img.left {
  float: left;
  margin: 0 10px 10px 0; }
div.hopscotch-bubble img.right {
  float: right;
  margin: 0 0 10px 10px; }
div.hopscotch-bubble img.block {
  display: block;
  margin-bottom: 10px; }
/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}