body {
    overflow-y: auto !important;
}
/*html {*/
    /*-webkit-text-size-adjust: 100%;*/
    /*-ms-text-size-adjust: 100%;*/
/*}*/
/*body {*/
    /*margin: 0;*/
/*}*/
/*.odev-catalog {*/
    /*!*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css *!*/
/*}*/
/*.odev-catalog article, .odev-catalog aside, .odev-catalog details, .odev-catalog figcaption, .odev-catalog figure, .odev-catalog footer, .odev-catalog header, .odev-catalog hgroup, .odev-catalog main, .odev-catalog menu, .odev-catalog nav, .odev-catalog section, .odev-catalog summary {*/
    /*display: block;*/
/*}*/
/*.odev-catalog audio, .odev-catalog canvas, .odev-catalog progress, .odev-catalog video {*/
    /*display: inline-block;*/
    /*vertical-align: baseline;*/
/*}*/
/*.odev-catalog audio:not([controls]) {*/
    /*display: none;*/
    /*height: 0;*/
/*}*/
/*.odev-catalog [hidden], .odev-catalog template {*/
    /*display: none;*/
/*}*/
/*.odev-catalog a {*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog a:active, .odev-catalog a:hover {*/
    /*outline: 0;*/
/*}*/
/*.odev-catalog abbr[title] {*/
    /*border-bottom: 1px dotted;*/
/*}*/
/*.odev-catalog b, .odev-catalog strong {*/
    /*font-weight: bold;*/
/*}*/
/*.odev-catalog dfn {*/
    /*font-style: italic;*/
/*}*/
/*.odev-catalog h1 {*/
    /*margin: 0.67em 0;*/
    /*font-size: 2em;*/
/*}*/
/*.odev-catalog mark {*/
    /*color: #000;*/
    /*background: #ff0;*/
/*}*/
/*.odev-catalog small {*/
    /*font-size: 80%;*/
/*}*/
/*.odev-catalog sub, .odev-catalog sup {*/
    /*position: relative;*/
    /*font-size: 75%;*/
    /*line-height: 0;*/
    /*vertical-align: baseline;*/
/*}*/
/*.odev-catalog sup {*/
    /*top: -0.5em;*/
/*}*/
/*.odev-catalog sub {*/
    /*bottom: -0.25em;*/
/*}*/
/*.odev-catalog img {*/
    /*border: 0;*/
/*}*/
/*.odev-catalog svg:not(:root) {*/
    /*overflow: hidden;*/
/*}*/
/*.odev-catalog figure {*/
    /*margin: 1em 40px;*/
/*}*/
/*.odev-catalog hr {*/
    /*height: 0;*/
    /*-webkit-box-sizing: content-box;*/
    /*-moz-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
/*}*/
/*.odev-catalog pre {*/
    /*overflow: auto;*/
/*}*/
/*.odev-catalog code, .odev-catalog kbd, .odev-catalog pre, .odev-catalog samp {*/
    /*font-family: monospace, monospace;*/
    /*font-size: 1em;*/
/*}*/
/*.odev-catalog button, .odev-catalog input, .odev-catalog optgroup, .odev-catalog select, .odev-catalog textarea {*/
    /*margin: 0;*/
    /*font: inherit;*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog button {*/
    /*overflow: visible;*/
/*}*/
/*.odev-catalog button, .odev-catalog select {*/
    /*text-transform: none;*/
/*}*/
/*.odev-catalog button, .odev-catalog html input[type="button"], .odev-catalog input[type="reset"], .odev-catalog input[type="submit"] {*/
    /*-webkit-appearance: button;*/
    /*cursor: pointer;*/
/*}*/
/*.odev-catalog button[disabled], .odev-catalog html input[disabled] {*/
    /*cursor: default;*/
/*}*/
/*.odev-catalog button::-moz-focus-inner, .odev-catalog input::-moz-focus-inner {*/
    /*padding: 0;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog input {*/
    /*line-height: normal;*/
/*}*/
/*.odev-catalog input[type="checkbox"], .odev-catalog input[type="radio"] {*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*padding: 0;*/
/*}*/
/*.odev-catalog input[type="number"]::-webkit-inner-spin-button, .odev-catalog input[type="number"]::-webkit-outer-spin-button {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog input[type="search"] {*/
    /*-webkit-box-sizing: content-box;*/
    /*-moz-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
    /*-webkit-appearance: textfield;*/
/*}*/
/*.odev-catalog input[type="search"]::-webkit-search-cancel-button, .odev-catalog input[type="search"]::-webkit-search-decoration {*/
    /*-webkit-appearance: none;*/
/*}*/
/*.odev-catalog fieldset {*/
    /*padding: 0.35em 0.625em 0.75em;*/
    /*margin: 0 2px;*/
    /*border: 1px solid #c0c0c0;*/
/*}*/
/*.odev-catalog legend {*/
    /*padding: 0;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog textarea {*/
    /*overflow: auto;*/
/*}*/
/*.odev-catalog optgroup {*/
    /*font-weight: bold;*/
/*}*/
/*.odev-catalog table {*/
    /*border-spacing: 0;*/
    /*border-collapse: collapse;*/
/*}*/
/*.odev-catalog td, .odev-catalog th {*/
    /*padding: 0;*/
/*}*/
/*@media print {*/
    /*.odev-catalog *, .odev-catalog *:before, .odev-catalog *:after {*/
        /*color: #000 !important;*/
        /*text-shadow: none !important;*/
        /*background: transparent !important;*/
        /*-webkit-box-shadow: none !important;*/
        /*box-shadow: none !important;*/
    /*}*/
    /*.odev-catalog a, .odev-catalog a:visited {*/
        /*text-decoration: underline;*/
    /*}*/
    /*.odev-catalog a[href]:after {*/
        /*content: " (" attr(href) ")";*/
    /*}*/
    /*.odev-catalog abbr[title]:after {*/
        /*content: " (" attr(title) ")";*/
    /*}*/
    /*.odev-catalog a[href^="#"]:after, .odev-catalog a[href^="javascript:"]:after {*/
        /*content: "";*/
    /*}*/
    /*.odev-catalog pre, .odev-catalog blockquote {*/
        /*border: 1px solid #999;*/
        /*page-break-inside: avoid;*/
    /*}*/
    /*.odev-catalog thead {*/
        /*display: table-header-group;*/
    /*}*/
    /*.odev-catalog tr, .odev-catalog img {*/
        /*page-break-inside: avoid;*/
    /*}*/
    /*.odev-catalog img {*/
        /*max-width: 100% !important;*/
    /*}*/
    /*.odev-catalog p, .odev-catalog h2, .odev-catalog h3 {*/
        /*orphans: 3;*/
        /*widows: 3;*/
    /*}*/
    /*.odev-catalog h2, .odev-catalog h3 {*/
        /*page-break-after: avoid;*/
    /*}*/
    /*.odev-catalog .navbar {*/
        /*display: none;*/
    /*}*/
    /*.odev-catalog .btn > .caret, .odev-catalog .dropup > .btn > .caret {*/
        /*border-top-color: #000 !important;*/
    /*}*/
    /*.odev-catalog .label {*/
        /*border: 1px solid #000;*/
    /*}*/
    /*.odev-catalog .table {*/
        /*border-collapse: collapse !important;*/
    /*}*/
    /*.odev-catalog .table td, .odev-catalog .table th {*/
        /*background-color: #fff !important;*/
    /*}*/
    /*.odev-catalog .table-bordered th, .odev-catalog .table-bordered td {*/
        /*border: 1px solid #ddd !important;*/
    /*}*/
/*}*/
/*@font-face {*/
    /*font-family: 'Glyphicons Halflings';*/
    /*src: url('../fonts/glyphicons-halflings-regular.eot');*/
    /*src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');*/
/*}*/
/*.odev-catalog .glyphicon {*/
    /*position: relative;*/
    /*top: 1px;*/
    /*display: inline-block;*/
    /*font-family: 'Glyphicons Halflings';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 1;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/
/*.odev-catalog .glyphicon-asterisk:before {*/
    /*content: "\002a";*/
/*}*/
/*.odev-catalog .glyphicon-plus:before {*/
    /*content: "\002b";*/
/*}*/
/*.odev-catalog .glyphicon-euro:before, .odev-catalog .glyphicon-eur:before {*/
    /*content: "\20ac";*/
/*}*/
/*.odev-catalog .glyphicon-minus:before {*/
    /*content: "\2212";*/
/*}*/
/*.odev-catalog .glyphicon-cloud:before {*/
    /*content: "\2601";*/
/*}*/
/*.odev-catalog .glyphicon-envelope:before {*/
    /*content: "\2709";*/
/*}*/
/*.odev-catalog .glyphicon-pencil:before {*/
    /*content: "\270f";*/
/*}*/
/*.odev-catalog .glyphicon-glass:before {*/
    /*content: "\e001";*/
/*}*/
/*.odev-catalog .glyphicon-music:before {*/
    /*content: "\e002";*/
/*}*/
/*.odev-catalog .glyphicon-search:before {*/
    /*content: "\e003";*/
/*}*/
/*.odev-catalog .glyphicon-heart:before {*/
    /*content: "\e005";*/
/*}*/
/*.odev-catalog .glyphicon-star:before {*/
    /*content: "\e006";*/
/*}*/
/*.odev-catalog .glyphicon-star-empty:before {*/
    /*content: "\e007";*/
/*}*/
/*.odev-catalog .glyphicon-user:before {*/
    /*content: "\e008";*/
/*}*/
/*.odev-catalog .glyphicon-film:before {*/
    /*content: "\e009";*/
/*}*/
/*.odev-catalog .glyphicon-th-large:before {*/
    /*content: "\e010";*/
/*}*/
/*.odev-catalog .glyphicon-th:before {*/
    /*content: "\e011";*/
/*}*/
/*.odev-catalog .glyphicon-th-list:before {*/
    /*content: "\e012";*/
/*}*/
/*.odev-catalog .glyphicon-ok:before {*/
    /*content: "\e013";*/
/*}*/
/*.odev-catalog .glyphicon-remove:before {*/
    /*content: "\e014";*/
/*}*/
/*.odev-catalog .glyphicon-zoom-in:before {*/
    /*content: "\e015";*/
/*}*/
/*.odev-catalog .glyphicon-zoom-out:before {*/
    /*content: "\e016";*/
/*}*/
/*.odev-catalog .glyphicon-off:before {*/
    /*content: "\e017";*/
/*}*/
/*.odev-catalog .glyphicon-signal:before {*/
    /*content: "\e018";*/
/*}*/
/*.odev-catalog .glyphicon-cog:before {*/
    /*content: "\e019";*/
/*}*/
/*.odev-catalog .glyphicon-trash:before {*/
    /*content: "\e020";*/
/*}*/
/*.odev-catalog .glyphicon-home:before {*/
    /*content: "\e021";*/
/*}*/
/*.odev-catalog .glyphicon-file:before {*/
    /*content: "\e022";*/
/*}*/
/*.odev-catalog .glyphicon-time:before {*/
    /*content: "\e023";*/
/*}*/
/*.odev-catalog .glyphicon-road:before {*/
    /*content: "\e024";*/
/*}*/
/*.odev-catalog .glyphicon-download-alt:before {*/
    /*content: "\e025";*/
/*}*/
/*.odev-catalog .glyphicon-download:before {*/
    /*content: "\e026";*/
/*}*/
/*.odev-catalog .glyphicon-upload:before {*/
    /*content: "\e027";*/
/*}*/
/*.odev-catalog .glyphicon-inbox:before {*/
    /*content: "\e028";*/
/*}*/
/*.odev-catalog .glyphicon-play-circle:before {*/
    /*content: "\e029";*/
/*}*/
/*.odev-catalog .glyphicon-repeat:before {*/
    /*content: "\e030";*/
/*}*/
/*.odev-catalog .glyphicon-refresh:before {*/
    /*content: "\e031";*/
/*}*/
/*.odev-catalog .glyphicon-list-alt:before {*/
    /*content: "\e032";*/
/*}*/
/*.odev-catalog .glyphicon-lock:before {*/
    /*content: "\e033";*/
/*}*/
/*.odev-catalog .glyphicon-flag:before {*/
    /*content: "\e034";*/
/*}*/
/*.odev-catalog .glyphicon-headphones:before {*/
    /*content: "\e035";*/
/*}*/
/*.odev-catalog .glyphicon-volume-off:before {*/
    /*content: "\e036";*/
/*}*/
/*.odev-catalog .glyphicon-volume-down:before {*/
    /*content: "\e037";*/
/*}*/
/*.odev-catalog .glyphicon-volume-up:before {*/
    /*content: "\e038";*/
/*}*/
/*.odev-catalog .glyphicon-qrcode:before {*/
    /*content: "\e039";*/
/*}*/
/*.odev-catalog .glyphicon-barcode:before {*/
    /*content: "\e040";*/
/*}*/
/*.odev-catalog .glyphicon-tag:before {*/
    /*content: "\e041";*/
/*}*/
/*.odev-catalog .glyphicon-tags:before {*/
    /*content: "\e042";*/
/*}*/
/*.odev-catalog .glyphicon-book:before {*/
    /*content: "\e043";*/
/*}*/
/*.odev-catalog .glyphicon-bookmark:before {*/
    /*content: "\e044";*/
/*}*/
/*.odev-catalog .glyphicon-print:before {*/
    /*content: "\e045";*/
/*}*/
/*.odev-catalog .glyphicon-camera:before {*/
    /*content: "\e046";*/
/*}*/
/*.odev-catalog .glyphicon-font:before {*/
    /*content: "\e047";*/
/*}*/
/*.odev-catalog .glyphicon-bold:before {*/
    /*content: "\e048";*/
/*}*/
/*.odev-catalog .glyphicon-italic:before {*/
    /*content: "\e049";*/
/*}*/
/*.odev-catalog .glyphicon-text-height:before {*/
    /*content: "\e050";*/
/*}*/
/*.odev-catalog .glyphicon-text-width:before {*/
    /*content: "\e051";*/
/*}*/
/*.odev-catalog .glyphicon-align-left:before {*/
    /*content: "\e052";*/
/*}*/
/*.odev-catalog .glyphicon-align-center:before {*/
    /*content: "\e053";*/
/*}*/
/*.odev-catalog .glyphicon-align-right:before {*/
    /*content: "\e054";*/
/*}*/
/*.odev-catalog .glyphicon-align-justify:before {*/
    /*content: "\e055";*/
/*}*/
/*.odev-catalog .glyphicon-list:before {*/
    /*content: "\e056";*/
/*}*/
/*.odev-catalog .glyphicon-indent-left:before {*/
    /*content: "\e057";*/
/*}*/
/*.odev-catalog .glyphicon-indent-right:before {*/
    /*content: "\e058";*/
/*}*/
/*.odev-catalog .glyphicon-facetime-video:before {*/
    /*content: "\e059";*/
/*}*/
/*.odev-catalog .glyphicon-picture:before {*/
    /*content: "\e060";*/
/*}*/
/*.odev-catalog .glyphicon-map-marker:before {*/
    /*content: "\e062";*/
/*}*/
/*.odev-catalog .glyphicon-adjust:before {*/
    /*content: "\e063";*/
/*}*/
/*.odev-catalog .glyphicon-tint:before {*/
    /*content: "\e064";*/
/*}*/
/*.odev-catalog .glyphicon-edit:before {*/
    /*content: "\e065";*/
/*}*/
/*.odev-catalog .glyphicon-share:before {*/
    /*content: "\e066";*/
/*}*/
/*.odev-catalog .glyphicon-check:before {*/
    /*content: "\e067";*/
/*}*/
/*.odev-catalog .glyphicon-move:before {*/
    /*content: "\e068";*/
/*}*/
/*.odev-catalog .glyphicon-step-backward:before {*/
    /*content: "\e069";*/
/*}*/
/*.odev-catalog .glyphicon-fast-backward:before {*/
    /*content: "\e070";*/
/*}*/
/*.odev-catalog .glyphicon-backward:before {*/
    /*content: "\e071";*/
/*}*/
/*.odev-catalog .glyphicon-play:before {*/
    /*content: "\e072";*/
/*}*/
/*.odev-catalog .glyphicon-pause:before {*/
    /*content: "\e073";*/
/*}*/
/*.odev-catalog .glyphicon-stop:before {*/
    /*content: "\e074";*/
/*}*/
/*.odev-catalog .glyphicon-forward:before {*/
    /*content: "\e075";*/
/*}*/
/*.odev-catalog .glyphicon-fast-forward:before {*/
    /*content: "\e076";*/
/*}*/
/*.odev-catalog .glyphicon-step-forward:before {*/
    /*content: "\e077";*/
/*}*/
/*.odev-catalog .glyphicon-eject:before {*/
    /*content: "\e078";*/
/*}*/
/*.odev-catalog .glyphicon-chevron-left:before {*/
    /*content: "\e079";*/
/*}*/
/*.odev-catalog .glyphicon-chevron-right:before {*/
    /*content: "\e080";*/
/*}*/
/*.odev-catalog .glyphicon-plus-sign:before {*/
    /*content: "\e081";*/
/*}*/
/*.odev-catalog .glyphicon-minus-sign:before {*/
    /*content: "\e082";*/
/*}*/
/*.odev-catalog .glyphicon-remove-sign:before {*/
    /*content: "\e083";*/
/*}*/
/*.odev-catalog .glyphicon-ok-sign:before {*/
    /*content: "\e084";*/
/*}*/
/*.odev-catalog .glyphicon-question-sign:before {*/
    /*content: "\e085";*/
/*}*/
/*.odev-catalog .glyphicon-info-sign:before {*/
    /*content: "\e086";*/
/*}*/
/*.odev-catalog .glyphicon-screenshot:before {*/
    /*content: "\e087";*/
/*}*/
/*.odev-catalog .glyphicon-remove-circle:before {*/
    /*content: "\e088";*/
/*}*/
/*.odev-catalog .glyphicon-ok-circle:before {*/
    /*content: "\e089";*/
/*}*/
/*.odev-catalog .glyphicon-ban-circle:before {*/
    /*content: "\e090";*/
/*}*/
/*.odev-catalog .glyphicon-arrow-left:before {*/
    /*content: "\e091";*/
/*}*/
/*.odev-catalog .glyphicon-arrow-right:before {*/
    /*content: "\e092";*/
/*}*/
/*.odev-catalog .glyphicon-arrow-up:before {*/
    /*content: "\e093";*/
/*}*/
/*.odev-catalog .glyphicon-arrow-down:before {*/
    /*content: "\e094";*/
/*}*/
/*.odev-catalog .glyphicon-share-alt:before {*/
    /*content: "\e095";*/
/*}*/
/*.odev-catalog .glyphicon-resize-full:before {*/
    /*content: "\e096";*/
/*}*/
/*.odev-catalog .glyphicon-resize-small:before {*/
    /*content: "\e097";*/
/*}*/
/*.odev-catalog .glyphicon-exclamation-sign:before {*/
    /*content: "\e101";*/
/*}*/
/*.odev-catalog .glyphicon-gift:before {*/
    /*content: "\e102";*/
/*}*/
/*.odev-catalog .glyphicon-leaf:before {*/
    /*content: "\e103";*/
/*}*/
/*.odev-catalog .glyphicon-fire:before {*/
    /*content: "\e104";*/
/*}*/
/*.odev-catalog .glyphicon-eye-open:before {*/
    /*content: "\e105";*/
/*}*/
/*.odev-catalog .glyphicon-eye-close:before {*/
    /*content: "\e106";*/
/*}*/
/*.odev-catalog .glyphicon-warning-sign:before {*/
    /*content: "\e107";*/
/*}*/
/*.odev-catalog .glyphicon-plane:before {*/
    /*content: "\e108";*/
/*}*/
/*.odev-catalog .glyphicon-calendar:before {*/
    /*content: "\e109";*/
/*}*/
/*.odev-catalog .glyphicon-random:before {*/
    /*content: "\e110";*/
/*}*/
/*.odev-catalog .glyphicon-comment:before {*/
    /*content: "\e111";*/
/*}*/
/*.odev-catalog .glyphicon-magnet:before {*/
    /*content: "\e112";*/
/*}*/
/*.odev-catalog .glyphicon-chevron-up:before {*/
    /*content: "\e113";*/
/*}*/
/*.odev-catalog .glyphicon-chevron-down:before {*/
    /*content: "\e114";*/
/*}*/
/*.odev-catalog .glyphicon-retweet:before {*/
    /*content: "\e115";*/
/*}*/
/*.odev-catalog .glyphicon-shopping-cart:before {*/
    /*content: "\e116";*/
/*}*/
/*.odev-catalog .glyphicon-folder-close:before {*/
    /*content: "\e117";*/
/*}*/
/*.odev-catalog .glyphicon-folder-open:before {*/
    /*content: "\e118";*/
/*}*/
/*.odev-catalog .glyphicon-resize-vertical:before {*/
    /*content: "\e119";*/
/*}*/
/*.odev-catalog .glyphicon-resize-horizontal:before {*/
    /*content: "\e120";*/
/*}*/
/*.odev-catalog .glyphicon-hdd:before {*/
    /*content: "\e121";*/
/*}*/
/*.odev-catalog .glyphicon-bullhorn:before {*/
    /*content: "\e122";*/
/*}*/
/*.odev-catalog .glyphicon-bell:before {*/
    /*content: "\e123";*/
/*}*/
/*.odev-catalog .glyphicon-certificate:before {*/
    /*content: "\e124";*/
/*}*/
/*.odev-catalog .glyphicon-thumbs-up:before {*/
    /*content: "\e125";*/
/*}*/
/*.odev-catalog .glyphicon-thumbs-down:before {*/
    /*content: "\e126";*/
/*}*/
/*.odev-catalog .glyphicon-hand-right:before {*/
    /*content: "\e127";*/
/*}*/
/*.odev-catalog .glyphicon-hand-left:before {*/
    /*content: "\e128";*/
/*}*/
/*.odev-catalog .glyphicon-hand-up:before {*/
    /*content: "\e129";*/
/*}*/
/*.odev-catalog .glyphicon-hand-down:before {*/
    /*content: "\e130";*/
/*}*/
/*.odev-catalog .glyphicon-circle-arrow-right:before {*/
    /*content: "\e131";*/
/*}*/
/*.odev-catalog .glyphicon-circle-arrow-left:before {*/
    /*content: "\e132";*/
/*}*/
/*.odev-catalog .glyphicon-circle-arrow-up:before {*/
    /*content: "\e133";*/
/*}*/
/*.odev-catalog .glyphicon-circle-arrow-down:before {*/
    /*content: "\e134";*/
/*}*/
/*.odev-catalog .glyphicon-globe:before {*/
    /*content: "\e135";*/
/*}*/
/*.odev-catalog .glyphicon-wrench:before {*/
    /*content: "\e136";*/
/*}*/
/*.odev-catalog .glyphicon-tasks:before {*/
    /*content: "\e137";*/
/*}*/
/*.odev-catalog .glyphicon-filter:before {*/
    /*content: "\e138";*/
/*}*/
/*.odev-catalog .glyphicon-briefcase:before {*/
    /*content: "\e139";*/
/*}*/
/*.odev-catalog .glyphicon-fullscreen:before {*/
    /*content: "\e140";*/
/*}*/
/*.odev-catalog .glyphicon-dashboard:before {*/
    /*content: "\e141";*/
/*}*/
/*.odev-catalog .glyphicon-paperclip:before {*/
    /*content: "\e142";*/
/*}*/
/*.odev-catalog .glyphicon-heart-empty:before {*/
    /*content: "\e143";*/
/*}*/
/*.odev-catalog .glyphicon-link:before {*/
    /*content: "\e144";*/
/*}*/
/*.odev-catalog .glyphicon-phone:before {*/
    /*content: "\e145";*/
/*}*/
/*.odev-catalog .glyphicon-pushpin:before {*/
    /*content: "\e146";*/
/*}*/
/*.odev-catalog .glyphicon-usd:before {*/
    /*content: "\e148";*/
/*}*/
/*.odev-catalog .glyphicon-gbp:before {*/
    /*content: "\e149";*/
/*}*/
/*.odev-catalog .glyphicon-sort:before {*/
    /*content: "\e150";*/
/*}*/
/*.odev-catalog .glyphicon-sort-by-alphabet:before {*/
    /*content: "\e151";*/
/*}*/
/*.odev-catalog .glyphicon-sort-by-alphabet-alt:before {*/
    /*content: "\e152";*/
/*}*/
/*.odev-catalog .glyphicon-sort-by-order:before {*/
    /*content: "\e153";*/
/*}*/
/*.odev-catalog .glyphicon-sort-by-order-alt:before {*/
    /*content: "\e154";*/
/*}*/
/*.odev-catalog .glyphicon-sort-by-attributes:before {*/
    /*content: "\e155";*/
/*}*/
/*.odev-catalog .glyphicon-sort-by-attributes-alt:before {*/
    /*content: "\e156";*/
/*}*/
/*.odev-catalog .glyphicon-unchecked:before {*/
    /*content: "\e157";*/
/*}*/
/*.odev-catalog .glyphicon-expand:before {*/
    /*content: "\e158";*/
/*}*/
/*.odev-catalog .glyphicon-collapse-down:before {*/
    /*content: "\e159";*/
/*}*/
/*.odev-catalog .glyphicon-collapse-up:before {*/
    /*content: "\e160";*/
/*}*/
/*.odev-catalog .glyphicon-log-in:before {*/
    /*content: "\e161";*/
/*}*/
/*.odev-catalog .glyphicon-flash:before {*/
    /*content: "\e162";*/
/*}*/
/*.odev-catalog .glyphicon-log-out:before {*/
    /*content: "\e163";*/
/*}*/
/*.odev-catalog .glyphicon-new-window:before {*/
    /*content: "\e164";*/
/*}*/
/*.odev-catalog .glyphicon-record:before {*/
    /*content: "\e165";*/
/*}*/
/*.odev-catalog .glyphicon-save:before {*/
    /*content: "\e166";*/
/*}*/
/*.odev-catalog .glyphicon-open:before {*/
    /*content: "\e167";*/
/*}*/
/*.odev-catalog .glyphicon-saved:before {*/
    /*content: "\e168";*/
/*}*/
/*.odev-catalog .glyphicon-import:before {*/
    /*content: "\e169";*/
/*}*/
/*.odev-catalog .glyphicon-export:before {*/
    /*content: "\e170";*/
/*}*/
/*.odev-catalog .glyphicon-send:before {*/
    /*content: "\e171";*/
/*}*/
/*.odev-catalog .glyphicon-floppy-disk:before {*/
    /*content: "\e172";*/
