@font-face {
    font-family: "OpenSans";
    src: url(https://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/fonts/open-sans/OpenSans-Italic.ttf) format('truetype');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "OpenSans";
    src: url(https://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/fonts/open-sans/OpenSans-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "OpenSans";
    src: url(https://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/fonts/open-sans/OpenSans-SemiBold.ttf) format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "OpenSans";
    src: url(https://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/fonts/open-sans/OpenSans-SemiBold.ttf) format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "OpenSans";
    src: url(https://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/fonts/open-sans/OpenSans-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "OpenSans";
    src: url(https://www.buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/css/fonts/open-sans/OpenSans-ExtraBold.ttf) format('truetype');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),local('MaterialIcons-Regular'), url(https://buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/vendor/fonts/material-icons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    *, *:before, *:after {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

        .table td, .table th {
            background-color: #fff!important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd!important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/vendor/fonts/glyphicons-halflings-regular.eot);
    src: url(https://buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/vendor/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/vendor/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/vendor/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/vendor/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://buenosaires.gob.ar/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/vendor/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

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);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

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;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .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);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        line-height: 34px;
    }

        input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
            line-height: 30px;
        }

        input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
            line-height: 46px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.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;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.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);
}

    .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;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.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);
}

    .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;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.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);
}

    .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;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .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);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    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);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.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);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.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);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block!important;
            height: auto!important;
            padding-bottom: 0;
            overflow: visible!important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.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;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .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;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.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) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:768px) {
    .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;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.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;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .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;
    }
}

.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);
}

.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 .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .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;
}

.progress.active .progress-bar, .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;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.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);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.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);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.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);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.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);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.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);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .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;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .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;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.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);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.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);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.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-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    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);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.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;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.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;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.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);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.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);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.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);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
}

    .carousel-control.right {
        right: 0;
        left: auto;
        background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
}

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.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;
}

    .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;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.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);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md, td.visible-md {
        display: table-cell!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print, td.visible-print {
        display: table-cell!important;
    }
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }
}

@media print {
    .hidden-print {
        display: none!important;
    }
}

html {
    background-color: #111;
    height: 100%;
}

    html.no-footer {
        background-color: #FFF;
    }

body {
    background-color: #fff;
}

.main-container {
    padding-top: 48px;
    padding-bottom: 96px;
}

    .main-container.no-padding-top {
        padding-top: 0;
    }

hr {
    border-top: 1px solid #ccc;
    margin-top: 23px;
    margin-bottom: 24px;
}

.footer hr {
    border-top: 1px solid #333;
}

.hrblank {
    border-color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
}

pre {
    border: 0 none;
    padding: 0;
}

.anchor {
    display: block;
}

body, .label, .list-group, .list-group p, .list-group-item-text, .shortcut p, .alert-link p, blockquote p, .list-group blockquote p, .jumbotron p, .lead {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
}

b, p strong, span strong, thead > tr > th, .progress-bar, label, dt, .h6, h6 {
    font-family: "OpenSansBold",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

@media (max-width:767px) {
    h1, .h1 {
        font-size: 2em;
    }

    h2, .h2 {
        font-size: 1.7em;
    }

    h3, .h3 {
        font-size: 1.4em;
    }

    h4, .h4 {
        font-size: 1.2em;
    }
}

noscript.how-to .alert-spot {
    margin: 0;
    border-radius: 0;
}

.lt-ie9-alert.alert-spot {
    display: none;
    margin: 0 !important;
    border-radius: 0 !important;
}

.lt-ie9 .lt-ie9-alert {
    display: block;
}

blockquote {
    border: 0;
    text-align: center;
    margin: 36px 15% 36px 15%;
    padding: 16px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

    blockquote p {
        font-size: 24px;
        line-height: 32px;
    }

.list-group blockquote {
    border: 0;
    text-align: left;
    margin: 10px 0 15px 0;
    padding: 0;
}

    .list-group blockquote footer {
        text-align: right;
    }

blockquote footer, blockquote small, blockquote .small {
    color: #888;
}

a, .btn-link {
    color: #19c3e3;
    text-decoration: underline;
}

.btn {
    white-space: normal;
}

.input-group .btn {
    white-space: nowrap;
}

.btn, .btn a, .dropdown-menu a, nav a, .nav a, .navbar a, .sidebar a, .breadcrumb a, .pager a, .list-group a, .panel-heading a, .panel-footer a {
    text-decoration: none;
}

.btn-link {
    text-decoration: underline;
}

    a:hover, a:focus, .btn-link:hover, .btn-link:focus {
        color: #215093;
    }

    a:active, a.active, .btn-link:active, .btn-link.active {
        color: #19c3e3;
    }

    .btn-link:active, .btn-link.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    a:visited, .btn-link:visited {
        color: #9d6db6;
    }

a.list-group-item, .panel-default > .panel-heading a {
    color: #333;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

a:focus, a:active:focus, a.active:focus, input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline-style: dotted;
    outline-width: 1px;
    outline-color: #ccc;
    outline-offset: 0;
}

.btn {
    -webkit-box-shadow: 1px 1px 2px #666;
    border: 0 !important;
}

    .btn:hover {
        -webkit-box-shadow: 1px 1px 2px #666;
        border: 0 !important;
    }

    .btn:active, .btn.active {
        -webkit-box-shadow: 1px 1px 2px #666;
        border: 0 !important;
    }

    .btn:active, .btn.active {
        background-image: none;
        border: 0 !important;
    }

.btn-link, .btn-link:hover, .btn-link:active, .btn-link.active, .btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
}

.btn-success, .btn-success:visited, .btn-info, .btn-info:visited, .btn-warning, .btn-warning:visited, .btn-danger, .btn-danger:visited, .btn-inverse, .btn-inverse:visited, .btn-blue, .btn-blue:visited, .btn-violet, .btn-violet:visited, .btn-pink, .btn-pink:visited {
    color: #fff;
}

.btn-group-xl > .btn, .btn-xl {
    padding: 15px 64px;
    font-size: 24px;
    line-height: 32px;
    border-radius: 6px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

@media (max-width:767px) {
    .btn-group-xl > .btn, .btn-xl {
        padding: 12px 40px;
        font-size: 20px;
        line-height: 26px;
    }
}

.glyphicon-ba {
    position: relative;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -2px;
    height: 16px;
}

.btn-xl .glyphicon-ba {
    height: 30px;
    margin-top: -4px;
}

.btn-lg .glyphicon-ba {
    height: 22px;
    margin-top: -2px;
}

.btn-sm .glyphicon-ba {
    height: 14px;
    margin-top: -2px;
}

.btn-xs .glyphicon-ba {
    height: 12px;
    margin-top: -2px;
}

.btn-default, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default, .btn-default.disabled, .btn-default[disabled], .btn-default:visited {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #666;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #efefef;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #e5e5e5;
        border-color: #e5e5e5;
        color: #666;
        box-shadow: 0 0 1px 1px #efefef;
    }

    .btn-default.active, .btn-default:active {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        color: #666;
        box-shadow: 0 0 1px 1px #efefef;
    }

.btn-primary, .open > .dropdown-toggle.btn-primary, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .navbar-primary, .progress-bar, .btn-gcba, .open > .dropdown-toggle.btn-gcba, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:visited {
    background-color: #fcda59;
    border-color: #fcda59;
    color: #333333;
    box-shadow: none;
}

    .btn-primary:hover, .btn-primary:focus, .btn-gcba:hover, .btn-gcba:focus {
        background-color: #fdd306;
        border-color: #fdd306;
        color: #685723;
        box-shadow: none;
    }

    .btn-primary:active, .btn-primary.active, .btn-gcba:active, .btn-gcba.active {
        background-color: #fcda59;
        border-color: #fcda59;
        color: #685723;
        box-shadow: none;
    }

.btn-success, .open > .dropdown-toggle.btn-success, .progress-bar-success, .btn-success.disabled, .btn-success[disabled] {
    background-color: #2ebc98;
    border-color: #2ebc98;
    color: #FFFFFF;
    box-shadow: none;
}

    .btn-success:hover, .btn-success:focus {
        background-color: #18b596;
        border-color: #18b596;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-success:active, .btn-success.active {
        background-color: #2ebc98;
        border-color: #2ebc98;
        color: #FFFFFF;
        box-shadow: none;
    }

.btn-info, .open > .dropdown-toggle.btn-info, .progress-bar-info, .btn-info.disabled, .btn-info[disabled] {
    background-color: #19c3e3;
    border-color: #19c3e3;
    color: #FFFFFF;
    box-shadow: none;
}

    .btn-info:hover, .btn-info:focus {
        background-color: #00b3e3;
        border-color: #00b3e3;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-info:active, .btn-info.active {
        background-color: #19c3e3;
        border-color: #19c3e3;
        color: #FFFFFF;
        box-shadow: none;
    }

.btn-warning, .open > .dropdown-toggle.btn-warning, .progress-bar-warning, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f3a32d;
    border-color: #f3a32d;
    color: #FFFFFF;
    box-shadow: none;
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #f39c12;
        border-color: #f39c12;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #f3a32d;
        border-color: #f3a32d;
        color: #FFFFFF;
        box-shadow: none;
    }

.btn-danger, .open > .dropdown-toggle.btn-danger, .progress-bar-danger, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #e76056;
    border-color: #e76056;
    color: #FFFFFF;
    box-shadow: none;
}

    .btn-danger:hover, .btn-danger:focus {
        background-color: #f94f4b;
        border-color: #f94f4b;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #e74c3c;
        border-color: #e74c3c;
        color: #FFFFFF;
        box-shadow: none;
    }

.btn-inverse, .open > .dropdown-toggle.btn-inverse, .progress-bar-inverse, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #3e4f5e;
    border-color: #3e4f5e;
    color: #FFFFFF;
    box-shadow: none;
}

    .btn-inverse:hover, .btn-inverse:focus {
        background-color: #304256;
        border-color: #304256;
        color: #FFFFFF;
        box-shadow: none;
    }

    .btn-inverse:active, .btn-inverse.active {
        background-color: #3e4f5e;
        border-color: #3e4f5e;
        color: #FFFFFF;
        box-shadow: none;
    }

.btn-blue, .open > .dropdown-toggle.btn-blue, .progress-bar-blue, .btn-blue.disabled, .btn-blue[disabled] {
    background-color: #23569e;
    border-color: #274c7e;
    background-image: linear-gradient(to bottom,#4265bc 0%,#23569e 100%);
}

    .btn-blue:hover, .btn-blue:focus {
        background-color: #3967a8;
    border-color: #3c5e8b;
    color: #eef1f9;
    background-image: linear-gradient(to bottom,#5574c3 0%,#3967a8 100%);
}

    .btn-blue:active, .btn-blue.active {
        background-color: #215093;
    border-color: #244775;
    background-image: linear-gradient(to bottom,#3d5eaf 0%,#215093 100%);
}

.btn-violet, .open > .dropdown-toggle.btn-violet, .progress-bar-violet, .btn-violet.disabled, .btn-violet[disabled] {
    background-color: #8339aa;
    border-color: #6d3989;
    background-image: linear-gradient(to bottom,#9c43a3 0%,#8339aa 100%);
}

    .btn-violet:hover, .btn-violet:focus {
        background-color: #8f4cb2;
    border-color: #7b4c95;
    color: #f6eef7;
    background-image: linear-gradient(to bottom,#a655ac 0%,#8f4cb2 100%);
}

    .btn-violet:active, .btn-violet.active {
        background-color: #7a359e;
    border-color: #65357f;
    background-image: linear-gradient(to bottom,#913e97 0%,#7a359e 100%);
}

.btn-pink, .open > .dropdown-toggle.btn-pink, .progress-bar-pink, .btn-pink.disabled, .btn-pink[disabled] {
    background-color: #b52d81;
    border-color: #92316d;
    background-image: linear-gradient(to bottom,#c64b7d 0%,#b52d81 100%);
}

    .btn-pink:hover, .btn-pink:focus {
        background-color: #bc428d;
    border-color: #9d457b;
    color: #faeff3;
    background-image: linear-gradient(to bottom,#cc5d8a 0%,#bc428d 100%);
}

    .btn-pink:active, .btn-pink.active {
        background-color: #a82a78;
    border-color: #882e65;
    background-image: linear-gradient(to bottom,#b84674 0%,#a82a78 100%);
}

.progress {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#ebebeb 0%,whitesmoke 100%);
}

.alert {
    border: 0 none;
}

.alert-default, .alert-success, .alert-info, .alert-warning, .alert-danger {
    background: transparent;
}

.alert a, .alert .alert-link {
    font-weight: normal;
}

.alert-default, .bg-info {
    background-color: #f1f1f1;
}

    .alert-default, .alert-default a, .alert-default .alert-link, .bg-info, .bg-info a {
        color: #333333;
    }

.alert-primary, .bg-primary {
    background-color: #fdd306;
}

    .alert-primary, .alert-primary a, .alert-primary .alert-link, .bg-primary, .bg-primary a {
        color: #333333;
    }

.alert-success, .bg-success {
    background-color: #eeefbe;
}

    .alert-success, .alert-success a, .alert-success .alert-link, .bg-success, .bg-success a {
        color: #333333;
    }

.alert-info, .bg-info {
    background-color: #d2f3f7;
}

    .alert-info, .alert-info a, .alert-info .alert-link, .bg-info, .bg-info a {
        color: #333333;
    }

.alert-warning, .bg-warning {
    background-color: #fae3c2;
}

    .alert-warning, .alert-warning a, .alert-warning .alert-link, .bg-warning, .bg-warning a {
        color: #333333;
    }

.alert-danger, .bg-danger {
    background-color: #fce0ec;
}

    .alert-danger, .alert-danger a, .alert-danger .alert-link, .bg-danger, .bg-danger a {
        color: #333333;
    }

.text-primary, .text-primary a {
    color: #fdd306;
}

.text-success, .text-success a {
    color: #18b596;
}

.text-info, .text-info a {
    color: #00b3e3;
}

.text-warning, .text-warning a {
    color: #f39c12;
}

.text-danger, .text-danger a {
    color: #e74c3c;
}

.chosen-container.chosen-container-single .chosen-single {
    background: none;
    height: 34px;
    padding: 3px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.075);
}

    .chosen-container.chosen-container-single .chosen-single div b {
        margin-top: 30%;
        height: 70%;
    }

.chosen-container.chosen-container-single.chosen-with-drop .chosen-single {
    background: none;
    box-shadow: inset none;
}

.chosen-container.chosen-container-multi .chosen-choices {
    background: none;
    height: 34px;
    padding: 3px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.075);
}

.chosen-container.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-radius: 4px 4px 0 0;
    border-color: #aaa;
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-results li.highlighted, .chosen-container.chosen-container-multi.chosen-with-drop .chosen-results li.highlighted {
    background: #4265bc;
}

.chosen-container.chosen-container-single.chosen-with-drop .chosen-results li.group-result, .chosen-container.chosen-container-multi.chosen-with-drop .chosen-results li.group-result {
    text-shadow: none;
}

.form-control {
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.075);
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.075);
}

.has-feedback .form-control-feedback {
    top: auto;
    bottom: 0px;
    color: #A8A8A8;
    text-decoration: none;
}

    .has-feedback .form-control-feedback.ba-icon {
        font-size: 1.2em;
        line-height: 2.3em;
    }

.input-xl + .form-control-feedback {
    width: 64px;
    height: 64px;
    line-height: 64px;
}

.has-feedback .input-sm + .form-control-feedback {
    font-size: 105%;
}

.has-feedback .input-lg + .form-control-feedback {
    font-size: 160%;
}

.has-feedback .input-xl + .form-control-feedback {
    font-size: 220%;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success .form-control-feedback {
    color: #88bf48;
}

.has-success .form-control {
    border-color: #99c25f;
}

    .has-success .form-control:focus {
        border-color: #99c25f;
        -webkit-box-shadow: 0px 0px 6px #99c25f;
        box-shadow: 0px 0px 6px #99c25f;
    }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning .form-control-feedback {
    color: #f39c12;
}

.has-warning .form-control {
    border-color: #f39c12;
}

    .has-warning .form-control:focus {
        border-color: #cc621b;
        -webkit-box-shadow: 0px 0px 6px #f39c12;
        box-shadow: 0px 0px 6px #f39c12;
    }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error .form-control-feedback {
    color: #e76056;
}

.has-error .form-control {
    background: #FFF;
    border-color: #e76056;
}

    .has-error .form-control:focus {
        border-color: #b23634;
        -webkit-box-shadow: 0px 0px 6px #e76056;
        box-shadow: 0px 0px 6px #e76056;
    }

.has-button {
    position: relative;
}

    .has-button .btn {
        position: absolute;
        bottom: 0px;
        right: 0;
        padding: 0;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: none;
        box-shadow: none;
        font-size:;
        color: #A8A8A8;
    }

        .has-button .btn:hover {
            color: #888;
        }

        .has-button .btn:active {
            color: #AAA;
        }

        .has-button .btn .ba-icon {
            font-size: 1.2em;
            line-height: 2.3em;
        }

    .has-button .input-sm + .btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 105%;
    }

    .has-button .input-lg + .btn {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 160%;
    }

    .has-button .input-xl + .btn {
        width: 64px;
        height: 52px;
        line-height: 58px;
        font-size: 200%;
    }

@media (min-width:767px) {
    .has-button .input-xl + .btn {
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 220%;
    }
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active, .form-control:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0px 0px 6px #cccccc;
    box-shadow: 0px 0px 6px #cccccc;
}

a, .btn, .form-control, .thumbnail {
    -webkit-transition: none;
    transition: none;
}

.input-xl {
    height: 52px;
    font-size: 20px;
}

@media (min-width:767px) {
    .input-xl {
        height: 64px;
        font-size: 24px;
    }
}

.table > thead > tr > th {
    border-color: #ccc;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: solid 1px #ccc;
}

    .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
        background-color: #efefef;
        color: #333;
    }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #efefef;
}

.list-group-item-primary, a.list-group-item-primary, .table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
    background-color: #fdefaa;
    color: #333;
}

    a.list-group-item-primary:focus, a.list-group-item-primary:hover, .table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr:hover > .primary, .table-hover > tbody > tr.primary:hover > th {
        background-color: #fff8d9;
    }

.list-group-item-success, a.list-group-item-success, .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #eeefbe;
    color: #333;
}

    a.list-group-item-success:focus, a.list-group-item-success:hover, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
        background-color: #f0f6df;
    }

.list-group-item-info, a.list-group-item-info, .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d2f3f7;
    color: #333333;
}

    a.list-group-item-info:focus, a.list-group-item-info:hover, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
        background-color: #e2f4f3;
    }

.list-group-item-warning, a.list-group-item-warning, .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fae3c2;
    color: #333;
}

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
        background-color: #ffefde;
    }

.list-group-item-danger, a.list-group-item-danger, .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #fce0ec;
    color: #333;
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
        background-color: #f8e2e1;
    }

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.nav-tabs a {
    color: #888;
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav-tabs > li > a:hover {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
    }

    .nav-tabs > li > a:hover {
        border-bottom: solid 1px #ccc;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #e5e5e5;
    color: #888;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-color: #ccc #ccc transparent;
    }

.nav-tabs .dropdown-menu {
    margin-top: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #00b3e3;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #666;
}

.badge {
    background-color: #aaa;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

.dropdown-menu {
    border: 0;
}

    .dropdown-menu a {
        color: #333;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #f5f5f5;
    }

.navbar-top {
    min-height: 48px;
}

.navbar-brand {
    height: 48px;
}

.bac-header, .bac-footer, .ba-vos-footer {
    font-size: 0 !important;
}

.bac-header, .bac-footer, .bavos-footer, .ba-btn {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/backgroundsize.min.htc);
}

    .bac-header:hover, .bac-header:focus, .bac-footer:hover, .bac-footer:focus, .bavos-footer:hover, .bavos-footer:focus {
        opacity: .8;
    }

    .bac-header:active, .bac-footer:active, .bavos-footer:active {
        opacity: 1;
    }

.bac-header {
    width: 170px;
    height: 60px;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/bac-header-2.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/bac-header-2.svg),none;
}

.bac-footer {
    width: 255px;
    height: 45px;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/bac-footer.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/bac-footer.svg),none;
}

.ba-btn {
    width: 51px;
    height: 30px;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/ba-btn.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/ba-btn.svg),none;
    position: relative;
    left: 4px;
    top: 7px;
}

.navbar-primary .ba-btn {
    width: 27px;
    height: 16px;
    left: 2px;
    top: 3px;
}

