.select2-container {position: relative; display: inline-block; zoom: 1; *display: inline; vertical-align: top;}.select2-container,.select2-drop,.select2-search,.select2-search input{-moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -khtml-box-sizing: border-box; box-sizing: border-box;}.select2-container .select2-choice {background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white)); background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%); background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%); background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%); background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0); background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #aaa; display: block; overflow: hidden; white-space: nowrap; position: relative; height: 26px; line-height: 26px; padding: 0 0 0 8px; color: #444; text-decoration: none;}.select2-container.select2-drop-above .select2-choice{border-bottom-color: #aaa; -webkit-border-radius:0px 0px 4px 4px; -moz-border-radius:0px 0px 4px 4px; border-radius:0px 0px 4px 4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white)); background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%); background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%); background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%); background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);}.select2-container .select2-choice span {margin-right: 26px; display: block; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis;}.select2-container .select2-choice abbr {display: block; position: absolute; right: 26px; top: 8px; width: 12px; height: 12px; font-size: 1px; background: url(select2.png) right top no-repeat; cursor: pointer; text-decoration: none; border:0; outline: 0;}.select2-container .select2-choice abbr:hover {background-position: right -11px; cursor: pointer;}.select2-drop {background: #fff; color: #000; border: 1px solid #aaa; border-top: 0; position: absolute; top: 100%; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); box-shadow: 0 4px 5px rgba(0, 0, 0, .15); z-index: 9999; width:100%; margin-top:-1px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}.select2-drop.select2-drop-above {-webkit-border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; margin-top:1px; border-top: 1px solid #aaa; border-bottom: 0; -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);}.select2-container .select2-choice div {-webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background: #ccc; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee)); background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%); background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%); background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%); background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0); background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%); border-left: 1px solid #aaa; position: absolute; right: 0; top: 0; display: block; height: 100%; width: 18px;}.select2-container .select2-choice div b {background: url(select2.png) no-repeat 0 1px; display: block; width: 100%; height: 100%;}.select2-search {display: inline-block; white-space: nowrap; z-index: 10000; min-height: 26px; width: 100%; margin: 0; padding-left: 4px; padding-right: 4px;}.select2-search-hidden {display: block; position: absolute; left: -10000px;}.select2-search input {background: #fff url(select2.png) no-repeat 100% -22px; background: url(select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); background: url(select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%); background: url(select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); background: url(select2.png) no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); background: url(select2.png) no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%); background: url(select2.png) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); padding: 4px 20px 4px 5px; outline: 0; border: 1px solid #aaa; font-family: sans-serif; font-size: 1em; width:100%; margin:0; height:auto !important; min-height: 26px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}.select2-drop.select2-drop-above .select2-search input{margin-top:4px;}.select2-search input.select2-active {background: #fff url(spinner.gif) no-repeat 100%; background: url(spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); background: url(spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%); background: url(spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); background: url(spinner.gif) no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); background: url(spinner.gif) no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%); background: url(spinner.gif) no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);}.select2-container-active .select2-choice,.select2-container-active .select2-choices {-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); -moz-box-shadow : 0 0 5px rgba(0,0,0,.3); -o-box-shadow : 0 0 5px rgba(0,0,0,.3); box-shadow : 0 0 5px rgba(0,0,0,.3); border: 1px solid #5897fb; outline: none;}.select2-dropdown-open .select2-choice {border: 1px solid #aaa; border-bottom-color: transparent; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow : 0 1px 0 #fff inset; -o-box-shadow : 0 1px 0 #fff inset; box-shadow : 0 1px 0 #fff inset; background-color: #eee; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee)); background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%); background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%); background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%); -webkit-border-bottom-left-radius : 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft : 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius : 0; border-bottom-right-radius: 0;}.select2-dropdown-open .select2-choice div {background: transparent; border-left: none;}.select2-dropdown-open .select2-choice div b {background-position: -18px 1px;}.select2-results {margin: 4px 4px 4px 0; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; max-height: 200px;}.select2-results ul.select2-result-sub {margin: 0 0 0 0;}.select2-results ul.select2-result-sub > li .select2-result-label {padding-left: 20px}.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {padding-left: 40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {padding-left: 60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {padding-left: 80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {padding-left: 100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {padding-left: 110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {padding-left: 120px}.select2-results li {list-style: none; display: list-item;}.select2-results li.select2-result-with-children > .select2-result-label {font-weight: bold;}.select2-results .select2-result-label {padding: 3px 7px 4px; margin: 0; cursor: pointer;}.select2-results .select2-highlighted {background: #3875d7; color: #fff;}.select2-results li em {background: #feffde; font-style: normal;}.select2-results .select2-highlighted em {background: transparent;}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit {background: #f4f4f4; display: list-item;}.select2-results .select2-disabled {display: none;}.select2-more-results.select2-active {background: #f4f4f4 url(spinner.gif) no-repeat 100%;}.select2-more-results {background: #f4f4f4; display: list-item;}.select2-container.select2-container-disabled .select2-choice {background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default;}.select2-container.select2-container-disabled .select2-choice div {background-color: #f4f4f4; background-image: none; border-left: 0;}.select2-container-multi .select2-choices {background-color: #fff; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff)); background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%); background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%); border: 1px solid #aaa; margin: 0; padding: 0; cursor: text; overflow: hidden; height: auto !important; height: 1%; position: relative;}.select2-container-multi .select2-choices {min-height: 26px;}.select2-container-multi.select2-container-active .select2-choices {-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); -moz-box-shadow : 0 0 5px rgba(0,0,0,.3); -o-box-shadow : 0 0 5px rgba(0,0,0,.3); box-shadow : 0 0 5px rgba(0,0,0,.3); border: 1px solid #5897fb; outline: none;}.select2-container-multi .select2-choices li {float: left; list-style: none;}.select2-container-multi .select2-choices .select2-search-field {white-space: nowrap; margin: 0; padding: 0;}.select2-container-multi .select2-choices .select2-search-field input {color: #666; background: transparent !important; font-family: sans-serif; font-size: 100%; height: 15px; padding: 5px; margin: 1px 0; outline: 0; border: 0; -webkit-box-shadow: none; -moz-box-shadow : none; -o-box-shadow : none; box-shadow : none;}.select2-container-multi .select2-choices .select2-search-field input.select2-active {background: #fff url(spinner.gif) no-repeat 100% !important;}.select2-default {color: #999 !important;}.select2-container-multi .select2-choices .select2-search-choice {-webkit-border-radius: 3px; -moz-border-radius : 3px; border-radius : 3px; -moz-background-clip : padding; -webkit-background-clip: padding-box; background-clip : padding-box; background-color: #e4e4e4; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05); -moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05); box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05); color: #333; border: 1px solid #aaaaaa; line-height: 13px; padding: 3px 5px 3px 18px; margin: 3px 0 3px 5px; position: relative; cursor: default;}.select2-container-multi .select2-choices .select2-search-choice span {cursor: default;}.select2-container-multi .select2-choices .select2-search-choice-focus {background: #d4d4d4;}.select2-search-choice-close {display: block; position: absolute; right: 3px; top: 4px; width: 12px; height: 13px; font-size: 1px; background: url(select2.png) right top no-repeat; outline: none;}.select2-container-multi .select2-search-choice-close {left: 3px;}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {background-position: right -11px;}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {background-position: right -11px;}.select2-container-multi.select2-container-disabled .select2-choices{background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {background-image: none; background-color: #f4f4f4; border: 1px solid #ddd; padding: 3px 5px 3px 5px;}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {display: none;}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-result-selectable .select2-match {text-decoration: underline;}.select2-result-unselectable .select2-match {text-decoration: none;}.select2-offscreen {position: absolute; left: -10000px;}@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {background-image: url(select2x2.png) !important; background-repeat: no-repeat !important; background-size: 60px 40px !important;} .select2-search input {background-position: 100% -21px !important;}}@import url('http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Crimson+Text:400,400italic,600,600italic,700,700italic');article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}audio,canvas,video {display: inline-block; *display: inline; *zoom: 1;}audio:not([controls]) {display: none;}html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}a:focus {outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}a:hover,a:active {outline: 0;}sub,sup {position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {height: auto; border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}button,input,select,textarea {margin: 0; font-size: 100%; vertical-align: middle;}button,input {*overflow: visible; line-height: normal;}button::-moz-focus-inner,input::-moz-focus-inner {padding: 0; border: 0;}button,input[type="button"],input[type="reset"],input[type="submit"] {cursor: pointer; -webkit-appearance: button;}input[type="search"] {-webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}textarea {overflow: auto; vertical-align: top;}.clearfix {*zoom: 1;}.clearfix:before,.clearfix:after {display: table; content: "";}.clearfix:after {clear: both;}.hide-text {overflow: hidden; text-indent: 100%; white-space: nowrap;}.input-block-level {display: block; width: 100%; min-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}body {margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; color: #333; background-color: #FAFAF5;}a {color: #08c; text-decoration: none;}a:hover {color: #005580; text-decoration: underline;}.row {margin-left: -20px; *zoom: 1;}.row:before,.row:after {display: table; content: "";}.row:after {clear: both;}.col {float: left; margin-left: 20px;}.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {width: 904px;}.span12 {width: 904px;}.span11 {width: 827px;}.span10 {width: 750px;}.span9 {width: 673px;}.span8 {width: 596px;}.span7 {width: 519px;}.span6 {width: 442px;}.span5 {width: 365px;}.span4 {width: 288px;}.span3 {width: 211px;}.span2 {width: 134px;}.span1 {width: 57px;}.offset12 {margin-left: 944px;}.offset11 {margin-left: 867px;}.offset10 {margin-left: 790px;}.offset9 {margin-left: 713px;}.offset8 {margin-left: 636px;}.offset7 {margin-left: 559px;}.offset6 {margin-left: 482px;}.offset5 {margin-left: 405px;}.offset4 {margin-left: 328px;}.offset3 {margin-left: 251px;}.offset2 {margin-left: 174px;}.offset1 {margin-left: 97px;}.row-fluid {width: 100%; *zoom: 1;}.row-fluid:before,.row-fluid:after {display: table; content: "";}.row-fluid:after {clear: both;}.row-fluid > .col {float: left; margin-left: 2.12765957%;}.row-fluid > .col:first-child {margin-left: 0;}.row-fluid .span12 {width: 99.99999999%;}.row-fluid .span11 {width: 91.48936169%;}.row-fluid .span10 {width: 82.9787234%;}.row-fluid .span9 {width: 74.4680851%;}.row-fluid .span8 {width: 65.9574468%;}.row-fluid .span7 {width: 57.4468085%;}.row-fluid .span6 {width: 48.93617021%;}.row-fluid .span5 {width: 40.42553191%;}.row-fluid .span4 {width: 31.91489361%;}.row-fluid .span3 {width: 23.40425532%;}.row-fluid .span2 {width: 14.89361702%;}.row-fluid .span1 {width: 6.38297872%;}.container {margin-left: auto; margin-right: auto; *zoom: 1;}.container:before,.container:after {display: table; content: "";}.container:after {clear: both;}.container-fluid {padding-left: 20px; padding-right: 20px; *zoom: 1;}.container-fluid:before,.container-fluid:after {display: table; content: "";}.container-fluid:after {clear: both;}p {margin: 0 0 9px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;}p small {font-size: 11px; color: #999;}.lead {margin-bottom: 18px; font-size: 20px; font-weight: 200; line-height: 27px;}h1,h2,h3,h4,h5,h6 {margin: 0; font-family: inherit; font-weight: bold; color: inherit; text-rendering: optimizeSpeed;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {font-weight: normal; color: #999;}h1 {font-size: 30px; line-height: 36px;}h1 small {font-size: 18px;}h2 {font-size: 24px; line-height: 36px;}h2 small {font-size: 18px;}h3 {line-height: 27px; font-size: 18px;}h3 small {font-size: 14px;}h4,h5,h6 {line-height: 18px;}h4 {font-size: 14px;}h4 small {font-size: 12px;}h5 {font-size: 12px;}h6 {font-size: 11px; color: #999; text-transform: uppercase;}.page-header {padding-bottom: 17px; margin: 18px 0; border-bottom: 1px solid #eee;}.page-header h1 {line-height: 1;}ul,ol {padding: 0; margin: 0 0 9px 25px;}ul ul,ul ol,ol ol,ol ul {margin-bottom: 0;}ul {list-style: disc;}ol {list-style: decimal;}li {line-height: 18px;}ul.unstyled,ol.unstyled {margin-left: 0; list-style: none;}dl {margin-bottom: 18px;}dt,dd {line-height: 18px;}dt {font-weight: bold; line-height: 17px;}dd {margin-left: 9px;}.dl-horizontal dt {float: left; clear: left; width: 120px; text-align: right;}.dl-horizontal dd {margin-left: 130px;}hr {margin: 18px 0; border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff;}strong {font-weight: bold;}em {font-style: italic;}.muted {color: #999;}abbr[title] {border-bottom: 1px dotted #ddd; cursor: help;}abbr.initialism {font-size: 90%; text-transform: uppercase;}blockquote {padding: 0 0 0 15px; margin: 0 0 18px; border-left: 5px solid #eee;}blockquote p {margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 22.5px;}blockquote small {display: block; line-height: 18px; color: #999;}blockquote small:before {content: '\2014 \00A0';}blockquote.pull-right {float: right; padding-left: 0; padding-right: 15px; border-left: 0; border-right: 5px solid #eee;}blockquote.pull-right p,blockquote.pull-right small {text-align: right;}q:before,q:after,blockquote:before,blockquote:after {content: "";}address {display: block; margin-bottom: 18px; line-height: 18px; font-style: normal;}small {font-size: 100%;}cite {font-style: normal;}code,pre {padding: 0 3px 2px; font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; color: #333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}code {padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8;}pre {display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12.025px; line-height: 18px; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; white-space: pre; white-space: pre-wrap; word-break: break-all; word-wrap: break-word;}pre.prettyprint {margin-bottom: 18px;}pre code {padding: 0; color: inherit; background-color: transparent; border: 0;}.pre-scrollable {max-height: 340px; overflow-y: scroll;}form {margin: 0 0 18px;}fieldset {padding: 0; margin: 0; border: 0;}legend {display: block; width: 100%; padding: 0; margin-bottom: 27px; font-size: 19.5px; line-height: 36px; color: #333; border: 0; border-bottom: 1px solid #eee;}legend small {font-size: 13.5px; color: #999;}label,input,button,select,textarea {font-size: 13px; font-weight: normal; line-height: 18px;}input,button,select,textarea {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}label {display: block; margin-bottom: 5px; color: #333;}input,textarea,select,.uneditable-input {display: inline-block; width: 210px; height: 18px; padding: 4px; margin-bottom: 9px; font-size: 13px; line-height: 18px; color: #555; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}.uneditable-textarea {width: auto; height: auto;}label input,label textarea,label select {display: block;}input[type="image"],input[type="checkbox"],input[type="radio"] {width: auto; height: auto; padding: 0; margin: 3px 0; *margin-top: 0; line-height: normal; vertical-align: baseline; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0 \9;}input[type="image"] {border: 0;}input[type="file"] {width: auto; padding: initial; line-height: initial; border: initial; background-color: #fff; background-color: initial; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}input[type="button"],input[type="reset"],input[type="submit"] {width: auto; height: auto;}select,input[type="file"] {height: 28px; *margin-top: 4px; line-height: 28px;}input[type="file"] {line-height: 18px \9;}select {width: 220px; background-color: #fff;}select[multiple],select[size] {height: auto;}input[type="image"] {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}textarea {height: auto;}input[type="hidden"] {display: none;}.radio,.checkbox {padding-left: 18px;}.radio input[type="radio"],.checkbox input[type="checkbox"] {float: left; margin-left: -18px;}.controls > .radio:first-child,.controls > .checkbox:first-child {padding-top: 5px;}.radio.inline,.checkbox.inline {display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle;}.radio.inline + .radio.inline,.checkbox.inline + .checkbox.inline {margin-left: 10px;}input,textarea {-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s;}input:focus,textarea:focus {border-color: rgba(82, 168, 236, 0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); outline: 0; outline: thin dotted \9;}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}.input-mini {width: 60px;}.input-small {width: 90px;}.input-medium {width: 150px;}.input-large {width: 210px;}.input-xlarge {width: 270px;}.input-xxlarge {width: 530px;}input.col,select.col,textarea.col,.uneditable-input {float: none; margin-left: 0;}@media (min-width: 1235px) {.responsive-allowed input.col, .responsive-allowed select.col, .responsive-allowed textarea.col, .responsive-allowed .uneditable-input {float: none; margin-left: 0;}}input,textarea,.uneditable-input {margin-left: 0;}input.span12,textarea.span12,.uneditable-input.span12 {width: 894px;}input.span11,textarea.span11,.uneditable-input.span11 {width: 817px;}input.span10,textarea.span10,.uneditable-input.span10 {width: 740px;}input.span9,textarea.span9,.uneditable-input.span9 {width: 663px;}input.span8,textarea.span8,.uneditable-input.span8 {width: 586px;}input.span7,textarea.span7,.uneditable-input.span7 {width: 509px;}input.span6,textarea.span6,.uneditable-input.span6 {width: 432px;}input.span5,textarea.span5,.uneditable-input.span5 {width: 355px;}input.span4,textarea.span4,.uneditable-input.span4 {width: 278px;}input.span3,textarea.span3,.uneditable-input.span3 {width: 201px;}input.span2,textarea.span2,.uneditable-input.span2 {width: 124px;}input.span1,textarea.span1,.uneditable-input.span1 {width: 47px;}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {background-color: #eee; border-color: #ddd; cursor: not-allowed;}.control-group.warning > label,.control-group.warning .help-block,.control-group.warning .help-inline {color: #c09853;}.control-group.warning input,.control-group.warning select,.control-group.warning textarea {color: #c09853; border-color: #c09853;}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus {border-color: #a47e3c; -webkit-box-shadow: 0 0 6px #dbc59e; -moz-box-shadow: 0 0 6px #dbc59e; box-shadow: 0 0 6px #dbc59e;}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on {color: #c09853; background-color: #fcf8e3; border-color: #c09853;}.control-group.error > label,.control-group.error .help-block,.control-group.error .help-inline {color: #b94a48;}.control-group.error input,.control-group.error select,.control-group.error textarea {color: #b94a48; border-color: #b94a48;}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus {border-color: #953b39; -webkit-box-shadow: 0 0 6px #d59392; -moz-box-shadow: 0 0 6px #d59392; box-shadow: 0 0 6px #d59392;}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on {color: #b94a48; background-color: #f2dede; border-color: #b94a48;}.control-group.success > label,.control-group.success .help-block,.control-group.success .help-inline {color: #468847;}.control-group.success input,.control-group.success select,.control-group.success textarea {color: #468847; border-color: #468847;}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus {border-color: #356635; -webkit-box-shadow: 0 0 6px #7aba7b; -moz-box-shadow: 0 0 6px #7aba7b; box-shadow: 0 0 6px #7aba7b;}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on {color: #468847; background-color: #dff0d8; border-color: #468847;}input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid {color: #b94a48; border-color: #ee5f5b;}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus {border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7;}.form-actions {padding: 17px 20px 18px; margin-top: 18px; margin-bottom: 18px; background-color: #eee; border-top: 1px solid #ddd; *zoom: 1;}.form-actions:before,.form-actions:after {display: table; content: "";}.form-actions:after {clear: both;}.uneditable-input {display: block; background-color: #fff; border-color: #eee; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); cursor: not-allowed;}:-moz-placeholder {color: #999;}::-webkit-input-placeholder {color: #999;}.placeholder {color: #999;}.help-block,.help-inline {color: #555;}.help-block {display: block; margin-bottom: 9px;}.help-inline {display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding-left: 5px;}.input-prepend,.input-append {margin-bottom: 5px;}.input-prepend input,.input-append input,.input-prepend select,.input-append select,.input-prepend .uneditable-input,.input-append .uneditable-input {*margin-left: 0; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;}.input-prepend input:focus,.input-append input:focus,.input-prepend select:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-append .uneditable-input:focus {position: relative; z-index: 2;}.input-prepend .uneditable-input,.input-append .uneditable-input {border-left-color: #ccc;}.input-prepend .add-on,.input-append .add-on {display: inline-block; width: auto; min-width: 16px; height: 18px; padding: 4px 5px; font-weight: normal; line-height: 18px; text-align: center; text-shadow: 0 1px 0 #fff; vertical-align: middle; background-color: #eee; border: 1px solid #ccc;}.input-prepend .add-on,.input-append .add-on,.input-prepend .btn,.input-append .btn {-webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;}.input-prepend .active,.input-append .active {background-color: #a9dba9; border-color: #46a546;}.input-prepend .add-on,.input-prepend .btn {margin-right: -1px;}.input-append input,.input-append select .uneditable-input {-webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;}.input-append .uneditable-input {border-left-color: #eee; border-right-color: #ccc;}.input-append .add-on,.input-append .btn {margin-left: -1px; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child {margin-right: -1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child {margin-left: -1px; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;}.search-query {padding-left: 14px; padding-right: 14px; margin-bottom: 0; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px;}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append {display: inline-block; margin-bottom: 0;}.form-search .hide,.form-inline .hide,.form-horizontal .hide {display: none;}.form-search label,.form-inline label {display: inline-block;}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend {margin-bottom: 0;}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox {padding-left: 0; margin-bottom: 0; vertical-align: middle;}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {float: left; margin-left: 0; margin-right: 3px;}.control-group {margin-bottom: 9px;}legend + .control-group {margin-top: 18px; -webkit-margin-top-collapse: separate;}.form-horizontal .control-group {margin-bottom: 18px; *zoom: 1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after {display: table; content: "";}.form-horizontal .control-group:after {clear: both;}.form-horizontal .control-label {float: left; width: 140px; padding-top: 5px; text-align: right;}.form-horizontal .controls {margin-left: 160px; *display: inline-block; *margin-left: 0; *padding-left: 20px;}.form-horizontal .help-block {margin-top: 9px; margin-bottom: 0;}.form-horizontal .form-actions {padding-left: 160px;}table {max-width: 100%; border-collapse: collapse; border-spacing: 0; background-color: transparent;}.table {width: 100%; margin-bottom: 18px;}.table th,.table td {padding: 8px; line-height: 18px; text-align: left; vertical-align: top; border-top: 1px solid #ddd;}.table th {font-weight: bold;}.table thead th {vertical-align: bottom;}.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-condensed th,.table-condensed td {padding: 4px 5px;}.table-bordered {border: 1px solid #ddd; border-left: 0; border-collapse: separate; *border-collapse: collapsed; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.table-bordered th,.table-bordered td {border-left: 1px solid #ddd;}.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {border-top: 0;}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child {-webkit-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; border-radius: 4px 0 0 0;}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {-webkit-border-radius: 0 4px 0 0; -moz-border-radius: 0 4px 0 0; border-radius: 0 4px 0 0;}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child {-webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px;}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child {-webkit-border-radius: 0 0 4px 0; -moz-border-radius: 0 0 4px 0; border-radius: 0 0 4px 0;}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {background-color: #f9f9f9;}.table tbody tr:hover td,.table tbody tr:hover th {background-color: #f5f5f5;}table .span1 {float: none; width: 41px; margin-left: 0;}table .span2 {float: none; width: 118px; margin-left: 0;}table .span3 {float: none; width: 195px; margin-left: 0;}table .span4 {float: none; width: 272px; margin-left: 0;}table .span5 {float: none; width: 349px; margin-left: 0;}table .span6 {float: none; width: 426px; margin-left: 0;}table .span7 {float: none; width: 503px; margin-left: 0;}table .span8 {float: none; width: 580px; margin-left: 0;}table .span9 {float: none; width: 657px; margin-left: 0;}table .span10 {float: none; width: 734px; margin-left: 0;}table .span11 {float: none; width: 811px; margin-left: 0;}table .span12 {float: none; width: 888px; margin-left: 0;}table .span13 {float: none; width: 965px; margin-left: 0;}table .span14 {float: none; width: 1042px; margin-left: 0;}table .span15 {float: none; width: 1119px; margin-left: 0;}table .span16 {float: none; width: 1196px; margin-left: 0;}table .span17 {float: none; width: 1273px; margin-left: 0;}table .span18 {float: none; width: 1350px; margin-left: 0;}table .span19 {float: none; width: 1427px; margin-left: 0;}table .span20 {float: none; width: 1504px; margin-left: 0;}table .span21 {float: none; width: 1581px; margin-left: 0;}table .span22 {float: none; width: 1658px; margin-left: 0;}table .span23 {float: none; width: 1735px; margin-left: 0;}table .span24 {float: none; width: 1812px; margin-left: 0;}.icon {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;}.icon-lg {font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%;}.icon-2x {font-size: 2em;}.icon-3x {font-size: 3em;}.icon-4x {font-size: 4em;}.icon-5x {font-size: 5em;}.icon-fw {width: 1.28571429em; text-align: center;}.icon-ul {padding-left: 0; margin-left: 2.14285714em; list-style-type: none;}.icon-ul > li {position: relative;}.icon-li {position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center;}.icon-li.icon-lg {left: -1.85714286em;}.icon-border {padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em;}.icon-pull-left {float: left;}.icon-pull-right {float: right;}.icon.icon-pull-left {margin-right: .3em;}.icon.icon-pull-right {margin-left: .3em;}.pull-right {float: right;}.pull-left {float: left;}.icon.pull-left {margin-right: .3em;}.icon.pull-right {margin-left: .3em;}.icon-spin {-webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear;}.icon-pulse {-webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);} 100% {-webkit-transform: rotate(359deg); transform: rotate(359deg);}}@keyframes fa-spin {0% {-webkit-transform: rotate(0deg); transform: rotate(0deg);} 100% {-webkit-transform: rotate(359deg); transform: rotate(359deg);}}.icon-rotate-90 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}.icon-rotate-180 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}.icon-rotate-270 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg);}.icon-flip-horizontal {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1);}.icon-flip-vertical {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1);}:root .icon-rotate-90,:root .icon-rotate-180,:root .icon-rotate-270,:root .icon-flip-horizontal,:root .icon-flip-vertical {filter: none;}.icon-stack {position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle;}.icon-stack-1x,.icon-stack-2x {position: absolute; left: 0; width: 100%; text-align: center;}.icon-stack-1x {line-height: inherit;}.icon-stack-2x {font-size: 2em;}.icon-inverse {color: #fff;}.icon-glass:before {content: "\f000";}.icon-music:before {content: "\f001";}.icon-search:before {content: "\f002";}.icon-envelope:before {content: "\f003";}.icon-heart:before {content: "\f004";}.icon-star:before {content: "\f005";}.icon-star-empty:before {content: "\f006";}.icon-user:before {content: "\f007";}.icon-film:before {content: "\f008";}.icon-th-large:before {content: "\f009";}.icon-th:before {content: "\f00a";}.icon-th-list:before {content: "\f00b";}.icon-ok:before {content: "\f00c";}.icon-remove:before {content: "\f00d";}.icon-zoom-in:before {content: "\f00e";}.icon-zoom-out:before {content: "\f010";}.icon-off:before {content: "\f011";}.icon-signal:before {content: "\f012";}.icon-cog:before {content: "\f013";}.icon-trash:before {content: "\f014";}.icon-home:before {content: "\f015";}.icon-file:before {content: "\f016";}.icon-time:before {content: "\f017";}.icon-road:before {content: "\f018";}.icon-download-alt:before {content: "\f019";}.icon-download:before {content: "\f01a";}.icon-upload:before {content: "\f01b";}.icon-inbox:before {content: "\f01c";}.icon-play-circle:before {content: "\f01d";}.icon-repeat:before {content: "\f01e";}.icon-refresh:before {content: "\f021";}.icon-list-alt:before {content: "\f022";}.icon-lock:before {content: "\f023";}.icon-flag:before {content: "\f024";}.icon-headphones:before {content: "\f025";}.icon-volume-off:before {content: "\f026";}.icon-volume-down:before {content: "\f027";}.icon-volume-up:before {content: "\f028";}.icon-qrcode:before {content: "\f029";}.icon-barcode:before {content: "\f02a";}.icon-tag:before {content: "\f02b";}.icon-tags:before {content: "\f02c";}.icon-book:before {content: "\f02d";}.icon-bookmark:before {content: "\f02e";}.icon-print:before {content: "\f02f";}.icon-camera:before {content: "\f030";}.icon-font:before {content: "\f031";}.icon-bold:before {content: "\f032";}.icon-italic:before {content: "\f033";}.icon-text-height:before {content: "\f034";}.icon-text-width:before {content: "\f035";}.icon-align-left:before {content: "\f036";}.icon-align-center:before {content: "\f037";}.icon-align-right:before {content: "\f038";}.icon-align-justify:before {content: "\f039";}.icon-list:before {content: "\f03a";}.icon-indent-left:before {content: "\f03b";}.icon-indent-right:before {content: "\f03c";}.icon-facetime-video:before {content: "\f03d";}.icon-picture:before {content: "\f03e";}.icon-pencil:before {content: "\f040";}.icon-map-marker:before {content: "\f041";}.icon-adjust:before {content: "\f042";}.icon-tint:before {content: "\f043";}.icon-edit:before {content: "\f044";}.icon-share:before {content: "\f045";}.icon-check:before {content: "\f046";}.icon-move:before {content: "\f047";}.icon-step-backward:before {content: "\f048";}.icon-fast-backward:before {content: "\f049";}.icon-backward:before {content: "\f04a";}.icon-play:before {content: "\f04b";}.icon-pause:before {content: "\f04c";}.icon-stop:before {content: "\f04d";}.icon-forward:before {content: "\f04e";}.icon-fast-forward:before {content: "\f050";}.icon-step-forward:before {content: "\f051";}.icon-eject:before {content: "\f052";}.icon-chevron-left:before {content: "\f053";}.icon-chevron-right:before {content: "\f054";}.icon-plus-sign:before {content: "\f055";}.icon-minus-sign:before {content: "\f056";}.icon-remove-sign:before {content: "\f057";}.icon-ok-sign:before {content: "\f058";}.icon-question-sign:before {content: "\f059";}.icon-question-sign:before {content: "\f059";}.icon-info-sign:before {content: "\f05a";}.icon-screenshot:before {content: "\f05b";}.icon-remove-circle:before {content: "\f05c";}.icon-ok-circle:before {content: "\f05d";}.icon-ban-circle:before {content: "\f05e";}.icon-arrow-left:before {content: "\f060";}.icon-arrow-right:before {content: "\f061";}.icon-arrow-up:before {content: "\f062";}.icon-arrow-down:before {content: "\f063";}.icon-share-alt:before {content: "\f064";}.icon-resize-full:before {content: "\f065";}.icon-resize-small:before {content: "\f066";}.icon-plus:before {content: "\f067";}.icon-minus:before {content: "\f068";}.icon-asterisk:before {content: "\f069";}.icon-exclamation-sign:before {content: "\f06a";}.icon-gift:before {content: "\f06b";}.icon-leaf:before {content: "\f06c";}.icon-fire:before {content: "\f06d";}.icon-eye-open:before {content: "\f06e";}.icon-eye-close:before {content: "\f070";}.icon-warning-sign:before {content: "\f071";}.icon-plane:before {content: "\f072";}.icon-calendar:before {content: "\f073";}.icon-random:before {content: "\f074";}.icon-comment:before {content: "\f075";}.icon-magnet:before {content: "\f076";}.icon-chevron-up:before {content: "\f077";}.icon-chevron-down:before {content: "\f078";}.icon-retweet:before {content: "\f079";}.icon-shopping-cart:before {content: "\f07a";}.icon-folder-close:before {content: "\f07b";}.icon-folder-open:before {content: "\f07c";}.icon-resize-vertical:before {content: "\f07d";}.icon-resize-horizontal:before {content: "\f07e";}.icon-bar-chart:before {content: "\f080";}.icon-twitter-sign:before {content: "\f081";}.icon-facebook-sign:before {content: "\f082";}.icon-camera-retro:before {content: "\f083";}.icon-key:before {content: "\f084";}.icon-cogs:before {content: "\f085";}.icon-comments:before {content: "\f086";}.icon-thumbs-up:before {content: "\f087";}.icon-thumbs-down:before {content: "\f088";}.icon-star-half:before {content: "\f089";}.icon-heart-empty:before {content: "\f08a";}.icon-signout:before {content: "\f08b";}.icon-linkedin-sign:before {content: "\f08c";}.icon-pushpin:before {content: "\f08d";}.icon-external-link:before {content: "\f08e";}.icon-signin:before {content: "\f090";}.icon-trophy:before {content: "\f091";}.icon-github-sign:before {content: "\f092";}.icon-upload-alt:before {content: "\f093";}.icon-lemon:before {content: "\f094";}.icon-phone:before {content: "\f095";}.icon-check-empty:before {content: "\f096";}.icon-bookmark-empty:before {content: "\f097";}.icon-phone-sign:before {content: "\f098";}.icon-twitter:before {content: "\f099";}.icon-facebook:before {content: "\f09a";}.icon-github:before {content: "\f09b";}.icon-unlock:before {content: "\f09c";}.icon-credit-card:before {content: "\f09d";}.icon-rss:before {content: "\f09e";}.icon-hdd:before {content: "\f0a0";}.icon-bullhorn:before {content: "\f0a1";}.icon-bell:before {content: "\f0a2";}.icon-certificate:before {content: "\f0a3";}.icon-hand-right:before {content: "\f0a4";}.icon-hand-left:before {content: "\f0a5";}.icon-hand-up:before {content: "\f0a6";}.icon-hand-down:before {content: "\f0a7";}.icon-circle-arrow-left:before {content: "\f0a8";}.icon-circle-arrow-right:before {content: "\f0a9";}.icon-circle-arrow-up:before {content: "\f0aa";}.icon-circle-arrow-down:before {content: "\f0ab";}.icon-globe:before {content: "\f0ac";}.icon-wrench:before {content: "\f0ad";}.icon-tasks:before {content: "\f0ae";}.icon-filter:before {content: "\f0b0";}.icon-briefcase:before {content: "\f0b1";}.icon-fullscreen:before {content: "\f0b2";}.icon-group:before {content: "\f0c0";}.icon-link:before {content: "\f0c1";}.icon-cloud:before {content: "\f0c2";}.icon-beaker:before {content: "\f0c3";}.icon-cut:before {content: "\f0c4";}.icon-copy:before {content: "\f0c5";}.icon-paper-clip:before {content: "\f0c6";}.icon-save:before {content: "\f0c7";}.icon-note:before {content: "\f0c8";}.icon-reorder:before {content: "\f0c9";}.icon-list-ul:before {content: "\f0ca";}.icon-list-ol:before {content: "\f0cb";}.icon-strikethrough:before {content: "\f0cc";}.icon-underline:before {content: "\f0cd";}.icon-table:before {content: "\f0ce";}.icon-magic:before {content: "\f0d0";}.icon-truck:before {content: "\f0d1";}.icon-pinterest:before {content: "\f0d2";}.icon-pinterest-sign:before {content: "\f0d3";}.icon-google-plus-sign:before {content: "\f0d4";}.icon-google-plus:before {content: "\f0d5";}.icon-money:before {content: "\f0d6";}.icon-caret-down:before {content: "\f0d7";}.icon-caret-up:before {content: "\f0d8";}.icon-caret-left:before {content: "\f0d9";}.icon-caret-right:before {content: "\f0da";}.icon-columns:before {content: "\f0db";}.icon-sort:before {content: "\f0dc";}.icon-sort-down:before {content: "\f0dd";}.icon-sort-up:before {content: "\f0de";}.icon-envelope-alt:before {content: "\f0e0";}.icon-linkedin:before {content: "\f0e1";}.icon-undo:before {content: "\f0e2";}.icon-legal:before {content: "\f0e3";}.icon-dashboard:before {content: "\f0e4";}.icon-comment-alt:before {content: "\f0e5";}.icon-comments-alt:before {content: "\f0e6";}.icon-bolt:before {content: "\f0e7";}.icon-sitemap:before {content: "\f0e8";}.icon-umbrella:before {content: "\f0e9";}.icon-paste:before {content: "\f0ea";}.icon-user-md:before {content: "\f200";}.icon-newspaper-o:before {content: "\f1ea";}.icon-explore:before {content: "\f14e";}.icon-advanced-search:before {content: "\f002";}.icon-double-plus:before {content: "\f101";}.icon-news:before {content: "\f1ea";}.icon-question-sign:before {content: "\f059";}.icon-note:before {content: "\f24a";}.icon-time:before {content: "\f1da";}.icon-arrow-son:before {content: "\f203";}.icon-mobile-phone:before,.icon-mobile:before {content: "\f10b";}.icon-chrome:before {content: "\f268";}.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}.sr-only-focusable:active,.sr-only-focusable:focus {position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;}.dropdown {position: relative;}.dropdown-toggle {*margin-bottom: -3px;}.dropdown-toggle:active,.open .dropdown-toggle {outline: 0;}.caret {display: inline-block; width: 0; height: 0; vertical-align: top; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000; opacity: 0.3; filter: alpha(opacity=30); content: "";}.dropdown .caret {margin-top: 8px; margin-left: 2px;}.dropdown:hover .caret,.open.dropdown .caret {opacity: 1; filter: alpha(opacity=100);}.dropdown-menu {position: absolute; top: 100%; left: 0; z-index: 1000; float: left; display: none; min-width: 160px; padding: 4px 0; margin: 0; list-style: none; background-color: #fff; border-color: #ccc; border-color: rgba(0, 0, 0, 0.2); border-style: solid; border-width: 1px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px;}.dropdown-menu.pull-right {right: 0; left: auto;}.dropdown-menu .divider {height: 1px; margin: 8px 1px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #fff; *width: 100%; *margin: -5px 0 5px;}.dropdown-menu a {display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #333; white-space: nowrap;}.dropdown-menu li > a:hover,.dropdown-menu .active > a,.dropdown-menu .active > a:hover {color: #fff; text-decoration: none; background-color: #08c;}.dropdown.open {*z-index: 1000;}.dropdown.open .dropdown-toggle {color: #fff; background: #ccc; background: rgba(0, 0, 0, 0.3);}.dropdown.open .dropdown-menu {display: block;}.pull-right .dropdown-menu {left: auto; right: 0;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret {border-top: 0; border-bottom: 4px solid #000; content: "\2191";}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {top: auto; bottom: 100%; margin-bottom: 1px;}.typeahead {margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.typeahead.dropdown-menu a {padding: 5px 15px; line-height: 15px; white-space: normal;}.typeahead .autocomplete-content-type {color: #888;}.typeahead.dropdown-menu .active a .autocomplete-content-type {color: #DBDBDB;}.typeahead h4 {color: #555; padding: 8px 9px; padding-bottom: 2px; clear: both;}.typeahead hr {margin: 0px;}.typeahead .icon-lock,.typeahead .icon-search,.typeahead .icon-file,.typeahead .icon-star {margin-top: 2px; margin-left: -1px; margin-right: 1px;}.typeahead.dropdown-menu li.smart-topic {margin-top: 10px; margin-left: 17px; border-color: #b6a2ac;}.typeahead.dropdown-menu li.smart-topic a:hover,.typeahead.dropdown-menu li.smart-topic.active a {background-color: #08c; border-radius: 100px;}.well {min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote {border-color: #ddd; border-color: rgba(0, 0, 0, 0.15);}.well-large {padding: 24px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}.well-small {padding: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}.fade {-webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; opacity: 0;}.fade.in {opacity: 1;}.collapse {-webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -ms-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; position: relative; overflow: hidden; height: 0;}.collapse.in {height: auto;}.close {float: right; font-size: 20px; font-weight: bold; line-height: 18px; color: #000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20);}.close:hover {color: #000; text-decoration: none; opacity: 0.4; filter: alpha(opacity=40); cursor: pointer;}.btn {display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #fff, #e6e6e6); background-image: -ms-linear-gradient(top, #fff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #fff, #e6e6e6); background-image: -o-linear-gradient(top, #fff, #e6e6e6); background-image: linear-gradient(top, #fff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #9196b0; border-bottom-color: #737a9b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em;}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {background-color: #e6e6e6;}.btn:active,.btn.active {background-color: #cccccc \9;}.btn:first-child {*margin-left: 0;}.btn:hover {color: #333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear;}.btn:focus {outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}.btn.active,.btn:active {background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #e6e6e6; background-color: #d9d9d9 \9; outline: 0;}.btn.disabled,.btn[disabled] {cursor: default; background-image: none; background-color: #e6e6e6; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.btn-large {padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.btn-large .icon {margin-top: 1px;}.btn-small {padding: 5px 9px; font-size: 11px; line-height: 16px;}.btn-small .icon {margin-top: -1px;}.btn-mini {padding: 2px 6px; font-size: 11px; line-height: 14px;}.btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover {text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #fff;}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active {color: rgba(255, 255, 255, 0.75);}.btn-primary {background-color: #0074cc; background-image: -moz-linear-gradient(top, #08c, #0055cc); background-image: -ms-linear-gradient(top, #08c, #0055cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0055cc)); background-image: -webkit-linear-gradient(top, #08c, #0055cc); background-image: -o-linear-gradient(top, #08c, #0055cc); background-image: linear-gradient(top, #08c, #0055cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0055cc', GradientType=0); border-color: #0055cc #0055cc #003580; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {background-color: #0055cc;}.btn-primary:active,.btn-primary.active {background-color: #004099 \9;}.btn-warning {background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {background-color: #f89406;}.btn-warning:active,.btn-warning.active {background-color: #c67605 \9;}.btn-danger {background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(top, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {background-color: #bd362f;}.btn-danger:active,.btn-danger.active {background-color: #942a25 \9;}.btn-success {background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -ms-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(top, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {background-color: #51a351;}.btn-success:active,.btn-success.active {background-color: #408140 \9;}.btn-info {background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled] {background-color: #2f96b4;}.btn-info:active,.btn-info.active {background-color: #24748c \9;}.btn-inverse {background-color: #414141; background-image: -moz-linear-gradient(top, #555, #222); background-image: -ms-linear-gradient(top, #555, #222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222)); background-image: -webkit-linear-gradient(top, #555, #222); background-image: -o-linear-gradient(top, #555, #222); background-image: linear-gradient(top, #555, #222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#222', GradientType=0); border-color: #222 #222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled] {background-color: #222;}.btn-inverse:active,.btn-inverse.active {background-color: #080808 \9;}button.btn,input[type="submit"].btn {*padding-top: 2px; *padding-bottom: 2px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner {padding: 0; border: 0;}button.btn.btn-large,input[type="submit"].btn.btn-large {*padding-top: 7px; *padding-bottom: 7px;}button.btn.btn-small,input[type="submit"].btn.btn-small {*padding-top: 3px; *padding-bottom: 3px;}button.btn.btn-mini,input[type="submit"].btn.btn-mini {*padding-top: 1px; *padding-bottom: 1px;}.btn-group {position: relative; *zoom: 1; *margin-left: .3em;}.btn-group:before,.btn-group:after {display: table; content: "";}.btn-group:after {clear: both;}.btn-group:first-child {*margin-left: 0;}.btn-group + .btn-group {margin-left: 5px;}.btn-toolbar {margin-top: 9px; margin-bottom: 9px;}.btn-toolbar .btn-group {display: inline-block; *display: inline; *zoom: 1;}.btn-group .btn {position: relative; float: left; margin-left: -1px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.btn-group .btn:first-child {margin-left: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px;}.btn-group .btn:last-child,.btn-group .dropdown-toggle {-webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px;}.btn-group .btn.large:first-child {margin-left: 0; -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px;}.btn-group .btn.large:last-child,.btn-group .large.dropdown-toggle {-webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px;}.btn-group .btn:hover,.btn-group .btn:focus,.btn-group .btn:active,.btn-group .btn.active {z-index: 2;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {outline: 0;}.btn-group .dropdown-toggle {padding-left: 8px; padding-right: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); *padding-top: 3px; *padding-bottom: 3px;}.btn-group .btn-mini.dropdown-toggle {padding-left: 5px; padding-right: 5px; *padding-top: 1px; *padding-bottom: 1px;}.btn-group .btn-small.dropdown-toggle {*padding-top: 4px; *padding-bottom: 4px;}.btn-group .btn-large.dropdown-toggle {padding-left: 12px; padding-right: 12px;}.btn-group.open {*z-index: 1000;}.btn-group.open .dropdown-menu {display: block; margin-top: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.btn-group.open .dropdown-toggle {background-image: none; -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}.btn .caret {margin-top: 7px; margin-left: 0;}.btn:hover .caret,.open.btn-group .caret {opacity: 1; filter: alpha(opacity=100);}.btn-mini .caret {margin-top: 5px;}.btn-small .caret {margin-top: 6px;}.btn-large .caret {margin-top: 6px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000;}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret {border-top-color: #fff; border-bottom-color: #fff; opacity: 0.75; filter: alpha(opacity=75);}.alert {padding: 8px 35px 8px 14px; margin-bottom: 18px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #c09853;}.alert-heading {color: inherit;}.alert .close {position: relative; top: -2px; right: -21px; line-height: 18px;}.alert-success {background-color: #dff0d8; border-color: #d6e9c6; color: #468847;}.alert-success.rate {margin-bottom: 0; position: fixed; bottom: 0; left: 70px; width: 827px; z-index: 90; padding: 1em; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}@media (max-width: 1235px) {.responsive-allowed .alert-success.rate {width: 675px;}}@media (max-width: 979px) {.responsive-allowed .alert-success.rate {position: static; width: auto; border-top: 1px solid #E9E8E6; margin-bottom: 2em; padding-left: 0; padding-right: 0;}}.alert-danger,.alert-error {background-color: #f2dede; border-color: #eed3d7; color: #b94a48;}.alert-info {background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad;}.alert-block {padding-top: 14px; padding-bottom: 14px;}.alert-block > p,.alert-block > ul {margin-bottom: 0;}.alert-block p + p {margin-top: 5px;}.nav {margin-left: 0; margin-bottom: 18px; list-style: none;}.nav > li > a {display: block;}.nav > li > a:hover {text-decoration: none; background-color: #eee;}.nav .nav-header {display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 18px; color: #999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase;}.nav li + .nav-header {margin-top: 9px;}.nav-list {padding-left: 15px; padding-right: 15px; margin-bottom: 0;}.nav-list > li > a,.nav-list .nav-header {margin-left: -15px; margin-right: -15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}.nav-list > li > a {padding: 3px 15px;}.nav-list > .active > a,.nav-list > .active > a:hover {color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #08c;}.nav-list .icon {margin-right: 2px;}.nav-list .divider {height: 1px; margin: 8px 1px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #fff; *width: 100%; *margin: -5px 0 5px;}.nav-tabs,.nav-pills {*zoom: 1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after {display: table; content: "";}.nav-tabs:after,.nav-pills:after {clear: both;}.nav-tabs > li,.nav-pills > li {float: left;}.nav-tabs > li > a,.nav-pills > li > a {padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px;}.nav-tabs {border-bottom: 1px solid #ddd;}.nav-tabs > li {margin-bottom: -1px;}.nav-tabs > li > a {padding-top: 8px; padding-bottom: 8px; line-height: 18px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}.nav-tabs > li > a:hover {border-color: #eee #eee #ddd;}.nav-tabs > .active > a,.nav-tabs > .active > a:hover {color: #555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default;}.nav-pills > li > a {padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.nav-pills > .active > a,.nav-pills > .active > a:hover {color: #fff; background-color: #08c;}.nav-stacked > li {float: none;}.nav-stacked > li > a {margin-right: 0;}.nav-tabs.nav-stacked {border-bottom: 0;}.nav-tabs.nav-stacked > li > a {border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.nav-tabs.nav-stacked > li:first-child > a {-webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}.nav-tabs.nav-stacked > li:last-child > a {-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}.nav-tabs.nav-stacked > li > a:hover {border-color: #ddd; z-index: 2;}.nav-pills.nav-stacked > li > a {margin-bottom: 3px;}.nav-pills.nav-stacked > li:last-child > a {margin-bottom: 1px;}.nav-tabs .dropdown-menu,.nav-pills .dropdown-menu {margin-top: 1px; border-width: 1px;}.nav-pills .dropdown-menu {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret {border-top-color: #08c; border-bottom-color: #08c; margin-top: 6px;}.nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret {border-top-color: #005580; border-bottom-color: #005580;}.nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret {border-top-color: #333; border-bottom-color: #333;}.nav > .dropdown.active > a:hover {color: #000; cursor: pointer;}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav > .open.active > a:hover {color: #fff; background-color: #999; border-color: #999;}.nav .open .caret,.nav .open.active .caret,.nav .open a:hover .caret {border-top-color: #fff; border-bottom-color: #fff; opacity: 1; filter: alpha(opacity=100);}.tabs-stacked .open > a:hover {border-color: #999;}.tabbable {*zoom: 1;}.tabbable:before,.tabbable:after {display: table; content: "";}.tabbable:after {clear: both;}@media (max-width: 767px) {.responsive-allowed .tabbable > .tabdrop {margin-top: 10px;}}.tab-content {display: table; width: 100%;}.tabs-below .nav-tabs,.tabs-right .nav-tabs,.tabs-left .nav-tabs {border-bottom: 0;}.tab-content > .tab-pane,.pill-content > .pill-pane {display: none;}.tab-content > .active,.pill-content > .active {display: block;}.tabs-below .nav-tabs {border-top: 1px solid #ddd;}.tabs-below .nav-tabs > li {margin-top: -1px; margin-bottom: 0;}.tabs-below .nav-tabs > li > a {-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}.tabs-below .nav-tabs > li > a:hover {border-bottom-color: transparent; border-top-color: #ddd;}.tabs-below .nav-tabs .active > a,.tabs-below .nav-tabs .active > a:hover {border-color: transparent #ddd #ddd #ddd;}.tabs-left .nav-tabs > li,.tabs-right .nav-tabs > li {float: none;}.tabs-left .nav-tabs > li > a,.tabs-right .nav-tabs > li > a {min-width: 74px; margin-right: 0; margin-bottom: 3px;}.tabs-left .nav-tabs {float: left; margin-right: 19px; border-right: 1px solid #ddd;}.tabs-left .nav-tabs > li > a {margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}.tabs-left .nav-tabs > li > a:hover {border-color: #eee #ddd #eee #eee;}.tabs-left .nav-tabs .active > a,.tabs-left .nav-tabs .active > a:hover {border-color: #ddd transparent #ddd #ddd; *border-right-color: #fff;}.tabs-right .nav-tabs {float: right; margin-left: 19px; border-left: 1px solid #ddd;}.tabs-right .nav-tabs > li > a {margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;}.tabs-right .nav-tabs > li > a:hover {border-color: #eee #eee #eee #ddd;}.tabs-right .nav-tabs .active > a,.tabs-right .nav-tabs .active > a:hover {border-color: #ddd #ddd #ddd transparent; *border-left-color: #fff;}.navbar {*position: relative; *z-index: 2; overflow: visible; margin-bottom: 18px;}.navbar-inner {padding-left: 20px; padding-right: 20px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333, #222); background-image: -ms-linear-gradient(top, #333, #222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222)); background-image: -webkit-linear-gradient(top, #333, #222); background-image: -o-linear-gradient(top, #333, #222); background-image: linear-gradient(top, #333, #222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#222', GradientType=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);}.navbar .container {width: auto;}.btn-navbar {display: none; float: right; padding: 7px 10px; margin-left: 5px; margin-right: 5px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333, #222); background-image: -ms-linear-gradient(top, #333, #222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222)); background-image: -webkit-linear-gradient(top, #333, #222); background-image: -o-linear-gradient(top, #333, #222); background-image: linear-gradient(top, #333, #222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#222', GradientType=0); border-color: #222 #222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);}.btn-navbar:hover,.btn-navbar:active,.btn-navbar.active,.btn-navbar.disabled,.btn-navbar[disabled] {background-color: #222;}.btn-navbar:active,.btn-navbar.active {background-color: #080808 \9;}.btn-navbar .icon-bar {display: block; width: 18px; height: 2px; background-color: #f5f5f5; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}.btn-navbar .icon-bar + .icon-bar {margin-top: 3px;}.nav-collapse.collapse {height: auto;}.navbar {color: #999;}.navbar .brand:hover {text-decoration: none;}.navbar .brand {float: left; display: block; padding: 8px 20px 12px; margin-left: -20px; font-size: 20px; font-weight: 200; line-height: 1; color: #fff;}.navbar .navbar-text {margin-bottom: 0; line-height: 40px;}.navbar .btn,.navbar .btn-group {margin-top: 5px;}.navbar .btn-group .btn {margin-top: 0;}.navbar-form {margin-bottom: 0; *zoom: 1;}.navbar-form:before,.navbar-form:after {display: table; content: "";}.navbar-form:after {clear: both;}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox {margin-top: 5px;}.navbar-form input,.navbar-form select {display: inline-block; margin-bottom: 0;}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"] {margin-top: 3px;}.navbar-form .input-append,.navbar-form .input-prepend {margin-top: 6px; white-space: nowrap;}.navbar-form .input-append input,.navbar-form .input-prepend input {margin-top: 0;}.navbar-search {position: relative; float: left; margin-top: 6px; margin-bottom: 0;}.navbar-search .search-query {padding: 4px 9px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1; color: #fff; background-color: #626262; border: 1px solid #151515; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}.navbar-search .search-query:-moz-placeholder {color: #ccc;}.navbar-search .search-query::-webkit-input-placeholder {color: #ccc;}.navbar-search .search-query:focus,.navbar-search .search-query.focused {padding: 5px 10px; color: #333; text-shadow: 0 1px 0 #fff; background-color: #fff; border: 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); outline: 0;}.navbar-fixed-top,.navbar-fixed-bottom {position: fixed; right: 0; left: 0; z-index: 1030; margin-bottom: 0;}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner {padding-left: 0; padding-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.navbar-fixed-top .container,.navbar-fixed-bottom .container {width: 904px;}.navbar-fixed-top {top: 0;}.navbar-fixed-bottom {bottom: 0;}.navbar .nav {position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0;}.navbar .nav.pull-right {float: right;}.navbar .nav > li {display: block; float: left;}.navbar .nav > li > a {float: none; padding: 10px 10px 11px; line-height: 19px; color: #999; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}.navbar .nav > li > a:hover {background-color: transparent; color: #fff; text-decoration: none;}.navbar .nav .active > a,.navbar .nav .active > a:hover {color: #fff; text-decoration: none; background-color: #222;}.navbar .divider-vertical {height: 40px; width: 1px; margin: 0 9px; overflow: hidden; background-color: #222; border-right: 1px solid #333;}.navbar .nav.pull-right {margin-left: 10px; margin-right: 0;}.account-options > li > .referrals {font-weight: bold;}.navbar .dropdown-menu {margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.navbar .dropdown-menu: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; top: -7px; left: 9px;}.navbar .dropdown-menu:after {content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; position: absolute; top: -6px; left: 10px;}.navbar-fixed-bottom .dropdown-menu:before {border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); border-bottom: 0; bottom: -7px; top: auto;}.navbar-fixed-bottom .dropdown-menu:after {border-top: 6px solid #fff; border-bottom: 0; bottom: -6px; top: auto;}.navbar .nav .dropdown-toggle .caret,.navbar .nav .open.dropdown .caret {border-top-color: #fff; border-bottom-color: #fff;}.navbar .nav .active .caret {opacity: 1; filter: alpha(opacity=100);}.navbar .nav .open > .dropdown-toggle,.navbar .nav .active > .dropdown-toggle,.navbar .nav .open.active > .dropdown-toggle {background-color: transparent;}.navbar .nav .active > .dropdown-toggle:hover {color: #fff;}.navbar .nav.pull-right .dropdown-menu,.navbar .nav .dropdown-menu.pull-right {left: auto; right: 0;}.navbar .nav.pull-right .dropdown-menu:before,.navbar .nav .dropdown-menu.pull-right:before {left: auto; right: 12px;}.navbar .nav.pull-right .dropdown-menu:after,.navbar .nav .dropdown-menu.pull-right:after {left: auto; right: 13px;}.breadcrumb {padding: 7px 14px; margin: 0 0 18px; list-style: none; background-color: #fbfbfb; background-image: -moz-linear-gradient(top, #fff, #f5f5f5); background-image: -ms-linear-gradient(top, #fff, #f5f5f5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5)); background-image: -webkit-linear-gradient(top, #fff, #f5f5f5); background-image: -o-linear-gradient(top, #fff, #f5f5f5); background-image: linear-gradient(top, #fff, #f5f5f5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f5f5f5', GradientType=0); border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff;}.breadcrumb li {display: inline-block; *display: inline; *zoom: 1; text-shadow: 0 1px 0 #fff;}.breadcrumb .divider {padding: 0 5px; color: #999;}.breadcrumb .active a {color: #333;}.pagination {height: 36px; margin: 18px 0;}.pagination ul {display: inline-block; *display: inline; *zoom: 1; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}.pagination li {display: inline;}.pagination a {float: left; padding: 0 14px; line-height: 34px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0;}.pagination a:hover,.pagination .active a {background-color: #f5f5f5;}.pagination .active a {color: #999; cursor: default;}.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover {color: #999; background-color: transparent; cursor: default;}.pagination li:first-child a {border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;}.pagination li:last-child a {-webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;}.pagination-centered {text-align: center;}.pagination-right {text-align: right;}.pager {margin-left: 0; margin-bottom: 18px; list-style: none; text-align: center; *zoom: 1;}.pager:before,.pager:after {display: table; content: "";}.pager:after {clear: both;}.pager li {display: inline;}.pager a {display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}.pager a:hover {text-decoration: none; background-color: #f5f5f5;}.pager .next a {float: right;}.pager .previous a {float: left;}.pager .disabled a,.pager .disabled a:hover {color: #999; background-color: #fff; cursor: default;}.modal-open .dropdown-menu {z-index: 2050;}.modal-open .dropdown.open {*z-index: 2050;}.modal-open .popover {z-index: 2060;}.modal-open .tooltip {z-index: 2070;}.modal-backdrop {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000;}.modal-backdrop.fade {opacity: 0;}.modal-backdrop,.modal-backdrop.fade.in {opacity: 0.8; filter: alpha(opacity=80);}.modal {position: fixed; top: 50%; left: 50%; z-index: 1050; overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box;}.modal.fade {-webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -ms-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%;}.modal.fade.in {top: 50%; background: white;}.modal-header {padding: 9px 15px; border-bottom: 1px solid #eee;}.modal-header .close {margin-top: 2px;}.modal-body {overflow-y: auto; max-height: 400px; padding: 15px;}.modal-form {margin-bottom: 0;}.modal-footer {padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; *zoom: 1;}.modal-footer:before,.modal-footer:after {display: table; content: "";}.modal-footer:after {clear: both;}.modal-footer .btn + .btn {margin-left: 5px; margin-bottom: 0;}.modal-footer .btn-group .btn + .btn {margin-left: -1px;}.tooltip {position: absolute; z-index: 1020; display: block; visibility: visible; padding: 5px; font-size: 11px; opacity: 0; filter: alpha(opacity=0);}.tooltip.in {opacity: 0.8; filter: alpha(opacity=80);}.tooltip.top {margin-top: -2px;}.tooltip.right {margin-left: 2px;}.tooltip.bottom {margin-top: 2px;}.tooltip.left {margin-left: -2px;}.tooltip.top .tooltip-arrow {bottom: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000;}.tooltip.left .tooltip-arrow {top: 50%; right: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #000;}.tooltip.bottom .tooltip-arrow {top: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #000;}.tooltip.right .tooltip-arrow {top: 50%; left: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #000;}.tooltip-inner {max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.tooltip-arrow {position: absolute; width: 0; height: 0;}.popover {position: absolute; top: 0; left: 0; z-index: 1010; display: none; padding: 5px;}.popover.top {margin-top: -5px;}.popover.right {margin-left: 5px;}.popover.bottom {margin-top: 5px;}.popover.left {margin-left: -5px;}.popover.top .arrow {bottom: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000;}.popover.right .arrow {top: 50%; left: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #000;}.popover.bottom .arrow {top: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #000;}.popover.left .arrow {top: 50%; right: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #000;}.popover .arrow {position: absolute; width: 0; height: 0;}.popover-inner {padding: 3px; width: 280px; overflow: hidden; background: #000; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);}.popover-title {padding: 9px 15px; line-height: 1; background-color: #f5f5f5; border-bottom: 1px solid #eee; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}.popover-content {padding: 14px; background-color: #fff; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box;}.popover-content p,.popover-content ul,.popover-content ol {margin-bottom: 0;}.popover-article .popover-inner {background: #EEE;}.popover-article .popover-content {background: #F0EEE5;}.popover-article .popover-title {background: #F0EEE5;}.popover-article section {margin: 0; padding: 5px;}.popover-article header {display: none;}.popover-article .arrow-art {position: relative;}.popover-article.left .arrow-art {top: 50%; position: absolute; right: 0; margin-right: 4px;}.popover-article.left .arrow-art:after {right: -17px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-left-color: #E8E5DF; margin-top: -15px; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #E8E5DF;}.popover-article.right .arrow-art {top: 50%; position: absolute; left: 0; margin-left: 4px;}.popover-article.right .arrow-art:after {left: -17px; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: #E8E5DF; margin-top: -15px; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-right: 15px solid #E8E5DF;}.article_text-content {margin-top: 3px; float: right; width: 70%; background-color: antiquewhite; border-radius: 6px; padding-right: 5px; margin-bottom: 7px; padding-left: 8px; cursor: pointer;}@media (max-width: 767px) {.responsive-allowed .article_text-content {width: 90%;}}.article_text-content header {display: none; margin-top: 0px;}.article_text-content section {margin-top: 0px;}.article_text-content .more {color: #127cc1; cursor: pointer;}.sweet_gray {background-color: #E9E7E1;}.sweet_red {background-color: #EED8D8;}.thumbnails {margin-left: -20px; list-style: none; *zoom: 1;}.thumbnails:before,.thumbnails:after {display: table; content: "";}.thumbnails:after {clear: both;}.thumbnails > li {float: left; margin: 0 0 18px 20px;}.thumbnail {display: block; padding: 4px; line-height: 1; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);}a.thumbnail:hover {border-color: #08c; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);}.thumbnail > img {display: block; max-width: 100%; margin-left: auto; margin-right: auto;}.thumbnail .caption {padding: 9px;}.label {padding: 1px 4px 2px; font-size: 10.998px; font-weight: bold; line-height: 13px; color: #fff; vertical-align: middle; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}.label:hover {color: #fff; text-decoration: none;}.label-important {background-color: #b94a48;}.label-important:hover {background-color: #953b39;}.label-warning,.label-iter-advice {background-color: #ECE627; color: #484545;}.label-warning:hover,.label-iter-advice:hover {background-color: #cec812; color: #484545;}.label-success,.label-iter-success {background-color: #468847;}.label-success:hover,.label-iter-success:hover {background-color: #356635;}.label-info {background-color: #3a87ad;}.label-info:hover {background-color: #2d6987;}.label-inverse {background-color: #333;}.label-inverse:hover {background-color: #1a1a1a;}.label-danger,.label-iter-danger {background-color: #d9534f;}.label-danger:hover,.label-iter-danger:hover {background-color: #953b39;}.label-iter-warning {background-color: #F89406;}.label-iter-warning:hover {background-color: #c67605;}.badge {padding: 1px 9px 2px; font-size: 12.025px; font-weight: bold; white-space: nowrap; color: #fff; background-color: #999; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}.badge:hover {color: #fff; text-decoration: none; cursor: pointer;}.badge-error {background-color: #b94a48;}.badge-error:hover {background-color: #953b39;}.badge-warning {background-color: #f89406;}.badge-warning:hover {background-color: #c67605;}.badge-success {background-color: #468847;}.badge-success:hover {background-color: #356635;}.badge-info {background-color: #3a87ad;}.badge-info:hover {background-color: #2d6987;}.badge-inverse {background-color: #333;}.badge-inverse:hover {background-color: #1a1a1a;}@-webkit-keyframes progress-bar-stripes {from {background-position: 0 0;} to {background-position: 40px 0;}}@-moz-keyframes progress-bar-stripes {from {background-position: 0 0;} to {background-position: 40px 0;}}@-ms-keyframes progress-bar-stripes {from {background-position: 0 0;} to {background-position: 40px 0;}}@keyframes progress-bar-stripes {from {background-position: 0 0;} to {background-position: 40px 0;}}.progress {overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(top, #f5f5f5, #f9f9f9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.progress .bar {width: 0%; height: 18px; color: #fff; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -ms-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(top, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -ms-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease;}.progress-striped .bar {background-color: #149bdf; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px;}.progress.active .bar {-webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;}.progress-danger .bar {background-color: #dd514c; background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(top, #ee5f5b, #c43c35); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);}.progress-danger.progress-striped .bar {background-color: #ee5f5b; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-success .bar {background-color: #5eb95e; background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -ms-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(top, #62c462, #57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);}.progress-success.progress-striped .bar {background-color: #62c462; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-info .bar {background-color: #4bb1cf; background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(top, #5bc0de, #339bb9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);}.progress-info.progress-striped .bar {background-color: #5bc0de; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.progress-warning .bar {background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);}.progress-warning.progress-striped .bar {background-color: #fbb450; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}.pull-right {float: right;}.pull-left {float: left;}.hide {display: none;}.show {display: block;}.invisible {visibility: hidden;}.tabdrop {position: relative !important;}.tabdrop > .pull-right {float: right;}.ui-widget {font-family: Verdana, Arial, sans-serif ; font-size: 1.1em ;}.ui-widget .ui-widget {font-size: 1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {font-family: Verdana, Arial, sans-serif ; font-size: 1em;}.ui-widget-content {border: 1px solid #aaaaaa ; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x ; color: #222222 ;}.ui-widget-content a {color: #222222 ;}.ui-widget-header {border: 1px solid #aaaaaa ; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x ; color: #222222 ; font-weight: bold;}.ui-widget-header a {color: #222222 ;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {border: 1px solid #d3d3d3 ; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x ; font-weight: normal ; color: #555555 ;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {color: #555555 ; text-decoration: 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: 1px solid #999999 ; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x ; font-weight: normal ; color: #212121 ;}.ui-state-hover a,.ui-state-hover a:hover {color: #212121 ; text-decoration: none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {border: 1px solid #aaaaaa ; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x ; font-weight: normal ; color: #212121 ;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {color: #212121 ; text-decoration: none;}.ui-widget :active {outline: none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1 ; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x ; color: #363636 ;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {color: #363636 ;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {border: 1px solid #cd0a0a ; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x ; color: #cd0a0a ;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {color: #cd0a0a ;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {color: #cd0a0a ;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {font-weight: bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {opacity: .7; filter: alpha(opacity=70); font-weight: normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {opacity: .35; filter: alpha(opacity=35); background-image: none;}.ui-icon {width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png) ;}.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png) ;}.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png) ;}.ui-state-default .ui-icon {background-image: url(images/ui-icons_888888_256x240.png) ;}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png) ;}.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png) ;}.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png) ;}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png) ;}.ui-icon-carat-1-n {background-position: 0 0;}.ui-icon-carat-1-ne {background-position: -16px 0;}.ui-icon-carat-1-e {background-position: -32px 0;}.ui-icon-carat-1-se {background-position: -48px 0;}.ui-icon-carat-1-s {background-position: -64px 0;}.ui-icon-carat-1-sw {background-position: -80px 0;}.ui-icon-carat-1-w {background-position: -96px 0;}.ui-icon-carat-1-nw {background-position: -112px 0;}.ui-icon-carat-2-n-s {background-position: -128px 0;}.ui-icon-carat-2-e-w {background-position: -144px 0;}.ui-icon-triangle-1-n {background-position: 0 -16px;}.ui-icon-triangle-1-ne {background-position: -16px -16px;}.ui-icon-triangle-1-e {background-position: -32px -16px;}.ui-icon-triangle-1-se {background-position: -48px -16px;}.ui-icon-triangle-1-s {background-position: -64px -16px;}.ui-icon-triangle-1-sw {background-position: -80px -16px;}.ui-icon-triangle-1-w {background-position: -96px -16px;}.ui-icon-triangle-1-nw {background-position: -112px -16px;}.ui-icon-triangle-2-n-s {background-position: -128px -16px;}.ui-icon-triangle-2-e-w {background-position: -144px -16px;}.ui-icon-arrow-1-n {background-position: 0 -32px;}.ui-icon-arrow-1-ne {background-position: -16px -32px;}.ui-icon-arrow-1-e {background-position: -32px -32px;}.ui-icon-arrow-1-se {background-position: -48px -32px;}.ui-icon-arrow-1-s {background-position: -64px -32px;}.ui-icon-arrow-1-sw {background-position: -80px -32px;}.ui-icon-arrow-1-w {background-position: -96px -32px;}.ui-icon-arrow-1-nw {background-position: -112px -32px;}.ui-icon-arrow-2-n-s {background-position: -128px -32px;}.ui-icon-arrow-2-ne-sw {background-position: -144px -32px;}.ui-icon-arrow-2-e-w {background-position: -160px -32px;}.ui-icon-arrow-2-se-nw {background-position: -176px -32px;}.ui-icon-arrowstop-1-n {background-position: -192px -32px;}.ui-icon-arrowstop-1-e {background-position: -208px -32px;}.ui-icon-arrowstop-1-s {background-position: -224px -32px;}.ui-icon-arrowstop-1-w {background-position: -240px -32px;}.ui-icon-arrowthick-1-n {background-position: 0 -48px;}.ui-icon-arrowthick-1-ne {background-position: -16px -48px;}.ui-icon-arrowthick-1-e {background-position: -32px -48px;}.ui-icon-arrowthick-1-se {background-position: -48px -48px;}.ui-icon-arrowthick-1-s {background-position: -64px -48px;}.ui-icon-arrowthick-1-sw {background-position: -80px -48px;}.ui-icon-arrowthick-1-w {background-position: -96px -48px;}.ui-icon-arrowthick-1-nw {background-position: -112px -48px;}.ui-icon-arrowthick-2-n-s {background-position: -128px -48px;}.ui-icon-arrowthick-2-ne-sw {background-position: -144px -48px;}.ui-icon-arrowthick-2-e-w {background-position: -160px -48px;}.ui-icon-arrowthick-2-se-nw {background-position: -176px -48px;}.ui-icon-arrowthickstop-1-n {background-position: -192px -48px;}.ui-icon-arrowthickstop-1-e {background-position: -208px -48px;}.ui-icon-arrowthickstop-1-s {background-position: -224px -48px;}.ui-icon-arrowthickstop-1-w {background-position: -240px -48px;}.ui-icon-arrowreturnthick-1-w {background-position: 0 -64px;}.ui-icon-arrowreturnthick-1-n {background-position: -16px -64px;}.ui-icon-arrowreturnthick-1-e {background-position: -32px -64px;}.ui-icon-arrowreturnthick-1-s {background-position: -48px -64px;}.ui-icon-arrowreturn-1-w {background-position: -64px -64px;}.ui-icon-arrowreturn-1-n {background-position: -80px -64px;}.ui-icon-arrowreturn-1-e {background-position: -96px -64px;}.ui-icon-arrowreturn-1-s {background-position: -112px -64px;}.ui-icon-arrowrefresh-1-w {background-position: -128px -64px;}.ui-icon-arrowrefresh-1-n {background-position: -144px -64px;}.ui-icon-arrowrefresh-1-e {background-position: -160px -64px;}.ui-icon-arrowrefresh-1-s {background-position: -176px -64px;}.ui-icon-arrow-4 {background-position: 0 -80px;}.ui-icon-arrow-4-diag {background-position: -16px -80px;}.ui-icon-extlink {background-position: -32px -80px;}.ui-icon-newwin {background-position: -48px -80px;}.ui-icon-refresh {background-position: -64px -80px;}.ui-icon-shuffle {background-position: -80px -80px;}.ui-icon-transfer-e-w {background-position: -96px -80px;}.ui-icon-transferthick-e-w {background-position: -112px -80px;}.ui-icon-folder-collapsed {background-position: 0 -96px;}.ui-icon-folder-open {background-position: -16px -96px;}.ui-icon-document {background-position: -32px -96px;}.ui-icon-document-b {background-position: -48px -96px;}.ui-icon-note {background-position: -64px -96px;}.ui-icon-mail-closed {background-position: -80px -96px;}.ui-icon-mail-open {background-position: -96px -96px;}.ui-icon-suitcase {background-position: -112px -96px;}.ui-icon-comment {background-position: -128px -96px;}.ui-icon-person {background-position: -144px -96px;}.ui-icon-print {background-position: -160px -96px;}.ui-icon-trash {background-position: -176px -96px;}.ui-icon-locked {background-position: -192px -96px;}.ui-icon-unlocked {background-position: -208px -96px;}.ui-icon-bookmark {background-position: -224px -96px;}.ui-icon-tag {background-position: -240px -96px;}.ui-icon-home {background-position: 0 -112px;}.ui-icon-flag {background-position: -16px -112px;}.ui-icon-calendar {background-position: -32px -112px;}.ui-icon-cart {background-position: -48px -112px;}.ui-icon-pencil {background-position: -64px -112px;}.ui-icon-clock {background-position: -80px -112px;}.ui-icon-disk {background-position: -96px -112px;}.ui-icon-calculator {background-position: -112px -112px;}.ui-icon-zoomin {background-position: -128px -112px;}.ui-icon-zoomout {background-position: -144px -112px;}.ui-icon-search {background-position: -160px -112px;}.ui-icon-wrench {background-position: -176px -112px;}.ui-icon-gear {background-position: -192px -112px;}.ui-icon-heart {background-position: -208px -112px;}.ui-icon-star {background-position: -224px -112px;}.ui-icon-link {background-position: -240px -112px;}.ui-icon-cancel {background-position: 0 -128px;}.ui-icon-plus {background-position: -16px -128px;}.ui-icon-plusthick {background-position: -32px -128px;}.ui-icon-minus {background-position: -48px -128px;}.ui-icon-minusthick {background-position: -64px -128px;}.ui-icon-close {background-position: -80px -128px;}.ui-icon-closethick {background-position: -96px -128px;}.ui-icon-key {background-position: -112px -128px;}.ui-icon-lightbulb {background-position: -128px -128px;}.ui-icon-scissors {background-position: -144px -128px;}.ui-icon-clipboard {background-position: -160px -128px;}.ui-icon-copy {background-position: -176px -128px;}.ui-icon-contact {background-position: -192px -128px;}.ui-icon-image {background-position: -208px -128px;}.ui-icon-video {background-position: -224px -128px;}.ui-icon-script {background-position: -240px -128px;}.ui-icon-alert {background-position: 0 -144px;}.ui-icon-info {background-position: -16px -144px;}.ui-icon-notice {background-position: -32px -144px;}.ui-icon-help {background-position: -48px -144px;}.ui-icon-check {background-position: -64px -144px;}.ui-icon-bullet {background-position: -80px -144px;}.ui-icon-radio-off {background-position: -96px -144px;}.ui-icon-radio-on {background-position: -112px -144px;}.ui-icon-pin-w {background-position: -128px -144px;}.ui-icon-pin-s {background-position: -144px -144px;}.ui-icon-play {background-position: 0 -160px;}.ui-icon-pause {background-position: -16px -160px;}.ui-icon-seek-next {background-position: -32px -160px;}.ui-icon-seek-prev {background-position: -48px -160px;}.ui-icon-seek-end {background-position: -64px -160px;}.ui-icon-seek-start {background-position: -80px -160px;}.ui-icon-seek-first {background-position: -80px -160px;}.ui-icon-stop {background-position: -96px -160px;}.ui-icon-eject {background-position: -112px -160px;}.ui-icon-volume-off {background-position: -128px -160px;}.ui-icon-volume-on {background-position: -144px -160px;}.ui-icon-power {background-position: 0 -176px;}.ui-icon-signal-diag {background-position: -16px -176px;}.ui-icon-signal {background-position: -32px -176px;}.ui-icon-battery-0 {background-position: -48px -176px;}.ui-icon-battery-1 {background-position: -64px -176px;}.ui-icon-battery-2 {background-position: -80px -176px;}.ui-icon-battery-3 {background-position: -96px -176px;}.ui-icon-circle-plus {background-position: 0 -192px;}.ui-icon-circle-minus {background-position: -16px -192px;}.ui-icon-circle-close {background-position: -32px -192px;}.ui-icon-circle-triangle-e {background-position: -48px -192px;}.ui-icon-circle-triangle-s {background-position: -64px -192px;}.ui-icon-circle-triangle-w {background-position: -80px -192px;}.ui-icon-circle-triangle-n {background-position: -96px -192px;}.ui-icon-circle-arrow-e {background-position: -112px -192px;}.ui-icon-circle-arrow-s {background-position: -128px -192px;}.ui-icon-circle-arrow-w {background-position: -144px -192px;}.ui-icon-circle-arrow-n {background-position: -160px -192px;}.ui-icon-circle-zoomin {background-position: -176px -192px;}.ui-icon-circle-zoomout {background-position: -192px -192px;}.ui-icon-circle-check {background-position: -208px -192px;}.ui-icon-circlesmall-plus {background-position: 0 -208px;}.ui-icon-circlesmall-minus {background-position: -16px -208px;}.ui-icon-circlesmall-close {background-position: -32px -208px;}.ui-icon-squaresmall-plus {background-position: -48px -208px;}.ui-icon-squaresmall-minus {background-position: -64px -208px;}.ui-icon-squaresmall-close {background-position: -80px -208px;}.ui-icon-grip-dotted-vertical {background-position: 0 -224px;}.ui-icon-grip-dotted-horizontal {background-position: -16px -224px;}.ui-icon-grip-solid-vertical {background-position: -32px -224px;}.ui-icon-grip-solid-horizontal {background-position: -48px -224px;}.ui-icon-gripsmall-diagonal-se {background-position: -64px -224px;}.ui-icon-grip-diagonal-se {background-position: -80px -224px;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {-moz-border-radius-topleft: 4px ; -webkit-border-top-left-radius: 4px ; -khtml-border-top-left-radius: 4px ; border-top-left-radius: 4px ;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {-moz-border-radius-topright: 4px ; -webkit-border-top-right-radius: 4px ; -khtml-border-top-right-radius: 4px ; border-top-right-radius: 4px ;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {-moz-border-radius-bottomleft: 4px ; -webkit-border-bottom-left-radius: 4px ; -khtml-border-bottom-left-radius: 4px ; border-bottom-left-radius: 4px ;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {-moz-border-radius-bottomright: 4px ; -webkit-border-bottom-right-radius: 4px ; -khtml-border-bottom-right-radius: 4px ; border-bottom-right-radius: 4px ;}.ui-widget-overlay {background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x ; opacity: .3; filter: alpha(opacity=30) ;}.ui-widget-shadow {margin: -8px 0 0 -8px ; padding: 8px ; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x ; opacity: .3; filter: alpha(opacity=30) ; -moz-border-radius: 8px ; -khtml-border-radius: 8px ; -webkit-border-radius: 8px ; border-radius: 8px ;}.ui-slider {position: relative; text-align: left;}.ui-slider .ui-slider-handle {position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default;}.ui-slider .ui-slider-range {position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;}.ui-slider-horizontal {height: .8em;}.ui-slider-horizontal .ui-slider-handle {top: -0.3em; margin-left: -0.6em;}.ui-slider-horizontal .ui-slider-range {top: 0; height: 100%;}.ui-slider-horizontal .ui-slider-range-min {left: 0;}.ui-slider-horizontal .ui-slider-range-max {right: 0;}.ui-slider-vertical {width: .8em; height: 100px;}.ui-slider-vertical .ui-slider-handle {left: -0.3em; margin-left: 0; margin-bottom: -0.6em;}.ui-slider-vertical .ui-slider-range {left: 0; width: 100%;}.ui-slider-vertical .ui-slider-range-min {bottom: 0;}.ui-slider-vertical .ui-slider-range-max {top: 0;}.hidden {display: none; visibility: hidden;}.hide {display: none;}.visible-phone {display: none;}.visible-tablet {display: none;}.visible-desktop {display: block;}.visible-print {display: none !important;}.hidden-phone {display: block;}.hidden-tablet {display: block;}.hidden-tablet-portrait {display: block;}.hidden-tablet-inline {display: inline-block;}.hidden-desktop {display: none !important;}@media (max-width: 979px) {.responsive-allowed .visible-phone {display: block !important;} .responsive-allowed .hidden-phone {display: none !important;} .responsive-allowed .hidden-phone-inline {display: none !important;} .responsive-allowed .hidden-desktop {display: block !important;} .responsive-allowed .visible-desktop {display: none !important;}}@media (min-width: 770px) and (max-width: 979px) {.responsive-allowed .visible-tablet {display: block !important;} .responsive-allowed .hidden-tablet {display: none !important;} .responsive-allowed .hidden-tablet-inline {display: none !important;} .responsive-allowed .hidden-desktop {display: block !important;} .responsive-allowed .visible-desktop {display: none !important;}}@media (max-width: 480px) {.responsive-allowed .nav-collapse {-webkit-transform: translate3d(0, 0, 0);} .responsive-allowed .page-header h1 small {display: block; line-height: 18px;} .responsive-allowed input[type="checkbox"], .responsive-allowed input[type="radio"] {border: 1px solid #ccc;} .responsive-allowed .modal {position: absolute; top: 10px; left: 10px; right: 10px; width: auto; margin: 0;} .responsive-allowed .modal.fade.in {top: auto;} .responsive-allowed .modal-header .close {padding: 10px; margin: -10px;} .responsive-allowed .carousel-caption {position: static;}}@media (max-width: 979px) {.responsive-allowed .container {width: auto;} .responsive-allowed .row-fluid {width: 100%;} .responsive-allowed .row {margin-left: 0;} .responsive-allowed .row > .col, .responsive-allowed .row-fluid > .col {float: none; display: block; width: auto; margin: 0;} .responsive-allowed .thumbnails .col {width: auto;}}@media (min-width: 1235px) {.responsive-allowed .row {margin-left: -30px; *zoom: 1;} .responsive-allowed .row:before, .responsive-allowed .row:after {display: table; content: "";} .responsive-allowed .row:after {clear: both;} .responsive-allowed .col {float: left; margin-left: 30px;} .responsive-allowed .container, .responsive-allowed .navbar-fixed-top .container, .responsive-allowed .navbar-fixed-bottom .container {width: 1110px;} .responsive-allowed .span12 {width: 1110px;} .responsive-allowed .span11 {width: 1015px;} .responsive-allowed .span10 {width: 920px;} .responsive-allowed .span9 {width: 825px;} .responsive-allowed .span8 {width: 730px;} .responsive-allowed .span7 {width: 635px;} .responsive-allowed .span6 {width: 540px;} .responsive-allowed .span5 {width: 445px;} .responsive-allowed .span4 {width: 350px;} .responsive-allowed .span3 {width: 255px;} .responsive-allowed .span2 {width: 160px;} .responsive-allowed .span1 {width: 65px;} .responsive-allowed .offset12 {margin-left: 1170px;} .responsive-allowed .offset11 {margin-left: 1075px;} .responsive-allowed .offset10 {margin-left: 980px;} .responsive-allowed .offset9 {margin-left: 885px;} .responsive-allowed .offset8 {margin-left: 790px;} .responsive-allowed .offset7 {margin-left: 695px;} .responsive-allowed .offset6 {margin-left: 600px;} .responsive-allowed .offset5 {margin-left: 505px;} .responsive-allowed .offset4 {margin-left: 410px;} .responsive-allowed .offset3 {margin-left: 315px;} .responsive-allowed .offset2 {margin-left: 220px;} .responsive-allowed .offset1 {margin-left: 125px;} .responsive-allowed .row-fluid {width: 100%; *zoom: 1;} .responsive-allowed .row-fluid:before, .responsive-allowed .row-fluid:after {display: table; content: "";} .responsive-allowed .row-fluid:after {clear: both;} .responsive-allowed .row-fluid > .col {float: left; margin-left: 2.56410256%;} .responsive-allowed .row-fluid > .col:first-child {margin-left: 0;} .responsive-allowed .row-fluid .span12 {width: 100%;} .responsive-allowed .row-fluid .span11 {width: 91.45299145%;} .responsive-allowed .row-fluid .span10 {width: 82.90598291%;} .responsive-allowed .row-fluid .span9 {width: 74.35897436%;} .responsive-allowed .row-fluid .span8 {width: 65.81196581%;} .responsive-allowed .row-fluid .span7 {width: 57.26495726%;} .responsive-allowed .row-fluid .span6 {width: 48.71794872%;} .responsive-allowed .row-fluid .span5 {width: 40.17094017%;} .responsive-allowed .row-fluid .span4 {width: 31.62393162%;} .responsive-allowed .row-fluid .span3 {width: 23.07692308%;} .responsive-allowed .row-fluid .span2 {width: 14.52991453%;} .responsive-allowed .row-fluid .span1 {width: 5.98290598%;} .responsive-allowed input, .responsive-allowed textarea, .responsive-allowed .uneditable-input {margin-left: 0;} .responsive-allowed input.span12, .responsive-allowed textarea.span12, .responsive-allowed .uneditable-input.span12 {width: 1100px;} .responsive-allowed input.span11, .responsive-allowed textarea.span11, .responsive-allowed .uneditable-input.span11 {width: 1005px;} .responsive-allowed input.span10, .responsive-allowed textarea.span10, .responsive-allowed .uneditable-input.span10 {width: 910px;} .responsive-allowed input.span9, .responsive-allowed textarea.span9, .responsive-allowed .uneditable-input.span9 {width: 815px;} .responsive-allowed input.span8, .responsive-allowed textarea.span8, .responsive-allowed .uneditable-input.span8 {width: 720px;} .responsive-allowed input.span7, .responsive-allowed textarea.span7, .responsive-allowed .uneditable-input.span7 {width: 625px;} .responsive-allowed input.span6, .responsive-allowed textarea.span6, .responsive-allowed .uneditable-input.span6 {width: 530px;} .responsive-allowed input.span5, .responsive-allowed textarea.span5, .responsive-allowed .uneditable-input.span5 {width: 435px;} .responsive-allowed input.span4, .responsive-allowed textarea.span4, .responsive-allowed .uneditable-input.span4 {width: 340px;} .responsive-allowed input.span3, .responsive-allowed textarea.span3, .responsive-allowed .uneditable-input.span3 {width: 245px;} .responsive-allowed input.span2, .responsive-allowed textarea.span2, .responsive-allowed .uneditable-input.span2 {width: 150px;} .responsive-allowed input.span1, .responsive-allowed textarea.span1, .responsive-allowed .uneditable-input.span1 {width: 55px;} .responsive-allowed .thumbnails {margin-left: -30px;} .responsive-allowed .thumbnails > li {margin-left: 30px;} .responsive-allowed .row {min-width: 1140px;}}@media (max-width: 1235px) {.responsive-allowed .modal-flex-grow-body {display: flex; height: 100%; flex-direction: column;} .responsive-allowed .modal-flex-grow-body .modal-body {flex-grow: 2; display: flex; flex-direction: column;} .responsive-allowed .modal-flex-grow-body .modal-body .modal-padding {flex-grow: 1;}}.text {text-rendering: optimizeSpeed;}.text,.text p,.text li {font-family: 'Baskerville', 'Crimson Text', 'Palatyno', Times, sans-serif;}ol.lower-alpha {list-style-type: lower-alpha;}ol.upper-alpha {list-style-type: upper-alpha;}ol.upper-roman {list-style-type: upper-roman;}ol.lower-roman {list-style-type: lower-roman;}ol.masculine-ordinal > li {display: block;}ol.masculine-ordinal > li::before {content: attr(value) "º."; margin-left: -28px; float: left; display: block; width: 24px; text-align: right; padding-right: 8px;}ol.femenine-ordinal > li {display: block;}ol.femenine-ordinal > li::before {content: attr(value) "ª."; margin-left: -28px; float: left; display: block; width: 24px; text-align: right; padding-right: 8px;}.badge {display: inline-block; *display: inline; *zoom: 1; padding: 0 7px; line-height: 1.6;}.text p,.text li {font-size: 18px; line-height: 24px;}.text p {margin: 0 0 18px;}.backlink {display: none;}.alignleft {float: left; margin-right: 18px;}.alignright {float: right; margin-left: 18px;}section {margin-top: 27px;}.header + section {margin-top: 18px;}header + .article {margin-top: 18px;}section.rubrica {padding: 12px 15px 17px 0px; margin-bottom: 20px; font-size: 15px; line-height: 27px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #6B6A69; font-weight: bold; margin-top: 0px;}header + section.rubrica {margin-top: -18px;}ul section.rubrica,ol section.rubrica {margin-left: -25px;}section {}section header {text-align: center; margin-bottom: 18px;}section h1,section h2,section h3 {display: block;}section h1 {font-weight: 900;}section h2 {font-weight: 600;}section h3 {font-weight: 6500; font-size: 18px; line-height: 18px;}section section {}section section h1 {font-weight: 600;}section section h2 {font-weight: normal;}section section h3 {font-weight: 500; font-size: 18px; line-height: 18px;}section section section {}section section section h1,section section section h2 {font-size: 18px; line-height: 27px;}section section section h3 {font-size: 16px;}section section section section h1,section section section section h2 {font-size: 16px; line-height: 24px;}section section section section h3 {font-size: 12px;}section.article header,section.quoted_article header {text-align: left; font-size: 18px; line-height: 27px;}section.article h2::not(:empty):before,section.quoted_article h2::not(:empty):before {content: " - ";}section.article h3:not(:empty):before,section.quoted_article h3:not(:empty):before {content: " - ";}section.article h1,section.quoted_article h1 {color: #444; font-weight: 900; line-height: inherit; font-size: 100%; display: inline;}section.article h2,section.quoted_article h2 {color: #444; font-weight: 600; line-height: inherit; font-size: 100%; display: inline;}section.quoted_article header,section.quoted_article h1,section.quoted_article h2,section.quoted_article h3 {font-weight: normal; font-style: italic;}.pagebreak:before {content: " [Pg. ";}.pagebreak:after {content: "] ";}.pagebreak {left: -53px; color: #999; font-size: 12px; display: block;}.pagebreak .label {display: none;}.pagebreak .label {background: transparent; padding: 0;}blockquote p,blockquote div {padding-right: 3em; margin: 0 0 1em; font-size: 16px; line-height: 1.4;}aside {border: 1pt solid #DAD8D5; background: #FFF; padding: 12px 15px 17px; margin-bottom: 20px; border-radius: 5px; font-size: 15px; line-height: 27px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #6B6A69; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}aside:last-child {border-radius: 0 0 5px 5px;}aside.comment {background: #FAF8F6;}aside.comment > p {margin-left: 30px;}aside.cited_by {font-size: 14px;}aside + aside {border-radius: 0; border-top: 1px solid #DAD8D5; margin-top: -25px;}aside .comment-title {text-transform: uppercase; font-size: 12px; font-weight: bold;}aside li,aside p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 15px !important; margin-bottom: 0 !important;}aside br {display: none;}aside .icon-edit {position: relative; top: -2px; float: left; font-size: 20px; color: #BCBCBB;}p.footnote {font-size: 16px; line-height: 20px; margin-left: 1em;}p.footnote .backlink {display: inline;}.vpublishing_text #toc {background: whiteSmoke; border: 12px solid rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); margin-bottom: 20px; margin-top: 1.5em;}.vpublishing_text h2 {margin-top: 27px; font-size: 27px; line-height: 36px;}.vpublishing_text h3 {margin-top: 27px; font-size: 18px; line-height: 18px;}.vpublishing_text blockquote {margin: 18px 0 18px 18px;}.vpublishing_text #toc td {padding: 10px;}.text table {width: 100%; margin-bottom: 18px; border: 1px solid #ddd; border-left: 0; border-collapse: separate; *border-collapse: collapsed; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.text table th,.text table td {padding: 8px; line-height: 18px; text-align: left; vertical-align: top; border-top: 1px solid #ddd;}.text table th {font-weight: bold;}.text table thead th {vertical-align: bottom;}.text table colgroup + thead tr:first-child th,.text table colgroup + thead tr:first-child td,.text table thead:first-child tr:first-child th,.text table thead:first-child tr:first-child td {border-top: 0;}.text table tbody + tbody {border-top: 2px solid #ddd;}.text table tbody tr:hover td,.text table tbody tr:hover th {background-color: #f5f5f5;}.text table thead th {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); border-bottom: 1px solid #DEDEDB;}.text table thead th:first-child {-webkit-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; border-radius: 4px 0 0 0;}.text table thead th:last-child {-webkit-border-radius: 0 4px 0 0; -moz-border-radius: 0 4px 0 0; border-radius: 0 4px 0 0;}.text table tbody tr:hover td,.text table tbody tr:hover th {background: #F9FBFC;}.text table th,.text table td {border-color: #ededed;}.text table th {font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif; font-size: 14px;}.text table .checked th,.text table .checked td {background: #fff7d8;}.text table tbody tr:nth-child(odd) td,.text table tbody tr:nth-child(odd) th {background-color: #f9f9f9;}.text table th,.text table td {border-left: 1px solid #ddd;}.text table thead:first-child tr:first-child th,.text table tbody:first-child tr:first-child th,.text table tbody:first-child tr:first-child td {border-top: 0;}.text table thead:first-child tr:first-child th:first-child,.text table tbody:first-child tr:first-child td:first-child {-webkit-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; border-radius: 4px 0 0 0;}.text table thead:first-child tr:first-child th:last-child,.text table tbody:first-child tr:first-child td:last-child {-webkit-border-radius: 0 4px 0 0; -moz-border-radius: 0 4px 0 0; border-radius: 0 4px 0 0;}.text table thead:last-child tr:last-child th:first-child,.text table tbody:last-child tr:last-child td:first-child {-webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px;}.text table thead:last-child tr:last-child th:last-child,.text table tbody:last-child tr:last-child td:last-child {-webkit-border-radius: 0 0 4px 0; -moz-border-radius: 0 0 4px 0; border-radius: 0 0 4px 0;}.text .user-highlighted {background: #FFF6CA;}p[data-depth='1'] {padding-left: 1.5em;}p[data-depth='2'] {padding-left: 3em;}p[data-depth='3'] {padding-left: 4.5em;}p[data-depth='4'] {padding-left: 6em;}p[data-depth='5'] {padding-left: 7.5em;}aside[data-first-block-depth='0'] {margin-bottom: 30px;}aside[data-first-block-depth='1'],aside[data-first-block-depth='2'],aside[data-first-block-depth='3'],aside[data-first-block-depth='4'],aside[data-first-block-depth='5'] {border: none; padding: 5px; color: #000;}.dropdown-menu {z-index: 9999; min-width: 50px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}.dropdown-menu .nav-header {display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 18px; color: #999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase;}.nav li + .nav-header {margin-top: 9px;}.lt-ie9 .span12 {width: 1110px;}.lt-ie9 .span11 {width: 1015px;}.lt-ie9 .span10 {width: 920px;}.lt-ie9 .span9 {width: 825px;}.lt-ie9 .span8 {width: 730px;}.lt-ie9 .span7 {width: 635px;}.lt-ie9 .span6 {width: 540px;}.lt-ie9 .span5 {width: 445px;}.lt-ie9 .span4 {width: 350px;}.lt-ie9 .span3 {width: 255px;}.lt-ie9 .span2 {width: 160px;}.lt-ie9 .span1 {width: 65px;}@media (min-width: 979px) and (max-width: 1012px) {.responsive-allowed .span4_5 {width: 333px;} .responsive-allowed .span3_5 {width: 256px;} .responsive-allowed .span2_5 {width: 179px;}}body {color: #333333; background: #F5F1EB url(../img/bg.jpg); min-width: 1280px;}.responsive-allowed body {min-width: 0px;}.responsive-allowed.lt-ie9 body {min-width: 1280px;}a {color: #127CC1;}a:hover {color: #127CC1;}h6 {margin-bottom: 10px;}img {max-width: 100% !important;}.page {margin-left: 72px; margin-top: 50px; padding: 20px 0 0 20px; border-left: 1px solid #CECECB;}.responsive-allowed .page {margin-top: 50px;}.content .container {width: auto;}.ajax-loading {display: block; width: 32px; height: 32px; position: relative; margin: 0 auto; background: url(../img/ajax-loader.gif);}.ajax-loading-small {display: block; position: relative; margin: 0 auto; width: 16px; height: 16px; background: url(../img/ajax-loader-small.gif);}.app-loading {background: #333; position: fixed; height: 100%; width: 100%;}.app-loading .ajax-loading {background: url(../img/ajax-loader-dark.gif); position: absolute; top: 50%; left: 50%; margin: -16px 0 0 -16px;}.app-loading.app-login {background: #F5F1EB url(../img/bg.jpg); position: absolute; min-height: 100%; height: auto;}.app-loading progress {position: fixed; top: 45%; width: 40%; left: 30%;}.loading {margin-top: 10px; margin-bottom: 10px;}.region-loading {background: #999; height: 100%; width: 100%;}.region-loading progress,.app-loading .progress {position: relative; top: 45%; width: 40%; left: 30%;}.divider {width: 5px; height: auto; display: inline-block;}#loading-items {padding: 100px 0;}#loading-folders {margin-top: 50px;}.btn-social {min-width: 36px !important;}.section-separator {height: 2px; border: 1px solid #DEDEDB; border-left: 0; border-right: 0; margin: 20px auto 20px;}.span8 .section-separator {width: 250px;}.abovebox {-webkit-box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px -1px 0 rgba(134, 134, 132, 0.15), 0px 1px 2px rgba(134, 134, 132, 0.4); -moz-box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px -1px 0 rgba(134, 134, 132, 0.15), 0px 1px 2px rgba(134, 134, 132, 0.4); box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px -1px 0 rgba(134, 134, 132, 0.15), 0px 1px 2px rgba(134, 134, 132, 0.4); background: #FFF; margin-bottom: 20px; margin-top: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.abovebox.widelist {-webkit-box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px 1px 2px rgba(134, 134, 132, 0.4); -moz-box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px 1px 2px rgba(134, 134, 132, 0.4); box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px 1px 2px rgba(134, 134, 132, 0.4); margin-top: 4px;}.abovebox.static {padding: 20px;}.lt-ie9 .abovebox {border: 1px solid #E9E8E6;}.container-tabs + .abovebox {-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}.box-title {padding-bottom: 10px; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;}.static .box-title {font-size: 26px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #DEDEDB;}.box-subtitle {padding: 10px 0;}.more a {color: #9EB1C1; font-size: 12px; font-weight: bold;}.more .icon-caret-right {font-size: 10px;}.excerpt {background: #F3F1F0; border: 1px solid #E9E8E6; padding: 10px 20px; margin-top: 10px;}.fill-in-container {border: 5px dashed #E9E8E6; color: #E9E8E6; text-align: center; font-size: 24px; padding: 40px 20px 45px; font-weight: bold;}.dropdown-menu.pull-left {left: 0; right: auto;}.bottom-up {top: auto; bottom: 100%;}.navbar .dropdown-menu.bottom-up:before {border-bottom: 0px solid transparent !important; border-top: 7px solid rgba(0, 0, 0, 0.2); top: auto !important; bottom: -7px;}.navbar .dropdown-menu.bottom-up:after {border-bottom: 0px solid transparent !important; border-top: 6px solid white; top: auto !important; bottom: -6px;}.isolate {float: left;}.after-isolate {margin-left: 20px;}.extras {margin: 6px 0 0; color: #9EB1C1;}.layout-fixed .main {position: fixed; top: 40px; left: 60px; bottom: 0; right: 280px; overflow: scroll; background: #FFFFFC;}.layout-fixed .main-document {padding-left: 40px; padding-right: 40px;}.layout-fixed .sidebar {position: absolute; top: 40px; right: 0px; width: 280px;}.row-fluid > .span2 .sidebar-fixed {width: 20%;}.filter-options {padding: 15px 20px;}.filter-options .box-title {font-size: 16px; margin-bottom: 10px; border-bottom: 1px solid #DEDEDB;}.sidebar-helpers {border-left: 1px solid #E9E8E6; padding-left: 20px;}.recent li {font-size: 14px; line-height: 24px; margin-bottom: 18px;}.recent .more:hover {background: transparent;}.recent-title {text-transform: uppercase; font-size: 11px; position: relative; margin-bottom: 6px;}.recent-title .in-title,.recent-title i {background: #F5F1EB url(../img/bg.jpg); padding-right: 6px; position: relative; z-index: 2;}.recent-title .in-title {max-width: 85%;}.recent-title i {text-transform: none; padding-left: 6px; position: absolute; right: 0; bottom: -1px; padding-right: 0;}.recent-title:after {content: ''; width: 100%; position: absolute; border-top: 1px solid #DEDEDB; bottom: 8px; left: 0;}.widelist .list-item {margin-top: -4px;}.lt-ie9 .widelist .list-item {margin-top: 0;}.list-item {-webkit-box-shadow: 0px -1px 0px rgba(134, 134, 132, 0.15); -moz-box-shadow: 0px -1px 0px rgba(134, 134, 132, 0.15); box-shadow: 0px -1px 0px rgba(134, 134, 132, 0.15); -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; position: relative; background: #FFF;}li.list-item:hover {background: #F9FBFC;}.list-item:last-child {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.list-item.visited {background: #f9fbfc;}.list-item.visited .list-item-content {color: #878787;}.list-item.visited .list-item-content a {color: #6c9dc0;}.list-item.visited .list-item-content .excerpt {background: #f9f7f6; border-color: #f3f1f0;}.lt-ie9 .list-item {border-top: 1px solid #E9E8E6;}.home .list-item.alert {padding-left: 20px;}.title-divider {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); padding: 18px 20px 20px; font-size: 18px; font-weight: bold; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;}.title-divider:hover {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0);}.title-divider + .list-item {-webkit-box-shadow: 0px -1px 0px rgba(134, 134, 132, 0.25); -moz-box-shadow: 0px -1px 0px rgba(134, 134, 132, 0.25); box-shadow: 0px -1px 0px rgba(134, 134, 132, 0.25);}.pagination-page-divider {padding: 18px 20px 20px; font-size: 18px; font-weight: bold; text-align: center; color: #9EB1C1; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;}.pagination-page-divider:hover {background: inherit;}.pagination-page-divider:before {font-family: 'FontAwesome'; content: "\f0d7\ ";}.list-item-content {margin-right: 70px; margin-bottom: 2px; line-height: 21px; font-size: 14px;}.publication_info {color: #9EB1C1;}.action .dropdown-toggle {padding: 0; color: #9196b0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.action.open .dropdown-toggle {border: 0; color: #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.item-actions {position: absolute; top: 0; height: 100%; padding: 0 20px; text-align: center;}.item-actions.pull-right {right: 0;}.item-actions.pull-left {left: 0;}.item-actions .action {position: relative; top: 10px; display: block; margin-top: 2px; color: #9196b0;}.item-actions .action.btn {top: 10px;}.item-actions .action.active {color: #333;}.item-actions .dropdown-toggle {color: #9196b0;}.item-actions .icon {font-size: 16px;}.item-actions .icon-share {font-size: 20px;}.item-actions .dropdown-toggle:hover i {border: 0;}.item-actions .dropdown-menu {text-align: left;}.item-actions .dropdown-menu a:hover {color: #FFF;}.source-toolbar .share li {line-height: 0px !important;}.source-toolbar .share li a {font-size: 13px !important; padding-left: 3px !important;}.source-toolbar .share li a i {font-size: 16px !important;}.source-toolbar .share li:before {content: '' !important;}.source-toolbar .share li {line-height: 0px !important;}.source-toolbar .share li.nav-header {padding: 10px 0px 10px 6px;}.source-toolbar .share li a {font-size: 13px; padding-left: 3px; margin-top: 5px;}.source-toolbar .share li a i {font-size: 16px;}.source-toolbar .share li:before {content: '';}.action:hover,.action a:hover,.open .dropdown-toggle {text-decoration: none; color: #127CC1;}.sorted-by {font-style: italic;}.section-pager {text-align: center; list-style: none;}.epag-prev-page {padding: 0 1em 1em;}.results-list .epag-prev-page {padding: 1em; background-color: #F8F7F4; border-radius: 5px 5px 0 0; box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);}.epag-prev-page .btn.more {margin-bottom: 4px;}.btn-toolbar {margin: 0 0 10px; position: relative;}.btn-toolbar .page-title-wrap {padding-top: 6px;}.abovebox .btn-toolbar {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); border-bottom: 1px solid #cdcccb; padding: 0 10px 10px 15px; margin-bottom: 0; position: relative; z-index: 9; filter: -;}.abovebox .btn-toolbar + div {position: relative; z-index: 8;}.page-title-wrap .page-title {color: #c6c4bf; font-size: 20px; font-weight: bold; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;}@media (max-width: 979px) {.responsive-allowed body {padding-left: 0px; padding-right: 0px;} .responsive-allowed .app-loading.app-login {position: absolute; height: auto;} .responsive-allowed .page {margin: 50px 0 50px 0; padding: 0;} .responsive-allowed .abovebox {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;} .responsive-allowed .btn-toolbar {margin: 0 10px 10px; text-align: center;} .responsive-allowed .btn-toolbar .page-title-wrap {padding-top: 6px; margin-top: 0;} .abovebox .responsive-allowed .btn-toolbar {padding: 0 10px 10px 15px; margin: 0; position: relative; z-index: 9;} .abovebox .responsive-allowed .btn-toolbar + div {position: relative; z-index: 8;} .responsive-allowed .btn-toolbar .pull-right {float: none;} .responsive-allowed .btn-toolbar.navbar-fixed-top {margin-top: 0; padding-right: 0; padding-left: 0; margin-right: 0; margin-left: 0; text-align: left;} .responsive-allowed .page-title-wrap {margin: 10px 0;} .responsive-allowed .page-title-wrap .page-title {color: #c6c4bf; font-size: 20px; font-weight: bold; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;} .responsive-allowed .list-item {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;} .responsive-allowed .list-item:last-child {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;} .responsive-allowed .list-item-content {line-height: 18px; font-size: 13px;} .responsive-allowed .item-actions {padding: 0 15px;} .responsive-allowed .item-actions .action {top: 10px;} .responsive-allowed .page .row .sidebar {padding-top: 20px;} .responsive-allowed .sidebar-helpers {padding: 0 20px;} .static .responsive-allowed .box-title {line-height: 1.2;}}@media (min-width: 1235px) {.responsive-allowed .row {margin-left: -20px;}}.navbar-left {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; z-index: 200; text-align: center; background: #262E31; border-right: 2px solid #071317; height: 100%; width: 68px; position: fixed; top: 0; bottom: 0;}.navbar-left .nav > li > a,.navbar-left .nav > li .dropdown-toggle {position: relative; width: 68px; padding: 10px 0; font-size: 11px; font-weight: bold; color: #888F94; text-shadow: 0 1px 1px #000000; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);}.navbar-left .active a {-webkit-box-shadow: inset 0 0 10px black; -moz-box-shadow: inset 0 0 10px black; box-shadow: inset 0 0 10px black; border-bottom: 1px solid #3F4A4D; border-top: 1px solid #060C0E; color: #D2D8DA; position: relative;}.navbar-left .active a:hover {-webkit-transition: color 100ms linear; -moz-transition: color 100ms linear; -ms-transition: color 100ms linear; -o-transition: color 100ms linear; transition: color 100ms linear; color: #FFF;}.navbar-left .active a:hover .icon-white {font-size: 32px;}.navbar-left .active a:after {width: 0; height: 0; border-top: 8px solid transparent; border-right: 7px solid #fefdfd; border-bottom: 8px solid transparent; content: ''; position: absolute; top: 50%; right: -2px; margin-top: -11px;}.navbar-left .icon-white {-webkit-transition: all 100ms linear; -moz-transition: all 100ms linear; -ms-transition: all 100ms linear; -o-transition: all 100ms linear; transition: all 100ms linear; -webkit-text-stroke: 0.5px #93999B; -ms-text-stroke: 0.5px #93999B; text-stroke: 0.5px #93999B; display: block; font-size: 26px; margin: 5px auto 3px; height: 21px;}.navbar-left .nav-settings {position: absolute; bottom: 10px; left: 0;}.navbar-left .help i {display: inline-block !important; position: relative; top: 2px;}.navbar-left .dropdown-menu {-webkit-border-radius: 6px 4px 4px 6px; -moz-border-radius: 6px 4px 4px 6px; border-radius: 6px 4px 4px 6px; left: 25%;}.syncing .navbar-left .folders a:before {content: ''; background: #262e31 url(../img/sync-loader-alt.gif) no-repeat center center; width: 32px; height: 30px; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -16px;}.syncing .navbar-left .folders.active a:before {background-color: #222222;}.syncing .navbar-left .folders:hover a:before {background: #262e31 url(../img/sync-loader-hover.gif) no-repeat center center;}.syncing .navbar-left .folders.active:hover a:before {background: #222222 url(../img/sync-loader-hover.gif) no-repeat center center;}.searchbar {z-index: 500; position: fixed; left: 70px; right: 0; top: 0; height: 49px; border-bottom: 1px solid #FCFBFA; border-left: 2px solid #FEFDFD; margin: 0; background-color: #f7f3f0; background-image: -moz-linear-gradient(top, #fcf9f6, #efebe6); background-image: -ms-linear-gradient(top, #fcf9f6, #efebe6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf9f6), to(#efebe6)); background-image: -webkit-linear-gradient(top, #fcf9f6, #efebe6); background-image: -o-linear-gradient(top, #fcf9f6, #efebe6); background-image: linear-gradient(top, #fcf9f6, #efebe6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf9f6', endColorstr='#efebe6', GradientType=0); -webkit-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); -moz-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; -moz-user-select: -moz-none; filter: -;}.searchbar.fullwidth {left: 0;}.lt-ie9 .searchbar {min-width: 1280px; border-bottom: 1px solid #DEDEDB; background: #f7f3f0 url(../img/top-bar-bg.png) repeat-x left top;}.searchbar .input-append {float: left;}.searchbar .input-append .btn {min-width: 37px; padding-right: 1em; border-radius: 0; -webkit-box-shadow: 0px 0px 1px rgba(187, 180, 173, 0.25); -moz-box-shadow: 0px 0px 1px rgba(187, 180, 173, 0.25); box-shadow: 0px 0px 1px rgba(187, 180, 173, 0.25);}.searchbar .input-append .btn + .btn,.searchbar .input-append .btn:last-child {border-radius: 0 100rem 100rem 0;}.searchbar #inplace-search {padding: 9px 0 0 12px; min-width: 0 !important; width: 475px;}.searchbar #inplace-search.without-filters {width: 320px;}.searchbar #inplace-search.without-filters .default.search-query {-webkit-user-select: text; -moz-user-select: text; -o-user-select: text; user-select: text; width: 260px; height: 30px; line-height: 30px; padding: 0 10px; margin-right: 0; float: left; border: 1px solid #D9D6CA; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2);}.searchbar #inplace-search.without-filters .default.search-query:focus {border-color: #BCBCBB;}.searchbar #inplace-search.without-filters .select2-container {display: none !important;}.searchbar #inplace-search.without-filters.in-doc {width: 375px;}.searchbar #inplace-search.without-filters.in-doc .input-append {float: right;}.searchbar #inplace-search.without-filters.in-doc .input-append .default.search-query {width: 190px;}.searchbar #inplace-search.without-filters.in-doc.filtered-browse {width: 431px;}.searchbar #inplace-search.without-filters.in-doc.filtered-browse .input-append {width: 310px;}.searchbar #inplace-search.without-filters .in-index {display: inline-block !important; width: 394px !important; margin-right: -3px;}.searchbar #inplace-search.without-filters .in-index .select2-choices .select2-search-choice div {text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 243px;}.searchbar #inplace-search.filtered {position: relative; width: 500px;}.searchbar #inplace-search.filtered .default.search-query {display: none !important;}.searchbar #inplace-search.filtered .input-append {width: 410px;}.searchbar #inplace-search.filtered .input-append .select2-container {width: 463px !important;}.searchbar #inplace-search.filtered .input-append .select2-container .select2-choices .select2-search-choice div {text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 243px;}.searchbar #inplace-search .input-append .search-query {border-radius: 100rem 0 0 100rem;}.searchbar #inplace-search a {float: left;}.searchbar button .hidden-phone {display: inline;}.searchbar.product-global {border-bottom: 1px solid #516064; border-left: 2px solid #516064; background-color: #4a575b; background-image: -moz-linear-gradient(top, #5c6d72, #2e373a); background-image: -ms-linear-gradient(top, #5c6d72, #2e373a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5c6d72), to(#2e373a)); background-image: -webkit-linear-gradient(top, #5c6d72, #2e373a); background-image: -o-linear-gradient(top, #5c6d72, #2e373a); background-image: linear-gradient(top, #5c6d72, #2e373a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c6d72', endColorstr='#2e373a', GradientType=0); -webkit-box-shadow: 0 1px 0 #2e373a, 0 1px 7px #2e373a; -moz-box-shadow: 0 1px 0 #2e373a, 0 1px 7px #2e373a; box-shadow: 0 1px 0 #2e373a, 0 1px 7px #2e373a;}.lt-ie9 .searchbar.product-global {border-bottom: 1px solid #DEDEDB; background: #f7f3f0 url(../img/top-bar-bg.png) repeat-x left top;}.searchbar.product-global #inplace-search .search-query {border: 1px solid #5c6d72; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 3px rgba(49, 35, 19, 0.2); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 3px rgba(49, 35, 19, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 3px rgba(49, 35, 19, 0.2);}.searchbar.product-global #inplace-search .search-query:focus {border-color: #2e373a;}.searchbar.product-global .btn {background-color: #6a7c81; background-image: -moz-linear-gradient(top, #7b8f95, #516064); background-image: -ms-linear-gradient(top, #7b8f95, #516064); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b8f95), to(#516064)); background-image: -webkit-linear-gradient(top, #7b8f95, #516064); background-image: -o-linear-gradient(top, #7b8f95, #516064); background-image: linear-gradient(top, #7b8f95, #516064); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b8f95', endColorstr='#516064', GradientType=0); -webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; border: 1px solid #3a4548; border-bottom-color: #2e373a; -webkit-box-shadow: 0px 1px 2px rgba(12, 15, 15, 0.35); -moz-box-shadow: 0px 1px 2px rgba(12, 15, 15, 0.35); box-shadow: 0px 1px 2px rgba(12, 15, 15, 0.35); color: #e5eaef; text-shadow: 0 1px 0 #3a4548;}.searchbar.product-global .btn:hover {-webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; background-color: #7b8f95; border-color: #232a2b;}.searchbar.product-global .btn.disabled {background-color: #7b8f95; border: 1px solid #455256; color: #455256; opacity: .4;}.searchbar.product-global .btn.dropdown-toggle:hover {background-color: #FFF; border-color: #76726C;}.open .searchbar.product-global .btn.dropdown-toggle {-webkit-box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; -moz-box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; background-color: #F1EFEA;}.searchbar.product-global .btn-search {background-color: #5e6f74; background-image: -moz-linear-gradient(top, #6e8389, #455256); background-image: -ms-linear-gradient(top, #6e8389, #455256); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e8389), to(#455256)); background-image: -webkit-linear-gradient(top, #6e8389, #455256); background-image: -o-linear-gradient(top, #6e8389, #455256); background-image: linear-gradient(top, #6e8389, #455256); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8389', endColorstr='#455256', GradientType=0); -webkit-box-shadow: 0px 1px 1px #2e373a, inset 0px 2px 0px #819499; -moz-box-shadow: 0px 1px 1px #2e373a, inset 0px 2px 0px #819499; box-shadow: 0px 1px 1px #2e373a, inset 0px 2px 0px #819499; border: 1px solid #2e373a; color: #e5eaef; text-shadow: 0 1px 0 #181c1d;}.searchbar.product-global .btn-search:hover {background-color: #5e6f74; background-image: -moz-linear-gradient(top, #6e8389, #455256); background-image: -ms-linear-gradient(top, #6e8389, #455256); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e8389), to(#455256)); background-image: -webkit-linear-gradient(top, #6e8389, #455256); background-image: -o-linear-gradient(top, #6e8389, #455256); background-image: linear-gradient(top, #6e8389, #455256); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8389', endColorstr='#455256', GradientType=0); -webkit-box-shadow: 0px 1px 1px #2e373a, inset 0px 2px 0px #819499; -moz-box-shadow: 0px 1px 1px #2e373a, inset 0px 2px 0px #819499; box-shadow: 0px 1px 1px #2e373a, inset 0px 2px 0px #819499; border: 1px solid #181c1d; color: #e5eaef; text-shadow: 0 1px 0 #181c1d;}.searchbar.product-global .btn-search:active {background: #2e373a; -webkit-box-shadow: inset 0px 1px 3px #010101; -moz-box-shadow: inset 0px 1px 3px #010101; box-shadow: inset 0px 1px 3px #010101; border: 1px solid #010101; color: #e5eaef;}.searchbar.product-global .brand > .logo {background: transparent url(../img/logo-vlex-global-1.png) no-repeat left top;}.searchbar.product-global .brand > .logo + .name {color: #e5eaef;}.searchbar.product-global .brand > .caret {border-top-color: #e5eaef;}.searchbar.product-global .brand + .dropdown-menu {background: #2e373a;}.searchbar.product-global .brand + .dropdown-menu > .nav-header {color: #c5d1dc; text-shadow: 0 1px 0 #181c1d;}.searchbar.product-global .brand + .dropdown-menu > li a {color: #e5eaef;}.searchbar.product-global .brand + .dropdown-menu > li a:hover {color: #FFF;}.searchbar.product-national {border-bottom: 1px solid #dce2e4; border-left: 2px solid #dce2e4; background-color: #e4e9eb; background-image: -moz-linear-gradient(top, #eaeeef, #dce2e4); background-image: -ms-linear-gradient(top, #eaeeef, #dce2e4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaeeef), to(#dce2e4)); background-image: -webkit-linear-gradient(top, #eaeeef, #dce2e4); background-image: -o-linear-gradient(top, #eaeeef, #dce2e4); background-image: linear-gradient(top, #eaeeef, #dce2e4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeef', endColorstr='#dce2e4', GradientType=0); -webkit-box-shadow: 0 1px 0 #b0bfc3, 0 1px 7px #b0bfc3; -moz-box-shadow: 0 1px 0 #b0bfc3, 0 1px 7px #b0bfc3; box-shadow: 0 1px 0 #b0bfc3, 0 1px 7px #b0bfc3;}.lt-ie9 .searchbar.product-national {border-bottom: 1px solid #DEDEDB; background: #f7f3f0 url(../img/top-bar-bg.png) repeat-x left top;}.searchbar.product-national #inplace-search .search-query {border: 1px solid #bfcbce; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 3px rgba(49, 35, 19, 0.2); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 3px rgba(49, 35, 19, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 3px rgba(49, 35, 19, 0.2);}.searchbar.product-national #inplace-search .search-query:focus {border-color: #93a8ad;}.searchbar.product-national .btn {background-color: #f1f4f4; background-image: -moz-linear-gradient(top, #ffffff, #dce2e4); background-image: -ms-linear-gradient(top, #ffffff, #dce2e4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dce2e4)); background-image: -webkit-linear-gradient(top, #ffffff, #dce2e4); background-image: -o-linear-gradient(top, #ffffff, #dce2e4); background-image: linear-gradient(top, #ffffff, #dce2e4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dce2e4', GradientType=0); -webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; border: 1px solid #bfcbce; border-bottom-color: #b0bfc3; -webkit-box-shadow: 0px 1px 2px rgba(133, 156, 162, 0.35); -moz-box-shadow: 0px 1px 2px rgba(133, 156, 162, 0.35); box-shadow: 0px 1px 2px rgba(133, 156, 162, 0.35); color: #173546; text-shadow: 0 1px 0 #ffffff;}.searchbar.product-national .btn:hover {-webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; background-color: #ffffff; border-color: #a2b3b8;}.searchbar.product-national .btn.disabled {background-color: #ffffff; border: 1px solid #cdd7d9; color: #cdd7d9; opacity: .4;}.searchbar.product-national .btn.dropdown-toggle:hover {background-color: #FFF; border-color: #76726C;}.open .searchbar.product-national .btn.dropdown-toggle {-webkit-box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; -moz-box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; background-color: #F1EFEA;}.searchbar.product-national .btn-search {background-color: #ebeff0; background-image: -moz-linear-gradient(top, #ffffff, #cdd7d9); background-image: -ms-linear-gradient(top, #ffffff, #cdd7d9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cdd7d9)); background-image: -webkit-linear-gradient(top, #ffffff, #cdd7d9); background-image: -o-linear-gradient(top, #ffffff, #cdd7d9); background-image: linear-gradient(top, #ffffff, #cdd7d9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdd7d9', GradientType=0); -webkit-box-shadow: 0px 1px 1px #b0bfc3, inset 0px 2px 0px #ffffff; -moz-box-shadow: 0px 1px 1px #b0bfc3, inset 0px 2px 0px #ffffff; box-shadow: 0px 1px 1px #b0bfc3, inset 0px 2px 0px #ffffff; border: 1px solid #b0bfc3; color: #173546; text-shadow: 0 1px 0 #ffffff;}.searchbar.product-national .btn-search:hover {background-color: #ebeff0; background-image: -moz-linear-gradient(top, #ffffff, #cdd7d9); background-image: -ms-linear-gradient(top, #ffffff, #cdd7d9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cdd7d9)); background-image: -webkit-linear-gradient(top, #ffffff, #cdd7d9); background-image: -o-linear-gradient(top, #ffffff, #cdd7d9); background-image: linear-gradient(top, #ffffff, #cdd7d9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdd7d9', GradientType=0); -webkit-box-shadow: 0px 1px 1px #b0bfc3, inset 0px 2px 0px #ffffff; -moz-box-shadow: 0px 1px 1px #b0bfc3, inset 0px 2px 0px #ffffff; box-shadow: 0px 1px 1px #b0bfc3, inset 0px 2px 0px #ffffff; border: 1px solid #93a8ad; color: #24526c; text-shadow: 0 1px 0 #ffffff; background-color: #ffffff;}.searchbar.product-national .btn-search:active {background: #b0bfc3; -webkit-box-shadow: inset 0px 1px 3px #769097; -moz-box-shadow: inset 0px 1px 3px #769097; box-shadow: inset 0px 1px 3px #769097; border: 1px solid #769097; color: #173546; text-shadow: 0 1px 0 #dce2e4;}.searchbar.product-national .brand > .logo {background: transparent url(../img/logo-vlex-national-1.png) no-repeat left top;}.searchbar.product-national .brand > .logo + .name {color: #173546;}.searchbar.product-national .brand > .caret {border-top-color: #173546;}.searchbar.product-national .brand + .dropdown-menu {background: #dce2e4;}.searchbar.product-national .brand + .dropdown-menu > .nav-header {color: #0a1820; text-shadow: 0 1px 0 #ffffff;}.searchbar.product-national .brand + .dropdown-menu > li a {color: #173546;}.searchbar.product-national .brand + .dropdown-menu > li a:hover {color: #FFF;}.responsive-allowed .searchbar #inplace-search {}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search {width: 608px;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.without-filters {width: 445px;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.without-filters .default.search-query {width: 385px;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.without-filters.in-doc {width: 508px;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.without-filters.in-doc .input-append .default.search-query {width: 320px;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.without-filters.in-doc.filtered-browse {width: 549px;} .responsive-allowed .searchbar #inplace-search.without-filters.in-doc.filtered-browse .input-append {width: 428px;}}.responsive-allowed .searchbar #inplace-search.without-filters .in-index {width: 394px !important; width: calc(100% - 37px) !important;}@media (max-width: 979px) {.responsive-allowed .searchbar #inplace-search.without-filters .in-index {display: none !important;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.without-filters .in-index {width: 512px !important; width: calc(100% - 37px) !important;}}@media (min-width: 1013px) {.responsive-allowed .searchbar #inplace-search.filtered {width: 540px;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.filtered {width: 740px;}}.responsive-allowed .searchbar #inplace-search.filtered .input-append {width: calc(100% - 120px) !important;}@media (min-width: 1013px) {.responsive-allowed .searchbar #inplace-search.filtered .input-append {width: 450px; width: calc(100% - 120px) !important;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.filtered .input-append {width: 500px; width: calc(100% - 120px) !important;}}.responsive-allowed .searchbar #inplace-search.filtered .input-append .select2-container {width: calc(100% - 37px) !important;}@media (min-width: 1013px) {.responsive-allowed .searchbar #inplace-search.filtered .input-append .select2-container {width: 503px !important; width: calc(100% - 37px) !important;}}@media (min-width: 1235px) {.responsive-allowed .searchbar #inplace-search.filtered .input-append .select2-container {width: 703px !important; width: calc(100% - 37px) !important;}}@media (max-width: 1235px) {.responsive-allowed .searchbar #inplace-search .btn-search-main:first-child span {display: none;}}.col.col-product-menu {width: 275px; margin-left: 20px;}@media (min-width: 1235px) {.responsive-allowed .col.col-product-menu {width: 266px;}}.product-menu {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 275px; padding-top: 4px; padding-left: 15px; height: 50px; background-color: #fefdfc; background-image: -moz-linear-gradient(top, #FFFFFF, #FDFBF8); background-image: -ms-linear-gradient(top, #FFFFFF, #FDFBF8); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FDFBF8)); background-image: -webkit-linear-gradient(top, #FFFFFF, #FDFBF8); background-image: -o-linear-gradient(top, #FFFFFF, #FDFBF8); background-image: linear-gradient(top, #FFFFFF, #FDFBF8); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FDFBF8', GradientType=0); -webkit-box-shadow: inset 0 -2px 0 #FCFBFA; -moz-box-shadow: inset 0 -2px 0 #FCFBFA; box-shadow: inset 0 -2px 0 #FCFBFA;}.lt-ie9 .product-menu {filter: none; top: -1px;}@media (max-width: 1235px) {.responsive-allowed .product-menu {width: 275px;}}.product-menu:after {content: ''; position: absolute; right: -26px; top: 0; background-image: url(../img/product-arrow-right.png); width: 34px; height: 50px;}@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {.responsive-allowed .product-menu:after {background-image: url(../img/product-arrow-right@2x.png); -webkit-background-size: 34px 50px; -moz-background-size: 34px 50px; -o-background-size: 34px 50px; background-size: 34px 50px;}}.product-menu .caret {margin-top: 22px;}.lt-ie9 .product-menu .caret {float: right;}.product-menu .dropdown-menu {margin-top: 8px; background: #fcfbfa; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; right: auto; left: 67px; min-width: 284px; margin-top: -10px;}@media (max-width: 979px) {.responsive-allowed .product-menu .dropdown-menu {right: 10%; left: 10%;}}.lt-ie9 .product-menu .dropdown-menu {margin-top: -1px;}@media (max-width: 979px) {.responsive-allowed .product-menu .dropdown-menu li {font-size: 15px;}}.product-menu .dropdown-menu li.divider {padding: 0;}.product-menu .dropdown-menu li a {padding: 3px 20px;}@media (max-width: 979px) {.responsive-allowed .product-menu .dropdown-menu li a {padding: 15px 10px;}}.product-menu .dropdown-menu .nav-header {font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif; font-weight: bold; font-size: 16px; margin-bottom: 6px; padding: 3px 15px;}@media (max-width: 979px) {.responsive-allowed .product-menu .dropdown-menu .nav-header {font-size: 18px;}}.product-menu.centered {width: 100%; text-align: center; position: relative; right: 0;}@media (max-width: 979px) {.responsive-allowed .product-menu.centered > a {width: 100%; display: block;}}.col.col-account {float: right; position: relative; padding-top: 9px; margin-left: 0; margin-right: 0.6%; margin-right: calc(2.2% - 15px); height: 33px;}.lt-ie9 .col.col-account {float: left; margin-left: 20px;}.col.col-account > div {display: inline-block; vertical-align: middle;}.col.col-account .only-icon {font-size: 18px; margin-top: 6px;}.col.col-account .caret {margin-top: 15px; margin-left: 2px;}.account-dropdown {padding-left: 5px; height: 33px;}.account-dropdown .dropdown-toggle {position: relative; top: 2px; display: block; color: #77736F;}.account-dropdown .dropdown-toggle:hover {text-decoration: none;}.account-dropdown.open .dropdown-toggle {background: none; color: #333333;}.account-dropdown .title {display: inline-block; max-width: 110px; vertical-align: text-bottom; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}.lt-ie9 .account-dropdown .title {top: 5px;}.logo {background: transparent url(../img/new-logo-vlex.png) no-repeat left top; width: 69px; height: 42px; display: inline-block; *display: inline; *zoom: 1; vertical-align: 25%;}@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {.responsive-allowed .logo {background-image: url(../img/logo-vlex@2x.png); -webkit-background-size: 69px 42px; -moz-background-size: 69px 42px; -o-background-size: 69px 42px; background-size: 69px 42px;}}.logo + .name {font-size: 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; top: 10px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; line-height: 1.2;}.logo + .name.name--ellipsis {max-width: 160px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}@media (max-width: 1235px) {.responsive-allowed .logo + .name.name--ellipsis {max-width: 140px;}}.logo + .name.name--long {top: 12px; font-size: 16px;}@media (max-width: 1235px) {.responsive-allowed .logo + .name.name--long {top: 14px; font-size: 14px;}}.logo + .name.name--long.name--double {font-size: 12px; top: 8px; max-width: 160px;}@media (max-width: 1235px) {.responsive-allowed .logo + .name.name--long.name--double {max-width: 140px;}}.logo + .name + .implements_label {vertical-align: top; margin-top: 15px; max-width: 80px; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}@media (max-width: 1235px) {.responsive-allowed .logo + .name + .implements_label {max-width: 60px;}}.lt-ie9 .logo + .name + .implements_label {vertical-align: middle; margin-top: -40px;}.brand {font-size: 14px; font-weight: bold; color: #76726C;}.brand:hover {text-decoration: none; color: #76726C;}.dropdown.open .brand {color: #4E4943; background: none;}.sidebar-header {position: absolute; top: 10px; right: 0px; width: 280px; text-align: center; cursor: pointer;}.sidebar-header h4 .caret {position: relative; top: 7px; right: 1px;}.sidebar-header.closed h4 .caret {top: 5px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid black;}.back-to-results-group {float: left; margin: 0 10px;}.lt-ie9 .back-to-results-group {margin-left: -5px;}.breadcrumb.unstyled {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: 0; padding: 0; border: 0; margin-bottom: 14px;}.breadcrumb.unstyled .divider {padding: 0 2px;}.container-tabs {margin-bottom: 0; margin-left: -1px; border-bottom-color: #EBEAE6;}.container-tabs > li > a {background-color: #f3efea; background-image: -moz-linear-gradient(top, #f5f1ec, #efebe6); background-image: -ms-linear-gradient(top, #f5f1ec, #efebe6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f1ec), to(#efebe6)); background-image: -webkit-linear-gradient(top, #f5f1ec, #efebe6); background-image: -o-linear-gradient(top, #f5f1ec, #efebe6); background-image: linear-gradient(top, #f5f1ec, #efebe6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f1ec', endColorstr='#efebe6', GradientType=0); -webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; border: 1px solid #DBDAD6; background-color: #EFEBE6; margin-right: 3px; margin-top: 6px; padding: 7px 15px;}.lt-ie9 .container-tabs > li > a {margin-bottom: -1px;}.container-tabs > li > a:hover {background: #FFF; padding: 10px 15px; margin-top: 0; border-color: #9196b0; border-bottom-color: #FFF;}.container-tabs > li.active > a {padding: 10px 20px; margin-top: 0; background: #FFF; border-color: #DBDAD6; border-bottom-color: #FFF; font-weight: bold; filter: -;}.container-tabs > li > span {background-color: #f3efea; background-image: -moz-linear-gradient(top, #f5f1ec, #efebe6); background-image: -ms-linear-gradient(top, #f5f1ec, #efebe6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f1ec), to(#efebe6)); background-image: -webkit-linear-gradient(top, #f5f1ec, #efebe6); background-image: -o-linear-gradient(top, #f5f1ec, #efebe6); background-image: linear-gradient(top, #f5f1ec, #efebe6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f1ec', endColorstr='#efebe6', GradientType=0); -webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; border: 1px solid #DBDAD6; background-color: #EFEBE6; margin-right: 3px; margin-top: 6px; padding: 7px 15px;}.lt-ie9 .container-tabs > li > span {margin-bottom: -1px;}.container-tabs > li.active > span {padding: 10px 20px 3px 10px; margin-top: 0; background: #FFF; border-color: #DBDAD6; border-bottom-color: #FFF; font-weight: bold; filter: -;}.nav-tabs-phone {margin: 0 20px 10px; position: relative;}.page .navbar {clear: both; margin: 12px 0 20px;}.page .navbar .navbar-inner {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); vertical-align: top; position: relative; border: 1px solid #cdcccb; border-bottom-color: #BCBCBB; padding: 0; overflow: hidden;}.page .navbar .nav li a {color: #127CC1; text-shadow: none; padding: 8px 10px 9px;}.page .navbar .nav li a:hover {color: #127CC1; text-decoration: underline;}.page .navbar .nav li.active > a {-webkit-box-shadow: inset 0 2px 2px rgba(62, 67, 70, 0.1), inset 0 -2px 2px rgba(62, 67, 70, 0.1); -moz-box-shadow: inset 0 2px 2px rgba(62, 67, 70, 0.1), inset 0 -2px 2px rgba(62, 67, 70, 0.1); box-shadow: inset 0 2px 2px rgba(62, 67, 70, 0.1), inset 0 -2px 2px rgba(62, 67, 70, 0.1); color: #333333; font-weight: bold; background: #efece6;}.page .navbar .nav li.active > a:hover {color: #333333; background: #efece6; cursor: default;}.page .navbar .nav li.disabled a {color: #D2D5D3;}.page .navbar .nav li:first-child a {-webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;}.page .scrolled .navbar,.page .force-scrolled .navbar {margin-top: 0;}.main-document .sidebar {padding-top: 70px;}.sidebar .navbar-inner {width: 100%; display: table;}.sidebar .nav {margin-right: 0; float: none; display: table-row;}.sidebar .nav > li {display: table-cell; float: none; text-align: center; width: 30%; border-left: 1px solid #E9E8E6;}.sidebar .nav > li > a {float: none; color: #333333; padding: 6px 0 7px;}.sidebar .nav > li > a:hover {color: #333333;}.sidebar .nav > li:first-child {width: 50%; border: 0;}.sidebar .nav > li:last-child {width: 20%;}.sidebar .nav > li:last-child > a:hover {text-decoration: none;}.toggle-sidebar-wrap {position: absolute; top: 10px; right: -10px;}.toggle-sidebar-wrap .toggle-sidebar {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; padding: 9px 10px 6px 10px; background: #DEDEDB; color: #FFF;}.sidebar-toggled .toggle-sidebar {background: #333333 !important;}.responsive-allowed {}@media (max-width: 979px) {.responsive-allowed {} .responsive-allowed .navbar-left {border-right: 0; height: 50px; width: 100%; top: auto; bottom: -1px; margin: 0; overflow: visible;} .responsive-allowed .navbar-left .nav {margin: 0; float: left; width: 480px;} .responsive-allowed .navbar-left .nav > li {float: left;} .responsive-allowed .navbar-left .nav > li > a, .responsive-allowed .navbar-left .nav > li .dropdown-toggle {width: auto; float: left; height: 40px; padding: 10px 5px 0; text-indent: -9999px; margin: 0;} .responsive-allowed .navbar-left .active a {border: 0;} .responsive-allowed .navbar-left .active a:after {display: none;} .responsive-allowed .navbar-left .icon-white {font-size: 32px; text-indent: 0;} .responsive-allowed .navbar-left .nav-settings {position: absolute; bottom: 0; left: auto; right: 0;} .responsive-allowed .navbar-left .nav-settings .nav {width: auto;} .responsive-allowed .navbar-left #navigation .dropdown-toggle {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-decoration: none;} .responsive-allowed .navbar-left #navigation .dropdown-menu {margin-right: 5px; bottom: 90%;} .responsive-allowed .navbar-left #navigation .dropdown-menu a {text-align: left; font-size: 14px; padding: 10px 20px;} .responsive-allowed .searchbar {display: block; left: 0; border-left: 0;} .responsive-allowed .searchbar a {margin-left: 0;} .responsive-allowed .searchbar #inplace-search input {width: auto;} .responsive-allowed .searchbar button .hidden-phone {display: none;} .responsive-allowed .searchbar .specify {display: none;} .page .responsive-allowed .searchbar {display: block;} .responsive-allowed #inplace-search {margin: 0;} .responsive-allowed #inplace-search .input-append .search-query {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; height: 28px; width: 100%;} .responsive-allowed #inplace-search .input-append .search-query.default {border-radius: 15px;} .responsive-allowed .logo + .name {max-width: calc(100% - 75px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 1.6; top: 7px;} .responsive-allowed .product-bar {background-color: #f7f3f0; background-image: -moz-linear-gradient(top, #fcf9f6, #efebe6); background-image: -ms-linear-gradient(top, #fcf9f6, #efebe6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf9f6), to(#efebe6)); background-image: -webkit-linear-gradient(top, #fcf9f6, #efebe6); background-image: -o-linear-gradient(top, #fcf9f6, #efebe6); background-image: linear-gradient(top, #fcf9f6, #efebe6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf9f6', endColorstr='#efebe6', GradientType=0); -webkit-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); -moz-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); border-bottom: 1px solid #FCFBFA; border-left: 2px solid #FEFDFD; padding: 10px; margin: 0; text-align: center; position: relative; z-index: 99;} .responsive-allowed .product-bar .dropdown {position: relative; top: auto; right: auto; display: inline-block;} .responsive-allowed .product-bar .dropdown .dropdown-menu {text-align: left; margin-top: 11px;} .responsive-allowed .product-menu {padding-right: 0;} .responsive-allowed .page .navbar .nav {float: none; margin-right: 0;} .responsive-allowed .page .navbar li {float: none;} .responsive-allowed .page .navbar li:first-child a {-webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;} .responsive-allowed .toggle-sidebar-wrap {position: absolute; top: 10px; right: -10px;} .responsive-allowed .toggle-sidebar-wrap .toggle-sidebar {padding: 9px 10px 6px 10px; border-radius: 4px 0 0 4px; background: #DEDEDB; color: #FFF;} .responsive-allowed.sidebar-toggled .toggle-sidebar {background: #333333;}}@media (max-width: 320px) {.responsive-allowed .logo + .name {max-width: 210px;}}@media (max-width: 979px) {.responsive-allowed .nav-tabs {margin: 8px 8px 0;}}.m-touch .filtered-browse .btn-search,.filtered .btn-search {margin-left: -6px;}.lt-ie9 .searchbar .input-append .btn.btn-search {min-width: 0;}.alert-normal {background-color: #fff7d3; background-image: -moz-linear-gradient(top, #fff7d9, #fff6c9); background-image: -ms-linear-gradient(top, #fff7d9, #fff6c9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff7d9), to(#fff6c9)); background-image: -webkit-linear-gradient(top, #fff7d9, #fff6c9); background-image: -o-linear-gradient(top, #fff7d9, #fff6c9); background-image: linear-gradient(top, #fff7d9, #fff6c9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7d9', endColorstr='#fff6c9', GradientType=0);}.alert-normal .alert-title {color: #333333;}.alert {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px -1px 0 rgba(134, 134, 132, 0.15), 0px 1px 2px rgba(134, 134, 132, 0.4); -moz-box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px -1px 0 rgba(134, 134, 132, 0.15), 0px 1px 2px rgba(134, 134, 132, 0.4); box-shadow: 0px 1px 1px rgba(134, 134, 132, 0.35), 0px -1px 0 rgba(134, 134, 132, 0.15), 0px 1px 2px rgba(134, 134, 132, 0.4); padding: 18px 20px 20px; margin-bottom: 20px; overflow: hidden;}.alert + .alert {margin-top: -25px;}.alert + .alert-ie8-drop {margin-top: -10px;}.alert.alert-ie8-drop {background-color: #9BE8FF; border-color: #FFFFFF; color: #000000;}.alert .close {right: 0;}.alert .alert-title {color: #333333; margin-bottom: 10px;}.alert p {margin-bottom: 12px;}.alert .btn-toolbar {margin: 15px 0 0;}.lt-ie9 .alert {border: 1px solid #DEDEDB;}.filter-options .alert {width: 100%; margin: -15px 0 15px -20px; border-radius: 3px 3px 0 0; box-shadow: none; border: 0; border-bottom: 1px solid #EBE2B0;}.alert-info {background-color: #dcf6ff; background-image: -moz-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -ms-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1f7ff), to(#d4f4ff)); background-image: -webkit-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -o-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: linear-gradient(top, #e1f7ff, #d4f4ff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f7ff', endColorstr='#d4f4ff', GradientType=0); border: 0;}.alert-info:hover {background-color: #dcf6ff; background-image: -moz-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -ms-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1f7ff), to(#d4f4ff)); background-image: -webkit-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -o-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: linear-gradient(top, #e1f7ff, #d4f4ff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f7ff', endColorstr='#d4f4ff', GradientType=0);}.alert-info .action {color: #CCE3F0;}.alert-info .action:hover {color: #127CC1;}.lt-ie9 .alert-info {border-color: #c8e2ec;}.alert-info .list-item-content {margin-right: 110px; min-height: 0;}.alert-danger {background-color: #eb5632; background-image: -moz-linear-gradient(top, #e96d4e, #ee3409); background-image: -ms-linear-gradient(top, #e96d4e, #ee3409); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e96d4e), to(#ee3409)); background-image: -webkit-linear-gradient(top, #e96d4e, #ee3409); background-image: -o-linear-gradient(top, #e96d4e, #ee3409); background-image: linear-gradient(top, #e96d4e, #ee3409); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e96d4e', endColorstr='#ee3409', GradientType=0); border: 0; color: #FFF; text-shadow: 0px 1px 1px rgba(118, 44, 15, 0.4);}.alert-danger:hover {background-color: #eb5632; background-image: -moz-linear-gradient(top, #e96d4e, #ee3409); background-image: -ms-linear-gradient(top, #e96d4e, #ee3409); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e96d4e), to(#ee3409)); background-image: -webkit-linear-gradient(top, #e96d4e, #ee3409); background-image: -o-linear-gradient(top, #e96d4e, #ee3409); background-image: linear-gradient(top, #e96d4e, #ee3409); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e96d4e', endColorstr='#ee3409', GradientType=0);}.alert-danger .action {color: #C1232D;}.alert-danger .action:hover {color: #FFF;}.alert-danger a {color: white; font-weight: bold; text-decoration: underline;}@media (max-width: 767px) {.responsive-allowed .alert {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;} .responsive-allowed .alert .btn-toolbar {margin: 5px 0 0;} .responsive-allowed .alert .btn-toolbar .btn {margin-top: 10px;}}.promo-cicac .promo_conditions {margin-top: 20px;}@media (min-width: 979px) and (max-width: 1234px) {.promo-cicac .promo_conditions {width: 65%;}}.promo-cicac .promo_cicac_click {margin-top: 35px;}@media (max-width: 979px) {.promo-cicac .promo_cicac_click {margin: 7px 0;}}@media (min-width: 1234px) {.promo-cicac .promo_cicac_click {margin-top: 20px;}}.span3,.span4 {}.directory .span3 .promo-cicac,.directory .span4 .promo-cicac {margin-bottom: -10px; margin-left: -30px; margin-top: 60px;}.span3 .promo-cicac .promo_conditions,.span4 .promo-cicac .promo_conditions {margin-top: 0px; width: 100%;}.span3 .promo-cicac .promo_cicac_click,.span4 .promo-cicac .promo_cicac_click {margin: 20px calc(50% - 45px) 15px;}.btn.social {width: 33px;}.btn-group {vertical-align: top;}.btn-toolbar-container .btn.dropdown-toggle hover {background-color: #FFF; border-color: #76726C;}.open .btn-toolbar-container .btn.dropdown-toggle {-webkit-box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; -moz-box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; box-shadow: inset 0px -1px 5px #cdcccb, inset 0px -1px 0px #cdcccb; background-color: #F1EFEA;}.btn {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); -webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; vertical-align: top; font-weight: bold; border: 1px solid #cdcccb; border-bottom-color: #BCBCBB; padding: 5px 10px 7px;}.btn:hover {-webkit-transition: 100ms all linear; -moz-transition: 100ms all linear; -ms-transition: 100ms all linear; -o-transition: 100ms all linear; transition: 100ms all linear; background-position: 0 50px; background-color: #FFF; border-color: #76726C;}.btn:active,.btn.active {background-position: 0 50px;}.lt-ie10 .btn.active {background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6); background-image: -ms-linear-gradient(top, #e6e6e6, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6); background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6); background-image: linear-gradient(top, #e6e6e6, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0);}.btn.disabled {background-color: #EFEBE6; border: 1px solid #9196b0; color: #9196b0; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.btn.dropdown-toggle {font-weight: bold;}.btn.dropdown-toggle hover {background-position: 0 50px;}.btn.dropdown-toggle .sorted-by {font-weight: normal;}.btn.more {text-transform: uppercase; font-size: 11px; font-weight: bold; padding: 10px 20px 11px; margin-bottom: 40px;}.btn.more:hover {background: #FFF;}.btn.more .icon-chevron-up {display: inline-block; vertical-align: top; top: 0; line-height: 0.9; margin-top: 0; margin-right: 0.4em; font-size: 14px;}.btn.btn-large {padding: 7px 15px 9px;}.btn.btn-large:active {padding: 7px 15px 9px;}.btn.btn-mini {padding: 3px 6px 5px;}.btn.btn-mini:active {padding: 4px 6px 4px;}.btn.btn-mini i {font-size: 13px; vertical-align: top;}.btn i {font-size: 14px; position: relative; top: 2px;}.btn .caret {margin-top: 8px;}.btn-danger {background-color: #eb5632; background-image: -moz-linear-gradient(top, #e96d4e, #ee3409); background-image: -ms-linear-gradient(top, #e96d4e, #ee3409); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e96d4e), to(#ee3409)); background-image: -webkit-linear-gradient(top, #e96d4e, #ee3409); background-image: -o-linear-gradient(top, #e96d4e, #ee3409); background-image: linear-gradient(top, #e96d4e, #ee3409); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e96d4e', endColorstr='#ee3409', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(64, 11, 18, 0.25), inset 0px 2px 0px rgba(242, 156, 109, 0.65); -moz-box-shadow: 0px 1px 1px rgba(64, 11, 18, 0.25), inset 0px 2px 0px rgba(242, 156, 109, 0.65); box-shadow: 0px 1px 1px rgba(64, 11, 18, 0.25), inset 0px 2px 0px rgba(242, 156, 109, 0.65); border-color: #c2202b; color: #FFF !important; font-size: 12px; text-shadow: 0px 1px 1px rgba(118, 44, 15, 0.4);}.btn-danger:hover {background-color: #eb5632; background-image: -moz-linear-gradient(top, #e96d4e, #ee3409); background-image: -ms-linear-gradient(top, #e96d4e, #ee3409); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e96d4e), to(#ee3409)); background-image: -webkit-linear-gradient(top, #e96d4e, #ee3409); background-image: -o-linear-gradient(top, #e96d4e, #ee3409); background-image: linear-gradient(top, #e96d4e, #ee3409); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e96d4e', endColorstr='#ee3409', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(64, 11, 18, 0.25), inset 0px 2px 0px rgba(242, 156, 109, 0.65); -moz-box-shadow: 0px 1px 1px rgba(64, 11, 18, 0.25), inset 0px 2px 0px rgba(242, 156, 109, 0.65); box-shadow: 0px 1px 1px rgba(64, 11, 18, 0.25), inset 0px 2px 0px rgba(242, 156, 109, 0.65); border-color: #890B1A; color: #FFF; text-shadow: 0px 1px 1px rgba(118, 44, 15, 0.4);}.btn-danger:active {background: #ED3815; -webkit-box-shadow: inset 0px 1px 3px #890B1A; -moz-box-shadow: inset 0px 1px 3px #890B1A; box-shadow: inset 0px 1px 3px #890B1A; border: 1px solid #890B1A; color: #FFF;}.btn-warning {background-color: #fae5aa; background-image: -moz-linear-gradient(top, #FEF3C1, #F5D187); background-image: -ms-linear-gradient(top, #FEF3C1, #F5D187); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEF3C1), to(#F5D187)); background-image: -webkit-linear-gradient(top, #FEF3C1, #F5D187); background-image: -o-linear-gradient(top, #FEF3C1, #F5D187); background-image: linear-gradient(top, #FEF3C1, #F5D187); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEF3C1', endColorstr='#F5D187', GradientType=0); -webkit-box-shadow: 0px 1px 1px #eee3bb, inset 0px 2px 0px #FEFADF; -moz-box-shadow: 0px 1px 1px #eee3bb, inset 0px 2px 0px #FEFADF; box-shadow: 0px 1px 1px #eee3bb, inset 0px 2px 0px #FEFADF; border-color: #D1B87C; color: #443222 !important; font-size: 12px; text-shadow: none;}.btn-warning:hover {background-color: #fae5aa; background-image: -moz-linear-gradient(top, #FEF3C1, #F5D187); background-image: -ms-linear-gradient(top, #FEF3C1, #F5D187); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEF3C1), to(#F5D187)); background-image: -webkit-linear-gradient(top, #FEF3C1, #F5D187); background-image: -o-linear-gradient(top, #FEF3C1, #F5D187); background-image: linear-gradient(top, #FEF3C1, #F5D187); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEF3C1', endColorstr='#F5D187', GradientType=0); -webkit-box-shadow: 0px 1px 1px #eee3bb, inset 0px 2px 0px #FEFADF; -moz-box-shadow: 0px 1px 1px #eee3bb, inset 0px 2px 0px #FEFADF; box-shadow: 0px 1px 1px #eee3bb, inset 0px 2px 0px #FEFADF; border-color: #7D6746; color: #443222; text-shadow: none;}.btn-warning:active,.btn-warning.active {background: #F5D187; -webkit-box-shadow: inset 0px 1px 3px #D1B87C; -moz-box-shadow: inset 0px 1px 3px #D1B87C; box-shadow: inset 0px 1px 3px #D1B87C; border: 1px solid #D1B87C; color: #FFF;}.lt-ie10 .btn-warning.active {background-color: #f5d187; background-image: -moz-linear-gradient(top, #F5D187, #F5D187); background-image: -ms-linear-gradient(top, #F5D187, #F5D187); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5D187), to(#F5D187)); background-image: -webkit-linear-gradient(top, #F5D187, #F5D187); background-image: -o-linear-gradient(top, #F5D187, #F5D187); background-image: linear-gradient(top, #F5D187, #F5D187); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5D187', endColorstr='#F5D187', GradientType=0);}.btn-search {background-color: #f0ede8; background-image: -moz-linear-gradient(top, #f5f2ee, #e9e5e0); background-image: -ms-linear-gradient(top, #f5f2ee, #e9e5e0); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f2ee), to(#e9e5e0)); background-image: -webkit-linear-gradient(top, #f5f2ee, #e9e5e0); background-image: -o-linear-gradient(top, #f5f2ee, #e9e5e0); background-image: linear-gradient(top, #f5f2ee, #e9e5e0); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2ee', endColorstr='#e9e5e0', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(255, 255, 246, 0.85); -moz-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(255, 255, 246, 0.85); box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(255, 255, 246, 0.85); border: 1px solid #C7BFB6; color: #4E4943; text-shadow: 0 1px 0 #ffffff;}.btn-search:hover {background-color: #f5f2ee; background-image: -moz-linear-gradient(top, #f5f2ee, #f5f2ee); background-image: -ms-linear-gradient(top, #f5f2ee, #f5f2ee); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f2ee), to(#f5f2ee)); background-image: -webkit-linear-gradient(top, #f5f2ee, #f5f2ee); background-image: -o-linear-gradient(top, #f5f2ee, #f5f2ee); background-image: linear-gradient(top, #f5f2ee, #f5f2ee); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2ee', endColorstr='#f5f2ee', GradientType=0); -webkit-box-shadow: 0px 1px 2px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(255, 255, 246, 0.85); -moz-box-shadow: 0px 1px 2px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(255, 255, 246, 0.85); box-shadow: 0px 1px 2px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(255, 255, 246, 0.85); border: 1px solid #76726C; color: #4E4943; text-shadow: 0 1px 0 #ffffff;}.btn-search:active {background: #E9E5E0; -webkit-box-shadow: inset 0px 1px 3px #9196b0; -moz-box-shadow: inset 0px 1px 3px #9196b0; box-shadow: inset 0px 1px 3px #9196b0; border: 1px solid #9196b0; color: #4E4943;}.btn-primary {background-color: #3fa0d6; background-image: -moz-linear-gradient(top, #59addc, #178dce); background-image: -ms-linear-gradient(top, #59addc, #178dce); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59addc), to(#178dce)); background-image: -webkit-linear-gradient(top, #59addc, #178dce); background-image: -o-linear-gradient(top, #59addc, #178dce); background-image: linear-gradient(top, #59addc, #178dce); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59addc', endColorstr='#178dce', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(162, 216, 247, 0.85); -moz-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(162, 216, 247, 0.85); box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(162, 216, 247, 0.85); border: 1px solid #4479b0; color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}.btn-primary:hover {background-color: #3fa0d6; background-image: -moz-linear-gradient(top, #59addc, #178dce); background-image: -ms-linear-gradient(top, #59addc, #178dce); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59addc), to(#178dce)); background-image: -webkit-linear-gradient(top, #59addc, #178dce); background-image: -o-linear-gradient(top, #59addc, #178dce); background-image: linear-gradient(top, #59addc, #178dce); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59addc', endColorstr='#178dce', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(162, 216, 247, 0.85); -moz-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(162, 216, 247, 0.85); box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(162, 216, 247, 0.85); border: 1px solid #335e97; color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}.btn-primary:active {background: #178dce; -webkit-box-shadow: inset 0px 1px 3px #4479b0; -moz-box-shadow: inset 0px 1px 3px #4479b0; box-shadow: inset 0px 1px 3px #4479b0; border: 1px solid #335e97; color: #FFF;}.btn-success {background-color: #6cbc6c; background-image: -moz-linear-gradient(top, #86cb86, #46a546); background-image: -ms-linear-gradient(top, #86cb86, #46a546); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86cb86), to(#46a546)); background-image: -webkit-linear-gradient(top, #86cb86, #46a546); background-image: -o-linear-gradient(top, #86cb86, #46a546); background-image: linear-gradient(top, #86cb86, #46a546); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86cb86', endColorstr='#46a546', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #a9dba9; -moz-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #a9dba9; box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #a9dba9; border: 1px solid #378137; color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}.btn-success:hover {background-color: #6cbc6c; background-image: -moz-linear-gradient(top, #86cb86, #46a546); background-image: -ms-linear-gradient(top, #86cb86, #46a546); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#86cb86), to(#46a546)); background-image: -webkit-linear-gradient(top, #86cb86, #46a546); background-image: -o-linear-gradient(top, #86cb86, #46a546); background-image: linear-gradient(top, #86cb86, #46a546); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86cb86', endColorstr='#46a546', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #a9dba9; -moz-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #a9dba9; box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #a9dba9; border: 1px solid #378137; color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}.btn-success:active {background: #46a546; -webkit-box-shadow: inset 0px 1px 3px #448392; -moz-box-shadow: inset 0px 1px 3px #448392; box-shadow: inset 0px 1px 3px #448392; border: 1px solid #285d28; color: #FFF;}.btn-translate {background-color: #e5ebf2; background-image: -moz-linear-gradient(top, #ebf1f7, #dde2ea); background-image: -ms-linear-gradient(top, #ebf1f7, #dde2ea); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebf1f7), to(#dde2ea)); background-image: -webkit-linear-gradient(top, #ebf1f7, #dde2ea); background-image: -o-linear-gradient(top, #ebf1f7, #dde2ea); background-image: linear-gradient(top, #ebf1f7, #dde2ea); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf1f7', endColorstr='#dde2ea', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(232, 236, 237, 0.85); -moz-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(232, 236, 237, 0.85); box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(232, 236, 237, 0.85); border: 1px solid #bdccd8; color: #9EB1C1 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4); margin-bottom: 12px;}.btn-translate:hover {background-color: #e5ebf2; background-image: -moz-linear-gradient(top, #ebf1f7, #dde2ea); background-image: -ms-linear-gradient(top, #ebf1f7, #dde2ea); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebf1f7), to(#dde2ea)); background-image: -webkit-linear-gradient(top, #ebf1f7, #dde2ea); background-image: -o-linear-gradient(top, #ebf1f7, #dde2ea); background-image: linear-gradient(top, #ebf1f7, #dde2ea); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf1f7', endColorstr='#dde2ea', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(232, 236, 237, 0.85); -moz-box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(232, 236, 237, 0.85); box-shadow: 0px 1px 1px rgba(187, 180, 173, 0.25), inset 0px 2px 0px rgba(232, 236, 237, 0.85); border: 1px solid #a3b0bd; color: #FFF; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);}.btn-translate:active {background: #dde2ea; -webkit-box-shadow: inset 0px 1px 3px #818b97; -moz-box-shadow: inset 0px 1px 3px #818b97; box-shadow: inset 0px 1px 3px #818b97; border: 1px solid #a3b0bd;}.btn-translate.active {background-color: #319ad4; background-image: -moz-linear-gradient(top, #178dce, #59addc); background-image: -ms-linear-gradient(top, #178dce, #59addc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#178dce), to(#59addc)); background-image: -webkit-linear-gradient(top, #178dce, #59addc); background-image: -o-linear-gradient(top, #178dce, #59addc); background-image: linear-gradient(top, #178dce, #59addc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178dce', endColorstr='#59addc', GradientType=0); color: #FFF !important; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); border: 1px solid #4479b0;}.btn-link {background: transparent; filter: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; color: #127CC1; text-shadow: none; margin-bottom: 0;}.btn-link:hover {background: transparent; filter: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; color: #127CC1; text-shadow: none; text-decoration: underline;}.btn-link:active {background: transparent; filter: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; color: #127CC1; text-shadow: none;}.btn-link.active {background-color: #319ad4; background-image: -moz-linear-gradient(top, #178dce, #59addc); background-image: -ms-linear-gradient(top, #178dce, #59addc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#178dce), to(#59addc)); background-image: -webkit-linear-gradient(top, #178dce, #59addc); background-image: -o-linear-gradient(top, #178dce, #59addc); background-image: linear-gradient(top, #178dce, #59addc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178dce', endColorstr='#59addc', GradientType=0); color: #FFF !important; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); border: 1px solid #4479b0;}input[type=text],input[type=password],input[type=email] {border: 1px solid #D9D6CA; -webkit-box-shadow: inset 0 1px 3px rgba(49, 35, 19, 0.2); -moz-box-shadow: inset 0 1px 3px rgba(49, 35, 19, 0.2); box-shadow: inset 0 1px 3px rgba(49, 35, 19, 0.2);}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus {border-color: #76726C; outline: none; -webkit-box-shadow: inset 0 1px 3px rgba(49, 35, 19, 0.2), 0 0 8px #eca852; -moz-box-shadow: inset 0 1px 3px rgba(49, 35, 19, 0.2), 0 0 8px #eca852; box-shadow: inset 0 1px 3px rgba(49, 35, 19, 0.2), 0 0 8px #eca852; outline: thin dotted \9;}.form-actions {background: transparent; border: 0; margin: 0; padding-top: 0; padding-bottom: 20px;}div.inline {padding: 6px 0 12px;}.controls div.inline {padding: 0;}div.inline input[type="text"] {width: auto;}div.inline input[type="text"].span1 {width: 50px;}div.inline input[type="text"].span2 {width: 130px;}div.inline .select2-container {width: auto !important;}div.inline .control-label {width: 60px; text-align: left;}div.inline div.inline {padding: 0 0 10px;}.input-helper.pull-right {margin-top: 5px;}div.controls-table {display: table; width: auto; border-spacing: 5px; margin-left: 160px;}div.controls-table div.custom_row {display: table-row; width: auto; clear: both;}div.controls-table div.custom_row div.custom_cell {float: left; display: table-column; width: 165px;}div.controls-table div.custom_row div.custom_cell input {margin-right: 5px;}.select2-container {width: 100% !important; vertical-align: middle;}.select2-container.select2-dropdown-open .select2-choice {-webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}.select2-container.select2-container-active .select2-choices,.select2-container.select2-container-active .select2-choice,.select2-container .select2-choice:focus {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 1px solid #76726C; outline: none;}.select2-container .select2-choice {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; border: 1px solid #9196b0; height: 30px; line-height: 30px; color: #4D4843;}.select2-container .select2-choice:hover div b,.select2-container .select2-choice:hover abbr {color: #3E4346;}.select2-container .select2-choice span {overflow: hidden; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; font-weight: bold;}.select2-container .select2-choice abbr {top: 1px; background: 0; font-size: 12px; color: #A8A5A3;}.select2-container .select2-choice abbr:before {font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f00d";}.select2-container .select2-choice abbr:hover {color: #D62B2A;}.select2-container .select2-choice div {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: 0; border: 0; top: -2px; filter: -;}.select2-container .select2-choice div b {background: 0; color: #A8A5A3;}.select2-container .select2-choice div b:before {font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f0dd";}.select2-container .select2-search input {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); border: 1px solid #D9D6CA; background: #FAF9F6;}.select2-container .select2-search input:focus {background: #FFF;}.select2-drop {-webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); background: #f7f6f2; border: 1px solid #76726C; border-top: 0;}.select2-drop.select2-drop-multi {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); border-top: 0; transform: translateY(-2px); border-color: #76726C;}.select2-drop.select2-drop-above {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); border-top: 1px solid #76726C; transform: translateY(2px); border-color: #76726C;}.select2-drop .select2-highlighted {background: #127CC1;}.select2-container-multi .select2-choices {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), inset 0 1px 3px rgba(49, 35, 19, 0.2); border: 1px solid #D9D6CA; background: #FFF;}.select2-container-multi .select2-choices .select2-search-choice {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: #3a87ad; color: #FFF; line-height: 15px; margin: 3px 0 0 3px; padding: 5px 7px 5px 25px; border: 0; filter: -;}.m-touch .select2-container-multi .select2-choices .select2-search-choice {padding: 6px 5px 6px 35px;}.select2-container-multi .select2-choices .select2-search-field input {height: 29px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}.select2-container-multi.select2-container-active .select2-choices {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 1px solid #76726C;}.select2-container-multi .select2-search-choice-close {background: #364F5B; top: 0; left: 0; font-size: 10px; color: #A8A5A3; bottom: 0; position: absolute; height: 100%; width: 2em; border-radius: 5px 0 0 5px;}.m-touch .select2-container-multi .select2-search-choice-close {width: 1.2em;}.select2-container-multi .select2-search-choice-close:hover {text-decoration: none; color: #FFF; background: #23333b;}.select2-container-multi .select2-search-choice-close:before {font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f00d"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -45%); -webkit-transform: translate(-50%, -45%); -moz-transform: translate(-50%, -45%); -ms-transform: translate(-50%, -45%);}.m-touch .select2-container-multi .select2-search-choice-close:before {font-size: .88rem;}.lt-ie9 .select2-container-multi .select2-search-choice-close:before {display: table-cell; position: absolute !important; text-align: center; vertical-align: middle; font-size: 12px; height: 100%; line-height: 250%; left: 5px; top: -3px; z-index: 0;}.select2-hide-search .select2-container .select2-search {display: none;}.checkbox--checkton {display: inline-block; padding-left: 0;}.checkbox--checkton > span {padding: 0.3em .7em; background: transparent; border-radius: 4px; font-weight: bold; color: #999999; -webkit-transition: background 250ms ease; -moz-transition: background 250ms ease; -ms-transition: background 250ms ease; -o-transition: background 250ms ease; transition: background 250ms ease; border: 1px solid #D9D6CB; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;}.checkbox--checkton > span:active {position: relative; top: 1px;}.checkbox--checkton > span:before {content: "\f096"; font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; margin-right: .5em; font-size: 1.1em;}.checkbox--checkton input {position: absolute; visibility: hidden;}.checkbox--checkton input:checked + span {background-color: #127CC1; border-color: #127CC1; color: white;}.checkbox--checkton input:checked + span:before {content: "\f046"; color: white;}@media (max-width: 767px) {.responsive-allowed .form-horizontal .form-actions {padding: 0 20px 20px;} .responsive-allowed .form-horizontal .control-group {margin-bottom: 10px;} .responsive-allowed .form-horizontal .control-label {display: block; width: auto; float: none; text-align: left;} .responsive-allowed .form-horizontal .controls {margin: 0;} .responsive-allowed div.inline input[type="text"] {width: auto !important;} .responsive-allowed div.inline .select2-container {width: 100% !important; margin-bottom: 10px;}}.table thead th {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); border-bottom: 1px solid #DEDEDB;}.table thead th:first-child {-webkit-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; border-radius: 4px 0 0 0;}.table thead th:last-child {-webkit-border-radius: 0 4px 0 0; -moz-border-radius: 0 4px 0 0; border-radius: 0 4px 0 0;}.table tbody tr:hover td,.table tbody tr:hover th {background: #F9FBFC;}.table th,.table td {border-color: #ededed;}.table th {font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif; font-size: 14px;}.table .checked th,.table .checked td {background: #fff7d8;}body.modal-open {overflow: hidden;}.modal.fade {-webkit-transition: opacity .1s linear, top .1s ease-out; -moz-transition: opacity .1s linear, top .1s ease-out; -ms-transition: opacity .1s linear, top .1s ease-out; -o-transition: opacity .1s linear, top .1s ease-out; transition: opacity .1s linear, top .1s ease-out;}.modal.in.modal-reader {position: fixed; top: 5px; bottom: 5px; background: white; width: 800px; padding: 30px 60px; margin: 0 0 0 -400px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; overflow-x: hidden;}.modal.in.modal-reader .modal-body {max-height: none;}.modal.in.modal-reader span.close {position: relative; right: -368px; font-size: 31px; line-height: 44px; color: black;}.modal.in.modal-reader .content {padding: 0;}.modal.in.modal-reader .text p {margin: 0 0 20px; text-align: justify;}.modal.in.modal-reader .text p,.modal.in.modal-reader .text li {font-size: 20px; line-height: 30px;}.modal.interstitial {overflow: hidden !important; height: 560px !important; top: 40px !important;}@media (min-width: 1235px) {.responsive-allowed .modal.youtube_video .modal-body {min-height: 577px;} .responsive-allowed .modal.youtube_video .modal-body .download-actions {width: 26%; padding: 20px;} .responsive-allowed .modal.youtube_video .modal-body .download-message {max-width: 50%; padding-top: 15px;}}@media (max-width: 979px) {.responsive-allowed .modal.youtube_video .modal-body {min-height: 635px;} .responsive-allowed .modal.youtube_video .modal-body .download-actions {float: none; width: 100%; padding: 0px; margin: 15px 0px;} .responsive-allowed .modal.youtube_video .modal-body .download-actions .download-platforms {text-align: center;} .responsive-allowed .modal.youtube_video .modal-body .close {margin-top: 0px; margin-left: -25px;} .responsive-allowed .modal.youtube_video .modal-body .qr_code {width: 75px; display: inline-block; vertical-align: super; margin-top: 12px; float: none;} .responsive-allowed .modal.youtube_video .modal-body .download-message {width: 100%; max-width: none; padding: 0px; margin: 0; margin-top: 10px; text-align: center;} .responsive-allowed .modal.youtube_video .modal-body .download-message .sms-option {float: none; margin: 0px;}}@media (min-width: 767px) {.responsive-allowed .modal.youtube_video .modal-body .close {margin-top: -15px; margin-left: -15px;}}@media (max-width: 979px) {.responsive-allowed .modal.fade.in.modal-reader {margin: 0; left: 60px; right: 60px; padding: 20px 30px; width: auto;} .responsive-allowed .modal.fade.in.modal-reader .content {padding: 0;} .responsive-allowed .modal.fade.in.modal-reader .text p {text-align: left;} .responsive-allowed .modal.fade.in.modal-reader span.close {position: fixed; right: 80px;}}@media (max-width: 480px) {.responsive-allowed .modal.fade.in.modal-reader {margin: 0; left: 10px; right: 10px; padding: 20px 30px; width: auto;} .responsive-allowed .modal.fade.in.modal-reader .content {padding: 0;} .responsive-allowed .modal.fade.in.modal-reader span.close {position: fixed; right: 30px;}}.modal {overflow: visible; background: transparent;}.modal.modal-large {width: 60%; margin-left: -30%;}.modal.modal-large legend {margin-bottom: 0;}.modal.youtube_video {border: 0px;}.modal.youtube_video .modal-body {padding: 0px; min-height: 585px; overflow-x: hidden; display: block; border: 2px solid black; border-radius: 6px;}.modal.youtube_video .modal-body .close {color: white; opacity: 1; font-size: 24px; font-weight: normal; border-radius: 50%; border: 1px solid white; position: fixed; margin-left: -15px; margin-top: -15px; padding: 5px 7px;}.modal.youtube_video .modal-body .ytplayeriframe {height: 480px; width: 100%; border-radius: 6px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background: black; border: 3px solid black; margin-left: -3px; border-bottom: 0px;}.modal.youtube_video .modal-body .download-actions {float: left; width: 15%; padding: 10px 20px; display: inline-block; padding-top: 4px; padding-bottom: 9px;}.modal.youtube_video .modal-body .download-actions .download-platforms div {width: 120px; display: inline-block;}.modal.youtube_video .modal-body .qr_code {width: 75px; float: right; display: inline-block; margin: 5px 5px 0px 0px;}.modal.youtube_video .modal-body .download-message {padding: 20px; max-width: 60%; display: inline-block; padding-bottom: 10px; padding-top: 17px;}.modal.youtube_video .modal-body .download-message .sms-option {display: inline-block; float: right; margin-left: 20px; margin-top: -5px;}.modal.youtube_video .modal-body .download-message .sms-option .sms-option-title {display: block; font-weight: bold;}.modal.youtube_video .modal-body .download-message .sms-option #phone_recipient,.modal.youtube_video .modal-body .download-message .sms-option #prefix {font-size: 18px; height: 25px; margin-top: 5px; margin-bottom: 0px;}.modal.youtube_video .modal-body .download-message .sms-option .send_sms {margin-top: 5px; margin-bottom: 0px;}.modal.in.table-view {width: 80%; margin-left: -40%; margin-top: 0px; top: 10%;}.modal.in.table-view legend {margin-bottom: 0;}.modal.in.table-view .modal-body {overflow-y: scroll;}.modal.modal-small {width: 30%; left: calc(50% + 100px);}.modal.in.modal-large-extra-height {max-height: 0; margin-top: 0px; top: 5%; bottom: 5%; width: 80%; margin-left: -40%;}.modal.in.modal-large-extra-height legend {margin-bottom: 0;}.modal.in.modal-large-fullheight {width: 60%; margin-left: -30%;}.modal.in.modal-large-fullheight .splash_modal .modal-header {background-color: #e8f3ff;}.modal.in.modal-large-fullheight .splash_modal .modal-header h3:first-letter {text-transform: uppercase;}.modal.in.modal-large-fullheight .splash_modal .modal-header .product {color: #d0021b;}.modal.in.modal-large-fullheight .splash_modal .modal-header .close {margin-top: -5px; margin-right: -10px;}.modal.in.modal-large-fullheight .splash_modal .modal-body {cursor: pointer; padding: 0px; max-height: none; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}.modal.in.modal-large-fullheight .splash_modal img:hover {opacity: 0.8;}.modal.in.modal-large-fullheight .splash_modal img {width: 100%;}.modal .close {background: 0; border: 0;}.modal .modal-header {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); -webkit-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); -moz-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; border-bottom: 1px solid #FCFBFA; padding: 12px 15px; position: relative;}.modal .modal-header .modal-title {font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif; font-size: 22px; line-height: 1.2;}.modal .modal-body {filter: none; background: #FFF; min-height: 0;}.modal .modal-body.column-navigator {padding: 0;}.modal .modal-footer {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; border-top: 1px solid #DEDEDB;}.modal .modal-footer .pull-left {text-align: left;}.columns {width: 100%; height: auto;}.columns .column {width: 33%; border-left: 1px solid #E9E8E6; border-right: 0;}.columns .column:first-child {border-left: 0;}.columns .column .inner-column {padding: 15px 0 15px; margin-bottom: 0; max-height: 400px; overflow-y: auto;}ul.columns .column .inner-column {padding-bottom: 0;}.columns .column .inner-column li {border: 0; padding: 0; cursor: pointer;}.columns .column .inner-column li:hover {background: #F9FBFC;}.columns .column .inner-column li.has_children label:after {font-family: 'FontAwesome'; content: "\f054"; float: right;}.columns .column .inner-column li.active {background: #127CC1; width: 100%;}.columns .column .inner-column li.active label {color: #FFF;}.columns .column .inner-column li label {cursor: pointer; margin: 3px 20px;}.columns-back {border-bottom: 1px solid #E9E8E6; margin-bottom: 5px; margin: 0; padding: 15px 20px;}@media (max-width: 767px) {.responsive-allowed .modal {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: fixed;} .responsive-allowed .modal.fade.in {bottom: 0; top: -1px; left: 0; right: 0; width: 100%; margin: 0; overflow-y: auto; max-height: 100%;} .responsive-allowed .modal .modal-header {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 6px 15px;} .responsive-allowed .modal .modal-header .modal-title {font-size: 18px;} .responsive-allowed .modal .modal-body {max-height: 99999px; overflow: auto;} .responsive-allowed .modal .modal-footer {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;} .responsive-allowed .columns {display: block; height: auto;} .responsive-allowed .columns .column {display: block; width: 100%; border: 0;} .responsive-allowed .columns .column .inner-column {padding: 15px 0 15px; margin-bottom: 0; max-height: 100%; overflow-y: visible;} ul.responsive-allowed .columns .column .inner-column {padding-bottom: 0;} .responsive-allowed .columns .column .inner-column li {border: 0; padding: 0; cursor: pointer;} .responsive-allowed .columns .column .inner-column li:hover {background: #F9FBFC;} .responsive-allowed .columns .column .inner-column li.active {background: #127CC1; width: 100%;} .responsive-allowed .columns .column .inner-column li.active label {color: #FFF;} .responsive-allowed .columns .column .inner-column li label {cursor: pointer; margin: 3px 20px;}}@media (min-width: 1235px) {.responsive-allowed .modal.in.modal-large-fullheight {margin: -250px 0 0 -320px; left: 50%; top: 50%; max-width: 742px;} .responsive-allowed .modal.in.modal-large-fullheight img {max-height: 415px; max-width: 742px !important;}}.parent_selector {padding-left: 15px;}.user-black .modal-reader {background: #222 !important; color: #e6ebec;}.user-black .modal-reader .modal-body {background: #222 !important; color: #e6ebec;}.user-black .modal-reader .close {color: white !important; border: white !important;}.user-s14 .modal-reader .text-option p {font-size: 15px !important; line-height: 19px;}.user-s16 .modal-reader .text-option p {font-size: 18px !important; line-height: 22px;}.user-s20 .modal-reader .text-option p {font-size: 22px !important; line-height: 28px;}.comparing-msg {margin-bottom: 10px; background-color: beige; padding-left: 7px; padding-top: 2‒; height: 36px; padding-top: 3‒; padding-top: 5px; border-radius: 5px; border: solid 1px; border-color: #BCBCBB; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}.modal-header-meetings {margin-bottom: 20px; background-color: #FFF; border: 1px solid transparent; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); border-color: #428BCA;}.modal-header-meetings > .panel-heading {color: #FFF; background-color: #428BCA; border-color: #428BCA;}.panel-heading {padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px;}.panel-title {margin-top: 0px; margin-bottom: 0px; font-size: 16px; color: inherit;}.on_board .modal_row {margin-bottom: 7px;}.on_board .modal_spaced_row {margin-top: 20px; margin-bottom: 7px;}.on_board .zero_messages {position: absolute; height: 57px; width: 235px; top: 137px; right: 60px; border: 1px solid; border-radius: 6px; padding: 15px 10px 0px 7px; background-color: antiquewhite; border-color: #C4AA88;}@media (max-width: 979px) {.on_board .zero_messages {position: inherit;}}.vcoin_init .modal-row {margin-bottom: 6px;}.vcoin_init .card-wrapper {float: left; width: 239px; margin-top: -25px; margin-left: -20px;}.vcoin_init .form_container {float: left; margin-left: 150px;}.vcoin_init .form_container .modal_row {width: 340px; margin-left: -20px; margin-bottom: 12px;}.vcoin_init .card_container {float: left; margin-left: 120px;}.vcoin_init .card_container .modal_row {width: 299px; margin-top: 3px; background-color: #E2E0C1; padding: 9px 15px 5px 9px; border-radius: 5px;}.vcoin_init .card_container .modal_row .existing_card_type {display: block; position: static; width: 35px; padding: 0 0 3px 0; margin: 0 auto 15px; margin-right: 3px; height: 22px; float: left;}.vcoin_init .card_container .modal_row .visa_card {background: transparent url(../img/vcoins/card_visa.gif) no-repeat center center;}.vcoin_init .card_container .modal_row .master_card {background: transparent url(../img/vcoins/card_master.gif) no-repeat center center;}.vcoin_init .card_container .modal_row .amex_card {background: transparent url(../img/vcoins/card_amex.gif) no-repeat center center;}.vcoin_init .show_price {height: 33px; width: 99px; top: 233px; right: 40px; position: absolute; background-color: #006CB4; border-radius: 6px; font-size: 34px; padding-top: 16px; padding-right: 12px; color: white; border-left-width: 34px; margin-top: 0px; padding-left: 8px; padding-bottom: 0px; font-weight: 500;}.vcoin_init .box_left {margin-left: -20px;}.vcoin_init .message_box {border-radius: 6px; padding: 7px; position: absolute; top: 73px; left: 220px; background-color: antiquewhite; width: 270px; height: 127px;}.vcoin_init label {margin-top: 10px;}.vcoin_init .options_container .options {width: 250px; margin-left: 36px;}.vcoin_init .options_container .account_data {width: 375px; float: right; margin-right: 20px; margin-top: -76px;}.vcoin_init .options_container .account_data .modal_row {margin-bottom: 6px;}.vcoin_init .options_container .options_message {position: absolute; padding: 10px; border-radius: 6px; background-color: antiquewhite; border: 1px solid; border-color: #C4AA88; float: left; left: 50px; top: 200px; width: 250px;}.vcoin_init .options_container .promo_value {font-size: 17px; cursor: pointer;}.vcoin_init .message_box {border-radius: 6px; background-color: antiquewhite; width: 311px; height: auto; border: 1px solid; border-color: #C4AA88; top: 115px; z-index: 1000; left: 20px; opacity: 0.85;}.vcoin_init .loading-full-div {width: 95%; position: absolute; height: 90%; z-index: 3000;}.sprite-icons .icon:before {content: '' !important; display: none !important;}.sprite-icons .icon-white {background-image: url("../img/icon-sprite-new.png");}.sprite-icons .icon {display: inline-block; width: 12px; height: 12px; line-height: 12px; vertical-align: text-top; background-image: url("../img/icon-sprite-new.png"); background-position: 14px 14px; background-repeat: no-repeat; *margin-right: .3em;}.sprite-icons .icon:last-child {*margin-left: 0;}.sprite-icons .icon.icon-home {background-position-y: 0;}.sprite-icons .icon.icon-advanced-search {background-position-y: -36px;}.sprite-icons .icon.icon-explore {background-position-y: -72px;}.sprite-icons .icon.icon-time {background-position-y: -108px;}.sprite-icons .icon.icon-folder-open {background-position-y: -144px;}.sprite-icons .icon.icon-bookmark {background-position-y: -180px;}.sprite-icons .icon.icon-note {background-position-y: -216px;}.sprite-icons .icon.icon-double-plus {background-position-y: -252px;}.sprite-icons .icon.icon-star {background-position-y: -360px;}.sprite-icons .icon.icon-star-empty {background-position-y: -396px;}.sprite-icons .icon.icon-trash {background-position-y: -432px;}.sprite-icons .icon.icon-folder-close {background-position-y: -468px;}.sprite-icons .icon.icon-arrow-son {background-position-y: -504px;}.sprite-icons .icon.icon-arrow-left {background-position-y: -540px;}.sprite-icons .icon.icon-download-alt {background-position-y: -612px;}.sprite-icons .icon.icon-question-sign {background-position-y: -864px;}.sprite-icons .icon.icon-share {background-position-y: -1116px;}.sprite-icons .icon.icon-bell {background-position-y: -900px;}.sprite-icons .icon.icon-print {background-position-y: -1008px;}.sprite-icons .icon.icon-remove {background-position-y: -324px;}.sprite-icons .icon.icon-list {background-position-y: -1296px;}.sprite-icons .icon.icon-book {background-position-y: -828px;}.sprite-icons .icon.icon-search {background-position-y: -576px;}.sprite-icons .icon.icon-envelope {background-position-y: -972px;}.sprite-icons .icon.icon-chevron-down {background-position-y: -756px;}.sprite-icons .icon.icon-chevron-up {background-position-y: -720px;}.sprite-icons .icon.icon-minus {background-position-y: -648px;}.sprite-icons .icon.icon-plus {background-position-y: -684px;}.sprite-icons .icon.icon-flag {background-position-y: -936px;}.sprite-icons .icon.icon-text-height {background-position-y: -792px;}.sprite-icons .icon.icon-user {background-position-y: -1260px;}.sprite-icons .icon.icon-resize-full {background-position-y: -1080px;}.sprite-icons .icon.icon-globe {background-position-y: -1188px;}.sprite-icons .icon.icon-info-sign {background-position-y: -1044px;}.sprite-icons .icon.icon-inbox {background-position-y: -1476px;}.sprite-icons .icon.icon-file {background-position-y: -1512px;}.sprite-icons .icon.icon-calendar {background-position-y: -1404px;}.sprite-icons .icon.icon-legal {background-position-y: -1368px;}.sprite-icons .icon.icon-bullhorn {background-position-y: -1440px;}.sprite-icons .icon.icon-refresh {background-position-y: -1332px;}.sprite-icons .icon.icon-download {background-position-y: -1584px;}.sprite-icons .icon.icon-comment {background-position-y: -1548px;}.sprite-icons .icon.icon-chevron-left {background-position-y: -1620px;}.sprite-icons .icon.icon-chevron-right {background-position-y: -1656px;}.sprite-icons .icon.icon-plus-sign {background-position-y: -1692px;}.sprite-icons .icon.icon-caret-right {background-position-y: -1728px;}.sprite-icons .icon.icon-caret-down {background-position-y: -1224px;}.sprite-icons .icon.icon-bookmark-empty {background-position-y: -1764px;}.sprite-icons .icon.icon-reorder {background-position-y: -1296px;}.sprite-icons .icon.icon-news {background-position-y: -1800px;}.sprite-icons .icon.icon-twitter {background-position-y: -1836px;}.sprite-icons .icon.icon-facebook {background-position-y: -1872px;}.sprite-icons .icon.icon-google-plus {background-position-y: -1908px;}.sprite-icons .icon.icon-link {background-position-y: -1944px;}.sprite-icons .icon.icon-envelope-alt {background-position-y: -1980px;}.sprite-icons .icon.icon-certificate {background-position-y: -2016px;}.sprite-icons .icon.icon-phone {background-position-y: -2052px;}.sprite-icons .icon.icon-eye-open {background-position-y: -2088px;}.sprite-icons .icon.icon-lock {background-position-y: -2124px;}.sprite-icons .icon.icon-ban-circle {background-position-y: -2160px;}.sprite-icons .icon.icon-warning-sign {background-position-y: -2196px;}.sprite-icons .icon.icon-ok {background-position-y: -2232px;}.sprite-icons .icon-ok {display: block; margin: 0px;}.sprite-icons .icon-user.only-icon {background-position-x: -180px;}.sprite-icons .filter-selection-modal .icon-chevron-right {background-position-x: -180px;}.sprite-icons .icon-lock {background-position-x: -36px;}.sprite-icons .home .event > .icon {width: 36px; height: 36px; display: block; margin: 0 auto; background-position-x: -324px;}.sprite-icons .navbar-left .icon {width: 36px; height: 36px; display: block; margin: 0 auto; background-position-x: 0;}.sprite-icons .btn .icon {width: 12px; height: 12px; background-position-x: -180px;}.sprite-icons .btn .icon.icon-folder-open {width: 16px; height: 14px;}.sprite-icons .btn .icon.icon-share {width: 17px; height: 14px;}.sprite-icons .btn .icon.icon-bell {width: 16px; height: 14px;}.sprite-icons .btn .icon.icon-print {width: 18px; height: 14px;}.sprite-icons .btn .icon.icon-download-alt {width: 16px; height: 14px;}.sprite-icons .btn .icon.icon-envelope {width: 17px; height: 14px;}.sprite-icons .btn .icon.icon-book {width: 18px; height: 14px;}.sprite-icons .btn .icon.icon-chevron-down {width: 18px; height: 14px;}.sprite-icons .btn .icon.icon-chevron-up {width: 18px; height: 14px;}.sprite-icons .btn.disabled .icon {background-position-x: -288px;}.sprite-icons .dropdown-menu .icon {width: 12px; height: 12px; background-position-x: -180px;}.sprite-icons .dropdown-menu .icon.icon-folder-open {width: 16px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-share {width: 17px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-bell {width: 16px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-print {width: 18px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-download-alt {width: 16px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-envelope {width: 17px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-book {width: 18px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-chevron-down {width: 18px; height: 14px;}.sprite-icons .dropdown-menu .icon.icon-chevron-up {width: 18px; height: 14px;}.sprite-icons .result + .icon,.sprite-icons .ancestor + .icon {width: 12px; height: 12px; background-position-x: -288px;}.sprite-icons .alert .icon {width: 16px; height: 16px; background-position-x: -36px;}.sprite-icons .alert a:hover .icon {background-position-x: -72px;}.sprite-icons .vid-title-wrap .icon,.sprite-icons .follow-list .icon {width: 20px; height: 16px; background-position-x: -144px;}.sprite-icons .vid-title-wrap a:hover .icon,.sprite-icons .follow-list a:hover .icon {background-position-x: -108px;}.sprite-icons .vid-title-wrap .active .icon,.sprite-icons .follow-list .active .icon {background-position-x: -36px;}.sprite-icons .vid-title-wrap .deleted-following-resource,.sprite-icons .follow-list .deleted-following-resource {top: 6px !important;}.sprite-icons .vid-title-wrap .icon-ban-circle,.sprite-icons .follow-list .icon-ban-circle {width: 32px; height: 32px; background-position-x: -324px;}.sprite-icons .vid-title-wrap .followings .icon,.sprite-icons .follow-list .followings .icon {width: 18px; height: 14px; background-position-x: -72px; vertical-align: text-top;}.sprite-icons .vid-title-wrap .dropdown-menu .icon,.sprite-icons .follow-list .dropdown-menu .icon {width: 12px; height: 12px; background-position-x: -180px; position: relative; top: 2px; left: -1px;}.sprite-icons .vid-title-wrap .dropdown-menu a:hover .icon,.sprite-icons .follow-list .dropdown-menu a:hover .icon {background-position-x: -216px;}.sprite-icons .view-options .icon {width: 15px; height: 12px; background-position-x: -180px;}.sprite-icons .view-options a:hover .icon {background-position-x: -252px;}.sprite-icons .sidebar .navbar .icon {width: 15px; height: 12px; background-position-x: -180px;}.sprite-icons .sidebar .navbar a:hover .icon {background-position-x: -252px;}.sprite-icons .note .icon {width: 15px; height: 12px; background-position-x: -180px;}.sprite-icons .note a:hover .icon {background-position-x: -252px;}.sprite-icons sup .icon-note.icon {width: 15px; height: 12px; background-position-x: -180px;}.sprite-icons .item-actions .icon {width: 20px; height: 16px; background-position-x: -144px;}.sprite-icons .item-actions .icon.active {background-position-x: -180px;}.sprite-icons .item-actions :hover .icon {background-position-x: -108px;}.sprite-icons .directory .ancestors ul li:before {width: 16px; height: 16px; content: ''; background-image: url("../img/icon-sprite-new.png"); background-position: -144px -504px;}.sprite-icons .select2-container .select2-choice div b:before {width: 12px; height: 12px; content: ''; background-image: url("../img/icon-sprite-new.png"); background-position: -180px -1224px;}.sprite-icons .with_line .icon {width: 16px; height: 12px; background-position-x: -288px;}.sprite-icons .note-item .icon {width: 12px; height: 12px; background-position-x: -180px;}.sprite-icons table .icon {width: 16px; height: 12px; background-position-x: -180px;}.sprite-icons .filter-options .icon {width: 16px; height: 12px; background-position-x: -180px;}.sprite-icons .sidebar-helpers .icon {width: 16px; height: 16px; background-position-x: -36px;}.sprite-icons .sidebar-helpers a:hover .icon,.sprite-icons .sidebar-helpers .node .icon {background-position-x: -108px;}.sprite-icons .recent .icon {width: 12px; height: 12px; background-position-x: -180px; bottom: 4px;}.sprite-icons .recent .icon.icon-book {width: 18px; height: 14px;}.sprite-icons .recent a:hover .icon {background-position-x: -252px;}.sprite-icons .vid-toc .icon {width: 12px; height: 12px; background-position-x: -180px;}.m-touch {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none;}.m-touch .directory .ancestors li {padding-bottom: 4px;}.m-touch .directory .ancestors li .ancestor {font-size: 17px;}.m-touch .directory .with_line {font-size: 16px; margin-bottom: 22px;}.m-touch .select2-result {height: auto; border-bottom: 1px solid #EEE; font-size: 16px;}.m-touch .select2-search-choice-close {font-size: 24px;}.m-touch .hidden-touch {display: none;}.m-touch .hidden-touch-inline {display: none !important;}.m-touch .visible-touch {display: block;}.visible-touch {display: none;}.ajax-loading-blue {float: right; margin-bottom: -8px; margin-top: -8px; background: url(../img/ajax-loader-blue.gif); display: block; width: 32px; height: 32px; position: relative;}.ajax-loading-small-blue {float: right; margin-bottom: -8px; margin-top: -8px; background: url(../img/ajax-loader-blue.gif); display: block; width: 32px; height: 32px; position: relative;}.ajax-loading-big {display: block; width: 32px; height: 32px; position: relative; margin: 0 auto; background: url(../img/ajax-loader.gif); margin-top: 15%;}.related-docs {color: #625E58; padding: 1.5em 1em 0 20px; background: #F0EEE5; border: 1px solid #E2E2DF; margin-left: -20px; border-left-color: #DAD8D5; border-radius: 0 5px 5px 0;}@media (min-width: 1235px) {.responsive-allowed .related-docs {margin-left: -31px; padding-left: 31px;}}.lt-ie9 .related-docs {margin-left: -21px; padding-left: 21px;}.related-docs.vid {color: #625E58; padding: 1.5em 1em .5em 20px; background: #F0EEE5; margin-left: -20px; border-left-color: #DAD8D5; border-radius: 0 5px 5px 0;}@media (min-width: 1235px) {.responsive-allowed .related-docs.vid {margin-left: -30px; padding-left: 30px;}}.lt-ie9 .related-docs.vid {margin-left: -21px; padding-left: 21px;}.related-docs-title {font-size: 12px; text-transform: uppercase; margin-bottom: 1em; font-weight: bold;}.related-doc {padding-bottom: .5em;}.related-doc:last-child {border-bottom: 0;}.related-doc-category {margin-top: .5em; padding-top: 1em; padding-bottom: .3em; border-top: 1px solid #E2E2DF; font-size: 12px; font-weight: bold; color: #b2aea5;}.related-doc-category:first-child {margin-top: 0; padding-top: 0; border-top: 0;}.related-doc-title {font-size: 13px; font-weight: bold;}.related-doc-parent {font-size: 12px;}.rate {transition-property: all; transition-duration: 250ms; transition-timing-function: linear; margin-bottom: 0;}.rate.slide-down {margin-bottom: -60px;}.rate.slide-down.send-comment {margin-bottom: -160px;}.rate-it,.send-comment {position: fixed; bottom: 0; left: 70px; width: 675px; -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1); z-index: 90; background: white; padding: 1em; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}.lt-ie9 .rate-it,.lt-ie9 .send-comment {width: 827px;}.rate-it p,.send-comment p {margin-bottom: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: #625E58; text-align: right;}.rate-it strong,.send-comment strong,.rate-it span,.send-comment span {display: inline-block; vertical-align: middle;}.rate-it .btn-group,.send-comment .btn-group {margin-left: .5em;}.rate-it .icon-thumbs-down,.send-comment .icon-thumbs-down {position: relative; top: -1px;}@media (min-width: 1235px) {.responsive-allowed .rate-it, .responsive-allowed .send-comment {width: 827px;}}@media (max-width: 979px) {.responsive-allowed .rate-it, .responsive-allowed .send-comment {display: none;}}@media (max-width: 480px) {.responsive-allowed .rate-it strong, .responsive-allowed .send-comment strong, .responsive-allowed .rate-it span, .responsive-allowed .send-comment span {line-height: 1;}}@media (max-width: 480px) {.responsive-allowed .rate-it span, .responsive-allowed .send-comment span {margin-bottom: 1em;}}@media (max-width: 480px) {.responsive-allowed .rate-it .btn-group, .responsive-allowed .send-comment .btn-group {margin-bottom: 0;}}.vpublishing_text #toc {background: whiteSmoke; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); margin-bottom: 20px; margin-top: 1.5em;}.vpublishing_text #toc td {padding: 1em 2em; border-left: 0;}.vpublishing_text li {margin-bottom: .5em;}.vpublishing_text li > ul {margin-top: .5em;}.vpublishing_text h1,.vpublishing_text h2,.vpublishing_text h3,.vpublishing_text h4,.vpublishing_text h5,.vpublishing_text h6 {line-height: 1;}.vpublishing_text h2 {font-size: 27px; margin-bottom: .5em;}.vpublishing_text h3 {font-size: 20px; margin-bottom: .5em;}.vpublishing_text h4 {font-size: 14px; text-transform: uppercase; margin-bottom: .5em; margin-top: 1em;}.vpublishing_text blockquote {margin: 18px 0 18px 18px;}.btn-follow {padding: 4px 7px 4px; font-size: 12px;}.btn-follow.btn-unfollow {background-color: #eb5632; background-image: -moz-linear-gradient(top, #eb5632, #eb5632); background-image: -ms-linear-gradient(top, #eb5632, #eb5632); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb5632), to(#eb5632)); background-image: -webkit-linear-gradient(top, #eb5632, #eb5632); background-image: -o-linear-gradient(top, #eb5632, #eb5632); background-image: linear-gradient(top, #eb5632, #eb5632); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5632', endColorstr='#eb5632', GradientType=0); border-color: #c2202b; color: #FFF !important; font-size: 12px; text-shadow: 0px 1px 1px rgba(118, 44, 15, 0.4); box-shadow: none;}.btn-follow.btn-unfollow:hover {background-color: #eb5632; background-image: -moz-linear-gradient(top, #eb5632, #eb5632); background-image: -ms-linear-gradient(top, #eb5632, #eb5632); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb5632), to(#eb5632)); background-image: -webkit-linear-gradient(top, #eb5632, #eb5632); background-image: -o-linear-gradient(top, #eb5632, #eb5632); background-image: linear-gradient(top, #eb5632, #eb5632); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5632', endColorstr='#eb5632', GradientType=0); border-color: #890B1A; color: #FFF; text-shadow: 0px 1px 1px rgba(118, 44, 15, 0.4);}.btn-follow.btn-unfollow:active {background: #ED3815; border: 1px solid #890B1A; color: #FFF;}.btn-follow .icon {font-size: 14px; line-height: 1em; vertical-align: top;}.directory .btn-follow {margin-right: -8px; margin-top: -1px;}.vid .btn-follow {padding: 2px 8px 2px; font-size: 11px;}.vid .btn-follow .icon {font-size: 14px !important; top: 1px; margin-right: 2px;}.directory-main .btn-follow {margin-right: 0;}.directory-main .btn-follow .icon {font-size: 14px !important;}.results-list .list-item-content .followings .icon.icon-eye-open {color: inherit; font-size: 14px; line-height: 1em; vertical-align: top;}.row.court_detail .list-item {min-height: 10px; padding: 16px;}.row.court_detail .list-item-content {min-height: 10px;}.row.court_detail .media.entry-header.mini-header.span4 {float: left;}.row.court_detail .media-body .numeros-rojos {font-size: 28px;}.row.court_detail .resolution_time_detail .span4,.row.court_detail .resolution_time_detail .span3 {float: left; padding: 0px 4px;}.row.court_detail .appeal_table_detail .span4,.row.court_detail .appeal_table_detail .span3 {float: left; padding: 0px 4px;}.row.court_detail .resolution_time_detail .centered-field {text-align: center;}.row.court_detail .resolution_time_detail .row-fluid.header,.row.court_detail .appeal_table_detail .row-fluid.header {font-weight: bold;}.row.court_detail .googlemaps_labels {color: white; background-color: #127cc1; font-family: "Lucida Grande", "Arial", sans-serif; font-size: 12px; font-weight: bold; text-align: center; padding-left: 1em; padding-right: 1em; white-space: nowrap;}.row.court_detail .media.entry-header.mini-header.span4 {text-align: center;}.row.court_detail .media-heading.title-datos {padding: 0px 8px;}.row.court_detail .browse.courts .directory-main.abovebox.directory-main-index {min-height: 20px;}.row.court_detail .centered-field {text-align: center;}.row.court_detail .home.page.container-fluid.reduced_padding {padding-top: 0px;}.row.court_detail .ancestors.unstyled.reduced_margin {margin-bottom: 0px; margin-left: 30px;}.browse.courts .directory-main.abovebox.directory-main-index {min-height: inherit;}.browse.courts .directory-columns.pullfix.collapsed {display: none;}.browse.courts .index_block.index_block_jurisprudencia.collapsed {background: none;}.browse.courts .index_block.index_block_jurisprudencia.collapsed,.browse.courts .index_block.index_block_jurisprudencia.extended {box-shadow: none;}.browse.courts .index_block.index_block_jurisprudencia.collapsed h3 span,.browse.courts .index_block.index_block_jurisprudencia.extended h3 span {cursor: pointer;}.browse.courts .index_block.index_block_jurisprudencia.collapsed h3 i.icon-caret-right,.browse.courts .index_block.index_block_jurisprudencia.extended h3 i.icon-caret-right {margin-right: 5px;}.courtLabel {font-weight: bold;}.controls .ui-slider {margin-top: 6px;}.controls .ui-slider > a {width: 3em; height: 1.6em; top: 50%; margin-top: -0.8em; text-align: center; line-height: 1.6em; text-decoration: none;}.icon.icon-trash {font-size: 18px; color: #333;}.icon.icon-trash:hover {text-decoration: underline; cursor: pointer;}.ui-progressbar {height: 1em;}.ui-progressbar .ui-progressbar-value {margin: -1px; height: 100%;}.ui-progressbar-value {font-size: 13px; font-weight: normal; line-height: 18px; padding-left: 10px;}.progress-label {position: absolute; left: 50%; margin-top: -2px;}.login {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; position: absolute; left: 50%; top: 50%; width: 300px; margin: -249px 0 0 -170px; padding: 20px;}.login form {margin: 0;}.login input[type="text"],.login input[type="password"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 36px;}.login .form-actions {padding: 30px 0 0;}.login .form-actions .btn {float: right;}.warningmessage {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; position: absolute; left: 50%; top: 50%; width: 300px; margin: -249px 0 0 -170px; padding: 20px;}#vlex-logo {width: 300px; height: 100px; margin-bottom: 20px; background: transparent url("../img/vlex-logo.svg") no-repeat center center;}.lt-ie9 #vlex-logo {background-image: url("../img/vlex-logo.png");}#vlex-logo-small {width: 300px; height: 52px; margin-bottom: 20px; background: transparent url("../img/vlex-logo.svg") no-repeat center center;}.lt-ie9 #vlex-logo-small {background-image: url("../img/vlex-logo.png");}#vlex-logo-small {width: 300px; height: 52px; margin-bottom: 20px; background: transparent url(../img/vlex-logo.svg) no-repeat center center;}.lt-ie9 #vlex-logo-small {background-image: url(../img/vlex-logo.png);}@media (max-width: 480px) {.responsive-allowed .login {top: 0; margin: 0 0 0 -170px; padding-top: 0;} .responsive-allowed #vlex-logo {margin-bottom: 0;}}.product-select {max-height: 75%; overflow-y: auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; position: absolute; left: 50%; top: 50%; width: 640px; padding-top: 25px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;}.lt-ie9 .product-select {margin-left: -320px; margin-top: -250px;}.product-select > h1 {font-size: 18px; font-weight: normal; line-height: 1.3;}.product-select > p {font-size: 14px; margin-bottom: 30px;}.available-products {margin: 0; margin-bottom: 15px; font-size: 0;}.available-products > li {display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 0 5px 10px; padding: 5px; font-size: 14px; background-color: #E9F1F5; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}.available-products > li:hover {background-color: #127CC1;}.available-products > li > a {display: block; width: 135px; margin-bottom: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}.available-products > li > a > img {margin: 10px 0;}.available-products > li > a:hover {text-decoration: none;}.available-products > li > a:hover > .vlex-logo-invert {background: #333;}.vlex-logo-invert {background: #127CC1; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; color: #FFF; line-height: 1.1; padding: 8px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}.vlex-logo-invert .ir {background: url(../img/vlex-logo-invert.png) no-repeat center bottom; height: 24px;}.vlex-logo-invert > .product-name {display: table-cell; vertical-align: middle; width: 145px; height: 30px; font-size: 18px; padding-left: 3px; padding-right: 3px;}.vlex-logo-invert > .product-name.small {font-size: 12px;}.other-products {background: #FAFAF7; border-top: 2px solid #e8e8e4; text-align: left; padding: 15px 20px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}.other-products > header {overflow: hidden; margin-bottom: 20px;}.light-subtitle {float: left; font-size: 15px; font-weight: normal; color: #999999; line-height: 24px;}.light-subtitle + a {float: right; line-height: 24px;}@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {.responsive-allowed .vlex-logo-invert .ir {background-image: url(../img/vlex-logo-invert@2x.png); -webkit-background-size: 47px 24px; -moz-background-size: 47px 24px; -o-background-size: 47px 24px; background-size: 47px 24px;}}.other-products-list {clear: both; margin: 0; list-style: none;}.other-products-list > li {margin-bottom: 10px;}.other-products-list > li > img {float: left;}.other-products-list > li > .vlex-logo-blue {margin-left: 58px;}.other-products-list > li > .vlex-logo-blue .ir {display: inline-block; *display: inline; *zoom: 1; background: url(../img/vlex-logo-blue.png) no-repeat center bottom; height: 24px; width: 47px;}.other-products-list > li > .vlex-logo-blue .ir + .product-name {vertical-align: bottom; margin-left: 5px; position: relative; top: -2px;}.other-products-list > li > .entry {margin-left: 58px; overflow: hidden;}.other-products-list > li > .entry > p {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; width: 72%; margin-bottom: 0;}.other-products-list > li > .entry > .btn {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: right; width: 28%; font-size: 12px; padding-left: 7px; padding-right: 7px;}@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {responsive-allowed > li > .vlex-logo-blue .other-products-list .ir {background-image: url(../img/vlex-logo-blue@2x.png); -webkit-background-size: 47px 24px; -moz-background-size: 47px 24px; -o-background-size: 47px 24px; background-size: 47px 24px;}}@media (max-width: 400px) {.responsive-allowed .available-products > li {display: block;} .responsive-allowed .available-products > li > a {width: auto;} .responsive-allowed .available-products > li > a > img {display: none;} .responsive-allowed .vlex-logo-invert {background: #127CC1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; padding-left: 10px;} .responsive-allowed .vlex-logo-invert .ir {display: inline-block; *display: inline; *zoom: 1; width: 47px;} .responsive-allowed .vlex-logo-invert > .product-name {display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 70%; margin-left: 10px; height: auto; font-size: 18px; text-align: left; position: relative; top: -1px;} .responsive-allowed .vlex-logo-invert > .product-name.small {font-size: 18px;}}@media (max-width: 480px) {.responsive-allowed .product-select {margin-top: 0; padding-bottom: 0; top: 0; max-height: 100%; -webkit-transform: translate(0px, 0px); left: 0;}}@media (max-width: 670px) {.responsive-allowed .product-select {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; width: 100%;} .responsive-allowed .other-products-list > li {margin-bottom: 20px;} .responsive-allowed .other-products-list > li > .entry > p {float: none; width: auto; margin-bottom: 10px;} .responsive-allowed .other-products-list > li > .entry > .btn {float: none; width: auto;}}.nav-tabs .edit-stream,.nav-tabs .follow-stream {position: relative; float: right; padding-top: 3px; right: 0px;}.nav-tabs .edit-stream > a,.nav-tabs .follow-stream > a {padding: 0;}.edit-stream a:hover {border: none !important; background-color: initial !important;}.tabdrop.dropdown .edit-stream {position: static; padding-top: 0; border-top: 1px solid #ECECEC;}.tabdrop.dropdown .edit-stream a {padding: 3px 15px;}.tabdrop.dropdown .edit-stream a span,.tabdrop.dropdown .edit-stream a:hover span,.tabdrop.dropdown .edit-stream a:active span {color: #127CC1; padding: 0; background: none; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: none; font-size: 12px; line-height: 20px; font-weight: normal; filter: none;}.tabdrop.dropdown .edit-stream a:hover span {color: #fff;}.tabdrop.dropdown .edit-stream i {position: relative; top: 4px;}.tabdrop.dropdown .follow-stream {float: left; padding-top: 0px; right: 0px;}.tabdrop.dropdown .follow-stream .followed {margin: 5px 15px 7px;}.home .list-item {padding: 18px 20px 20px 70px;}.home .list-item.popular {background: #FFFFEF;}.home .sidebar {padding-top: 20px;}.home .filter-options i {float: right;}.event .list-item-content {min-height: 0;}.list-item-cat {color: #617A86; font-size: 13px;}.first-alerts {min-height: 40px !important;}.quickbox.filter-options {padding: 0 20px 10px; background-color: #f7fdff; background-image: -moz-linear-gradient(top, #ffffff, #ebfaff); background-image: -ms-linear-gradient(top, #ffffff, #ebfaff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ebfaff)); background-image: -webkit-linear-gradient(top, #ffffff, #ebfaff); background-image: -o-linear-gradient(top, #ffffff, #ebfaff); background-image: linear-gradient(top, #ffffff, #ebfaff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebfaff', GradientType=0);}.quickbox .box-title {margin: 0 -20px 10px; padding: 15px 0 10px 20px; border-bottom: 1px solid #cad8e3; color: #3a87ad; text-shadow: 0 1px 0 #FFF; background-color: #dcf6ff; background-image: -moz-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -ms-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1f7ff), to(#d4f4ff)); background-image: -webkit-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: -o-linear-gradient(top, #e1f7ff, #d4f4ff); background-image: linear-gradient(top, #e1f7ff, #d4f4ff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f7ff', endColorstr='#d4f4ff', GradientType=0);}.quickbox .nav-list {padding: 0;}.quickbox .nav-list i {color: #9EB1C1; position: relative; top: 6px;}.quickbox .nav-list a {padding: 5px 15px; color: #127CC1; text-shadow: none;}.quickbox .nav-list a:hover {background: #FFF;}#embed_documents li a {font-size: 13px; padding-left: 10px; padding-right: 10px;}.notification-inbox {background: url(../img/icon-notification-inbox.png) no-repeat 20px 20px;}.notification-list {background: url(../img/icon-notification-list.png) no-repeat 20px 20px;}@media (max-width: 979px) {.responsive-allowed .page.home, .responsive-allowed .row.home {padding-top: 0px;} .responsive-allowed .alert {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}}.vcoin_init .modal_row {margin-bottom: 6px;}.upgrade-inapp-modal label {font-size: 10px; text-transform: uppercase;}.search_results > .col {min-height: 1px;}.search_results > .span4 {width: 256px;}.search_results > .span8 {width: 620px;}.responsive-allowed .search_results > .span8 {width: calc(100% - 345px);}@media (max-width: 1235px) {.responsive-allowed .search_results > .span8 {width: calc(100% - 316px);}}.badge {position: relative; top: -2px; text-transform: uppercase; font-size: 10px; padding: 2px 7px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}.badge-vigent {background-color: #BEB27F;}.badge-vacatio {background-color: #98B68A;}.badge-vacatio_legis,.badge.vacatio-legis {background-color: #ECE627; color: #484545;}.badge-vacatio_legis:hover,.badge.vacatio-legis:hover {color: #484545;}.badge-deprecated {background-color: #B37D7E;}.badge-on_force {background: #46a546;}.badge-historical {background: #f89406;}.badge-digest {background: #f89406;}.badge-repealed_in_full {background: #9d261d;}.badge-repealed {background: #9d261d;}.badge-repealed_in_full,.badge-ineffective,.badge-expired {background: #9d261d;}.badge-original_version {background: gray;}.badge-practical {background: #127CC1; padding: 1px 6px; border: 1px solid #0b4f7b; color: white;}.badge-practical-alt1 {background: #127CC1;}.badge-practical-alt2 {background: #ecf0f3; padding: 1px 6px; border: 1px solid #9EB1C1; color: #6f8ba3;}.badge-schema {background: #127CC1; padding: 1px 6px; border: 1px solid #0b4f7b; color: white;}.badge-schema-alt1 {background: #127CC1;}.badge-schema-alt2 {background: #ecf0f3; padding: 1px 6px; border: 1px solid #9EB1C1; color: #6f8ba3;}.search .topic-path .ancestors {padding: 10px 0;}.search-results .box-title {max-width: 100%; overflow: hidden; text-overflow: ellipsis;}.visible-phone .btn-toolbar.navbar-fixed-top {text-align: right;}.visible-phone .btn-toolbar.navbar-fixed-top .divider {width: 100%;}.results-list .list-item {padding: 12px 20px 12px 76px; min-height: 80px;}.lt-ie8 .results-list .list-item {height: 80px;}.results-list .list-item.expandable {cursor: pointer;}.results-list .list-item.document {min-height: 50px;}.results-list .list-item.document .list-item-content {min-height: 50px;}.results-list .list-item:hover .action:hover,.results-list .list-item:hover .dropdown-toggle:hover {color: #127CC1; cursor: pointer;}.results-list .list-item.topic {min-height: 0;}.results-list .list-item.court,.results-list .list-item.judge {min-height: 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0;}.results-list .list-item.topic .list-item-content .result,.results-list .list-item.court .list-item-content .result,.results-list .list-item.judge .list-item-content .result {font-size: 14px; font-weight: normal; line-height: 21px;}.results-list .title-divider {min-height: 0; padding: 12px 20px 12px;}.results-list .title-divider:hover {background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0);}.results-list .title-divider.sources,.results-list .title-divider.topics {padding: 0; text-align: center; background: #fff;}.results-list .title-divider .hideable-sources,.results-list .title-divider .hideable-topics {display: block; padding: 8px 0 12px; cursor: pointer; font-size: 14px;}.results-list .title-divider .hideable-sources:hover,.results-list .title-divider .hideable-topics:hover {background: #F9FBFC; text-decoration: none;}.results-list .pagination-page-divider {min-height: 0; padding: 12px 20px 12px;}.results-list .topic .list-item-content,.results-list .court .list-item-content,.results-list .judge .list-item-content {min-height: 0;}.results-list .list-item-content {color: #333333;}.results-list .list-item-content .more {color: #127CC1; cursor: pointer;}.results-list .list-item-content .ancestor {color: #9EB1C1; font-size: 11px;}.results-list .list-item-content .ancestor-date {color: #737D85; font-size: 11px;}.results-list .list-item-content .result,.results-list .list-item-content .resultoop,.results-list .list-item-content .result.ancestor {color: #127CC1; font-size: 18px; line-height: 1.2; font-weight: bold;}.results-list .list-item-content .icon {font-size: .8em; margin-left: 2px; color: #9EB1C1;}.results-list .item-actions {border-color: #E9E8E6; border-style: solid; border-width: 0;}.results-list .item-actions.pull-left {border-right-width: 1px;}.results-list .item-actions.pull-right {border-left-width: 1px;}.results-list .item-actions input[type=checkbox] {top: 12px; position: relative;}.results-list .description,.results-list .full-description {max-width: 50em;}.highlighted {background: #FFFFC8; padding: 0px; font-weight: bold;}span.badge .highlighted {background: none;}.filter-selection-modal {max-height: 400px; padding: 25px;}@media (min-height: 700px) {.filter-selection-modal {max-height: 487px;}}.filter-selection-modal .blacky {font-weight: bold;}.filter-selection-modal .filters_panel {height: 400px; margin-bottom: 0px; width: 48%; float: left; overflow-y: scroll;}.filter-selection-modal .filters_panel li {cursor: pointer; line-height: 18px; border-bottom: 1px solid #F4F6F0;}.filter-selection-modal .filters_panel li.select_all {cursor: pointer; font-size: 90%; padding: 6px 10px; background-color: #F6F6F6; display: inherit;}.filter-selection-modal .filters_panel li.select_all:hover {background-color: #D8D8D8;}.filter-selection-modal .filters_panel li .select_filter {display: table-cell; vertical-align: middle; cursor: pointer; font-size: 90%; position: relative; margin-right: 10px; padding: 6px 10px;}.filter-selection-modal .filters_panel li .select_filter:hover {background-color: #D8D8D8;}.filter-selection-modal .filters_panel li.disabled {color: #cfcfcf; cursor: default;}.filter-selection-modal .filters_panel li.disabled .select_filter {cursor: default;}.filter-selection-modal .filters_panel li.disabled-add .select_filter {color: #cfcfcf; cursor: default;}.filter-selection-modal .filters_panel li.disabled-add.whole_clickable {cursor: default;}.filter-selection-modal .filters_panel li div.field_label {display: table-cell; padding: 5px; vertical-align: middle;}.filter-selection-modal .selected_filters_panel {height: 400px; margin-bottom: 0px; width: 48%; float: right; overflow-y: scroll;}.filter-selection-modal .selected_filters_panel li {line-height: 18px; border-bottom: 1px solid #F4F6F0;}.filter-selection-modal .selected_filters_panel li.empty_message {font-style: italic; padding: 6px 10px;}.filter-selection-modal .selected_filters_panel li .remove_filter {display: table-cell; vertical-align: middle; cursor: pointer; font-size: 90%; position: relative; margin-right: 10px; padding: 6px 10px;}.filter-selection-modal .selected_filters_panel li .remove_filter:hover {background-color: #D8D8D8;}.filter-selection-modal .selected_filters_panel li div.field_label {display: table-cell; padding: 5px; vertical-align: middle;}.filter-selection-modal .filters-selection-breadcrumb {width: 48%; display: block; margin: 0px 0px 10px 0px;}.filter-selection-modal .filters-selection-breadcrumb > a:last-child {color: #333333; text-decoration: none; cursor: default; font-weight: bold;}.filter-selection-modal .selection-title {float: right; width: 48%; margin: -28px 0px 10px 0px;}.library {font-size: 14px; margin-bottom: 18px;}.library li {line-height: 18px; margin-bottom: 2px;}.library li a {display: block; width: 100%; padding-bottom: 4px;}.library li a .counter {color: #333;}.library li a:hover {background: #FFF6CA; border-radius: 4px; padding: 4px; margin: -4px -4px 2px -4px;}.lt-ie9 .library li a {padding: 4px; margin: -4px -4px 2px -4px;}.lt-ie9 .library li a:hover {background: #FFF6CA; border-radius: 0; margin: -4px -4px 2px -4px; padding: 4px;}.library li.active {background: #3a87ad; color: white; font-weight: bold; padding: 4px; margin: -4px -4px 2px -4px; border-radius: 4px;}.facet {font-size: 13px; font-weight: normal; margin-bottom: 6px;}.facet .checkbox.inline {padding-top: 0px;}.recent .filter {background: white; color: #6c6966; box-shadow: 0px 0px 1px #6c6966; margin: 3px 5px 0 0; display: block-inline; border-radius: 4px; padding: 2px 4px 3px 4px; text-decoration: none;}.recent .filter-close {color: #A8A5A3; margin-right: 3px;}.search.scrolled .btn-toolbar {position: fixed; top: 49px; left: 70px; width: 100%; width: calc(100% - 70px); z-index: 100; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #ffffff, #f7f6f2); background-image: -ms-linear-gradient(top, #ffffff, #f7f6f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f6f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f7f6f2); background-image: -o-linear-gradient(top, #ffffff, #f7f6f2); background-image: linear-gradient(top, #ffffff, #f7f6f2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f6f2', GradientType=0); border: 1px solid #cdcccb; border-bottom-color: #BCBCBB; padding: 10px 0 16px;}.search.scrolled .btn-toolbar .page-title-wrap {padding-left: 300px;}.search.scrolled .btn-toolbar .pull-right {position: absolute; top: 10px; right: 80px; right: calc(0% + 20px); float: none;}.lt-ie9 .search.scrolled .btn-toolbar {width: 100%; right: 70px; left: 0px;}.lt-ie9 .search.scrolled .btn-toolbar .page-title-wrap {padding-left: 367px;}.lt-ie9 .search.scrolled .btn-toolbar .pull-right {right: 190px;}.search.scrolled .btn-toolbar-container + .row {margin-top: 54px;}.search.scrolled .btn-toolbar {filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;}.responsive-allowed .search.scrolled .btn-toolbar {}@media (min-width: 1235px) {.responsive-allowed .search.scrolled .btn-toolbar .page-title-wrap {padding-left: 318px;}}@media (min-width: 1235px) {.responsive-allowed .search.scrolled .btn-toolbar .pull-right {right: 90px; right: calc(0% + 30px);}}.lt-ie9 .search.scrolled .btn-toolbar {background: #f7f6f2 url(../img/btn-toolbar-bg.png) repeat-x left top;}@media (max-width: 979px) {.responsive-allowed .search.scrolled .btn-toolbar .btn-toolbar-container + .row {margin-top: 4px;}}@media (max-width: 979px) {.responsive-allowed .page-search {border: 0;} .responsive-allowed .page-search .btn-toolbar-container {display: none;} .responsive-allowed .page-search #inplace-search {float: left; margin-bottom: 0; padding: 9px 0 0 10px; max-width: 75%;} .responsive-allowed .page-search #inplace-search > .search-query {margin-right: 0; width: 100%; height: 33px; line-height: 33px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;} .responsive-allowed .page-search .search-options-group {float: right; padding: 9px 0 0 10px; margin-right: 10px;} .responsive-allowed .page-search .search-options-group:before {content: ''; position: absolute; width: 1px; height: 50px; top: 0; left: -7px; background-color: #FEFEFD;} .responsive-allowed .page-search .search-options-group:after {content: ''; position: absolute; width: 1px; height: 50px; top: 0; left: -8px; background-color: #e9e4dd;} .responsive-allowed .page-search .search-options-group .dropdown-menu {width: 300px;} .responsive-allowed .page-search .search-options-group .dropdown-menu a {white-space: normal;} .responsive-allowed .results-list .list-item {padding: 10px 0 20px 52px;} .responsive-allowed .results-list .title-divider {padding: 10px 20px 15px;} .responsive-allowed .results-list .pagination-page-divider {padding: 10px 20px 15px;} .responsive-allowed .results-list .list-item-content .result, .responsive-allowed .results-list .list-item-content .result.ancestor {font-size: 14px; line-height: 1.1;} .responsive-allowed .results-list .item-actions input[type=checkbox] {top: 10px;} .responsive-allowed .search {width: 100%; overflow: hidden;} .responsive-allowed .search .main-container.span8 {float: left; margin-left: 1px%; width: 100%; -webkit-transition: margin 1000ms ease; -moz-transition: margin 1000ms ease; -ms-transition: margin 1000ms ease; -o-transition: margin 1000ms ease; transition: margin 1000ms ease;} .responsive-allowed .search.sidebar-toggled .main-container.span8 {margin-left: -100%;} .responsive-allowed .search .main-container + .span4 {float: right; margin-right: -100%; width: 90%; -webkit-transition: margin 1000ms ease; -moz-transition: margin 1000ms ease; -ms-transition: margin 1000ms ease; -o-transition: margin 1000ms ease; transition: margin 1000ms ease;} .responsive-allowed .search.sidebar-toggled .main-container + .span4 {margin-right: 5%;} .responsive-allowed .search.scrolled .btn-toolbar {top: 0; left: 0; margin: 0; border: 0; border-bottom: 1px solid #BCBCBB; padding-bottom: 10px;} .responsive-allowed .search.scrolled .btn-toolbar .page-title-wrap {display: none;} .responsive-allowed .search.scrolled .btn-toolbar .pull-right {position: relative; left: auto; top: auto; float: none;} .responsive-allowed .search.scrolled .toggle-sidebar-wrap {display: none !important;} .responsive-allowed .btn-toolbar.navbar-fixed-top #inplace-search .search-query {display: inline-block;} .responsive-allowed .btn-toolbar.navbar-fixed-top .btn-advanced-search {display: inline-block; float: right; margin-top: 10px; margin-right: 5px;}}@media (max-width: 979px) and (max-width: 979px) {.responsive-allowed .btn-toolbar.navbar-fixed-top #inplace-search {display: inline-block; float: left; padding-left: 10px;}}@media (max-width: 979px) and (max-width: 500px) {.responsive-allowed .btn-toolbar.navbar-fixed-top #inplace-search {width: 50%;} .responsive-allowed .btn-toolbar.navbar-fixed-top #inplace-search .search-query {width: 100%;}}@media (max-width: 979px) and (max-width: 319px) {.responsive-allowed .btn-toolbar.navbar-fixed-top .advanced-search-label {display: none;}}@media (max-width: 979px) and (max-width: 319px) {.responsive-allowed .advanced-search-label {display: none;}}@media (min-width: 1235px) {.responsive-allowed .btn-toolbar.navbar-fixed-top #inplace-search .search-query {float: left; margin-left: auto;}}.definition .term_defined {font-size: 120%; font-variant: small-caps; font-weight: bold;}.filter-options select {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; min-height: 32px; vertical-align: top;}.promo-results {margin: 20px -20px -20px; background: #f2f5f6; border-radius: 0 0 5px 5px;}.promo-results .results-list {margin: 0; list-style: none;}@media (max-width: 979px) {.promo-results .results-list .title-divider {padding: 12px 20px;}}.promo-results .results-list .document-promoted {padding-top: 10px; padding-bottom: 5px; padding-left: 20px;}.promo-results .btn {margin: 0 20px 20px;}.list-item.title-divider.advanced-court-filter {background-color: beige; background-image: none; height: 50px;}.list-item.title-divider.advanced-court-filter .court-title {font-size: 15px; margin-top: 7px; max-width: 225px;}.list-item.title-divider.advanced-court-filter .input-values {display: inline-block; margin-left: 100px; margin-top: 4px; margin-bottom: -6px;}.list-item.title-divider.advanced-court-filter .input-values #leftcolumn {width: 200px; float: left;}.list-item.title-divider.advanced-court-filter .input-values #leftcolumn .control-label-left {float: left; margin-top: 5px; font-size: 12px;}.list-item.title-divider.advanced-court-filter .input-values #leftcolumn input {width: 40px; margin-left: 10px;}.list-item.title-divider.advanced-court-filter .input-values #rightcolumn {width: 150px; float: right;}.list-item.title-divider.advanced-court-filter .input-values #rightcolumn .control-label-right {float: left; margin-top: 5px; font-size: 12px;}.list-item.title-divider.advanced-court-filter .input-values #rightcolumn input {width: 40px; margin-left: 10px;}.list-item.title-divider.advanced-court-filter .btn.btn-primary {display: inline-block;}@media (max-width: 1235px) {.responsive-allowed .list-item.title-divider.advanced-court-filter .input-values #leftcolumn, .responsive-allowed .list-item.title-divider.advanced-court-filter .input-values #rightcolumn {width: 150px;}}@media (max-width: 1150px) {.responsive-allowed .list-item.title-divider.advanced-court-filter .input-values {margin-left: 50px;} .responsive-allowed .list-item.title-divider.advanced-court-filter .court-title {max-width: 175px;}}@media (max-width: 1064px) {.responsive-allowed .list-item.title-divider.advanced-court-filter {min-height: 75px;} .responsive-allowed .list-item.title-divider.advanced-court-filter .court-title {max-width: none; display: block;} .responsive-allowed .list-item.title-divider.advanced-court-filter .input-values {margin-left: 0px; margin-top: 15px;} .responsive-allowed .list-item.title-divider.advanced-court-filter .input-values #leftcolumn {width: 200px;} .responsive-allowed .list-item.title-divider.advanced-court-filter .input-values #rightcolumn {width: 200px;} .responsive-allowed .list-item.title-divider.advanced-court-filter .btn.btn-primary {margin-top: 10px; display: block;}}.page article {margin-top: -20px;}.main-document {background: #FFF; margin-left: 0;}.lt-ie9 .main-document {width: 825px;}.main-document .in-document {padding: 20px 20px 0; border-right: 1px solid #DAD8D5;}.main-document .text {position: relative;}.vid-title {font-size: 36px; display: inline; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;}.vid-title-wrap.slide-down,.vid-title-wrap.slide-up-animation {transition-property: all; transition-duration: 250ms; transition-timing-function: linear;}.vid-title-wrap .btn-toolbar {display: inline-block; vertical-align: middle;}.vid-title-wrap .action {color: #9196b0; padding: 0 4px;}.vid-title-wrap .action:hover {color: #127CC1;}.vid-title-wrap .action.active {color: #333333;}.vid-title-wrap .icon {font-size: 20px;}.vid-title-wrap .dropdown-menu {text-align: left;}.vid-title-wrap.full-wide .btn.followings {margin-right: 70px;}.view-options {position: absolute; top: 9px; right: 10px;}.view-options a,.view-options .btn.btn-mini {color: #79756E;}.view-options a:hover,.view-options .btn.btn-mini:hover {text-decoration: none; color: #127CC1;}.in-document .nav-tabs-phone {margin: 0 0 15px; padding-top: 15px; border-top: 1px solid #DEDEDB;}.content {}#schema-ancestors {margin: 0; padding: 0; left: 71px; list-style: none; background: #eee; border-width: 1px; border-style: solid; border-color: #f5f5f5 #e5e5e5 #ccc; border-radius: 5px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); overflow: hidden; width: 100%;}#schema-ancestors li {float: left;}#schema-ancestors li:first-child a {padding-left: 1em; border-radius: 5px 0 0 5px;}#schema-ancestors a {padding: .7em 1em .7em 2em; float: left; text-decoration: none; color: #444; position: relative; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #ddd; background-image: linear-gradient(to right, #f5f5f5, #ddd);}#schema-ancestors a:hover {background: #fff;}#schema-ancestors a::after,#schema-ancestors a::before {content: ""; position: absolute; top: 50%; margin-top: -1.5em; border-top: 1.5em solid transparent; border-bottom: 1.5em solid transparent; border-left: 1em solid; right: -1em;}#schema-ancestors a::after {z-index: 2; border-left-color: #ddd;}#schema-ancestors a::before {border-left-color: #ccc; right: -1.1em; z-index: 1;}#schema-ancestors a:hover::after {border-left-color: #fff;}#schema-ancestors .current,#schema-ancestors .current:hover {font-weight: bold; background: none;}#schema-ancestors .current::after,#schema-ancestors .current::before {content: normal;}.parent-wrap {margin-bottom: 20px; color: #625E58;}.parent-wrap .parent-img {float: left;}.parent-wrap .parent-info {overflow: hidden; padding-left: 10px;}.parent-wrap .parent-title {display: block; font-weight: bold; margin-bottom: 5px;}.parent-wrap .parent-code,.parent-wrap .parent-author {display: block;}.abstract {margin-bottom: 20px;}@media (max-width: 767px) {.responsive-allowed .abstract-metadata {margin-left: -10px; margin-right: -10px;}}.two-columns .abstract-metadata-table > .abstract-row > .abstract-cell {display: block; width: 100%;}.user-black .abstract-metadata-table .abstract-row:nth-child(2n) {background: black;}.lt-ie9 .user-black .abstract-metadata-table .abstract-row {background: black;}.user-black .abstract-text {background: black;}.abstract-metadata-table {display: table; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: relative; overflow: hidden; margin-bottom: 20px; margin-left: 0; font-size: 0; border: 1px solid #E1E1E0; width: 100%;}.abstract-metadata-table > .abstract-row {display: table-row;}.abstract-metadata-table > .abstract-row > .abstract-cell {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: table-cell; vertical-align: top; width: 50%; font-size: 14px; margin-left: 0;}.abstract-metadata-table > .abstract-row > .abstract-cell > strong,.abstract-metadata-table > .abstract-row > .abstract-cell > span {line-height: 1.3; padding: 5px 0;}.abstract-metadata-table > .abstract-row > .abstract-cell > strong:empty,.abstract-metadata-table > .abstract-row > .abstract-cell > span:empty {padding: 0;}.abstract-metadata-table > .abstract-row > .abstract-cell > strong {float: left; text-align: right; padding-right: 10px; width: 40%;}.abstract-metadata-table > .abstract-row > .abstract-cell > span {display: block; overflow: hidden;}.abstract-metadata-table .author {text-transform: uppercase;}.lt-ie9 .abstract-metadata-table > .abstract-row > .abstract-cell {border-top: 0; border-top: 1px solid #e9e9e9;}@media (min-width: 979px) {.responsive-allowed .abstract-metadata-table > .abstract-row:nth-child(2n), .lt-ie9 .responsive-allowed .abstract-metadata-table > .abstract-row {background: #faf8f6;}}@media (max-width: 979px) {.responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell {display: block; width: auto;} .responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell:nth-child(2n), .lt-ie9 .responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell {background: #faf8f6;}}@media (max-width: 1235px) {.responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell:nth-child(2n) + li:last-child > strong {width: 15%;} .lt-ie9 .responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell + li > strong {width: 15%;}}@media (max-width: 767px) {.responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell > strong, .responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell > span {padding: 5px;}}@media (max-width: 1235px) {.responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell > strong {width: 40%;}}@media (max-width: 767px) {.responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell > strong {float: none; width: auto; display: block; text-align: left; padding-bottom: 0;}}@media (max-width: 767px) {.responsive-allowed .abstract-metadata-table > .abstract-row > .abstract-cell > span {padding-top: 0;}}.abstract-label {text-transform: uppercase;}.abstract-text {margin-bottom: 20px; background: #FCFBFA; border: 1px solid #E1E1E0;}.abstract-text:last-child {margin-bottom: 0;}.abstract-metadata + .abstract-text {border-top-color: #efefef; margin-top: -21px;}@media (max-width: 767px) {.responsive-allowed .abstract-text {margin-left: -10px; margin-right: -10px;}}.abstract-text-content {padding: 15px 20px; -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);}@media (max-width: 767px) {.responsive-allowed .abstract-text-content {padding: 10px;}}.abstract-text-content p:last-child,.abstract-text-content ul:last-child,.abstract-text-content ul > li:last-child,.abstract-text-content ol:last-child,.abstract-text-content ol > li:last-child {margin-bottom: 0;}.abstract-text-content .raised-question span {font-size: 1.2em; font-weight: bold;}.abstract-text-content .raised-question p span {font-size: .9em; text-transform: uppercase;}.vid .sidebar {padding-top: 20px;}ul.vid-toc {font-size: 12px; font-weight: bold; margin-left: -21px;}ul.vid-toc .article-range {opacity: 0.85; font-weight: normal;}ul.vid-toc > .node {line-height: 18px; padding-left: 28px; padding-bottom: 12px;}ul.vid-toc > .node .node {margin-top: 8px; padding-left: 0;}ul.vid-toc > .node .node.active > .title {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #617A86; color: #FFF;}.vid-search ul.vid-toc > .node .node.active > .title {background: #E65F47; border: 1px solid #C2202B;}ul.vid-toc > .node .node > .title,ul.vid-toc > .node .node > .title a {font-weight: normal; color: #617A86;}ul.vid-toc > .node .node.open > .title,ul.vid-toc > .node .node.open > .title a {font-weight: bold;}ul.vid-toc > .node .node.open > ul {margin-top: 12px; padding-left: 15px; font-weight: normal;}ul.vid-toc > .node .node.open > ul > li {padding: 0; margin-bottom: 12px;}ul.vid-toc > .node .node.open > .article-range {display: none;}ul.vid-toc > .node > ul > .viewing {margin-left: -28px; padding-left: 28px;}ul.vid-toc > .node > ul > .node > ul > .viewing {margin-left: -43px; padding-left: 43px;}ul.vid-toc > .node > ul > .node > ul > .node > ul > .viewing {margin-left: -58px; padding-left: 58px;}ul.vid-toc > .node a {color: #333333;}ul.vid-toc .node-son {color: #9196b0;}ul.vid-toc .node-sons + .node {margin-top: -20px;}ul.vid-toc .node-sons ~ .node {padding-left: 20px;}ul.vid-toc .node-sons + .node.open > ul {padding-left: 0;}ul.vid-toc .viewing {-webkit-box-shadow: 1px 1px 1px rgba(134, 134, 132, 0.25); -moz-box-shadow: 1px 1px 1px rgba(134, 134, 132, 0.25); box-shadow: 1px 1px 1px rgba(134, 134, 132, 0.25); -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; -webkit-transition: background 100ms linear; background: #FFF; padding: 8px 0 6px 38px; margin: -8px 0 6px 0;}ul.vid-toc .viewing .btn-mini {margin-left: -6px; margin-bottom: 6px;}ul.vid-toc .title {display: inline-block; margin-bottom: 1px; margin-left: -6px; padding: 1px 6px;}@media (min-width: 1235px) {.responsive-allowed ul.vid-toc {margin-left: -31px;}}@media (min-width: 1235px) {.responsive-allowed ul.vid-toc > .node {padding-left: 38px;}}@media (min-width: 1235px) {.responsive-allowed ul.vid-toc > .node > ul > .viewing {margin-left: -38px; padding-left: 38px;}}@media (min-width: 1235px) {.responsive-allowed ul.vid-toc > .node > ul > .node > ul > .viewing {margin-left: -53px; padding-left: 53px;}}@media (min-width: 1235px) {.responsive-allowed ul.vid-toc > .node > ul > .node > ul > .node > ul > .viewing {margin-left: -68px; padding-left: 68px;}}#document-search {position: relative;}#document-search #relative_btns {top: -30px; width: 75px; float: right;}#document-search .btn-group {position: relative !important; right: 3px; left: auto !important; text-align: right;}#document-search .btn-group .btn {-webkit-border-radius: 0 16px 16px 0; -moz-border-radius: 0 16px 16px 0; border-radius: 0 16px 16px 0; float: none; padding: 3px 10px 4px 7px;}#document-search .btn-group .btn:first-child {-webkit-border-radius: 16px 0 0 16px; -moz-border-radius: 16px 0 0 16px; border-radius: 16px 0 0 16px; padding-left: 10px; padding-right: 7px;}#document-search .search-query {width: 100%; height: 33px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin-top: 5px;}.highlight {color: #FFF; background: #9196b0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 0 4px;}.highlight.hi {background: #E65F47; border: 1px solid #C2202B;}.side-title {color: #D62B2A; font-size: 14px; margin-bottom: 8px;}.extended-options {padding-left: 18px;}.extended-options a {position: relative;}.extended-options a:hover .icon {text-decoration: none;}.extended-options .icon {position: absolute; color: #333333; left: -15px;}.vid-notes .note {border-top: 1px solid #DEDEDB; padding: 10px 0 4px;}.vid-notes .note:first-child {border-top: none;}.vid-notes .note > a:hover {text-decoration: none;}.vid-notes .note > a:hover > i,.vid-notes .note > a:hover .note-line {color: #127CC1;}.vid-notes .note i,.vid-notes .note-line {color: #617A86;}.vid-notes .note-line {margin-bottom: 5px;}.vid-notes .note-excerpt {color: #333333;}.vid-notes .highlight-excerpt {font-family: 'Baskerville', 'Crimson Text', 'Palatyno', Times, sans-serif; font-size: 15px; color: #555; border-left: 2px solid #E9E8E6; padding-left: 10px;}.vid-notes .highlight-excerpt:hover {text-decoration: underline;}.vid.force-scrolled.viewing-original .vid-title-wrap {width: 100%;}.vid.scrolled .navbar,.vid.force-scrolled .navbar {-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); position: fixed; top: 49px; left: 70px; width: 100%; z-index: 100;}.vid.scrolled .navbar .navbar-inner,.vid.force-scrolled .navbar .navbar-inner {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}.vid.scrolled .view-options,.vid.force-scrolled .view-options {right: 0; width: 150px; text-align: right; left: 512px;}.vid.scrolled .vid-title-wrap,.vid.force-scrolled .vid-title-wrap {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); position: fixed; top: 87px; left: 70px; width: 675px; z-index: 90; background: white; padding: 10px; text-align: center;}.vid.scrolled .vid-title-wrap .vid-title,.vid.force-scrolled .vid-title-wrap .vid-title {font-size: 14px; text-transform: uppercase; line-height: 1; padding-top: 2px; display: inline-block;}.vid.scrolled .vid-title-wrap .btn-toolbar,.vid.force-scrolled .vid-title-wrap .btn-toolbar {margin: 3px 0 0; vertical-align: baseline;}.vid.scrolled .vid-title-wrap .icon,.vid.force-scrolled .vid-title-wrap .icon {font-size: 16px;}.vid.scrolled .content,.vid.force-scrolled .content {margin-top: 70px;}.vid.scrolled .sidebar,.vid.force-scrolled .sidebar {padding-top: 57px;}.vid.scrolled .sidebar .navbar,.vid.force-scrolled .sidebar .navbar {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; left: 745px; width: 240px; border-left: 1px solid #EFEBE6;}.vid.scrolled .sidebar .navbar .navbar-inner,.vid.force-scrolled .sidebar .navbar .navbar-inner {background: 0; border: 0; border-left: 1px solid #FEFEFD; padding-left: 20px;}.vid.scrolled .sidebar .navbar .navbar-inner a,.vid.force-scrolled .sidebar .navbar .navbar-inner a {padding: 9px 0 9px;}.vid.scrolled .sidebar .navbar .navbar-inner .active a,.vid.force-scrolled .sidebar .navbar .navbar-inner .active a {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}@media (max-width: 979px) {.responsive-allowed .vid.scrolled .navbar, .responsive-allowed .vid.force-scrolled .navbar {top: 0px;}}@media (min-width: 1235px) {.responsive-allowed .vid.scrolled .main-document, .responsive-allowed .vid.force-scrolled .main-document {float: left; margin-left: 0;} .responsive-allowed .vid.scrolled .main-document .navbar .container, .responsive-allowed .vid.force-scrolled .main-document .navbar .container {width: auto;}}@media (min-width: 1235px) {.responsive-allowed .vid.scrolled .view-options, .responsive-allowed .vid.force-scrolled .view-options {left: 664px;}}@media (max-width: 979px) {.responsive-allowed .vid.scrolled .vid-title-wrap, .responsive-allowed .vid.force-scrolled .vid-title-wrap {top: 29px;}}@media (min-width: 1235px) {.responsive-allowed .vid.scrolled .vid-title-wrap, .responsive-allowed .vid.force-scrolled .vid-title-wrap {width: 827px;}}@media (min-width: 1235px) {.responsive-allowed .vid.scrolled .sidebar .navbar, .responsive-allowed .vid.force-scrolled .sidebar .navbar {left: 897px; width: 290px;}}@media (min-width: 1235px) {.responsive-allowed .vid.scrolled .sidebar .navbar .navbar-inner, .responsive-allowed .vid.force-scrolled .sidebar .navbar .navbar-inner {padding-left: 30px;}}.lt-ie9 .vid.scrolled .view-options,.lt-ie9 .vid.force-scrolled .view-options {left: 664px;}.lt-ie9 .vid.scrolled .vid-title-wrap,.lt-ie9 .vid.force-scrolled .vid-title-wrap {border-bottom: 2px solid #E9E8E6; width: 827px;}.lt-ie9 .vid.scrolled .sidebar .navbar,.lt-ie9 .vid.force-scrolled .sidebar .navbar {left: 897px; width: 290px;}.user-both .content {text-align: justify;}.user-black .pull-right.btn.return-to-versions {color: #333333; text-decoration: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}.user-black section table,.user-black .modal-reader section table {background-color: #454545;}.user-black section table tbody + tbody,.user-black .modal-reader section table tbody + tbody {border-top: 2px solid #222222; border-left: 1px solid #222222; background: #333333;}.user-black section table tbody tr:nth-child(odd) td,.user-black .modal-reader section table tbody tr:nth-child(odd) td {background: #333333;}.lt-ie9 .user-black section table tbody tr td,.lt-ie9 .user-black .modal-reader section table tbody tr td {background: #333333;}.user-black .vid .abovebox,.user-black .modal-reader .abovebox {-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 253, 0.75), 0px -1px 0 rgba(255, 255, 253, 0.75), 0px 1px 2px rgba(255, 255, 253, 0.75); -moz-box-shadow: 0px 1px 1px rgba(255, 255, 253, 0.75), 0px -1px 0 rgba(255, 255, 253, 0.75), 0px 1px 2px rgba(255, 255, 253, 0.75); box-shadow: 0px 1px 1px rgba(255, 255, 253, 0.75), 0px -1px 0 rgba(255, 255, 253, 0.75), 0px 1px 2px rgba(255, 255, 253, 0.75); background: #000;}.user-black .vid .abovebox.widelist,.user-black .modal-reader .abovebox.widelist {-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 253, 0.75), 0px 1px 2px rgba(255, 255, 253, 0.75); -moz-box-shadow: 0px 1px 1px rgba(255, 255, 253, 0.75), 0px 1px 2px rgba(255, 255, 253, 0.75); box-shadow: 0px 1px 1px rgba(255, 255, 253, 0.75), 0px 1px 2px rgba(255, 255, 253, 0.75);}.user-black .vid table tbody tr:nth-child(odd) td,.user-black .modal-reader table tbody tr:nth-child(odd) td,.user-black .vid table tbody tr:nth-child(odd) th,.user-black .modal-reader table tbody tr:nth-child(odd) th {background-color: #000000;}.lt-ie9 .user-black .vid table tbody tr td,.lt-ie9 .user-black .modal-reader table tbody tr td,.lt-ie9 .user-black .vid table tbody tr th,.lt-ie9 .user-black .modal-reader table tbody tr th {background-color: #000000;}.user-black .vid table tbody tr:hover td,.user-black .modal-reader table tbody tr:hover td,.user-black .vid table tbody tr:hover th,.user-black .modal-reader table tbody tr:hover th {background-color: #0A0A0A;}.user-black .vid table #toc td,.user-black .modal-reader table #toc td {background-color: #000000;}.user-black .vid .rate-it,.user-black .modal-reader .rate-it {background: #000;}.user-black .vid .table th,.user-black .vid .table td,.user-black .modal-reader .table th,.user-black .modal-reader .table td {border-top: 1px solid #111111;}.user-black .vid .table tbody + tbody,.user-black .modal-reader .table tbody + tbody {border-top: 2px solid #222222;}.user-black .vid .table-bordered,.user-black .modal-reader .table-bordered {border: 1px solid #222222;}.user-black .vid .table-bordered th,.user-black .vid .table-bordered td,.user-black .modal-reader .table-bordered th,.user-black .modal-reader .table-bordered td {border-left: 1px solid #222222; background: #333333;}.user-black .vid .table-striped tbody tr:nth-child(odd) td,.user-black .vid .table-striped tbody tr:nth-child(odd) th,.user-black .modal-reader .table-striped tbody tr:nth-child(odd) td,.user-black .modal-reader .table-striped tbody tr:nth-child(odd) th {background-color: #454545;}.lt-ie9 .user-black .vid .table-striped tbody tr td,.lt-ie9 .user-black .vid .table-striped tbody tr th,.lt-ie9 .user-black .modal-reader .table-striped tbody tr td,.lt-ie9 .user-black .modal-reader .table-striped tbody tr th {background-color: #454545;}.user-black .vid .table tbody tr:hover td,.user-black .vid .table tbody tr:hover th,.user-black .vid section table tbody tr:hover td,.user-black .vid section table tbody tr:hover th,.user-black .modal-reader .table tbody tr:hover td,.user-black .modal-reader .table tbody tr:hover th,.user-black .modal-reader .section table tbody tr:hover td,.user-black .modal-reader .section table tbody tr:hover th {background-color: #2D2D2D;}.user-black .vid .navbar .navbar-inner {background-color: #3d4649; background-image: -moz-linear-gradient(top, #4e595e, #232a29); background-image: -ms-linear-gradient(top, #4e595e, #232a29); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e595e), to(#232a29)); background-image: -webkit-linear-gradient(top, #4e595e, #232a29); background-image: -o-linear-gradient(top, #4e595e, #232a29); background-image: linear-gradient(top, #4e595e, #232a29); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e595e', endColorstr='#232a29', GradientType=0); border-color: #101010;}.user-black .vid .navbar .navbar-inner a {color: #FFF;}.user-black .vid .navbar .navbar-inner .active a,.user-black .vid .navbar .navbar-inner .active a:hover {background: #495358; color: #9EB1C1;}.user-black .vid .navbar .nav li a:hover {color: #9EB1C1;}.user-black .vid .sidebar .navbar {border-color: #4a5458;}.user-black .vid .sidebar .navbar .navbar-inner {border-color: #212121;}.user-black .vid .sidebar .navbar .nav > li {border-color: #4a5458;}.user-black .view-options .btn.btn-mini {background-color: #5a6569; background-image: -moz-linear-gradient(top, #7e8d94, #232a29); background-image: -ms-linear-gradient(top, #7e8d94, #232a29); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7e8d94), to(#232a29)); background-image: -webkit-linear-gradient(top, #7e8d94, #232a29); background-image: -o-linear-gradient(top, #7e8d94, #232a29); background-image: linear-gradient(top, #7e8d94, #232a29); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e8d94', endColorstr='#232a29', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #94a0a6; -moz-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #94a0a6; box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #94a0a6; border: 1px solid #0c0e0e; color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}.user-black .view-options .btn.btn-mini:hover {background-color: #5a6569; background-image: -moz-linear-gradient(top, #7e8d94, #232a29); background-image: -ms-linear-gradient(top, #7e8d94, #232a29); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7e8d94), to(#232a29)); background-image: -webkit-linear-gradient(top, #7e8d94, #232a29); background-image: -o-linear-gradient(top, #7e8d94, #232a29); background-image: linear-gradient(top, #7e8d94, #232a29); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e8d94', endColorstr='#232a29', GradientType=0); -webkit-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #94a0a6; -moz-box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #94a0a6; box-shadow: 0px 1px 1px rgba(177, 185, 173, 0.25), inset 0px 2px 0px #94a0a6; border: 1px solid #0c0e0e; color: #FFF; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}.user-black .view-options .btn.btn-mini:active {background: #495358; -webkit-box-shadow: inset 0px 1px 3px #448392; -moz-box-shadow: inset 0px 1px 3px #448392; box-shadow: inset 0px 1px 3px #448392; border: 1px solid #285d28; color: #FFF;}.user-black .vid-notes .note-excerpt {color: #CCC;}.user-black .vid {margin-left: -23px; padding-left: 3px;}.user-black .vid,.user-black .vid ul.vid-toc .node a {background: #262e31; color: #888F94;}.user-black .vid .main,.user-black .modal-reader .main {background: #222; color: #e6ebec;}.user-black .vid .in-document,.user-black .modal-reader .in-document {border-color: #111;}.user-black .vid .text section h1,.user-black .modal-reader .text section h1,.user-black .vid .text section h2,.user-black .modal-reader .text section h2 {color: #CCC;}.user-black .vid .text .user-highlighted,.user-black .modal-reader .text .user-highlighted {background: #4e6369; color: #e6ebec;}.user-black .vid .text .highlighted,.user-black .modal-reader .text .highlighted,.user-black .vid .vid-title .highlighted,.user-black .modal-reader .vid-title .highlighted {color: #555; background: #FFA500;}.user-black .vid .text aside,.user-black .modal-reader .text aside {background: #262e31; color: #9EB1C1;}.user-black .vid .text aside + aside,.user-black .modal-reader .text aside + aside {border-top: 1px solid #3f4f55;}.user-black .vid .text a,.user-black .modal-reader .text a {color: #FFF; text-decoration: underline;}.user-black .vid .text a.btn,.user-black .modal-reader .text a.btn {background-color: #030405; background-image: -moz-linear-gradient(top, #000000, #08090d); background-image: -ms-linear-gradient(top, #000000, #08090d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#08090d)); background-image: -webkit-linear-gradient(top, #000000, #08090d); background-image: -o-linear-gradient(top, #000000, #08090d); background-image: linear-gradient(top, #000000, #08090d); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#08090d', GradientType=0); line-height: 19px;}.user-black .vid .text .popover-content,.user-black .modal-reader .text .popover-content {background: #888F94;}.user-black .vid .vid-title-wrap,.user-black .modal-reader .vid-title-wrap {background: #222; color: #e6ebec; border-bottom: 1px solid #414749; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}.user-black .vid .vid-title-wrap .action,.user-black .modal-reader .vid-title-wrap .action,.user-black .vid .vid-title-wrap .action .dropdown-toggle,.user-black .modal-reader .vid-title-wrap .action .dropdown-toggle {color: #6c747c;}.user-black .vid .vid-title-wrap .active,.user-black .modal-reader .vid-title-wrap .active {color: #127CC1;}.user-black .vid ul.vid-toc .node.viewing,.user-black .modal-reader ul.vid-toc .node.viewing {background: #222; -webkit-box-shadow: 1px 1px 1px rgba(20, 20, 20, 0.65); -moz-box-shadow: 1px 1px 1px rgba(20, 20, 20, 0.65); box-shadow: 1px 1px 1px rgba(20, 20, 20, 0.65);}.user-black .vid ul.vid-toc .node.viewing a,.user-black .modal-reader ul.vid-toc .node.viewing a {color: #e6ebec;}.user-black .vid .vid-notes .highlight-excerpt,.user-black .modal-reader .vid-notes .highlight-excerpt {color: #888F94;}.user-black .vid .search-query,.user-black .modal-reader .search-query {background: #bfc6ce; border-color: #e6ebec; color: #333333;}.user-black .vid .search-query:focus,.user-black .modal-reader .search-query:focus {background: #e6ebec; border-color: #111;}.user-black .vid .abstract-metadata-table .abstract-row:nth-child(2n),.user-black .modal-reader .abstract-metadata-table .abstract-row:nth-child(2n) {background: black;}.lt-ie9 .user-black .vid .abstract-metadata-table .abstract-row,.lt-ie9 .user-black .modal-reader .abstract-metadata-table .abstract-row {background: black;}.user-black .vid .abstract-text,.user-black .modal-reader .abstract-text {background: black;}.text_options .modal-body {background-color: #262e31;}.change-text-wrapper {height: 350px; width: 350px; margin: auto;}.change-text-footer {background-color: #3d3d3c; height: 50px;}#text-preview {background-color: white; margin-top: 25px; padding: 1em; height: 90px; border: 2px solid #000; color: #333; overflow: hidden; font-family: Baskerville; font-size: 18px; line-height: 21px;}#text-preview.black {background: #222; color: #e6ebec;}#text-preview.both {text-align: justify;}.size-row ul li {float: left; margin-left: 38px; width: 80px; height: 25px;}.size-row ul li:first-child {margin-left: 0px;}.size-row ul,.margin-row ul {list-style: none; margin: 0px 0px 0px 34px;}.color-row ul {overflow: hidden; list-style: none; margin: 0px 0px 0px 15px;}.margin-row ul li {float: left; margin-left: 40px;}.margin-row ul li:first-child,.color-row ul li:first-child {margin-left: 0px;}.color-row ul li {float: left; margin-top: 5px; margin-left: 13px;}.size-row,.color-row,.margin-row {margin: 20px 0 0;}.cwhite,.csepia,.cblack {height: 30px; width: 150px; border-radius: 8px; text-align: center; float: left; padding-top: 15px;}.cwhite {background-color: #f4f4f3; color: #000; border: 2px solid #fff;}.csepia {background-color: #dad8bf; color: #747046; border: 2px solid #dad8bf;}.cblack {color: #fff; background-color: #000; border: 2px solid #000;}.cwhite:hover,.csepia:hover,.cblack:hover {text-decoration: none;}.csepia:hover {color: #747046;}.cblack:hover {color: #fff;}.cwhite:hover {color: #000;}.whitetext {color: #fff;}.blacktext {color: black;}.s14,.s14 .text-option p,.textsize.s14.whitetext,.textsize.s14.blacktext {font-size: 15px !important; line-height: 19px;}.s16,.s16 .text-option p,.textsize.s16.whitetext,.textsize.s16.blacktext {font-size: 18px !important; line-height: 22px;}.s20,.s20 .text-option p,.textsize.s20.whitetext,.textsize.s20.blacktext {font-size: 22px !important; line-height: 28px;}.textsize {font-family: Baskerville; overflow: hidden;}.justify {margin-left: 70px;}#both {text-align: center;}#left {text-align: center;}.pw600 {width: 180px !important;}.pw650 {width: 220px !important;}.pw700 {width: 240px !important;}.pw850 {width: 260px !important;}.pw1000 {width: 300px !important;}.w600 .text-option {width: 600px !important; padding: 0px 50px !important;}.w650 .text-option {width: 650px !important; padding: 0px 40px !important;}.w850 .text-option {width: 960px !important; padding: 0px 20px !important;}.w1000 .text-option {width: 100% !important; padding: 0px 10px !important;}.user-sepia {background: #dad8bf!important; color: #747046!important;}.user-s14 .text p,.user-s14 .text li {font-size: 15px; line-height: 19px;}.user-s20 .text p,.user-s20 .text li {font-size: 22px; line-height: 28px;}.ouwnlabel {padding: 1px 4px 2px; font-size: 10.998px; font-weight: bold; line-height: 13px; color: #999; vertical-align: middle; white-space: nowrap;}.dotactive {background: url("../img/dot.png") no-repeat; position: absolute; margin: 0% 0 0 1%; width: 6px; height: 6px; display: block;}.dot1active {background: url("../img/dot.png") no-repeat; position: absolute; margin: 1.2% 0 0 1.5%; width: 6px; height: 6px; display: block;}.dot2active {background: url("../img/dot.png") no-repeat; position: absolute !important; margin: 9% 0 0 75px !important; width: 6px; height: 6px; display: block;}.dot3active {background: url("../img/dot.png") no-repeat; position: absolute !important; margin: 1% 0 0 90px !important; width: 6px; height: 6px; display: block;}#html_pdf_viewer {left: 70px; margin-right: 70px; width: 93%; height: 100%; position: fixed; top: 127px;}.promoted-wrapper {padding: 20px; margin-top: -4px;}.results-list .document-promoted + .document-promoted {padding-top: 0;}.results-list .document-promoted {position: relative; padding: 20px; background: #f2f5f6;}.results-list .document-promoted:hover {background: #f2f5f6;}.results-list .document-promoted + .document-promoted {box-shadow: none; padding-top: 0;}.results-list .document-promoted + .document-promoted:after {display: none;}.results-list .document-promoted + .document-promoted .list-item-content {margin-right: 70px;}.results-list .document-promoted .item-actions,.results-list .document-promoted .excerpt {display: none;}.results-list .document-promoted .list-item-content .resultoop {font-weight: normal; font-size: 14px;}@media (max-width: 767px) {.responsive-allowed .results-list .document-promoted {padding-bottom: 10px !important; min-height: 30px !important;}}@media (max-width: 767px) {.responsive-allowed .results-list .document-promoted + .document-promoted .list-item-content {margin-right: 20px; min-height: 30px !important;}}@media (max-width: 767px) {.responsive-allowed .results-list .document-promoted .list-item-content {margin-right: 20px; min-height: 30px !important;}}@media (max-width: 767px) {.responsive-allowed .results-list .document-promoted .list-item-content .result {font-size: 12px;}}@media (max-width: 767px) {.responsive-allowed .results-list .document-promoted .list-item-content .resultoop {font-size: 12px;}}.document-promoted-title {float: right; position: inherit; margin-right: -75px; margin-top: -5px; display: block; padding-left: 25px; padding-bottom: 0px; text-transform: uppercase; font-weight: bold; font-size: 11px; color: #bcc4c6;}@media (max-width: 767px) {.responsive-allowed .document-promoted-title {position: static; display: block; margin-bottom: 10px; margin-right: 0px;}}@media (max-width: 1235px) {.responsive-allowed .abstract-metadata-intro {width: 502px;}}@media (max-width: 979px) {.responsive-allowed .vid.scrolled, .responsive-allowed .vid.force-scrolled {width: 100%; overflow: hidden;} .responsive-allowed .vid.scrolled .main-document.span9, .responsive-allowed .vid.force-scrolled .main-document.span9 {float: left; margin-left: 0; width: 100%; -webkit-transition: margin 1000ms ease; -moz-transition: margin 1000ms ease; -ms-transition: margin 1000ms ease; -o-transition: margin 1000ms ease; transition: margin 1000ms ease;} .responsive-allowed .vid.scrolled.sidebar-toggled .main-document.span9, .responsive-allowed .vid.force-scrolled.sidebar-toggled .main-document.span9 {margin-left: -315px;} .responsive-allowed .vid.scrolled .sidebar.span3, .responsive-allowed .vid.force-scrolled .sidebar.span3 {margin-top: 50px; float: right; margin-right: -450px; width: 300px; -webkit-transition: margin 1000ms ease; -moz-transition: margin 1000ms ease; -ms-transition: margin 1000ms ease; -o-transition: margin 1000ms ease; transition: margin 1000ms ease;} .responsive-allowed .vid.scrolled.sidebar-toggled .sidebar.span3, .responsive-allowed .vid.force-scrolled.sidebar-toggled .sidebar.span3 {margin-right: -5px;} .responsive-allowed .vid.scrolled .vid-title-wrap, .responsive-allowed .vid.force-scrolled .vid-title-wrap {width: 100%;} .responsive-allowed .vid.scrolled .vid-title-wrap .btn-toolbar, .responsive-allowed .vid.force-scrolled .vid-title-wrap .btn-toolbar {position: static;} .responsive-allowed .vid.scrolled .sidebar .navbar, .responsive-allowed .vid.force-scrolled .sidebar .navbar {left: 100%;} .responsive-allowed .vid.scrolled .view-options, .responsive-allowed .vid.force-scrolled .view-options {left: auto; right: 89px;} .responsive-allowed .vid.scrolled .toggle-sidebar-wrap, .responsive-allowed .vid.force-scrolled .toggle-sidebar-wrap {display: block !important; position: absolute; top: 10px;} .responsive-allowed .vid.scrolled .toggle-sidebar-wrap .toggle-sidebar, .responsive-allowed .vid.force-scrolled .toggle-sidebar-wrap .toggle-sidebar {padding: 9px 10px 6px 10px; background: #E9E8E6; color: #FFF;}}@media (max-width: 979px) {.responsive-allowed .main-document {padding-top: 0 !important;} .responsive-allowed .main-document .in-document {margin-top: 0;} .responsive-allowed .vid-title-wrap .btn-toolbar {margin: 0 0 10px; position: static;} .responsive-allowed .view-options {top: 22px; right: 0;} .responsive-allowed .content {padding: 0;} .responsive-allowed .vid.scrolled, .responsive-allowed .vid.force-scrolled {width: 100%; overflow: hidden;} .responsive-allowed .vid.scrolled .navbar, .responsive-allowed .vid.force-scrolled .navbar {left: 0;} .responsive-allowed .vid.scrolled .navbar .navbar-inner, .responsive-allowed .vid.force-scrolled .navbar .navbar-inner {border-left: 0; border-right: 0; overflow: visible;} .responsive-allowed .vid.scrolled .navbar .navbar-inner .view-options, .responsive-allowed .vid.force-scrolled .navbar .navbar-inner .view-options {right: 10px;} .responsive-allowed .vid.scrolled .navbar .nav > li, .responsive-allowed .vid.force-scrolled .navbar .nav > li {float: left;} .responsive-allowed .vid.scrolled .main-document.span9, .responsive-allowed .vid.force-scrolled .main-document.span9 {float: left; margin-left: 0; width: 99%; -webkit-transition: margin 1000ms ease; -moz-transition: margin 1000ms ease; -ms-transition: margin 1000ms ease; -o-transition: margin 1000ms ease; transition: margin 1000ms ease;} .responsive-allowed .vid.scrolled.sidebar-toggled .main-document.span9, .responsive-allowed .vid.force-scrolled.sidebar-toggled .main-document.span9 {margin-left: -100%;} .responsive-allowed .vid.scrolled .sidebar.span3, .responsive-allowed .vid.force-scrolled .sidebar.span3 {float: right; margin-right: -99%; width: 100%; -webkit-transition: margin 1000ms ease; -moz-transition: margin 1000ms ease; -ms-transition: margin 1000ms ease; -o-transition: margin 1000ms ease; transition: margin 1000ms ease;} .responsive-allowed .vid.scrolled.sidebar-toggled .sidebar.span3, .responsive-allowed .vid.force-scrolled.sidebar-toggled .sidebar.span3 {margin-right: 0;} .responsive-allowed .vid.scrolled #phone-nav, .responsive-allowed .vid.force-scrolled #phone-nav {display: inline-block; margin: 5px 20px;} .responsive-allowed .vid.scrolled #phone-nav .btn, .responsive-allowed .vid.force-scrolled #phone-nav .btn {padding: 3px 8px 4px;} .responsive-allowed .vid.scrolled .nav-tabs-phone, .responsive-allowed .vid.force-scrolled .nav-tabs-phone {position: fixed; background-color: #f7f3f0; background-image: -moz-linear-gradient(top, #fcf9f6, #efebe6); background-image: -ms-linear-gradient(top, #fcf9f6, #efebe6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf9f6), to(#efebe6)); background-image: -webkit-linear-gradient(top, #fcf9f6, #efebe6); background-image: -o-linear-gradient(top, #fcf9f6, #efebe6); background-image: linear-gradient(top, #fcf9f6, #efebe6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf9f6', endColorstr='#efebe6', GradientType=0); -webkit-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); -moz-box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); box-shadow: 0 1px 0 rgba(53, 53, 38, 0.1), 0 1px 7px rgba(53, 53, 38, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; z-index: 99; width: 100%; left: 0; top: 0; padding: 10px 20px; border-top: 0; height: 51px;} .responsive-allowed .vid.scrolled .view-options, .responsive-allowed .vid.force-scrolled .view-options {position: relative; float: right; left: auto; right: auto; top: 9px;} .responsive-allowed .vid.scrolled .vid-title-wrap, .responsive-allowed .vid.force-scrolled .vid-title-wrap {-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; width: 100%; z-index: 90;} .responsive-allowed .vid.scrolled .toggle-sidebar-wrap, .responsive-allowed .vid.force-scrolled .toggle-sidebar-wrap {position: fixed; right: 0; top: 100px;} .responsive-allowed .vid.scrolled .toggle-sidebar-wrap .toggle-sidebar, .responsive-allowed .vid.force-scrolled .toggle-sidebar-wrap .toggle-sidebar {padding: 9px 10px 6px 10px; background: #E9E8E6; color: #FFF;} .responsive-allowed .vid.scrolled .content, .responsive-allowed .vid.force-scrolled .content {margin-top: 90px;} .responsive-allowed .vid.scrolled .sidebar, .responsive-allowed .vid.force-scrolled .sidebar {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 110px 20px 0;} .responsive-allowed .vid.scrolled .sidebar .navbar, .responsive-allowed .vid.force-scrolled .sidebar .navbar {-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; left: 772px; width: 240px; border-left: 1px solid #EFEBE6;} .responsive-allowed .vid.scrolled .sidebar .navbar .navbar-inner, .responsive-allowed .vid.force-scrolled .sidebar .navbar .navbar-inner {background: 0; border: 0; border-left: 1px solid #FEFEFD; padding-left: 20px;} .responsive-allowed .vid.scrolled .sidebar .navbar .navbar-inner a, .responsive-allowed .vid.force-scrolled .sidebar .navbar .navbar-inner a {padding: 9px 0 9px;} .responsive-allowed .vid.scrolled .sidebar .navbar .navbar-inner .active a, .responsive-allowed .vid.force-scrolled .sidebar .navbar .navbar-inner .active a {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;} .responsive-allowed .abstract-metadata-access {float: none; width: auto; text-align: center;} .responsive-allowed .abstract-metadata-intro {display: none;}}@media (min-width: 979px) {.responsive-allowed .toggle-sidebar-wrap {right: 70px;}}@media (min-width: 767px) and (max-width: 979px) {.responsive-allowed .vid.force-scrolled .vid-title-wrap, .responsive-allowed .vid.scrolled .vid-title-wrap {padding-right: 100px; box-sizing: border-box; padding-left: 20px;}}.version-info {margin-bottom: 25px !important;}.version-info ul {margin-top: 5px;}.version-info ul li {font-size: 13px; font-weight: bold;}.nowrap {display: inline-block;}.modal-reader #original-text.span4 {margin: 0; width: 46%;}.modal-reader #translated-text.span4 {margin: 0 0 0 8%; width: 46%;}.text .alert,.text .alert p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;}.preview_fadeout {position: absolute; bottom: -2em; width: 100%; height: 15em; background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%); background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%); background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%); background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%); background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);}.advanced-search {padding-bottom: 40px;}.advanced-search label.checkbox--checkton {margin-bottom: 12px;}.advanced-search .checkbox--checkton:first-child span {margin-left: 0;}.advanced-search .checkbox--checkton span {margin-left: 5px;}.advanced-search .box-title {font-size: 24px; font-weight: bold; padding: 20px;}.advanced-search .list-item {padding-right: 20px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}.advanced-search .control-group {position: relative;}.advanced-search input[type=text],.advanced-search select {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; min-height: 32px; vertical-align: top;}.advanced-search .btn-help-select2 {position: absolute; right: 0; top: 5px; color: #6C6966; pointer-events: none;}.advanced-search input.date[type=text] {width: 8em;}.advanced-search .mode {margin-right: 6px;}.advanced-search .sidebar {padding-top: 20px;}.advanced-search .popover-inner {width: 600px;}.filters .filters-alerts {margin-left: 160px;}@media (max-width: 979px) {.responsive-allowed .advanced-search .box-title {padding: 20px 0;} .responsive-allowed .advanced-search .list-item {padding: 0 10px;} .responsive-allowed .advanced-search input[type=text] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 32px; vertical-align: top;} .responsive-allowed .advanced-search input.date[type=text] {width: 8em;} .responsive-allowed .advanced-search .mode {margin-right: 6px;} .responsive-allowed .advanced-search .sidebar {padding-top: 20px;}}.ancestors {*zoom: 1;}.ancestors:before,.ancestors:after {display: table; content: "";}.ancestors:after {clear: both;}.directory h2.current-issue {text-align: center; font-variant: small-caps; margin-bottom: 1em;}.directory .ancestors {border-bottom: 1px solid #E9E8E6; margin: 5px 20px 0; padding-bottom: 6px; margin-bottom: 20px; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;}.directory .ancestors:last-child {border-bottom: 0;}.directory .ancestors .ancestor,.directory .ancestors .title {line-height: 24px; display: inline;}.directory .ancestors .ancestor {font-size: 16px; font-weight: normal;}.directory .ancestors > ul {padding-left: 15px;}.directory .ancestors > ul ul {padding-left: 15px;}.directory .ancestors > ul li:before {content: "\f061"; font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; vertical-align: middle; position: relative; bottom: 3px; right: 2px; color: #9EB1C1;}.directory .ancestors > ul li {vertical-align: middle; padding-left: 2px; display: inline-block;}.directory .ancestors .all {font-weight: normal; margin-left: 6px;}.directory .highlighted_block + .highlighted_block {margin-top: -5px; background: inherit; -webkit-box-shadow: 0px 3px 3px rgba(187, 180, 173, 0.25); -moz-box-shadow: 0px 3px 3px rgba(187, 180, 173, 0.25); box-shadow: 0px 3px 3px rgba(187, 180, 173, 0.25);}.directory .highlighted_block + .highlighted_block .with_children {background: none; border: 0;}.directory .highlighted_block {background-color: #ededec; background-image: -moz-linear-gradient(top, #e1e1e0, #fff); background-image: -ms-linear-gradient(top, #e1e1e0, #fff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e0), to(#fff)); background-image: -webkit-linear-gradient(top, #e1e1e0, #fff); background-image: -o-linear-gradient(top, #e1e1e0, #fff); background-image: linear-gradient(top, #e1e1e0, #fff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e0', endColorstr='#fff', GradientType=0); margin: 10px 20px 0; padding: 1px 1px 0; -webkit-box-shadow: 0px -1px 3px rgba(187, 180, 173, 0.25); -moz-box-shadow: 0px -1px 3px rgba(187, 180, 173, 0.25); box-shadow: 0px -1px 3px rgba(187, 180, 173, 0.25);}.directory .highlighted_block .directory-columns {background: #fff; padding-top: 0;}.directory .highlighted_block .with_line a {background-color: #fff;}.directory .highlighted_block .with_children {position: relative; background-color: #effaff; background-image: -moz-linear-gradient(top, #E4F6FF, #fff); background-image: -ms-linear-gradient(top, #E4F6FF, #fff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E4F6FF), to(#fff)); background-image: -webkit-linear-gradient(top, #E4F6FF, #fff); background-image: -o-linear-gradient(top, #E4F6FF, #fff); background-image: linear-gradient(top, #E4F6FF, #fff); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4F6FF', endColorstr='#fff', GradientType=0); padding: 15px 0; border-top: 1px solid #A7DDF7;}.directory .highlighted_block .with_children:after {content: ''; position: absolute; right: 4px; top: 4px; border: 6px solid #A7DDF7; border-left-color: transparent; border-bottom-color: transparent;}.directory .highlighted_block .with_line a {background-color: #fff;}.directory .with_children {text-align: center; font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif;}.directory .with_children .pull-right {font-weight: normal; float: none; margin-left: 6px;}.directory .with_line {border-bottom: 1px dotted #9EB1C1; margin: 0 20px 6px; position: relative;}.directory .with_line a,.directory .with_line .count,.directory .with_line .author {background: #FFF;}.directory .with_line a,.directory .with_line .author {display: inline; position: relative; top: 3px; padding-right: 4px; margin-right: 1px;}.directory .with_line .author {font-style: italic; text-decoration: none; color: #9EB1C1; padding-left: 0.5em; margin-left: -5px;}.directory .with_line .count {background: #FFF; position: absolute; padding: 0; padding-left: 4px; bottom: -4px; right: 0; font-family: 'Baskerville', 'Crimson Text', 'Palatyno', Times, sans-serif; -webkit-font-feature-settings: "onum"; color: #9EB1C1;}.directory .list-item {min-height: 120px;}.directory-main {padding: 10px 0 0;}@media (min-width: 979px) {.responsive-allowed .directory-main {min-height: 440px;}}.directory-columns {padding: 10px 0 30px;}.directory-column {width: 50%; float: left;}.directory .sidebar {padding-top: 60px;}@media (max-width: 979px) {.responsive-allowed .directory-columns {padding: 10px 0 30px;} .responsive-allowed .directory-column {width: 100%; float: none;}}@media (max-width: 767px) {.responsive-allowed .directory .sidebar {position: relative; top: 0; bottom: 0;}}.directory-main-index .with_children {text-align: left; padding: 0 20px; line-height: 32px; font-size: 24px;}.directory-main-index .index_block {padding-top: 20px; -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 -3px 0 rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 -3px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 -3px 0 rgba(0, 0, 0, 0.03); background-position: right bottom; background-repeat: no-repeat;}.directory-main-index .index_block:first-of-type {padding-top: 0; box-shadow: none;}.directory-main-index .directory-columns {padding-bottom: 20px;}.directory-main-index .with_line {padding-bottom: 5px; margin-bottom: 4px; border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.directory-main-index .with_line .count,.directory-main-index .with_line a {background: none; bottom: 0;}.directory-main-index .highlighted_block {margin-left: 0; margin-right: 0; margin-top: 0; padding-top: 0;}.directory-main-index .highlighted_block .with_children {padding: 25px 20px 15px;}.directory-main-index .highlighted_block + .highlighted_block .with_children {padding-top: 5px;}.directory-main-index .highlighted_block + .highlighted_block .with_children:after {display: none;}.lt-ie9 .directory-main-index .index_block {border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CECECE;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .directory-main-index .index_block {-webkit-background-size: 120px; -moz-background-size: 120px; -o-background-size: 120px; background-size: 120px;}}.index_block_legislacion {background: url(../img/directory-icons/legislacion.png);}.index_block_boletines {background: url(../img/directory-icons/boletines.png);}.index_block_jurisprudencia {background: url(../img/directory-icons/jurisprudencia.png);}.index_block_libros {background: url(../img/directory-icons/libros.png);}.index_block_contratos {background: url(../img/directory-icons/contratos.png);}.index_block_global {background: url(../img/directory-icons/global.png);}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .index_block_legislacion {background-image: url(../img/directory-icons/legislacion@2x.png);} .responsive-allowed .index_block_boletines {background-image: url(../img/directory-icons/boletines@2x.png);} .responsive-allowed .index_block_jurisprudencia {background-image: url(../img/directory-icons/jurisprudencia@2x.png);} .responsive-allowed .index_block_libros {background-image: url(../img/directory-icons/libros@2x.png);} .responsive-allowed .index_block_contratos {background-image: url(../img/directory-icons/contratos@2x.png);} .responsive-allowed .index_block_global {background-image: url(../img/directory-icons/global@2x.png); -webkit-background-size: 180px !important; -moz-background-size: 180px !important; -o-background-size: 180px !important; background-size: 180px !important;}}.folders td.star a {color: #EAEBF0; font-size: 16px;}.folders td.star a:hover {color: #127CC1; text-decoration: none;}.folders td.star a.active {color: #333333;}.folders td.title .icon-refresh,.folders td.title .icon-exclamation-sign {color: #9d261d; font-size: 16px;}.folders td.title a {font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 1.2;}.folders td.title.unsynced a {color: #9d261d;}.folders td,.folders th {padding: 10px;}.folders .type i {margin-right: 4px;}.folders .type i:before {display: inline;}.folders .sidebar {padding-top: 63px;}.folders .folders-list {padding-left: 10px; margin-bottom: 10px;}.folders .folders-list .folders-list {margin-bottom: 0; padding-left: 20px;}.folders .sidebar_folder {line-height: 5px;}.folders .sidebar_folder .icon-folder-close,.folders .sidebar_folder .icon-folder-open {color: #EAEBF0;}.folders .sidebar_folder > .node > a {color: #333333;}.folders .sidebar_folder .dropdown.open .dropdown-toggle {background: transparent;}.folders .sidebar-helpers > .node {font-size: 16px; margin-bottom: 10px;}.folders .sidebar-helpers > .node i {margin-right: 4px; color: #127CC1;}.folders .node {display: inline-block; padding: 0px 5px; margin-left: -5px;}.folders .node.hover .title,.folders .node #all_folders_title.hover .title,.folders .node #shared_folders_title.hover .title {text-decoration: underline;}.folders .node.selected {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #617A86; color: #FFF;}.folders .node.selected .icon-folder-open,.folders .node.selected .icon-folder-close {color: white;}.folders .node.selected:hover {background: #617A86; color: #FFF; cursor: default;}.folders .node.selected:hover .title {text-decoration: none;}.folders .node .title {line-height: 20px; text-overflow: ellipsis; overflow: hidden; max-width: 128px; display: inline-block; vertical-align: middle; white-space: nowrap;}.folders .node .folders-list.children .title {max-width: 108px;}.folders .node .folders-list.children .folders-list.children .title {max-width: 88px;}.folders .node .toggle {color: black;}.icon-star.active {color: black;}.icon-star {cursor: pointer;}.title label {display: inline;}.source-toolbar {display: inline !important;}.source-toolbar .btn-toolbar {background: none; border: none; vertical-align: baseline;}.folders-toolbar {display: inline;}@media (max-width: 979px) {.responsive-allowed .folders .folder-items-header {margin-top: 10px;} .responsive-allowed .folders .folder-items-header .pull-right {float: right;} .responsive-allowed .folders .folder-items-header .page-title-wrap {float: left;}}.unstyled.folders-list.children {margin-left: 0px !important;}.sidebar_folder .node.hover,#all_folders_title.hover,#shared_folders_title.hover {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #DDD;}#all_folders_title,#shared_folders_title {padding: 3px; padding-right: 5px; border: 1px solid transparent;}#all_folders_title.selected,#shared_folders_title.selected {-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #617A86; color: #FFF;}.foldered {cursor: pointer; font-size: 11px; background: #FDFCDC; padding: 2px; margin-left: 4px;}.deleted-folder {cursor: default; font-size: 11px; background: #EEE; padding: 2px; margin-left: 4px;}.move a,.move a:hover {text-decoration: none;}@media (max-width: 1235px) {.responsive-allowed .my_folders .node .title {max-width: 85px;} .responsive-allowed .my_folders .node + .folders-list.children .title {max-width: 65px;} .responsive-allowed .my_folders .node + .folders-list.children .folders-list.children .title {max-width: 45px;}}@media (max-width: 979px) {.responsive-allowed .my_folders .node .title {max-width: 25px;} .responsive-allowed .my_folders .node + .folders-list.children .title {max-width: 25px;} .responsive-allowed .my_folders .node + .folders-list.children .folders-list.children .title {max-width: 25px;}}@media (max-width: 979px) {.responsive-allowed .my_folders .node .title {max-width: 260px;} .responsive-allowed .my_folders .node + .folders-list.children .title {max-width: 240px;} .responsive-allowed .my_folders .node + .folders-list.children .folders-list.children .title {max-width: 220px;}}@media (max-width: 360px) {.responsive-allowed .my_folders .node .title {max-width: 180px;} .responsive-allowed .my_folders .node + .folders-list.children .title {max-width: 160px;} .responsive-allowed .my_folders .node + .folders-list.children .folders-list.children .title {max-width: 140px;}}.pending-number {font-size: 11px; color: white; background-color: #f92903; padding: 0 4px; border-radius: 8px; border-color: white; border: 2px solid white; position: relative; margin-left: -10px;}.history #events_count {width: 65%;}.history td.star a {color: #EAEBF0; font-size: 16px;}.history td.star a:hover {color: #127CC1; text-decoration: none;}.history td.star a.active {color: #333333;}.history td.title {font-family: 'PT Sans Narrow', 'Helvetica Neue', Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 1.2;}.history .type i {margin-right: 4px;}.history .type i:before {display: inline;}.history .sidebar {padding-top: 36px;}.history .filter {background: white; color: #6c6966; box-shadow: 0px 0px 1px #6c6966; border-radius: 4px; margin: 3px 5px 0 0; display: block-inline; font-weight: normal; padding: 2px 4px 3px 4px; text-decoration: none;}.history .badge {-webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; background-color: #B2C5C9; text-shadow: 0 1px 1px #666; text-shadow: 0 1px 1px rgba(7, 28, 40, 0.2);}.history .badge:hover {background-color: #127CC1; text-shadow: 0 1px 2px #000; text-shadow: 0 1px 2px rgba(7, 28, 40, 0.8);}@media (max-width: 979px) {.responsive-allowed .page.history .page-title-wrap, .responsive-allowed .history .page-title-wrap {padding-top: 1.5em;} .responsive-allowed .page.history .events-list > thead, .responsive-allowed .history .events-list > thead {display: none;} .responsive-allowed .page.history .events-list > tbody td ~ td, .responsive-allowed .history .events-list > tbody td ~ td {display: none;} .responsive-allowed .alert {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}}.toggle-notes {position: relative; top: 20px; color: #333333;}.toggle-notes:hover {text-decoration: none; color: black;}.toggle-notes .icon-minus {display: none;}.notes-toggled .toggle-notes {color: #eaebf0;}.notes-toggled .toggle-notes .icon-minus {display: block;}.notes-toggled .toggle-notes .icon-plus {display: none;}.notes-list {background: #F9FBFC; list-style-position: inside; margin: 10px -20px -20px -12px; position: relative; border-top: 1px solid #DEDEDB; display: none;}.notes-list .note-item {padding: 20px; padding-right: 70px; position: relative; border-top: 1px solid #E9E8E6;}.notes-list .note-item:first-child {border-top: 0;}.notes-list .note-content + .highlight-excerpt {margin-top: 1em;}.notes-list .highlight-excerpt {font-family: 'Baskerville', 'Crimson Text', 'Palatyno', Times, sans-serif;}.notes-list .note-actions {position: absolute; top: 0; right: 0; padding: 20px;}.notes-list .note-actions a {color: #9EB1C1; font-size: 16px;}.notes-list .note-actions a:hover {color: #127CC1;}.notes-toggled .notes-list {display: block;}.list-item-content {min-height: 70px;}@media (max-width: 979px) {.responsive-allowed .results-list .list-item {padding: 10px 0 20px 62px;} .responsive-allowed .notes-list {margin: 10px 0 -20px -62px;}}.notes-list .note-item {padding: 20px 70px 0px 20px; border: 0;}.notes-list .note-item:last-child {padding-bottom: 20px;}.abovebox.note-content {cursor: pointer; display: inline-block; padding: 5px 18px; max-width: 90%; min-width: 200px; border-radius: 0; margin-bottom: 0; background: white;}.notes-list .note-actions {text-align: center; width: 48px; padding: 20px 16px;}.notes-list .note-actions .icon-trash {color: #9196b0;}.search-alerts .page-title-wrap {margin-bottom: 10px;}.search-alerts .vid-title-wrap {display: inline;}.search-alerts .action i {font-size: 1.3em;}select#enviar_siempre {width: auto;}.search-alert .help-block {margin-top: 5px;}.search-alert .filter {background: #666; color: white; box-shadow: 0px 0px 1px #6c6966; border-radius: 4px; margin: 3px 5px 0 0; display: block-inline; font-weight: normal; padding: 2px 4px 3px 4px; text-decoration: none;}#legend {list-style: none; display: block; width: auto; text-align: center;}#legend li {height: 1.2em; padding-left: 15px; margin-bottom: 4px; display: inline-block;}.prev_version {background-color: #fcc;}.last_version {background-color: #9f9;}.categoryName {display: block; padding-left: 4px; padding-right: 20px; background-color: #ffffff;}.diff ul {margin-left: 0; font-family: Helvetica, Arial; background: #fff; overflow: auto; font-size: 13px; list-style: none; padding: 0; display: table; width: 100%;}.diff del,.diff ins {display: block; text-decoration: none;}.diff li {padding: 0; display: table-row; margin: 0; height: 1em;}.diff li.ins {background: #dfd;}.diff li.del {background: #fee;}.diff del,.diff ins,.diff span {font-family: 'Baskerville', 'Crimson Text', 'Palatyno', Times, sans-serif; margin: 0.5em 2em; font-size: 18px; line-height: 24px; display: block;}.diff del strong {text-decoration: line-through; font-weight: normal; background: #fcc;}.diff ins strong {background: #BDB; font-weight: normal;}.diff li.diff-comment {display: none;}.diff li.diff-block-info {display: none; background: none repeat scroll 0 0 gray;}.diff .comment {width: 92%; border: 1pt solid #DAD8D5; margin: 1px 0px; padding: 5px 23px; font-size: 90%; line-height: 1.4em; font-style: italic; font-family: Helvetica, Arial;}table.citations_table {width: 100%;}tr.header {background-color: #CAC5C5;}tr.header td:first-child {padding: 10px; width: 40%;}tr.parent_item {border-top: 1px solid #D7CDCD; background-color: #E4DEDE; height: 30px;}tr.parent_item span {padding-left: 25px;}tr.parent_item td {padding-left: 3px;}tr.item {border-top: 1px solid gainsboro; height: 30px;}tr.item:hover td:first-child {width: 2px; padding-left: 0px; background: #7E7F7E;}tr.item td:not(:first-child) {padding-left: 15px;}tr.separation_item {height: 1px;}td.badge_col {vertical-align: top; padding-top: 10px;}td.item_warns {vertical-align: top;}div.item_title {width: 97px; float: left; padding-top: 6px;}.timeframe {position: absolute; padding-top: 13px; padding-left: 24px;}.status_badge_repealed {margin-right: 5px; color: white; font-weight: bold; padding-left: 3px; background-color: #9D261D; width: 65px; height: 17px; display: -webkit-inline-box; border-radius: 3px; padding-bottom: 2px; margin-bottom: -2px;}.my_badge {float: left; position: relative; width: 17px; height: 18px; border-radius: 3px; padding-top: 2px; padding-left: 5px;}.my_badge.on_force {background-color: #46A546;}.my_badge.modified {background-color: #F89406;}.my_badge.vacatio {background-color: #ECE627;}.my_badge.vacatio_notscope {background-color: #ECE627;}.my_badge.repealed {color: white; background-color: #9D261D;}.label_badge {border-radius: 3px; padding: 3px; margin-right: 8px; margin-top: 5px; margin-bottom: 5px;}.label_badge.on_force {background-color: #46A546;}.label_badge.modified {background-color: #F89406;}.label_badge.vacatio {background-color: #ECE627;}.label_badge.vacatio_notscope {background-color: #ECE627;}.label_badge.repealed {color: white; background-color: #9D261D;}.node_text_popup {float: left; position: relative; left: 15px; top: 0px; font-size: 21px; background-color: #A1DAD5; width: 38px; height: 18px; border-radius: 3px; padding-top: 1px; padding-bottom: 1px; padding-left: 25px;}.btn.range {padding: 3px 5px 5px;}.info-link {font-weight: bold; margin-left: 6px;}.iter_item {width: 55%; float: left; background-color: ivory; padding: 5px 6px; border-radius: 8px; margin-top: 3px; margin-bottom: 3px;}.center-follow:focus {outline: none;}.row.vlex-center .compact a {color: #4C92CC;}.row.vlex-center .center-follow {float: right; font-size: 13px; margin-top: 0px;}.row.vlex-center .center-follow .icon {vertical-align: text-top;}.row.vlex-center .table-metadata {margin: 8px 0; border: 1px solid #E1E1E0; width: 100%; box-sizing: border-box;}.row.vlex-center .table-metadata td,.row.vlex-center .table-metadata th {padding: 5px;}.row.vlex-center .table-metadata .k {text-align: right; font-weight: bold;}.row.vlex-center .toc li {list-style-type: none;}.row.vlex-center .toc ul {list-style-type: none; margin: 0;}.row.vlex-center .event-popular {background: #FFFFEE; padding: 6px 15px; margin: -7px -15px; border-top: 1px solid #EEE;}.row.vlex-center .list-flat li,.row.vlex-center .list-flat ul {list-style-type: none; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid #EEE;}.row.vlex-center .list-flat li.with_children {border: 0; padding-bottom: 4px; margin: 0;}.row.vlex-center .list-flat ul li {border: 0; padding: 0; margin: 0;}.row.vlex-center .subheader {color: #1976D2; line-height: 48px;}.row.vlex-center .abstract {font-size: 14px;}.row.vlex-center img.frontpage {width: 40px; position: absolute; left: 16px; top: 16px;}.row.vlex-center .mdl-layout__header-row {padding-left: 16px !important; padding-right: 16px !important;}.row.vlex-center .ui-autocomplete {position: absolute; top: 100%; left: 0; z-index: 1000; float: left; display: none; min-width: 160px; _width: 160px; padding: 4px 0; margin: 2px 0 0 0; list-style: none; background-color: #ffffff; border-color: #ccc; border-color: rgba(0, 0, 0, 0.2); border-style: solid; border-width: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px;}.row.vlex-center .ui-autocomplete .ui-menu-item > a.ui-corner-all {display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #555555; white-space: nowrap;}.row.vlex-center .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,.row.vlex-center .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {color: #ffffff; text-decoration: none; background-color: #0088cc; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; background-image: none;}.row.vlex-center .ui-menu-item {padding-left: 1em; padding-right: 1em;}.row.vlex-center .ui-autocomplete .ui-menu-item:hover,.row.vlex-center .ui-autocomplete .ui-menu-item.ui-state-focus {background-color: #2ea2cc !important; background-image: none; color: #fff; border: none;}.row.vlex-center .ui-helper-hidden-accessible {display: none !important;}.row.vlex-center .radius-4px {border-radius: 4px;}.row.vlex-center.center h5 span.label {margin-right: 16px;}.row.vlex-center.center .title-divider.with-cover {min-height: 72px;}.row.vlex-center .list-item.document.with_cover {min-height: 75px;}.row.vlex-center.center .list-item.document,.row.vlex-center .list-item.source,.row.vlex-center .list-item.smart-topic {padding: 12px 20px 12px 20px;}.row.vlex-center.center #regions_div {padding: 0px;}.row.vlex-center.center .list-item-content {margin-right: 0px;}.row.vlex-center .modal-backdrop,.row.vlex-center .modal-backdrop.fade.in {opacity: 1; background-color: rgba(0, 0, 0, 0.8);}.row.vlex-center .modal.basic_modal .control-group.span12 {margin-top: 9px;}.row.vlex-center a.btn.btn-search.social {width: 16px;}.row.vlex-center .basic_checkbox_input {float: left; margin-left: 8x;}.row.vlex-center .basic_checkbox_text,.row.vlex-center .control-group.checkbox label {float: left;}.row.vlex-center .basic_modal_text {padding: 8px;}.row.vlex-center .basic_modal .span6,.row.vlex-center .basic_modal .row-fluid {float: left;}.row.vlex-center .basic_modal .check-list {list-style: none;}.row.vlex-center .basic_modal .check-list li:before {color: #78add9; content: '✓'; font-size: 13px; top: 0; margin-right: 5px; position: relative;}.row.vlex-center .basic_modal ul.check-list {padding-left: 16px;}.row.vlex-center .basic_modal label.control-label {font-weight: bold;}.row.vlex-center .login.modal.login-modal {padding: 0px;}@media (max-width: 480px) {.row.vlex-center .modal.basic_modal .span6 {float: none; width: 100%;}}.row.vlex-center .subcontent {padding-bottom: 16px;}.row.vlex-center #product_menu-new {width: 180px;}.row.vlex-center .col.col-product-menu {width: 170px !important;}.row.vlex-center .search-query.col.ui-autocomplete-input {width: 250px !important;}.row.vlex-center .vlex_header_links {padding-top: 16px;}.row.vlex-center .vlex_header_links a {font-weight: bold; color: #333; padding: 0px 4px;}.row.vlex-center #inplace-search-container {width: 310px !important;}.row.vlex-center .searchbar.centers .navbar-fixed-top .dropdown.product-menu .name {font-size: 14px; padding-top: 4px;}.row.vlex-center h1.badge {border-radius: 4px; font-size: 16px; text-transform: inherit; margin-bottom: 8px;}.row.vlex-center h2.main-document {font-size: 20px; line-height: 1.4em; margin-bottom: 1em; padding-top: 10px;}.row.vlex-center .results-list .list-item-content a.result {font-weight: inherit;}.row.vlex-center .results-list .first-page.empty {height: 42px;}.row.vlex-center .results-list .first-page.empty .list-item.title-divider {height: 42px;}@media (min-height: 580px) {.row.vlex-center .navbar-left li.cluster.dropdown {display: none;}}@media (max-height: 580px) {.row.vlex-center .navbar-left li.notes {display: none;}}@media (max-height: 580px) {.row.vlex-center .navbar-left li.folders {display: none;}}@media (max-height: 510px) {.row.vlex-center .navbar-left li.favorites {display: none;}}@media (max-height: 460px) {.row.vlex-center .navbar-left li.history {display: none;}}@media (max-height: 390px) {.row.vlex-center .navbar-left li.explore {display: none;}}@media (max-height: 320px) {.row.vlex-center .navbar-left li.help {display: none;}}@media (max-width: 700px) {.row.vlex-center .navbar-fixed-top .vlex_header_links .use {display: none;}}@media (max-width: 620px) {.row.vlex-center .navbar-fixed-top .vlex_header_links .products {display: none;}}@media (max-width: 560px) {.row.vlex-center .navbar-fixed-top .vlex_header_links .why {display: none;}}.row.vlex-center .navbar-fixed-top div.col.vlex_header_links {float: left;}.row.vlex-center .navbar-fixed-top .col.col-account {float: right !important;}@media (max-width: 480px) {.row.vlex-center .modal.login {width: 90%; max-width: 300px; margin-left: auto; margin-right: auto; margin-top: 2em;}}.row.vlex-center h1.badge span.country_name {font-weight: normal; font-size: 12px;}.centersList:hover {background-color: initial;}.grow {-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}.grow.custom_transition {opacity: 0.6; transform: scale(1.1);}.noselect {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}.select-default {-webkit-touch-callout: initial; -webkit-user-select: initial; -khtml-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial;}.smart-topic {display: inline-block; border-radius: 100px; cursor: pointer; color: #76726C; background-color: inherit; border: 1px solid #B6A2AC;}.smart-topic:hover {text-decoration: none; color: #76726C;}.followed-smart-topic {color: white; background-color: #3a87ad; border: 1px solid #3a87ad;}.followed-smart-topic:hover {text-decoration: none; color: white;}.smart-topics-list.span9 {margin-left: 0;}.smart-topics-list.span9 h1 {text-align: center; padding: 20px 0 30px 0; border-bottom: 1px solid #dededb; margin: 0 10px;}.smart-topics-list.span3 h3 {text-align: center; padding: 30px 0 29px 0; border-bottom: 1px solid #dededb; margin: 0 10px;}.smart-topics-list .no-notes .fill-in-container {padding: 40px 20px 20px; border: none;}.smart-topics-list .centers-list,.on_board .centers-list {padding: 15px 10px; text-align: center;}.smart-topics-list .centers-list .followed-smart-topic:hover,.on_board .centers-list .followed-smart-topic:hover {opacity: 0.7; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}.smart-topics-list .centers-list .followed-smart-topic:hover .icon.icon-ok:before,.on_board .centers-list .followed-smart-topic:hover .icon.icon-ok:before {content: "\f00d";}.smart-topics-list .centers-list.followed-list .smart-topic,.on_board .centers-list.followed-list .smart-topic {font-size: 13px;}.smart-topics-list .centers-list.suggestions-list .smart-topic,.on_board .centers-list.suggestions-list .smart-topic {font-size: 11px;}.smart-topics-list .centers-list .smart-topic,.on_board .centers-list .smart-topic {font-weight: normal; padding: 3px 10px; margin: 5px 5px;}.smart-topics-list .centers-list .smart-topic .title,.on_board .centers-list .smart-topic .title {margin-right: 1px;}.smart-topics-list .centers-list .smart-topic .icon,.on_board .centers-list .smart-topic .icon {min-width: 12px; display: inline-block;}.related.smart-topic:hover,.related-centers > .smart-topic:hover {text-decoration: underline;}.related.smart-topic,.related-centers > .smart-topic {font-weight: normal; margin: 5px 0px 0px 0px; padding: 0px 8px; font-size: 11px; line-height: 18px;}.popover.popover-smart-topic {-webkit-animation: fadeInDownMini 150ms ease-out 0s 1 normal; -o-animation: fadeInDownMini 150ms ease-out 0s 1 normal; animation: fadeInDownMini 150ms ease-out 0s 1 normal; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both;}.popover.popover-smart-topic .arrow {border-bottom: 5px solid #ccc;}.popover.popover-smart-topic .popover-inner {border-radius: 3px; background: #f6f6f6; border: 1px solid #ccc; box-shadow: 0 1px 3px rgba(200, 200, 200, 0.7); padding: 0;}.smart_custom {margin-top: 1em; border-top: 1px solid #dededb; padding-top: 1em; font-weight: bold;}.smart_custom a:hover {text-decoration: none;}.center-go-container .transition-handler-out {-webkit-animation: text-change-out 0.5s; -moz-animation: text-change-out 0.5s; -o-animation: text-change-out 0.5s; -ms-animation: text-change-out 0.5s; animation: text-change-out 0.5s;}.center-go-container .transition-handler-in {-webkit-animation: text-change-in 0.5s; -moz-animation: text-change-in 0.5s; -o-animation: text-change-in 0.5s; -ms-animation: text-change-in 0.5s;}@-webkit-keyframes text-change-in {0% {opacity: 0;} 25% {opacity: 0.33;} 50% {opacity: 0.66;} 100% {opacity: 1;}}@-moz-keyframes text-change-in {0% {opacity: 0;} 25% {opacity: 0.33;} 50% {opacity: 0.66;} 100% {opacity: 1;}}@-ms-keyframes text-change-in {0% {opacity: 0;} 25% {opacity: 0.33;} 50% {opacity: 0.66;} 100% {opacity: 1;}}@-o-keyframes text-change-in {0% {opacity: 0;} 25% {opacity: 0.33;} 50% {opacity: 0.66;} 100% {opacity: 1;}}@keyframes text-change-in {0% {opacity: 0;} 25% {opacity: 0.33;} 50% {opacity: 0.66;} 100% {opacity: 1;}}@-webkit-keyframes text-change-out {0% {opacity: 1;} 50% {opacity: 0.75;} 100% {opacity: 0.50;}}@-moz-keyframes text-change-out {0% {opacity: 1;} 50% {opacity: 0.75;} 100% {opacity: 0.50;}}@-ms-keyframes text-change-out {0% {opacity: 1;} 50% {opacity: 0.75;} 100% {opacity: 0.50;}}@-o-keyframes text-change-out {0% {opacity: 1;} 50% {opacity: 0.75;} 100% {opacity: 0.50;}}@keyframes text-change-out {0% {opacity: 1;} 50% {opacity: 0.75;} 100% {opacity: 0.50;}}.vcoin-remaining-wrap {display: inline-block; vertical-align: middle; min-width: 46px; padding: 4px 10px; padding-right: 0; background-color: #ddd6cd; background-image: -moz-linear-gradient(top, #D9D1C7, #E3DDD5); background-image: -ms-linear-gradient(top, #D9D1C7, #E3DDD5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D9D1C7), to(#E3DDD5)); background-image: -webkit-linear-gradient(top, #D9D1C7, #E3DDD5); background-image: -o-linear-gradient(top, #D9D1C7, #E3DDD5); background-image: linear-gradient(top, #D9D1C7, #E3DDD5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9D1C7', endColorstr='#E3DDD5', GradientType=0); -webkit-box-shadow: inset 0px 2px 3px 0px rgba(108, 105, 102, 0.25), inset 0px 0px 1px 1px rgba(108, 105, 102, 0.2); -moz-box-shadow: inset 0px 2px 3px 0px rgba(108, 105, 102, 0.25), inset 0px 0px 1px 1px rgba(108, 105, 102, 0.2); box-shadow: inset 0px 2px 3px 0px rgba(108, 105, 102, 0.25), inset 0px 0px 1px 1px rgba(108, 105, 102, 0.2); border-radius: 4px;}.lt-ie9 .vcoin-remaining-wrap {top: 12px;}.vcoin-remaining-wrap .vcoin-graphic {display: inline-block; vertical-align: middle; background: transparent url(../img/vcoins/vcoin-remaining.png) no-repeat center center; width: 15px; height: 14px;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .vcoin-remaining-wrap .vcoin-graphic {background: transparent url(../img/vcoins/vcoin-remaining@2x.png) no-repeat center center; -webkit-background-size: 15px 14px; -moz-background-size: 15px 14px; -o-background-size: 15px 14px; background-size: 15px 14px;}}.vcoin-remaining {display: inline-block; vertical-align: middle; min-width: 18px; font-size: 14px; font-weight: bold; color: #77736F; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7); text-align: center;}.col-account .vcoin-remaining-wrap {display: inline-block !important; min-width: 30px; padding: 4px 5px; margin: 3px 0;}.col-account .vcoin-remaining-wrap .vcoin-remaining {min-width: 15px;}.badge-vcoin {background: #9195B1; font-size: 12px;}.badge-vcoin.badge-vcoin-invert {padding-top: 1px; padding-bottom: 1px; background: #fff; border: 1px solid #9195B1; color: #9195B1;}.vcoin-icon {display: inline-block; vertical-align: top; position: relative; top: 4px; width: 12px; height: 11px; background: transparent url(../img/vcoins/vcoin-icon-white.png) no-repeat center center;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .vcoin-icon {background: transparent url(../img/vcoins/vcoin-icon-white@2x.png) no-repeat center center; -webkit-background-size: 12px 11px; -moz-background-size: 12px 11px; -o-background-size: 12px 11px; background-size: 12px 11px;}}.badge-vcoin-invert .vcoin-icon {background: transparent url(../img/vcoins/vcoin-icon-pale.png) no-repeat center center;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .badge-vcoin-invert .vcoin-icon {background: transparent url(../img/vcoins/vcoin-icon-pale@2x.png) no-repeat center center; -webkit-background-size: 12px 11px; -moz-background-size: 12px 11px; -o-background-size: 12px 11px; background-size: 12px 11px;}}.doc-vcoin-icon {display: inline-block; vertical-align: top; position: relative; top: 1px; width: 16px; height: 20px; background: transparent url(../img/vcoins/doc-vcoin-icon-pale-32.png) no-repeat center center;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .doc-vcoin-icon {background: transparent url(../img/vcoins/doc-vcoin-icon-pale-32@2x.png) no-repeat center center; -webkit-background-size: 16px 20px; -moz-background-size: 16px 20px; -o-background-size: 16px 20px; background-size: 16px 20px;}}.doc-vcoin-icon-big {display: inline-block; vertical-align: top; position: relative; top: 1px; width: 32px; height: 40px; background: transparent url(../img/vcoins/doc-vcoin-icon-64.png) no-repeat center center;}.doc-vcoin-icon-clean {display: inline-block; vertical-align: top; position: relative; top: 1px; width: 16px; height: 20px; background: transparent url(../img/vcoins/doc-vcoin-icon-clean-pale-32.png) no-repeat center center;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .doc-vcoin-icon-clean {background: transparent url(../img/vcoins/doc-vcoin-icon-clean-pale-32@2x.png) no-repeat center center; -webkit-background-size: 16px 20px; -moz-background-size: 16px 20px; -o-background-size: 16px 20px; background-size: 16px 20px;}}#vcoin-bar {position: fixed; bottom: 0; left: 70px; right: 0; padding: 20px; background-color: #fcfbfa; background-image: -moz-linear-gradient(top, #FFFFFF, #F7F6F2); background-image: -ms-linear-gradient(top, #FFFFFF, #F7F6F2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F7F6F2)); background-image: -webkit-linear-gradient(top, #FFFFFF, #F7F6F2); background-image: -o-linear-gradient(top, #FFFFFF, #F7F6F2); background-image: linear-gradient(top, #FFFFFF, #F7F6F2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F7F6F2', GradientType=0); -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1), 0px -1px 1px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1), 0px -1px 1px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1), 0px -1px 1px 0px rgba(0, 0, 0, 0.15);}.lt-ie9 #vcoin-bar {border-top: 1px solid #BCBCBB;}@media (max-width: 767px) {.responsive-allowed #vcoin-bar {display: none;}}#vcoin-bar .vcoin-icon {position: static; vertical-align: middle; width: 38px; height: 38px; margin-right: 10px; background: transparent url(../img/vcoins/vcoin-72.png) no-repeat center center;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed #vcoin-bar .vcoin-icon {background: transparent url(../img/vcoins/vcoin-72@2x.png) no-repeat center center; -webkit-background-size: 38px 38px; -moz-background-size: 38px 38px; -o-background-size: 38px 38px; background-size: 38px 38px;}}#vcoin-bar p {display: inline-block; vertical-align: middle; max-width: 90%; margin-bottom: 0;}#vcoin-bar .close {position: absolute; right: 20px; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); background: transparent; color: #333333; border: none;}.lt-ie9 #vcoin-bar .close {top: 12px; border: 1px solid #B1ABA4;}.vcoin-sidebox {position: relative; padding: 15px; background-color: #fdf8e8; background-image: -moz-linear-gradient(top, #fffef6, #f9eed4); background-image: -ms-linear-gradient(top, #fffef6, #f9eed4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffef6), to(#f9eed4)); background-image: -webkit-linear-gradient(top, #fffef6, #f9eed4); background-image: -o-linear-gradient(top, #fffef6, #f9eed4); background-image: linear-gradient(top, #fffef6, #f9eed4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef6', endColorstr='#f9eed4', GradientType=0);}.vcoin-sidebox .vcoin-icon {display: block; position: static; width: 69px; height: 69px; margin: 0 auto 15px; background: transparent url(../img/vcoins/vcoin-128.png) no-repeat center center;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .vcoin-sidebox .vcoin-icon {background: transparent url(../img/vcoins/vcoin-128@2x.png) no-repeat center center; -webkit-background-size: 69px 69px; -moz-background-size: 69px 69px; -o-background-size: 69px 69px; background-size: 69px 69px;}}.vcoin-sidebox p {margin-bottom: 0;}.vcoin-sidebox .close {position: absolute; right: 10px; top: 10px; background: transparent; color: #333333; border: none;}.modal .vcoin-sidebox.abovebox {margin-bottom: 0;}.modal-body {position: relative; padding: 15px; background-color: #fdf8e8; background-image: -moz-linear-gradient(top, #fffef6, #f9eed4); background-image: -ms-linear-gradient(top, #fffef6, #f9eed4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fffef6), to(#f9eed4)); background-image: -webkit-linear-gradient(top, #fffef6, #f9eed4); background-image: -o-linear-gradient(top, #fffef6, #f9eed4); background-image: linear-gradient(top, #fffef6, #f9eed4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef6', endColorstr='#f9eed4', GradientType=0);}.modal-body .vcoin-icon {display: block; position: static; width: 51px; height: 39px; margin: 0 auto 15px; background: transparent url(../img/vcoins/vcoin-72.png) no-repeat center center;}@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {.responsive-allowed .modal-body .vcoin-icon {background: transparent url(../img/vcoins/vcoin-128@2x.png) no-repeat center center; -webkit-background-size: 69px 69px; -moz-background-size: 69px 69px; -o-background-size: 69px 69px; background-size: 69px 69px;}}.clearfix:before,.clearfix:after {content: "\0020"; display: block; height: 0; overflow: hidden;}.clearfix:after {clear: both;}.pullfix {overflow: hidden;}.ir {display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0;}.ir br {display: none;}.hidden {display: none; visibility: hidden;}.visuallyhidden {position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; border: 0; clip: rect(0 0 0 0);}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {position: static; margin: 0; height: auto; width: auto; overflow: visible; clip: auto;}.invisible {visibility: hidden;}.change_text_content {background-color: #313130;}.scrollable {overflow: scroll;}.legacy .results-list li .inner {overflow: hidden; height: 4em;}.legacy .results-list li {display: block; padding: 10px 20px 10px 10px; background: #FFFFFC; border-bottom: 1px #EEE solid;}.legacy .results-list li:hover {background: #ffffed;}.legacy .results-list li:hover input {opacity: 1;}.legacy .results-list li a {color: black; font-weight: bold; font-size: 16px;}.legacy .results-list li a {color: #333; font-weight: bold; font-size: 15px; line-height: 18px;}.legacy .results-list li input {height: 100%; top: 18px; position: relative; float: left; opacity: 0.4; top: -20px; margin-right: 10px;}.legacy .results-list li input[checked] {opacity: 1;}.sidebar-facets {-webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;}.sidebar-facets h5 .toggle:before {content: "\25BA \0020";}.sidebar-facets h5 + div {margin-bottom: 1em;}.sidebar-facets h5.open .toggle:before {content: "\25BC \0020";}.sidebar-facets li label {color: #555; margin-left: 1em;}.sidebar-facets li label:hover {color: #000;}.node {cursor: pointer;}.node .children {margin-left: 18px;}.more:hover,.less:hover {background: #EEE;}.dropdown-menu li.disabled a {color: #cfcfcf;}.btn-group .btn.dropdown-toggle:first-child {-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0;}.nav-list a {color: #555;}.toggle {float: left; margin-left: -15px; margin-top: 2px; width: 15px; display: block;}.pref-background-black {background: #111; color: #EEE;}.pref-background-sepia {background: #FBF0D9; color: #5F4B32;}.pref-font-large p {font-size: 21px; line-height: 24px;}.pref-font-small p {font-size: 16px; line-height: 18px;}.outside-modal.alert {position: fixed; top: 70px; left: 50%; width: 170px; margin-left: -85px;}ul.facet {padding-bottom: 2em;}#loading-items {margin-top: 100px;}.soft_btn:hover {opacity: 0.8;}.soft_btn {opacity: 0.2;}#fast_access .alert {margin-left: 15px;}ul.affectations li.verb ul {padding-bottom: 20px;}.bottom_buttons {margin-bottom: 50px;}.full-wide {width: 100% !important;}.tooltip {z-index: 99999;}.chrome-extension-promo {position: relative; display: block; background: #127CC1 url(../img/chrome-icon.png) no-repeat 10px center; border-radius: 5px; color: #fff;}.chrome-extension-promo:hover {color: #fff;}.chrome-extension-promo > span {display: block; padding: 18px 0px; margin-bottom: 20px; margin-left: 80px; font-size: 14px; line-height: 1.4;}.chrome-extension-promo .close {position: absolute; top: .4em; right: .6em; line-height: 1; color: #add7f2; opacity: 1; text-shadow: none; font-size: 16px; padding: 0; margin: 0;}.chrome-extension-promo .extension_link {color: #fff;}@media (max-width: 1235px) {.responsive-allowed .chrome-extension-promo {background-position: -20px center;}}@media (max-width: 1235px) {.responsive-allowed .chrome-extension-promo > span {margin-left: 50px;}}