/*}*/
/*.odev-catalog .glyphicon-floppy-saved:before {*/
    /*content: "\e173";*/
/*}*/
/*.odev-catalog .glyphicon-floppy-remove:before {*/
    /*content: "\e174";*/
/*}*/
/*.odev-catalog .glyphicon-floppy-save:before {*/
    /*content: "\e175";*/
/*}*/
/*.odev-catalog .glyphicon-floppy-open:before {*/
    /*content: "\e176";*/
/*}*/
/*.odev-catalog .glyphicon-credit-card:before {*/
    /*content: "\e177";*/
/*}*/
/*.odev-catalog .glyphicon-transfer:before {*/
    /*content: "\e178";*/
/*}*/
/*.odev-catalog .glyphicon-cutlery:before {*/
    /*content: "\e179";*/
/*}*/
/*.odev-catalog .glyphicon-header:before {*/
    /*content: "\e180";*/
/*}*/
/*.odev-catalog .glyphicon-compressed:before {*/
    /*content: "\e181";*/
/*}*/
/*.odev-catalog .glyphicon-earphone:before {*/
    /*content: "\e182";*/
/*}*/
/*.odev-catalog .glyphicon-phone-alt:before {*/
    /*content: "\e183";*/
/*}*/
/*.odev-catalog .glyphicon-tower:before {*/
    /*content: "\e184";*/
/*}*/
/*.odev-catalog .glyphicon-stats:before {*/
    /*content: "\e185";*/
/*}*/
/*.odev-catalog .glyphicon-sd-video:before {*/
    /*content: "\e186";*/
/*}*/
/*.odev-catalog .glyphicon-hd-video:before {*/
    /*content: "\e187";*/
/*}*/
/*.odev-catalog .glyphicon-subtitles:before {*/
    /*content: "\e188";*/
/*}*/
/*.odev-catalog .glyphicon-sound-stereo:before {*/
    /*content: "\e189";*/
/*}*/
/*.odev-catalog .glyphicon-sound-dolby:before {*/
    /*content: "\e190";*/
/*}*/
/*.odev-catalog .glyphicon-sound-5-1:before {*/
    /*content: "\e191";*/
/*}*/
/*.odev-catalog .glyphicon-sound-6-1:before {*/
    /*content: "\e192";*/
/*}*/
/*.odev-catalog .glyphicon-sound-7-1:before {*/
    /*content: "\e193";*/
/*}*/
/*.odev-catalog .glyphicon-copyright-mark:before {*/
    /*content: "\e194";*/
/*}*/
/*.odev-catalog .glyphicon-registration-mark:before {*/
    /*content: "\e195";*/
/*}*/
/*.odev-catalog .glyphicon-cloud-download:before {*/
    /*content: "\e197";*/
/*}*/
/*.odev-catalog .glyphicon-cloud-upload:before {*/
    /*content: "\e198";*/
/*}*/
/*.odev-catalog .glyphicon-tree-conifer:before {*/
    /*content: "\e199";*/
/*}*/
/*.odev-catalog .glyphicon-tree-deciduous:before {*/
    /*content: "\e200";*/
/*}*/
/*.odev-catalog .glyphicon-cd:before {*/
    /*content: "\e201";*/
/*}*/
/*.odev-catalog .glyphicon-save-file:before {*/
    /*content: "\e202";*/
/*}*/
/*.odev-catalog .glyphicon-open-file:before {*/
    /*content: "\e203";*/
/*}*/
/*.odev-catalog .glyphicon-level-up:before {*/
    /*content: "\e204";*/
/*}*/
/*.odev-catalog .glyphicon-copy:before {*/
    /*content: "\e205";*/
/*}*/
/*.odev-catalog .glyphicon-paste:before {*/
    /*content: "\e206";*/
/*}*/
/*.odev-catalog .glyphicon-alert:before {*/
    /*content: "\e209";*/
/*}*/
/*.odev-catalog .glyphicon-equalizer:before {*/
    /*content: "\e210";*/
/*}*/
/*.odev-catalog .glyphicon-king:before {*/
    /*content: "\e211";*/
/*}*/
/*.odev-catalog .glyphicon-queen:before {*/
    /*content: "\e212";*/
/*}*/
/*.odev-catalog .glyphicon-pawn:before {*/
    /*content: "\e213";*/
/*}*/
/*.odev-catalog .glyphicon-bishop:before {*/
    /*content: "\e214";*/
/*}*/
/*.odev-catalog .glyphicon-knight:before {*/
    /*content: "\e215";*/
/*}*/
/*.odev-catalog .glyphicon-baby-formula:before {*/
    /*content: "\e216";*/
/*}*/
/*.odev-catalog .glyphicon-tent:before {*/
    /*content: "\26fa";*/
/*}*/
/*.odev-catalog .glyphicon-blackboard:before {*/
    /*content: "\e218";*/
/*}*/
/*.odev-catalog .glyphicon-bed:before {*/
    /*content: "\e219";*/
/*}*/
/*.odev-catalog .glyphicon-apple:before {*/
    /*content: "\f8ff";*/
/*}*/
/*.odev-catalog .glyphicon-erase:before {*/
    /*content: "\e221";*/
/*}*/
/*.odev-catalog .glyphicon-hourglass:before {*/
    /*content: "\231b";*/
/*}*/
/*.odev-catalog .glyphicon-lamp:before {*/
    /*content: "\e223";*/
/*}*/
/*.odev-catalog .glyphicon-duplicate:before {*/
    /*content: "\e224";*/
/*}*/
/*.odev-catalog .glyphicon-piggy-bank:before {*/
    /*content: "\e225";*/
/*}*/
/*.odev-catalog .glyphicon-scissors:before {*/
    /*content: "\e226";*/
/*}*/
/*.odev-catalog .glyphicon-bitcoin:before {*/
    /*content: "\e227";*/
/*}*/
/*.odev-catalog .glyphicon-btc:before {*/
    /*content: "\e227";*/
/*}*/
/*.odev-catalog .glyphicon-xbt:before {*/
    /*content: "\e227";*/
/*}*/
/*.odev-catalog .glyphicon-yen:before {*/
    /*content: "\00a5";*/
/*}*/
/*.odev-catalog .glyphicon-jpy:before {*/
    /*content: "\00a5";*/
/*}*/
/*.odev-catalog .glyphicon-ruble:before {*/
    /*content: "\20bd";*/
/*}*/
/*.odev-catalog .glyphicon-rub:before {*/
    /*content: "\20bd";*/
/*}*/
/*.odev-catalog .glyphicon-scale:before {*/
    /*content: "\e230";*/
/*}*/
/*.odev-catalog .glyphicon-ice-lolly:before {*/
    /*content: "\e231";*/
/*}*/
/*.odev-catalog .glyphicon-ice-lolly-tasted:before {*/
    /*content: "\e232";*/
/*}*/
/*.odev-catalog .glyphicon-education:before {*/
    /*content: "\e233";*/
/*}*/
/*.odev-catalog .glyphicon-option-horizontal:before {*/
    /*content: "\e234";*/
/*}*/
/*.odev-catalog .glyphicon-option-vertical:before {*/
    /*content: "\e235";*/
/*}*/
/*.odev-catalog .glyphicon-menu-hamburger:before {*/
    /*content: "\e236";*/
/*}*/
/*.odev-catalog .glyphicon-modal-window:before {*/
    /*content: "\e237";*/
/*}*/
/*.odev-catalog .glyphicon-oil:before {*/
    /*content: "\e238";*/
/*}*/
/*.odev-catalog .glyphicon-grain:before {*/
    /*content: "\e239";*/
/*}*/
/*.odev-catalog .glyphicon-sunglasses:before {*/
    /*content: "\e240";*/
/*}*/
/*.odev-catalog .glyphicon-text-size:before {*/
    /*content: "\e241";*/
/*}*/
/*.odev-catalog .glyphicon-text-color:before {*/
    /*content: "\e242";*/
/*}*/
/*.odev-catalog .glyphicon-text-background:before {*/
    /*content: "\e243";*/
/*}*/
/*.odev-catalog .glyphicon-object-align-top:before {*/
    /*content: "\e244";*/
/*}*/
/*.odev-catalog .glyphicon-object-align-bottom:before {*/
    /*content: "\e245";*/
/*}*/
/*.odev-catalog .glyphicon-object-align-horizontal:before {*/
    /*content: "\e246";*/
/*}*/
/*.odev-catalog .glyphicon-object-align-left:before {*/
    /*content: "\e247";*/
/*}*/
/*.odev-catalog .glyphicon-object-align-vertical:before {*/
    /*content: "\e248";*/
/*}*/
/*.odev-catalog .glyphicon-object-align-right:before {*/
    /*content: "\e249";*/
/*}*/
/*.odev-catalog .glyphicon-triangle-right:before {*/
    /*content: "\e250";*/
/*}*/
/*.odev-catalog .glyphicon-triangle-left:before {*/
    /*content: "\e251";*/
/*}*/
/*.odev-catalog .glyphicon-triangle-bottom:before {*/
    /*content: "\e252";*/
/*}*/
/*.odev-catalog .glyphicon-triangle-top:before {*/
    /*content: "\e253";*/
/*}*/
/*.odev-catalog .glyphicon-console:before {*/
    /*content: "\e254";*/
/*}*/
/*.odev-catalog .glyphicon-superscript:before {*/
    /*content: "\e255";*/
/*}*/
/*.odev-catalog .glyphicon-subscript:before {*/
    /*content: "\e256";*/
/*}*/
/*.odev-catalog .glyphicon-menu-left:before {*/
    /*content: "\e257";*/
/*}*/
/*.odev-catalog .glyphicon-menu-right:before {*/
    /*content: "\e258";*/
/*}*/
/*.odev-catalog .glyphicon-menu-down:before {*/
    /*content: "\e259";*/
/*}*/
/*.odev-catalog .glyphicon-menu-up:before {*/
    /*content: "\e260";*/
/*}*/
/*.odev-catalog * {*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*.odev-catalog *:before, .odev-catalog *:after {*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*.odev-catalog html {*/
    /*font-size: 10px;*/
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*}*/
/*.odev-catalog body {*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*line-height: 1.42857;*/
    /*color: #333;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog input, .odev-catalog button, .odev-catalog select, .odev-catalog textarea {*/
    /*font-family: inherit;*/
    /*font-size: inherit;*/
    /*line-height: inherit;*/
/*}*/
/*.odev-catalog a {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
/*}*/
/*.odev-catalog a:hover, .odev-catalog a:focus {*/
    /*color: #fff;*/
/*}*/
/*.odev-catalog a:focus {*/
    /*outline: thin dotted;*/
    /*outline: 5px auto -webkit-focus-ring-color;*/
    /*outline-offset: -2px;*/
/*}*/
/*.odev-catalog figure {*/
    /*margin: 0;*/
/*}*/
/*.odev-catalog img {*/
    /*vertical-align: middle;*/
/*}*/
/*.odev-catalog .img-responsive, .odev-catalog .thumbnail > img, .odev-catalog .thumbnail a > img, .odev-catalog .carousel-inner > .item > img, .odev-catalog .carousel-inner > .item > a > img {*/
    /*display: block;*/
    /*max-width: 100%;*/
    /*height: auto;*/
/*}*/
/*.odev-catalog .img-rounded {*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog .img-thumbnail {*/
    /*display: inline-block;*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*padding: 4px;*/
    /*line-height: 1.42857;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
/*}*/
/*.odev-catalog .img-circle {*/
    /*border-radius: 50%;*/
/*}*/
/*.odev-catalog hr {*/
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    /*border: 0;*/
    /*border-top: 1px solid #eee;*/
/*}*/
/*.odev-catalog .sr-only {*/
    /*position: absolute;*/
    /*width: 1px;*/
    /*height: 1px;*/
    /*padding: 0;*/
    /*margin: -1px;*/
    /*overflow: hidden;*/
    /*clip: rect(0, 0, 0, 0);*/
    /*border: 0;*/
/*}*/
/*.odev-catalog .sr-only-focusable:active, .odev-catalog .sr-only-focusable:focus {*/
    /*position: static;*/
    /*width: auto;*/
    /*height: auto;*/
    /*margin: 0;*/
    /*overflow: visible;*/
    /*clip: auto;*/
/*}*/
/*.odev-catalog [role="button"] {*/
    /*cursor: pointer;*/
/*}*/
/*.odev-catalog h1, .odev-catalog h2, .odev-catalog h3, .odev-catalog h4, .odev-catalog h5, .odev-catalog h6, .odev-catalog .h1, .odev-catalog .h2, .odev-catalog .h3, .odev-catalog .h4, .odev-catalog .h5, .odev-catalog .h6 {*/
    /*font-family: inherit;*/
    /*font-weight: 500;*/
    /*line-height: 1.1;*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog h1 small, .odev-catalog h2 small, .odev-catalog h3 small, .odev-catalog h4 small, .odev-catalog h5 small, .odev-catalog h6 small, .odev-catalog .h1 small, .odev-catalog .h2 small, .odev-catalog .h3 small, .odev-catalog .h4 small, .odev-catalog .h5 small, .odev-catalog .h6 small, .odev-catalog h1 .small, .odev-catalog h2 .small, .odev-catalog h3 .small, .odev-catalog h4 .small, .odev-catalog h5 .small, .odev-catalog h6 .small, .odev-catalog .h1 .small, .odev-catalog .h2 .small, .odev-catalog .h3 .small, .odev-catalog .h4 .small, .odev-catalog .h5 .small, .odev-catalog .h6 .small {*/
    /*font-weight: normal;*/
    /*line-height: 1;*/
    /*color: #777;*/
/*}*/
/*.odev-catalog h1, .odev-catalog .h1, .odev-catalog h2, .odev-catalog .h2, .odev-catalog h3, .odev-catalog .h3 {*/
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.odev-catalog h1 small, .odev-catalog .h1 small, .odev-catalog h2 small, .odev-catalog .h2 small, .odev-catalog h3 small, .odev-catalog .h3 small, .odev-catalog h1 .small, .odev-catalog .h1 .small, .odev-catalog h2 .small, .odev-catalog .h2 .small, .odev-catalog h3 .small, .odev-catalog .h3 .small {*/
    /*font-size: 65%;*/
/*}*/
/*.odev-catalog h4, .odev-catalog .h4, .odev-catalog h5, .odev-catalog .h5, .odev-catalog h6, .odev-catalog .h6 {*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.odev-catalog h4 small, .odev-catalog .h4 small, .odev-catalog h5 small, .odev-catalog .h5 small, .odev-catalog h6 small, .odev-catalog .h6 small, .odev-catalog h4 .small, .odev-catalog .h4 .small, .odev-catalog h5 .small, .odev-catalog .h5 .small, .odev-catalog h6 .small, .odev-catalog .h6 .small {*/
    /*font-size: 75%;*/
/*}*/
/*.odev-catalog h1, .odev-catalog .h1 {*/
    /*font-size: 36px;*/
/*}*/
/*.odev-catalog h2, .odev-catalog .h2 {*/
    /*font-size: 30px;*/
/*}*/
/*.odev-catalog h3, .odev-catalog .h3 {*/
    /*font-size: 24px;*/
/*}*/
/*.odev-catalog h4, .odev-catalog .h4 {*/
    /*font-size: 18px;*/
/*}*/
/*.odev-catalog h5, .odev-catalog .h5 {*/
    /*font-size: 14px;*/
/*}*/
/*.odev-catalog h6, .odev-catalog .h6 {*/
    /*font-size: 12px;*/
/*}*/
/*.odev-catalog p {*/
    /*margin: 0 0 10px;*/
/*}*/
/*.odev-catalog .lead {*/
    /*margin-bottom: 20px;*/
    /*font-size: 16px;*/
    /*font-weight: 300;*/
    /*line-height: 1.4;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .lead {*/
        /*font-size: 21px;*/
    /*}*/
/*}*/
/*.odev-catalog small, .odev-catalog .small {*/
    /*font-size: 85%;*/
/*}*/
/*.odev-catalog mark, .odev-catalog .mark {*/
    /*padding: 0.2em;*/
    /*background-color: #fcf8e3;*/
/*}*/
/*.odev-catalog .text-left {*/
    /*text-align: left;*/
/*}*/
/*.odev-catalog .text-right {*/
    /*text-align: right;*/
/*}*/
/*.odev-catalog .text-center {*/
    /*text-align: center;*/
/*}*/
/*.odev-catalog .text-justify {*/
    /*text-align: justify;*/
/*}*/
/*.odev-catalog .text-nowrap {*/
    /*white-space: nowrap;*/
/*}*/
/*.odev-catalog .text-lowercase {*/
    /*text-transform: lowercase;*/
/*}*/
/*.odev-catalog .text-uppercase {*/
    /*text-transform: uppercase;*/
/*}*/
/*.odev-catalog .text-capitalize {*/
    /*text-transform: capitalize;*/
/*}*/
/*.odev-catalog .text-muted {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .text-primary {*/
    /*color: #337ab7;*/
/*}*/
/*.odev-catalog a.text-primary:hover, .odev-catalog a.text-primary:focus {*/
    /*color: #286090;*/
/*}*/
/*.odev-catalog .text-success {*/
    /*color: #3c763d;*/
/*}*/
/*.odev-catalog a.text-success:hover, .odev-catalog a.text-success:focus {*/
    /*color: #2b542c;*/
/*}*/
/*.odev-catalog .text-info {*/
    /*color: #31708f;*/
/*}*/
/*.odev-catalog a.text-info:hover, .odev-catalog a.text-info:focus {*/
    /*color: #245269;*/
/*}*/
/*.odev-catalog .text-warning {*/
    /*color: #8a6d3b;*/
/*}*/
/*.odev-catalog a.text-warning:hover, .odev-catalog a.text-warning:focus {*/
    /*color: #66512c;*/
/*}*/
/*.odev-catalog .text-danger {*/
    /*color: #a94442;*/
/*}*/
/*.odev-catalog a.text-danger:hover, .odev-catalog a.text-danger:focus {*/
    /*color: #843534;*/
/*}*/
/*.odev-catalog .bg-primary {*/
    /*color: #fff;*/
    /*background-color: #337ab7;*/
/*}*/
/*.odev-catalog a.bg-primary:hover, .odev-catalog a.bg-primary:focus {*/
    /*background-color: #286090;*/
/*}*/
/*.odev-catalog .bg-success {*/
    /*background-color: #dff0d8;*/
/*}*/
/*.odev-catalog a.bg-success:hover, .odev-catalog a.bg-success:focus {*/
    /*background-color: #c1e2b3;*/
/*}*/
/*.odev-catalog .bg-info {*/
    /*background-color: #d9edf7;*/
/*}*/
/*.odev-catalog a.bg-info:hover, .odev-catalog a.bg-info:focus {*/
    /*background-color: #afd9ee;*/
/*}*/
/*.odev-catalog .bg-warning {*/
    /*background-color: #fcf8e3;*/
/*}*/
/*.odev-catalog a.bg-warning:hover, .odev-catalog a.bg-warning:focus {*/
    /*background-color: #f7ecb5;*/
/*}*/
/*.odev-catalog .bg-danger {*/
    /*background-color: #f2dede;*/
/*}*/
/*.odev-catalog a.bg-danger:hover, .odev-catalog a.bg-danger:focus {*/
    /*background-color: #e4b9b9;*/
/*}*/
/*.odev-catalog .page-header {*/
    /*padding-bottom: 9px;*/
    /*margin: 40px 0 20px;*/
    /*border-bottom: 1px solid #eee;*/
/*}*/
/*.odev-catalog ul, .odev-catalog ol {*/
    /*margin-top: 0;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.odev-catalog ul ul, .odev-catalog ol ul, .odev-catalog ul ol, .odev-catalog ol ol {*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog .list-unstyled {*/
    /*padding-left: 0;*/
    /*list-style: none;*/
/*}*/
/*.odev-catalog .list-inline {*/
    /*padding-left: 0;*/
    /*margin-left: -5px;*/
    /*list-style: none;*/
/*}*/
/*.odev-catalog .list-inline > li {*/
    /*display: inline-block;*/
    /*padding-right: 5px;*/
    /*padding-left: 5px;*/
/*}*/
/*.odev-catalog dl {*/
    /*margin-top: 0;*/
    /*margin-bottom: 20px;*/
/*}*/
/*.odev-catalog dt, .odev-catalog dd {*/
    /*line-height: 1.42857;*/
/*}*/
/*.odev-catalog dt {*/
    /*font-weight: bold;*/
/*}*/
/*.odev-catalog dd {*/
    /*margin-left: 0;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .dl-horizontal dt {*/
        /*float: left;*/
        /*width: 160px;*/
        /*overflow: hidden;*/
        /*clear: left;*/
        /*text-align: right;*/
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
    /*}*/
    /*.odev-catalog .dl-horizontal dd {*/
        /*margin-left: 180px;*/
    /*}*/
/*}*/
/*.odev-catalog abbr[title], .odev-catalog abbr[data-original-title] {*/
    /*cursor: help;*/
    /*border-bottom: 1px dotted #777;*/
/*}*/
/*.odev-catalog .initialism {*/
    /*font-size: 90%;*/
    /*text-transform: uppercase;*/
/*}*/
/*.odev-catalog blockquote {*/
    /*padding: 10px 20px;*/
    /*margin: 0 0 20px;*/
    /*font-size: 17.5px;*/
    /*border-left: 5px solid #eee;*/
/*}*/
/*.odev-catalog blockquote p:last-child, .odev-catalog blockquote ul:last-child, .odev-catalog blockquote ol:last-child {*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog blockquote footer, .odev-catalog blockquote small, .odev-catalog blockquote .small {*/
    /*display: block;*/
    /*font-size: 80%;*/
    /*line-height: 1.42857;*/
    /*color: #777;*/
/*}*/
/*.odev-catalog blockquote footer:before, .odev-catalog blockquote small:before, .odev-catalog blockquote .small:before {*/
    /*content: '\2014 \00A0';*/
/*}*/
/*.odev-catalog .blockquote-reverse, .odev-catalog blockquote.pull-right {*/
    /*padding-right: 15px;*/
    /*padding-left: 0;*/
    /*text-align: right;*/
    /*border-right: 5px solid #eee;*/
    /*border-left: 0;*/
/*}*/
/*.odev-catalog .blockquote-reverse footer:before, .odev-catalog blockquote.pull-right footer:before, .odev-catalog .blockquote-reverse small:before, .odev-catalog blockquote.pull-right small:before, .odev-catalog .blockquote-reverse .small:before, .odev-catalog blockquote.pull-right .small:before {*/
    /*content: '';*/
/*}*/
/*.odev-catalog .blockquote-reverse footer:after, .odev-catalog blockquote.pull-right footer:after, .odev-catalog .blockquote-reverse small:after, .odev-catalog blockquote.pull-right small:after, .odev-catalog .blockquote-reverse .small:after, .odev-catalog blockquote.pull-right .small:after {*/
    /*content: '\00A0 \2014';*/
/*}*/
/*.odev-catalog address {*/
    /*margin-bottom: 20px;*/
    /*font-style: normal;*/
    /*line-height: 1.42857;*/
/*}*/
/*.odev-catalog code, .odev-catalog kbd, .odev-catalog pre, .odev-catalog samp {*/
    /*font-family: Menlo, Monaco, Consolas, "Courier New", monospace;*/
/*}*/
/*.odev-catalog code {*/
    /*padding: 2px 4px;*/
    /*font-size: 90%;*/
    /*color: #c7254e;*/
    /*background-color: #f9f2f4;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog kbd {*/
    /*padding: 2px 4px;*/
    /*font-size: 90%;*/
    /*color: #fff;*/
    /*background-color: #333;*/
    /*border-radius: 3px;*/
    /*-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);*/
    /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);*/