.navbar-primary.navbar-top .navbar-brand {
    margin-top: 12px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-default.navbar-top .navbar-brand {
    padding-top: 27px;
}

.navbar-top .sub-brand {
    float: right;
}

@media (max-width:560px) {
    .navbar-top .navbar-brand {
        display: block;
    }

    .navbar > .container .bac-header, .navbar > .container-fluid .bac-header {
        float: none;
        margin-left: 35%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .navbar-top .sub-brand {
        display: none;
    }
}

.navbar-top h5.sub-brand {
    position: relative;
    top: 6px;
    color: #292202;
    font-family: "CHANEWEI" !important;
}

.navbar-top ul.sub-brand li:first-child {
    list-style: none;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        background: #fff;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-top .navbar-brand {
    font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.navbar {
    border: 0;
    border-bottom: solid 1px;
    border-radius: 0;
    position: relative;
    text-shadow: none;
    background-color: transparent;
    min-height: 48px;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

.lt-ie9 .navbar {
    top: 0;
    height: 48px;
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom, .navbar-top {
    margin: 0;
}

.navbar-form, .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-form {
    margin: 8px 0 0 0;
}

.navbar-top ul.sub-brand {
    margin-top: 0;
}

.navbar-right {
    position: relative;
    padding-right: 0;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}

.navbar-nav > li > a {
    height: 48px;
}

.navbar-header p {
    margin: 0;
}

@media (max-width:767px) {
    .navbar .navbar-nav > li > a {
        text-align: left;
        border-color: transparent;
        height: 48px;
    }

    .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
        border: 0;
    }

    .navbar-default.navbar-top .navbar-right {
        right: 0;
    }

    .navbar-default.navbar-top .navbar-nav a {
        padding: 13px 15px;
        min-height: inherit;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
}

.sidebar-brand {
    padding: 10px 15px 18px 15px;
    display: none;
    background: #f5f5f5;
}

    .sidebar-brand h1 {
        margin: 0;
    }

    .sidebar-brand a {
        margin: 10px 15px 5px 15px;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

        .sidebar-brand a span {
            font-family: "Gotham",Helvetica,Arial,sans-serif;
            font-weight: 600;
            font-size: 24px;
            display: block;
            margin-bottom: 5px;
        }

.sidebar-first {
    margin-top: 18px;
}

.sidenav {
    margin-bottom: 60px;
    padding-bottom: 18px;
}

.sidebar .nav > li > a {
    display: block;
    color: #888;
    padding: 5px 30px 5px 28px;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

    .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.sidebar .nav > .active > a, .sidebar .nav > .active:hover > a, .sidebar .nav > .active:focus > a {
    font-family: "OpenSansBold",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #333;
}

.sidebar .nav > .active > .nav > .active > a, .sidebar .nav > .active > .nav > .active > .active:hover > a, .sidebar .nav > .active > .nav > .active > .active:focus > a {
    background-color: #f5f5f5;
}

.sidebar > ul > li {
    margin-bottom: 8px;
}

.sidebar .nav .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 12px;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    padding-left: 45px;
}

.sidebar .nav .nav > .active > a, .sidebar .nav .nav > .active:hover > a, .sidebar .nav .nav > .active:focus > a {
    font-family: "OpenSansBold",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.sidebar .nav .nav > li {
    display: none;
}

.sidebar .nav > li.active > .nav > li {
    display: block;
}

@media (max-width:992px) {
    .sidebar-brand, .sidebar-first > ul {
        display: none !important;
    }

    ul.affix {
        position: relative !important;
        top: 0 !important;
    }

    .sidebar .nav > .active > a, .sidebar .nav > .active > a:hover {
        color: #aaa;
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
    }

        .sidebar .nav > .active > a:hover {
            text-decoration: none;
            background-color: #F5F5F5;
        }
}

ul.affix {
    position: fixed;
    top: 40px;
}

ul.affix-top {
    position: static;
}

ul.affix-bottom {
    position: absolute;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #888;
}

.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:hover, .navbar-default .nav .open > a, .navbar-default .nav .open > a:focus, .navbar-default .nav .open > a:hover, .navbar-default a.navbar-brand:focus, .navbar-default a.navbar-brand:hover {
    color: #888;
}

.navbar-default, .navbar-default .navbar-toggle, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    border-color: #ccc;
}

    .navbar-default .nav > li > a:active .navbar-default .navbar-toggle:active, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default a.navbar-brand.active, .navbar-default a.navbar-brand.active:focus, .navbar-default a.navbar-brand.active:hover {
        background-color: #c5c3c2;
        color: #fff;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #f5f5f5;
        color: #333;
    }
}

.bg-white-1 > .navbar-default .navbar-nav > li > a, .bg-white-1 > .navbar-default .navbar-brand {
    color: #666;
}

.bg-white-1 > .navbar-default .dropdown-menu > li > a:hover, .bg-white-1 > .navbar-default .dropdown-menu > li > a:focus, .bg-white-1 > .navbar-default .nav > li > a:focus, .bg-white-1 > .navbar-default .nav > li > a:hover, .bg-white-1 > .navbar-default .nav .open > a, .bg-white-1 > .navbar-default .nav .open > a:focus, .bg-white-1 > .navbar-default .nav .open > a:hover, .bg-white-1 > .navbar-default a.navbar-brand:focus, .bg-white-1 > .navbar-default a.navbar-brand:hover {
    background-color: #DBDBDB;
    color: #111;
}

.bg-white-1 > .navbar-default, .bg-white-1 > .navbar-default .navbar-toggle, .bg-white-1 > .navbar-default .navbar-nav > .active > a, .bg-white-1 > .navbar-default .navbar-nav > .active > a:focus, .bg-white-1 > .navbar-default .navbar-nav > .active > a:hover {
    border-color: #ccc;
}

    .bg-white-1 > .navbar-default .nav > li > a:active .bg-white-1 > .navbar-default .navbar-toggle:active, .bg-white-1 > .navbar-default .navbar-nav > .active > a, .bg-white-1 > .navbar-default .navbar-nav > .active > a:focus, .bg-white-1 > .navbar-default .navbar-nav > .active > a:hover, .bg-white-1 > .navbar-default a.navbar-brand.active, .bg-white-1 > .navbar-default a.navbar-brand.active:focus, .bg-white-1 > .navbar-default a.navbar-brand.active:hover {
        background-color: #a1a1a1;
        color: #fff;
    }

    .bg-white-1 > .navbar-default .navbar-nav > .disabled > a, .bg-white-1 > .navbar-default .navbar-nav > .disabled > a:hover, .bg-white-1 > .navbar-default .navbar-nav > .disabled > a:focus {
        color: #bbb;
        background-color: transparent;
    }

@media (max-width:767px) {
    .bg-white-1 > .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bg-white-1 > .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #e9e9e9;
        color: #111;
    }
}

.bg-white-2 > .navbar-default .navbar-nav > li > a, .bg-white-2 > .navbar-default .navbar-brand {
    color: #333;
}

.bg-white-2 > .navbar-default .dropdown-menu > li > a:hover, .bg-white-2 > .navbar-default .dropdown-menu > li > a:focus, .bg-white-2 > .navbar-default .nav > li > a:focus, .bg-white-2 > .navbar-default .nav > li > a:hover, .bg-white-2 > .navbar-default .nav .open > a, .bg-white-2 > .navbar-default .nav .open > a:focus, .bg-white-2 > .navbar-default .nav .open > a:hover, .bg-white-2 > .navbar-default a.navbar-brand:focus, .bg-white-2 > .navbar-default a.navbar-brand:hover {
    background-color: #CCC;
    color: #111;
}

.bg-white-2 > .navbar-default, .bg-white-2 > .navbar-default .navbar-toggle, .bg-white-2 > .navbar-default .navbar-nav > .active > a, .bg-white-2 > .navbar-default .navbar-nav > .active > a:focus, .bg-white-2 > .navbar-default .navbar-nav > .active > a:hover {
    border-color: #c5c5c5;
}

    .bg-white-2 > .navbar-default .nav > li > a:active .bg-white-2 > .navbar-default .navbar-toggle:active, .bg-white-2 > .navbar-default .navbar-nav > .active > a, .bg-white-2 > .navbar-default .navbar-nav > .active > a:focus, .bg-white-2 > .navbar-default .navbar-nav > .active > a:hover, .bg-white-2 > .navbar-default a.navbar-brand.active, .bg-white-2 > .navbar-default a.navbar-brand.active:focus, .bg-white-2 > .navbar-default a.navbar-brand.active:hover {
        background-color: #919191;
        color: #fff;
    }

    .bg-white-2 > .navbar-default .navbar-nav > .disabled > a, .bg-white-2 > .navbar-default .navbar-nav > .disabled > a:hover, .bg-white-2 > .navbar-default .navbar-nav > .disabled > a:focus {
        color: #aaa;
        background-color: transparent;
    }

@media (max-width:767px) {
    .bg-white-2 > .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .bg-white-2 > .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #d9d9d9;
        color: #111;
    }
}

.navbar-primary .navbar-nav > li > a, .navbar-primary .navbar-brand {
    color: #333;
}

.navbar-primary .dropdown-menu > li > a:hover, .navbar-primary .dropdown-menu > li > a:focus, .navbar-primary .nav > li > a:focus, .navbar-primary .nav > li > a:hover, .navbar-primary .nav .open > a, .navbar-primary .nav .open > a:focus, .navbar-primary .nav .open > a:hover, .navbar-primary a.navbar-brand:focus, .navbar-primary a.navbar-brand:hover {
    color: #292202;
    opacity: 0.6;
}

.navbar-primary {
    border: 0;
    background-color: #ffffff;
    border-bottom: 3px solid #fdd306;
}

}

.navbar-primary .navbar-toggle {
    border-color: #d7a721;
}

.navbar-primary .nav > li > a:active .navbar-primary .navbar-toggle:active, .navbar-primary .navbar-nav > .active > a, .navbar-primary .navbar-nav > .active > a:focus, .navbar-primary .navbar-nav > .active > a:hover, .navbar-primary a.navbar-brand.active, .navbar-primary a.navbar-brand.active:focus, .navbar-primary a.navbar-brand.active:hover {
    background-color: #fdd306;
    color: #fff;
}

.navbar-primary .navbar-nav > .disabled > a, .navbar-primary .navbar-nav > .disabled > a:hover, .navbar-primary .navbar-nav > .disabled > a:focus {
    color: #b58a1d;
    background-color: transparent;
}

.navbar-primary.navbar-top .navbar-brand:hover, .navbar-primary.navbar-top .navbar-brand:focus, .navbar-primary.navbar-top .navbar-brand:active {
    background-color: transparent;
}

@media (max-width:767px) {
    .navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #f5f5f5;
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
}

.navbar-primary .form-control, .form-control-primary {
    border-color: #d7a721;
}

    .navbar-primary .form-control:focus, .form-control-primary:focus {
        border-color: #8c6e1c;
        outline: 0px none;
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.075) inset,0px 0px 8px rgba(148,119,0,.6);
        box-shadow: 0px 1px 1px rgba(0,0,0,0.075) inset,0px 0px 8px rgba(148,119,0,.6);
    }

.navbar-primary .navbar-toggle .icon-bar {
    background-color: #5f4600;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    color: #888;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .nav > li > a:active .navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav .open > a, .navbar-inverse .nav .open > a:focus, .navbar-inverse .nav .open > a:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
    }

.navbar-inverse {
    border: 0;
    background-color: #111;
}

    .navbar-inverse .navbar-toggle {
        border-color: #d7a721;
    }

        .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .nav > li > a:active .navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover, .navbar-inverse .nav .open > a, .navbar-inverse .nav .open > a:focus, .navbar-inverse .nav .open > a:hover, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:active, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
            background-color: #474747;
        }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #666;
        background-color: transparent;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #474747;
        color: #fff;
    }
}

.jumbotron-main {
    background-color: #666;
}

    .jumbotron-main p.lead a {
        color: #fff;
    }

    .jumbotron-main .navbar-default .navbar-nav > li > a, .jumbotron-main .navbar-default .navbar-brand {
        color: rgba(255,255,255,0.8);
    }

        .jumbotron-main .navbar-default .navbar-nav .active a, .jumbotron-main .navbar-default .nav > li > a:active .jumbotron-main .navbar-default .dropdown-menu li a:hover, .jumbotron-main .navbar-default .dropdown-menu li a:focus, .jumbotron-main .navbar-default .nav > li > a:focus, .jumbotron-main .navbar-default .nav > li > a:hover, .jumbotron-main .navbar-default .nav .open > a, .jumbotron-main .navbar-default .nav .open > a:focus, .jumbotron-main .navbar-default .nav .open > a:hover, .jumbotron-main .navbar-default .navbar-brand:focus, .jumbotron-main .navbar-default .navbar-brand:hover, .jumbotron-main .navbar-default .navbar-nav .active a, .jumbotron-main .navbar-default .navbar-nav .active a:focus, .jumbotron-main .navbar-default .navbar-nav .active a:hover {
            color: #fff;
        }

            .jumbotron-main .navbar-default, .jumbotron-main .navbar-default .navbar-toggle, .jumbotron-main .navbar-default .navbar-nav .active a, .jumbotron-main .navbar-default .navbar-nav .active a:focus, .jumbotron-main .navbar-default .navbar-nav .active a:hover {
                border-color: rgba(255,255,255,0.2);
            }

                .jumbotron-main .navbar-default .navbar-nav .active a, .jumbotron-main .navbar-default .navbar-nav .active a:focus, .jumbotron-main .navbar-default .navbar-nav .active a:hover {
                    border-color: #111;
                }

                    .jumbotron-main .navbar-default .navbar-nav .active a, .jumbotron-main .navbar-default .nav > li > a:active .jumbotron-main .navbar-default .dropdown-menu li a:hover, .jumbotron-main .navbar-default .dropdown-menu li a:focus, .jumbotron-main .navbar-default .nav > li > a:focus, .jumbotron-main .navbar-default .nav > li > a:hover, .jumbotron-main .navbar-default .nav .open > a, .jumbotron-main .navbar-default .nav .open > a:focus, .jumbotron-main .navbar-default .nav .open > a:hover, .jumbotron-main .navbar-default .navbar-toggle:hover, .jumbotron-main .navbar-default .navbar-toggle:focus, .jumbotron-main .navbar-default .navbar-toggle:active, .jumbotron-main .navbar-default .navbar-nav .active a, .jumbotron-main .navbar-default .navbar-nav .active a:focus, .jumbotron-main .navbar-default .navbar-nav .active a:hover {
                        background-color: rgba(255,255,255,0.1);
                    }

.lt-ie9 .jumbotron-main .navbar-default .navbar-nav .active a, .lt-ie9 .jumbotron-main .navbar-default .nav > li > a:active .lt-ie9 .jumbotron-main .navbar-default .dropdown-menu li a:hover, .lt-ie9 .jumbotron-main .navbar-default .dropdown-menu li a:focus, .lt-ie9 .jumbotron-main .navbar-default .nav > li > a:focus, .lt-ie9 .jumbotron-main .navbar-default .nav > li > a:hover, .lt-ie9 .jumbotron-main .navbar-default .nav .open > a, .lt-ie9 .jumbotron-main .navbar-default .nav .open > a:focus, .lt-ie9 .jumbotron-main .navbar-default .nav .open > a:hover, .lt-ie9 .jumbotron-main .navbar-default .navbar-toggle:hover, .lt-ie9 .jumbotron-main .navbar-default .navbar-toggle:focus, .lt-ie9 .jumbotron-main .navbar-default .navbar-toggle:active, .lt-ie9 .jumbotron-main .navbar-default .navbar-nav .active a, .lt-ie9 .jumbotron-main .navbar-default .navbar-nav .active a:focus, .lt-ie9 .jumbotron-main .navbar-default .navbar-nav .active a:hover {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/white1.png) !important;
}

.jumbotron-main .navbar-default .navbar-nav > .disabled > a, .jumbotron-main .navbar-default .navbar-nav > .disabled > a:hover, .jumbotron-main .navbar-default .navbar-nav > .disabled > a:focus {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
}

.jumbotron {
    text-align: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/backgroundsize.min.htc);
}

    .jumbotron .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .jumbotron p {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .jumbotron .btn-primary {
        margin-top: 24px;
    }

.jumbotron-main {
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    background-position: center center;
}

    .jumbotron-main a {
        text-shadow: none;
    }

    .jumbotron-main .btn {
        text-shadow: none;
    }

.jumbotron-overlay {
    background: rgba(0,0,0,0.4);
}

.lt-ie9 .jumbotron-overlay {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/black4.png) !important;
}

.jumbotron-home {
    padding: 0;
    padding-bottom: 90px;
}

    .jumbotron-home .navbar .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .jumbotron-home .navbar {
        margin-bottom: 30px;
    }

.jumbotron-small {
    text-align: left;
    padding: 0;
    padding-bottom: 30px;
}

.jumbotron-main {
    padding-top: 0;
}

    .jumbotron-main .navbar .container, .jumbotron-small .container {
        padding-top: 0;
        padding-bottom: 0;
    }

.jumbotron-small .navbar {
    margin-bottom: 0;
}

.lt-ie9 .jumbotron .navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width:767px) {
    .jumbotron p {
        font-size: 1.3em;
    }
}

.footer {
    padding: 60px 0;
    background: #333;
}

    .footer > .navbar {
        border: 0 none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .footer .sub-brand {
        margin-top: 16px;
        color: #fff;
        text-align: right;
    }

@media (max-width:560px) {
    .footer .sub-brand {
        text-align: left;
        float: none;
        padding-right: 15px;
    }

    .footer .col-md-6 {
        padding: 15px 0 0 15px;
    }

    .footer .navbar-brand {
        float: none;
    }
}

.footer .navbar-brand {
    padding-left: 0;
}

.footer-home {
    margin-top: 0;
}

.footer-row a.navbar-brand {
    margin-bottom: 48px;
    display: block;
    text-decoration: none;
}

.footer-row h3, .footer-row h4, .footer-row h5 {
    color: #fff;
}

.footer-row ul {
    padding: 0;
}

.footer-row .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.footer-row nav {
    margin-bottom: 24px;
}

.footer-row ul li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 15px;
}

    .footer-row ul li a {
        color: #888;
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
        text-decoration: none;
    }

        .footer-row ul li a:hover, .footer-row ul li a:focus {
            color: #aaa;
            text-decoration: none;
        }

        .footer-row ul li a:active {
            color: #888;
        }

.breadcrumb {
    background: transparent;
    padding: 8px 15px 8px 0;
    font-size: 12px;
}

    .breadcrumb > li + li:before {
        content: ">";
        padding: 0 5px;
        color: #ccc;
    }

    .breadcrumb > .active {
        color: #888;
    }

.pagination > li > a {
    margin-left: 1px;
    margin-right: 1px;
    color: #5574c3;
}

    .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > a:focus {
        border: 0;
        padding: 10px 16px;
        border-radius: 4px;
        position: relative;
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #f5f5f5;
            color: #215093;
        }

        .pagination > li > a:active, .pagination > li > a:focus {
            background-color: #fdd306;
            color: #5574c3;
        }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #c5c3c2;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border: 0;
}

.pager li > a, .pager li > span {
    color: #0389d1;
    border: 0;
    border-radius: 4px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    padding: 10px 16px;
}

    .pager li > a:hover, .pager li > a:focus {
        background-color: #e5e5e5;
        color: #0389d1;
    }

    .pager li > a:active {
        background-color: #f1f1f1;
        color: #5574c3;
    }

.pager .previous a span.glyphicon {
    padding-right: 10px;
}

.pager .next a span.glyphicon {
    padding-left: 10px;
}

.label {
    font-weight: 400;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

.label-default {
    background-color: #f3f0ed;
    color: #888;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #f3f0ed;
    }

.label-primary {
    background-color: #fcd73d;
    color: #5f4600;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #fcd73d;
    }

.label-success {
    background-color: #99c25f;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #99c25f;
    }

.label-info {
    background-color: #00b2e2;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #00b2e2;
    }

.label-warning {
    background-color: #f39c12;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #f39c12;
    }

.label-danger {
    background-color: #ea6253;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #ea6253;
    }

.label-inverse {
    background-color: #2c3e50;
}

    .label-inverse[href]:hover, .label-inverse[href]:focus {
        background-color: #2c3e50;
    }

.label-blue {
    background-color: #4f65b7;
}

    .label-blue[href]:hover, .label-blue[href]:focus {
        background-color: #3e4f5e;
    }

.label-pink {
    background-color: #f562a2;
}

    .label-pink[href]:hover, .label-pink[href]:focus {
        background-color: #f562a2;
    }

.label-violet {
    background-color: #9d6db6;
}

    .label-violet[href]:hover, .label-violet[href]:focus {
        background-color: #9d6db6;
    }

.label-link {
    font-size: 12px;
    float: right;
    text-decoration: underline !important;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success, .progress-bar-info, .progress-bar-warning, .progress-bar-danger {
    color: #fff;
}

.media, .media p {
    color: #888;
}

    .media h4 {
        color: #333;
    }

    .media img {
        border-radius: 4px;
        position: relative;
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    }

.carousel {
    margin-bottom: 30px;
    border-radius: 6px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

    .carousel a:hover img, .carousel a:focus img {
        opacity: .95;
    }

.carousel-indicators {
    display: none;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    z-index: 99;
}

.carousel-caption {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.6)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.6) 0,transparent 100%);
    background-image: linear-gradient(to top,rgba(0,0,0,.6) 0,transparent 100%);
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    text-align: left;
    padding: 30px 30px 0 30px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.carousel-control {
    width: 5%;
}

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        top: 47%;
        margin: 0;
        color: #fff;
    }

