﻿/**********************************************************************************************************************/
/******************************************  FONT AWESOME  ************************************************************/
/**********************************************************************************************************************/
.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}

.fa, .fa-stack {
    display: inline-block;
}

.fa-fw, .fa-li {
    text-align: center;
}

@font-face {
    font-family: FontAwesome;
    src: url(../../font-awesome/fontawesome-webfont.eot?v=4.5.0);
    src: url(../../font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../../font-awesome/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../../font-awesome/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../../font-awesome/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../../font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right, .pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyaltas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before, .fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103,U+1EA0-1EF9,U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0102-0103,U+1EA0-1EF9,U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103,U+1EA0-1EF9,U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103,U+1EA0-1EF9,U+20AB;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}
/**********************************************************************************************************************/
.wm-border-erro {
    border: 1px solid #D91E18;
}

    .wm-border-erro.border-left {
        border-left: 5px solid #D91E18;
    }

.wm-border-alerta {
    border: 1px solid #f3cc31;
}

    .wm-border-alerta.border-left {
        border-left: 5px solid #f3cc31;
    }

.wm-border-info {
    border: 1px solid #8bb4e7;
}

    .wm-border-info.border-left {
        border-left: 5px solid #8bb4e7;
    }

.wm-border-sucesso {
    border: 1px solid #2AB4C0;
}

    .wm-border-sucesso.border-left {
        border-left: 5px solid #2AB4C0;
    }

.wm-bg-erro {
    background: #fef7f8;
}

.wm-bg-alerta {
    background: #faeaa9;
}

.wm-bg-info {
    background: #f5f8fd;
}

.wm-bg-sucesso {
    background: #36D7B7;
}

.wm-container {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

    .wm-container .wm-input-group {
        margin-bottom: 0;
    }

    .wm-container .wm-btn-group {
        display: table;
        width: 100%;
        margin-bottom: 10px;
    }

        .wm-container .wm-btn-group > .wm-btn,
        .wm-container .wm-btn-group > .btn {
            display: table-cell;
            width: 1%;
            text-align: center;
        }

    .wm-container .wm-form-group {
        display: flex;
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    .wm-container span.required,
    .wm-container span.necessario {
        position: relative !important;
    }

    .wm-container .wm-tit-block {
        background: #fff;
        margin-bottom: 5px;
        padding: 8px;
    }

.container_formulario .wm-container {
    padding: 15px;
    padding-top: 0;
    padding-right: 0;
    justify-content: flex-start;
}

.configuracao_componente_formulario .wm-container {
    margin: 0;
}

.wm-container .wm-post-item .wm-post-titulo,
.wm-container .wm-post-item-2 .wm-post-titulo {
    font-weight: lighter !important;
    color: #888DA8 !important;
    display: block;
    margin-bottom: 14px;
    font-size: 30px !important;
    line-height: 1.3;
}

.wm-container .wm-block {
    margin-bottom: 20px;
}

.wm-container .collapse.in {
    display: block !important;
}

.wm-container .wm-row.ui-sortable {
    padding: 10px;
}

.wm-container * {
    outline: none !important;
    box-shadow: none !important;
}

.wm-container .nomargin,
.wm-container.nomargin {
    margin: 0 !important;
}

.wm-container .nopadding,
.wm-container.nopadding {
    padding: 0 !important;
}

.wm-container .nopadding-top,
.wm-container.nopadding-top {
    padding-top: 0 !important;
}

.wm-container .nopadding-bottom,
.wm-container.nopadding-bottom {
    padding-bottom: 0 !important;
}

.wm-container .nopadding-left,
.wm-container.nopadding-left {
    padding-left: 0 !important;
}

.wm-container .nopadding-right,
.wm-container.nopadding-right {
    padding-right: 0 !important;
}

.wm-container .nomargin-top,
.wm-container.nomargin-top {
    margin-top: 0 !important;
}

.wm-container .nomargin-bottom,
.wm-container.nomargin-bottom {
    margin-bottom: 0 !important;
}

.wm-container ul {
    list-style: none;
}

#modelofluxodiagrama_diagrama > .orgdiagram,
#ModeloFluxoDiagramaTarefa_diagrama > .orgdiagram,
.container-fluxo {
    width: 100%;    
}

    .container-fluxo > .orgdiagram {
        width: 100% !important;
        overflow: scroll !important;
    }

    .container-fluxo > .orgdiagram:hover{
        cursor:all-scroll;
    }

.bt-item-frame > div.padrao_tema,
.bt-item-frame > div.padrao_tema > div {
    width: 100%;
    display: block;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bt-item-frame > div {
    display: block !important;
}

#ModeloFluxoDiagrama_botoes_nenhuma_etapa {
    display: none !important;
}

.bp-item {
    opacity: 0.6;
    border: 2px solid #ccc !important;
}

    .bp-item.active {
        opacity: 1;
    }

.orgdiagram_root.bt-item-frame > div {
    display: none !important;
}

.orgdiagram_root,
.bp-item.orgdiagram_root.active {
    border: none !important;
}

    .orgdiagram_root:after {
        content: "o";
        text-align: center;
        overflow: hidden;
        color: #ccc;
        border-radius: 100% !important;
        width: 50px !important;
        height: 50px !important;
        position: absolute;
        right: 0;
        top: calc(50% - 25px);
        background-color: #CCC !important;
    }

.orgdiagram_root_menor {
    border: none !important;
}

    .orgdiagram_root_menor:after {
        content: "o";
        text-align: center;
        overflow: hidden;
        color: #ccc;
        border-radius: 100% !important;
        width: 30px !important;
        height: 30px !important;
        position: absolute;
        right: 0;
        top: calc(50% - 15px);
        background-color: #CCC !important;
    }

.LayerCursor,
.LayerHighlight {
    display: none !important;
}

.wm-container .processo .wm-tit-block span,
.wm-container .processo .wm-ul-seleciona-item li span {
    width: 20%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wm-container .processo .wm-tit-block {
    padding-left: 17px;
}

    .wm-container .processo .wm-tit-block p {
        width: 90% !important;
        display: block;
    }

.wm-container .wm-ul-zebrada li p b {
    font-weight: bold;
}

#ModeloFluxoDiagramaTarefa_diagrama .LayerConnector svg,
#modelofluxodiagrama_diagrama .LayerConnector svg {
    min-width: 100vh !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc !important;
}

.wm-cursor-pointer {
    cursor: pointer !important;
}

.wm-oculto{display:none !important;}
div.wm-usuario {font-weight:600;font-size:13px;width:100% !important}
div.wm-usuario p {color:#888 !important;font-weight:600 !important;display:block !important;line-height:16px;}
div.wm-usuario p span.foto img{width:40px !important;height:40px !important;float: left;margin: 3px 5px 0 0;}
div.wm-usuario p small{display:block;font-size:10px;line-height:12px !important;}

.wm-container .container_icones_colaborador_lider {
    display: inline-block;
    float: left;
    margin-left: 29px;
}

    .wm-container .container_icones_colaborador_lider .btn {
        cursor: default !important;
        background: #eee;
        width: 34px;
        height: 34px;
        padding: 0;
        display: inline-block;
    }

        .wm-container .container_icones_colaborador_lider .btn.bg-red i,
        .wm-container .container_icones_colaborador_lider .btn.bg-blue i {
            color: #fff;
        }

.wm-container div[data-componente=WMRadioButtonList_Avaliacao] .md-radio {
    clear: both !important;
    display: block;
    width: 100%;
}

.wm-container div[data-componente=WMRadioButtonList_Avaliacao] label {
    padding-left: 10px;
    margin-top: 10px;
}

.wm-container div[data-componente=WMRadioButtonList_Avaliacao] > label {
    padding-left: 0;
    margin-top: 10px;
}

.wm-container div[data-componente=WMRadioButtonList_Avaliacao] .md-radio label > .box {
    top: 8px;
}

.wm-container div[data-componente=WMRadioButtonList_Avaliacao] .md-radio label > .check {
    top: 13px;
}

/*.has-error {border:solid red 1px;}*/

.icon_svg {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
}

.modal-dialog {
    max-height: calc(100vh - 200px) !important;
}

    .modal-dialog .modal-content {
        height: 100% !important;
    }

        .modal-dialog .modal-content .modal-body {
            max-height: calc(100vh - 332px) !important;
            overflow: visible !important;
            overflow-y: scroll !important;
            /*min-height: 332px;*/
        }

.modal-pequeno{
    top: calc(50% - 120px);
}

.modal .modal-header {
    position: relative;
}

.modal .modal-footer {
    height: 59px !important;
}

.modal-full.modal-dialog {
    width: 99% !important;
    height: calc(100vh - 30px) !important;
    max-height: calc(100vh - 30px) !important;
    margin: 15px auto !important;
}

    .modal-full.modal-dialog .modal-content {
        height: 100% !important;
    }

        .modal-full.modal-dialog .modal-content .modal-body {
            height: calc(100% - 124px) !important;
            max-height: 100% !important;
            overflow: hidden !important;
            overflow-y: scroll !important;
        }


.modal .modal-header .acao_cabecalho_modal {
    position: absolute;
    top: 20px;
    right: 11px;
    overflow: hidden;
    display: inline-flex;
}

    .modal .modal-header .acao_cabecalho_modal a {
        color: #fff;
        opacity: 0.4;
        font-size: 25px;
        width: 34px;
        height: 34px;
        background: transparent !important;
        display: inline-flex;
        margin-left: 7px;
        line-height: 1;
        justify-content: center;
        align-content: center;
        font-weight: 700;
    }

    .modal .modal-header .acao_cabecalho_modal i {
        color: #fff;
        font-size: 20px;
        justify-content: center;
        align-content: center;
        display: inline-flex !important;
        height: auto;
        line-height: 1;
        margin-top: 4px;
    }

    .modal .modal-header .acao_cabecalho_modal a:hover {
        text-decoration: none;
        opacity: 0.6;
    }

.wm-container .btn-icon-only {
    height: 41px !important;
    width: 41px !important;
}

.wm-container .diagrama .btn {
    height: 20px !important;
    width: 41px !important;
}

.wm-container .wm-tit-block small,
.wm-container .wm-block-titulo small {
    display: block;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
}

.wm-container .wm-scroll {
    overflow: hidden !important;
    overflow-y: scroll !important;
}

.wm-container .pequeno {
    height: 350px;
    overflow: hidden;
}

.abas_componentes_formulario .nav-tabs {
    width: 100%;
}

    .abas_componentes_formulario .nav-tabs li {
        width: 50%;
    }

        .abas_componentes_formulario .nav-tabs li a {
            width: 100%;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: left;
        }

.abas_componentes_formulario .tab-content {
    padding: 0 !important;
}


.lista_componentes_formulario {
    width: 100%;
    margin: 0;
}

    .lista_componentes_formulario ul,
    .lista_componentes_formulario ul li {
        margin: 0;
        padding: 0;
        display: block;
        border: none;
    }

        .lista_componentes_formulario ul li {
            border-bottom: 1px solid #eee;
        }

            .lista_componentes_formulario ul li a {
                display: block;
                color: #999;
                padding: 10px 5px !important;
                font-size: 12px;
                font-weight: 500;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .lista_componentes_formulario ul li a:hover {
                    background: #f7f7f7;
                    color: #666;
                    text-decoration: none;
                }

                .lista_componentes_formulario ul li a:active,
                .lista_componentes_formulario ul li a:focus {
                    text-decoration: none;
                }

                .lista_componentes_formulario ul li a i {
                    width: 14px;
                    height: 14px;
                    display: inline-block;
                    margin: 0 5px 0 0;
                    text-align: center;
                }

.wm-container .wm-block-titulo .audio_player_sabrina {
    display: table;
    width: 70px;
    table-layout: fixed;
    border-collapse: separate;
    height: 34px;
    position: absolute;
    z-index: 5;
    right: -17px;
    top: 13px;
}

    .wm-container .wm-block-titulo .audio_player_sabrina .btn {
        padding: 10px !important;
    }

        .wm-container .wm-block-titulo .audio_player_sabrina .btn:after {
            border-top-color: #fff;
            right: 0;
        }

    .wm-container .wm-block-titulo .audio_player_sabrina .dropdown-menu {
        right: 0;
        left: auto;
    }

        .wm-container .wm-block-titulo .audio_player_sabrina .dropdown-menu:before {
            left: auto;
            right: 9px;
        }

        .wm-container .wm-block-titulo .audio_player_sabrina .dropdown-menu:after {
            left: auto;
            right: 11px;
        }

        .wm-container .wm-block-titulo .audio_player_sabrina .dropdown-menu li a {
            font-size: 12px;
            color: #333;
            padding: 7px 5px;
        }

            .wm-container .wm-block-titulo .audio_player_sabrina .dropdown-menu li a:hover {
                background: #E08283 !important;
                color: #fff;
            }

                .wm-container .wm-block-titulo .audio_player_sabrina .dropdown-menu li a:hover i {
                    color: #fff;
                }

    .wm-container .wm-block-titulo .audio_player_sabrina .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.3em;
        vertical-align: middle;
        content: "";
        border-top: 0.3em solid #fff;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
    }

.skills-item {
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

    .skills-item .skills-item-meter {
        padding: 0;
        width: 100%;
        border-radius: 10px;
        background-color: #ebecf2;
        position: relative;
        height: 6px;
        overflow: hidden;
    }

.skills-item-info {
    margin-bottom: 0;
    color: #515365;
    font-size: 12px;
}

    .skills-item-info .skills-item-count {
        float: right;
    }

.skills-item-meter-active {
    position: relative;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    opacity: 1;
    top: -9px;
}

    .skills-item-meter-active.skills-animate {
        animation: skills-animated 1.2s ease-out;
    }

    .skills-item-meter-active .skills-animate-opacity {
        animation: skills-animated-opacity .2s ease-out;
    }

@keyframes skills-animated {
    0% {
        width: 0;
    }
}

@keyframes skills-animated-opacity {
    100% {
        opacity: 1;
    }
}

.ui-block-title .skills-item-meter-active {
    top: -5px;
}

.skills-item-meter-active,
.skills-item .skills-item-meter {
    border-radius: 0;
}

.chart-with-statistic {
    overflow: hidden;
}

    .chart-with-statistic .statistics-list-count {
        width: 50%;
        float: left;
    }

    .chart-with-statistic .chart-js-pie-color {
        width: 50%;
        float: left;
    }

.points {
    font-size: 12px;
    margin-bottom: 30px;
}

    .points > span + span {
        margin-left: 15px;
    }

    .points.points-block {
        margin-bottom: 0;
    }

        .points.points-block > span {
            display: block;
        }

            .points.points-block > span + span {
                margin-left: 0;
                margin-top: 15px;
            }

.statistics-point {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 6px;
}

.ui-block-title .points {
    font-size: 9px;
    float: right;
    margin-bottom: 0;
    margin-top: 5px;
}

.chart-with-statistic {
    overflow: hidden;
}

    .chart-with-statistic .statistics-list-count {
        width: 40%;
        float: left;
    }

    .chart-with-statistic .chart-js-pie-color {
        width: 60%;
        float: left;
    }

.statistics-list-count {
    margin-bottom: 0;
}

    .statistics-list-count .points {
        margin-bottom: 0;
    }

    .statistics-list-count .indicator {
        font-size: 10px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    .statistics-list-count .count-stat {
        font-size: 20px;
        color: #515365;
    }

    .statistics-list-count li {
        margin-bottom: 0;
    }

        .statistics-list-count li:last-child {
            margin-bottom: 0;
        }

    .statistics-list-count.style-2 {
        overflow: hidden;
    }

        .statistics-list-count.style-2 li {
            text-align: center;
        }

            .statistics-list-count.style-2 li:first-child {
                float: left;
                margin-left: 50px;
            }

            .statistics-list-count.style-2 li:last-child {
                float: right;
                margin-right: 50px;
            }

        .statistics-list-count.style-2 .statistics-point {
            display: block;
            margin: 0 auto 10px;
        }

.general-statistics {
    font-size: 28px;
    color: #515365;
    text-align: center;
}

    .general-statistics span {
        display: block;
        font-size: 12px;
        color: #888da8;
        white-space: nowrap;
    }

.chart-js-pie-color {
    position: relative;
}

    .chart-js-pie-color .general-statistics {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.chart-text {
    text-align: center;
}

    .chart-text .title {
        margin-bottom: 10px;
    }

.circle-pie-chart {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

    .circle-pie-chart canvas {
        width: 180px !important;
        height: 180px !important;
    }

    .circle-pie-chart .pie-chart .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 42px;
        color: #515365;
    }


.input-icon {
    position: relative;
    left: 0;
}

    .input-icon > .form-control {
        padding-left: 33px !important;
    }

.input-group .input-icon > .form-control {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-icon > i {
    color: #ccc !important;
    display: block;
    position: absolute;
    margin: -9px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    top: 50%;
}

.modal .input-icon > i {
    z-index: 10055;
}

.has-success .input-icon > i {
    color: #36c6d3;
}

.has-warning .input-icon > i {
    color: #F1C40F;
}

.has-info .input-icon > i {
    color: #659be0;
}

.has-error .input-icon > i {
    color: #ed6b75;
}

.input-icon.right {
    left: auto;
    right: 0;
}

    .input-icon.right > .form-control {
        padding-right: 33px;
        padding-left: 12px;
    }

.input-group .input-icon.right > .form-control {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-icon.right > i {
    right: 8px;
    float: right;
}

.input-icon.input-icon-lg > i {
    margin-top: 16px;
}

.input-icon.input-icon-sm > i {
    margin-top: 8px;
    font-size: 13px;
}

.note-editor.fullscreen {
    z-index: 10000 !important;
}

/******************************MENU VISOES**************************************/
.wm-container .wm-visoes,
.wm-container .wm-visoes ul,
.wm-container .wm-visoes,
.wm-container .wm-visoes ul { /*min-width: 350px !important; max-*/
    width: 500px !important;
    box-shadow: none !important;
    border-color: #ccc;
}

    .wm-container .wm-visoes .tabbable.tabbable-line {
        overflow: hidden;
    }

    .wm-container .wm-visoes:after {
        left: 12px;
        right: auto;
    }

    .wm-container .wm-visoes:before {
        left: 11px;
        right: auto;
    }

.wm-container .wm-visoes {
    right: 4px;
    border: 1px solid #ccc !important;
}

    .wm-container .wm-visoes:after {
        clear: both;
    }

    .wm-container .wm-visoes ul li ul {
        width: auto !important;
        position: fixed;
    }

    .wm-container .wm-visoes ul.nav-tabs {
        border-bottom: 2px solid #fff !important;
    }

    .wm-container .wm-visoes .input-group {
        margin: 0 0 0 0;
        padding: 5px;
    }

    .wm-container .wm-visoes li.external {
        font-size: 12px;
        border-bottom: 1px solid #ccc;
        background: transparent;
        padding: 0 !important;
    }

        .wm-container .wm-visoes li.external a {
            padding: 10px 60px 10px 17px !important;
            color: #999;
        }

    .wm-container .wm-visoes .tab-pane li.external a {
        padding: 10px 60px 10px 17px !important;
        float: left;
        background: #eee;
    }

        .wm-container .wm-visoes .tab-pane li.external a:hover {
            text-decoration: none;
        }

    .wm-container .wm-visoes a[data-toggle="tab"]:hover {
        background: transparent !important;
        color: #666 !important;
    }

    .wm-container .wm-visoes li.active a[data-toggle="tab"]:hover {
        color: #fff !important;
    }

    .wm-container .wm-visoes li {
        position: relative;
        display: block;
    }

        .wm-container .wm-visoes li[data-tipo='visao'],
        .wm-container .wm-visoes li.semVisao,
        .wm-container .wm-visoes li.inputVisao {
            width: 99%;
            float: left;
        }

        .wm-container .wm-visoes li input.inputEditarVisao {
            width: 58.5%;
            margin: 2px 47px;
            display: inline-block;
            border: 1px solid #c2cad8;
        }

        .wm-container .wm-visoes li span.botoes-visoes {
            position: absolute;
            right: 4px;
            top: 2px;
            width: auto;
        }

            .wm-container .wm-visoes li span.botoes-visoes button.btn-cancelar {
                margin: 0 0 0 2px;
                background: #e1e5ec;
                color: #666;
            }

                .wm-container .wm-visoes li span.botoes-visoes button.btn-cancelar:hover {
                    color: #fff !important;
                }

        .wm-container .wm-visoes li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            font-size: 13px;
            padding: 11px 90px 10px 50px !important;
            color: #666;
        }

            .wm-container .wm-visoes li a:hover {
                text-decoration: none;
            }

        .wm-container .wm-visoes li div.btn-group a {
            padding: 10px !important;
            background: #F7F7F7;
        }

        .wm-container .wm-visoes li ul li a {
            background: #fff;
        }

        .wm-container .wm-visoes li div.btn-group {
            z-index: 10;
        }

            .wm-container .wm-visoes li div.btn-group a:hover {
                color: #fff;
            }

                .wm-container .wm-visoes li div.btn-group a:hover i {
                    color: #fff;
                }

    .wm-container .wm-visoes ul#acoesVisao {
        margin-top: 0 !important;
        min-width: 100px !important;
        width: auto !important;
    }

        .wm-container .wm-visoes ul#acoesVisao li a {
            padding: 10px 0 10px 8px !important;
        }

            .wm-container .wm-visoes ul#acoesVisao li a i {
                margin: 2px 3px 0 0;
            }

            .wm-container .wm-visoes ul#acoesVisao li a:hover i {
                color: #fff;
            }

    .wm-container .wm-visoes li a[data-toggle=tab] img {
        width: 15px;
        display: inline-block;
        margin: -5px 5px 0 0;
    }

        .wm-container .wm-visoes li a[data-toggle=tab] img.none {
            display: none;
        }


    .wm-container .wm-visoes li.active a[data-toggle=tab] img {
        display: none !important;
    }

        .wm-container .wm-visoes li.active a[data-toggle=tab] img.none {
            display: inline-block !important;
        }

    .wm-container .wm-visoes li a:hover,
    .wm-container .wm-visoes li a:hover:before {
        color: #fff !important;
    }

    .wm-container .wm-visoes li.visao-atual a {
        color: #fff;
    }


.wm-container .wm-visoes {
    left: 0;
}

    .wm-container .wm-visoes li a {
        padding: 9.5px;
    }

        .wm-container .wm-visoes li a i {
            margin-top: 4px;
            margin-right: 8px;
            display: inline-block;
        }

        .wm-container .wm-visoes li a:hover i {
            color: #fff;
        }

    .wm-container .wm-visoes li .btn.btn-sm.default.trigger-toggle,
    .wm-container .wm-visoes li #acoesVisao li a {
        border: none;
    }

    .wm-container .wm-visoes li.visao-atual .btn.btn-sm.default.trigger-toggle,
    .wm-container .wm-visoes li.visao-atual #acoesVisao li a {
        color: #666;
    }

        .wm-container .wm-visoes li.visao-atual .btn.btn-sm.default.trigger-toggle:focus,
        .wm-container .wm-visoes li.visao-atual #acoesVisao li a:focus {
            color: #fff;
        }

    .wm-container .wm-visoes li.visao-atual.visao-inicial > a:before,
    .wm-container .wm-visoes li.visao-atual.visao-inicial:hover > a:before {
        content: "\f13d";
        font: normal normal normal 14px/1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        position: absolute;
        top: 13px;
        right: 15px;
    }

    .wm-container .wm-visoes li.visao-inicial > a:before,
    .wm-container .wm-visoes li.visao-inicial:hover > a:before {
        content: "\f13d";
        font: normal normal normal 14px/1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 13px;
        right: 15px;
    }

    .wm-container .wm-visoes .acoes_visao {
        z-index: 9999;
        border: 1px solid #ccc;
        position: fixed;
        padding: 0;
        margin: 0;
        width: 181px !important;
        display: none !important;
    }

        .wm-container .wm-visoes .acoes_visao:before {
            position: absolute;
            top: -8px;
            left: 11px;
            right: auto;
            display: inline-block !important;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #e0e0e0;
            border-left: 8px solid transparent;
            content: '';
        }

        .wm-container .wm-visoes .acoes_visao:after {
            position: absolute;
            top: -7px;
            left: 12px;
            right: auto;
            display: inline-block !important;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #fff;
            border-left: 7px solid transparent;
            content: '';
        }

        .wm-container .wm-visoes .acoes_visao a {
            display: block;
        }

        .wm-container .wm-visoes .acoes_visao.active {
            display: block !important;
        }
/******************************MENU VISOES**************************************/

/**********************************************************************************************************************/
/******************************************  ACCORDION COM ACAO  ******************************************************/
/**********************************************************************************************************************/
.wm-progresso {
    width: 300px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .wm-progresso span {
        display: block;
        text-align: right;
        font-size: 12px;
        color: #333;
        font-weight: 600;
    }

    .wm-progresso .wm-container-progresso {
        width: 100%;
        height: 15px;
        display: block;
        background: #f7f7f7;
        overflow: hidden;
        position: relative;
    }

        .wm-progresso .wm-container-progresso .wm-barra {
            height: 15px;
            transition: all 100ms ease-in-out;
            position: absolute;
            top: 0;
            left: 0;
        }
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/******************************************  ACCORDION COM ACAO  ******************************************************/
/**********************************************************************************************************************/
.wm-accordion-com-acao .wm-accordion-titulo {
    display: block !important;
}

.wm-accordion-com-acao .acoes_accordion {
    float: right;
    margin-top: -5px;
    margin-right: 10px;
}

    .wm-accordion-com-acao .acoes_accordion .btn-group .btn + .btn,
    .wm-accordion-com-acao .acoes_accordion .btn-group .btn + .btn-group,
    .wm-accordion-com-acao .acoes_accordion .btn-group .btn-group + .btn,
    .wm-accordion-com-acao .acoes_accordion .btn-group .btn-group + .btn-group {
        margin-left: 2px !important;
    }

.wm-accordion-com-acao .wm-progresso {
    width: 50px;
}

.wm-accordion-com-acao .wm-accordion-conteudo {
    overflow: initial !important;
}

    .wm-accordion-com-acao .wm-accordion-conteudo.collapsing {
        overflow: hidden !important;
    }

/**********************************************************************************************************************/


/**********************************************************************************************************************/
/******************************************  WM GRID  *****************************************************************/
/**********************************************************************************************************************/
.wm-grid tbody tr td span.img,
.wm-grid thead tr th span.img {
    width:25px;
    height:25px;
    overflow: hidden;
    display: inline-block;
    margin: 0 4px 0 0;
    float: left;
}

.wm-grid tbody tr td span.nome_usuario_foto,
.wm-grid thead tr th span.nome_usuario_foto {
    display: inline-block;
    margin-top: 0;
}

.wm-grid tbody tr td span.img img,
.wm-grid thead tr th span.img img {
    width: auto;
    height: 100%;
}

.wm-grid thead tr:hover > th {
    box-shadow: none !important;
}


    .wm-grid tbody tr.active td .acoes-painel i.fa,
    .wm-grid tbody tr.active:hover td .acoes-painel i.fa,
    .wm-grid tbody tr.active td .acoes-painel em,
    .wm-grid tbody tr.active:hover td .acoes-painel em,
    .wm-grid thead tr.active th .acoes-painel i.fa,
    .wm-grid thead tr.active:hover th .acoes-painel i.fa,
    .wm-grid thead tr.active th .acoes-painel em,
    .wm-grid thead tr.active:hover th .acoes-painel em {
        color: #fff;
        font-size:14px;
    }

    .wm-grid td i.fa,.wm-grid th i.fa{font-size:13px;}
    .wm-grid td [data-componente=WMArea] i.fa{font-size:9px !important;} 

.wm-grid tbody tr td .acoes-painel {
    width: 60px;
    height: 50px;
    color: #333;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
}

    .wm-grid tbody tr td .acoes-painel:hover i,
    .wm-grid tbody tr td .acoes-painel:hover em {
        color: #fff;
    }

.open .acoes-painel i,
.open .acoes-painel em {
    color: #fff;
}

.wm-grid {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    overflow: initial !important;
    text-overflow: ellipsis;
    border-collapse: collapse !important;
    overflow: visible !important;
}

.wm-grid-tr-accordion th:first-child {
    padding-left:40px;
    position: relative;
}

.wm-grid-tr-accordion.aberto th:first-child:after {
    content: "_" !important;
    font-size: 25px !important;
    font-weight: lighter !important;
    line-height: 0;
    top:12px;
    left:17px;
    color: #999;
    position: absolute;
}

.wm-grid-tr-accordion.fechado th:first-child:after {
    content: "+" !important;
    font-size: 25px !important;
    font-weight: lighter !important;
    line-height: 0;
    top:23px;
    left:15px;
    color: #999;
    position: absolute;
}

.wm-grid-tr-accordion.active th:first-child:after {
    color: #fff;
}

.wm-grid thead tr,
.wm-grid tbody tr {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    overflow: hidden;
    text-overflow: ellipsis;
    border: solid 1px #F5F5F5;
}

.wm-grid thead tr {
    background: #FFF;
}

.wm-grid tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.wm-grid thead tr th{
    font-size:13px !important;
    font-weight:600;
    height:49px;
}

.wm-grid thead tr:hover{
    background:#fcfcfc !important;
}

.wm-grid tbody tr td,
.wm-grid thead tr th {
    border: none;
    text-align: left;
    padding: 8px;
    font-size: 12px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.wm-grid-alinhado-direita .wm-grid tbody tr td,
.wm-grid-alinhado-direita .wm-grid thead tr th {
    text-align: right;
    font-size: 13px;
}

    .wm-grid-alinhado-direita .wm-grid tbody tr td span.icone_coluna,
    .wm-grid-alinhado-direita .wm-grid thead tr th span.icone_coluna {
        text-align: right;
        float: right;
        margin: 4px 0 0 8px;
        opacity: 0.4;
        font-size: 13px;
    }

.wm-grid tbody tr td.com_acao_personalizada {
    padding: 0 !important;
}

.wm-grid tbody tr td.com_acao_personalizada {
    overflow: initial;
}

    .wm-grid tbody tr td.com_acao_personalizada .dropdown > .dropdown-menu:after,
    .wm-grid tbody tr td.com_acao_personalizada .dropdown-toggle > .dropdown-menu:after,
    .wm-grid tbody tr td.com_acao_personalizada .btn-group > .dropdown-menu:after {
        left: 18px !important;
    }

    .wm-grid tbody tr td.com_acao_personalizada .dropdown > .dropdown-menu:before,
    .wm-grid tbody tr td.com_acao_personalizada .dropdown-toggle > .dropdown-menu:before,
    .wm-grid tbody tr td.com_acao_personalizada .btn-group > .dropdown-menu:before {
        left: 17px !important;
    }

.wm-grid .popover {
    padding: 0;
    box-shadow: 0 -1px 15px rgba(0,0,0,.2) !important;
    z-index: 9999;
    width:600px;
    max-width:600px !important;
}

.wm-grid .popover-title {
    font-size: 24px;
    font-weight: 400;
    padding: 15px !important;
}

    .wm-grid .popover-title a {
        color: #fff;
        opacity: 0.4;
        font-size: 25px;
        width: 34px;
        height: 34px;
        background: transparent !important;
        display: inline-flex;
        margin-right: -7px;
        line-height: 1;
        justify-content: center;
        align-content: center;
        font-weight: 700;
        float: right;
    }

        .wm-grid .popover-title a:hover {
            opacity: 0.6;
        }


.wm-container .popover {
    padding: 0;
    box-shadow: 0 -1px 15px rgba(0,0,0,.2) !important;
    z-index: 9999;
    width:600px;
    max-width:600px !important;
}

.wm-container .popover-title {
    font-size: 24px;
    font-weight: 400;
    padding: 15px !important;
}

    .wm-container .popover-title a {
        color: #fff;
        opacity: 0.4;
        font-size: 25px;
        width: 34px;
        height: 34px;
        background: transparent !important;
        display: inline-flex;
        margin-right: -7px;
        line-height: 1;
        justify-content: center;
        align-content: center;
        font-weight: 700;
        float: right;
    }

        .wm-container .popover-title a:hover {
            opacity: 0.6;
        }
/**********************************************************************************************************************/


.wm-grid tbody tr.active td .wm-grid.sem-active td,
.wm-grid tbody tr.active:hover td .wm-grid.sem-active td {
    background: #f7f7f7 !important;
    color: #515365 !important;
}

.wm-grid tbody tr.active td .wm-grid.sem-active tr:nth-child(even) td,
.wm-grid tbody tr.active:hover td .wm-grid.sem-active tr:nth-child(even) td {
    background: #fff !important;
}

@media(max-width:1090px) {
    #painel_tarefas div[data-id=cabecalho_resumo]{position:relative !important;}
    #painel_tarefas .mobile-hide{display:block !important}
}
@media(max-width:970px){
    #painel_tarefas table.wm-grid tr th:nth-child(2),#painel_tarefas table.wm-grid tr td:nth-child(2) { width:40px !important;padding-right:0 !important; }
    #painel_tarefas table.wm-grid tr th:nth-child(3),#painel_tarefas table.wm-grid tr td:nth-child(3) { width:40px !important;padding-right:0 !important; }
    #painel_tarefas table.wm-grid tr th:nth-child(4),#painel_tarefas table.wm-grid tr td:nth-child(4) { width:40px !important;padding-right:0 !important; }
    #painel_tarefas table.wm-grid tr th:nth-child(5),#painel_tarefas table.wm-grid tr td:nth-child(5) { width:40px !important;padding-right:0 !important; }
    #painel_tarefas table.wm-grid tr th:nth-child(7),#painel_tarefas table.wm-grid tr td:nth-child(7) { width:40px !important;padding-right:0 !important; }
    #painel_tarefas table.wm-grid tr th:nth-child(8),#painel_tarefas table.wm-grid tr td:nth-child(8) { width:40px !important;padding-right:0 !important; }
    #painel_tarefas table.wm-grid tr th:nth-child(9),#painel_tarefas table.wm-grid tr td:nth-child(9) { width:40px !important;padding-right:0 !important; }
    #painel_tarefas table.wm-grid tr th:nth-child(10),#painel_tarefas table.wm-grid tr td:nth-child(10) { width:40px !important;padding-right:0 !important; }    
}


@media (max-width:1220px) {
    #painel_tarefas_lista_tarefa .area-comando div.btn-group button{width: inherit;height: inherit;padding: inherit !important;margin-left:15px;}
    #painel_tarefas_lista_tarefa .wm-block-conteudo{padding-left:0 !important;padding-right:0 !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr th:nth-child(2), #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(2){width:130px !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr th:nth-child(3), #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(3){width:20px !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr th:nth-child(4), #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(4){width:22px !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr th:nth-child(5), #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(5){width:20px !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr th:nth-child(9), #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(9){width:200px !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr th:nth-child(10), #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(10){width:auto !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr th:nth-child(14), #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(14){width:195px !important;}
    #painel_tarefas_lista_tarefa table.wm-grid tr td:nth-child(14) small{font-size:8px !important}
}

@media (max-width:1200px){

    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(2), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(2){padding:0 !important;width:20px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(3), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(3){padding:0 !important;width:21px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(4), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(4){padding:0 !important;width:20px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(5), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(5){padding:0 !important;width:22px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(6), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(6){padding:0 !important;width:20px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(7), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(7){padding:0 !important;width:20px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(8), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(8){padding:0 !important;width:20px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(9), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(9){padding:0 !important;width:21px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(10), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(10){padding:0 !important;width:16px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(11), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(11){padding:0 !important;width:20px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(12), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(12){padding:0 !important;width:24px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(13), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(13){padding:0 !important;width:19px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(14), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(14){padding:0 !important;width:12px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(15), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(15){width:200px !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(18), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(18){width:auto !important;}
    #aba_processo_tramitacao_div table.wm-grid tr th:nth-child(22), #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(22){width:195px !important}
    #aba_processo_tramitacao_div table.wm-grid tr td:nth-child(23) small{font-size:8px !important}

    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(2), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(2){padding:0 !important;width:20px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(3), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(3){padding:0 !important;width:21px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(4), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(4){padding:0 !important;width:20px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(5), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(5){padding:0 !important;width:22px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(6), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(6){padding:0 !important;width:20px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(7), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(7){padding:0 !important;width:20px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(8), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(8){padding:0 !important;width:20px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(9), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(9){padding:0 !important;width:21px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(10), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(10){padding:0 !important;width:16px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(11), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(11){padding:0 !important;width:20px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(12), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(12){padding:0 !important;width:24px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(13), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(13){padding:0 !important;width:19px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(14), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(14){padding:0 !important;width:12px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(15), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(15){width:200px !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(18), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(18){width:auto !important;}
    #aba_chamado_tramitacao_div table.wm-grid tr th:nth-child(22), #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(22){width:195px !important}
    #aba_chamado_tramitacao_div table.wm-grid tr td:nth-child(23) small{font-size:8px !important}

    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(2), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(2){padding:0 !important;width:20px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(3), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(3){padding:0 !important;width:21px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(4), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(4){padding:0 !important;width:20px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(5), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(5){padding:0 !important;width:22px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(6), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(6){padding:0 !important;width:20px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(7), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(7){padding:0 !important;width:20px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(8), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(8){padding:0 !important;width:20px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(9), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(9){padding:0 !important;width:21px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(10), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(10){padding:0 !important;width:16px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(11), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(11){padding:0 !important;width:20px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(12), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(12){padding:0 !important;width:24px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(13), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(13){padding:0 !important;width:19px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(14), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(14){padding:0 !important;width:12px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(15), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(15){width:200px !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(18), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(18){width:auto !important;}
    #aba_atendimento_tramitacao_div table.wm-grid tr th:nth-child(22), #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(22){width:195px !important}
    #aba_atendimento_tramitacao_div table.wm-grid tr td:nth-child(23) small{font-size:8px !important}
}

.wm-container .bootstrap-switch .bootstrap-switch-handle-on,
.wm-container .bootstrap-switch .bootstrap-switch-handle-off,
.wm-container .bootstrap-switch .bootstrap-switch-label {
    padding: 10px 12px;
}

.wm-botoes-icones {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

    .wm-botoes-icones .wm-botao {
        padding: 10px 20px 5px 20px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        background: #f7f7f7;
        color: #666;
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: 140px;
    }

        .wm-botoes-icones .wm-botao i {
            display: block;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .wm-botoes-icones .wm-botao span.qtd {
            border-radius: 100% !important;
            z-index: 2;
            width: 15px;
            height: 15px;
            padding: 5px;
            text-align: center;
            background: #ccc;
            position: absolute;
            top: 5px;
            right: 5px;
            display: block;
            overflow: hidden;
            font-size: 10px;
        }

span.qtd_btn {
    z-index: 2;
    height: 23px;
    padding: 4px 6px 6px 6px;
    text-align: center;
    background: #ccc;
    position: absolute;
    top: -11px;
    right: 1px;
    display: block;
    overflow: hidden;
    font-size: 10px;
}

button:disabled{cursor: not-allowed;}

.WMDropDownListPesquisa:focus {border:solid 1px #C0C0C0;}

.WMDropDownListPesquisa.bloqueado {
    background-color: #eee;
    cursor: not-allowed;
    color: #ccc;
}

.WMDropDownListPesquisa {
    right: 0;
    border: solid 1px #e6ecf5;
    width: 100%;
    min-height: 41px;
    cursor: pointer;
    background: #fff;
    height: 41px;
    display: table;
    table-layout: fixed;
    position:relative
}

.WMDropDownListPesquisa table.wm-grid td u{background-color:yellow;font-weight:bold;}




    .WMDropDownListPesquisa i.seta {
        margin-top: 12px;
        margin-right: 10px;
        float: right;
        color: #999;
        position: absolute;
        right: 0;
    }
    
    .WMDropDownListPesquisa .WMDropDownListPesquisa_OpcaoSelecionada {
        display:inline-block;
        padding-left: 10px;
        font-size: 14px;
        width: 89%;
        line-height: 39px;
        display: table-cell;
        table-layout: fixed;
        color: #34495e
    }

        .WMDropDownListPesquisa_OpcaoSelecionada i.bloqueado:hover {
            cursor: not-allowed;
        }

    .WMDropDownListPesquisa .MultiplaSelecao:first-child {
        color: red;
    }

    .WMDropDownListPesquisa .MultiplaSelecao {
        border: solid 1px #c0c0c0;
        padding: 5px 20px 5px 10px;
        line-height: 12px;
        margin-left: 10px;
        position: relative;
        margin-bottom: 8px;
    }

        .WMDropDownListPesquisa .MultiplaSelecao span:first-child {
            width: 90%;
        }

        .WMDropDownListPesquisa .MultiplaSelecao span:last-child {
            position: absolute;
            top: 4px;
            right: 5px;
        }

    .WMDropDownListPesquisa .WMDropDownListPesquisa_Conteudo {
        display: none;
        position: absolute;
        border: solid 1px #e6ecf5;
        clear: both;
        width: 100%;
        top: 100%;
        max-height: 290px;
        z-index: 999;
        background-color: #FFF;
        border-top: 1px #FFF;
        padding: 10px;
        left: 0;
    }

        .WMDropDownListPesquisa .WMDropDownListPesquisa_Conteudo input {
            width: 100% !important;
            height: 35px;
        }

    .WMDropDownListPesquisa .WMDropDownListPesquisa_Conteudo_Tabela {
        margin-top: 10px;
        overflow: auto;
        max-height: 223px;
        width: 100%;
    }

    .WMDropDownListPesquisa .wm-grid tbody tr td,
    .WMDropDownListPesquisa .wm-grid thead tr th {
        text-align: left !important;
        font-size: 14px;
    }



div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento {
    cursor: default;
    color: #ccc !important;
    display: inline-block;
    background: #eee !important;
    opacity: 0.8;
    border: none !important;
    text-align: center !important;
    width:60px;
    height:36px;
    padding: 0 !important;
    font-size:9px;
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 0;
}

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento span:not(.tipo_relacionamento) {
        display: none;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento:hover {
        border: none !important;
        color: #ccc !important;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento i {
        display:block;
        font-size:13px;
        margin:5px 0 2px 0;
        float:none;
        width:auto;
        padding:0 !important;
    }

    div[data-componente=WMRelacionamentoIcone] .dropdownlistpesquisa_relacionamento  i {
        margin:12px 0 2px 0;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.active {
        opacity: 1;
        color: #fff !important;
        border: none !important;
    }

        div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.active.inactive span:not(.tipo_relacionamento) {
            display:block;
            position:absolute;
            top:-10px;
            right:-17px;
            background:#eee;
            -ms-transform:rotate(42deg);
            -webkit-transform:rotate(42deg);
            transform:rotate(42deg);
            padding:0 21px;
        }

            div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.active.inactive span:not(.tipo_relacionamento) i {
                color: #999;
                position: relative;
                top:3px;
                left:4px;
                font-size:8px;
                -ms-transform: rotate(-42deg);
                -webkit-transform: rotate(-42deg);
                transform: rotate(-42deg);
            }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.advogado.active {
        background: #5E738B !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.cliente.active {
        background: #1BA39C !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.lead.active {
        background: #1BD9B3 !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.prospect.active {
        background: #1BA39C !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.colaborador.active {
        background: #C49F47 !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.estagiario.active {
        background: #E7505A !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.fornecedor.active {
        background: #E87E04 !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.outros.active {
        background: #95A5A6 !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.parceiro.active {
        background: #E26A6A !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.perito.active {
        background: #4DB3A2 !important;
        color: #fff;
    }

    div[data-componente=WMRelacionamentoIcone] .bloco_relacionamento.dropdownlistpesquisa_relacionamento {
        height: 40.5px !important;
        margin-top: 14px;
    }

    div[data-componente=WMRelacionamentoIcone] .dropdownlistpesquisa_relacionamento {
        margin-top: 8px !important;
    }



div[data-componente=WMImageCrop]:hover                                                         > div.wm-btn-group {display:block !important;}
div[data-componente=WMImageCrop] div.wm-btn-group a.btn:hover > div[data-componente=WMImageCrop] div.wm-btn-group {display:block !important;}
div[data-componente=WMImageCrop] div.wm-btn-group {display:block;position:absolute;padding-right:30px;bottom:0}
div[data-componente=WMImageCrop] div.wm-btn-group a.btn {background-color:#000;opacity:0.5;color:#FFF;font-size:0.7vw;display:flex;float:right;}
div[data-componente=WMImageCrop] div.wm-btn-group a.btn i.fa {padding-right:0 !important;}

/*div[data-componente=WMArea] div[data-componente=WMArea] {margin:0 !important;}*/
div[data-componente=WMCor] div.cor-selecionada {width:46px;border:solid 1px #ccc;position:relative;text-align:center;}
div[data-componente=WMCor] div.cor-selecionada:after {content:'\e09e';font-weight:lighter;color:#ccc;font-size:20px;font-family:Simple-Line-Icons;line-height:1.95}
ul.wmcor li {width:51px;height:51px;float:left;margin:2px;overflow:hidden;border:1px solid #FFF;cursor:pointer;}
ul.wmcor li.selecionado span {display:block !important;width:100%;height:100%;background:rgba(51, 51, 51, 0.5);}
ul.wmcor li:hover {width:55px;height:55px;margin:0;z-index:3;}


div[data-componente] .wm-block {height: 100%;}

.btn-salvar {
    color: #fff !important;
}

#dvFiltroEtapa div[data-componente],
#dvFiltroModeloTarefaAvulsa div[data-componente],
#dvFiltroModeloTarefa div[data-componente] {
    margin: 0 !important;
}
    

.wm-paginacao {
    justify-content: flex-end !important;
}

.wm-container {
    display: block;
}

div.editar-dicionario:hover {
    border: solid 1px red;
    cursor: pointer !important;
}

.wm-cabecalho-conteudo .align-left {
    text-align: left;
}

.wm-cabecalho-conteudo .align-right {
    text-align: right !important;
}

.wm-cabecalho-conteudo .align-center {
    text-align: center !important;
}

.wm-cabecalho-conteudo .align-middle {
    height: 100%;
    align-items: center;
    display: flex;
}

.wm-cabecalho-conteudo {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

    .wm-cabecalho-conteudo .wm-col-md-6:last-child {
        border-left: 1px solid #ccc;
    }

    .wm-cabecalho-conteudo h1,
    .wm-cabecalho-conteudo h2,
    .wm-cabecalho-conteudo h3,
    .wm-cabecalho-conteudo h4,
    .wm-cabecalho-conteudo h5,
    .wm-cabecalho-conteudo h6 {
        width: 100%;
        margin: 0;
        padding: 5px 0;
        font-weight: 600 !important;
    }

.tarefa_status {
    cursor: pointer;
}

.icone-ciencia-painel-tarefa {
    text-align: right;
    padding-top: 35px;
}

    .icone-ciencia-painel-tarefa i {
        font-size: 25px;
        color: orange;
    }

.lista-pessoa-painel-tarefa {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .lista-pessoa-painel-tarefa li {
        width: 33%;
        display: inline-block;
        margin: 0 0 0 0 !important;
        float: left;
        padding: 5px;
    }

        .lista-pessoa-painel-tarefa li div span.nome_usuario_foto {
            width: calc(100% - 44px);
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

span.sou_eu {
    font-weight: bold;
    color:#484747;
}

div.mensagemV2 div.iconeWarning {
    float: left;
    display: inline;
    width: 20px;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 1px;   
    z-index: 3;
    color: #F3C200;
}

div.mensagemV2 div.iconeInfo {
    float: left;
    display: inline;
    width: 20px;
     margin-top: 0;
    margin-right: 15px;
    margin-left: 1px;   
    z-index: 3;
    color: #4B77BE;
}

div.mensagemV2 div.iconeErro {
    float: left;
    display: inline;
    width: 20px;
     margin-top: 0;
    margin-right: 15px;
    margin-left: 1px;   
    z-index: 3;
    color: #D91E18;
}

div.mensagemV2 div.iconeSucesso {
    float: left;
    display: inline;
    width: 20px;
     margin-top: 0;
    margin-right: 15px;
    margin-left: 1px;   
    z-index: 3;
    color: #26C281;
}

.acao_menu_tarefa{width:10px !important;height:10px !important; cursor:pointer}
ul.drop_informativo table.wm-grid td span.primeira-coluna{font-size:26px;text-align:center;font-weight:600}
ul.drop_informativo table.wm-grid td span.terceira-coluna{font-size:9px;}
ul.drop_informativo table tr.nao-lido {background-color:#F7F7F7;}

div.menu-minhas-bases-conhecimento, 
div.menu-meus-videos {width:100%;color:#333}

div.menu-minhas-bases-conhecimento ul, 
div.menu-meus-videos ul{width:100%;border-bottom:solid 1px #e6ecf5}

div.menu-minhas-bases-conhecimento ul#lista_personalizados, 
div.menu-meus-videos ul#lista_personalizados{border-bottom:solid 1px #e6ecf5}

div.menu-minhas-bases-conhecimento ul#lista_personalizados ul.lista-icone:first-child,
div.menu-meus-videos ul#lista_personalizados ul.lista-icone:first-child{margin-left:0 !important;padding-right:0 !important}

div.menu-minhas-bases-conhecimento .oculto,
div.menu-meus-videos .oculto{display:none}

div.menu-meus-videos ul#lista_tipo,
div.menu-meus-videos ul#lista_modulo{border:none !important;margin-left:5px;padding-right:5px;}

div.menu-minhas-bases-conhecimento ul ul.lista-icone, 
div.menu-meus-videos ul ul.lista-icone{margin-left:8px;padding-right:8px;border-bottom:none !important;}

div.menu-minhas-bases-conhecimento ul li, 
div.menu-meus-videos ul li {font-size:12px;cursor:pointer;height:30px;line-height:30px;padding-left:5px;padding-right:5px;position:relative}

div.menu-minhas-bases-conhecimento ul li .barra,
div.menu-meus-videos ul li .barra {position:absolute;height:28px;width:2px;left:-2px;left:-2px;}

div.menu-minhas-bases-conhecimento ul li i.fa, 
div.menu-meus-videos ul li i.fa{float:left;margin-top:8px;}

div.menu-minhas-bases-conhecimento ul li:hover strong,
div.menu-minhas-bases-conhecimento ul li:hover small,
div.menu-meus-videos ul li:hover strong,
div.menu-meus-videos ul li:hover small{font-weight:600 !important;}

div.menu-minhas-bases-conhecimento ul li strong, 
div.menu-meus-videos ul li strong {white-space:nowrap;overflow:hidden;text-overflow: ellipsis;width:calc(100% - 65px);display: inline-block;text-indent: 5px; display:inline-block;font-weight:400;text-indent:5px}

div.menu-minhas-bases-conhecimento .topico, 
div.menu-meus-videos .topico {font-weight:600;margin-left:-3px;}

div.menu-minhas-bases-conhecimento ul li .qtd, 
div.menu-meus-videos ul li .qtd{font-size: 10px;float:right;}

div.minhas-bases-conhecimento, 
div.meus-videos {color:#333;display:flex;}
div.minhas-bases-conhecimento a, 
div.meus-videos a {color:#333}
div.minhas-bases-conhecimento ul.bloco, 
div.meus-videos ul.bloco {cursor:pointer}
div.minhas-bases-conhecimento ul.bloco li.item:hover, 
div.meus-videos ul.bloco li.item:hover{background-color:#F7F7F7}
div.minhas-bases-conhecimento ul.bloco li.item, 
div.meus-videos ul.bloco li.item{padding:5px;padding-top:0;margin-top:10px;overflow:hidden;}
div.minhas-bases-conhecimento ul.bloco li.item .img-video, 
div.meus-videos ul.bloco li.item .img-video {width:100%;background-color:#000;position:relative;padding:0}
div.minhas-bases-conhecimento ul.bloco li.item .img-video .duracao, 
div.meus-videos ul.bloco li.item .img-video .duracao {position:absolute;font-size:10px;font-weight:500;padding:3px 5px;display:inline-block;background:#000;color:#FFF;z-index:10;bottom:8px}
div.minhas-bases-conhecimento ul.bloco li.item .img-video .mascara-video,
div.meus-videos ul.bloco li.item .img-video .mascara-video { position: absolute;font-size: 10px;font-weight: 500;padding: 3px 5px;display: inline-block;color: #FFF;z-index: 10;width: 100%;height: 100%;padding-top: 130px;}
div.minhas-bases-conhecimento ul.bloco li.item .img-video iframe, 
div.meus-videos ul.bloco li.item .img-video iframe {width:100%;height:100%;display:block}
div.minhas-bases-conhecimento ul.bloco li.item .conteudo .titulo, 
div.meus-videos ul.bloco li.item .conteudo .titulo {font-weight:600;float:left;width:calc(100% - 60px);}

div.minhas-bases-conhecimento ul.bloco li.item .conteudo .descricao, 
div.meus-videos ul.bloco li.item .conteudo .descricao {font-size:10px;min-height:45px;clear:both;}

div.minhas-bases-conhecimento ul.bloco li.item .conteudo .status-leitura {margin-top:1px;font-size:9px;float:right !important;}

div.minhas-bases-conhecimento ul.bloco li.item .conteudo .percentuais,  
div.meus-videos ul.bloco li.item .conteudo .percentuais {margin-top:5px;margin-bottom:5px;}
div.minhas-bases-conhecimento ul.bloco li.item .conteudo .percentuais p,  
div.meus-videos ul.bloco li.item .conteudo .percentuais p {width:100%;margin:0}
div.minhas-bases-conhecimento ul.bloco li.item .conteudo .percentuais p span, 
div.meus-videos ul.bloco li.item .conteudo .percentuais p span {font-size:11px}
div.minhas-bases-conhecimento ul.bloco li.item .conteudo .percentuais p.progress,  
div.meus-videos ul.bloco li.item .conteudo .percentuais p.progress {height:3px;margin-bottom:5px;}
div.minhas-bases-conhecimento ul.bloco li.item .conteudo ul.acoes_curtir,  
div.meus-videos ul.bloco li.item .conteudo ul.acoes_curtir {margin:0 !important;float:none !important;}
div.minhas-bases-conhecimento ul.bloco li.item .conteudo ul.acoes_curtir li,  
div.meus-videos ul.bloco li.item .conteudo ul.acoes_curtir li {font-size:11px;width:20%;margin-top:0}
div.minhas-bases-conhecimento ul.bloco li.item .data-postagem,  
div.meus-videos ul.bloco li.item .data-postagem {font-size:10px;color:#666}

.fc-time-grid .fc-event{min-height:25px;}
.fc-ltr .fc-time-grid .fc-event-container{margin:0px 2.5% 0 7px !important}
.fc-time-grid-event fc-event fc-start fc-end fc-short{left:20px !important;}
.fc-content{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;}
.agenda_dia_selecionado {background: #fcf8e3 !important;}

.campo_necessario_atualizar{font-size: 12px;padding: 0;margin: 0;color: #F37B53;margin-left: 10px;}

/**************************************************************************************************/
/*************************************** FILA ATENDIMENTO *****************************************/
/**************************************************************************************************/
        .bloco-atender {
            margin-top: 0px;
            padding-left: 0;
            padding-top: 2px;
            border: 1px solid #F4F6F5;
        }
        .atender-tipo, 
        .atender-nome {
            font-weight:initial;
            margin: 0;
            font-size: 11px !important;
        }       
        .atender-bloco {
            float: left;
            padding-right: 20px;
            border-left: 0;
            /*margin-bottom: 3px;*/
        }
        .atender-bloco p {
            margin:0;
        }
        .alerta-fila {
            padding-top: 9px;
        }
        .no-border {
            border-left: none;
        }
        .no-padding-right {
            padding-right: 0;
        }
        img.imgUsuarioPequenaAtendimento {
            float: left;
            width: 44px;
            height: 44px;
            margin: 3px 0 0 0;
        }
         p.hora-atendimento {
             float:left;
         }
         .bloco-status-atendimento {
            float: right;
            font-size: 11px;
            padding: 2px 5px;
            background: #6A89AF;
            color: #FFF;
            font-weight: 900;
         }
        .ponto-status {
            float: left;
            width: 13px;
            height: 13px;
            background: red;
            margin: 3px 5px 0 0;
            border-radius: 100% !important;
        }
        .item-prioridade {
            margin-bottom: 5px;
            color:#fff;
            padding:10px;
        }
        .bloco-prioridade {
            cursor: pointer;
            position: absolute;
            height: 44px;
            left: 4px;
            width: 10px;
            margin-top: 3px;
        }
        .bloco-1 {
           font-size: 13px;
           color: #888da8;
           margin: 0 0 3px 0;
        }
        .bloco-1 p {
            margin: 0;
        }

        .bloco-1 img {
           margin-right: 10px;
        }
        .data-hora-atendimento {
            float: left;
            margin: 8px 0 0 5px !important;
            font-size:9px;                        
            text-align: left;
        }  
        .m6 {
            margin: 0 0 6px 0 !important;
        } 
        .btn-mudar-status {
            cursor: pointer;
        }
        .salas-atendimento {
            margin: 10px 0 0 0;
            border: 1px solid #e6ecf5;            
        }
        .nav-salas-atendimento,
        .salas-atendimento {
            background: #FAF9FE;
        }
        .nav-salas-atendimento h5 {
            color: #A3A3A5;
            margin: 24px 0 21px 14px;            
        }
        .nav-salas-atendimento ul li {
            margin: 10px 0 0 0;
            background: #FFF;
            display: flow-root;
            border: 1px solid #eaeaea;  
            padding-top: 2px;
            padding-bottom: 2px;          
        }
        .nav-salas-atendimento ul li.sala-desativa {
            background: #F0F0F0;
            display: flow-root;
        }
        .nav-salas-atendimento ul li p {
            float: left;
            width: 80%;            
            padding-left: 5px;
            margin-bottom: 0;
            color: #888DA8 !important;
            font-size: 11px;
        }
        .nav-salas-atendimento ul li img {
            float: right;
            padding: 0;
            width: 35px;
            height: 35px;
            margin: 0;
        }
        .nav-salas-atendimento ul li p strong {
            float: left;
            /* margin: 7px 0 0 0; */
            /* padding-top: 10px; */
            width: 100%;
            font-size: 11px;           
        }

          .atendimento-square {
            width: 98%;
            height: 0;
            padding-bottom: 98%;
            margin: 1%;
            float: left;
            position: relative;
            opacity: 0.8;
            color: #fff;
            font-weight: bold;
        }

            .atendimento-square i {
                position: absolute;
                top: 48%;
                font-size: 30px;
                left: 37%;
            }

.class-simular-selecionado{border: 3px solid #F00;}

.summernote{width:100% !important;}

.correicao_cor { color: #f2a553 }
tr.correicao th:first-child:after{color:#FFF !important;}
tr.correicao td small,tr.correicao th small, tr.correicao td span,tr.correicao th span{color:#f5d4b3 !important}
tr.correicao td div.wm-usuario p small{color:inherit !important;}
tr.correicao td, tr.correicao th{background-color:#f2a553; color:#FFF !important}
tr.correicao td .correicao_cor {color:#FFF !important}
.correicao span.nome_usuario_foto {color:#FFF !important}
.correicao { background-color: #f2a553;color: #FFF;font-weight: 600;}
.correicao[data-componente=WMCheckBox] {padding-top: 0;width: 100%;padding-bottom:9px;padding-left: 30px;}
.correicao label{color:#FFF !important;}
.correicao .box {border: 2px solid #fff !important ;}
.correicao .check {border: 2px solid #FFF !important;}

.bootstrap-tagsinput{width:100% !important;padding: 0 5px 0px 5px !important;border: 1px solid #e6ecf5 !important;}
.bootstrap-tagsinput input{display:inline !important; border:none !important;min-width: 200px !important;}

/*div[data-id=Passo_1],div[data-id=Passo_2]{min-height:500px !important;display:flex !important;}*/
#fluxo_cadastro_container_tramitacoes_select{display:none !important}
/*div[data-id=Passo_2] div.row:nth-child(2) {display: flex !important;}    
div[data-id=Passo_2] div[data-componente=WMLiteral]:first-child {display:flex !important;}*/
    