/*}*/
/*.odev-catalog kbd kbd {*/
    /*padding: 0;*/
    /*font-size: 100%;*/
    /*font-weight: bold;*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
/*}*/
/*.odev-catalog pre {*/
    /*display: block;*/
    /*padding: 9.5px;*/
    /*margin: 0 0 10px;*/
    /*font-size: 13px;*/
    /*line-height: 1.42857;*/
    /*color: #333;*/
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog pre code {*/
    /*padding: 0;*/
    /*font-size: inherit;*/
    /*color: inherit;*/
    /*white-space: pre-wrap;*/
    /*background-color: transparent;*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .pre-scrollable {*/
    /*max-height: 340px;*/
    /*overflow-y: scroll;*/
/*}*/
/*.odev-catalog .container {*/
    /*!* padding-right: 15px; *!*/
    /*padding-left: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .container {*/
        /*width: 750px;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) {*/
    /*.odev-catalog .container {*/
        /*width: 970px;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.odev-catalog .container {*/
        /*width: 1170px;*/
    /*}*/
/*}*/
/*.odev-catalog .container-fluid {*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
/*}*/
/*.odev-catalog .row {*/
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
/*}*/
/*.odev-catalog .col-xs-1, .odev-catalog .col-sm-1, .odev-catalog .col-md-1, .odev-catalog .col-lg-1, .odev-catalog .col-xs-2, .odev-catalog .col-sm-2, .odev-catalog .col-md-2, .odev-catalog .col-lg-2, .odev-catalog .col-xs-3, .odev-catalog .col-sm-3, .odev-catalog .col-md-3, .odev-catalog .col-lg-3, .odev-catalog .col-xs-4, .odev-catalog .col-sm-4, .odev-catalog .col-md-4, .odev-catalog .col-lg-4, .odev-catalog .col-xs-5, .odev-catalog .col-sm-5, .odev-catalog .col-md-5, .odev-catalog .col-lg-5, .odev-catalog .col-xs-6, .odev-catalog .col-sm-6, .odev-catalog .col-md-6, .odev-catalog .col-lg-6, .odev-catalog .col-xs-7, .odev-catalog .col-sm-7, .odev-catalog .col-md-7, .odev-catalog .col-lg-7, .odev-catalog .col-xs-8, .odev-catalog .col-sm-8, .odev-catalog .col-md-8, .odev-catalog .col-lg-8, .odev-catalog .col-xs-9, .odev-catalog .col-sm-9, .odev-catalog .col-md-9, .odev-catalog .col-lg-9, .odev-catalog .col-xs-10, .odev-catalog .col-sm-10, .odev-catalog .col-md-10, .odev-catalog .col-lg-10, .odev-catalog .col-xs-11, .odev-catalog .col-sm-11, .odev-catalog .col-md-11, .odev-catalog .col-lg-11, .odev-catalog .col-xs-12, .odev-catalog .col-sm-12, .odev-catalog .col-md-12, .odev-catalog .col-lg-12 {*/
    /*position: relative;*/
    /*min-height: 1px;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
/*}*/
/*.odev-catalog .col-xs-1, .odev-catalog .col-xs-2, .odev-catalog .col-xs-3, .odev-catalog .col-xs-4, .odev-catalog .col-xs-5, .odev-catalog .col-xs-6, .odev-catalog .col-xs-7, .odev-catalog .col-xs-8, .odev-catalog .col-xs-9, .odev-catalog .col-xs-10, .odev-catalog .col-xs-11, .odev-catalog .col-xs-12 {*/
    /*float: left;*/
/*}*/
/*.odev-catalog .col-xs-12 {*/
    /*width: 100%;*/
/*}*/
/*.odev-catalog .col-xs-11 {*/
    /*width: 91.66667%;*/
/*}*/
/*.odev-catalog .col-xs-10 {*/
    /*width: 83.33333%;*/
/*}*/
/*.odev-catalog .col-xs-9 {*/
    /*width: 75%;*/
/*}*/
/*.odev-catalog .col-xs-8 {*/
    /*width: 66.66667%;*/
/*}*/
/*.odev-catalog .col-xs-7 {*/
    /*width: 58.33333%;*/
/*}*/
/*.odev-catalog .col-xs-6 {*/
    /*width: 50%;*/
/*}*/
/*.odev-catalog .col-xs-5 {*/
    /*width: 41.66667%;*/
/*}*/
/*.odev-catalog .col-xs-4 {*/
    /*width: 33.33333%;*/
/*}*/
/*.odev-catalog .col-xs-3 {*/
    /*width: 25%;*/
/*}*/
/*.odev-catalog .col-xs-2 {*/
    /*width: 16.66667%;*/
/*}*/
/*.odev-catalog .col-xs-1 {*/
    /*width: 8.33333%;*/
/*}*/
/*.odev-catalog .col-xs-pull-12 {*/
    /*right: 100%;*/
/*}*/
/*.odev-catalog .col-xs-pull-11 {*/
    /*right: 91.66667%;*/
/*}*/
/*.odev-catalog .col-xs-pull-10 {*/
    /*right: 83.33333%;*/
/*}*/
/*.odev-catalog .col-xs-pull-9 {*/
    /*right: 75%;*/
/*}*/
/*.odev-catalog .col-xs-pull-8 {*/
    /*right: 66.66667%;*/
/*}*/
/*.odev-catalog .col-xs-pull-7 {*/
    /*right: 58.33333%;*/
/*}*/
/*.odev-catalog .col-xs-pull-6 {*/
    /*right: 50%;*/
/*}*/
/*.odev-catalog .col-xs-pull-5 {*/
    /*right: 41.66667%;*/
/*}*/
/*.odev-catalog .col-xs-pull-4 {*/
    /*right: 33.33333%;*/
/*}*/
/*.odev-catalog .col-xs-pull-3 {*/
    /*right: 25%;*/
/*}*/
/*.odev-catalog .col-xs-pull-2 {*/
    /*right: 16.66667%;*/
/*}*/
/*.odev-catalog .col-xs-pull-1 {*/
    /*right: 8.33333%;*/
/*}*/
/*.odev-catalog .col-xs-pull-0 {*/
    /*right: auto;*/
/*}*/
/*.odev-catalog .col-xs-push-12 {*/
    /*left: 100%;*/
/*}*/
/*.odev-catalog .col-xs-push-11 {*/
    /*left: 91.66667%;*/
/*}*/
/*.odev-catalog .col-xs-push-10 {*/
    /*left: 83.33333%;*/
/*}*/
/*.odev-catalog .col-xs-push-9 {*/
    /*left: 75%;*/
/*}*/
/*.odev-catalog .col-xs-push-8 {*/
    /*left: 66.66667%;*/
/*}*/
/*.odev-catalog .col-xs-push-7 {*/
    /*left: 58.33333%;*/
/*}*/
/*.odev-catalog .col-xs-push-6 {*/
    /*left: 50%;*/
/*}*/
/*.odev-catalog .col-xs-push-5 {*/
    /*left: 41.66667%;*/
/*}*/
/*.odev-catalog .col-xs-push-4 {*/
    /*left: 33.33333%;*/
/*}*/
/*.odev-catalog .col-xs-push-3 {*/
    /*left: 25%;*/
/*}*/
/*.odev-catalog .col-xs-push-2 {*/
    /*left: 16.66667%;*/
/*}*/
/*.odev-catalog .col-xs-push-1 {*/
    /*left: 8.33333%;*/
/*}*/
/*.odev-catalog .col-xs-push-0 {*/
    /*left: auto;*/
/*}*/
/*.odev-catalog .col-xs-offset-12 {*/
    /*margin-left: 100%;*/
/*}*/
/*.odev-catalog .col-xs-offset-11 {*/
    /*margin-left: 91.66667%;*/
/*}*/
/*.odev-catalog .col-xs-offset-10 {*/
    /*margin-left: 83.33333%;*/
/*}*/
/*.odev-catalog .col-xs-offset-9 {*/
    /*margin-left: 75%;*/
/*}*/
/*.odev-catalog .col-xs-offset-8 {*/
    /*margin-left: 66.66667%;*/
/*}*/
/*.odev-catalog .col-xs-offset-7 {*/
    /*margin-left: 58.33333%;*/
/*}*/
/*.odev-catalog .col-xs-offset-6 {*/
    /*margin-left: 50%;*/
/*}*/
/*.odev-catalog .col-xs-offset-5 {*/
    /*margin-left: 41.66667%;*/
/*}*/
/*.odev-catalog .col-xs-offset-4 {*/
    /*margin-left: 33.33333%;*/
/*}*/
/*.odev-catalog .col-xs-offset-3 {*/
    /*margin-left: 25%;*/
/*}*/
/*.odev-catalog .col-xs-offset-2 {*/
    /*margin-left: 16.66667%;*/
/*}*/
/*.odev-catalog .col-xs-offset-1 {*/
    /*margin-left: 8.33333%;*/
/*}*/
/*.odev-catalog .col-xs-offset-0 {*/
    /*margin-left: 0;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .col-sm-1, .odev-catalog .col-sm-2, .odev-catalog .col-sm-3, .odev-catalog .col-sm-4, .odev-catalog .col-sm-5, .odev-catalog .col-sm-6, .odev-catalog .col-sm-7, .odev-catalog .col-sm-8, .odev-catalog .col-sm-9, .odev-catalog .col-sm-10, .odev-catalog .col-sm-11, .odev-catalog .col-sm-12 {*/
        /*float: left;*/
    /*}*/
    /*.odev-catalog .col-sm-12 {*/
        /*width: 100%;*/
    /*}*/
    /*.odev-catalog .col-sm-11 {*/
        /*width: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-10 {*/
        /*width: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-9 {*/
        /*width: 75%;*/
    /*}*/
    /*.odev-catalog .col-sm-8 {*/
        /*width: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-7 {*/
        /*width: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-6 {*/
        /*width: 50%;*/
    /*}*/
    /*.odev-catalog .col-sm-5 {*/
        /*width: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-4 {*/
        /*width: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-3 {*/
        /*width: 25%;*/
    /*}*/
    /*.odev-catalog .col-sm-2 {*/
        /*width: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-1 {*/
        /*width: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-12 {*/
        /*right: 100%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-11 {*/
        /*right: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-10 {*/
        /*right: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-9 {*/
        /*right: 75%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-8 {*/
        /*right: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-7 {*/
        /*right: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-6 {*/
        /*right: 50%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-5 {*/
        /*right: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-4 {*/
        /*right: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-3 {*/
        /*right: 25%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-2 {*/
        /*right: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-1 {*/
        /*right: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-pull-0 {*/
        /*right: auto;*/
    /*}*/
    /*.odev-catalog .col-sm-push-12 {*/
        /*left: 100%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-11 {*/
        /*left: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-10 {*/
        /*left: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-9 {*/
        /*left: 75%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-8 {*/
        /*left: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-7 {*/
        /*left: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-6 {*/
        /*left: 50%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-5 {*/
        /*left: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-4 {*/
        /*left: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-3 {*/
        /*left: 25%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-2 {*/
        /*left: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-1 {*/
        /*left: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-push-0 {*/
        /*left: auto;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-12 {*/
        /*margin-left: 100%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-11 {*/
        /*margin-left: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-10 {*/
        /*margin-left: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-9 {*/
        /*margin-left: 75%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-8 {*/
        /*margin-left: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-7 {*/
        /*margin-left: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-6 {*/
        /*margin-left: 50%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-5 {*/
        /*margin-left: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-4 {*/
        /*margin-left: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-3 {*/
        /*margin-left: 25%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-2 {*/
        /*margin-left: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-1 {*/
        /*margin-left: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-sm-offset-0 {*/
        /*margin-left: 0;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) {*/
    /*.odev-catalog .col-md-1, .odev-catalog .col-md-2, .odev-catalog .col-md-3, .odev-catalog .col-md-4, .odev-catalog .col-md-5, .odev-catalog .col-md-6, .odev-catalog .col-md-7, .odev-catalog .col-md-8, .odev-catalog .col-md-9, .odev-catalog .col-md-10, .odev-catalog .col-md-11, .odev-catalog .col-md-12 {*/
        /*float: left;*/
    /*}*/
    /*.odev-catalog .col-md-12 {*/
        /*width: 100%;*/
    /*}*/
    /*.odev-catalog .col-md-11 {*/
        /*width: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-10 {*/
        /*width: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-9 {*/
        /*width: 75%;*/
    /*}*/
    /*.odev-catalog .col-md-8 {*/
        /*width: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-7 {*/
        /*width: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-6 {*/
        /*width: 50%;*/
    /*}*/
    /*.odev-catalog .col-md-5 {*/
        /*width: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-4 {*/
        /*width: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-3 {*/
        /*width: 25%;*/
    /*}*/
    /*.odev-catalog .col-md-2 {*/
        /*width: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-1 {*/
        /*width: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-12 {*/
        /*right: 100%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-11 {*/
        /*right: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-10 {*/
        /*right: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-9 {*/
        /*right: 75%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-8 {*/
        /*right: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-7 {*/
        /*right: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-6 {*/
        /*right: 50%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-5 {*/
        /*right: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-4 {*/
        /*right: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-3 {*/
        /*right: 25%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-2 {*/
        /*right: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-1 {*/
        /*right: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-pull-0 {*/
        /*right: auto;*/
    /*}*/
    /*.odev-catalog .col-md-push-12 {*/
        /*left: 100%;*/
    /*}*/
    /*.odev-catalog .col-md-push-11 {*/
        /*left: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-push-10 {*/
        /*left: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-push-9 {*/
        /*left: 75%;*/
    /*}*/
    /*.odev-catalog .col-md-push-8 {*/
        /*left: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-push-7 {*/
        /*left: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-push-6 {*/
        /*left: 50%;*/
    /*}*/
    /*.odev-catalog .col-md-push-5 {*/
        /*left: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-push-4 {*/
        /*left: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-push-3 {*/
        /*left: 25%;*/
    /*}*/
    /*.odev-catalog .col-md-push-2 {*/
        /*left: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-push-1 {*/
        /*left: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-push-0 {*/
        /*left: auto;*/
    /*}*/
    /*.odev-catalog .col-md-offset-12 {*/
        /*margin-left: 100%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-11 {*/
        /*margin-left: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-10 {*/
        /*margin-left: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-9 {*/
        /*margin-left: 75%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-8 {*/
        /*margin-left: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-7 {*/
        /*margin-left: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-6 {*/
        /*margin-left: 50%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-5 {*/
        /*margin-left: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-4 {*/
        /*margin-left: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-3 {*/
        /*margin-left: 25%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-2 {*/
        /*margin-left: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-1 {*/
        /*margin-left: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-md-offset-0 {*/
        /*margin-left: 0;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.odev-catalog .col-lg-1, .odev-catalog .col-lg-2, .odev-catalog .col-lg-3, .odev-catalog .col-lg-4, .odev-catalog .col-lg-5, .odev-catalog .col-lg-6, .odev-catalog .col-lg-7, .odev-catalog .col-lg-8, .odev-catalog .col-lg-9, .odev-catalog .col-lg-10, .odev-catalog .col-lg-11, .odev-catalog .col-lg-12 {*/
        /*float: left;*/
    /*}*/
    /*.odev-catalog .col-lg-12 {*/
        /*width: 100%;*/
    /*}*/
    /*.odev-catalog .col-lg-11 {*/
        /*width: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-10 {*/
        /*width: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-9 {*/
        /*width: 75%;*/
    /*}*/
    /*.odev-catalog .col-lg-8 {*/
        /*width: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-7 {*/
        /*width: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-6 {*/
        /*width: 50%;*/
    /*}*/
    /*.odev-catalog .col-lg-5 {*/
        /*width: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-4 {*/
        /*width: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-3 {*/
        /*width: 25%;*/
    /*}*/
    /*.odev-catalog .col-lg-2 {*/
        /*width: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-1 {*/
        /*width: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-12 {*/
        /*right: 100%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-11 {*/
        /*right: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-10 {*/
        /*right: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-9 {*/
        /*right: 75%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-8 {*/
        /*right: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-7 {*/
        /*right: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-6 {*/
        /*right: 50%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-5 {*/
        /*right: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-4 {*/
        /*right: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-3 {*/
        /*right: 25%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-2 {*/
        /*right: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-1 {*/
        /*right: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-pull-0 {*/
        /*right: auto;*/
    /*}*/
    /*.odev-catalog .col-lg-push-12 {*/
        /*left: 100%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-11 {*/
        /*left: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-10 {*/
        /*left: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-9 {*/
        /*left: 75%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-8 {*/
        /*left: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-7 {*/
        /*left: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-6 {*/
        /*left: 50%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-5 {*/
        /*left: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-4 {*/
        /*left: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-3 {*/
        /*left: 25%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-2 {*/
        /*left: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-1 {*/
        /*left: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-push-0 {*/
        /*left: auto;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-12 {*/
        /*margin-left: 100%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-11 {*/
        /*margin-left: 91.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-10 {*/
        /*margin-left: 83.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-9 {*/
        /*margin-left: 75%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-8 {*/
        /*margin-left: 66.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-7 {*/
        /*margin-left: 58.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-6 {*/
        /*margin-left: 50%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-5 {*/
        /*margin-left: 41.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-4 {*/
        /*margin-left: 33.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-3 {*/
        /*margin-left: 25%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-2 {*/
        /*margin-left: 16.66667%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-1 {*/
        /*margin-left: 8.33333%;*/
    /*}*/
    /*.odev-catalog .col-lg-offset-0 {*/
        /*margin-left: 0;*/
    /*}*/
/*}*/
/*.odev-catalog table {*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog caption {*/
    /*padding-top: 8px;*/
    /*padding-bottom: 8px;*/
    /*color: #777;*/
    /*text-align: left;*/
/*}*/
/*.odev-catalog th {*/
    /*text-align: left;*/
/*}*/
/*.odev-catalog .table {*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*margin-bottom: 20px;*/
/*}*/
/*.odev-catalog .table > thead > tr > th, .odev-catalog .table > tbody > tr > th, .odev-catalog .table > tfoot > tr > th, .odev-catalog .table > thead > tr > td, .odev-catalog .table > tbody > tr > td, .odev-catalog .table > tfoot > tr > td {*/
    /*padding: 8px;*/
    /*line-height: 1.42857;*/
    /*vertical-align: top;*/
    /*border-top: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .table > thead > tr > th {*/
    /*vertical-align: bottom;*/
    /*border-bottom: 2px solid #ddd;*/
/*}*/
/*.odev-catalog .table > caption + thead > tr:first-child > th, .odev-catalog .table > colgroup + thead > tr:first-child > th, .odev-catalog .table > thead:first-child > tr:first-child > th, .odev-catalog .table > caption + thead > tr:first-child > td, .odev-catalog .table > colgroup + thead > tr:first-child > td, .odev-catalog .table > thead:first-child > tr:first-child > td {*/
    /*border-top: 0;*/
/*}*/
/*.odev-catalog .table > tbody + tbody {*/
    /*border-top: 2px solid #ddd;*/
/*}*/
/*.odev-catalog .table .table {*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .table-condensed > thead > tr > th, .odev-catalog .table-condensed > tbody > tr > th, .odev-catalog .table-condensed > tfoot > tr > th, .odev-catalog .table-condensed > thead > tr > td, .odev-catalog .table-condensed > tbody > tr > td, .odev-catalog .table-condensed > tfoot > tr > td {*/
    /*padding: 5px;*/
/*}*/
/*.odev-catalog .table-bordered {*/
    /*border: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .table-bordered > thead > tr > th, .odev-catalog .table-bordered > tbody > tr > th, .odev-catalog .table-bordered > tfoot > tr > th, .odev-catalog .table-bordered > thead > tr > td, .odev-catalog .table-bordered > tbody > tr > td, .odev-catalog .table-bordered > tfoot > tr > td {*/
    /*border: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .table-bordered > thead > tr > th, .odev-catalog .table-bordered > thead > tr > td {*/
    /*border-bottom-width: 2px;*/
/*}*/
/*.odev-catalog .table-striped > tbody > tr:nth-of-type(odd) {*/
    /*background-color: #f9f9f9;*/
/*}*/
/*.odev-catalog .table-hover > tbody > tr:hover {*/
    /*background-color: #f5f5f5;*/
/*}*/
/*.odev-catalog table col[class*="col-"] {*/
    /*position: static;*/
    /*display: table-column;*/
    /*float: none;*/
/*}*/
/*.odev-catalog table td[class*="col-"], .odev-catalog table th[class*="col-"] {*/
    /*position: static;*/
    /*display: table-cell;*/
    /*float: none;*/
/*}*/
/*.odev-catalog .table > thead > tr > td.active, .odev-catalog .table > tbody > tr > td.active, .odev-catalog .table > tfoot > tr > td.active, .odev-catalog .table > thead > tr > th.active, .odev-catalog .table > tbody > tr > th.active, .odev-catalog .table > tfoot > tr > th.active, .odev-catalog .table > thead > tr.active > td, .odev-catalog .table > tbody > tr.active > td, .odev-catalog .table > tfoot > tr.active > td, .odev-catalog .table > thead > tr.active > th, .odev-catalog .table > tbody > tr.active > th, .odev-catalog .table > tfoot > tr.active > th {*/
    /*background-color: #f5f5f5;*/
/*}*/
/*.odev-catalog .table-hover > tbody > tr > td.active:hover, .odev-catalog .table-hover > tbody > tr > th.active:hover, .odev-catalog .table-hover > tbody > tr.active:hover > td, .odev-catalog .table-hover > tbody > tr:hover > .active, .odev-catalog .table-hover > tbody > tr.active:hover > th {*/
    /*background-color: #e8e8e8;*/
/*}*/
/*.odev-catalog .table > thead > tr > td.success, .odev-catalog .table > tbody > tr > td.success, .odev-catalog .table > tfoot > tr > td.success, .odev-catalog .table > thead > tr > th.success, .odev-catalog .table > tbody > tr > th.success, .odev-catalog .table > tfoot > tr > th.success, .odev-catalog .table > thead > tr.success > td, .odev-catalog .table > tbody > tr.success > td, .odev-catalog .table > tfoot > tr.success > td, .odev-catalog .table > thead > tr.success > th, .odev-catalog .table > tbody > tr.success > th, .odev-catalog .table > tfoot > tr.success > th {*/
    /*background-color: #dff0d8;*/
/*}*/
/*.odev-catalog .table-hover > tbody > tr > td.success:hover, .odev-catalog .table-hover > tbody > tr > th.success:hover, .odev-catalog .table-hover > tbody > tr.success:hover > td, .odev-catalog .table-hover > tbody > tr:hover > .success, .odev-catalog .table-hover > tbody > tr.success:hover > th {*/
    /*background-color: #d0e9c6;*/
/*}*/
/*.odev-catalog .table > thead > tr > td.info, .odev-catalog .table > tbody > tr > td.info, .odev-catalog .table > tfoot > tr > td.info, .odev-catalog .table > thead > tr > th.info, .odev-catalog .table > tbody > tr > th.info, .odev-catalog .table > tfoot > tr > th.info, .odev-catalog .table > thead > tr.info > td, .odev-catalog .table > tbody > tr.info > td, .odev-catalog .table > tfoot > tr.info > td, .odev-catalog .table > thead > tr.info > th, .odev-catalog .table > tbody > tr.info > th, .odev-catalog .table > tfoot > tr.info > th {*/
    /*background-color: #d9edf7;*/
/*}*/
/*.odev-catalog .table-hover > tbody > tr > td.info:hover, .odev-catalog .table-hover > tbody > tr > th.info:hover, .odev-catalog .table-hover > tbody > tr.info:hover > td, .odev-catalog .table-hover > tbody > tr:hover > .info, .odev-catalog .table-hover > tbody > tr.info:hover > th {*/
    /*background-color: #c4e3f3;*/
/*}*/
/*.odev-catalog .table > thead > tr > td.warning, .odev-catalog .table > tbody > tr > td.warning, .odev-catalog .table > tfoot > tr > td.warning, .odev-catalog .table > thead > tr > th.warning, .odev-catalog .table > tbody > tr > th.warning, .odev-catalog .table > tfoot > tr > th.warning, .odev-catalog .table > thead > tr.warning > td, .odev-catalog .table > tbody > tr.warning > td, .odev-catalog .table > tfoot > tr.warning > td, .odev-catalog .table > thead > tr.warning > th, .odev-catalog .table > tbody > tr.warning > th, .odev-catalog .table > tfoot > tr.warning > th {*/
    /*background-color: #fcf8e3;*/
/*}*/
/*.odev-catalog .table-hover > tbody > tr > td.warning:hover, .odev-catalog .table-hover > tbody > tr > th.warning:hover, .odev-catalog .table-hover > tbody > tr.warning:hover > td, .odev-catalog .table-hover > tbody > tr:hover > .warning, .odev-catalog .table-hover > tbody > tr.warning:hover > th {*/
    /*background-color: #faf2cc;*/
/*}*/
/*.odev-catalog .table > thead > tr > td.danger, .odev-catalog .table > tbody > tr > td.danger, .odev-catalog .table > tfoot > tr > td.danger, .odev-catalog .table > thead > tr > th.danger, .odev-catalog .table > tbody > tr > th.danger, .odev-catalog .table > tfoot > tr > th.danger, .odev-catalog .table > thead > tr.danger > td, .odev-catalog .table > tbody > tr.danger > td, .odev-catalog .table > tfoot > tr.danger > td, .odev-catalog .table > thead > tr.danger > th, .odev-catalog .table > tbody > tr.danger > th, .odev-catalog .table > tfoot > tr.danger > th {*/
    /*background-color: #f2dede;*/
/*}*/
/*.odev-catalog .table-hover > tbody > tr > td.danger:hover, .odev-catalog .table-hover > tbody > tr > th.danger:hover, .odev-catalog .table-hover > tbody > tr.danger:hover > td, .odev-catalog .table-hover > tbody > tr:hover > .danger, .odev-catalog .table-hover > tbody > tr.danger:hover > th {*/
    /*background-color: #ebcccc;*/
/*}*/
/*.odev-catalog .table-responsive {*/
    /*min-height: 0.01%;*/
    /*overflow-x: auto;*/
/*}*/
/*@media screen and (max-width: 767px) {*/
    /*.odev-catalog .table-responsive {*/
        /*width: 100%;*/
        /*margin-bottom: 15px;*/
        /*overflow-y: hidden;*/
        /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
        /*border: 1px solid #ddd;*/
    /*}*/
    /*.odev-catalog .table-responsive > .table {*/
        /*margin-bottom: 0;*/
    /*}*/
    /*.odev-catalog .table-responsive > .table > thead > tr > th, .odev-catalog .table-responsive > .table > tbody > tr > th, .odev-catalog .table-responsive > .table > tfoot > tr > th, .odev-catalog .table-responsive > .table > thead > tr > td, .odev-catalog .table-responsive > .table > tbody > tr > td, .odev-catalog .table-responsive > .table > tfoot > tr > td {*/
        /*white-space: nowrap;*/
    /*}*/
    /*.odev-catalog .table-responsive > .table-bordered {*/
        /*border: 0;*/
    /*}*/
    /*.odev-catalog .table-responsive > .table-bordered > thead > tr > th:first-child, .odev-catalog .table-responsive > .table-bordered > tbody > tr > th:first-child, .odev-catalog .table-responsive > .table-bordered > tfoot > tr > th:first-child, .odev-catalog .table-responsive > .table-bordered > thead > tr > td:first-child, .odev-catalog .table-responsive > .table-bordered > tbody > tr > td:first-child, .odev-catalog .table-responsive > .table-bordered > tfoot > tr > td:first-child {*/
        /*border-left: 0;*/
    /*}*/
    /*.odev-catalog .table-responsive > .table-bordered > thead > tr > th:last-child, .odev-catalog .table-responsive > .table-bordered > tbody > tr > th:last-child, .odev-catalog .table-responsive > .table-bordered > tfoot > tr > th:last-child, .odev-catalog .table-responsive > .table-bordered > thead > tr > td:last-child, .odev-catalog .table-responsive > .table-bordered > tbody > tr > td:last-child, .odev-catalog .table-responsive > .table-bordered > tfoot > tr > td:last-child {*/
        /*border-right: 0;*/
    /*}*/
    /*.odev-catalog .table-responsive > .table-bordered > tbody > tr:last-child > th, .odev-catalog .table-responsive > .table-bordered > tfoot > tr:last-child > th, .odev-catalog .table-responsive > .table-bordered > tbody > tr:last-child > td, .odev-catalog .table-responsive > .table-bordered > tfoot > tr:last-child > td {*/
        /*border-bottom: 0;*/
    /*}*/
/*}*/
/*.odev-catalog fieldset {*/
    /*min-width: 0;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog legend {*/
    /*display: block;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*margin-bottom: 20px;*/
    /*font-size: 21px;*/
    /*line-height: inherit;*/
    /*color: #333;*/
    /*border: 0;*/
    /*border-bottom: 1px solid #e5e5e5;*/
/*}*/
.odev-catalog label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: initial;
}
/*.odev-catalog input[type="search"] {*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
/*.odev-catalog input[type="radio"], .odev-catalog input[type="checkbox"] {*/
    /*margin: 4px 0 0;*/
    /*margin-top: 1px \9;*/
    /*line-height: normal;*/
/*}*/
/*.odev-catalog input[type="file"] {*/
    /*display: block;*/