.carousel-inner {
    border-radius: 6px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

    .carousel-inner > .item {
        max-height: 512px;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            width: 100%;
            border-radius: 6px;
            position: relative;
            -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
        }

@media (max-width:560px) {
    .carousel-caption {
        padding: 15px;
    }

        .carousel-caption h3, .carousel-caption h2, .carousel-caption h1 {
            font-family: "Gotham",Helvetica,Arial,sans-serif;
            font-weight: normal;
            font-size: 16px;
            line-height: 20px;
        }

        .carousel-caption p {
            display: none;
        }
}

.carousel .item {
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.carousel .active {
    opacity: 1;
}

    .carousel .active.left, .carousel .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel .next.left, .carousel .prev.right {
    opacity: 1;
}

.carousel .carousel-control {
    z-index: 11;
}

.jumbotron > .carousel .carousel-inner {
    border-radius: 0;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

.jumbotron > .carousel p {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.jumbotron > .carousel .caption-container {
    max-width: 1140px;
    margin: 0 auto;
}

.row-shortcut {
    margin: 30px 0 0 0;
}

.shortcut {
    text-align: center;
    text-decoration: none;
    padding-top: 24px;
    padding-bottom: 12px;
    color: #333;
    border-radius: 6px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    display: block;
    background-color: transparent;
}

    .shortcut:hover, .shortcut:focus {
        background: #e5e5e5;
        text-decoration: none;
        color: #333;
    }

        .shortcut:hover p, .shortcut:focus p {
            color: #333;
        }

    .shortcut:active {
        background-color: #f1f1f1;
        color: #333;
        text-decoration: none;
    }

.bg-white-1 .shortcut:hover, .bg-white-1 .shortcut:focus {
    background: #e9e9e9;
}

.bg-white-1 .shortcut:active {
    background-color: #ccc;
}

.shortcut span {
    color: #fff;
    text-align: center;
    margin: 0 auto 24px auto;
    width: 112px;
    height: 112px;
    border-radius: 56px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    display: block;
}

    .shortcut span.glyphicon {
        padding-top: 32px;
        font-size: 48px;
        top: 0px;
    }

.shortcut p {
    color: #888;
}

.panel, .panel > .panel-heading {
    border: 0;
}

.panel-default > .panel-heading {
    border-bottom: solid 1px #ccc;
}

    .panel-default > .panel-heading a:active, .panel-default > .panel-heading a:focus {
        color: #333;
    }

.panel-success > .panel-heading, .panel-info > .panel-heading, .panel-warning > .panel-heading, .panel-danger > .panel-heading {
    color: #fff;
}

.panel-default > .panel-heading a:hover {
    color: #888;
}

.panel-footer {
    border-top: 1px solid #ccc;
}

.panel .panel-footer:last-child {
    border-bottom: 0;
}

.panel-primary, .panel-primary > .panel-heading {
    color: #5f4600;
}

    .panel-primary > .panel-heading {
        background-color: #ffd300;
    }

.panel-success > .panel-heading {
    background-color: #9bc12b;
}

.panel-info > .panel-heading {
    background-color: #3bb4b7;
}

.panel-warning > .panel-heading {
    background-color: #ff9100;
}

.panel-danger > .panel-heading {
    background-color: #d65a38;
}

.panel-inverse > .panel-heading {
    background-color: #333;
}

.panel-gray > .panel-heading {
    background-color: #aaa;
}

.panel, .list-group {
    border-radius: 4px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0 0 4px #aaa;
}

a.list-group-item {
    color: #5574c3;
}

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        background-color: #00b2e2;
        border-color: #00b2e2;
    }

        a.list-group-item.active, a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #fff;
        }

.list-group p, .list-group-item-text {
    color: #888;
}

.list-group-panel {
    margin-bottom: 20px;
    background-color: #fff;
}

    .list-group-panel h4, .list-group-content h4, .list-group-panel h4:hover, .list-group-content h4:hover {
        color: #333;
    }

    .list-group-panel p, .list-group-content p, .list-group-content-v p {
        color: #888;
    }

    .list-group-panel .list-group-item, .list-group-content .list-group-item {
        overflow: auto;
    }

.list-group blockquote p {
    color: #333;
}

.list-group::after .btn {
    margin-bottom: 24px;
}

.list-group-item {
    border: 0;
    margin: 0;
    border-top: solid 1px #ccc;
}

a.list-group-item:hover, a.list-group-item:focus {
    background-color: #e5e5e5;
    color: #333;
}

    a.list-group-item:hover p, a.list-group-item:focus p {
        color: #333;
    }

.list-group-panel-body .list-group-item:first-child {
    border-radius: 0;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
}

.list-group-panel .panel-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
}

@media (max-width:992px) {
    .list-group-panel .panel-footer {
        position: static;
        border-top: 0;
    }
}

.list-heading {
    padding: 0;
    margin: 0;
    border: 0;
}

.list-heading-default {
    border-bottom: solid 1px #ccc;
    background-color: #f5f5f5;
}

.list-heading h3 {
    background-image: none;
    text-shadow: none;
    padding: 0 15px 5px 15px;
}

.list-heading-primary {
    background-color: #fdd306;
}

.list-heading-success {
    background-color: #88bf48;
}

.list-heading-info {
    background-color: #00b3e3;
}

.list-heading-warning {
    background-color: #f39c12;
}

.list-heading-danger {
    background-color: #e74c3c;
}

.list-heading-inverse {
    background-color: #666;
}

.list-heading-gray {
    background-color: #aaa;
}

.list-heading-blue {
    background-color: #34485e;
}

.list-heading-violet {
    background-color: #9b59b6;
}

.list-heading-pink {
    background-color: #f54789;
}

.list-heading-primary h3 {
    color: #5f4600;
}

.list-heading-success h3, .list-heading-info h3, .list-heading-warning h3, .list-heading-danger h3, .list-heading-inverse h3, .list-heading-gray h3, .list-heading-blue h3, .list-heading-violet h3, .list-heading-pink h3 {
    color: #fff;
}

.list-heading .glyphicon {
    float: right;
}

.list-heading-img {
    padding: 85px 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: auto;
    border-bottom: 0;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/backgroundsize.min.htc);
}

    .list-heading-img h3 {
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,0.4)),to(transparent));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.4) 0,transparent 100%);
        background-image: linear-gradient(to top,rgba(0,0,0,0.4) 0,transparent 100%);
        text-shadow: 0 2px 2px rgba(0,0,0,0.4);
        margin: 0;
        padding: 0 15px 20px 15px;
        float: none;
        color: #fff;
    }

.list-heading-big {
    padding: 300px 0 0 0;
}

.list-group-item-img {
    padding: 0;
}

    .list-group-item-img:hover img, .list-group-item-img:focus img {
        opacity: .9;
    }

    .list-group-item-img img {
        width: 100%;
        height: auto;
    }

.list-thumb > div {
    width: 144px;
    height: 96px;
    float: left;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    border-radius: 4px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/backgroundsize.min.htc);
}

@media (max-width:560px) {
    .col-md-4 .list-group-panel .list-thumb > div, .col-md-3 .list-group-panel .list-thumb > div, .col-md-2 .list-group-panel .list-thumb > div, .col-md-1 .list-group-panel .list-thumb > div {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

@media (min-width:992px) {
    .col-md-4 .list-group-panel .list-thumb > div, .col-md-3 .list-group-panel .list-thumb > div, .col-md-2 .list-group-panel .list-thumb > div, .col-md-1 .list-group-panel .list-thumb > div {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .col-md-4 .list-group-panel-body .list-group-item:last-child {
        padding-bottom: 90px;
        border-bottom: 0;
    }
}

.list-thumb h4 {
    margin-top: 15px;
}

.list-thumb > div > .glyphicon {
    font-size: 64px;
    padding-top: 40px;
    color: #fff;
}

.list-img {
    height: 210px;
    padding: 0;
    border-left: 0;
    border-right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/backgroundsize.min.htc);
}

.list-group-panel h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.list-group-panel .list-group-item:nth-child(2) {
    border-top: 0 none;
}

.list-unique {
    display: block;
    text-decoration: none;
}

    .list-unique:hover {
        text-decoration: none;
    }

        .list-unique:hover .list-heading, .list-unique:hover .list-img {
            opacity: .9;
        }

        .list-unique:hover .list-group-item:nth-child(3) {
            background-color: #f5f5f5;
        }

.list-map {
    padding: 0;
    overflow: hidden !important;
}

.list-group-content, .list-group-content .list-group-item {
    border-radius: 0;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .list-group-content a {
        text-decoration: none;
    }

    .list-group-content h3 {
        padding-bottom: 20px;
        margin-bottom: 0;
        font-size: 22px;
    }

@media (min-width:992px) {
    .list-group-content h3 {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .list-group-content h3 {
        font-size: 30px;
    }
}

.list-group-content .list-group-item {
    margin-bottom: 0;
}

.list-group-full h3 {
    border: 0;
}

.list-group-full .list-group-item {
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0 0 4px #aaa;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    background-color: #fff;
}

    .list-group-full .list-group-item:hover, .list-group-full .list-group-item:focus {
        -webkit-box-shadow: 0 0 6px #aaa;
        box-shadow: 0 0 6px #aaa;
        background-color: #fff;
    }

        .list-group-full .list-group-item:hover > div, .list-group-full .list-group-item:focus > div {
            opacity: .9;
        }

.list-group-full .list-thumb > div {
    float: none;
    width: 100%;
    height: 120px;
    margin-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.list-group-full h4 {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.6)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.6) 0,transparent 100%);
    background-image: linear-gradient(to top,rgba(0,0,0,.6) 0,transparent 100%);
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

    .list-group-full h4:hover, .list-group-full h4:focus {
        color: #fff;
    }

.list-group-full p {
    padding: 0 15px;
    margin-bottom: 30px;
    color: #666;
}

.list-group-special .list-group-item:hover, .list-group-special .list-group-item:focus {
    -webkit-box-shadow: 0 0 6px #aaa;
    box-shadow: 0 0 6px #aaa;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.list-form {
    background: #ccc !important;
}

.list-group form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-group-multi .list-img > div, .list-group-multi .list-thumb > div {
    width: 100%;
    height: 144px;
    margin-bottom: 24px;
    float: none;
}

.list-group-multi .col-sm-3, .list-group-multi .col-sm-4, .list-group-multi .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.alert-spot {
    border-radius: 3px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    padding: 15px;
    margin-bottom: 30px;
    overflow: auto;
}

    .alert-spot, .alert-spot:hover, .alert-spot:focus, .alert-spot:visited {
        text-decoration: none;
        color: #fff;
        display: block;
    }

a.alert-spot:hover, a.alert-spot:focus {
    opacity: .9;
}

a.alert-spot:active {
    opacity: 1;
}

.alert-spot > div {
    float: left;
    width: 85%;
}

.alert-spot .glyphicon {
    float: left;
    font-size: 30px;
    padding: 10px 0 0 0;
    width: 45px;
    height: 45px;
}

.alert-spot .glyphicon-chevron-right {
    float: right;
    font-size: 18px;
    margin-top: 5px;
    width: 15px;
}

@media (max-width:767px) {
    .alert-spot .glyphicon {
        display: none;
    }

    .alert-spot .glyphicon-chevron-right {
        display: block;
        padding-top: 20px;
    }
}

@media (min-width:767px) {
    .alert-spot > div {
        padding-left: 30px;
    }

    .alert-spot .glyphicon {
        padding: 10px 0 0 15px;
    }

    .alert-spot .glyphicon-chevron-right {
        width: 30px;
        padding-left: 0;
    }
}

.alert-spot h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.alert-spot p {
    margin-bottom: 0;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.alert-spot-default {
    background-color: #f5f5f5;
    color: #333;
}

.alert-spot-primary {
    background-color: #fdd306;
    color: #5f4600;
}

    .alert-spot-primary:hover {
        color: #5f4600;
    }

.alert-spot-success {
    background-color: #99c25f;
}

.alert-spot-info {
    background-color: #19c3e3;
}

.alert-spot-warning {
    background-color: #f3a32d;
}

.alert-spot-danger {
    background-color: #e76056;
}

.well {
    border-color: #ccc;
}

.popover {
    border: 0;
    -webkit-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
    padding: 0;
}

.popover-title {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    padding: 8px 15px;
}

.popover.top > .arrow {
    border-top-color: #ccc;
}

.popover.right > .arrow {
    border-right-color: #ccc;
}

.popover.bottom > .arrow {
    border-bottom-color: #ccc;
}

.popover.left > .arrow {
    border-left-color: #ccc;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #F5F5F5;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    border-radius: 0px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel + .panel {
    margin: 0;
    border-radius: 0px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#accordion {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    -webkit-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0px 0px 4px #aaa;
}

    #accordion .panel {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        #accordion .panel:first-child {
            border-radius: 0px;
            position: relative;
            -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

        #accordion .panel:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    #accordion .panel-heading {
        border-radius: 0px;
        position: relative;
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap3/pie.htc);
    }

    #accordion .panel-group .panel {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #accordion .panel-collapse {
        border-bottom: solid 1px #ccc;
    }

    #accordion .panel-heading {
        padding: 0;
    }

        #accordion .panel-heading a {
            display: block;
            padding: 10px 15px;
        }

.modal-content {
    border: 0;
}

.bg-black-1 {
    background-color: #1d1c1a;
}

.bg-black-2 {
    background-color: #333;
}

.bg-gray-1, .bg-inverse {
    background-color: #717170;
}

.bg-gray-2 {
    background-color: #a6a4a4;
}

.bg-gray-3 {
    background-color: #c5c3c2;
}

.bg-gray-4 {
    background-color: #e5e5e5;
}

.bg-white {
    background-color: #fff;
}

.bg-white-1 {
    background-color: #f3f0ed;
}

.bg-white-2 {
    background-color: #f5f5f5;
}

.bg-danger-lt {
    background-color: #e76056;
}

.bg-warning-lt {
    background-color: #f3a32d;
}

.bg-primary-lt {
    background-color: #fcda59;
}

.bg-success-lt {
    background-color: #2ebc98;
}

.bg-success2-lt {
    background-color: #99c25f;
}

.bg-success3-lt {
    background-color: #d5db50;
}

.bg-info-lt {
    background-color: #19c3e3;
}

.bg-blue-lt {
    background-color: #0389d1;
}

.bg-darkblue-lt {
    background-color: #3e4f5e;
}

.bg-violet-lt {
    background-color: #9d6db6;
}

.bg-pink-lt {
    background-color: #f562a2;
}

.bg-danger-dk {
    background-color: #e74c3c;
}

.bg-warning-dk {
    background-color: #f39c12;
}

.bg-primary-dk {
    background-color: #fdd306;
}

.bg-success-dk {
    background-color: #18b596;
}

.bg-success2-dk {
    background-color: #88bf48;
}

.bg-success3-dk {
    background-color: #c5d436;
}

.bg-info-dk {
    background-color: #00b3e3;
}

.bg-blue-dk {
    background-color: #037dbf;
}

.bg-darkblue-dk {
    background-color: #34485e;
}

.bg-violet-dk {
    background-color: #9b59b6;
}

.bg-pink-dk {
    background-color: #f54789;
}

.bg-primary {
    background-color: #fffcea;
    color: #5f4600;
}

.bg-success {
    background-color: #f6faeb;
    color: #456225;
}

.bg-info {
    background-color: #edf8f8;
    color: #0d605c;
}

.bg-warning {
    background-color: #fff5eb;
    color: #844c26;
}

.bg-danger {
    background-color: #faedec;
    color: #6a2121;
}

.danger-lt {
    color: #d13f34 !important;
}

.warning-lt {
    color: #ff9624 !important;
}

.primary-lt {
    color: #ffd300 !important;
}

.success-lt {
    color: #9bc12b !important;
}

.info-lt {
    color: #3cb5b1 !important;
}

.blue-lt {
    color: #4265bc !important;
}

.violet-lt {
    color: #9c43a3 !important;
}

.pink-lt {
    color: #c64b7d !important;
}

@font-face {
    font-family: "OpenSans";
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-regular.eot);
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-regular.eot?#iefix) format("embedded-opentype"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-regular.svg#OpenSansRegular) format("svg"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-regular.woff) format("woff"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansBold";
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-bold.eot);
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-bold.eot?#iefix) format("embedded-opentype"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-bold.svg#OpenSansRegular) format("svg"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-bold.woff) format("woff"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/opensans-bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/glyphicons-halflings-regular.eot);
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

@font-face {
    font-family: "bastrap-icons";
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/bastrap-icons.eot);
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/bastrap-icons.eot?#iefix) format("embedded-opentype"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/bastrap-icons.woff) format("woff"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/bastrap-icons.ttf) format("truetype"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/bastrap-icons.svg#bastrap-icons) format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "bastrap-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ba-icon:before {
    font-family: "bastrap-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ba-icon.ba-alert-calendario:before {
    content: "a";
}

.ba-icon.ba-ribbon:before {
    content: "b";
}

.ba-icon.ba-social-cc:before {
    content: "c";
}

.ba-icon.ba-alert-clima:before {
    content: "d";
}

.ba-icon.ba-alert-evento:before {
    content: "e";
}

.ba-icon.ba-social-fb:before {
    content: "f";
}

.ba-icon.ba-social-fl:before {
    content: "g";
}

.ba-icon.ba-alert-informacion:before {
    content: "h";
}

.ba-icon.ba-alert-salud:before {
    content: "i";
}

.ba-icon.ba-social-gp:before {
    content: "j";
}

.ba-icon.ba-social-rss:before {
    content: "k";
}

.ba-icon.ba-alert-subte:before {
    content: "l";
}

.ba-icon.ba-alert-temperatura:before {
    content: "m";
}

.ba-icon.ba-social-tw:before {
    content: "n";
}

.ba-icon.ba-social-user:before {
    content: "o";
}

.ba-icon.ba-alert-transito:before {
    content: "p";
}

.ba-icon.ba-ba:before {
    content: "q";
}

.ba-icon.ba-social-yt:before {
    content: "r";
}

.ba-icon.ba-bavos:before {
    content: "s";
}

.ba-icon.ba-bac:before {
    content: "t";
}

.ba-icon.ba-no:before {
    content: "u";
}

.ba-icon.ba-ok:before {
    content: "v";
}

.ba-icon.ba-email:before {
    content: "w";
}

.ba-icon.ba-key:before {
    content: "x";
}

@font-face {
    font-family: "CHANEWEI";
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/CHANEWEI.eot);
    src: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/CHANEWEI.eot?#iefix) format("embedded-opentype"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/CHANEWEI.svg#Gotham) format("svg"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/CHANEWEI.woff) format("woff"),url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/fonts/CHANEWEI.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

h4, .h4 {
    font-family: "OpenSans-bold",Helvetica,Arial,sans-serif !important;
}

h5, .h5 {
    font-family: "OpenSans-bold",Helvetica,Arial,sans-serif !important;
}

h5, .h5, .panel-title, .btn, .input-xl, .navbar-brand {
    font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
    letter-spacing: -0.3px;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
    letter-spacing: -0.5px;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #fcd73d;
    border-color: #fcd73d;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #685723;
    background-color: #fcda59;
    border-color: #fcda59;
}

.has-success .form-control {
    border-color: #99c25f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #f3a32d;
    -webkit-box-shadow: 0px 0px 3px #f3a32d;
    box-shadow: 0px 0px 6px #f3a32d;
}

.has-error .form-control:focus {
    border-color: #e76056;
    -webkit-box-shadow: 0px 0px 3px #e76056;
    box-shadow: 0px 0px 6px #e76056;
}

.breadcrumb a {
    margin: 0 0 8px 0;
    padding: 24px 0 0 0;
    color: #0389d1 !important;
}

.noPaddingLeft {
    padding-left: 0;
}

.noPaddingRight {
    padding-right: 0;
}

[class*="noticias"] .col-md-8 > a > figure > img, [class*="noticias"] .col-md-4 > a > figure > img {
    width: 100%;
    height: auto;
}

.list-group .list-group-item.item-no-image {
    margin-bottom: 20px;
}

    .list-group .list-group-item.item-no-image > h4 {
        margin-bottom: 20px;
        color: #333;
    }

    .list-group .list-group-item.item-no-image > .tags {
        margin-top: 18px;
    }

        .list-group .list-group-item.item-no-image > .tags > .label {
            margin: 0;
            padding: 7px 10px;
            display: inline-block;
        }

.panels-flexible-column-area_layout_reuse-3.noticias {
    width: auto !important;
    float: none !important;
}

.panels-flexible-column-area_layout_reuse-3.noticias {
    width: auto !important;
    float: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.badge_oficial {
    position: absolute;
    z-index: 9;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    max-width: 100%;
    width: 50px;
    right: 15px;
}

ul.store-icons {
    list-style: none;
    padding-left: 0;
    padding: 0;
    margin-top: 16px;
    margin-right: 5px;
    color: #ccc;
}

.store-icons li {
    display: inline-block;
}

.store-buttons {
    list-style: none;
    padding-left: 0;
}

    .store-buttons li {
        display: inline-block;
    }

hr {
    width: 100%;
}

#mapa {
    height: 470px;
}

#section-company h1 {
    margin-bottom: 0;
}

#section-company p:last-child {
    margin-bottom: 15px;
}

#section-company .col-sm-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron.jumbotron-misc {
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/images/fondo-empleo.jpg);
    background-position: center center;
}

.jumbotron-small {
    padding-bottom: 0;
    margin-bottom: 0px;
    min-height: 100px;
}

.jumbotron-home .container {
    padding-top: 0;
    padding-bottom: 0;
}

.link-block {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section-title {
    background: #f5f5f5;
    padding: 5px 0;
    border: 2px solid #eeeeee;
}

    .section-title h2 {
        color: #666;
        margin-top: 10px;
    }

.shortcut-row a span {
    width: 90px;
    height: 90px;
}

.shortcut-row p {
    color: #333;
}

.circle-tips {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/images/empleo_asset-iconhomecapacitacion.png) no-repeat center top;
}

.circle-faq {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/images/empleo_asset-iconhomepreguntas.png) no-repeat center top;
}

.circle-contact {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/images/empleo_asset-iconhomecontacto.png) no-repeat center top;
}

.shortcut:hover, .shortcut:focus {
    background: transparent;
}

.shortcut-row a:focus span, .shortcut-row a:hover span {
    background-position: 0 -90px;
}

.shortcut-row a:focus p, .shortcut-row a:hover p {
    color: #888;
}

.jumbotron-home .navbar-top .navbar-right {
    right: 0;
}

.jumbotron-home .navbar-default.navbar-top a.btn-lg {
    padding: 10px 28px;
}

.jumbotron-home > .navbar-default.navbar-top a {
    min-height: 0px;
    display: block;
    float: left;
}

.jumbotron-home > .navbar-default .nav > li > a:hover {
    background-color: transparent;
    color: #5f4600;
}

.jumbotron-home .btn {
    margin-top: 20px;
}

.jumbotron-home .navbar-default .icon-social-fb, .jumbotron-home .navbar-default .icon-social-tw, .jumbotron-home .navbar-default .icon-social-yt {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 24px 15px 0 0;
}

.jumbotron-home .navbar-default .icon-social-fb {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/images/icons/btn_fb.png) no-repeat;
}

.jumbotron-home .navbar-default .icon-social-tw {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/images/icons/btn_tw.png) no-repeat;
}

.jumbotron-home .navbar-default .icon-social-yt {
    background: url(/sites/gcaba/themes/gcbaV4/xgcaba/images/icons/btn_yt.png) no-repeat;
}

.jumbotron-home .navbar-default a.view-page {
    background-position: 0 0;
}

    .jumbotron-home .navbar-default a.view-page:hover, .jumbotron-home .navbar-default a.view-page:active {
        background-position: 0px -35px;
    }

#section-capacitacion .navbar-toggle {
    border-color: rgba(0,0,0,0.2);
    background-color: transparent;
    color: #5f4600;
}

@media (min-width:780px) {
    #section-capacitacion .navbar-collapse.collapse {
        padding: 0 !important;
    }
}

@media (max-width:780px) {
    #section-capacitacion.row, #section-capacitacion .row {
        margin: 0;
    }
}

#section-capacitacion .navbar-toggle .icon-bar {
    background-color: #888;
}

.container-img-perfil {
    padding: 14px 14px 15px 14px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .container-img-perfil p.lead {
        font-size: 18px;
    }

@media (min-width:780px) {
    #section-perfil-postulante .navbar-collapse.collapse {
        padding: 0;
    }
}

@media (max-width:780px) {
    #section-perfil-postulante.row, #section-perfil-postulante .row {
        margin: 0;
    }
}