/*}*/
/*.odev-catalog input[type="range"] {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/
/*.odev-catalog select[multiple], .odev-catalog select[size] {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog input[type="file"]:focus, .odev-catalog input[type="radio"]:focus, .odev-catalog input[type="checkbox"]:focus {*/
    /*outline: thin dotted;*/
    /*outline: 5px auto -webkit-focus-ring-color;*/
    /*outline-offset: -2px;*/
/*}*/
/*.odev-catalog output {*/
    /*display: block;*/
    /*padding-top: 7px;*/
    /*font-size: 14px;*/
    /*line-height: 1.42857;*/
    /*color: #555;*/
/*}*/
/*.odev-catalog .form-control {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 34px;*/
    /*padding: 6px 12px;*/
    /*font-size: 14px;*/
    /*line-height: 1.42857;*/
    /*color: #555;*/
    /*background-color: #fff;*/
    /*background-image: none;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;*/
    /*-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
    /*transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
/*}*/
/*.odev-catalog .form-control:focus {*/
    /*border-color: #66afe9;*/
    /*outline: 0;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
/*}*/
/*.odev-catalog .form-control::-moz-placeholder {*/
    /*color: #999;*/
    /*opacity: 1;*/
/*}*/
/*.odev-catalog .form-control:-ms-input-placeholder {*/
    /*color: #999;*/
/*}*/
/*.odev-catalog .form-control::-webkit-input-placeholder {*/
    /*color: #999;*/
/*}*/
/*.odev-catalog .form-control::-ms-expand {*/
    /*background-color: transparent;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog .form-control[disabled], .odev-catalog .form-control[readonly], .odev-catalog fieldset[disabled] .form-control {*/
    /*background-color: #eee;*/
    /*opacity: 1;*/
/*}*/
/*.odev-catalog .form-control[disabled], .odev-catalog fieldset[disabled] .form-control {*/
    /*cursor: not-allowed;*/
/*}*/
/*.odev-catalog textarea.form-control {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog input[type="search"] {*/
    /*-webkit-appearance: none;*/
/*}*/
/*@media screen and (-webkit-min-device-pixel-ratio: 0) {*/
    /*.odev-catalog input[type="date"].form-control, .odev-catalog input[type="time"].form-control, .odev-catalog input[type="datetime-local"].form-control, .odev-catalog input[type="month"].form-control {*/
        /*line-height: 34px;*/
    /*}*/
    /*.odev-catalog input[type="date"].input-sm, .odev-catalog input[type="time"].input-sm, .odev-catalog input[type="datetime-local"].input-sm, .odev-catalog input[type="month"].input-sm, .odev-catalog .input-group-sm input[type="date"], .odev-catalog .input-group-sm input[type="time"], .odev-catalog .input-group-sm input[type="datetime-local"], .odev-catalog .input-group-sm input[type="month"] {*/
        /*line-height: 30px;*/
    /*}*/
    /*.odev-catalog input[type="date"].input-lg, .odev-catalog input[type="time"].input-lg, .odev-catalog input[type="datetime-local"].input-lg, .odev-catalog input[type="month"].input-lg, .odev-catalog .input-group-lg input[type="date"], .odev-catalog .input-group-lg input[type="time"], .odev-catalog .input-group-lg input[type="datetime-local"], .odev-catalog .input-group-lg input[type="month"] {*/
        /*line-height: 46px;*/
    /*}*/
/*}*/
/*.odev-catalog .form-group {*/
    /*margin-bottom: 15px;*/
/*}*/
/*.odev-catalog .radio, .odev-catalog .checkbox {*/
    /*position: relative;*/
    /*display: block;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.odev-catalog .radio label, .odev-catalog .checkbox label {*/
    /*min-height: 20px;*/
    /*padding-left: 20px;*/
    /*margin-bottom: 0;*/
    /*font-weight: normal;*/
    /*cursor: pointer;*/
/*}*/
/*.odev-catalog .radio input[type="radio"], .odev-catalog .radio-inline input[type="radio"], .odev-catalog .checkbox input[type="checkbox"], .odev-catalog .checkbox-inline input[type="checkbox"] {*/
    /*position: absolute;*/
    /*margin-top: 4px \9;*/
    /*margin-left: -20px;*/
/*}*/
/*.odev-catalog .radio + .radio, .odev-catalog .checkbox + .checkbox {*/
    /*margin-top: -5px;*/
/*}*/
/*.odev-catalog .radio-inline, .odev-catalog .checkbox-inline {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*padding-left: 20px;*/
    /*margin-bottom: 0;*/
    /*font-weight: normal;*/
    /*vertical-align: middle;*/
    /*cursor: pointer;*/
/*}*/
/*.odev-catalog .radio-inline + .radio-inline, .odev-catalog .checkbox-inline + .checkbox-inline {*/
    /*margin-top: 0;*/
    /*margin-left: 10px;*/
/*}*/
/*.odev-catalog input[type="radio"][disabled], .odev-catalog input[type="checkbox"][disabled], .odev-catalog input[type="radio"].disabled, .odev-catalog input[type="checkbox"].disabled, .odev-catalog fieldset[disabled] input[type="radio"], .odev-catalog fieldset[disabled] input[type="checkbox"] {*/
    /*cursor: not-allowed;*/
/*}*/
/*.odev-catalog .radio-inline.disabled, .odev-catalog .checkbox-inline.disabled, .odev-catalog fieldset[disabled] .radio-inline, .odev-catalog fieldset[disabled] .checkbox-inline {*/
    /*cursor: not-allowed;*/
/*}*/
/*.odev-catalog .radio.disabled label, .odev-catalog .checkbox.disabled label, .odev-catalog fieldset[disabled] .radio label, .odev-catalog fieldset[disabled] .checkbox label {*/
    /*cursor: not-allowed;*/
/*}*/
/*.odev-catalog .form-control-static {*/
    /*min-height: 34px;*/
    /*padding-top: 7px;*/
    /*padding-bottom: 7px;*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog .form-control-static.input-lg, .odev-catalog .form-control-static.input-sm {*/
    /*padding-right: 0;*/
    /*padding-left: 0;*/
/*}*/
/*.odev-catalog .input-sm {*/
    /*height: 30px;*/
    /*padding: 5px 10px;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
    /*border-radius: 3px;*/
/*}*/
/*.odev-catalog select.input-sm {*/
    /*height: 30px;*/
    /*line-height: 30px;*/
/*}*/
/*.odev-catalog textarea.input-sm, .odev-catalog select[multiple].input-sm {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog .form-group-sm .form-control {*/
    /*height: 30px;*/
    /*padding: 5px 10px;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
    /*border-radius: 3px;*/
/*}*/
/*.odev-catalog .form-group-sm select.form-control {*/
    /*height: 30px;*/
    /*line-height: 30px;*/
/*}*/
/*.odev-catalog .form-group-sm textarea.form-control, .odev-catalog .form-group-sm select[multiple].form-control {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog .form-group-sm .form-control-static {*/
    /*height: 30px;*/
    /*min-height: 32px;*/
    /*padding: 6px 10px;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
/*}*/
/*.odev-catalog .input-lg {*/
    /*height: 46px;*/
    /*padding: 10px 16px;*/
    /*font-size: 18px;*/
    /*line-height: 1.33333;*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog select.input-lg {*/
    /*height: 46px;*/
    /*line-height: 46px;*/
/*}*/
/*.odev-catalog textarea.input-lg, .odev-catalog select[multiple].input-lg {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog .form-group-lg .form-control {*/
    /*height: 46px;*/
    /*padding: 10px 16px;*/
    /*font-size: 18px;*/
    /*line-height: 1.33333;*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog .form-group-lg select.form-control {*/
    /*height: 46px;*/
    /*line-height: 46px;*/
/*}*/
/*.odev-catalog .form-group-lg textarea.form-control, .odev-catalog .form-group-lg select[multiple].form-control {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog .form-group-lg .form-control-static {*/
    /*height: 46px;*/
    /*min-height: 38px;*/
    /*padding: 11px 16px;*/
    /*font-size: 18px;*/
    /*line-height: 1.33333;*/
/*}*/
/*.odev-catalog .has-feedback {*/
    /*position: relative;*/
/*}*/
/*.odev-catalog .has-feedback .form-control {*/
    /*padding-right: 42.5px;*/
/*}*/
/*.odev-catalog .form-control-feedback {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*z-index: 2;*/
    /*display: block;*/
    /*width: 34px;*/
    /*height: 34px;*/
    /*line-height: 34px;*/
    /*text-align: center;*/
    /*pointer-events: none;*/
/*}*/
/*.odev-catalog .input-lg + .form-control-feedback, .odev-catalog .input-group-lg + .form-control-feedback, .odev-catalog .form-group-lg .form-control + .form-control-feedback {*/
    /*width: 46px;*/
    /*height: 46px;*/
    /*line-height: 46px;*/
/*}*/
/*.odev-catalog .input-sm + .form-control-feedback, .odev-catalog .input-group-sm + .form-control-feedback, .odev-catalog .form-group-sm .form-control + .form-control-feedback {*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
/*}*/
/*.odev-catalog .has-success .help-block, .odev-catalog .has-success .control-label, .odev-catalog .has-success .radio, .odev-catalog .has-success .checkbox, .odev-catalog .has-success .radio-inline, .odev-catalog .has-success .checkbox-inline, .odev-catalog .has-success.radio label, .odev-catalog .has-success.checkbox label, .odev-catalog .has-success.radio-inline label, .odev-catalog .has-success.checkbox-inline label {*/
    /*color: #3c763d;*/
/*}*/
/*.odev-catalog .has-success .form-control {*/
    /*border-color: #3c763d;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
/*}*/
/*.odev-catalog .has-success .form-control:focus {*/
    /*border-color: #2b542c;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;*/
/*}*/
/*.odev-catalog .has-success .input-group-addon {*/
    /*color: #3c763d;*/
    /*background-color: #dff0d8;*/
    /*border-color: #3c763d;*/
/*}*/
/*.odev-catalog .has-success .form-control-feedback {*/
    /*color: #3c763d;*/
/*}*/
/*.odev-catalog .has-warning .help-block, .odev-catalog .has-warning .control-label, .odev-catalog .has-warning .radio, .odev-catalog .has-warning .checkbox, .odev-catalog .has-warning .radio-inline, .odev-catalog .has-warning .checkbox-inline, .odev-catalog .has-warning.radio label, .odev-catalog .has-warning.checkbox label, .odev-catalog .has-warning.radio-inline label, .odev-catalog .has-warning.checkbox-inline label {*/
    /*color: #8a6d3b;*/
/*}*/
/*.odev-catalog .has-warning .form-control {*/
    /*border-color: #8a6d3b;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
/*}*/
/*.odev-catalog .has-warning .form-control:focus {*/
    /*border-color: #66512c;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;*/
/*}*/
/*.odev-catalog .has-warning .input-group-addon {*/
    /*color: #8a6d3b;*/
    /*background-color: #fcf8e3;*/
    /*border-color: #8a6d3b;*/
/*}*/
/*.odev-catalog .has-warning .form-control-feedback {*/
    /*color: #8a6d3b;*/
/*}*/
/*.odev-catalog .has-error .help-block, .odev-catalog .has-error .control-label, .odev-catalog .has-error .radio, .odev-catalog .has-error .checkbox, .odev-catalog .has-error .radio-inline, .odev-catalog .has-error .checkbox-inline, .odev-catalog .has-error.radio label, .odev-catalog .has-error.checkbox label, .odev-catalog .has-error.radio-inline label, .odev-catalog .has-error.checkbox-inline label {*/
    /*color: #a94442;*/
/*}*/
/*.odev-catalog .has-error .form-control {*/
    /*border-color: #a94442;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
/*}*/
/*.odev-catalog .has-error .form-control:focus {*/
    /*border-color: #843534;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
/*}*/
/*.odev-catalog .has-error .input-group-addon {*/
    /*color: #a94442;*/
    /*background-color: #f2dede;*/
    /*border-color: #a94442;*/
/*}*/
/*.odev-catalog .has-error .form-control-feedback {*/
    /*color: #a94442;*/
/*}*/
/*.odev-catalog .has-feedback label ~ .form-control-feedback {*/
    /*top: 25px;*/
/*}*/
/*.odev-catalog .has-feedback label.sr-only ~ .form-control-feedback {*/
    /*top: 0;*/
/*}*/
/*.odev-catalog .help-block {*/
    /*display: block;*/
    /*margin-top: 5px;*/
    /*margin-bottom: 10px;*/
    /*color: #737373;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .form-inline .form-group {*/
        /*display: inline-block;*/
        /*margin-bottom: 0;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .form-inline .form-control {*/
        /*display: inline-block;*/
        /*width: auto;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .form-inline .form-control-static {*/
        /*display: inline-block;*/
    /*}*/
    /*.odev-catalog .form-inline .input-group {*/
        /*display: inline-table;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .form-inline .input-group .input-group-addon, .odev-catalog .form-inline .input-group .input-group-btn, .odev-catalog .form-inline .input-group .form-control {*/
        /*width: auto;*/
    /*}*/
    /*.odev-catalog .form-inline .input-group > .form-control {*/
        /*width: 100%;*/
    /*}*/
    /*.odev-catalog .form-inline .control-label {*/
        /*margin-bottom: 0;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .form-inline .radio, .odev-catalog .form-inline .checkbox {*/
        /*display: inline-block;*/
        /*margin-top: 0;*/
        /*margin-bottom: 0;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .form-inline .radio label, .odev-catalog .form-inline .checkbox label {*/
        /*padding-left: 0;*/
    /*}*/
    /*.odev-catalog .form-inline .radio input[type="radio"], .odev-catalog .form-inline .checkbox input[type="checkbox"] {*/
        /*position: relative;*/
        /*margin-left: 0;*/
    /*}*/
    /*.odev-catalog .form-inline .has-feedback .form-control-feedback {*/
        /*top: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .form-horizontal .radio, .odev-catalog .form-horizontal .checkbox, .odev-catalog .form-horizontal .radio-inline, .odev-catalog .form-horizontal .checkbox-inline {*/
    /*padding-top: 7px;*/
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog .form-horizontal .radio, .odev-catalog .form-horizontal .checkbox {*/
    /*min-height: 27px;*/
/*}*/
/*.odev-catalog .form-horizontal .form-group {*/
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .form-horizontal .control-label {*/
        /*padding-top: 7px;*/
        /*margin-bottom: 0;*/
        /*text-align: right;*/
    /*}*/
/*}*/
/*.odev-catalog .form-horizontal .has-feedback .form-control-feedback {*/
    /*right: 15px;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .form-horizontal .form-group-lg .control-label {*/
        /*padding-top: 11px;*/
        /*font-size: 18px;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .form-horizontal .form-group-sm .control-label {*/
        /*padding-top: 6px;*/
        /*font-size: 12px;*/
    /*}*/
/*}*/
/*.odev-catalog .btn {*/
    /*display: inline-block;*/
    /*padding: 6px 12px;*/
    /*margin-bottom: 0;*/
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*line-height: 1.42857;*/
    /*text-align: center;*/
    /*white-space: nowrap;*/
    /*vertical-align: middle;*/
    /*-ms-touch-action: manipulation;*/
    /*touch-action: manipulation;*/
    /*cursor: pointer;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*background-image: none;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .btn:focus, .odev-catalog .btn:active:focus, .odev-catalog .btn.active:focus, .odev-catalog .btn.focus, .odev-catalog .btn:active.focus, .odev-catalog .btn.active.focus {*/
    /*outline: thin dotted;*/
    /*outline: 5px auto -webkit-focus-ring-color;*/
    /*outline-offset: -2px;*/
/*}*/
/*.odev-catalog .btn:hover, .odev-catalog .btn:focus, .odev-catalog .btn.focus {*/
    /*color: #333;*/
    /*text-decoration: none;*/
/*}*/
/*.odev-catalog .btn:active, .odev-catalog .btn.active {*/
    /*background-image: none;*/
    /*outline: 0;*/
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/
    /*box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/
/*}*/
/*.odev-catalog .btn.disabled, .odev-catalog .btn[disabled], .odev-catalog fieldset[disabled] .btn {*/
    /*cursor: not-allowed;*/
    /*filter: alpha(opacity=65);*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    /*opacity: 0.65;*/
/*}*/
/*.odev-catalog a.btn.disabled, .odev-catalog fieldset[disabled] a.btn {*/
    /*pointer-events: none;*/
/*}*/
/*.odev-catalog .btn-default {*/
    /*color: #333;*/
    /*background-color: #fff;*/
    /*border-color: #ccc;*/
/*}*/
/*.odev-catalog .btn-default:focus, .odev-catalog .btn-default.focus {*/
    /*color: #333;*/
    /*background-color: #e6e6e6;*/
    /*border-color: #8c8c8c;*/
/*}*/
/*.odev-catalog .btn-default:hover {*/
    /*color: #333;*/
    /*background-color: #e6e6e6;*/
    /*border-color: #adadad;*/
/*}*/
/*.odev-catalog .btn-default:active, .odev-catalog .btn-default.active, .odev-catalog .open > .dropdown-toggle.btn-default {*/
    /*color: #333;*/
    /*background-color: #e6e6e6;*/
    /*border-color: #adadad;*/
/*}*/
/*.odev-catalog .btn-default:active:hover, .odev-catalog .btn-default.active:hover, .odev-catalog .open > .dropdown-toggle.btn-default:hover, .odev-catalog .btn-default:active:focus, .odev-catalog .btn-default.active:focus, .odev-catalog .open > .dropdown-toggle.btn-default:focus, .odev-catalog .btn-default:active.focus, .odev-catalog .btn-default.active.focus, .odev-catalog .open > .dropdown-toggle.btn-default.focus {*/
    /*color: #333;*/
    /*background-color: #d4d4d4;*/
    /*border-color: #8c8c8c;*/
/*}*/
/*.odev-catalog .btn-default:active, .odev-catalog .btn-default.active, .odev-catalog .open > .dropdown-toggle.btn-default {*/
    /*background-image: none;*/
/*}*/
/*.odev-catalog .btn-default.disabled:hover, .odev-catalog .btn-default[disabled]:hover, .odev-catalog fieldset[disabled] .btn-default:hover, .odev-catalog .btn-default.disabled:focus, .odev-catalog .btn-default[disabled]:focus, .odev-catalog fieldset[disabled] .btn-default:focus, .odev-catalog .btn-default.disabled.focus, .odev-catalog .btn-default[disabled].focus, .odev-catalog fieldset[disabled] .btn-default.focus {*/
    /*background-color: #fff;*/
    /*border-color: #ccc;*/
/*}*/
/*.odev-catalog .btn-default .badge {*/
    /*color: #fff;*/
    /*background-color: #333;*/
/*}*/
/*.odev-catalog .btn-primary {*/
    /*color: #fff;*/
    /*background-color: #337ab7;*/
    /*border-color: #2e6da4;*/
/*}*/
/*.odev-catalog .btn-primary:focus, .odev-catalog .btn-primary.focus {*/
    /*color: #fff;*/
    /*background-color: #286090;*/
    /*border-color: #122b40;*/
/*}*/
/*.odev-catalog .btn-primary:hover {*/
    /*color: #fff;*/
    /*background-color: #286090;*/
    /*border-color: #204d74;*/
/*}*/
/*.odev-catalog .btn-primary:active, .odev-catalog .btn-primary.active, .odev-catalog .open > .dropdown-toggle.btn-primary {*/
    /*color: #fff;*/
    /*background-color: #286090;*/
    /*border-color: #204d74;*/
/*}*/
/*.odev-catalog .btn-primary:active:hover, .odev-catalog .btn-primary.active:hover, .odev-catalog .open > .dropdown-toggle.btn-primary:hover, .odev-catalog .btn-primary:active:focus, .odev-catalog .btn-primary.active:focus, .odev-catalog .open > .dropdown-toggle.btn-primary:focus, .odev-catalog .btn-primary:active.focus, .odev-catalog .btn-primary.active.focus, .odev-catalog .open > .dropdown-toggle.btn-primary.focus {*/
    /*color: #fff;*/
    /*background-color: #204d74;*/
    /*border-color: #122b40;*/
/*}*/
/*.odev-catalog .btn-primary:active, .odev-catalog .btn-primary.active, .odev-catalog .open > .dropdown-toggle.btn-primary {*/
    /*background-image: none;*/
/*}*/
/*.odev-catalog .btn-primary.disabled:hover, .odev-catalog .btn-primary[disabled]:hover, .odev-catalog fieldset[disabled] .btn-primary:hover, .odev-catalog .btn-primary.disabled:focus, .odev-catalog .btn-primary[disabled]:focus, .odev-catalog fieldset[disabled] .btn-primary:focus, .odev-catalog .btn-primary.disabled.focus, .odev-catalog .btn-primary[disabled].focus, .odev-catalog fieldset[disabled] .btn-primary.focus {*/
    /*background-color: #337ab7;*/
    /*border-color: #2e6da4;*/
/*}*/
/*.odev-catalog .btn-primary .badge {*/
    /*color: #337ab7;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .btn-success {*/
    /*color: #fff;*/
    /*background-color: #5cb85c;*/
    /*border-color: #4cae4c;*/
/*}*/
/*.odev-catalog .btn-success:focus, .odev-catalog .btn-success.focus {*/
    /*color: #fff;*/
    /*background-color: #449d44;*/
    /*border-color: #255625;*/
/*}*/
/*.odev-catalog .btn-success:hover {*/
    /*color: #fff;*/
    /*background-color: #449d44;*/
    /*border-color: #398439;*/
/*}*/
/*.odev-catalog .btn-success:active, .odev-catalog .btn-success.active, .odev-catalog .open > .dropdown-toggle.btn-success {*/
    /*color: #fff;*/
    /*background-color: #449d44;*/
    /*border-color: #398439;*/
/*}*/
/*.odev-catalog .btn-success:active:hover, .odev-catalog .btn-success.active:hover, .odev-catalog .open > .dropdown-toggle.btn-success:hover, .odev-catalog .btn-success:active:focus, .odev-catalog .btn-success.active:focus, .odev-catalog .open > .dropdown-toggle.btn-success:focus, .odev-catalog .btn-success:active.focus, .odev-catalog .btn-success.active.focus, .odev-catalog .open > .dropdown-toggle.btn-success.focus {*/
    /*color: #fff;*/
    /*background-color: #398439;*/
    /*border-color: #255625;*/
/*}*/
/*.odev-catalog .btn-success:active, .odev-catalog .btn-success.active, .odev-catalog .open > .dropdown-toggle.btn-success {*/
    /*background-image: none;*/
/*}*/
/*.odev-catalog .btn-success.disabled:hover, .odev-catalog .btn-success[disabled]:hover, .odev-catalog fieldset[disabled] .btn-success:hover, .odev-catalog .btn-success.disabled:focus, .odev-catalog .btn-success[disabled]:focus, .odev-catalog fieldset[disabled] .btn-success:focus, .odev-catalog .btn-success.disabled.focus, .odev-catalog .btn-success[disabled].focus, .odev-catalog fieldset[disabled] .btn-success.focus {*/
    /*background-color: #5cb85c;*/
    /*border-color: #4cae4c;*/
/*}*/
/*.odev-catalog .btn-success .badge {*/
    /*color: #5cb85c;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .btn-info {*/
    /*color: #fff;*/
    /*background-color: #5bc0de;*/
    /*border-color: #46b8da;*/
/*}*/
/*.odev-catalog .btn-info:focus, .odev-catalog .btn-info.focus {*/
    /*color: #fff;*/
    /*background-color: #31b0d5;*/
    /*border-color: #1b6d85;*/
/*}*/
/*.odev-catalog .btn-info:hover {*/
    /*color: #fff;*/
    /*background-color: #31b0d5;*/
    /*border-color: #269abc;*/
/*}*/
/*.odev-catalog .btn-info:active, .odev-catalog .btn-info.active, .odev-catalog .open > .dropdown-toggle.btn-info {*/
    /*color: #fff;*/
    /*background-color: #31b0d5;*/
    /*border-color: #269abc;*/
/*}*/
/*.odev-catalog .btn-info:active:hover, .odev-catalog .btn-info.active:hover, .odev-catalog .open > .dropdown-toggle.btn-info:hover, .odev-catalog .btn-info:active:focus, .odev-catalog .btn-info.active:focus, .odev-catalog .open > .dropdown-toggle.btn-info:focus, .odev-catalog .btn-info:active.focus, .odev-catalog .btn-info.active.focus, .odev-catalog .open > .dropdown-toggle.btn-info.focus {*/
    /*color: #fff;*/
    /*background-color: #269abc;*/
    /*border-color: #1b6d85;*/
/*}*/
/*.odev-catalog .btn-info:active, .odev-catalog .btn-info.active, .odev-catalog .open > .dropdown-toggle.btn-info {*/
    /*background-image: none;*/
/*}*/
/*.odev-catalog .btn-info.disabled:hover, .odev-catalog .btn-info[disabled]:hover, .odev-catalog fieldset[disabled] .btn-info:hover, .odev-catalog .btn-info.disabled:focus, .odev-catalog .btn-info[disabled]:focus, .odev-catalog fieldset[disabled] .btn-info:focus, .odev-catalog .btn-info.disabled.focus, .odev-catalog .btn-info[disabled].focus, .odev-catalog fieldset[disabled] .btn-info.focus {*/
    /*background-color: #5bc0de;*/
    /*border-color: #46b8da;*/
/*}*/
/*.odev-catalog .btn-info .badge {*/
    /*color: #5bc0de;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .btn-warning {*/
    /*color: #fff;*/
    /*background-color: #f0ad4e;*/
    /*border-color: #eea236;*/
/*}*/
/*.odev-catalog .btn-warning:focus, .odev-catalog .btn-warning.focus {*/
    /*color: #fff;*/
    /*background-color: #ec971f;*/
    /*border-color: #985f0d;*/
/*}*/
/*.odev-catalog .btn-warning:hover {*/
    /*color: #fff;*/
    /*background-color: #ec971f;*/
    /*border-color: #d58512;*/
/*}*/
/*.odev-catalog .btn-warning:active, .odev-catalog .btn-warning.active, .odev-catalog .open > .dropdown-toggle.btn-warning {*/
    /*color: #fff;*/
    /*background-color: #ec971f;*/
    /*border-color: #d58512;*/
/*}*/
/*.odev-catalog .btn-warning:active:hover, .odev-catalog .btn-warning.active:hover, .odev-catalog .open > .dropdown-toggle.btn-warning:hover, .odev-catalog .btn-warning:active:focus, .odev-catalog .btn-warning.active:focus, .odev-catalog .open > .dropdown-toggle.btn-warning:focus, .odev-catalog .btn-warning:active.focus, .odev-catalog .btn-warning.active.focus, .odev-catalog .open > .dropdown-toggle.btn-warning.focus {*/
    /*color: #fff;*/
    /*background-color: #d58512;*/
    /*border-color: #985f0d;*/
/*}*/
/*.odev-catalog .btn-warning:active, .odev-catalog .btn-warning.active, .odev-catalog .open > .dropdown-toggle.btn-warning {*/
    /*background-image: none;*/
/*}*/
/*.odev-catalog .btn-warning.disabled:hover, .odev-catalog .btn-warning[disabled]:hover, .odev-catalog fieldset[disabled] .btn-warning:hover, .odev-catalog .btn-warning.disabled:focus, .odev-catalog .btn-warning[disabled]:focus, .odev-catalog fieldset[disabled] .btn-warning:focus, .odev-catalog .btn-warning.disabled.focus, .odev-catalog .btn-warning[disabled].focus, .odev-catalog fieldset[disabled] .btn-warning.focus {*/
    /*background-color: #f0ad4e;*/
    /*border-color: #eea236;*/
/*}*/
/*.odev-catalog .btn-warning .badge {*/
    /*color: #f0ad4e;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .btn-danger {*/
    /*color: #fff;*/
    /*background-color: #d9534f;*/
    /*border-color: #d43f3a;*/
/*}*/
/*.odev-catalog .btn-danger:focus, .odev-catalog .btn-danger.focus {*/
    /*color: #fff;*/
    /*background-color: #c9302c;*/
    /*border-color: #761c19;*/
/*}*/
/*.odev-catalog .btn-danger:hover {*/
    /*color: #fff;*/
    /*background-color: #c9302c;*/
    /*border-color: #ac2925;*/
/*}*/
/*.odev-catalog .btn-danger:active, .odev-catalog .btn-danger.active, .odev-catalog .open > .dropdown-toggle.btn-danger {*/
    /*color: #fff;*/
    /*background-color: #c9302c;*/
    /*border-color: #ac2925;*/
/*}*/
/*.odev-catalog .btn-danger:active:hover, .odev-catalog .btn-danger.active:hover, .odev-catalog .open > .dropdown-toggle.btn-danger:hover, .odev-catalog .btn-danger:active:focus, .odev-catalog .btn-danger.active:focus, .odev-catalog .open > .dropdown-toggle.btn-danger:focus, .odev-catalog .btn-danger:active.focus, .odev-catalog .btn-danger.active.focus, .odev-catalog .open > .dropdown-toggle.btn-danger.focus {*/
    /*color: #fff;*/
    /*background-color: #ac2925;*/
    /*border-color: #761c19;*/
/*}*/
/*.odev-catalog .btn-danger:active, .odev-catalog .btn-danger.active, .odev-catalog .open > .dropdown-toggle.btn-danger {*/
    /*background-image: none;*/
/*}*/
/*.odev-catalog .btn-danger.disabled:hover, .odev-catalog .btn-danger[disabled]:hover, .odev-catalog fieldset[disabled] .btn-danger:hover, .odev-catalog .btn-danger.disabled:focus, .odev-catalog .btn-danger[disabled]:focus, .odev-catalog fieldset[disabled] .btn-danger:focus, .odev-catalog .btn-danger.disabled.focus, .odev-catalog .btn-danger[disabled].focus, .odev-catalog fieldset[disabled] .btn-danger.focus {*/
    /*background-color: #d9534f;*/
    /*border-color: #d43f3a;*/
/*}*/
/*.odev-catalog .btn-danger .badge {*/
    /*color: #d9534f;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .btn-link {*/
    /*font-weight: normal;*/
    /*color: #337ab7;*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .btn-link, .odev-catalog .btn-link:active, .odev-catalog .btn-link.active, .odev-catalog .btn-link[disabled], .odev-catalog fieldset[disabled] .btn-link {*/
    /*background-color: transparent;*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
/*}*/
/*.odev-catalog .btn-link, .odev-catalog .btn-link:hover, .odev-catalog .btn-link:focus, .odev-catalog .btn-link:active {*/
    /*border-color: transparent;*/
/*}*/
/*.odev-catalog .btn-link:hover, .odev-catalog .btn-link:focus {*/
    /*color: #23527c;*/
    /*text-decoration: underline;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .btn-link[disabled]:hover, .odev-catalog fieldset[disabled] .btn-link:hover, .odev-catalog .btn-link[disabled]:focus, .odev-catalog fieldset[disabled] .btn-link:focus {*/
    /*color: #777;*/
    /*text-decoration: none;*/
/*}*/
/*.odev-catalog .btn-lg, .odev-catalog .btn-group-lg > .btn {*/
    /*padding: 10px 16px;*/
    /*font-size: 18px;*/
    /*line-height: 1.33333;*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog .btn-sm, .odev-catalog .btn-group-sm > .btn {*/
    /*padding: 5px 10px;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
    /*border-radius: 3px;*/
/*}*/
/*.odev-catalog .btn-xs, .odev-catalog .btn-group-xs > .btn {*/
    /*padding: 1px 5px;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
    /*border-radius: 3px;*/
/*}*/
/*.odev-catalog .btn-block {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/
/*.odev-catalog .btn-block + .btn-block {*/
    /*margin-top: 5px;*/
/*}*/
/*.odev-catalog input[type="submit"].btn-block, .odev-catalog input[type="reset"].btn-block, .odev-catalog input[type="button"].btn-block {*/
    /*width: 100%;*/
/*}*/
/*.odev-catalog .fade {*/
    /*opacity: 0;*/
    /*-webkit-transition: opacity 0.15s linear;*/
    /*-o-transition: opacity 0.15s linear;*/
    /*transition: opacity 0.15s linear;*/
/*}*/
/*.odev-catalog .fade.in {*/
    /*opacity: 1;*/
/*}*/
/*.odev-catalog .collapse {*/
    /*display: none;*/
/*}*/
/*.odev-catalog .collapse.in {*/
    /*display: block;*/
/*}*/
/*.odev-catalog tr.collapse.in {*/
    /*display: table-row;*/
/*}*/
/*.odev-catalog tbody.collapse.in {*/
    /*display: table-row-group;*/
/*}*/
/*.odev-catalog .collapsing {*/
    /*position: relative;*/
    /*height: 0;*/
    /*overflow: hidden;*/
    /*-webkit-transition-timing-function: ease;*/
    /*-o-transition-timing-function: ease;*/
    /*transition-timing-function: ease;*/
    /*-webkit-transition-duration: 0.35s;*/
    /*-o-transition-duration: 0.35s;*/
    /*transition-duration: 0.35s;*/
    /*-webkit-transition-property: height, visibility;*/
    /*-o-transition-property: height, visibility;*/
    /*transition-property: height, visibility;*/
/*}*/
/*.odev-catalog .caret {*/
    /*display: inline-block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*margin-left: 2px;*/
    /*vertical-align: middle;*/
    /*border-top: 4px dashed;*/
    /*border-top: 4px solid \9;*/
    /*border-right: 4px solid transparent;*/
    /*border-left: 4px solid transparent;*/
/*}*/
/*.odev-catalog .dropup, .odev-catalog .dropdown {*/
    /*position: relative;*/
/*}*/
/*.odev-catalog .dropdown-toggle:focus {*/
    /*outline: 0;*/
/*}*/
/*.odev-catalog .dropdown-menu {*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*z-index: 1000;*/
    /*display: none;*/
    /*float: left;*/
    /*min-width: 160px;*/
    /*padding: 5px 0;*/
    /*margin: 2px 0 0;*/
    /*font-size: 14px;*/
    /*text-align: left;*/
    /*list-style: none;*/
    /*background-color: #fff;*/
    /*-webkit-background-clip: padding-box;*/
    /*background-clip: padding-box;*/
    /*border: 1px solid #ccc;*/
    /*border: 1px solid rgba(0, 0, 0, .15);*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
/*}*/
/*.odev-catalog .dropdown-menu.pull-right {*/
    /*right: 0;*/
    /*left: auto;*/
/*}*/
/*.odev-catalog .dropdown-menu .divider {*/
    /*height: 1px;*/
    /*margin: 9px 0;*/
    /*overflow: hidden;*/
    /*background-color: #e5e5e5;*/
/*}*/
/*.odev-catalog .dropdown-menu > li > a {*/
    /*display: block;*/
    /*padding: 3px 20px;*/
    /*clear: both;*/
    /*font-weight: normal;*/
    /*line-height: 1.42857;*/
    /*color: #333;*/
    /*white-space: nowrap;*/
/*}*/
/*.odev-catalog .dropdown-menu > li > a:hover, .odev-catalog .dropdown-menu > li > a:focus {*/
    /*color: #262626;*/
    /*text-decoration: none;*/
    /*background-color: #f5f5f5;*/
/*}*/
/*.odev-catalog .dropdown-menu > .active > a, .odev-catalog .dropdown-menu > .active > a:hover, .odev-catalog .dropdown-menu > .active > a:focus {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*background-color: #337ab7;*/
    /*outline: 0;*/
/*}*/
/*.odev-catalog .dropdown-menu > .disabled > a, .odev-catalog .dropdown-menu > .disabled > a:hover, .odev-catalog .dropdown-menu > .disabled > a:focus {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .dropdown-menu > .disabled > a:hover, .odev-catalog .dropdown-menu > .disabled > a:focus {*/
    /*text-decoration: none;*/
    /*cursor: not-allowed;*/
    /*background-color: transparent;*/
    /*background-image: none;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
/*}*/
/*.odev-catalog .open > .dropdown-menu {*/
    /*display: block;*/
/*}*/
/*.odev-catalog .open > a {*/
    /*outline: 0;*/
/*}*/
/*.odev-catalog .dropdown-menu-right {*/
    /*right: 0;*/
    /*left: auto;*/
/*}*/
/*.odev-catalog .dropdown-menu-left {*/
    /*right: auto;*/
    /*left: 0;*/
/*}*/
/*.odev-catalog .dropdown-header {*/
    /*display: block;*/
    /*padding: 3px 20px;*/
    /*font-size: 12px;*/
    /*line-height: 1.42857;*/
    /*color: #777;*/
    /*white-space: nowrap;*/
/*}*/
/*.odev-catalog .dropdown-backdrop {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 990;*/
/*}*/
/*.odev-catalog .pull-right > .dropdown-menu {*/
    /*right: 0;*/
    /*left: auto;*/
/*}*/
/*.odev-catalog .dropup .caret, .odev-catalog .navbar-fixed-bottom .dropdown .caret {*/
    /*content: "";*/
    /*border-top: 0;*/
    /*border-bottom: 4px dashed;*/
    /*border-bottom: 4px solid \9;*/
/*}*/
/*.odev-catalog .dropup .dropdown-menu, .odev-catalog .navbar-fixed-bottom .dropdown .dropdown-menu {*/
    /*top: auto;*/
    /*bottom: 100%;*/
    /*margin-bottom: 2px;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-right .dropdown-menu {*/
        /*right: 0;*/
        /*left: auto;*/
    /*}*/
    /*.odev-catalog .navbar-right .dropdown-menu-left {*/
        /*right: auto;*/
        /*left: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .btn-group, .odev-catalog .btn-group-vertical {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/
/*.odev-catalog .btn-group > .btn, .odev-catalog .btn-group-vertical > .btn {*/
    /*position: relative;*/
    /*float: left;*/
/*}*/
/*.odev-catalog .btn-group > .btn:hover, .odev-catalog .btn-group-vertical > .btn:hover, .odev-catalog .btn-group > .btn:focus, .odev-catalog .btn-group-vertical > .btn:focus, .odev-catalog .btn-group > .btn:active, .odev-catalog .btn-group-vertical > .btn:active, .odev-catalog .btn-group > .btn.active, .odev-catalog .btn-group-vertical > .btn.active {*/
    /*z-index: 2;*/
/*}*/
/*.odev-catalog .btn-group .btn + .btn, .odev-catalog .btn-group .btn + .btn-group, .odev-catalog .btn-group .btn-group + .btn, .odev-catalog .btn-group .btn-group + .btn-group {*/
    /*margin-left: -1px;*/
/*}*/
/*.odev-catalog .btn-toolbar {*/
    /*margin-left: -5px;*/
/*}*/
/*.odev-catalog .btn-toolbar .btn, .odev-catalog .btn-toolbar .btn-group, .odev-catalog .btn-toolbar .input-group {*/
    /*float: left;*/
/*}*/
/*.odev-catalog .btn-toolbar > .btn, .odev-catalog .btn-toolbar > .btn-group, .odev-catalog .btn-toolbar > .input-group {*/
    /*margin-left: 5px;*/
/*}*/
/*.odev-catalog .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group > .btn:first-child {*/
    /*margin-left: 0;*/
/*}*/
/*.odev-catalog .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group > .btn:last-child:not(:first-child), .odev-catalog .btn-group > .dropdown-toggle:not(:first-child) {*/
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group > .btn-group {*/
    /*float: left;*/
/*}*/
/*.odev-catalog .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .odev-catalog .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {*/
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group .dropdown-toggle:active, .odev-catalog .btn-group.open .dropdown-toggle {*/
    /*outline: 0;*/
/*}*/
/*.odev-catalog .btn-group > .btn + .dropdown-toggle {*/
    /*padding-right: 8px;*/
    /*padding-left: 8px;*/
/*}*/
/*.odev-catalog .btn-group > .btn-lg + .dropdown-toggle {*/
    /*padding-right: 12px;*/
    /*padding-left: 12px;*/
/*}*/
/*.odev-catalog .btn-group.open .dropdown-toggle {*/
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/
    /*box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/
/*}*/
/*.odev-catalog .btn-group.open .dropdown-toggle.btn-link {*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
/*}*/
/*.odev-catalog .btn .caret {*/
    /*margin-left: 0;*/
/*}*/
/*.odev-catalog .btn-lg .caret {*/
    /*border-width: 5px 5px 0;*/
    /*border-bottom-width: 0;*/
/*}*/
/*.odev-catalog .dropup .btn-lg .caret {*/
    /*border-width: 0 5px 5px;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn, .odev-catalog .btn-group-vertical > .btn-group, .odev-catalog .btn-group-vertical > .btn-group > .btn {*/
    /*display: block;*/
    /*float: none;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn-group > .btn {*/
    /*float: none;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn + .btn, .odev-catalog .btn-group-vertical > .btn + .btn-group, .odev-catalog .btn-group-vertical > .btn-group + .btn, .odev-catalog .btn-group-vertical > .btn-group + .btn-group {*/
    /*margin-top: -1px;*/
    /*margin-left: 0;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn:not(:first-child):not(:last-child) {*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn:first-child:not(:last-child) {*/
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn:last-child:not(:first-child) {*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .odev-catalog .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {*/
    /*border-bottom-right-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
/*}*/
/*.odev-catalog .btn-group-justified {*/
    /*display: table;*/
    /*width: 100%;*/
    /*table-layout: fixed;*/
    /*border-collapse: separate;*/
/*}*/
/*.odev-catalog .btn-group-justified > .btn, .odev-catalog .btn-group-justified > .btn-group {*/
    /*display: table-cell;*/
    /*float: none;*/
    /*width: 1%;*/
/*}*/
/*.odev-catalog .btn-group-justified > .btn-group .btn {*/
    /*width: 100%;*/
/*}*/
/*.odev-catalog .btn-group-justified > .btn-group .dropdown-menu {*/
    /*left: auto;*/
/*}*/
/*.odev-catalog [data-toggle="buttons"] > .btn input[type="radio"], .odev-catalog [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .odev-catalog [data-toggle="buttons"] > .btn input[type="checkbox"], .odev-catalog [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {*/
    /*position: absolute;*/
    /*clip: rect(0, 0, 0, 0);*/
    /*pointer-events: none;*/
/*}*/
/*.odev-catalog .input-group {*/
    /*position: relative;*/
    /*display: table;*/
    /*border-collapse: separate;*/
/*}*/
/*.odev-catalog .input-group[class*="col-"] {*/
    /*float: none;*/
    /*padding-right: 0;*/
    /*padding-left: 0;*/
/*}*/
/*.odev-catalog .input-group .form-control {*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*float: left;*/
    /*width: 100%;*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog .input-group .form-control:focus {*/
    /*z-index: 3;*/
/*}*/
/*.odev-catalog .input-group-lg > .form-control, .odev-catalog .input-group-lg > .input-group-addon, .odev-catalog .input-group-lg > .input-group-btn > .btn {*/
    /*height: 46px;*/
    /*padding: 10px 16px;*/
    /*font-size: 18px;*/
    /*line-height: 1.33333;*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog select.input-group-lg > .form-control, .odev-catalog select.input-group-lg > .input-group-addon, .odev-catalog select.input-group-lg > .input-group-btn > .btn {*/
    /*height: 46px;*/
    /*line-height: 46px;*/
/*}*/
/*.odev-catalog textarea.input-group-lg > .form-control, .odev-catalog textarea.input-group-lg > .input-group-addon, .odev-catalog textarea.input-group-lg > .input-group-btn > .btn, .odev-catalog select[multiple].input-group-lg > .form-control, .odev-catalog select[multiple].input-group-lg > .input-group-addon, .odev-catalog select[multiple].input-group-lg > .input-group-btn > .btn {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog .input-group-sm > .form-control, .odev-catalog .input-group-sm > .input-group-addon, .odev-catalog .input-group-sm > .input-group-btn > .btn {*/
    /*height: 30px;*/
    /*padding: 5px 10px;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
    /*border-radius: 3px;*/
/*}*/
/*.odev-catalog select.input-group-sm > .form-control, .odev-catalog select.input-group-sm > .input-group-addon, .odev-catalog select.input-group-sm > .input-group-btn > .btn {*/
    /*height: 30px;*/
    /*line-height: 30px;*/
/*}*/
/*.odev-catalog textarea.input-group-sm > .form-control, .odev-catalog textarea.input-group-sm > .input-group-addon, .odev-catalog textarea.input-group-sm > .input-group-btn > .btn, .odev-catalog select[multiple].input-group-sm > .form-control, .odev-catalog select[multiple].input-group-sm > .input-group-addon, .odev-catalog select[multiple].input-group-sm > .input-group-btn > .btn {*/
    /*height: auto;*/
/*}*/
/*.odev-catalog .input-group-addon, .odev-catalog .input-group-btn, .odev-catalog .input-group .form-control {*/
    /*display: table-cell;*/
/*}*/
/*.odev-catalog .input-group-addon:not(:first-child):not(:last-child), .odev-catalog .input-group-btn:not(:first-child):not(:last-child), .odev-catalog .input-group .form-control:not(:first-child):not(:last-child) {*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .input-group-addon, .odev-catalog .input-group-btn {*/
    /*width: 1%;*/
    /*white-space: nowrap;*/
    /*vertical-align: middle;*/
/*}*/
/*.odev-catalog .input-group-addon {*/
    /*padding: 6px 12px;*/
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*line-height: 1;*/
    /*color: #555;*/
    /*text-align: center;*/
    /*background-color: #eee;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .input-group-addon.input-sm {*/
    /*padding: 5px 10px;*/
    /*font-size: 12px;*/
    /*border-radius: 3px;*/
/*}*/
/*.odev-catalog .input-group-addon.input-lg {*/
    /*padding: 10px 16px;*/
    /*font-size: 18px;*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog .input-group-addon input[type="radio"], .odev-catalog .input-group-addon input[type="checkbox"] {*/
    /*margin-top: 0;*/
/*}*/
/*.odev-catalog .input-group .form-control:first-child, .odev-catalog .input-group-addon:first-child, .odev-catalog .input-group-btn:first-child > .btn, .odev-catalog .input-group-btn:first-child > .btn-group > .btn, .odev-catalog .input-group-btn:first-child > .dropdown-toggle, .odev-catalog .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .odev-catalog .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
/*}*/
/*.odev-catalog .input-group-addon:first-child {*/
    /*border-right: 0;*/
/*}*/
/*.odev-catalog .input-group .form-control:last-child, .odev-catalog .input-group-addon:last-child, .odev-catalog .input-group-btn:last-child > .btn, .odev-catalog .input-group-btn:last-child > .btn-group > .btn, .odev-catalog .input-group-btn:last-child > .dropdown-toggle, .odev-catalog .input-group-btn:first-child > .btn:not(:first-child), .odev-catalog .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {*/
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
/*}*/
/*.odev-catalog .input-group-addon:last-child {*/
    /*border-left: 0;*/
/*}*/
/*.odev-catalog .input-group-btn {*/
    /*position: relative;*/
    /*font-size: 0;*/
    /*white-space: nowrap;*/
/*}*/
/*.odev-catalog .input-group-btn > .btn {*/
    /*position: relative;*/
/*}*/
/*.odev-catalog .input-group-btn > .btn + .btn {*/
    /*margin-left: -1px;*/
/*}*/
/*.odev-catalog .input-group-btn > .btn:hover, .odev-catalog .input-group-btn > .btn:focus, .odev-catalog .input-group-btn > .btn:active {*/
    /*z-index: 2;*/
/*}*/
/*.odev-catalog .input-group-btn:first-child > .btn, .odev-catalog .input-group-btn:first-child > .btn-group {*/
    /*margin-right: -1px;*/
/*}*/
/*.odev-catalog .input-group-btn:last-child > .btn, .odev-catalog .input-group-btn:last-child > .btn-group {*/
    /*z-index: 2;*/
    /*margin-left: -1px;*/
/*}*/
/*.odev-catalog .nav {*/
    /*padding-left: 0;*/
    /*margin-bottom: 0;*/
    /*list-style: none;*/
/*}*/
/*.odev-catalog .nav > li {*/
    /*position: relative;*/
    /*display: block;*/
/*}*/
/*.odev-catalog .nav > li > a {*/
    /*position: relative;*/
    /*display: block;*/
    /*padding: 10px 15px;*/
/*}*/
/*.odev-catalog .nav > li > a:hover, .odev-catalog .nav > li > a:focus {*/
    /*text-decoration: none;*/
    /*background-color: #eee;*/
/*}*/
/*.odev-catalog .nav > li.disabled > a {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .nav > li.disabled > a:hover, .odev-catalog .nav > li.disabled > a:focus {*/
    /*color: #777;*/
    /*text-decoration: none;*/
    /*cursor: not-allowed;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .nav .open > a, .odev-catalog .nav .open > a:hover, .odev-catalog .nav .open > a:focus {*/
    /*background-color: #eee;*/
    /*border-color: #337ab7;*/
/*}*/
/*.odev-catalog .nav .nav-divider {*/
    /*height: 1px;*/
    /*margin: 9px 0;*/
    /*overflow: hidden;*/
    /*background-color: #e5e5e5;*/
/*}*/
/*.odev-catalog .nav > li > a > img {*/
    /*max-width: none;*/
/*}*/
/*.odev-catalog .nav-tabs {*/
    /*border-bottom: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .nav-tabs > li {*/
    /*float: left;*/
    /*margin-bottom: -1px;*/
/*}*/
/*.odev-catalog .nav-tabs > li > a {*/
    /*margin-right: 2px;*/
    /*line-height: 1.42857;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px 4px 0 0;*/
/*}*/
/*.odev-catalog .nav-tabs > li > a:hover {*/
    /*border-color: #eee #eee #ddd;*/
/*}*/
/*.odev-catalog .nav-tabs > li.active > a, .odev-catalog .nav-tabs > li.active > a:hover, .odev-catalog .nav-tabs > li.active > a:focus {*/
    /*color: #555;*/
    /*cursor: default;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-bottom-color: transparent;*/
/*}*/
/*.odev-catalog .nav-tabs.nav-justified {*/
    /*width: 100%;*/
    /*border-bottom: 0;*/
/*}*/
/*.odev-catalog .nav-tabs.nav-justified > li {*/
    /*float: none;*/
/*}*/
/*.odev-catalog .nav-tabs.nav-justified > li > a {*/
    /*margin-bottom: 5px;*/
    /*text-align: center;*/
/*}*/
/*.odev-catalog .nav-tabs.nav-justified > .dropdown .dropdown-menu {*/
    /*top: auto;*/
    /*left: auto;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .nav-tabs.nav-justified > li {*/
        /*display: table-cell;*/
        /*width: 1%;*/
    /*}*/
    /*.odev-catalog .nav-tabs.nav-justified > li > a {*/
        /*margin-bottom: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .nav-tabs.nav-justified > li > a {*/
    /*margin-right: 0;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .nav-tabs.nav-justified > .active > a, .odev-catalog .nav-tabs.nav-justified > .active > a:hover, .odev-catalog .nav-tabs.nav-justified > .active > a:focus {*/
    /*border: 1px solid #ddd;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .nav-tabs.nav-justified > li > a {*/
        /*border-bottom: 1px solid #ddd;*/
        /*border-radius: 4px 4px 0 0;*/
    /*}*/
    /*.odev-catalog .nav-tabs.nav-justified > .active > a, .odev-catalog .nav-tabs.nav-justified > .active > a:hover, .odev-catalog .nav-tabs.nav-justified > .active > a:focus {*/
        /*border-bottom-color: #fff;*/
    /*}*/
/*}*/
/*.odev-catalog .nav-pills > li {*/
    /*float: left;*/
/*}*/
/*.odev-catalog .nav-pills > li > a {*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .nav-pills > li + li {*/
    /*margin-left: 2px;*/
/*}*/
/*.odev-catalog .nav-pills > li.active > a, .odev-catalog .nav-pills > li.active > a:hover, .odev-catalog .nav-pills > li.active > a:focus {*/
    /*color: #fff;*/
    /*background-color: #337ab7;*/
/*}*/
/*.odev-catalog .nav-stacked > li {*/
    /*float: none;*/
/*}*/
/*.odev-catalog .nav-stacked > li + li {*/
    /*margin-top: 2px;*/
    /*margin-left: 0;*/
/*}*/
/*.odev-catalog .nav-justified {*/
    /*width: 100%;*/
/*}*/
/*.odev-catalog .nav-justified > li {*/
    /*float: none;*/
/*}*/
/*.odev-catalog .nav-justified > li > a {*/
    /*margin-bottom: 5px;*/
    /*text-align: center;*/
/*}*/
/*.odev-catalog .nav-justified > .dropdown .dropdown-menu {*/
    /*top: auto;*/
    /*left: auto;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .nav-justified > li {*/
        /*display: table-cell;*/
        /*width: 1%;*/
    /*}*/
    /*.odev-catalog .nav-justified > li > a {*/
        /*margin-bottom: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .nav-tabs-justified {*/
    /*border-bottom: 0;*/
/*}*/
/*.odev-catalog .nav-tabs-justified > li > a {*/
    /*margin-right: 0;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .nav-tabs-justified > .active > a, .odev-catalog .nav-tabs-justified > .active > a:hover, .odev-catalog .nav-tabs-justified > .active > a:focus {*/
    /*border: 1px solid #ddd;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .nav-tabs-justified > li > a {*/
        /*border-bottom: 1px solid #ddd;*/
        /*border-radius: 4px 4px 0 0;*/
    /*}*/
    /*.odev-catalog .nav-tabs-justified > .active > a, .odev-catalog .nav-tabs-justified > .active > a:hover, .odev-catalog .nav-tabs-justified > .active > a:focus {*/
        /*border-bottom-color: #fff;*/
    /*}*/
/*}*/
/*.odev-catalog .tab-content > .tab-pane {*/
    /*display: none;*/
/*}*/
/*.odev-catalog .tab-content > .active {*/
    /*display: block;*/
/*}*/
/*.odev-catalog .nav-tabs .dropdown-menu {*/
    /*margin-top: -1px;*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
/*}*/
/*.odev-catalog .navbar {*/
    /*position: relative;*/
    /*min-height: 50px;*/
    /*margin-bottom: 20px;*/
    /*border: 1px solid transparent;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar {*/
        /*border-radius: 4px;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-header {*/
        /*float: left;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-collapse {*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*overflow-x: visible;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*border-top: 1px solid transparent;*/
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);*/
/*}*/
/*.odev-catalog .navbar-collapse.in {*/
    /*overflow-y: auto;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-collapse {*/
        /*width: auto;*/
        /*border-top: 0;*/
        /*-webkit-box-shadow: none;*/
        /*box-shadow: none;*/
    /*}*/
    /*.odev-catalog .navbar-collapse.collapse {*/
        /*display: block !important;*/
        /*height: auto !important;*/
        /*padding-bottom: 0;*/
        /*overflow: visible !important;*/
    /*}*/
    /*.odev-catalog .navbar-collapse.in {*/
        /*overflow-y: visible;*/
    /*}*/
    /*.odev-catalog .navbar-fixed-top .navbar-collapse, .odev-catalog .navbar-static-top .navbar-collapse, .odev-catalog .navbar-fixed-bottom .navbar-collapse {*/
        /*padding-right: 0;*/
        /*padding-left: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-fixed-top .navbar-collapse, .odev-catalog .navbar-fixed-bottom .navbar-collapse {*/
    /*max-height: 340px;*/
/*}*/
/*@media (max-device-width: 480px) and (orientation: landscape) {*/
    /*.odev-catalog .navbar-fixed-top .navbar-collapse, .odev-catalog .navbar-fixed-bottom .navbar-collapse {*/
        /*max-height: 200px;*/
    /*}*/
/*}*/
/*.odev-catalog .container > .navbar-header, .odev-catalog .container-fluid > .navbar-header, .odev-catalog .container > .navbar-collapse, .odev-catalog .container-fluid > .navbar-collapse {*/
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .container > .navbar-header, .odev-catalog .container-fluid > .navbar-header, .odev-catalog .container > .navbar-collapse, .odev-catalog .container-fluid > .navbar-collapse {*/
        /*margin-right: 0;*/
        /*margin-left: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-static-top {*/
    /*z-index: 1000;*/
    /*border-width: 0 0 1px;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-static-top {*/
        /*border-radius: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-fixed-top, .odev-catalog .navbar-fixed-bottom {*/
    /*position: fixed;*/
    /*right: 0;*/
    /*left: 0;*/
    /*z-index: 1030;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-fixed-top, .odev-catalog .navbar-fixed-bottom {*/
        /*border-radius: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-fixed-top {*/
    /*top: 0;*/
    /*border-width: 0 0 1px;*/
/*}*/
/*.odev-catalog .navbar-fixed-bottom {*/
    /*bottom: 0;*/
    /*margin-bottom: 0;*/
    /*border-width: 1px 0 0;*/
/*}*/
/*.odev-catalog .navbar-brand {*/
    /*float: left;*/
    /*height: 50px;*/
    /*padding: 15px 15px;*/
    /*font-size: 18px;*/
    /*line-height: 20px;*/
/*}*/
/*.odev-catalog .navbar-brand:hover, .odev-catalog .navbar-brand:focus {*/
    /*text-decoration: none;*/
/*}*/
/*.odev-catalog .navbar-brand > img {*/
    /*display: block;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar > .container .navbar-brand, .odev-catalog .navbar > .container-fluid .navbar-brand {*/
        /*margin-left: -15px;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-toggle {*/
    /*position: relative;*/
    /*float: right;*/
    /*padding: 9px 10px;*/
    /*margin-top: 8px;*/
    /*margin-right: 15px;*/
    /*margin-bottom: 8px;*/
    /*background-color: transparent;*/
    /*background-image: none;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .navbar-toggle:focus {*/
    /*outline: 0;*/
/*}*/
/*.odev-catalog .navbar-toggle .icon-bar {*/
    /*display: block;*/
    /*width: 22px;*/
    /*height: 2px;*/
    /*border-radius: 1px;*/
/*}*/
/*.odev-catalog .navbar-toggle .icon-bar + .icon-bar {*/
    /*margin-top: 4px;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-toggle {*/
        /*display: none;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-nav {*/
    /*margin: 7.5px -15px;*/
/*}*/
/*.odev-catalog .navbar-nav > li > a {*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*line-height: 20px;*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .navbar-nav .open .dropdown-menu {*/
        /*position: static;*/
        /*float: none;*/
        /*width: auto;*/
        /*margin-top: 0;*/
        /*background-color: transparent;*/
        /*border: 0;*/
        /*-webkit-box-shadow: none;*/
        /*box-shadow: none;*/
    /*}*/
    /*.odev-catalog .navbar-nav .open .dropdown-menu > li > a, .odev-catalog .navbar-nav .open .dropdown-menu .dropdown-header {*/
        /*padding: 5px 15px 5px 25px;*/
    /*}*/
    /*.odev-catalog .navbar-nav .open .dropdown-menu > li > a {*/
        /*line-height: 20px;*/
    /*}*/
    /*.odev-catalog .navbar-nav .open .dropdown-menu > li > a:hover, .odev-catalog .navbar-nav .open .dropdown-menu > li > a:focus {*/
        /*background-image: none;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-nav {*/
        /*float: left;*/
        /*margin: 0;*/
    /*}*/
    /*.odev-catalog .navbar-nav > li {*/
        /*float: left;*/
    /*}*/
    /*.odev-catalog .navbar-nav > li > a {*/
        /*padding-top: 15px;*/
        /*padding-bottom: 15px;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-form {*/
    /*padding: 10px 15px;*/
    /*margin-top: 8px;*/
    /*margin-right: -15px;*/
    /*margin-bottom: 8px;*/
    /*margin-left: -15px;*/
    /*border-top: 1px solid transparent;*/
    /*border-bottom: 1px solid transparent;*/
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-form .form-group {*/
        /*display: inline-block;*/
        /*margin-bottom: 0;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .navbar-form .form-control {*/
        /*display: inline-block;*/
        /*width: auto;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .navbar-form .form-control-static {*/
        /*display: inline-block;*/
    /*}*/
    /*.odev-catalog .navbar-form .input-group {*/
        /*display: inline-table;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .navbar-form .input-group .input-group-addon, .odev-catalog .navbar-form .input-group .input-group-btn, .odev-catalog .navbar-form .input-group .form-control {*/
        /*width: auto;*/
    /*}*/
    /*.odev-catalog .navbar-form .input-group > .form-control {*/
        /*width: 100%;*/
    /*}*/
    /*.odev-catalog .navbar-form .control-label {*/
        /*margin-bottom: 0;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .navbar-form .radio, .odev-catalog .navbar-form .checkbox {*/
        /*display: inline-block;*/
        /*margin-top: 0;*/
        /*margin-bottom: 0;*/
        /*vertical-align: middle;*/
    /*}*/
    /*.odev-catalog .navbar-form .radio label, .odev-catalog .navbar-form .checkbox label {*/
        /*padding-left: 0;*/
    /*}*/
    /*.odev-catalog .navbar-form .radio input[type="radio"], .odev-catalog .navbar-form .checkbox input[type="checkbox"] {*/
        /*position: relative;*/
        /*margin-left: 0;*/
    /*}*/
    /*.odev-catalog .navbar-form .has-feedback .form-control-feedback {*/
        /*top: 0;*/
    /*}*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .navbar-form .form-group {*/
        /*margin-bottom: 5px;*/
    /*}*/
    /*.odev-catalog .navbar-form .form-group:last-child {*/
        /*margin-bottom: 0;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-form {*/
        /*width: auto;*/
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
        /*margin-right: 0;*/
        /*margin-left: 0;*/
        /*border: 0;*/
        /*-webkit-box-shadow: none;*/
        /*box-shadow: none;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-nav > li > .dropdown-menu {*/
    /*margin-top: 0;*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
/*}*/
/*.odev-catalog .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {*/
    /*margin-bottom: 0;*/
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
/*}*/
/*.odev-catalog .navbar-btn {*/
    /*margin-top: 8px;*/
    /*margin-bottom: 8px;*/
/*}*/
/*.odev-catalog .navbar-btn.btn-sm {*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.odev-catalog .navbar-btn.btn-xs {*/
    /*margin-top: 14px;*/
    /*margin-bottom: 14px;*/
/*}*/
/*.odev-catalog .navbar-text {*/
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-text {*/
        /*float: left;*/
        /*margin-right: 15px;*/
        /*margin-left: 15px;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .navbar-left {*/
        /*float: left !important;*/
    /*}*/
    /*.odev-catalog .navbar-right {*/
        /*float: right !important;*/
        /*margin-right: -15px;*/
    /*}*/
    /*.odev-catalog .navbar-right ~ .navbar-right {*/
        /*margin-right: 0;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-default {*/
    /*background-color: #f8f8f8;*/
    /*border-color: #e7e7e7;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-brand {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-brand:hover, .odev-catalog .navbar-default .navbar-brand:focus {*/
    /*color: #5e5e5e;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-text {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-nav > li > a {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-nav > li > a:hover, .odev-catalog .navbar-default .navbar-nav > li > a:focus {*/
    /*color: #333;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-nav > .active > a, .odev-catalog .navbar-default .navbar-nav > .active > a:hover, .odev-catalog .navbar-default .navbar-nav > .active > a:focus {*/
    /*color: #555;*/
    /*background-color: #e7e7e7;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-nav > .disabled > a, .odev-catalog .navbar-default .navbar-nav > .disabled > a:hover, .odev-catalog .navbar-default .navbar-nav > .disabled > a:focus {*/
    /*color: #ccc;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-toggle {*/
    /*border-color: #ddd;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-toggle:hover, .odev-catalog .navbar-default .navbar-toggle:focus {*/
    /*background-color: #ddd;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-toggle .icon-bar {*/
    /*background-color: #888;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-collapse, .odev-catalog .navbar-default .navbar-form {*/
    /*border-color: #e7e7e7;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-nav > .open > a, .odev-catalog .navbar-default .navbar-nav > .open > a:hover, .odev-catalog .navbar-default .navbar-nav > .open > a:focus {*/
    /*color: #555;*/
    /*background-color: #e7e7e7;*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > li > a {*/
        /*color: #777;*/
    /*}*/
    /*.odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {*/
        /*color: #333;*/
        /*background-color: transparent;*/
    /*}*/
    /*.odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {*/
        /*color: #555;*/
        /*background-color: #e7e7e7;*/
    /*}*/
    /*.odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .odev-catalog .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {*/
        /*color: #ccc;*/
        /*background-color: transparent;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-default .navbar-link {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .navbar-default .navbar-link:hover {*/
    /*color: #333;*/
/*}*/
/*.odev-catalog .navbar-default .btn-link {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .navbar-default .btn-link:hover, .odev-catalog .navbar-default .btn-link:focus {*/
    /*color: #333;*/
/*}*/
/*.odev-catalog .navbar-default .btn-link[disabled]:hover, .odev-catalog fieldset[disabled] .navbar-default .btn-link:hover, .odev-catalog .navbar-default .btn-link[disabled]:focus, .odev-catalog fieldset[disabled] .navbar-default .btn-link:focus {*/
    /*color: #ccc;*/
/*}*/
/*.odev-catalog .navbar-inverse {*/
    /*background-color: #222;*/
    /*border-color: #080808;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-brand {*/
    /*color: #9d9d9d;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-brand:hover, .odev-catalog .navbar-inverse .navbar-brand:focus {*/
    /*color: #fff;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-text {*/
    /*color: #9d9d9d;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-nav > li > a {*/
    /*color: #9d9d9d;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-nav > li > a:hover, .odev-catalog .navbar-inverse .navbar-nav > li > a:focus {*/
    /*color: #fff;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-nav > .active > a, .odev-catalog .navbar-inverse .navbar-nav > .active > a:hover, .odev-catalog .navbar-inverse .navbar-nav > .active > a:focus {*/
    /*color: #fff;*/
    /*background-color: #080808;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-nav > .disabled > a, .odev-catalog .navbar-inverse .navbar-nav > .disabled > a:hover, .odev-catalog .navbar-inverse .navbar-nav > .disabled > a:focus {*/
    /*color: #444;*/
    /*background-color: transparent;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-toggle {*/
    /*border-color: #333;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-toggle:hover, .odev-catalog .navbar-inverse .navbar-toggle:focus {*/
    /*background-color: #333;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-toggle .icon-bar {*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-collapse, .odev-catalog .navbar-inverse .navbar-form {*/
    /*border-color: #101010;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-nav > .open > a, .odev-catalog .navbar-inverse .navbar-nav > .open > a:hover, .odev-catalog .navbar-inverse .navbar-nav > .open > a:focus {*/
    /*color: #fff;*/
    /*background-color: #080808;*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {*/
        /*border-color: #080808;*/
    /*}*/
    /*.odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu .divider {*/
        /*background-color: #080808;*/
    /*}*/
    /*.odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {*/
        /*color: #9d9d9d;*/
    /*}*/
    /*.odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {*/
        /*color: #fff;*/
        /*background-color: transparent;*/
    /*}*/
    /*.odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {*/
        /*color: #fff;*/
        /*background-color: #080808;*/
    /*}*/
    /*.odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .odev-catalog .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {*/
        /*color: #444;*/
        /*background-color: transparent;*/
    /*}*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-link {*/
    /*color: #9d9d9d;*/
/*}*/
/*.odev-catalog .navbar-inverse .navbar-link:hover {*/
    /*color: #fff;*/
/*}*/
/*.odev-catalog .navbar-inverse .btn-link {*/
    /*color: #9d9d9d;*/
/*}*/
/*.odev-catalog .navbar-inverse .btn-link:hover, .odev-catalog .navbar-inverse .btn-link:focus {*/
    /*color: #fff;*/
/*}*/
/*.odev-catalog .navbar-inverse .btn-link[disabled]:hover, .odev-catalog fieldset[disabled] .navbar-inverse .btn-link:hover, .odev-catalog .navbar-inverse .btn-link[disabled]:focus, .odev-catalog fieldset[disabled] .navbar-inverse .btn-link:focus {*/
    /*color: #444;*/
/*}*/
/*.odev-catalog .breadcrumb {*/
    /*padding: 8px 15px;*/
    /*margin-bottom: 20px;*/
    /*list-style: none;*/
    /*background-color: #f5f5f5;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .breadcrumb > li {*/
    /*display: inline-block;*/
/*}*/
/*.odev-catalog .breadcrumb > li + li:before {*/
    /*padding: 0 5px;*/
    /*color: #ccc;*/
    /*content: "/\00a0";*/
/*}*/
/*.odev-catalog .breadcrumb > .active {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .pagination {*/
    /*display: inline-block;*/
    /*padding-left: 0;*/
    /*margin: 20px 0;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .pagination > li {*/
    /*display: inline;*/
/*}*/
/*.odev-catalog .pagination > li > a, .odev-catalog .pagination > li > span {*/
    /*position: relative;*/
    /*float: left;*/
    /*padding: 6px 12px;*/
    /*margin-left: -1px;*/
    /*line-height: 1.42857;*/
    /*color: #337ab7;*/
    /*text-decoration: none;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .pagination > li:first-child > a, .odev-catalog .pagination > li:first-child > span {*/
    /*margin-left: 0;*/
    /*border-top-left-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
/*}*/
/*.odev-catalog .pagination > li:last-child > a, .odev-catalog .pagination > li:last-child > span {*/
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
/*}*/
/*.odev-catalog .pagination > li > a:hover, .odev-catalog .pagination > li > span:hover, .odev-catalog .pagination > li > a:focus, .odev-catalog .pagination > li > span:focus {*/
    /*z-index: 2;*/
    /*color: #23527c;*/
    /*background-color: #eee;*/
    /*border-color: #ddd;*/
/*}*/
/*.odev-catalog .pagination > .active > a, .odev-catalog .pagination > .active > span, .odev-catalog .pagination > .active > a:hover, .odev-catalog .pagination > .active > span:hover, .odev-catalog .pagination > .active > a:focus, .odev-catalog .pagination > .active > span:focus {*/
    /*z-index: 3;*/
    /*color: #fff;*/
    /*cursor: default;*/
    /*background-color: #337ab7;*/
    /*border-color: #337ab7;*/
/*}*/
/*.odev-catalog .pagination > .disabled > span, .odev-catalog .pagination > .disabled > span:hover, .odev-catalog .pagination > .disabled > span:focus, .odev-catalog .pagination > .disabled > a, .odev-catalog .pagination > .disabled > a:hover, .odev-catalog .pagination > .disabled > a:focus {*/
    /*color: #777;*/
    /*cursor: not-allowed;*/
    /*background-color: #fff;*/
    /*border-color: #ddd;*/
/*}*/
/*.odev-catalog .pagination-lg > li > a, .odev-catalog .pagination-lg > li > span {*/
    /*padding: 10px 16px;*/
    /*font-size: 18px;*/
    /*line-height: 1.33333;*/
/*}*/
/*.odev-catalog .pagination-lg > li:first-child > a, .odev-catalog .pagination-lg > li:first-child > span {*/
    /*border-top-left-radius: 6px;*/
    /*border-bottom-left-radius: 6px;*/
/*}*/
/*.odev-catalog .pagination-lg > li:last-child > a, .odev-catalog .pagination-lg > li:last-child > span {*/
    /*border-top-right-radius: 6px;*/
    /*border-bottom-right-radius: 6px;*/
/*}*/
/*.odev-catalog .pagination-sm > li > a, .odev-catalog .pagination-sm > li > span {*/
    /*padding: 5px 10px;*/
    /*font-size: 12px;*/
    /*line-height: 1.5;*/
/*}*/
/*.odev-catalog .pagination-sm > li:first-child > a, .odev-catalog .pagination-sm > li:first-child > span {*/
    /*border-top-left-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
/*}*/
/*.odev-catalog .pagination-sm > li:last-child > a, .odev-catalog .pagination-sm > li:last-child > span {*/
    /*border-top-right-radius: 3px;*/
    /*border-bottom-right-radius: 3px;*/
/*}*/
/*.odev-catalog .pager {*/
    /*padding-left: 0;*/
    /*margin: 20px 0;*/
    /*text-align: center;*/
    /*list-style: none;*/
/*}*/
/*.odev-catalog .pager li {*/
    /*display: inline;*/
/*}*/
/*.odev-catalog .pager li > a, .odev-catalog .pager li > span {*/
    /*display: inline-block;*/
    /*padding: 5px 14px;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 15px;*/
/*}*/
/*.odev-catalog .pager li > a:hover, .odev-catalog .pager li > a:focus {*/
    /*text-decoration: none;*/
    /*background-color: #eee;*/
/*}*/
/*.odev-catalog .pager .next > a, .odev-catalog .pager .next > span {*/
    /*float: right;*/
/*}*/
/*.odev-catalog .pager .previous > a, .odev-catalog .pager .previous > span {*/
    /*float: left;*/
/*}*/
/*.odev-catalog .pager .disabled > a, .odev-catalog .pager .disabled > a:hover, .odev-catalog .pager .disabled > a:focus, .odev-catalog .pager .disabled > span {*/
    /*color: #777;*/
    /*cursor: not-allowed;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .label {*/
    /*display: inline;*/
    /*padding: 0.2em 0.6em 0.3em;*/
    /*font-size: 75%;*/
    /*font-weight: bold;*/
    /*line-height: 1;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*white-space: nowrap;*/
    /*vertical-align: baseline;*/
    /*border-radius: 0.25em;*/
/*}*/
/*.odev-catalog a.label:hover, .odev-catalog a.label:focus {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
/*}*/
/*.odev-catalog .label:empty {*/
    /*display: none;*/
/*}*/
/*.odev-catalog .btn .label {*/
    /*position: relative;*/
    /*top: -1px;*/
/*}*/
/*.odev-catalog .label-default {*/
    /*background-color: #777;*/
/*}*/
/*.odev-catalog .label-default[href]:hover, .odev-catalog .label-default[href]:focus {*/
    /*background-color: #5e5e5e;*/
/*}*/
/*.odev-catalog .label-primary {*/
    /*background-color: #337ab7;*/
/*}*/
/*.odev-catalog .label-primary[href]:hover, .odev-catalog .label-primary[href]:focus {*/
    /*background-color: #286090;*/
/*}*/
/*.odev-catalog .label-success {*/
    /*background-color: #5cb85c;*/
/*}*/
/*.odev-catalog .label-success[href]:hover, .odev-catalog .label-success[href]:focus {*/
    /*background-color: #449d44;*/
/*}*/
/*.odev-catalog .label-info {*/
    /*background-color: #5bc0de;*/
/*}*/
/*.odev-catalog .label-info[href]:hover, .odev-catalog .label-info[href]:focus {*/
    /*background-color: #31b0d5;*/
/*}*/
/*.odev-catalog .label-warning {*/
    /*background-color: #f0ad4e;*/
/*}*/
/*.odev-catalog .label-warning[href]:hover, .odev-catalog .label-warning[href]:focus {*/
    /*background-color: #ec971f;*/
/*}*/
/*.odev-catalog .label-danger {*/
    /*background-color: #d9534f;*/
/*}*/
/*.odev-catalog .label-danger[href]:hover, .odev-catalog .label-danger[href]:focus {*/
    /*background-color: #c9302c;*/
/*}*/
/*.odev-catalog .badge {*/
    /*display: inline-block;*/
    /*min-width: 10px;*/
    /*padding: 3px 7px;*/
    /*font-size: 12px;*/
    /*font-weight: bold;*/
    /*line-height: 1;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*white-space: nowrap;*/
    /*vertical-align: middle;*/
    /*background-color: #777;*/
    /*border-radius: 10px;*/
/*}*/
/*.odev-catalog .badge:empty {*/
    /*display: none;*/
/*}*/
/*.odev-catalog .btn .badge {*/
    /*position: relative;*/
    /*top: -1px;*/
/*}*/
/*.odev-catalog .btn-xs .badge, .odev-catalog .btn-group-xs > .btn .badge {*/
    /*top: 0;*/
    /*padding: 1px 5px;*/
/*}*/
/*.odev-catalog a.badge:hover, .odev-catalog a.badge:focus {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
/*}*/
/*.odev-catalog .list-group-item.active > .badge, .odev-catalog .nav-pills > .active > a > .badge {*/
    /*color: #337ab7;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .list-group-item > .badge {*/
    /*float: right;*/
/*}*/
/*.odev-catalog .list-group-item > .badge + .badge {*/
    /*margin-right: 5px;*/
/*}*/
/*.odev-catalog .nav-pills > li > a > .badge {*/
    /*margin-left: 3px;*/
/*}*/
/*.odev-catalog .jumbotron {*/
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    /*margin-bottom: 30px;*/
    /*color: inherit;*/
    /*background-color: #eee;*/
/*}*/
/*.odev-catalog .jumbotron h1, .odev-catalog .jumbotron .h1 {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .jumbotron p {*/
    /*margin-bottom: 15px;*/
    /*font-size: 21px;*/
    /*font-weight: 200;*/
/*}*/
/*.odev-catalog .jumbotron > hr {*/
    /*border-top-color: #d5d5d5;*/
/*}*/
/*.odev-catalog .container .jumbotron, .odev-catalog .container-fluid .jumbotron {*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog .jumbotron .container {*/
    /*max-width: 100%;*/
/*}*/
/*@media screen and (min-width: 768px) {*/
    /*.odev-catalog .jumbotron {*/
        /*padding-top: 48px;*/
        /*padding-bottom: 48px;*/
    /*}*/
    /*.odev-catalog .container .jumbotron, .odev-catalog .container-fluid .jumbotron {*/
        /*padding-right: 60px;*/
        /*padding-left: 60px;*/
    /*}*/
    /*.odev-catalog .jumbotron h1, .odev-catalog .jumbotron .h1 {*/
        /*font-size: 63px;*/
    /*}*/
/*}*/
/*.odev-catalog .thumbnail {*/
    /*display: block;*/
    /*padding: 4px;*/
    /*margin-bottom: 20px;*/
    /*line-height: 1.42857;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    /*-webkit-transition: border 0.2s ease-in-out;*/
    /*-o-transition: border 0.2s ease-in-out;*/
    /*transition: border 0.2s ease-in-out;*/
/*}*/
/*.odev-catalog .thumbnail > img, .odev-catalog .thumbnail a > img {*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
/*}*/
/*.odev-catalog a.thumbnail:hover, .odev-catalog a.thumbnail:focus, .odev-catalog a.thumbnail.active {*/
    /*border-color: #337ab7;*/
/*}*/
/*.odev-catalog .thumbnail .caption {*/
    /*padding: 9px;*/
    /*color: #333;*/
/*}*/
/*.odev-catalog .alert {*/
    /*padding: 15px;*/
    /*margin-bottom: 20px;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .alert h4 {*/
    /*margin-top: 0;*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .alert .alert-link {*/
    /*font-weight: bold;*/
/*}*/
/*.odev-catalog .alert > p, .odev-catalog .alert > ul {*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog .alert > p + p {*/
    /*margin-top: 5px;*/
/*}*/
/*.odev-catalog .alert-dismissable, .odev-catalog .alert-dismissible {*/
    /*padding-right: 35px;*/
/*}*/
/*.odev-catalog .alert-dismissable .close, .odev-catalog .alert-dismissible .close {*/
    /*position: relative;*/
    /*top: -2px;*/
    /*right: -21px;*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .alert-success {*/
    /*color: #3c763d;*/
    /*background-color: #dff0d8;*/
    /*border-color: #d6e9c6;*/
/*}*/
/*.odev-catalog .alert-success hr {*/
    /*border-top-color: #c9e2b3;*/
/*}*/
/*.odev-catalog .alert-success .alert-link {*/
    /*color: #2b542c;*/
/*}*/
/*.odev-catalog .alert-info {*/
    /*color: #31708f;*/
    /*background-color: #d9edf7;*/
    /*border-color: #bce8f1;*/
/*}*/
/*.odev-catalog .alert-info hr {*/
    /*border-top-color: #a6e1ec;*/
/*}*/
/*.odev-catalog .alert-info .alert-link {*/
    /*color: #245269;*/
/*}*/
/*.odev-catalog .alert-warning {*/
    /*color: #8a6d3b;*/
    /*background-color: #fcf8e3;*/
    /*border-color: #faebcc;*/
/*}*/
/*.odev-catalog .alert-warning hr {*/
    /*border-top-color: #f7e1b5;*/
/*}*/
/*.odev-catalog .alert-warning .alert-link {*/
    /*color: #66512c;*/
/*}*/
/*.odev-catalog .alert-danger {*/
    /*color: #a94442;*/
    /*background-color: #f2dede;*/
    /*border-color: #ebccd1;*/
/*}*/
/*.odev-catalog .alert-danger hr {*/
    /*border-top-color: #e4b9c0;*/
/*}*/
/*.odev-catalog .alert-danger .alert-link {*/
    /*color: #843534;*/
/*}*/
/*@-webkit-keyframes progress-bar-stripes {*/
    /*from {*/
        /*background-position: 40px 0;*/
    /*}*/
    /*to {*/
        /*background-position: 0 0;*/
    /*}*/
/*}*/
/*@-o-keyframes progress-bar-stripes {*/
    /*from {*/
        /*background-position: 40px 0;*/
    /*}*/
    /*to {*/
        /*background-position: 0 0;*/
    /*}*/
/*}*/
/*@keyframes progress-bar-stripes {*/
    /*from {*/
        /*background-position: 40px 0;*/
    /*}*/
    /*to {*/
        /*background-position: 0 0;*/
    /*}*/
/*}*/
/*.odev-catalog .progress {*/
    /*height: 20px;*/
    /*margin-bottom: 20px;*/
    /*overflow: hidden;*/
    /*background-color: #f5f5f5;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);*/
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);*/
/*}*/
/*.odev-catalog .progress-bar {*/
    /*float: left;*/
    /*width: 0;*/
    /*height: 100%;*/
    /*font-size: 12px;*/
    /*line-height: 20px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*background-color: #337ab7;*/
    /*-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);*/
    /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);*/
    /*-webkit-transition: width 0.6s ease;*/
    /*-o-transition: width 0.6s ease;*/
    /*transition: width 0.6s ease;*/
/*}*/
/*.odev-catalog .progress-striped .progress-bar, .odev-catalog .progress-bar-striped {*/
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*-webkit-background-size: 40px 40px;*/
    /*background-size: 40px 40px;*/
/*}*/
/*.odev-catalog .progress.active .progress-bar, .odev-catalog .progress-bar.active {*/
    /*-webkit-animation: progress-bar-stripes 2s linear infinite;*/
    /*-o-animation: progress-bar-stripes 2s linear infinite;*/
    /*animation: progress-bar-stripes 2s linear infinite;*/
/*}*/
/*.odev-catalog .progress-bar-success {*/
    /*background-color: #5cb85c;*/
/*}*/
/*.odev-catalog .progress-striped .progress-bar-success {*/
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
/*}*/
/*.odev-catalog .progress-bar-info {*/
    /*background-color: #5bc0de;*/
/*}*/
/*.odev-catalog .progress-striped .progress-bar-info {*/
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
/*}*/
/*.odev-catalog .progress-bar-warning {*/
    /*background-color: #f0ad4e;*/
/*}*/
/*.odev-catalog .progress-striped .progress-bar-warning {*/
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
/*}*/
/*.odev-catalog .progress-bar-danger {*/
    /*background-color: #d9534f;*/
/*}*/
/*.odev-catalog .progress-striped .progress-bar-danger {*/
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
    /*background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);*/
/*}*/
/*.odev-catalog .media {*/
    /*margin-top: 15px;*/
/*}*/
/*.odev-catalog .media:first-child {*/
    /*margin-top: 0;*/
/*}*/
/*.odev-catalog .media, .odev-catalog .media-body {*/
    /*overflow: hidden;*/
    /*zoom: 1;*/
/*}*/
/*.odev-catalog .media-body {*/
    /*width: 10000px;*/
/*}*/
/*.odev-catalog .media-object {*/
    /*display: block;*/
/*}*/
/*.odev-catalog .media-object.img-thumbnail {*/
    /*max-width: none;*/
/*}*/
/*.odev-catalog .media-right, .odev-catalog .media > .pull-right {*/
    /*padding-left: 10px;*/
/*}*/
/*.odev-catalog .media-left, .odev-catalog .media > .pull-left {*/
    /*padding-right: 10px;*/
/*}*/
/*.odev-catalog .media-left, .odev-catalog .media-right, .odev-catalog .media-body {*/
    /*display: table-cell;*/
    /*vertical-align: top;*/
/*}*/
/*.odev-catalog .media-middle {*/
    /*vertical-align: middle;*/
/*}*/
/*.odev-catalog .media-bottom {*/
    /*vertical-align: bottom;*/
/*}*/
/*.odev-catalog .media-heading {*/
    /*margin-top: 0;*/
    /*margin-bottom: 5px;*/
/*}*/
/*.odev-catalog .media-list {*/
    /*padding-left: 0;*/
    /*list-style: none;*/
/*}*/
/*.odev-catalog .list-group {*/
    /*padding-left: 0;*/
    /*margin-bottom: 20px;*/
/*}*/
/*.odev-catalog .list-group-item {*/
    /*position: relative;*/
    /*display: block;*/
    /*padding: 10px 15px;*/
    /*margin-bottom: -1px;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .list-group-item:first-child {*/
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
/*}*/
/*.odev-catalog .list-group-item:last-child {*/
    /*margin-bottom: 0;*/
    /*border-bottom-right-radius: 4px;*/
    /*border-bottom-left-radius: 4px;*/
/*}*/
/*.odev-catalog a.list-group-item, .odev-catalog button.list-group-item {*/
    /*color: #555;*/
/*}*/
/*.odev-catalog a.list-group-item .list-group-item-heading, .odev-catalog button.list-group-item .list-group-item-heading {*/
    /*color: #333;*/
/*}*/
/*.odev-catalog a.list-group-item:hover, .odev-catalog button.list-group-item:hover, .odev-catalog a.list-group-item:focus, .odev-catalog button.list-group-item:focus {*/
    /*color: #555;*/
    /*text-decoration: none;*/
    /*background-color: #f5f5f5;*/
/*}*/
/*.odev-catalog button.list-group-item {*/
    /*width: 100%;*/
    /*text-align: left;*/
/*}*/
/*.odev-catalog .list-group-item.disabled, .odev-catalog .list-group-item.disabled:hover, .odev-catalog .list-group-item.disabled:focus {*/
    /*color: #777;*/
    /*cursor: not-allowed;*/
    /*background-color: #eee;*/
/*}*/
/*.odev-catalog .list-group-item.disabled .list-group-item-heading, .odev-catalog .list-group-item.disabled:hover .list-group-item-heading, .odev-catalog .list-group-item.disabled:focus .list-group-item-heading {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .list-group-item.disabled .list-group-item-text, .odev-catalog .list-group-item.disabled:hover .list-group-item-text, .odev-catalog .list-group-item.disabled:focus .list-group-item-text {*/
    /*color: #777;*/
/*}*/
/*.odev-catalog .list-group-item.active, .odev-catalog .list-group-item.active:hover, .odev-catalog .list-group-item.active:focus {*/
    /*z-index: 2;*/
    /*color: #fff;*/
    /*background-color: #337ab7;*/
    /*border-color: #337ab7;*/
/*}*/
/*.odev-catalog .list-group-item.active .list-group-item-heading, .odev-catalog .list-group-item.active:hover .list-group-item-heading, .odev-catalog .list-group-item.active:focus .list-group-item-heading, .odev-catalog .list-group-item.active .list-group-item-heading > small, .odev-catalog .list-group-item.active:hover .list-group-item-heading > small, .odev-catalog .list-group-item.active:focus .list-group-item-heading > small, .odev-catalog .list-group-item.active .list-group-item-heading > .small, .odev-catalog .list-group-item.active:hover .list-group-item-heading > .small, .odev-catalog .list-group-item.active:focus .list-group-item-heading > .small {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .list-group-item.active .list-group-item-text, .odev-catalog .list-group-item.active:hover .list-group-item-text, .odev-catalog .list-group-item.active:focus .list-group-item-text {*/
    /*color: #c7ddef;*/
/*}*/
/*.odev-catalog .list-group-item-success {*/
    /*color: #3c763d;*/
    /*background-color: #dff0d8;*/
/*}*/
/*.odev-catalog a.list-group-item-success, .odev-catalog button.list-group-item-success {*/
    /*color: #3c763d;*/
/*}*/
/*.odev-catalog a.list-group-item-success .list-group-item-heading, .odev-catalog button.list-group-item-success .list-group-item-heading {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog a.list-group-item-success:hover, .odev-catalog button.list-group-item-success:hover, .odev-catalog a.list-group-item-success:focus, .odev-catalog button.list-group-item-success:focus {*/
    /*color: #3c763d;*/
    /*background-color: #d0e9c6;*/
/*}*/
/*.odev-catalog a.list-group-item-success.active, .odev-catalog button.list-group-item-success.active, .odev-catalog a.list-group-item-success.active:hover, .odev-catalog button.list-group-item-success.active:hover, .odev-catalog a.list-group-item-success.active:focus, .odev-catalog button.list-group-item-success.active:focus {*/
    /*color: #fff;*/
    /*background-color: #3c763d;*/
    /*border-color: #3c763d;*/
/*}*/
/*.odev-catalog .list-group-item-info {*/
    /*color: #31708f;*/
    /*background-color: #d9edf7;*/
/*}*/
/*.odev-catalog a.list-group-item-info, .odev-catalog button.list-group-item-info {*/
    /*color: #31708f;*/
/*}*/
/*.odev-catalog a.list-group-item-info .list-group-item-heading, .odev-catalog button.list-group-item-info .list-group-item-heading {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog a.list-group-item-info:hover, .odev-catalog button.list-group-item-info:hover, .odev-catalog a.list-group-item-info:focus, .odev-catalog button.list-group-item-info:focus {*/
    /*color: #31708f;*/
    /*background-color: #c4e3f3;*/
/*}*/
/*.odev-catalog a.list-group-item-info.active, .odev-catalog button.list-group-item-info.active, .odev-catalog a.list-group-item-info.active:hover, .odev-catalog button.list-group-item-info.active:hover, .odev-catalog a.list-group-item-info.active:focus, .odev-catalog button.list-group-item-info.active:focus {*/
    /*color: #fff;*/
    /*background-color: #31708f;*/
    /*border-color: #31708f;*/
/*}*/
/*.odev-catalog .list-group-item-warning {*/
    /*color: #8a6d3b;*/
    /*background-color: #fcf8e3;*/
/*}*/
/*.odev-catalog a.list-group-item-warning, .odev-catalog button.list-group-item-warning {*/
    /*color: #8a6d3b;*/
/*}*/
/*.odev-catalog a.list-group-item-warning .list-group-item-heading, .odev-catalog button.list-group-item-warning .list-group-item-heading {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog a.list-group-item-warning:hover, .odev-catalog button.list-group-item-warning:hover, .odev-catalog a.list-group-item-warning:focus, .odev-catalog button.list-group-item-warning:focus {*/
    /*color: #8a6d3b;*/
    /*background-color: #faf2cc;*/
/*}*/
/*.odev-catalog a.list-group-item-warning.active, .odev-catalog button.list-group-item-warning.active, .odev-catalog a.list-group-item-warning.active:hover, .odev-catalog button.list-group-item-warning.active:hover, .odev-catalog a.list-group-item-warning.active:focus, .odev-catalog button.list-group-item-warning.active:focus {*/
    /*color: #fff;*/
    /*background-color: #8a6d3b;*/
    /*border-color: #8a6d3b;*/
/*}*/
/*.odev-catalog .list-group-item-danger {*/
    /*color: #a94442;*/
    /*background-color: #f2dede;*/
/*}*/
/*.odev-catalog a.list-group-item-danger, .odev-catalog button.list-group-item-danger {*/
    /*color: #a94442;*/
/*}*/
/*.odev-catalog a.list-group-item-danger .list-group-item-heading, .odev-catalog button.list-group-item-danger .list-group-item-heading {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog a.list-group-item-danger:hover, .odev-catalog button.list-group-item-danger:hover, .odev-catalog a.list-group-item-danger:focus, .odev-catalog button.list-group-item-danger:focus {*/
    /*color: #a94442;*/
    /*background-color: #ebcccc;*/
/*}*/
/*.odev-catalog a.list-group-item-danger.active, .odev-catalog button.list-group-item-danger.active, .odev-catalog a.list-group-item-danger.active:hover, .odev-catalog button.list-group-item-danger.active:hover, .odev-catalog a.list-group-item-danger.active:focus, .odev-catalog button.list-group-item-danger.active:focus {*/
    /*color: #fff;*/
    /*background-color: #a94442;*/
    /*border-color: #a94442;*/
/*}*/
/*.odev-catalog .list-group-item-heading {*/
    /*margin-top: 0;*/
    /*margin-bottom: 5px;*/
/*}*/
/*.odev-catalog .list-group-item-text {*/
    /*margin-bottom: 0;*/
    /*line-height: 1.3;*/
/*}*/
/*.odev-catalog .panel {*/
    /*margin-bottom: 20px;*/
    /*background-color: #fff;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
/*}*/
/*.odev-catalog .panel-body {*/
    /*padding: 15px;*/
/*}*/
/*.odev-catalog .panel-heading {*/
    /*padding: 10px 15px;*/
    /*border-bottom: 1px solid transparent;*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
/*}*/
/*.odev-catalog .panel-heading > .dropdown .dropdown-toggle {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .panel-title {*/
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
    /*font-size: 16px;*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .panel-title > a, .odev-catalog .panel-title > small, .odev-catalog .panel-title > .small, .odev-catalog .panel-title > small > a, .odev-catalog .panel-title > .small > a {*/
    /*color: inherit;*/
/*}*/
/*.odev-catalog .panel-footer {*/
    /*padding: 10px 15px;*/
    /*background-color: #f5f5f5;*/
    /*border-top: 1px solid #ddd;*/
    /*border-bottom-right-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .list-group, .odev-catalog .panel > .panel-collapse > .list-group {*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog .panel > .list-group .list-group-item, .odev-catalog .panel > .panel-collapse > .list-group .list-group-item {*/
    /*border-width: 1px 0;*/
    /*border-radius: 0;*/
/*}*/
/*.odev-catalog .panel > .list-group:first-child .list-group-item:first-child, .odev-catalog .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {*/
    /*border-top: 0;*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .list-group:last-child .list-group-item:last-child, .odev-catalog .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {*/
    /*border-bottom: 0;*/
    /*border-bottom-right-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {*/
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
/*}*/
/*.odev-catalog .panel-heading + .list-group .list-group-item:first-child {*/
    /*border-top-width: 0;*/
/*}*/
/*.odev-catalog .list-group + .panel-footer {*/
    /*border-top-width: 0;*/
/*}*/
/*.odev-catalog .panel > .table, .odev-catalog .panel > .table-responsive > .table, .odev-catalog .panel > .panel-collapse > .table {*/
    /*margin-bottom: 0;*/
/*}*/
/*.odev-catalog .panel > .table caption, .odev-catalog .panel > .table-responsive > .table caption, .odev-catalog .panel > .panel-collapse > .table caption {*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
/*}*/
/*.odev-catalog .panel > .table:first-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child {*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .table:first-child > thead:first-child > tr:first-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .odev-catalog .panel > .table:first-child > tbody:first-child > tr:first-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .odev-catalog .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .odev-catalog .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .odev-catalog .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {*/
    /*border-top-left-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .odev-catalog .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .odev-catalog .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .odev-catalog .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .odev-catalog .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {*/
    /*border-top-right-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .table:last-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child {*/
    /*border-bottom-right-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .table:last-child > tbody:last-child > tr:last-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .odev-catalog .panel > .table:last-child > tfoot:last-child > tr:last-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {*/
    /*border-bottom-right-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .odev-catalog .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .odev-catalog .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .odev-catalog .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {*/
    /*border-bottom-left-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .odev-catalog .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .odev-catalog .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .odev-catalog .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .odev-catalog .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {*/
    /*border-bottom-right-radius: 3px;*/
/*}*/
/*.odev-catalog .panel > .panel-body + .table, .odev-catalog .panel > .panel-body + .table-responsive, .odev-catalog .panel > .table + .panel-body, .odev-catalog .panel > .table-responsive + .panel-body {*/
    /*border-top: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .panel > .table > tbody:first-child > tr:first-child th, .odev-catalog .panel > .table > tbody:first-child > tr:first-child td {*/
    /*border-top: 0;*/
/*}*/
/*.odev-catalog .panel > .table-bordered, .odev-catalog .panel > .table-responsive > .table-bordered {*/
    /*border: 0;*/
/*}*/
/*.odev-catalog .panel > .table-bordered > thead > tr > th:first-child, .odev-catalog .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .odev-catalog .panel > .table-bordered > tbody > tr > th:first-child, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .odev-catalog .panel > .table-bordered > tfoot > tr > th:first-child, .odev-catalog .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .odev-catalog .panel > .table-bordered > thead > tr > td:first-child, .odev-catalog .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .odev-catalog .panel > .table-bordered > tbody > tr > td:first-child, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .odev-catalog .panel > .table-bordered > tfoot > tr > td:first-child, .odev-catalog .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {*/
    /*border-left: 0;*/
/*}*/
/*.odev-catalog .panel > .table-bordered > thead > tr > th:last-child, .odev-catalog .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .odev-catalog .panel > .table-bordered > tbody > tr > th:last-child, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .odev-catalog .panel > .table-bordered > tfoot > tr > th:last-child, .odev-catalog .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .odev-catalog .panel > .table-bordered > thead > tr > td:last-child, .odev-catalog .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .odev-catalog .panel > .table-bordered > tbody > tr > td:last-child, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .odev-catalog .panel > .table-bordered > tfoot > tr > td:last-child, .odev-catalog .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {*/
    /*border-right: 0;*/
/*}*/
/*.odev-catalog .panel > .table-bordered > thead > tr:first-child > td, .odev-catalog .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .odev-catalog .panel > .table-bordered > tbody > tr:first-child > td, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .odev-catalog .panel > .table-bordered > thead > tr:first-child > th, .odev-catalog .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .odev-catalog .panel > .table-bordered > tbody > tr:first-child > th, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {*/
    /*border-bottom: 0;*/
/*}*/
/*.odev-catalog .panel > .table-bordered > tbody > tr:last-child > td, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .odev-catalog .panel > .table-bordered > tfoot > tr:last-child > td, .odev-catalog .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .odev-catalog .panel > .table-bordered > tbody > tr:last-child > th, .odev-catalog .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .odev-catalog .panel > .table-bordered > tfoot > tr:last-child > th, .odev-catalog .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {*/
    /*border-bottom: 0;*/
/*}*/
/*.odev-catalog .panel > .table-responsive {*/
    /*margin-bottom: 0;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog .panel-group {*/
    /*margin-bottom: 20px;*/
/*}*/
/*.odev-catalog .panel-group .panel {*/
    /*margin-bottom: 0;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .panel-group .panel + .panel {*/
    /*margin-top: 5px;*/
/*}*/
/*.odev-catalog .panel-group .panel-heading {*/
    /*border-bottom: 0;*/
/*}*/
/*.odev-catalog .panel-group .panel-heading + .panel-collapse > .panel-body, .odev-catalog .panel-group .panel-heading + .panel-collapse > .list-group {*/
    /*border-top: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .panel-group .panel-footer {*/
    /*border-top: 0;*/
/*}*/
/*.odev-catalog .panel-group .panel-footer + .panel-collapse .panel-body {*/
    /*border-bottom: 1px solid #ddd;*/
/*}*/
/*.odev-catalog .panel-default {*/
    /*border-color: #ddd;*/
/*}*/
/*.odev-catalog .panel-default > .panel-heading {*/
    /*color: #333;*/
    /*background-color: #f5f5f5;*/
    /*border-color: #ddd;*/
/*}*/
/*.odev-catalog .panel-default > .panel-heading + .panel-collapse > .panel-body {*/
    /*border-top-color: #ddd;*/
/*}*/
/*.odev-catalog .panel-default > .panel-heading .badge {*/
    /*color: #f5f5f5;*/
    /*background-color: #333;*/
/*}*/
/*.odev-catalog .panel-default > .panel-footer + .panel-collapse > .panel-body {*/
    /*border-bottom-color: #ddd;*/
/*}*/
/*.odev-catalog .panel-primary {*/
    /*border-color: #337ab7;*/
/*}*/
/*.odev-catalog .panel-primary > .panel-heading {*/
    /*color: #fff;*/
    /*background-color: #337ab7;*/
    /*border-color: #337ab7;*/
/*}*/
/*.odev-catalog .panel-primary > .panel-heading + .panel-collapse > .panel-body {*/
    /*border-top-color: #337ab7;*/
/*}*/
/*.odev-catalog .panel-primary > .panel-heading .badge {*/
    /*color: #337ab7;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .panel-primary > .panel-footer + .panel-collapse > .panel-body {*/
    /*border-bottom-color: #337ab7;*/
/*}*/
/*.odev-catalog .panel-success {*/
    /*border-color: #d6e9c6;*/
/*}*/
/*.odev-catalog .panel-success > .panel-heading {*/
    /*color: #3c763d;*/
    /*background-color: #dff0d8;*/
    /*border-color: #d6e9c6;*/
/*}*/
/*.odev-catalog .panel-success > .panel-heading + .panel-collapse > .panel-body {*/
    /*border-top-color: #d6e9c6;*/
/*}*/
/*.odev-catalog .panel-success > .panel-heading .badge {*/
    /*color: #dff0d8;*/
    /*background-color: #3c763d;*/
/*}*/
/*.odev-catalog .panel-success > .panel-footer + .panel-collapse > .panel-body {*/
    /*border-bottom-color: #d6e9c6;*/
/*}*/
/*.odev-catalog .panel-info {*/
    /*border-color: #bce8f1;*/
/*}*/
/*.odev-catalog .panel-info > .panel-heading {*/
    /*color: #31708f;*/
    /*background-color: #d9edf7;*/
    /*border-color: #bce8f1;*/
/*}*/
/*.odev-catalog .panel-info > .panel-heading + .panel-collapse > .panel-body {*/
    /*border-top-color: #bce8f1;*/
/*}*/
/*.odev-catalog .panel-info > .panel-heading .badge {*/
    /*color: #d9edf7;*/
    /*background-color: #31708f;*/
/*}*/
/*.odev-catalog .panel-info > .panel-footer + .panel-collapse > .panel-body {*/
    /*border-bottom-color: #bce8f1;*/
/*}*/
/*.odev-catalog .panel-warning {*/
    /*border-color: #faebcc;*/
/*}*/
/*.odev-catalog .panel-warning > .panel-heading {*/
    /*color: #8a6d3b;*/
    /*background-color: #fcf8e3;*/
    /*border-color: #faebcc;*/
/*}*/
/*.odev-catalog .panel-warning > .panel-heading + .panel-collapse > .panel-body {*/
    /*border-top-color: #faebcc;*/
/*}*/
/*.odev-catalog .panel-warning > .panel-heading .badge {*/
    /*color: #fcf8e3;*/
    /*background-color: #8a6d3b;*/
/*}*/
/*.odev-catalog .panel-warning > .panel-footer + .panel-collapse > .panel-body {*/
    /*border-bottom-color: #faebcc;*/
/*}*/
/*.odev-catalog .panel-danger {*/
    /*border-color: #ebccd1;*/
/*}*/
/*.odev-catalog .panel-danger > .panel-heading {*/
    /*color: #a94442;*/
    /*background-color: #f2dede;*/
    /*border-color: #ebccd1;*/
/*}*/
/*.odev-catalog .panel-danger > .panel-heading + .panel-collapse > .panel-body {*/
    /*border-top-color: #ebccd1;*/
/*}*/
/*.odev-catalog .panel-danger > .panel-heading .badge {*/
    /*color: #f2dede;*/
    /*background-color: #a94442;*/
/*}*/
/*.odev-catalog .panel-danger > .panel-footer + .panel-collapse > .panel-body {*/
    /*border-bottom-color: #ebccd1;*/
/*}*/
/*.odev-catalog .embed-responsive {*/
    /*position: relative;*/
    /*display: block;*/
    /*height: 0;*/
    /*padding: 0;*/
    /*overflow: hidden;*/
/*}*/
/*.odev-catalog .embed-responsive .embed-responsive-item, .odev-catalog .embed-responsive iframe, .odev-catalog .embed-responsive embed, .odev-catalog .embed-responsive object, .odev-catalog .embed-responsive video {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog .embed-responsive-16by9 {*/
    /*padding-bottom: 56.25%;*/
/*}*/
/*.odev-catalog .embed-responsive-4by3 {*/
    /*padding-bottom: 75%;*/
/*}*/
/*.odev-catalog .well {*/
    /*min-height: 20px;*/
    /*padding: 19px;*/
    /*margin-bottom: 20px;*/
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #e3e3e3;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
/*}*/
/*.odev-catalog .well blockquote {*/
    /*border-color: #ddd;*/
    /*border-color: rgba(0, 0, 0, .15);*/
/*}*/
/*.odev-catalog .well-lg {*/
    /*padding: 24px;*/
    /*border-radius: 6px;*/
/*}*/
/*.odev-catalog .well-sm {*/
    /*padding: 9px;*/
    /*border-radius: 3px;*/
/*}*/
/*.odev-catalog .close {*/
    /*float: right;*/
    /*font-size: 21px;*/
    /*font-weight: bold;*/
    /*line-height: 1;*/
    /*color: #000;*/
    /*text-shadow: 0 1px 0 #fff;*/
    /*filter: alpha(opacity=20);*/
    /*opacity: 0.2;*/
/*}*/
/*.odev-catalog .close:hover, .odev-catalog .close:focus {*/
    /*color: #000;*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
/*}*/
/*.odev-catalog button.close {*/
    /*-webkit-appearance: none;*/
    /*padding: 0;*/
    /*cursor: pointer;*/
    /*background: transparent;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog .modal-open {*/
    /*overflow: hidden;*/
/*}*/
/*.odev-catalog .modal {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 1050;*/
    /*display: none;*/
    /*overflow: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*outline: 0;*/
/*}*/
/*.odev-catalog .modal.fade .modal-dialog {*/
    /*-webkit-transition: -webkit-transform 0.3s ease-out;*/
    /*-o-transition: -o-transform 0.3s ease-out;*/
    /*transition: transform 0.3s ease-out;*/
    /*-webkit-transform: translate(0, -25%);*/
    /*-ms-transform: translate(0, -25%);*/
    /*-o-transform: translate(0, -25%);*/
    /*transform: translate(0, -25%);*/
/*}*/
/*.odev-catalog .modal.in .modal-dialog {*/
    /*-webkit-transform: translate(0, 0);*/
    /*-ms-transform: translate(0, 0);*/
    /*-o-transform: translate(0, 0);*/
    /*transform: translate(0, 0);*/
/*}*/
/*.odev-catalog .modal-open .modal {*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
/*}*/
/*.odev-catalog .modal-dialog {*/
    /*position: relative;*/
    /*width: auto;*/
    /*margin: 10px;*/
/*}*/
/*.odev-catalog .modal-content {*/
    /*position: relative;*/
    /*background-color: #fff;*/
    /*-webkit-background-clip: padding-box;*/
    /*background-clip: padding-box;*/
    /*border: 1px solid #999;*/
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    /*border-radius: 6px;*/
    /*outline: 0;*/
    /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
/*}*/
/*.odev-catalog .modal-backdrop {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 1040;*/
    /*background-color: #000;*/
/*}*/
/*.odev-catalog .modal-backdrop.fade {*/
    /*filter: alpha(opacity=0);*/
    /*opacity: 0;*/
/*}*/
/*.odev-catalog .modal-backdrop.in {*/
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
/*}*/
/*.odev-catalog .modal-header {*/
    /*padding: 15px;*/
    /*border-bottom: 1px solid #e5e5e5;*/
/*}*/
/*.odev-catalog .modal-header .close {*/
    /*margin-top: -2px;*/
/*}*/
/*.odev-catalog .modal-title {*/
    /*margin: 0;*/
    /*line-height: 1.42857;*/
/*}*/
/*.odev-catalog .modal-body {*/
    /*position: relative;*/
    /*padding: 15px;*/
/*}*/
/*.odev-catalog .modal-footer {*/
    /*padding: 15px;*/
    /*text-align: right;*/
    /*border-top: 1px solid #e5e5e5;*/
/*}*/
/*.odev-catalog .modal-footer .btn + .btn {*/
    /*margin-bottom: 0;*/
    /*margin-left: 5px;*/
/*}*/
/*.odev-catalog .modal-footer .btn-group .btn + .btn {*/
    /*margin-left: -1px;*/
/*}*/
/*.odev-catalog .modal-footer .btn-block + .btn-block {*/
    /*margin-left: 0;*/
/*}*/
/*.odev-catalog .modal-scrollbar-measure {*/
    /*position: absolute;*/
    /*top: -9999px;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*overflow: scroll;*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.odev-catalog .modal-dialog {*/
        /*width: 600px;*/
        /*margin: 30px auto;*/
    /*}*/
    /*.odev-catalog .modal-content {*/
        /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
        /*box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
    /*}*/
    /*.odev-catalog .modal-sm {*/
        /*width: 300px;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) {*/
    /*.odev-catalog .modal-lg {*/
        /*width: 900px;*/
    /*}*/
/*}*/
/*.odev-catalog .tooltip {*/
    /*position: absolute;*/
    /*z-index: 1070;*/
    /*display: block;*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 12px;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 1.42857;*/
    /*text-align: left;*/
    /*text-align: start;*/
    /*text-decoration: none;*/
    /*text-shadow: none;*/
    /*text-transform: none;*/
    /*letter-spacing: normal;*/
    /*word-break: normal;*/
    /*word-spacing: normal;*/
    /*word-wrap: normal;*/
    /*white-space: normal;*/
    /*filter: alpha(opacity=0);*/
    /*opacity: 0;*/
    /*line-break: auto;*/
/*}*/
/*.odev-catalog .tooltip.in {*/
    /*filter: alpha(opacity=90);*/
    /*opacity: 0.9;*/
/*}*/
/*.odev-catalog .tooltip.top {*/
    /*padding: 5px 0;*/
    /*margin-top: -3px;*/
/*}*/
/*.odev-catalog .tooltip.right {*/
    /*padding: 0 5px;*/
    /*margin-left: 3px;*/
/*}*/
/*.odev-catalog .tooltip.bottom {*/
    /*padding: 5px 0;*/
    /*margin-top: 3px;*/
/*}*/
/*.odev-catalog .tooltip.left {*/
    /*padding: 0 5px;*/
    /*margin-left: -3px;*/
/*}*/
/*.odev-catalog .tooltip-inner {*/
    /*max-width: 200px;*/
    /*padding: 3px 8px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*background-color: #000;*/
    /*border-radius: 4px;*/
/*}*/
/*.odev-catalog .tooltip-arrow {*/
    /*position: absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-color: transparent;*/
    /*border-style: solid;*/
/*}*/
/*.odev-catalog .tooltip.top .tooltip-arrow {*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin-left: -5px;*/
    /*border-width: 5px 5px 0;*/
    /*border-top-color: #000;*/
/*}*/
/*.odev-catalog .tooltip.top-left .tooltip-arrow {*/
    /*right: 5px;*/
    /*bottom: 0;*/
    /*margin-bottom: -5px;*/
    /*border-width: 5px 5px 0;*/
    /*border-top-color: #000;*/
/*}*/
/*.odev-catalog .tooltip.top-right .tooltip-arrow {*/
    /*bottom: 0;*/
    /*left: 5px;*/
    /*margin-bottom: -5px;*/
    /*border-width: 5px 5px 0;*/
    /*border-top-color: #000;*/
/*}*/
/*.odev-catalog .tooltip.right .tooltip-arrow {*/
    /*top: 50%;*/
    /*left: 0;*/
    /*margin-top: -5px;*/
    /*border-width: 5px 5px 5px 0;*/
    /*border-right-color: #000;*/
/*}*/
/*.odev-catalog .tooltip.left .tooltip-arrow {*/
    /*top: 50%;*/
    /*right: 0;*/
    /*margin-top: -5px;*/
    /*border-width: 5px 0 5px 5px;*/
    /*border-left-color: #000;*/
/*}*/
/*.odev-catalog .tooltip.bottom .tooltip-arrow {*/
    /*top: 0;*/
    /*left: 50%;*/
    /*margin-left: -5px;*/
    /*border-width: 0 5px 5px;*/
    /*border-bottom-color: #000;*/
/*}*/
/*.odev-catalog .tooltip.bottom-left .tooltip-arrow {*/
    /*top: 0;*/
    /*right: 5px;*/
    /*margin-top: -5px;*/
    /*border-width: 0 5px 5px;*/
    /*border-bottom-color: #000;*/
/*}*/
/*.odev-catalog .tooltip.bottom-right .tooltip-arrow {*/
    /*top: 0;*/
    /*left: 5px;*/
    /*margin-top: -5px;*/
    /*border-width: 0 5px 5px;*/
    /*border-bottom-color: #000;*/
/*}*/
/*.odev-catalog .popover {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 1060;*/
    /*display: none;*/
    /*max-width: 276px;*/
    /*padding: 1px;*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 1.42857;*/
    /*text-align: left;*/
    /*text-align: start;*/
    /*text-decoration: none;*/
    /*text-shadow: none;*/
    /*text-transform: none;*/
    /*letter-spacing: normal;*/
    /*word-break: normal;*/
    /*word-spacing: normal;*/
    /*word-wrap: normal;*/
    /*white-space: normal;*/
    /*background-color: #fff;*/
    /*-webkit-background-clip: padding-box;*/
    /*background-clip: padding-box;*/
    /*border: 1px solid #ccc;*/
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    /*border-radius: 6px;*/
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, .2);*/
    /*line-break: auto;*/
/*}*/
/*.odev-catalog .popover.top {*/
    /*margin-top: -10px;*/
/*}*/
/*.odev-catalog .popover.right {*/
    /*margin-left: 10px;*/
/*}*/
/*.odev-catalog .popover.bottom {*/
    /*margin-top: 10px;*/
/*}*/
/*.odev-catalog .popover.left {*/
    /*margin-left: -10px;*/
/*}*/
/*.odev-catalog .popover-title {*/
    /*padding: 8px 14px;*/
    /*margin: 0;*/
    /*font-size: 14px;*/
    /*background-color: #f7f7f7;*/
    /*border-bottom: 1px solid #ebebeb;*/
    /*border-radius: 5px 5px 0 0;*/
/*}*/
/*.odev-catalog .popover-content {*/
    /*padding: 9px 14px;*/
/*}*/
/*.odev-catalog .popover > .arrow, .odev-catalog .popover > .arrow:after {*/
    /*position: absolute;*/
    /*display: block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-color: transparent;*/
    /*border-style: solid;*/
/*}*/
/*.odev-catalog .popover > .arrow {*/
    /*border-width: 11px;*/
/*}*/
/*.odev-catalog .popover > .arrow:after {*/
    /*content: "";*/
    /*border-width: 10px;*/
/*}*/
/*.odev-catalog .popover.top > .arrow {*/
    /*bottom: -11px;*/
    /*left: 50%;*/
    /*margin-left: -11px;*/
    /*border-top-color: #999;*/
    /*border-top-color: rgba(0, 0, 0, .25);*/
    /*border-bottom-width: 0;*/
/*}*/
/*.odev-catalog .popover.top > .arrow:after {*/
    /*bottom: 1px;*/
    /*margin-left: -10px;*/
    /*content: " ";*/
    /*border-top-color: #fff;*/
    /*border-bottom-width: 0;*/
/*}*/
/*.odev-catalog .popover.right > .arrow {*/
    /*top: 50%;*/
    /*left: -11px;*/
    /*margin-top: -11px;*/
    /*border-right-color: #999;*/
    /*border-right-color: rgba(0, 0, 0, .25);*/
    /*border-left-width: 0;*/
/*}*/
/*.odev-catalog .popover.right > .arrow:after {*/
    /*bottom: -10px;*/
    /*left: 1px;*/
    /*content: " ";*/
    /*border-right-color: #fff;*/
    /*border-left-width: 0;*/
/*}*/
/*.odev-catalog .popover.bottom > .arrow {*/
    /*top: -11px;*/
    /*left: 50%;*/
    /*margin-left: -11px;*/
    /*border-top-width: 0;*/
    /*border-bottom-color: #999;*/
    /*border-bottom-color: rgba(0, 0, 0, .25);*/
/*}*/
/*.odev-catalog .popover.bottom > .arrow:after {*/
    /*top: 1px;*/
    /*margin-left: -10px;*/
    /*content: " ";*/
    /*border-top-width: 0;*/
    /*border-bottom-color: #fff;*/
/*}*/
/*.odev-catalog .popover.left > .arrow {*/
    /*top: 50%;*/
    /*right: -11px;*/
    /*margin-top: -11px;*/
    /*border-right-width: 0;*/
    /*border-left-color: #999;*/
    /*border-left-color: rgba(0, 0, 0, .25);*/
/*}*/
/*.odev-catalog .popover.left > .arrow:after {*/
    /*right: 1px;*/
    /*bottom: -10px;*/
    /*content: " ";*/
    /*border-right-width: 0;*/
    /*border-left-color: #fff;*/
/*}*/
/*.odev-catalog .carousel {*/
    /*position: relative;*/
/*}*/
/*.odev-catalog .carousel-inner {*/
    /*position: relative;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
/*}*/
/*.odev-catalog .carousel-inner > .item {*/
    /*position: relative;*/
    /*display: none;*/
    /*-webkit-transition: 0.6s ease-in-out left;*/
    /*-o-transition: 0.6s ease-in-out left;*/
    /*transition: 0.6s ease-in-out left;*/
/*}*/
/*.odev-catalog .carousel-inner > .item > img, .odev-catalog .carousel-inner > .item > a > img {*/
    /*line-height: 1;*/
/*}*/
/*@media all and (transform-3d), (-webkit-transform-3d) {*/
    /*.odev-catalog .carousel-inner > .item {*/
        /*-webkit-transition: -webkit-transform 0.6s ease-in-out;*/
        /*-o-transition: -o-transform 0.6s ease-in-out;*/
        /*transition: transform 0.6s ease-in-out;*/
        /*-webkit-backface-visibility: hidden;*/
        /*backface-visibility: hidden;*/
        /*-webkit-perspective: 1000px;*/
        /*perspective: 1000px;*/
    /*}*/
    /*.odev-catalog .carousel-inner > .item.next, .odev-catalog .carousel-inner > .item.active.right {*/
        /*left: 0;*/
        /*-webkit-transform: translate3d(100%, 0, 0);*/
        /*transform: translate3d(100%, 0, 0);*/
    /*}*/
    /*.odev-catalog .carousel-inner > .item.prev, .odev-catalog .carousel-inner > .item.active.left {*/
        /*left: 0;*/
        /*-webkit-transform: translate3d(-100%, 0, 0);*/
        /*transform: translate3d(-100%, 0, 0);*/
    /*}*/
    /*.odev-catalog .carousel-inner > .item.next.left, .odev-catalog .carousel-inner > .item.prev.right, .odev-catalog .carousel-inner > .item.active {*/
        /*left: 0;*/
        /*-webkit-transform: translate3d(0, 0, 0);*/
        /*transform: translate3d(0, 0, 0);*/
    /*}*/
/*}*/
/*.odev-catalog .carousel-inner > .active, .odev-catalog .carousel-inner > .next, .odev-catalog .carousel-inner > .prev {*/
    /*display: block;*/
/*}*/
/*.odev-catalog .carousel-inner > .active {*/
    /*left: 0;*/
/*}*/
/*.odev-catalog .carousel-inner > .next, .odev-catalog .carousel-inner > .prev {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
/*}*/
/*.odev-catalog .carousel-inner > .next {*/
    /*left: 100%;*/
/*}*/
/*.odev-catalog .carousel-inner > .prev {*/
    /*left: -100%;*/
/*}*/
/*.odev-catalog .carousel-inner > .next.left, .odev-catalog .carousel-inner > .prev.right {*/
    /*left: 0;*/
/*}*/
/*.odev-catalog .carousel-inner > .active.left {*/
    /*left: -100%;*/
/*}*/
/*.odev-catalog .carousel-inner > .active.right {*/
    /*left: 100%;*/
/*}*/
/*.odev-catalog .carousel-control {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 15%;*/
    /*font-size: 20px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
    /*background-color: rgba(0, 0, 0, 0);*/
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
/*}*/
/*.odev-catalog .carousel-control.left {*/
    /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);*/
    /*background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);*/
    /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));*/
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
    /*background-repeat: repeat-x;*/
/*}*/
/*.odev-catalog .carousel-control.right {*/
    /*right: 0;*/
    /*left: auto;*/
    /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);*/
    /*background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);*/
    /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));*/
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
    /*background-repeat: repeat-x;*/