#section-perfil-postulante .navbar-toggle {
    border-color: rgba(0,0,0,0.2);
    background-color: transparent;
    color: #5f4600;
}

@media (min-width:780px) {
    #section-perfil-postulante .navbar-collapse.collapse {
        padding: 0 !important;
    }
}

#section-perfil-postulante .navbar-toggle .icon-bar {
    background-color: #888;
}

.form-search .input-group-btn {
    width: auto;
    display: inline-block;
}

.form-search .input-xl {
    padding-right: 60px;
}

.form-search .container-search-home .input-group {
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border: 0;
    border-radius: 4px;
}

.form-search .input-group .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (min-width:780px) and (max-width:992px) {
    .jumbotron-small .form-search {
        padding-left: 0;
    }
}

.jumbotron-small .form-search {
    margin-top: 28px;
}

.form-search input:focus {
    box-shadow: none;
    border-color: #888;
}

.form-search .glyphicon-search:hover {
    color: #aaa;
}

.form-search .glyphicon-search {
    font-size: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    color: #888;
    position: absolute;
    left: -60px;
    z-index: 2;
    top: 6px;
    right: 0;
}

.jumbotron-small .form-search .glyphicon-search {
    font-size: 24px;
    top: 0px;
    left: -40px;
}

.jumbotron-small .form-search input {
    padding-right: 40px;
}

.bx-wrapper .bx-next {
    right: 20px;
}

.logos-footer .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.box-news-jobs {
    padding: 24px 10px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    position: relative;
    float: left;
}

    .box-news-jobs .span2 .flecha {
        margin: 0 0 0 40px;
    }

    .box-news-jobs p.lead {
        margin-bottom: 5px;
    }

    .box-news-jobs h5 {
        min-height: 10px !important;
    }

    .box-news-jobs:hover {
        background: #ecf4fa;
    }

    .box-news-jobs:active {
        background: #f5f5f5;
    }

    .box-news-jobs .img-thumb {
        margin: 10px 0 0 0;
    }

    .box-news-jobs:hover h4 {
        color: #0088cc;
    }

@media (max-width:992px) {
    .box-news-jobs .col-sm-3 {
        padding: 0 0 0 10px;
    }

    .box-news-jobs p {
        font-size: 13px;
    }

        .box-news-jobs p.lead {
            font-size: 18px;
        }

        .box-news-jobs p.body {
            overflow: hidden;
            position: relative;
            height: auto;
        }

    @supports (-webkit-line-clamp:3) {
        .box-news-jobs p.body;

{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}

.box-news-jobs p.body:after {
    display: none;
}

}
}

#section-anuncio .border-box-anuncio {
    max-width: 263px;
}

#section-anuncio .box-info p {
    margin: 0;
}

#section-anuncio .box-info h4 {
    margin-top: 0;
}

@media (max-width:992px) {
    #section-anuncio .block-relation-postularme .row, #section-anuncio .container-postular.row {
        margin: 0;
    }
}

#section-register-postulant .form-postulante {
    border: 2px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#section-register-postulant form label {
    display: none;
}

#section-register-postulant form .checkbox label {
    display: block;
    padding-top: 0;
    width: auto;
}

#section-register-postulant .checkbox input[type=checkbox] {
    margin-left: 0;
}

#section-register-postulant .checkbox {
    padding-top: 0;
}

#section-register-postulant .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#section-register-postulant .form-empresa {
    border: 2px solid #eee;
    padding: 15px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.container-box {
    margin-bottom: 15px;
}

.box-user {
    padding: 20px 20px 25px 20px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .box-user img {
        margin-bottom: 10px;
    }

@media (max-width:992px) {
    .container-box {
        margin: 0;
    }

    .box-user {
        padding: 15px;
        margin-bottom: 15px;
    }

        .box-user img {
            margin: 0;
            padding-right: 15px;
        }
}

#section-perfil-postulante p:last-child {
    margin: 0 0 10px;
}

.grises img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

    .grises img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(http://ciudaddeoliva.gov.ar/assets/xml/ellipsis.xml#ellipsis);
}

.margin-top10px {
    margin-top: 10px;
}

.margin-top20px {
    margin-top: 20px;
}

.border-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.nopadding {
    padding: 0;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 140%;
}

.element-invisible, .element-hidden {
    display: none;
}

.views-row-flickr-feed {
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    border: none;
    padding: 0px;
}

.navbar-primary .form-control, .form-control-primary {
    border-color: #cccccc;
}

    .navbar-primary .form-control:focus, .form-control-primary:focus {
        border-color: #cccccc;
        box-shadow: 0px 0px 6px #cccccc;
    }

.navbar-primary .dropdown-menu > li > a:hover, .navbar-primary .dropdown-menu > li > a:focus, .navbar-primary .nav > li > a:focus, .navbar-primary .nav > li > a:hover, .navbar-primary .nav .open > a, .navbar-primary .nav .open > a:focus, .navbar-primary .nav .open > a:hover, .navbar-primary a.navbar-brand:focus, .navbar-primary a.navbar-brand:hover {
    background-color: transparent;
    opacity: 1;
}

.navbar-primary {
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1),0 1px 1px 0 rgba(0,0,0,0.11);
    border-bottom: 0;
}

header > button {
    z-index: 1;
}

.bg-navbar-accesible {
    background-color: #f2d333;
}

.navbar-accesible {
    margin-bottom: 0;
    min-height: 50px;
}

    .navbar-accesible > div > nav {
        border-color: #f2d333;
        margin-bottom: 0;
    }

    .navbar-accesible .navbar-nav > li > a {
        color: #333333;
    }

        .navbar-accesible .navbar-nav > li > a:hover {
            font-weight: 600;
            background-color: transparent;
        }

    .navbar-accesible .navbar-nav > li > a {
        padding-top: 17px;
    }

    .navbar-accesible nav ul.primary li:last-of-type a {
        box-shadow: none;
        background-color: transparent;
        padding: 8px;
        margin-top: 6px;
        border: 1px solid #716f6f !important;
        color: #716f6f;
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
        transition: background-color .3s ease,color .15s ease;
        font-weight: 600;
        border-radius: 4px;
    }

        .navbar-accesible nav ul.primary li:last-of-type a:hover {
            background-color: #716f6f;
            color: #f2d333;
        }

        .navbar-accesible nav ul.primary li:last-of-type a::after {
            font-family: Glyphicons Halflings;
            padding-left: 5px;
            content: '\e008';
        }

#navbar-principal-id.navbar {
    border-bottom: 0;
    margin-bottom: 0;
    min-height: 90px;
}

.navbar-primary.navbar-top .navbar-brand {
    margin-top: 20px;
}

.logoBABAC {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    float: left;
}

.mainNavbar .navbar-buenosaires {
    padding-top: 38px;
}

.mainNavbar .search-buenosaires {
    padding-top: 22px;
}

.mainNavbar .navbar-nav > li {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

    .mainNavbar .navbar-nav > li:last-of-type {
        margin-right: 0;
    }

    .mainNavbar .navbar-nav > li.open {
        background-color: transparent;
    }

    .mainNavbar .navbar-nav > li > a {
        color: #666666;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 !important;
        height: auto;
        outline: 0;
    }

.mainNavbar .search-buenosaires span.glyphicon {
    font-size: 18px;
    top: 14px;
    font-weight: 600;
    color: #666666;
    cursor: pointer;
}

.mainNavbar {
    float: right;
}

    .mainNavbar .navbar-nav > li > a > div {
        width: 100%;
        height: 2px;
        background: #666666;
        position: absolute;
        bottom: -4px;
        right: 0;
        transform: scaleX(0);
        transition: transform 500ms ease;
    }

    .mainNavbar .navbar-nav > li > a:hover div {
        transform: scaleX(1);
    }

    .mainNavbar .navbar-nav > li.open > a div {
        transform: scaleX(1);
    }

    .mainNavbar .navbar-nav > li.open > a {
        color: #1d1d1d;
    }

    .mainNavbar ul.secondary .dropdown-menu {
        left: -20px !important;
        top: 60px !important;
        right: inherit;
        width: auto !important;
        min-width: 260px;
    }

    .mainNavbar .dropdown-menu > li > a {
        color: #666;
        padding: 10px 20px;
    }

        .mainNavbar .dropdown-menu > li > a:hover {
            color: #1d1d1d;
            font-weight: 600;
        }

.navbar-buenosaires li:first-of-type .dropdown-menu > li:last-of-type > a {
    padding-top: 0 !important;
}

.mainNavbar .dropdown-menu > li:last-of-type > a, .navbar-buenosaires li .dropdown-menu > li:last-of-type > a, .navbar-buenosaires li:first-of-type .dropdown-menu > li:nth-last-of-type(2) > a {
    color: #008bd2 !important;
    font-weight: 600;
    padding-top: 0;
}

    .mainNavbar .dropdown-menu > li:last-of-type > a:before, .navbar-buenosaires li .dropdown-menu > li:last-of-type > a:before, .navbar-buenosaires li:first-of-type .dropdown-menu > li:nth-last-of-type(2) > a:before {
        content: '';
        display: block;
        border-top: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }

    .mainNavbar .dropdown-menu > li:last-of-type > a:hover, .navbar-buenosaires li:first-child .dropdown-menu > li:nth-last-of-type(2) > a:hover {
        color: #008bd2 !important;
        text-decoration: underline;
    }

.mainNavbar .inputSearch .dropdown-menu > li > a {
    color: #666 !important;
    text-decoration: none;
    font-weight: normal;
}

    .mainNavbar .inputSearch .dropdown-menu > li > a:hover {
        color: #1d1d1d!important;
        text-decoration: none;
        font-weight: 600;
    }

.mainNavbar .inputSearch .dropdown-menu > li:last-of-type > a:before, .navbar-buenosaires .inputSearch li .dropdown-menu > li:last-of-type > a:before, .navbar-buenosaires .inputSearch li:first-of-type .dropdown-menu > li:nth-last-of-type(2) > a:before {
    display: none;
    border-top: none;
}

.mainNavbar .inputSearch .dropdown-menu > li:last-of-type > a:hover, .navbar-buenosaires .inputSearch li:first-child .dropdown-menu > li:nth-last-of-type(2) > a:hover {
    color: #1d1d1d;
    font-weight: 600;
}

.mainNavbar img {
    max-width: auto;
    height: auto;
    float: left;
}

#searchMainNavbar > button {
    background-color: transparent;
}

    #searchMainNavbar > button > span {
        font-size: 28px;
        top: 25px;
        color: #666666;
    }

.mainNavbar .btnSearchBWEB {
    display: none !important;
}

.mainNavbar .btnCloseBWEB > span {
    font-size: 22px !important;
    line-height: 10px !important;
}

.inputSearch {
    margin-top: 6px;
}

    .inputSearch > input.input-lg {
        padding: 10px 16px !important;
        font-size: 18px !important;
    }

    .inputSearch .input-group input[type="text"] {
        width: 100%;
        margin-top: 15px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .inputSearch button {
        margin-top: 30px;
        background: transparent;
        border-color: transparent;
        box-shadow: none;
        padding: 0;
    }

        .inputSearch button:hover {
            background-color: transparent !important;
            border-color: transparent !important;
            color: #333 !important;
            box-shadow: none !important;
        }

    .inputSearch > button > span {
        font-size: 16px;
        margin-left: 15px;
    }

#search {
    color: #666666;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    height: auto;
    outline: 0;
}

    #search:hover {
        color: #1d1d1d;
    }

    #search > span {
        margin-top: 35px;
        font-size: 16px;
        cursor: pointer;
    }

.footer {
    margin-top: 0;
    padding-top: 65px;
    padding-bottom: 50px;
}

.more-options-footer {
    padding: 65px 0;
    background: #f6f6f6;
    border-top: 3px solid #b2b2b2;
}

    .more-options-footer p {
        font-weight: 600;
        color: #303030;
    }

    .more-options-footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .more-options-footer ul h4 {
            margin-bottom: 0;
        }

        .more-options-footer ul li {
            margin-bottom: 30px;
        }

            .more-options-footer ul li:last-child {
                margin-bottom: 0;
            }

            .more-options-footer ul li a {
                font-weight: 600;
                color: #716f6f;
                text-decoration: none;
            }

                .more-options-footer ul li a:hover {
                    color: #303030;
                }

.bavos-footer {
    width: 150px;
    height: 70px;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/img/bavos-footer.png);
}

.footer-buenosaires p {
    font-weight: 600;
    color: #f5f5f5;
    margin-bottom: 30px;
}

.footer-buenosaires ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .footer-buenosaires ul li {
        margin-bottom: 30px;
    }

        .footer-buenosaires ul li:last-child {
            margin-bottom: 0;
        }

        .footer-buenosaires ul li a {
            font-weight: 600;
            color: #aaaaaa;
            text-decoration: none;
        }

.footer-buenosaires .telefonosUtiles li > a {
    display: flex;
    align-items: flex-start;
}

    .footer-buenosaires .telefonosUtiles li > a > span {
        margin-right: 5px;
        margin-top: 5px;
    }

.footer-buenosaires ul li a:hover {
    color: #f5f5f5;
}

.footer-buenosaires .social li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 8px;
}

    .footer-buenosaires .social li a {
        width: 40px;
        height: 40px;
        font-size: 0;
        display: inline-block;
    }

        .footer-buenosaires .social li a img {
            width: 100%;
        }

.footer-buenosaires hr {
    border-top: 1px solid #aaaaaa;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-buenosaires .legal .logoOficialCiudad > span {
    display: inline-block;
}

.footer-buenosaires .legalText {
    padding: 0 15px;
}

    .footer-buenosaires .legalText > p {
        font-size: 12px;
        font-weight: normal;
        color: #aaaaaa;
        margin-bottom: 0;
        margin-top: 10px;
    }

@media (max-width:435px) {
    .telefonosUtiles {
        display: block !important;
    }
}

@media (max-width:768px) {
    .inputSearch button span {
        margin-left: 0;
    }

    .more-options-footer .container .row > div {
        margin-bottom: 30px;
    }

        .more-options-footer .container .row > div:last-child {
            margin-bottom: 0;
        }

    .more-options-footer .titleMoreOptions > p {
        margin: 0;
    }

    .footer-buenosaires .acercaSitio {
        margin-bottom: 30px;
    }

    .footer-buenosaires .telefonosUtiles {
        margin-bottom: 15px;
    }

    .footer-buenosaires .social li {
        margin-bottom: 0;
    }

    .footer-buenosaires .legal .logoOficialCiudad {
        margin-top: 50px;
    }

    .footer-buenosaires .logoVBA {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .footer-buenosaires .logoVBA {
        margin-bottom: 40px;
    }

    .more-options-footer .titleMoreOptions {
        margin-bottom: 30px;
    }

    .more-options-footer > .container > .row > div:last-of-type {
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    nav.navbar.navbar-default:nth-child(3) {
        display: none;
        background-color: blue;
    }

    #navbar-accesible-id {
        background-color: white;
    }

    .navbar-accesible .navbar-toggle {
        display: block;
        padding-right: 0;
        margin-right: 0;
    }

    .navbar-accesible .navbar-header {
        float: none;
    }

    .navbar-accesible .navbar-toggle .icon-close {
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(http://ciudaddeoliva.gov.ar/close.svg),none;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .navbar-accesible .navbar-toggle .icon-menu {
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(http://ciudaddeoliva.gov.ar/menu.svg),none;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .navbar-accesible nav ul.primary li:last-of-type a {
        box-shadow: none;
        background-color: transparent;
        padding-left: 15px;
        border: none !important;
        color: #333;
        font-weight: normal;
    }

        .navbar-accesible nav ul.primary li:last-of-type a:hover {
            font-weight: 600;
            background-color: transparent;
            color: #333;
        }

    #navbar-accesible-id .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding: 0;
    }

        #navbar-accesible-id.navbar-collapse.collapse {
            display: none !important;
        }

            #navbar-accesible-id.navbar-collapse.collapse.in {
                display: block !important;
            }

    #navbar-accesible-id .navbar-nav {
        float: none;
    }

        #navbar-accesible-id .navbar-nav > li {
            float: none;
        }

            #navbar-accesible-id .navbar-nav > li > a {
                padding-top: 13px;
                padding-bottom: 13px;
            }

    #navbar-accesible-id .navbar-right {
        float: none !important;
        margin-right: 0;
    }

    .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;
    }

    #navbar-accesible-id .navbar-buenosaires {
        margin-top: 30px;
    }

    #navbar-accesible-id .navbar-accesible {
        margin-bottom: 30px;
    }

    #navbar-accesible-id .navbar-buenosaires > li > a {
        text-transform: uppercase;
    }

    #navbar-accesible-id .navbar-buenosaires > li, #navbar-accesible-id .navbar-accesible > li {
        border-bottom: 1px solid #aaaaaa;
    }

        #navbar-accesible-id .navbar-buenosaires > li:last-of-type, #navbar-accesible-id .navbar-accesible > li:last-of-type {
            border-bottom: 1px solid #333;
        }

        #navbar-accesible-id .navbar-buenosaires > li > a, #navbar-accesible-id .navbar-accesible > li > a {
            height: auto;
            margin-top: 0;
            margin-bottom: 0;
        }

    .navbar-buenosaires > li.dropdown.open > ul.dropdown-menu > li > a {
        padding: 10px 20px !important;
    }

    .mainNavbar .btnCloseBWEB > span {
        font-size: 38px !important;
        line-height: 10px !important;
        margin-top: 35px !important;
    }

    .mainNavbar .form-control.input-lg {
        margin-top: 22px;
    }

    .inputSearch {
        margin-top: 6px !important;
    }

        .inputSearch button {
            margin-top: 0 !important;
        }

            .inputSearch button span {
                font-size: 28px;
                top: 25px;
                color: #666666;
            }

    .footer-buenosaires .social {
        text-align: center;
    }
}

@media (min-width:992px) {
    .navbar-accesible nav ul.secondary {
        display: none !important;
    }

    .footer-buenosaires .social {
        text-align: left;
    }

    #search {
        width: 6.5%;
    }
}

.dropdown-menu > li > a {
    padding: 10px 20px !important;
}

.shortcut:hover {
    background: transparent;
}

.shortcut > span {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-size: 100%;
    box-shadow: 0px 0px 10px 4px rgba(196,196,196,0.5);
    -moz-box-shadow: 0px 0px 10px 4px rgba(196,196,196,0.5);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(196,196,196,0.5);
    transition: box-shadow .25s ease;
}

.shortcut:hover > span {
    box-shadow: 0px 0px 10px 4px rgba(102,102,102,0.5);
    -moz-box-shadow: 0px 0px 10px 4px rgba(102,102,102,0.5);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(102,102,102,0.5);
}

.shortcut > span > span {
    background-size: cover;
}

.rate-widget-custom {
    color: #666666;
}

    .rate-widget-custom > h2 {
        width: 100%;
    }

    .rate-widget-custom > ul {
        float: left;
        width: 100%;
        list-style-type: none;
        margin-top: 40px;
        padding: 0;
    }

        .rate-widget-custom > ul > li {
            width: 25%;
            float: left;
            text-align: center;
        }

            .rate-widget-custom > ul > li > a {
                text-decoration: none;
                color: #666666;
                padding-top: 100px;
                font-weight: 600;
                cursor: pointer;
            }

            .rate-widget-custom > ul > li:nth-of-type(1) > a:hover {
                color: #e76056;
            }

            .rate-widget-custom > ul > li:nth-of-type(2) > a:hover {
                color: #f39c12;
            }

            .rate-widget-custom > ul > li:nth-of-type(3) > a:hover {
                color: #d6d667;
            }

            .rate-widget-custom > ul > li:nth-of-type(4) > a:hover {
                color: #41930e;
            }

            .rate-widget-custom > ul > li > a::before {
                margin-bottom: 15px;
                font-family: 'Material Icons';
                font-weight: normal;
                font-style: normal;
                font-size: 55px;
                line-height: 1;
                letter-spacing: normal;
                text-transform: none;
                display: block;
                white-space: nowrap;
                word-wrap: normal;
                direction: ltr;
                -webkit-font-feature-settings: 'liga';
                -webkit-font-smoothing: antialiased;
            }

            .rate-widget-custom > ul > li:nth-of-type(1) > a::before {
                content: 'sentiment_very_dissatisfied';
            }

            .rate-widget-custom > ul > li:nth-of-type(2) > a::before {
                content: 'sentiment_dissatisfied';
            }

            .rate-widget-custom > ul > li:nth-of-type(3) > a::before {
                content: 'sentiment_satisfied';
            }

            .rate-widget-custom > ul > li:nth-of-type(4) > a::before {
                content: 'sentiment_very_satisfied';
            }

    .rate-widget-custom > .rate-voted {
        float: left;
        width: 100%;
        margin-top: 20px;
        font-size: 30px;
    }

.main-container {
    padding-top: 0;
    padding-bottom: 64px;
}

aside form .btn[type*="submit"] {
    margin-top: 24px;
}

.dropdown-menu > li > a, .dropdown-menu > div > div > li > a, .page-sidebar ul, .page-sidebar li, .page-sidebar a, .navbar-top.navbar-default, .list-group-item {
    border: 0 !important;
}

#header-main-nav {
    display: none !important;
}

.nav-movil {
    display: none;
}

.miba {
    display: none;
}

p, span, a, h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

body, p {
    font-size: 16px;
    line-height: 24px;
}

    p.lead, div.lead p {
        font-size: 24px;
        line-height: 32px;
    }

h1, .h1 {
    font-size: 48px;
    line-height: 54px;
}

.jumbotron h1 {
    font-size: 64px;
    line-height: 64px;
}

b, strong, .strong {
    font-weight: bold;
}

a:visited, .btn-link:visited, a.list-group-item:visited > h4 {
    color: #1B92D8;
}

h2, .h2 {
    font-size: 32px;
    line-height: 32px;
}

h3, .h3, .list-group-content h3 {
    font-size: 24px;
    line-height: 24px;
}

h4, .h4 {
    font-size: 16px;
    line-height: 20px;
}

h5, .h5, .shortcut-list p, .footer-row ul li, .list-group-item p, .navbar-primary .navbar-nav > li > a, .dropdown-menu > li > a, .dropdown-menu > div > div > li > a, .page-sidebar li, article figcaption, .ba-miba .well p, .page-sidebar .panel-collapse p {
    font-size: 14px;
    line-height: 16px;
}

    h6, .h6, .breadcrumb, .footer-left p, label, .page-sidebar li ul li a, .list-group-item .list-small, .yamm-bottom {
        font-size: 12px;
        line-height: 16px;
    }

p, p.lead {
    margin-top: 0;
    margin-bottom: 24px;
}

h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 16px;
}

h1, h2, h3 {
    margin-top: 16px;
    margin-bottom: 16px;
}

h3 {
    margin-top: 24px;
}

label {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    font-family: "OpenSansBold",Helvetica,Arial,sans-serif !important;
}

::-moz-selection {
    background-color: #3cb5b1;
    color: #FFF;
}

::selection {
    background-color: #3cb5b1;
    color: #FFF;
}

.navbar-primary {
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1),0 1px 1px 0 rgba(0,0,0,0.11);
    border-bottom: 0;
}

.header-short {
    height: 45px;
    font-size: 12px;
    color: #333333;
}

    .header-short ul li a {
        color: #444444;
    }

        .header-short ul li a:hover {
            border-radius: 4px;
            color: #ffffff;
        }

.header2016 {
    padding-right: 0px;
}

.ba-navbar-top-find {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px #EFEFEF;
}

.header-2016 {
    position: absolute !important;
    right: 11%;
    margin-bottom: 10px;
}

.navbar-menu-img {
    float: left;
}

    .navbar-menu-img img {
        float: left;
    }

.navbar-list-secondary {
    position: inherit !important;
    float: right;
    padding-top: 5px;
}

.navbar-list-search {
    position: inherit !important;
    float: right;
    padding-top: 5px;
}

.navbar-default, .navbar-default .navbar-toggle, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    border: 0;
    margin-right: 30px;
}

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
        color: #555;
        font-size: 12px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: 0;
    }

.miba2016 {
    font-weight: bold;
}

.caret {
    display: -webkit-inline-box;
}

.nav-nobg > li > a:hover, .nav-nobg > li > a:focus {
    background-color: rgba(0,0,0,0) !important;
}

#div-search-box {
    position: inherit !important;
    float: right;
    padding-top: 7px;
    margin-top: 0;
    display: none;
    width: 75%;
}

.key-not {
    border: solid 2px rgba(191,191,191,0.3);
    font-size: 16px !important;
    outline: none;
}

.openid-connect-login-btn-top-bar {
    background-image: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding-top: 17px !important;
    padding-bottom: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nav-ba {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0px;
}

.input[type=checkbox] {
    margin: 7px 0 0;
}

#recaptcha_options {
    margin-top: 11px;
}

.menu-divider {
    height: 40px;
    display: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

@media (min-width:1200px) {
    .navbar-default .navbar-nav > li > .dropdown-menu {
        margin-top: 8px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .menu-divider {
        display: block;
    }

    .navbar-primary li > a {
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
    }
}

.navbar-nav > li > a {
    height: auto;
}

.form-tramite {
    text-align: center;
    border-radius: 6px;
    padding: 8px 15px;
    background-color: #f5f5f5;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

    .form-tramite h3 {
        color: #aaa;
    }

@media (max-width:991px) {
    .list-tramite-sidebar {
        display: none;
    }
}

.list-form .form-control {
    height: inherit;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 24px;
}

.list-group form {
    margin-top: 0;
    margin-bottom: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    border-radius: 4px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

.form-group {
    margin-bottom: 16px;
}

.form-tramite .form-group {
    margin: 0;
}

.navbar-primary .navbar-brand {
    position: relative;
    top: 2px;
}

.navbar-primary.navbar-top .navbar-brand {
    margin-top: 0;
}

    .navbar-primary.navbar-top .navbar-brand:hover, .navbar-primary.navbar-top .navbar-brand:focus, .navbar-primary.navbar-top .navbar-brand:active {
        background-color: transparent;
    }

.navbar-primary .navbar-form {
    margin: 0 -15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
}

@media (max-width:767px) {
    .navbar-primary .navbar-brand {
        margin-top: 8px;
        margin-bottom: 4px;
    }

    .navbar-primary .navbar-form {
        margin-top: 0px;
    }

    .navbar-primary.navbar-top .navbar-brand {
        margin-top: 8px;
    }
}

.btn-sm {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 16px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 11px 15px;
    font-size: 20px;
    line-height: 24px;
}

.yamm .nav, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.yamm .collapse {
    position: relative;
}

.yamm .container {
    position: relative;
}

.col-menu {
    padding-left: 0;
    padding-right: 0;
}

.col-menu-img {
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f5f5f5;
    margin-left: 15px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

.main-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

    .main-menu ul li {
        width: 33.333%;
        margin: 0;
        padding: 0;
        float: left;
        display: inline;
        height: auto !important;
    }

        .main-menu ul li:nth-of-type(3n+1) {
            clear: left;
        }

@media (max-width:800px) {
    .main-menu ul li {
        width: 100%;
        overflow: hidden;
        height: 35px;
    }

    .col-menu-img {
        display: none !important;
    }
}

.main-menu ul li a {
    padding: 10px 15px;
    padding-left: 0;
    display: block;
    width: 95%;
    position: relative;
    color: #888;
}

    .main-menu ul li a:hover, .main-menu ul li a:focus {
        content: '';
        border-bottom: 3px solid #FDD306;
        position: inherit;
        left: 0;
        top: 40%;
        width: 95%;
        padding-bottom: 7px;
    }

.strike::after {
    content: '';
    border-bottom: 14px solid red;
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
}

.main-menu ul.yamm-top li a {
    font-family: "Gotham",Helvetica,Arial,sans-serif;
    color: #333;
}

.miba-wrapper .avatar {
    width: 28px;
    height: 28px;
    margin-right: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-user.png);
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-user.svg),none;
    vertical-align: middle;
}

.miba-wrapper a.username {
    display: inline-block;
    color: #5f4600;
    font-size: 14px;
    border-radius: 4px;
    padding: 7px 10px;
    padding-top: 13px;
}

.sub-brand .username {
    vertical-align: middle;
    line-height: 34px;
}

.miba-wrapper .dropdown-menu {
    width: 200px;
    left: initial;
    right: 30px;
}

    .miba-wrapper .dropdown-menu a:focus, .miba-wrapper .dropdown-menu a:active {
        background-color: #f5f5f5 !important;
    }

.sub-brand > a {
    padding-left: 50px !important;
}

.sub-brand-ba > a {
    padding-left: 15px !important;
}

@media (max-width:560px) {
    .navbar-top .sub-brand {
        display: inline;
    }
}

.page-sidebar {
    padding: 0;
    margin-top: 16px;
    margin-bottom: 48px;
}

    .page-sidebar li {
        list-style: none;
        border-bottom: solid 1px #e5e5e5;
    }

    .page-sidebar > li:last-child {
        border: 0;
    }

    .page-sidebar li.active > a:first-child {
        background-color: #4265bc;
        color: #FFF;
    }

    .page-sidebar li ul li {
        border-bottom: 0;
        border-top: solid 1px #e5e5e5;
    }

        .page-sidebar li ul li:first-child {
            border: 0;
        }

    .page-sidebar li ul {
        border-top: solid 1px #e5e5e5;
    }

    .page-sidebar a {
        padding: 10px 15px;
        display: block;
        text-decoration: none;
        border-radius: 4px;
        position: relative;
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
    }

        .page-sidebar a:hover, .page-sidebar a:focus {
            background-color: #f5f5f5;
            color: #215093;
        }

        .page-sidebar a:active {
            background-color: #f1f1f1;
            color: #5574c3;
        }

    .page-sidebar h2 {
        margin-bottom: 0;
        display: block;
    }

    .page-sidebar .panel-collapse {
        padding: 8px 15px;
    }

        .page-sidebar .panel-collapse p {
            margin-bottom: 8px;
        }

        .page-sidebar .panel-collapse ul {
            padding: 0 0 8px 20px;
            margin: 0;
        }

        .page-sidebar .panel-collapse li {
            list-style-type: disc;
        }

    .page-sidebar .glyphicon-chevron-down {
        font-size: 24px;
    }

    .page-sidebar .label {
        margin-left: 15px;
    }

.sidebar-remove a {
    background-color: #e5e5e5;
    color: #888;
    margin: 0 0 8px 0;
}

.sidebar-filters a {
    margin-left: -15px;
    margin-right: -15px;
}

.sidebar-filters span {
    display: block;
    width: 85%;
}

    .sidebar-filters span.badge {
        width: inherit;
        position: relative;
        top: -16px;
    }

    .sidebar-remove span.glyphicon, .sidebar-filters span.badge {
        float: right;
    }

    .sidebar-filters span.glyphicon, .page-sidebar span.glyphicon {
        width: inherit;
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }

.sidebar-filters .btn span {
    display: inline;
    width: initial;
    float: none;
}

.sidebar-remove a:hover, .sidebar-remove a:focus {
    background-color: #d5d5d5;
    color: #333;
}

.sidebar-remove a:active {
    background-color: #ddd;
    color: #666;
}

.shortcut-list {
    text-align: left;
    overflow: auto;
    padding-top: 0;
    float: left;
}

    .shortcut-list, .shortcut-list:hover, .shortcut-list:focus, .shortcut-list:active {
        background-repeat: repeat-y;
        background-position: 36px 0;
        background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/assets/misc/step-bg.png);
        background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/assets/misc/step-bg.svg),none;
        background-color: transparent;
    }

        .shortcut-list:last-of-type {
            background-image: none;
        }

        .shortcut-list span {
            float: left;
            margin-right: 30px;
            width: 80px;
            height: 80px;
            margin-bottom: 8px;
        }

            .shortcut-list span.h1 {
                padding-top: 12px;
                font-size: 48px;
                line-height: 54px;
            }

        .shortcut-list h3 {
            margin-top: 16px;
        }

        .shortcut-list p {
            margin-bottom: 0;
            color: #333;
            font-size: 16px;
            line-height: 24px;
        }

.shortcut-list-step {
    float: left;
    width: 100px;
}

.lt-ie9 .shortcut-list-step {
    width: 98px;
}

.shortcut-list-info {
    float: left;
    margin-bottom: 16px;
}

.chosen-container {
    padding: 0px;
    width: 100% !important;
    border: 0px;
    box-shadow: none !important;
}

@media (max-width:991px) {
    .shortcut-list, .shortcut-list:hover, .shortcut-list:focus, .shortcut-list:active {
        background-image: none;
    }

    .shortcut-list-info {
        width: 100%;
    }
}

@media (min-width:992px) {
    .shortcut-list-info {
        width: 445px;
    }
}

@media (min-width:1200px) {
    .shortcut-list-info {
        width: 580px;
    }
}

.ba-emergencia .shortcut span, #ba-footer .shortcut span {
    color: #aaa;
    text-align: left;
    margin: 0;
    width: inherit;
    height: inherit;
    border-radius: 0;
    display: inline;
    margin: 10px;
    font-size: 36px !important;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

#ba-footer .shortcut span {
    position: relative;
    top: -4px;
}

.ba-emergencia .main-container > .container {
    padding-left: 30px;
    padding-right: 30px;
}

.ba-emergencia table {
    text-align: left;
}

.row-shortcut {
    margin: 16px 0px;
}

@media (max-width:767px) {
    .ba-home .main-container .shortcut p, .ba-home .shortcut-tramite {
        display: none;
    }

    .openid-connect-login-btn-top-bar {
        padding-left: 32px;
        margin-bottom: -10px;
    }

    .navbar-top.navbar-primary {
        padding-bottom: 0px;
    }
}

@media (max-width:991px) {
    .row-shortcut .col-sm-6:nth-of-type(2n+1) {
        clear: left;
    }
}

iframe {
    max-width: 100%;
}

.widget-embed {
    width: 100%;
    border-radius: 6px;
    padding: 16px 15px;
    background-color: #f5f5f5;
    margin-top: 8px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

@media (min-width:767px) and (max-width:992px) {
    .widget-embed {
        margin-bottom: 24px;
    }

    #div-search-box {
        width: 64%;
    }
}

.widget-embed iframe {
    width: 100% !important;
}

.node-type-area .widget-embed {
    margin-top: 16px;
}

.widget-map {
    pointer-events: none;
}

.home-banner img, .pane-gcaba-banners img, .home-banner iframe, .pane-gcaba-banners iframe {
    margin: 0 auto 30px auto;
    border-radius: 3px;
    width: 100%;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

.home-banner a:hover img, .home-banner a:focus img, .pane-gcaba-banners a:hover img, .pane-gcaba-banners a:focus img {
    opacity: 0.9;
}

.home-banner a:active img, .pane-gcaba-banners a:active img {
    opacity: 1;
}

.pane-gcaba-banners img {
    margin: 16px auto 0px auto;
}

.pane-gcaba-banners {
    text-align: center;
}

.bac-header {
    width: 204px;
    height: 36px;
    background-image: url(http://ciudaddeoliva.gov.ar/bac-header.png);
    background-image: url(http://ciudaddeoliva.gov.ar/bac-header.svg),none;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

@media (max-width:767px) {
    .bac-header {
        margin: 0 auto;
    }
}

.ba-home .bac-header {
    width: 272px;
    height: 48px;
    margin-bottom: 8px;
}

.ba-home .form-control.input-sm {
    padding: 5px 15px 5px 15px;
    font-size: 20px;
    line-height: 32px;
}

.ba-home .navbar-form button {
    padding: 9px 15px 1px 15px;
    font-size: 24px !important;
    line-height: 32px;
}

.chat-header {
    height: 60px;
    float: right !important;
    display: none;
    position: static;
    right: 60px;
}

@media (max-width:767px) {
    .bac-header, .ba-home .bac-header {
        width: 255px;
        height: 45px;
        background-image: url(http://ciudaddeoliva.gov.ar/bac-header-big.png);
    }

    .navbar-primary .navbar-brand {
        top: -8px;
        display: inline-block;
    }

    .navbar-form {
        padding: 10px 0px;
    }
}

.bavos-footer {
    height: 70px;
    background-image: url(http://ciudaddeoliva.gov.ar/bavos-footer.png);
}

.mini-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.social-fb {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-fb.png);
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-fb.svg),none;
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

.social-tw {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-tw.png);
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-tw.svg),none;
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

.social-gp {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-gp.png);
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-gp.svg),none;
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

.social-yt {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-yt.png);
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-yt.svg),none;
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

.social-fl {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-fl.png);
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-fl.svg),none;
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

.social-rss {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-rss.png);
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-rss.svg),none;
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

.social-cc {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-cc.png);
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
    margin-top: 8px;
}

.social-in {
    background-image: url(http://ciudaddeoliva.gov.ar/social/social-in.png);
    background-size: cover;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
}

.social-fav {
    float: right !important;
    margin-right: 0 !important;
    font-size: 40px;
}

    .social-fav a {
        color: #ccc;
        text-indent: 0;
    }

        .social-fav a.active, .social-fav a.corazonLleno {
            color: #d13f34;
        }

.ba-social {
    display: table;
    padding: 16px 0;
}

    .ba-social ul {
        padding: 0;
    }

    .ba-social li {
        list-style: none;
        float: left;
        margin: 0 15px 16px 0;
    }

        .ba-social li:last-child {
            margin-right: 0;
        }

    .ba-social a {
        width: 60px;
        height: 60px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/backgroundsize.min.htc);
    }

.ba-medios a {
    width: 90px;
    height: 90px;
}

.footer-row .mini-social {
    width: 240px;
}

@media (max-width:767px) {
    .footer-row .mini-social {
        width: auto;
    }
}

.mini-social {
    padding: 0;
    margin: 0;
    overflow: auto;
}

    .mini-social li {
        list-style: none;
        float: left;
        margin-right: 10px;
        height: 40px;
        overflow: hidden;
    }

    .mini-social a:hover, .mini-social a:focus, .ba-social a:hover, .ba-social a:focus {
        opacity: 0.8;
    }

    .mini-social a:active, .ba-social a:active {
        opacity: 1;
    }

@media (max-width:560px) {
    .ba-social a {
        width: 60px;
        height: 60px;
    }
}

.article-social .social-shares {
    display: inline-block;
    padding-bottom: 32px;
}

header .article-social .social-shares, .view-noticias .article-social .social-shares {
    padding-bottom: 0px;
}

.view-noticias .article-social {
    margin: 48px auto 0 auto;
    display: table !important;
}

.jumbotron .breadcrumb {
    background-color: rgba(0,0,0,0.4);
}

    .jumbotron .breadcrumb .container li {
        display: inline-block;
    }

        .jumbotron .breadcrumb .container li > a {
            color: #ffffff !important;
        }

    .jumbotron .breadcrumb li:last-child, .jumbotron .breadcrumb li:last-child > a {
        color: #cccccc !important;
    }

    .jumbotron .breadcrumb li + li:before {
        content: "/";
        padding: 0 5px;
        color: #ccc;
    }

    .jumbotron .breadcrumb .container li:last-child > a {
        color: #cccccc;
    }

.jumbotron h1 {
    font-size: 64px;
    line-height: 64px;
}

.jumbotron .jumbotron-overlay {
    background: transparent;
}

.jumbotron .nav.navbar-nav > li > a {
    font-size: 16px !important;
    font-weight: bold;
}

.lt-ie9 .jumbotron .jumbotron-overlay {
    background: none !important;
}

.jumbotron-main .jumbotron-overlay {
    background: rgba(0,0,0,.4);
}

.lt-ie9 .jumbotron-main .jumbotron-overlay {
    background: url(/sites/gcaba/themes/gcbaV4/bastrap/black4.png) !important;
}

.jumbotron.area-header .container {
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron.area-header .navbar-collapse {
    padding: 0;
}

@media (max-width:768px) {
    .jumbotron.area-header .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

        .jumbotron.area-header .navbar-nav .open .dropdown-menu {
            margin-left: 0;
            margin-right: 0;
        }

    .node-type-area .jumbotron .area-title {
        padding-top: 0;
        padding-bottom: 0;
    }

    .jumbotron .navbar.navbar-default.navbar-top {
        margin-left: 15px;
        margin-right: 15px;
    }

        .jumbotron .navbar.navbar-default.navbar-top ul.nav.navbar-nav > li > a {
            margin-right: 0 !important;
            border-radius: 4px;
        }

        .jumbotron .navbar.navbar-default.navbar-top ul.nav.navbar-nav > li > .dropdown-menu {
            padding: 0;
            margin: 5px 0;
            box-shadow: 1px 1px 4px 0 rgba(0,0,0,.6);
        }

        .jumbotron .navbar.navbar-default.navbar-top ul.nav.navbar-nav > li {
            margin-bottom: 10px;
        }

            .jumbotron .navbar.navbar-default.navbar-top ul.nav.navbar-nav > li > .dropdown-menu li a {
                background-color: #fff;
            }

                .jumbotron .navbar.navbar-default.navbar-top ul.nav.navbar-nav > li > .dropdown-menu li a:hover {
                    background-color: #eee;
                }

            .jumbotron .navbar.navbar-default.navbar-top ul.nav.navbar-nav > li > .dropdown-menu li:first-child > a {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

            .jumbotron .navbar.navbar-default.navbar-top ul.nav.navbar-nav > li > .dropdown-menu li:last-child > a {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }
}

@media (max-width:991px) {
    .jumbotron.area-header .navbar-collapse {
        margin-top: 0;
    }
}

.jumbotron.area-header .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}

    .jumbotron.area-header .navbar-nav > li > a {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.jumbotron .area-title {
    padding-top: 48px;
    padding-bottom: 24px;
}

.node-type-pagina .jumbotron .area-title {
    margin-left: 16.66666667%;
    width: 66.66666667%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

header.jumbotron {
    padding: 0;
    margin: 0;
}

@media (max-width:540px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .jumbotron h1 {
        font-size: 32px;
        line-height: 32px;
    }

    p.lead {
        font-size: 20px;
        line-height: 24px;
    }
}

.breadcrumb {
    padding: 20px 0;
    margin-bottom: 8px;
}

    .breadcrumb * {
        font-size: 14px;
        line-height: 150%;
    }

    .breadcrumb a {
        color: #0388D0 !important;
    }

        .breadcrumb a:last-of-type {
            color: #b5b5b5 !important;
        }

        .breadcrumb a + a:before {
            content: "/";
            padding: 0 5px;
            color: #0388D0;
        }

.main-container .carousel {
    margin: 16px 30px;
}

.ba-home .main-container .carousel, .node-type-area .main-container .carousel {
    margin-top: 48px;
}

.ba-libro .jumbotron .area-title {
    padding-top: 0;
    padding-bottom: 16px;
}

.row-modalcarousel .col-xs-4, .row-modalcarousel .col-sm-3, .row-modalcarousel .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
}

#modalCarousel img {
    display: block;
    width: auto;
    max-width: 100%;
    border: 0;
    padding: 0;
    margin: 40px auto 30px;
    box-shadow: none;
    border-radius: 4px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

#modalCarousel:hover img, #modalCarousel:focus img {
    opacity: 1;
}

.row-modalcarousel a:focus img {
    opacity: .9;
}

.modal .carousel {
    margin: 0;
}

.modal-carousel .close {
    color: #fff;
    text-shadow: none;
    position: absolute;
    z-index: 999;
    right: 5px;
    font-size: 32px;
    opacity: .6;
}

    .modal-carousel .close:focus, .modal-carousel .close:hover {
        opacity: .8;
    }

    .modal-carousel .close:active {
        opacity: .6;
    }

.row-gallery {
    margin-right: -15px;
    margin-left: -15px;
}

    .row-gallery a {
        padding-left: 15px;
        padding-right: 15px;
    }

        .row-gallery a img {
            border: none;
            padding: 0;
            box-shadow: none;
        }

        .row-gallery a .info {
            display: none;
        }

#carouselModal {
    background: #222;
}

    #carouselModal .modal-dialog {
        height: auto;
    }

    #carouselModal .modal-content {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #carouselModal .close {
        right: -40px;
    }

    #carouselModal .carousel-control {
        width: 45px;
        height: 470px;
    }

        #carouselModal .carousel-control.left {
            left: -45px;
        }

        #carouselModal .carousel-control.right {
            right: -45px;
        }

.carousel-control .glyphicon-chevron-left {
    left: 0;
}

.carousel-control .glyphicon-chevron-right {
    right: 0;
}