/*}*/
/*.odev-catalog .carousel-control:hover, .odev-catalog .carousel-control:focus {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*filter: alpha(opacity=90);*/
    /*outline: 0;*/
    /*opacity: 0.9;*/
/*}*/
/*.odev-catalog .carousel-control .icon-prev, .odev-catalog .carousel-control .icon-next, .odev-catalog .carousel-control .glyphicon-chevron-left, .odev-catalog .carousel-control .glyphicon-chevron-right {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*z-index: 5;*/
    /*display: inline-block;*/
    /*margin-top: -10px;*/
/*}*/
/*.odev-catalog .carousel-control .icon-prev, .odev-catalog .carousel-control .glyphicon-chevron-left {*/
    /*left: 50%;*/
    /*margin-left: -10px;*/
/*}*/
/*.odev-catalog .carousel-control .icon-next, .odev-catalog .carousel-control .glyphicon-chevron-right {*/
    /*right: 50%;*/
    /*margin-right: -10px;*/
/*}*/
/*.odev-catalog .carousel-control .icon-prev, .odev-catalog .carousel-control .icon-next {*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*font-family: serif;*/
    /*line-height: 1;*/
/*}*/
/*.odev-catalog .carousel-control .icon-prev:before {*/
    /*content: '\2039';*/