#modalCarousel {
    border-radius: 0;
}

    #modalCarousel .carousel-inner {
        overflow: visible;
    }

        #modalCarousel .carousel-inner .item {
            max-height: none;
            color: #FFF;
        }

.carousel-caption {
    position: static;
    padding: 0;
    background: none;
    text-align: center;
    text-shadow: none;
}

@media (max-width:767px) {
    #carouselModal .modal-dialog {
        margin: 70px 20px 30px;
    }

    #carouselModal .close {
        right: 50%;
        top: -52px;
        margin-right: -9px;
    }

    #carouselModal .carousel-control {
        height: 20px;
        margin-top: -55px;
    }

        #carouselModal .carousel-control.right {
            right: 30px;
        }

        #carouselModal .carousel-control.left {
            left: 30px;
        }

    #carouselModal .carousel-caption p {
        display: block;
    }
}

@media (min-width:768px) {
    #carouselModal .modal-dialog {
        width: 700px;
        max-width: 85%;
    }
}

article h1 {
    font-size: 48px;
}

@media (max-width:560px) {
    article h1 {
        font-size: 32px;
        line-height: 32px;
    }
}

article img, .view-bigpicture img {
    border-radius: 4px;
}

img.with-shadow {
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.15);
    box-shadow: 0 0px 4px rgba(0,0,0,0.15);
}

article .thumbnail, aside .thumbnail {
    padding: 0;
    margin-bottom: 24px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.15);
    box-shadow: 0 0px 4px rgba(0,0,0,0.15);
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

    article .thumbnail:hover, aside .thumbnail:hover, article .thumbnail:focus, aside .thumbnail:focus {
        opacity: 0.9;
    }

    article .thumbnail:active, aside .thumbnail:active {
        opacity: 1;
    }

aside .row-modalcarousel {
    margin-right: -15px;
    margin-left: -15px;
}

    aside .row-modalcarousel a {
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width:767px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

article header {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

article .pane-block + header {
    margin-top: 56px;
}

.ba-pagina article > footer {
    border-top: solid 1px #e5e5e5;
    padding-top: 32px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.row-btn {
    margin: 0;
}

.ba-pagina aside section {
    margin-bottom: 32px;
}

article figure, .ba-libro aside header, .ba-miba aside header, .ba-aplicativo aside header {
    margin-bottom: 24px;
    position: relative;
    border-radius: 6px;
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.15);
    box-shadow: 0 0px 4px rgba(0,0,0,0.15);
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

    article figcaption, .ba-libro aside header h2, .ba-miba aside header h2, .ba-aplicativo aside header h2 {
        color: #fff;
        width: 100%;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        padding: 30px;
        text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
    }

.ba-libro aside header, .ba-miba aside header, .ba-aplicativo aside header {
    max-height: 360px;
    overflow: hidden;
    margin-top: 24px;
}

    .ba-libro aside header h2, .ba-miba aside header h2, .ba-aplicativo aside header h2 {
        margin: 0;
        padding: 15px;
        font-size: 24px;
        line-height: 32px;
    }

    .ba-libro aside header a:hover img, .ba-miba aside header a:hover img, .ba-aplicativo aside header a:hover img, .ba-libro aside header a:focus img, .ba-aplicativo aside header a:focus img {
        opacity: .9;
    }

    .ba-libro aside header a:active img, .ba-miba aside header a:active img, .ba-aplicativo aside header a:active img {
        opacity: 1;
    }

.ba-miba .main-container .container > .row {
    margin-top: -8px;
}

.ba-miba .main-container .container section {
    margin-bottom: 64px;
}

.ba-miba h1 {
    display: none;
}

.ba-miba .well {
    margin: 32px 0 0 0;
    padding-left: 0;
    padding-right: 0;
}

    .ba-miba .well > div {
        margin-top: 16px;
    }

@media (max-width:991px) {
    .ba-miba .well > div {
        margin-bottom: 24px;
    }

    .img-reduce {
        max-width: 90% !important;
    }
}

.ba-miba .well h4 {
    margin-bottom: 4px;
}

.social-shares, time {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    top: 8px;
    color: #aaa;
}

time {
    float: right;
}

@media (max-width:560px) {
    time {
        float: none;
        top: 8px;
        display: block;
    }
}

@media (max-width:992px) {
    #block-system-main > div > div.container > aside > div.col-md-4 {
        width: 100%;
    }

    .header-2016 {
        right: 16%;
    }
}

section h2 {
    display: inline-block;
    width: 100%;
}

.pagina-enlaces .list-group {
    margin-top: 0;
}

.pagina-enlaces h4 {
    color: #5574c3;
}

.pagina-enlaces a:hover h4, .pagina-enlaces a:focus h4, .pagina-enlaces a:active h4 {
    color: #333;
}

.row-list-pagina {
    margin-left: -30px;
    margin-right: -30px;
    overflow-x: hidden;
}

.pager, .pagination-wrap {
    border-top: solid 1px #e5e5e5;
    padding-top: 16px;
    margin-top: 16px;
    width: 100%;
}

.pagination-wrap {
    text-align: center;
}

    .pagination-wrap .pagination {
        margin: 0;
    }

.ba-busqueda .pagination-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 48px;
    text-align: left;
}

.ba-listado .pagination-wrap {
    margin-top: 64px;
}

.ba-listado .main-container .list-thumb, .pagina-listado .list-thumb {
    overflow: hidden;
}

.ba-noticias .list-group-content > div {
    margin: 0;
}

.pagina-listado {
    margin-left: -30px;
    margin-right: -30px;
}

    .pagina-listado h3 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .pagina-listado > div {
        margin-top: 0;
    }

.list-small {
    color: #ccc !important;
    margin-top: 4px;
}

.ba-tramites .main-container h2 .glyphicon {
    color: #aaa;
    top: 4px;
}

.ba-medios {
    padding: 0;
}

    .ba-medios a:hover img, .ba-medios a:focus img {
        background-color: #f5f5f5;
    }

    .ba-medios a:active img {
        background-color: #f1f1f1;
    }

@media (max-width:992px) {
    .ba-medios, .medios-home {
        display: none;
    }

    .header-2016 {
        right: 16%;
    }
}

.alert-spot {
    margin: 16px 0 32px 0;
}

.ba-home .alert-spot {
    margin: 48px 30px 0 30px;
}

.container-fluid.header-short {
    display: block;
}

@media (max-width:768px) {
    .container-fluid.header-short {
        display: none;
    }

    nav.navbar.navbar-default:nth-child(3) {
        display: none;
        background-color: blue;
    }
}

@media (min-width:768px) {
    .home-nav {
        display: none;
    }

    nav.navbar.navbar-default.nav-ba {
        min-width: 700px;
    }
}

.home-nav {
    padding: 24px 0px;
    background-color: #e5e5e5;
}

    .home-nav .container li {
        list-style: none;
    }

    .home-nav .container ul {
        padding: 0;
    }

    .home-nav .btn {
        margin-bottom: 8px;
    }

        .home-nav .btn#agentbot-tab {
            position: static;
            max-height: none;
            border-radius: 6px;
            font-family: "Gotham",Helvetica,Arial,sans-serif;
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.075);
    background-image: linear-gradient(to bottom,#f9f9f9 0%,#eaeaea 100%);
}

.front .row-grid, .node-type-area .row-grid {
    margin-top: 48px;
}

.ba-listado .row-grid {
    margin-top: 16px;
}

.row-grid a {
    text-decoration: none;
}

.row-grid .noticia-container figure div {
    overflow: hidden;
}

.row-grid .noticia-container:not(.noticia-lg) figure div {
    height: 210px;
}

.row-grid .noticia-container figure > figcaption {
    margin-top: 10px;
}

    .row-grid .noticia-container figure > figcaption > a > h4, .row-grid .noticia-container.noticia-lg figure > figcaption > a > h4 {
        color: #5d5d5d;
        font-weight: 800;
    }

    .row-grid .noticia-container figure > figcaption > a > h4 {
        line-height: 22px;
        font-size: 16px;
    }

.row-grid .noticia-container.noticia-lg figure > figcaption > a > h4 {
    line-height: 30px;
    font-size: 24px;
}

@media (max-width:991px) {
    .row-grid .noticia-container figure {
        margin-bottom: 50px;
    }

        .row-grid .noticia-container figure > figcaption > a > h4, .row-grid .noticia-container.noticia-lg figure > figcaption > a > h4 {
            font-size: 18px;
            line-height: 24px;
        }

    .row-grid .noticia-container:not(.noticia-lg) figure div, .row-grid .noticia-container.noticia-lg figure div {
        height: auto;
        overflow: hidden;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .row-grid .noticia-container:not(.noticia-lg) figure div {
        height: 190px;
    }

    .row-grid .noticia-container.noticia-lg figure div {
        height: 450px;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .row-grid .noticia-container figure > figcaption > a > h4, .row-grid .noticia-container.noticia-lg figure > figcaption > a > h4 {
        line-height: 30px;
        font-size: 24px;
    }
}

.shortcut.shortcut-home {
    padding-top: 50px;
    padding-bottom: 30px;
}

.glyphicon-shortcut-ciudadanos {
    background: no-repeat center center;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-ciudadanos.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-ciudadanos.svg),none;
}

.glyphicon-shortcut-empresas {
    background: no-repeat center center;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-empresas.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-empresas.svg),none;
}

.glyphicon-shortcut-emprendedores {
    background: no-repeat center center;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-emprendedores.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-emprendedores.svg),none;
}

.glyphicon-shortcut-turistas {
    background: no-repeat center center;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-turistas.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/shortcuts/sellos/shortcut-turistas.svg),none;
}

.status-icon {
    display: block;
    width: 112px;
    height: 112px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 16px auto;
}

.status-icon-no {
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/assets/misc/icon-no.png);
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/assets/misc/icon-no.svg),none;
}

.glyphicon-alert-calendario, .glyphicon-alert-meteorologico, .glyphicon-alert-evento, .glyphicon-alert-general, .glyphicon-alert-salud, .glyphicon-alert-subte, .glyphicon-alert-calor, .glyphicon-alert-transito, .glyphicon-alert-viento {
    margin-left: 7px;
    margin-right: -7px;
}

.glyphicon-alert-calendario {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-calendario.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-calendario.svg),none;
}

.glyphicon-alert-viento {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-viento.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-viento.svg),none;
}

.glyphicon-alert-meteorologico {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-clima.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-clima.svg),none;
}

.glyphicon-alert-evento {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-evento.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-evento.svg),none;
}

.glyphicon-alert-general {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-informacion.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-informacion.svg),none;
}

.glyphicon-alert-salud {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-salud.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-salud.svg),none;
}

.glyphicon-alert-subte {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-subte.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-subte.svg),none;
}

.glyphicon-alert-calor {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-temperatura.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-temperatura.svg),none;
}

.glyphicon-alert-transito {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-transito.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-transito.svg),none;
}

.glyphicon-alert-idea {
    background: no-repeat center center;
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-idea.png);
    background-image: url(http://ciudaddeoliva.gov.ar/alerts/alert-idea.svg),none;
}

.ba-aplicativo .jumbotron .area-title, .ba-pagina .jumbotron .area-title {
    text-align: center;
    padding: 24px 0 36px 0;
}

.ba-aplicativo .main-container section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.ba-aplicativo section .h1 {
    margin-bottom: 32px;
}

.ba-aplicativo .row-shortcut {
    margin-top: 0;
}

.ba-aplicativo .shortcut p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.small-heading {
    text-align: center;
}

.ba-destacado .jumbotron .area-title, .ba-404 .jumbotron .area-title, .ba-emergencia .jumbotron .area-title {
    padding: 64px 0 96px 0;
}

.ba-destacado h1, .ba-404 h1, .ba-emergencia h1, .ba-pagina .jumbotron h1, .ba-galeria .jumbotron h1, .ba-destacado h2, .ba-404 h2, .ba-emergencia h2, .ba-pagina .jumbotron h2, .ba-galeria .jumbotron h2, .ba-destacado .jumbotron p, .ba-404 .jumbotron p, .ba-emergencia .jumbotron p, .ba-pagina .jumbotron .jumbotron p, .ba-galeria .jumbotron p {
    text-align: center;
}

.ba-pagina header.jumbotron, .ba-galeria header.jumbotron {
    margin-bottom: 48px;
}

.ba-404 .main-container > .container {
    padding: 0 30px;
}

.ba-404 .pagina-enlaces {
    text-align: center;
}

.ba-404 .list-group-content .list-group-item {
    margin-left: 0;
    margin-right: 0;
}

.ba-destacado article > section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.ba-destacado .row-shortcut {
    margin-top: 0;
}

.ba-destacado blockquote {
    margin-bottom: 48px;
}

.ba-destacado article > section .mini-social, .ba-aplicativo .main-container > section .mini-social, .ba-emergencia .mini-social, .node-type-area .mini-social, .ba-listado .mini-social, .ba-noticias .mini-social, .ba-galeria .mini-social, .ba-tramites .mini-social {
    margin: 48px auto 0 auto;
    display: table !important;
    min-width: inherit;
}

    .ba-destacado .mini-social .shares, .ba-aplicativo .mini-social .shares, .ba-emergencia .mini-social .shares, .node-type-area .mini-social .shares, .ba-listado .mini-social .shares, .ba-listado .mini-social .shares, .ba-galeria .mini-social .shares, .ba-noticias .mini-social .shares {
        display: block;
    }

.node-type-noticia .fecha .field-item {
    color: #aaa;
    font-size: 14px;
    margin-top: 40px;
    position: absolute;
    right: 0;
}

.pane-gcaba-static-blocks-sociales-para-nodo {
    padding-left: 0;
}

.node-type-noticia .pane-node-field-date {
    padding-right: 0;
}

.ba-destacado .main-container, .ba-aplicativo .main-container, .ba-emergencia .main-container {
    padding-bottom: 0;
}

    .ba-destacado .main-container section:last-child, .ba-aplicativo .main-container section:last-child, .ba-emergencia .main-container section:last-child {
        padding-bottom: 96px;
    }

.big-heading {
    text-align: center;
    padding-top: 96px !important;
}

.node-type-area .big-heading, .ba-listado .big-heading, .ba-noticias .big-heading, .ba-tramites .big-heading {
    padding-top: 0 !important;
}

.lt-ie9 .big-heading {
    padding: 48px 0 !important;
}

.big-img {
    padding: 0 !important;
}

    .big-img figure {
        margin: 0;
    }

    .big-img img {
        width: 100%;
        border-radius: 0;
        position: relative;
        -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
    }

.ba-destacado section[class*="bg-"] blockquote {
    border-color: rgba(0,0,0,.2);
}

    .ba-destacado section[class*="bg-"] blockquote footer {
        color: rgba(0,0,0,.6);
    }

.ba-destacado section div[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.list-group {
    margin-top: 16px;
    margin-bottom: 32px;
}

    .list-group .btn {
        margin-top: 16px;
    }

.list-group-content .list-form {
    margin-top: 16px;
    margin-bottom: 16px !important;
}

.list-group-content .list-group-item {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 6px;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

    .list-group-content .list-group-item:hover, .list-group-content .list-group-item:focus {
        background-color: #f5f5f5;
    }

    .list-group-content .list-group-item:active {
        background-color: #f1f1f1;
    }

.list-group.list-group-content ul {
    padding-left: 0px;
}

.list-group-content .list-group-item img.list-group-item-thumb {
    float: left;
    width: 37%;
    margin-right: 3%;
}

.list-group-content .list-group-item h3.list-group-item-title {
    float: left;
    width: 60%;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
}

.list-thumb > h4, .list-thumb > p {
    padding-left: 165px;
}

.list-group-multi {
    margin-bottom: 0;
}

    .list-group-multi .list-thumb > h4, .list-group-multi .list-thumb > p, .list-thumb.list-thumb-with-text > h4, .list-thumb.list-thumb-with-text > p {
        padding-left: 0;
    }

        .list-thumb.list-thumb-with-text > h4 img, .list-thumb.list-thumb-with-text > p img {
            margin-right: 10px;
            float: left;
        }

    .list-group-multi .list-group-item p .glyphicon {
        padding: 0;
        margin-top: 16px;
        margin-right: 5px;
        color: #ccc;
        font-size: 24px;
        line-height: 24px;
    }

.list-group-item {
    padding: 16px 15px;
}

.list-thumb > div {
    width: 150px;
    height: 112px;
    margin: 0;
    background-color: #EEE;
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.15);
    box-shadow: 0 0px 4px rgba(0,0,0,0.15);
}

@media (max-width:1200px) {
    .list-thumb > div {
        width: 120px;
        height: 80px;
    }

    .list-thumb > h4, .list-thumb > p {
        padding-left: 135px;
    }
}

@media (max-width:540px) {
    .list-thumb > div {
        width: 100%;
        height: 160px;
        margin-bottom: 15px;
    }

    .list-thumb > h4, .list-thumb > p {
        padding-left: 0px;
    }
}

.list-group-item h4 {
    margin: 0;
    margin-bottom: 4px;
    line-height: 18px;
}

.pane-mas-consultados .list-group-item h4, .pane-gcaba-links-destacados-gcaba-links-destacados-centro .list-group-item h4, .pane-gcaba-links-destacados-gcaba-links-destacados-derecha .list-group-item h4, .pane-gcaba-links-destacados-gcaba-links-destacados-izquierda .list-group-item h4 {
    color: #5574c3;
}

.pane-gcaba-agenda-cultural-agendaws .list-group-item.list-thumb h4, .pane-gcaba-links-destacados-gcaba-links-destacados-centro .list-group-item.list-thumb h4, .pane-gcaba-links-destacados-gcaba-links-destacados-derecha .list-group-item.list-thumb h4, .pane-gcaba-links-destacados-gcaba-links-destacados-izquierda .list-group-item.list-thumb h4 {
    color: #333;
}

.list-group-item p {
    margin-bottom: 0px;
}

.list-group.list-group-content .col-sm-6:nth-of-type(2n+1) {
    clear: left;
}

.row.list-group-multi {
    margin-bottom: 0;
    margin-top: 0px;
}

    .row.list-group-multi > div {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        padding-right: 0;
        margin-right: -0.25em;
    }

    .row.list-group-multi .list-group-item {
        margin-left: 0px;
        margin-right: 0px;
    }

.ba-listado .search-xl .container, .ba-busqueda .search-xl .container, .ba-tramites .search-xl .container {
    left: -15px;
    position: relative;
    margin-right: -30px;
}

.ba-tramites .search-xl form {
    margin-top: 0;
}

.ba-404 .search-xl .container {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -72px;
}

.ba-404 .row-shortcut {
    margin-top: 96px;
}

.search-xl form, .search-xl #tramite {
    width: 100%;
    margin: 24px 0;
    background: #e5e5e5;
    padding: 16px 15px;
    border-radius: 6px;
    position: relative;
    -ms-behavior: url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/pie.htc);
}

.search-xl .form-group {
    margin-bottom: 0;
}

.search-xl input {
    padding-left: 15px;
    float: left;
}

.search-xl button {
    width: 120px;
    font-size: 28px;
    line-height: 32px;
    padding: 15px 0;
}

.search-xl h4 {
    margin: 36px 15px 8px 15px;
}

.ba-busqueda .search-xl form {
    margin: 8px 0 24px 0;
    left: 0;
}

.search-list {
    margin-top: 8px;
}

.list-group-item .label {
    margin-top: 8px;
    padding: 7px 10px 6px 10px;
    display: inline-block;
}

@media (max-width:560px) {
    .search-xl input {
        font-size: 20px;
    }

    .search-xl button {
        display: none;
    }
}

.ribbon {
    position: absolute;
    margin-left: 15px;
    margin-top: 5px;
    display: inline-block;
    width: 28px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width:768px) {
    .ribbon {
        width: 19px;
        height: 30px;
    }
}

.ba-home .ribbon {
    width: 28px;
    height: 45px;
}

.ribbon:hover, .ribbon:focus {
    opacity: .8;
}

.ribbon:active {
    opacity: 1;
}