/*}*/
/*.odev-catalog .carousel-control .icon-next:before {*/
    /*content: '\203a';*/
/*}*/
/*.odev-catalog .carousel-indicators {*/
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 50%;*/
    /*z-index: 15;*/
    /*width: 60%;*/
    /*padding-left: 0;*/
    /*margin-left: -30%;*/
    /*text-align: center;*/
    /*list-style: none;*/
/*}*/
/*.odev-catalog .carousel-indicators li {*/
    /*display: inline-block;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*margin: 1px;*/
    /*text-indent: -999px;*/
    /*cursor: pointer;*/
    /*background-color: #000 \9;*/
    /*background-color: rgba(0, 0, 0, 0);*/
    /*border: 1px solid #fff;*/
    /*border-radius: 10px;*/
/*}*/
/*.odev-catalog .carousel-indicators .active {*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*margin: 0;*/
    /*background-color: #fff;*/
/*}*/
/*.odev-catalog .carousel-caption {*/
    /*position: absolute;*/
    /*right: 15%;*/
    /*bottom: 20px;*/
    /*left: 15%;*/
    /*z-index: 10;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
/*}*/
/*.odev-catalog .carousel-caption .btn {*/
    /*text-shadow: none;*/
/*}*/
/*@media screen and (min-width: 768px) {*/
    /*.odev-catalog .carousel-control .glyphicon-chevron-left, .odev-catalog .carousel-control .glyphicon-chevron-right, .odev-catalog .carousel-control .icon-prev, .odev-catalog .carousel-control .icon-next {*/
        /*width: 30px;*/
        /*height: 30px;*/
        /*margin-top: -10px;*/
        /*font-size: 30px;*/
    /*}*/
    /*.odev-catalog .carousel-control .glyphicon-chevron-left, .odev-catalog .carousel-control .icon-prev {*/
        /*margin-left: -10px;*/
    /*}*/
    /*.odev-catalog .carousel-control .glyphicon-chevron-right, .odev-catalog .carousel-control .icon-next {*/
        /*margin-right: -10px;*/
    /*}*/
    /*.odev-catalog .carousel-caption {*/
        /*right: 20%;*/
        /*left: 20%;*/
        /*padding-bottom: 30px;*/
    /*}*/
    /*.odev-catalog .carousel-indicators {*/
        /*bottom: 20px;*/
    /*}*/
/*}*/
/*.odev-catalog .clearfix:before, .odev-catalog .clearfix:after, .odev-catalog .dl-horizontal dd:before, .odev-catalog .dl-horizontal dd:after, .odev-catalog .container:before, .odev-catalog .container:after, .odev-catalog .container-fluid:before, .odev-catalog .container-fluid:after, .odev-catalog .row:before, .odev-catalog .row:after, .odev-catalog .form-horizontal .form-group:before, .odev-catalog .form-horizontal .form-group:after, .odev-catalog .btn-toolbar:before, .odev-catalog .btn-toolbar:after, .odev-catalog .btn-group-vertical > .btn-group:before, .odev-catalog .btn-group-vertical > .btn-group:after, .odev-catalog .nav:before, .odev-catalog .nav:after, .odev-catalog .navbar:before, .odev-catalog .navbar:after, .odev-catalog .navbar-header:before, .odev-catalog .navbar-header:after, .odev-catalog .navbar-collapse:before, .odev-catalog .navbar-collapse:after, .odev-catalog .pager:before, .odev-catalog .pager:after, .odev-catalog .panel-body:before, .odev-catalog .panel-body:after, .odev-catalog .modal-header:before, .odev-catalog .modal-header:after, .odev-catalog .modal-footer:before, .odev-catalog .modal-footer:after {*/
    /*display: table;*/
    /*content: " ";*/
/*}*/
/*.odev-catalog .clearfix:after, .odev-catalog .dl-horizontal dd:after, .odev-catalog .container:after, .odev-catalog .container-fluid:after, .odev-catalog .row:after, .odev-catalog .form-horizontal .form-group:after, .odev-catalog .btn-toolbar:after, .odev-catalog .btn-group-vertical > .btn-group:after, .odev-catalog .nav:after, .odev-catalog .navbar:after, .odev-catalog .navbar-header:after, .odev-catalog .navbar-collapse:after, .odev-catalog .pager:after, .odev-catalog .panel-body:after, .odev-catalog .modal-header:after, .odev-catalog .modal-footer:after {*/
    /*clear: both;*/
/*}*/
/*.odev-catalog .center-block {*/
    /*display: block;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
/*}*/
/*.odev-catalog .pull-right {*/
    /*float: right !important;*/
/*}*/
/*.odev-catalog .pull-left {*/
    /*float: left !important;*/
/*}*/
/*.odev-catalog .hide {*/
    /*display: none !important;*/
/*}*/
/*.odev-catalog .show {*/
    /*display: block !important;*/
/*}*/
/*.odev-catalog .invisible {*/
    /*visibility: hidden;*/
/*}*/
/*.odev-catalog .text-hide {*/
    /*font: 0/0 a;*/
    /*color: transparent;*/
    /*text-shadow: none;*/
    /*background-color: transparent;*/
    /*border: 0;*/
/*}*/
/*.odev-catalog .hidden {*/
    /*display: none !important;*/
/*}*/
/*.odev-catalog .affix {*/
    /*position: fixed;*/
/*}*/
/*@-ms-viewport {*/
    /*width: device-width;*/
/*}*/
/*.odev-catalog .visible-xs, .odev-catalog .visible-sm, .odev-catalog .visible-md, .odev-catalog .visible-lg {*/
    /*display: none !important;*/
/*}*/
/*.odev-catalog .visible-xs-block, .odev-catalog .visible-xs-inline, .odev-catalog .visible-xs-inline-block, .odev-catalog .visible-sm-block, .odev-catalog .visible-sm-inline, .odev-catalog .visible-sm-inline-block, .odev-catalog .visible-md-block, .odev-catalog .visible-md-inline, .odev-catalog .visible-md-inline-block, .odev-catalog .visible-lg-block, .odev-catalog .visible-lg-inline, .odev-catalog .visible-lg-inline-block {*/
    /*display: none !important;*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .visible-xs {*/
        /*display: block !important;*/
    /*}*/
    /*.odev-catalog table.visible-xs {*/
        /*display: table !important;*/
    /*}*/
    /*.odev-catalog tr.visible-xs {*/
        /*display: table-row !important;*/
    /*}*/
    /*.odev-catalog th.visible-xs, .odev-catalog td.visible-xs {*/
        /*display: table-cell !important;*/
    /*}*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .visible-xs-block {*/
        /*display: block !important;*/
    /*}*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .visible-xs-inline {*/
        /*display: inline !important;*/
    /*}*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .visible-xs-inline-block {*/
        /*display: inline-block !important;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
    /*.odev-catalog .visible-sm {*/
        /*display: block !important;*/
    /*}*/
    /*.odev-catalog table.visible-sm {*/
        /*display: table !important;*/
    /*}*/
    /*.odev-catalog tr.visible-sm {*/
        /*display: table-row !important;*/
    /*}*/
    /*.odev-catalog th.visible-sm, .odev-catalog td.visible-sm {*/
        /*display: table-cell !important;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
    /*.odev-catalog .visible-sm-block {*/
        /*display: block !important;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
    /*.odev-catalog .visible-sm-inline {*/
        /*display: inline !important;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
    /*.odev-catalog .visible-sm-inline-block {*/
        /*display: inline-block !important;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
    /*.odev-catalog .visible-md {*/
        /*display: block !important;*/
    /*}*/
    /*.odev-catalog table.visible-md {*/
        /*display: table !important;*/
    /*}*/
    /*.odev-catalog tr.visible-md {*/
        /*display: table-row !important;*/
    /*}*/
    /*.odev-catalog th.visible-md, .odev-catalog td.visible-md {*/
        /*display: table-cell !important;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
    /*.odev-catalog .visible-md-block {*/
        /*display: block !important;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
    /*.odev-catalog .visible-md-inline {*/
        /*display: inline !important;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
    /*.odev-catalog .visible-md-inline-block {*/
        /*display: inline-block !important;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.odev-catalog .visible-lg {*/
        /*display: block !important;*/
    /*}*/
    /*.odev-catalog table.visible-lg {*/
        /*display: table !important;*/
    /*}*/
    /*.odev-catalog tr.visible-lg {*/
        /*display: table-row !important;*/
    /*}*/
    /*.odev-catalog th.visible-lg, .odev-catalog td.visible-lg {*/
        /*display: table-cell !important;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.odev-catalog .visible-lg-block {*/
        /*display: block !important;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.odev-catalog .visible-lg-inline {*/
        /*display: inline !important;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.odev-catalog .visible-lg-inline-block {*/
        /*display: inline-block !important;*/
    /*}*/
/*}*/
/*@media (max-width: 767px) {*/
    /*.odev-catalog .hidden-xs {*/
        /*display: none !important;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
    /*.odev-catalog .hidden-sm {*/
        /*display: none !important;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
    /*.odev-catalog .hidden-md {*/
        /*display: none !important;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.odev-catalog .hidden-lg {*/
        /*display: none !important;*/
    /*}*/
/*}*/
/*.odev-catalog .visible-print {*/
    /*display: none !important;*/
/*}*/
/*@media print {*/
    /*.odev-catalog .visible-print {*/
        /*display: block !important;*/
    /*}*/
    /*.odev-catalog table.visible-print {*/
        /*display: table !important;*/
    /*}*/
    /*.odev-catalog tr.visible-print {*/
        /*display: table-row !important;*/
    /*}*/
    /*.odev-catalog th.visible-print, .odev-catalog td.visible-print {*/
        /*display: table-cell !important;*/
    /*}*/
/*}*/
/*.odev-catalog .visible-print-block {*/
    /*display: none !important;*/
/*}*/
/*@media print {*/
    /*.odev-catalog .visible-print-block {*/
        /*display: block !important;*/
    /*}*/
/*}*/
/*.odev-catalog .visible-print-inline {*/
    /*display: none !important;*/
/*}*/
/*@media print {*/
    /*.odev-catalog .visible-print-inline {*/
        /*display: inline !important;*/
    /*}*/
/*}*/
/*.odev-catalog .visible-print-inline-block {*/
    /*display: none !important;*/
/*}*/
/*@media print {*/
    /*.odev-catalog .visible-print-inline-block {*/
        /*display: inline-block !important;*/
    /*}*/
/*}*/
/*@media print {*/
    /*.odev-catalog .hidden-print {*/
        /*display: none !important;*/
    /*}*/
/*}*/