.ribbon-black {
    background-image: url(http://ciudaddeoliva.gov.ar/ribbons/ribbon-black.png);
    background-image: url(http://ciudaddeoliva.gov.ar/ribbons/ribbon-black.svg),none;
}

.ribbon-red {
    background-image: url(http://ciudaddeoliva.gov.ar/ribbons/ribbon-red.png);
    background-image: url(http://ciudaddeoliva.gov.ar/ribbons/ribbon-red.svg),none;
}

.ribbon-pink {
    background-image: url(http://ciudaddeoliva.gov.ar/ribbons/ribbon-pink.png);
    background-image: url(http://ciudaddeoliva.gov.ar/ribbons/ribbon-pink.svg),none;
}

.ba-chat {
    background: #ffd300;
    color: #5f4600;
    width: 300px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 999;
    font-size: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    padding-top: 8px;
}

    .ba-chat, .ba-chat:hover, .ba-chat:focus, .ba-chat span {
        color: #5f4600;
        text-decoration: none;
    }

        .ba-chat:hover, .ba-chat:focus {
            background: #ffdc33;
        }

        .ba-chat .glyphicon {
            font-size: 24px;
            margin-left: 10px;
            position: relative;
            top: 4px;
        }

#page-messages .alert {
    margin-top: 20px;
}

.main-container {
    padding-right: 0;
    padding-left: 0;
}

.col-buttons {
    padding-left: 15px;
    margin-right: 200px;
}

.col-connect {
    position: relative;
    float: right;
    padding-right: 15px;
    text-align: right;
}

    .col-connect .openid-connect-login-btn-top-bar {
        text-align: left;
    }

    .col-connect .btn {
        background: transparent url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/ba-btn.png) right 12px center no-repeat;
        background-size: 27px 16px;
        border-color: #d7a721;
        color: #5f4600;
        border: 0;
        box-shadow: none;
        font-family: OpenSans,Helvetica,Arial,sans-serif;
        height: 40px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0px;
        padding-right: 45px;
    }

        .col-connect .btn:hover, .col-connect .btn:active, .col-connect .btn:focus {
            background: #d7a721 url(/sites/gcaba/themes/gcbaV4/xgcaba/bastrap/ba-btn.png) right 12px center no-repeat;
            background-size: 27px 16px;
            color: #292202;
            box-shadow: none;
        }

    .col-connect .dropdown-toggle:hover, .col-connect .dropdown-toggle:active, .col-connect .dropdown-toggle:focus {
        background-color: #d7a721;
        color: #292202;
    }

@media (max-width:767px) {
    .col-buttons {
        padding-left: 20px;
        margin-right: 0px;
        background-color: white;
    }

    .col-connect {
        display: none;
    }
}

@media (min-width:767px) and (max-width:990px) {
    .col-buttons {
        padding-left: 30px;
    }

    .col-connect {
        padding-right: 30px;
    }
}

.catastrofe_title, .catastrofe_tel .span4, .catastrofe_heridos, .catastrofe_descargas, .catastrofe_links, .catastrofe_descripcion, .catastrofe_lugares, .catastrofe_date, .catastrofe_tel, .catastrofe_top {
    text-align: center;
}

.node-type-catastrofe .catastrofe_title img {
    top: -90px;
}

.node-type-catastrofe hr {
    margin-top: 90px;
    border-top: 1px solid #ddd;
    border-bottom: 0 none;
}

.node-type-catastrofe h1 {
    font-weight: bold;
    -webkit-text-stroke: 0.3px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.node-type-catastrofe .catastrofe_title h2 {
    color: #666;
    font-weight: bold;
    -webkit-text-stroke: 0.3px;
}

.node-type-catastrofe .catastrofe_date {
    background-color: #f9f9f9;
    margin: 0 auto;
    top: -56px;
    width: 40%;
    position: relative;
}

    .node-type-catastrofe .catastrofe_date h2 {
        color: #666;
        font-weight: bold;
        -webkit-text-stroke: 0.3px;
        width: 100%;
        margin-top: 0px;
    }

.node-type-catastrofe .catastrofe_descripcion p {
    text-align: center;
}

    .node-type-catastrofe .catastrofe_descripcion p.lead {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 22px;
    }

.node-type-catastrofe .catastrofe_informacion {
    margin-top: 20px;
    text-align: center;
}

    .node-type-catastrofe .catastrofe_informacion p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .node-type-catastrofe .catastrofe_informacion img {
        top: 5px;
    }

    .node-type-catastrofe .catastrofe_informacion span {
        position: relative;
        top: -3px;
        font-weight: bold;
        -webkit-text-stroke: 0.3px;
    }

    .node-type-catastrofe .catastrofe_informacion h2 {
        margin-bottom: 15px;
    }

.node-type-catastrofe .catastrofe_map {
    height: 490px;
    margin-top: 80px;
}

    .node-type-catastrofe .catastrofe_map .map {
        height: 490px;
        background: #ddd;
    }

.node-type-catastrofe .catastrofe_heridos a {
    color: #005580;
    text-decoration: underline;
}

    .node-type-catastrofe .catastrofe_heridos a:link {
        color: #0088cc;
    }

    .node-type-catastrofe .catastrofe_heridos a:hover {
        color: #005580;
    }

    .node-type-catastrofe .catastrofe_heridos a:active {
        color: #0088cc;
    }

.node-type-catastrofe .catastrofe_heridos h2 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.node-type-catastrofe .catastrofe_heridos input {
    width: 98%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0;
}

.node-type-catastrofe .catastrofe_descargas h2 {
    margin: 80px 0 40px 0;
}

.node-type-catastrofe a.subir {
    color: #333 !important;
    padding: 15px 180px;
    margin: 60px;
}

    .node-type-catastrofe a.subir i {
        margin-top: 5px !important;
        margin-left: 10px;
    }

.node-type-catastrofe .catastrofe_links h2 {
    margin: 80px 0 25px 0;
}

.node-type-catastrofe .catastrofe_lugares h2 {
    margin: 80px 0 25px 0;
}

.node-type-catastrofe .catastrofe_ribbon {
    text-align: center;
}

    .node-type-catastrofe .catastrofe_ribbon img {
        position: initial;
        top: -50px;
    }

.node-type-catastrofe td {
    text-align: left;
}

.node-type-catastrofe ul.action-links.action-links-field-collection-add a {
    text-decoration: none;
    color: #3B3537;
    font-size: 14px;
}

.linea h4, .linea h4 marquee {
    vertical-align: middle;
}

.linea .text-danger marquee {
    color: #a94442;
}

.linea h4 img {
    margin-right: 5px;
    float: left;
}

.linea-info {
    float: left;
    max-width: 85%;
}

.linea h4 span.estaciones {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: 10px;
}

.linea h4 span.msg, .linea h4 marquee {
    display: inline-block;
    width: 100%;
    line-height: 16px;
}

.pull-right > .dropdown-menu {
    right: 30px;
    left: auto;
}

p.label {
    color: #888;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
}

div.error.form-item {
    background-color: transparent;
}

#modalCarousel > div.carousel-inner > div.item {
    max-height: none !important;
}

.not-front.not-logged-in.page-user #block-system-main {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .not-front.not-logged-in.page-user #block-system-main {
        width: 750px;
    }

    .nav-mobile-ba {
        display: none;
    }
}

@media (min-width:992px) {
    .not-front.not-logged-in.page-user #block-system-main {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .not-front.not-logged-in.page-user #block-system-main {
        width: 1170px;
    }
}

.inline-edit {
    color: #ffffff;
    position: absolute;
    width: 25%;
    z-index: 1000;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

    .inline-edit:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .inline-edit:hover {
        color: #000;
        text-decoration: none;
    }

.pane-flickrview-custom-pane-row {
    margin-right: -5px;
    margin-left: -5px;
}

    .pane-flickrview-custom-pane-row > div {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .pane-flickrview-custom-pane-row a:hover, .pane-flickrview-custom-pane-row a:focus, .pane-flickrview-custom-pane-row a:active {
        opacity: 0.8;
    }

@media (max-width:560px) {
    .pane-flickrview-custom-pane-row {
        margin-bottom: 5px;
    }

        .pane-flickrview-custom-pane-row > div a img {
            margin-left: 0px;
        }

        .pane-flickrview-custom-pane-row > div a {
            display: block;
            text-align: center;
            float: none;
        }

        .pane-flickrview-custom-pane-row > div:first-child a img {
            margin-left: 0;
        }
}

.btn-blue {
    color: #eef1f9;
}

#recaptcha_audio_play_again {
    padding-left: 25px;
    height: 20px;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/img/play.png);
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: bold;
    cursor: pointer;
}

#recaptcha_audio_download {
    padding-left: 25px;
    height: 20px;
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/img/download.png);
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: bold;
    cursor: pointer;
}

input#recaptcha_response_field {
    width: 100%;
}

#recaptcha_image {
    height: 80px !important;
    width: 100% !important;
}

#recaptcha_challenge_image {
    width: 100%;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0px;
    margin: 7px 0 0;
}

span.recaptcha_only_if_image {
    display: block;
}

@media only screen and (min-width:320px) {
    span.recaptcha_only_if_image {
        margin-top: 0px;
    }
}

@media only screen and (min-width:480px) {
    span.recaptcha_only_if_image {
        margin-top: 45px;
    }
}

@media only screen and (min-width:768px) {
    span.recaptcha_only_if_image {
        margin-top: 60px;
    }
}

#bweb-block-form .dropdown-menu {
    width: 90%;
    z-index: 10000;
    left: 15px;
}

#search-tramites-home .list-group-item {
    overflow: visible !important;
}

.pane-node-body table.table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.pane-node-body table.table.table-not-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-downloads tr:first-of-type td, .table-downloads-sidebar tr:first-of-type td {
    border-top: none !important;
}

.table-downloads tr td, .table-downloads-sidebar tr td {
    vertical-align: middle;
}

    .table-downloads tr td:nth-of-type(2) {
        min-width: 100px;
    }

    .table-downloads tr td:nth-of-type(3) {
        min-width: 80px;
    }

    .table-downloads-sidebar tr td:nth-of-type(2) {
        min-width: 80px;
    }

@media (max-width:767px) {
    .table-downloads tbody tr {
        display: block;
        border-bottom: solid 1px #e5e5e5;
    }

        .table-downloads tbody tr:last-of-type {
            border-bottom: none;
        }

        .table-downloads tbody tr td {
            display: block;
            width: 100%;
            padding: 20px 10px !important;
            border-top: none !important;
            word-wrap: break-word;
            word-break: break-word;
        }

            .table-downloads tbody tr td:nth-of-type(1) {
                padding: 20px 10px 7px !important;
            }

            .table-downloads tbody tr td:nth-of-type(2) {
                padding: 0 10px !important;
                color: #777;
            }

            .table-downloads tbody tr td:nth-of-type(3) {
                padding: 8px 10px 20px !important;
            }

            .table-downloads tbody tr td a {
                display: inline-block !important;
                width: auto;
            }
}

.carousel-inner.img-inline-title {
    width: auto;
    display: inline-block;
    *display: inline;
    margin: 15px 0;
}

    .carousel-inner.img-inline-title .no-img-title + .carousel-caption {
        display: none;
    }

.openDropdown {
    display: block;
}

.pane-gcaba-image-header-gcaba-image-header {
    margin-bottom: 30px;
}

.item-info {
    color: #fff;
}

#gallery .carousel-inner > .item > img {
    margin: 0 0 50px 0;
}

.view-display-id-destacados_area {
    text-align: center;
    word-spacing: -1px;
    font-size: 1px;
    letter-spacing: -1px;
}

    .view-display-id-destacados_area .list-group.list-group-content.list-group-multi {
        float: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
    }

.tabs--primary.nav.nav-tabs {
    margin-top: 10px;
}

audio {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.table .form-type-radio input {
    margin-left: 0;
}

.pane-gcaba-book-book-outline a {
    color: #333;
    font-size: 13px;
    padding-left: 10px;
}

.pane-gcaba-book-book-outline .h3 a {
    font-size: 20px;
    font-family: "OpenSans";
    font-weight: bold;
}

@media print {
    body {
        margin: 0.39in 1in 0.38in 1in !important;
    }

    header.navbar-primary, .home-nav, .breadcrumb, .row-shortcut span, footer#ba-footer, .footer, #agentbot-tab, #agentbot-chat-main, .panel-pane.search_tramites, .panel-pane.pane-gcaba-tramites-tramites-destacados, .panel-pane.pane-socialpanels-custom-pane, .panel-pane.pane-gcaba-links-destacados-gcaba-links-destacados-centro, .panel-pane.pane-gcaba-links-destacados-gcaba-links-destacados-izquierda .list-thumb > div, .list-group-item.list-thumb > div, .panel-pane.pane-views-destacaods-destacados-area, .panel-pane.pane-gcaba-agrupador-de-contenido-agrupador-noticias-relacionadas, .panel-pane.imagenes, .panel-pane.pane-node-field-image, .panel-pane.pane-gcaba-como-llego, .panel-pane.pane-gcaba-links-destacados-gcaba-links-destacados-derecha, .panel-pane.pane-gcaba-subtes-gcaba-subtes-estado, .masinfociudad, .panel-pane.pane-gcaba-static-blocks-sociales-para-nodo, .panel-pane.pane-node-field-donde, .panel-pane.pane-node-field-descargas, .panel-pane.pane-node-field-collection, .panel-pane.pane-node-field-link, .panel-pane.pane-gcaba-book-book-outline {
        display: none !important;
    }

    .jumbotron-main, .jumbotron-main * {
        color: #111 !important;
    }

    .area-header p.lead {
        display: block !important;
    }

    .pane-gcaba-image-header-gcaba-image-header {
        margin-bottom: 0 !important;
    }

    .panel-pane.pane-noticias a, .pane-pane.pane-views-noticias-noticias-slider-area a {
        display: block !important;
        margin-bottom: 20px !important;
    }

    .pane-node-field-date.fecha .field-item {
        margin-top: 0 !important;
    }

    figure {
        overflow: visible !important;
        height: auto !important;
    }

    figcaption {
        position: static !important;
        padding: 20px 0 0 !important;
    }

    body.modal-open .container > article, body.modal-open .container .panel-pane.imagenes h2, body.modal-open .container .panel-pane.imagenes .carousel-control, body.modal-open .container .panel-pane.imagenes .close, body.modal-open .row-modalcarousel, body.modal-open article header, body.modal-open article section .panel-pane, body.modal-open .container .panel-pane.pane-node-field-image h2, body.modal-open .container .panel-pane.pane-node-field-image .carousel-control, body.modal-open .container .panel-pane.pane-node-field-image .close, body.modal-open .row-modalcarousel {
        display: none !important;
    }

    body.modal-open .container .panel-pane.imagenes, body.modal-open .container .panel-pane.pane-node-field-image {
        display: block !important;
    }
}

.row-gallery {
    margin-right: -15px;
    margin-left: -15px;
}

    .row-gallery a.galeria_thumb {
        padding-left: 15px;
        padding-right: 15px;
        max-height: 190px;
        overflow: hidden;
        height: 190px;
        margin-bottom: 15px;
        border-radius: 66px !important;
    }

        .row-gallery a.galeria_thumb img {
            border: none;
            padding: 0;
            box-shadow: none;
            vertical-align: center;
            vertical-align: middle;
            border-radius: 0 !important;
        }

    .row-gallery a .info {
        display: none;
    }

#galleryModal {
    background: #222;
}

    #galleryModal .modal-dialog {
        height: auto;
    }

    #galleryModal .modal-content {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #galleryModal .close {
        right: -40px;
    }

    #galleryModal .carousel-control {
        height: 600px;
    }

        #galleryModal .carousel-control.left {
            left: -45px;
        }

        #galleryModal .carousel-control.right {
            right: -45px;
        }

.carousel-control .glyphicon-chevron-left {
    left: 0;
}

.carousel-control .glyphicon-chevron-right {
    right: 0;
}

#gallery {
    border-radius: 0;
}

    #gallery .carousel-inner {
        overflow: visible;
    }

        #gallery .carousel-inner .item {
            max-height: none;
            color: #FFF;
        }

        #gallery .carousel-inner > .item > img {
            margin: 0 0 50px 0;
        }

@media (max-width:767px) {
    #div-search-box {
        display: block;
        margin: 8px 0 0 0;
    }

    .navbar-toggle {
        margin-right: 0px !important;
    }

    #galleryModal .modal-dialog {
        margin: 70px 20px 30px;
    }

    #galleryModal .close {
        right: 50%;
        top: -52px;
        margin-right: -9px;
    }

    #galleryModal .carousel-control {
        height: 20px;
        margin-top: -55px;
    }

        #galleryModal .carousel-control.right {
            right: 30px;
        }

        #galleryModal .carousel-control.left {
            left: 30px;
        }

    .key-not {
        width: 104% !important;
        max-width: 104% !important;
    }
}

@media (max-width:450px) {
    .key-not {
        width: 100% !important;
    }
}

.top-buffer-20 {
    margin-top: 20px;
}

.view-organizacion-procuracion .views-exposed-widgets {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

    .view-organizacion-procuracion .views-exposed-widgets label {
        font-family: "CHANEWEI" !important;
    }

    .view-organizacion-procuracion .views-exposed-widgets .chosen-single {
        width: 240px;
        border: none;
        margin: 11px 15px;
        box-shadow: none;
    }

    .view-organizacion-procuracion .views-exposed-widgets .form-item .form-select {
        font-family: "CHANEWEI" !important;
        background-color: #fcda59;
        border-color: #fcda59;
        height: 53px;
        font-size: 20px;
        line-height: 24px;
    }

        .view-organizacion-procuracion .views-exposed-widgets .form-item .form-select option, .view-organizacion-procuracion .views-exposed-widgets .chosen-drop {
            background-color: #fff;
            font-family: "OpenSans",Helvetica,Arial,sans-serif;
            font-size: 15px;
        }

.view-organizacion-procuracion .views-row {
    margin: 0px;
}

.view-organizacion-procuracion .views-field-title a {
    font-family: "CHANEWEI" !important;
    color: #34485e;
    font-size: 18px;
    margin-bottom: -1px;
    text-decoration: none;
}

.view-organizacion-procuracion .views-field-field-organizacion-tipo-servicio {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    color: #a5a5a5;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -1px;
}

    .view-organizacion-procuracion .views-field-field-organizacion-tipo-servicio * {
        display: inline-block;
    }

.view-organizacion-procuracion .views-field-body p {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    color: #717170;
    font-size: 13px;
    margin-bottom: 24px;
}

#procuracion-subsedes table {
    width: 100% !important;
    border-collapse: collapse;
}

    #procuracion-subsedes table td {
        padding: 0px;
        padding-top: 30px;
    }

#procuracion-subsedes h2.pane-title {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-size: 1.2em;
}

.views-widget-filter-field_organizacion_tipo_servicio_value {
    width: 40%;
}

.views-widget-filter-field_organizacion_area_practica_value {
    width: 40%;
}

.views-field-body {
    margin-bottom: 25px;
}

.inline-block {
    display: inline-block;
}

#brand_cap_logo_link {
    background: url("http://brandcaptcha-st1.s3.amazonaws.com/assets/themes/gcbadefault/bcaptcha_logo_gcba.png") no-repeat scroll 0 0 rgba(0,0,0,0) !important;
    width: 99px;
}

.applist .list-group {
    padding-left: 15px;
}

.poll {
    padding: 30px 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid rgba(185,185,185,.6);
    box-shadow: 0 0 5px rgba(200,200,200,.75);
}

    .poll .title {
        margin-bottom: 30px;
        font-size: 34px;
        font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
    }

    .poll .form-radios {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

        .poll .form-radios .radio {
            margin: 0;
            display: flex;
            align-items: center;
        }

            .poll .form-radios .radio > label {
                padding-left: 35px;
                color: #333;
                font-size: 22px;
                text-transform: uppercase;
            }

            .poll .form-radios .radio > input {
                width: 25px;
                height: 25px;
                margin: 0;
            }

        .poll .form-radios .radio {
            margin: 50px 80px;
        }

    .poll [class*=captcha] {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .poll .progress {
        height: 35px;
    }

    .poll [class^=progress-bar] {
        padding-left: 15px;
        display: flex;
        align-items: center;
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
        font-size: 14px;
    }

        .poll [class^=progress-bar] > strong {
            margin-right: 10px;
            font-family: "OpenSansBold",Helvetica,Arial,sans-serif;
            font-size: 18px;
        }

        .poll [class^=progress-bar] > .glyphicon {
            margin-right: 15px;
            font-size: 18px;
        }

#user-login {
    padding-top: 30px;
    padding-bottom: 30px;
}

    #user-login h1 {
        margin-bottom: 1em;
    }

    #user-login .login-btn {
        margin-top: 2em;
    }

    #user-login .user-login-links a {
        text-decoration: none;
        margin: 1em 0;
        display: block;
    }

.aplicaciones-moviles .titulo {
    color: #333 !important;
    font-size: 48px !important;
}

    .aplicaciones-moviles .titulo:hover {
        color: #555 !important;
    }

.aplicaciones-moviles a {
    text-decoration: none !important;
}

    .aplicaciones-moviles a:hover {
        text-decoration: none !important;
    }

.aplicaciones-moviles .apps {
    box-shadow: 0px 8px 8px -5px #ddd !important;
    transition: all ease .2s !important;
}

    .aplicaciones-moviles .apps:hover {
        box-shadow: 0px 10px 10px -3px #ebebeb !important;
        transform: scale(1.015) !important;
    }

.aplicaciones-moviles .row {
    margin-bottom: 1em !important;
}

.app_titulo a {
    color: #333333;
}

.aplicaciones-moviles.oficiales {
    min-height: 420px;
}

.aplicaciones-moviles {
    min-height: 300px;
}

.download-links-container .store-buttons {
    margin-bottom: 3em;
}

.titulo_resumen_no_oficiales {
    margin-bottom: 2em;
}

.navbar-primary .navbar-toggle:active, #container-search-navbar #navbar-principal .navbar-nav > .active > a, #container-search-navbar #navbar-principal .navbar-nav > .active > a:focus, #container-search-navbar #navbar-principal .navbar-nav > .active > a:hover, #container-search-navbar #navbar-principal a.navbar-brand.active, #container-search-navbar #navbar-principal a.navbar-brand.active:focus, #container-search-navbar #navbar-principal a.navbar-brand.active:hover {
    color: #666;
    background-color: transparent;
}

.telefonosUtiles ul > li > a.hidden-xs.hidden-sm:hover {
    cursor: default;
    color: #aaaaaa;
}

#bweb-block-form input.input-lg {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 0;
}

#bweb-block-form .input-group {
    padding-right: 40px;
    margin-top: 15px;
}

.search-xl #bweb-block-form .input-group {
    padding-right: 0;
    margin-top: 0;
}

.inputSearch #bweb-block-form button {
    top: 0;
    right: 0;
    z-index: 20;
    position: absolute;
}

.form-item.form-type-radio input {
    position: relative;
    margin: 10px 10px 0 0;
}

.form-item.form-type-checkbox input, .form-item.form-type-radio input {
    position: relative;
    margin: 7px 10px 0 0;
}

@media (max-width:767.9px) {
    .jumbotron .nav.navbar-nav {
        display: initial !important;
    }

        .jumbotron .nav.navbar-nav .dropdown-menu {
            box-shadow: 2px 5px 8px 0px rgba(0,0,0,.8);
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }
}

@media (max-width:991.9px) {
    .jumbotron .nav.navbar-nav .dropdown-menu {
        background-color: white;
        box-shadow: none;
    }
}

@media (min-width:768px) and (max-width:991.9px) {
    .jumbotron .nav.navbar-nav .dropdown-menu {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.jumbotron-main.area-header .navbar-default .dropdown-menu li a:hover, .jumbotron-main.area-header .navbar-default .dropdown-menu li a:focus, .jumbotron-main.area-header .navbar-default .navbar-nav .active .dropdown-menu a {
    color: #333;
}

.jumbotron-main.area-header .navbar-default .dropdown-menu li a:hover, .jumbotron-main.area-header .navbar-default .dropdown-menu li a:focus {
    color: #333;
    background-color: #f5f5f5;
}

.row.list-group-multi {
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
}

    .row.list-group-multi > div {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        padding-right: 0;
        margin-right: -0.25em;
    }

    .row.list-group-multi .list-group-item {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

.panel-pane.pane-gcaba-banners.pt-2 {
    margin-top: 2em;
}

.titulo_resumen_no_oficiales {
    margin-bottom: 2em;
}

.mt-0 {
    margin-top: 0em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-05 {
    margin-top: 0.5em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mr-0 {
    margin-right: 0em;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.mb-0 {
    margin-bottom: 0em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.ml-0 {
    margin-left: 0em;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.pt-0 {
    padding-top: 0em;
}

.pt-1 {
    padding-top: 1em;
}

.pt-2 {
    padding-top: 2em;
}

.pr-0 {
    padding-right: 0em;
}

.pr-1 {
    padding-right: 1em;
}

.pr-2 {
    padding-right: 2em;
}

.pb-0 {
    padding-bottom: 0em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-2 {
    padding-bottom: 2em;
}

.pl-0 {
    padding-left: 0em;
}

.pl-1 {
    padding-left: 1em;
}

.pl-2 {
    padding-left: 2em;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tramites-v2 {
    overflow-x: hidden!important;
}

    .tramites-v2 .pane-node-field-pasos .shortcut-list-info ul li p {
        color: #707070;
    }

        .tramites-v2 .pane-node-field-pasos .shortcut-list-info ul li p a {
            color: #1B92D8;
        }

        .tramites-v2 .pane-node-field-pasos .shortcut-list-info ul li p strong {
            color: #333;
        }

    .tramites-v2 .pane-node-field-pasos, .tramites-v2 .pane-node-field-costos-v2, .tramites-v2 .field-name-field-masinfo, .tramites-v2 .pane-node-field-organismo-responsable-fc {
        overflow: auto !important;
    }

    .tramites-v2 .pane-node-field-sedes h2 {
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
        font-weight: 800;
        margin-bottom: 10px !important;
    }

    .tramites-v2 .field-name-body p {
        font-size: 20px;
        line-height: 30px;
    }

    .tramites-v2 .pane-node-field-sedes h2 {
        padding: 0px 60px;
        margin-top: 32px !important;
    }

    .tramites-v2 .pane-node-field-costos-v2 h2, .tramites-v2 .field-name-field-masinfo h2, .tramites-v2 .pane-node-field-organismo-responsable-fc h2 {
        margin-top: 32px !important;
    }

    .tramites-v2 .pane-node-field-masinfo .field-name-field-masinfo h3 {
        line-height: 1.5em;
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
        font-weight: 800;
    }

    .tramites-v2 .field-name-field-organismo-responsable-fc h3 {
        margin-bottom: 0px !important;
    }

    .tramites-v2 h2, .tramites-v2 h3 {
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
        font-weight: 800;
        margin-bottom: 25px !important;
    }

    .tramites-v2 h4 {
        margin-bottom: 5px !important;
    }

    .tramites-v2 p {
        margin-bottom: 0px !important;
        font-family: "OpenSans",Helvetica,Arial,sans-serif;
    }

    .tramites-v2 .field-item.even a {
        color: #1B92D8;
    }

    .tramites-v2 .region-content ul:not(.list-inline) {
        padding-left: 30px;
        margin-bottom: 20px;
    }

        .tramites-v2 .region-content ul:not(.list-inline) > li {
            list-style: none;
            margin-top: 10px;
        }

            .tramites-v2 .region-content ul:not(.list-inline) > li::before {
                color: #1B92D8;
                content: "\25CF";
                float: left;
                margin-left: -16px;
                font-weight: 800;
            }

            .tramites-v2 .region-content ul:not(.list-inline) > li li::before {
                content: "\25CB";
            }

    .tramites-v2 .pane-node-body {
        margin-bottom: 0px;
    }

    .tramites-v2 .pane-node-updated {
        margin-top: 10px;
        color: #a0a0a0;
    }

    .tramites-v2 span.pane-title {
        font-weight: 800;
    }

    .tramites-v2 .pane-node-updated * {
        display: inline-block;
        font-size: 14px;
    }

    .tramites-v2 .pane-node-field-requisitos {
        padding: 20px 45px 20px 35px;
        margin: 45px 0;
        box-shadow: 0 0 6px 2px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 4px;
    }

        .tramites-v2 .pane-node-field-requisitos h2.pane-title:before {
            content: "\e067";
            font-family: 'Glyphicons Halflings';
            float: left;
            font-size: 0.8em;
            margin-right: 12px;
        }

    .tramites-v2 .field-name-field-requisitos .field-item.even h3 {
        padding-left: 38px;
        margin-bottom: 20px;
    }

    .tramites-v2 .pane-node-updated {
        font-size: 1em;
    }

    .tramites-v2 .field-name-field-requisitos ul:not(.list-inline) {
        padding-left: 37px;
    }

        .tramites-v2 .field-name-field-requisitos ul:not(.list-inline) li {
            margin-bottom: 18px;
        }

        .tramites-v2 .field-name-field-requisitos ul:not(.list-inline):last-child {
            margin-bottom: 0;
        }

        .tramites-v2 .field-name-field-requisitos ul:not(.list-inline) li:before {
            content: "\e876";
            font-family: 'Material Icons';
            margin-left: -32px;
            font-size: 1.4em!important;
        }

    .tramites-v2 .panel-pane + .panel-separator + .panel-pane:not(.pane-node-title):not(.pane-node-field-organismo-responsable):not(.pane-node-body):not(.pane-node-updated):not(.pane-node-field-costos-v2):not(.pane-node-field-organismo-responsable-fc) + .panel-separator {
        margin-top: 30px;
        border-top: 2px solid #AAA;
    }

    .tramites-v2 .shortcut-list {
        width: 100%;
        background-image: none;
    }

        .tramites-v2 .shortcut-list h3 {
            font-family: "OpenSans",Helvetica,Arial,sans-serif;
            font-size: 1.5em;
            font-weight: 800;
            line-height: 1.5em;
        }

        .tramites-v2 .shortcut-list .shortcut-list-step {
            width: 40px;
        }

            .tramites-v2 .shortcut-list .shortcut-list-step span {
                background-color: transparent;
                color: #1B92D8;
                border-radius: 0;
                margin-right: 20px;
                width: 20px;
                height: 60px;
            }

                .tramites-v2 .shortcut-list .shortcut-list-step span .h1 {
                    font-family: "OpenSans",Helvetica,Arial,sans-serif;
                    padding-top: 8px;
                    font-size: 38px;
                    line-height: 44px;
                }

        .tramites-v2 .shortcut-list .shortcut-list-info {
            width: calc(100% - 40px);
        }

    .tramites-v2 .field-name-field-masinfo > .field-items > .field-item + .field-item {
        border-top: 2px solid #AAA;
        margin-top: 40px;
        padding-top: 16px;
    }

    .tramites-v2 .field-name-field-costos-v2 > .field-items {
        display: flex;
        flex-wrap: wrap;
    }

        .tramites-v2 .field-name-field-costos-v2 > .field-items > .field-item {
            display: flex;
            width: 100%;
        }

            .tramites-v2 .field-name-field-costos-v2 > .field-items > .field-item > .field-collection-item-field-costos-v2 {
                display: flex;
                height: 100%;
                width: 100%;
            }

                .tramites-v2 .field-name-field-costos-v2 > .field-items > .field-item > .field-collection-item-field-costos-v2 > .content {
                    position: relative;
                    width: 100%;
                    margin-bottom: 10px;
                    padding: 0 0 45px 0;
                    border-bottom: 1px solid #ccc;
                }

            .tramites-v2 .field-name-field-costos-v2 > .field-items > .field-item:last-child > .field-collection-item-field-costos-v2 > .content {
                border-bottom: none;
            }

    .tramites-v2 .field-name-field-costos-v2 .field-items .field-item .field-name-field-etiqueta {
        color: #999;
        font-size: 1.2em;
        font-weight: 800;
    }

    .tramites-v2 .field-name-field-costos-v2 .field-items .field-item .field-name-field-gratis, .tramites-v2 .field-name-field-costos-v2 .field-items .field-item .field-name-field-valor {
        color: #888;
        font-size: 1.6em;
        font-weight: 800;
        position: absolute;
        bottom: 20px;
    }

    .tramites-v2 .pane-node-field-costos-v2 + .panel-separator {
        clear: both;
    }

    .tramites-v2 .pane-node-field-organismo-responsable .field-items {
        padding: 0 0 50px;
    }

        .tramites-v2 .pane-node-field-organismo-responsable .field-items table th {
            color: #333;
        }

        .tramites-v2 .pane-node-field-organismo-responsable .field-items table th, .tramites-v2 .pane-node-field-organismo-responsable .field-items table td {
            padding: 5px 50px 0 0;
        }

@media (min-width:768px) {
    .tramites-v2 .field-name-field-costos-v2 > .field-items > .field-item {
        width: 50%;
    }

        .tramites-v2 .field-name-field-costos-v2 > .field-items > .field-item > .field-collection-item-field-costos-v2 > .content {
            padding: 0 20px 60px 0;
            margin-bottom: 40px;
            border-bottom: none;
        }

    .tramites-v2 .pane-node-field-organismo-responsable .field-items {
        padding: 0 0 50px 40px;
    }

    .tramites-v2 .field-name-field-costo, .tramites-v2 .field-name-field-costos-v2, .tramites-v2 .field-name-field-masinfo p, .tramites-v2 .field-name-field-masinfo ul, .tramites-v2 .field-name-field-organismo-responsable-fc {
        margin-left: 40px;
    }
}

@media (min-width:992px) {
    .tramites-v2 .field-name-field-costos-v2 > .field-items > .field-item {
        width: 25%;
    }

    .tramites-v2 .field-name-field-costo p, .tramites-v2 .pane-node-field-pasos, .tramites-v2 .pane-node-field-costos-v2, .tramites-v2 .field-name-field-masinfo, .tramites-v2 .pane-node-field-organismo-responsable-fc {
        padding: 0px 60px;
    }

    .tramites-v2 .pane-node-field-descargas h2 {
        margin-left: 60px;
    }
}

.tramites-v2 .field-name-field-organismo-responsable-fc .field-item.even {
    margin-bottom: 0;
}

    .tramites-v2 .field-name-field-organismo-responsable-fc .field-item.even h3 {
        margin-top: 8px;
    }

.tramites-v2 .field-collection-container {
    border-bottom: none;
}

    .tramites-v2 .field-collection-container .contenedor .contenedor-cards button span.glyphicon.glyphicon-chevron-right::before {
        margin-right: -16px;
    }

    .tramites-v2 .field-collection-container .contenedor .contenedor-cards button span.glyphicon.glyphicon-chevron-left::before {
        margin-left: -26px;
    }

    .tramites-v2 .field-collection-container .contenedor {
        margin-top: 10px;
    }

        .tramites-v2 .field-collection-container .contenedor .slick-track .view-mode-full .contenido {
            max-width: 86% !important;
            height: 250px;
            width: calc(86% - 14px);
        }

        .tramites-v2 .field-collection-container .contenedor .slick-slider {
            margin: 0px 0px 0px 21px !important;
        }

.tramites-v2 .text-muted:visited {
    color: #777;
}

.tramites-v2 .pane-tramites-consultas {
    min-height: 106px;
    padding: 1px 0 0 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #FAFAFA;
    margin-top: 40px;
}

    .tramites-v2 .pane-tramites-consultas .pane-content {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

@media (min-width:768px) {
    .tramites-v2 .pane-tramites-consultas .pane-content {
        width: 750px;
    }
}

@media (min-width:992px) {
    .tramites-v2 .pane-tramites-consultas .pane-content {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .tramites-v2 .pane-tramites-consultas .pane-content {
        width: 1170px;
    }
}

.tramites-v2 .consultas-link {
    text-decoration: none;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-weight: bold;
    display: inline-flex;
}

    .tramites-v2 .consultas-link.consultas-link-chat {
        cursor: pointer;
    }

.tramites-v2 a.consultas-link:hover .always-gray {
    color: #777;
}

.tramites-v2 a.consultas-link:hover {
    color: #1B92D8;
}

.tramites-v2 .consultas-link span {
    font-size: 16px;
    display: inline-block;
}

.tramites-v2 .list-inline {
    margin: 20px 0;
}

    .tramites-v2 .list-inline li:first-child {
        padding-left: 0;
        padding-right: 10px;
    }

@media (max-width:767px) {
    .tramites-v2 .list-inline > li {
        display: block;
    }
}

@media (min-width:768px) {
    .tramites-v2 .list-inline li:last-child {
        border-left: 1px solid #aaa;
    }
}

.tramites-v2 i.bachat-icon {
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/img/consultas-desktop.svg);
    width: 24px;
    height: 24px;
}

.tramites-v2 i.whatsapp-icon {
    background-image: url(/sites/gcaba/themes/gcbaV4/xgcaba/img/consultas-whatsapp.svg);
    width: 24px;
    height: 24px;
}

.tramites-v2 .table-responsive {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .tramites-v2 .table-responsive .table.table-striped {
        border: 2px solid #ccc;
    }

.tramites-v2 .btn.btn-blue {
    background-color: #19c3e3;
    border-color: #19c3e3;
    color: #FFFFFF;
    box-shadow: none;
    background-image: none;
}

    .tramites-v2 .btn.btn-blue:hover, .tramites-v2 .btn.btn-blue:focus {
        background-color: #00b3e3;
        border-color: #00b3e3;
        color: #FFFFFF;
        box-shadow: none;
        background-image: none;
    }

@media(max-width:425px) {
    .tramites-v2 .panel-display.clearfix.panel-layout-tres-columnas;

{
    padding-bottom: 0px;
}

.tramites-v2 .panel-pane.pane-custom.pane-2 {
    height: auto;
    border: solid #FAFAFA 1px;
}

}

@media (min-width:992px) {
    .tramites-v2 .table-responsive {
        margin-left: 60px;
        margin-right: 60px;
    }
}

.pane-node-body {
    margin-bottom: 30px;
}

.row-fluid {
    width: 100%;
}

    .row-fluid .offset1:first-child {
        margin-left: 0;
    }

    .row-fluid .span2 {
        width: 17.8%;
        display: block;
        float: left;
        margin-left: 2.564102564102564%;
        box-sizing: border-box;
        min-height: 30px;
    }

#widget_punto_a_punto > div > div.actions > div.search.open, #widget_punto_a_punto > div > div.actions > div.search.close {
    margin: 15px 0 20px;
}

#widget_punto_a_punto > div > div.actions > div.search.close {
    position: absolute;
    width: 343px;
    max-width: 100%;
    right: 0;
    bottom: -80px;
}

.pap_widget .actions {
    position: static !important;
}

#widget_punto_a_punto.expanded {
    min-height: 664px !important;
}

    #widget_punto_a_punto.expanded .map {
        height: 457px !important;
    }

#widget_punto_a_punto .map {
    height: 396px !important;
}

#widget_punto_a_punto .left, #widget_punto_a_punto.expanded .left {
    height: 609px !important;
}

#widget_punto_a_punto.expanded .right {
    height: 609px !important;
}

.pap_widget.expanded .mapwrapper {
    padding-right: 10px;
}

#widget_punto_a_punto > div > div.right > h3 {
    font-family: Gotham,Helvetica,Arial,sans-serif !important;
    color: black !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

#recorridos > li > div.label {
    width: 60%;
    background: none;
    text-shadow: none;
    color: black;
    text-align: left !important;
    font-size: 15px !important;
    padding: 0;
    float: left;
    line-height: 12px;
}

#widget_punto_a_punto .recorridos {
    margin-bottom: 0;
    height: 542px !important;
}

.pap_widget .recorridos .recorrido {
    height: 46px;
    padding: 8px 15px;
    background-position: center bottom !important;
}

    .pap_widget .recorridos .recorrido:hover, .pap_widget .recorridos .recorrido:focus {
        background-color: #f3f8fd !important;
    }

    .pap_widget .recorridos .recorrido .references {
        float: right;
        padding-top: 4px;
    }

    .pap_widget .recorridos .recorrido .pill {
        height: 30px;
    }

    .pap_widget .recorridos .recorrido .circlePill {
        height: 29px;
        line-height: 18px;
    }

    .pap_widget .recorridos .recorrido .references .color {
        vertical-align: middle;
    }

#widget_punto_a_punto.expanded .pap_widget .recorridos .recorrido {
    padding: 10px !important;
}

#widget_punto_a_punto.expanded .pap_widget .recorridos {
    font-size: 15px;
}

#widget_punto_a_punto.expanded #ejemplo {
    display: none;
}

#widget_punto_a_punto.expanded #widget_punto_a_punto-map {
    background-color: white !important;
}

#widget_punto_a_punto.expanded #OpenLayers\.Map_2_OpenLayers_ViewPort {
    top: 20px !important;
    height: 77% !important;
    background-color: white !important;
}

.pap_widget .left .search {
    width: 100% !important;
    float: none !important;
    padding-bottom: 0 !important;
    height: auto !important;
}

.pap_widget label {
    display: block;
}

.pap_widget span#ejemplo {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.pap_widget input#search-value, .pap_widget select#search-value-dest {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#widget_punto_a_punto .right, #widget-embed.expanded .right {
    width: 300px !important;
}

.pager {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
    width: auto;
}

.list-group-item .list-thumb p, .list-group-item .list-thumb h4 {
    margin-right: 27px;
}

body > div.main-container.container > div > section > div > section > div {
    position: relative!important;
}

div.navSearch {
    position: relative!important;
}

.input-group {
    width: 100%;
}

.page-sidebar .glyphicon-chevron-down, .page-sidebar .glyphicon-chevron-up, .btn-sm {
    font-size: 12px !important;
}

aside h2 {
    margin-top: 35px;
}

section .form-tramite ul {
    margin: 0;
    padding: 0;
    margin: 0 10px 0 10px;
    text-align: left;
    list-style-position: inside;
}

section .form-tramite li {
    margin-bottom: 5px;
    font-size: 15px;
}

.ba-home .navbar-form input {
    padding: 5px 15px 5px 15px;
    font-size: 20px;
    line-height: 32px;
}

.list-group-multi .list-thumb.original-size > div {
    height: 87px;
    width: 100%;
}

@media (max-width:995px) {
    .list-group-multi.masinfociudad .list-thumb > div {
        height: 165px !important;
    }
}

.panel-pane pane-entity-field pane-node-field-date .fecha {
    float: right;
}

.descarga_lateral {
    font-size: 14px;
}

#agentbot-chat-main {
    max-width: 930px !important;
    width: 960px !important;
}

#chat-embebbed #agentbot-chat-main {
    max-width: 700px !important;
    width: 960px !important;
}

#agentbot-chat-feedback #agentbot-feedback-send, #agentbot-chat-feedback #agentbot-feedback-email {
    top: 30px;
}

body.agentbot #agentbot-chat-footer {
    background: none !important;
    bottom: -9px !important;
}

body.agentbot #chat-embebbed #agentbot-chat-feedback {
    width: 325px !important;
}

body.agentbot #agentbot-chat-feedback {
    height: 58px !important;
    width: 100% !important;
    background: #A5CD39;
    text-align: left;
    font-family: Helvetica,Arial;
    font-size: 10px;
    color: #000;
    padding: 5px 0 0 10px;
    position: absolute;
    bottom: 0px;
}

.mobile-chat {
    display: none;
}

@media (max-width:780px) {
    .mobile-chat {
        display: block;
    }

    .col-buttons ul.menu.nav.navbar-nav {
        float: none;
    }

        .col-buttons ul.menu.nav.navbar-nav:after {
            clear: none;
        }
}

@media (max-width:767px) {
    .col-buttons ul.menu.nav.navbar-nav:first-of-type {
        margin-bottom: 0;
    }

    .col-buttons ul.menu.nav.navbar-nav:last-of-type {
        margin-top: 0;
    }
}

.borde-debajo {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 32px;
    margin-bottom: 40px;
}

#widget_punto_a_punto.expanded .wrapper {
    left: auto !important;
    width: 617px !important;
    right: 0 !important;
}

#widget_punto_a_punto.expanded .left {
    width: 305px !important;
}

#widget_punto_a_punto.expanded.no_results .left {
    width: 605px !important;
}

.card-tags {
    margin-bottom: 3em;
    position: relative;
    background-color: #F2F2EF;
    cursor: pointer;
    line-height: 0;
    min-height: 250px;
}

    .card-tags .views-field.views-field-field-image {
        width: 20vw;
        display: inline-block;
    }

    .card-tags .views-field-created, .card-tags .views-field-title {
        display: inline-block;
        position: absolute;
        margin-left: 32px;
    }

    .card-tags .views-field-created {
        top: 25px;
        margin-bottom: 20px;
        font-size: 0.7em;
    }

    .card-tags .views-field-title {
        top: calc(0px + 2em + 25px);
        font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
        margin-right: 20px;
        line-height: 1.5em;
    }

        .card-tags .views-field-title a {
            text-decoration: none;
            font-size: 1.2em;
            color: #333 !important;
            font-weight: 500;
            font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
        }

.tagclouds-term a {
    text-decoration: none;
    color: #333 !important;
    font-family: "CHANEWEI",Helvetica,Arial,sans-serif;
    font-size: 0.8em !important;
    display: inline-block;
    padding: 2px 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #F2F2EF;
}

.tags-noticias {
    padding: 0;
    height: initial !important;
}

    .tags-noticias ul, .tags-detalle-noticia ul {
        list-style-type: none;
        padding: 0;
    }

    .tags-noticias ul {
        margin-bottom: 0;
    }

        .tags-noticias ul li a, .tags-detalle-noticia ul li a {
            text-decoration: none;
            color: #888 !important;
            font-family: "OpenSans-bold",Helvetica,Arial,sans-serif !important;
            font-weight: 700;
            font-size: 12px !important;
            display: inline-block;
            padding: 2px 4px;
            margin-right: 10px;
            background-color: #F2F2EF;
        }

            .tags-noticias ul li a:hover, .tags-detalle-noticia ul li a:hover {
                text-decoration: underline !important;
            }

            .tags-noticias ul li a:hover {
                color: #333 !important;
            }

        .tags-noticias ul li, .tags-detalle-noticia ul li {
            display: inline-block;
            margin-top: 10px;
        }

.noticia-lg .img-responsive {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
}

@media only screen and (max-width:740px) {
    .card-tags .views-field-created, .card-tags .views-field-title {
        position: initial;
        display: block;
        margin-left: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .card-tags {
        padding-bottom: 15px;
        line-height: initial;
    }

        .card-tags .views-field.views-field-field-image {
            width: 100%;
        }
}

@media (min-width:992px) {
    .noticia-lg .img-responsive {
        max-width: none;
    }
}
