/* LOGIN */
.lockscreen .logo img {
    width: 100px;
}

.lockscreen .avatar {
    width: 100px;
}

.lockscreen .input-group {
    margin-bottom: 10px;
}

.oculto {
    display: none;
}

.fa-xl {
    font-size: 2.2em;
}

blockquote.comment {
    font-size: inherit;
}

.dropdown-right {
    right: 0;
    left: inherit;
}

/* DATATABLES */
.dt-toolbar-footer .text-center label {
    float: none !important;
}

/* SMART FORMS */
.smart-form header {
    background: transparent;
}
.smart-form .toggle {
    font-size: inherit;
}

.smart-form .dual-listbox.row button {
    padding: 3px;
    font-size: 17px;
}
.smart-form th .checkbox,
.smart-form td .checkbox {
    max-width: 24px;
    display: inline;
}
.smart-form .checkbox.text-muted {
    color: #999;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 6px 10px;
    width: 100%;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    width: 100%;
}

/* FULL CALENDAR */
.fc-content .popover {
    min-width: 400px;
}

/* FULL CALENDAR */
.message img.author {
    max-width: 60px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

form#fileupload button {
    padding: 6px 12px;
    width: 100%;
}

/* GERAL */
dd blockquote {
    font-size: inherit;
}
blockquote td,
blockquote th {
    font-size: 13px;
}

.chat-body .chat-file img.img-responsive {
    position: relative;
}

/* TYPOGRAPHY */
.bs-example {
    position: relative;
    padding: 15px 15px 15px;
    margin: 0 0px 15px;
    background-color: #fafafa;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px;
}
/* Echo out a label for the example */
.bs-example:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Tweak display of the code snippets when following an example */
.bs-example + .highlight {
    margin: -15px 0px 15px;
    border-radius: 0;
    border-width: 0 0 1px;
}

/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
    .bs-example {
        margin-left: 0;
        margin-right: 0;
        background-color: #fff;
        border-width: 1px;
        border-color: #ddd;
        border-radius: 4px 4px 0 0;
        box-shadow: none;
    }
    .bs-example + .highlight {
        margin-top: -16px;
        margin-left: 0;
        margin-right: 0;
        border-width: 1px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

/* Undo width of container */
.bs-example .container {
    width: auto;
}

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child, .bs-example > ul:last-child, .bs-example > ol:last-child, .bs-example > blockquote:last-child, .bs-example > .form-control:last-child, .bs-example > .table:last-child, .bs-example > .navbar:last-child, .bs-example > .jumbotron:last-child, .bs-example > .alert:last-child, .bs-example > .panel:last-child, .bs-example > .list-group:last-child, .bs-example > .well:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table {
    margin-bottom: 0;
}
.bs-example > p > .close {
    float: none;
}

/* Typography */
.bs-example-type .table .info {
    color: #999;
    vertical-align: middle;
    background:none;
}
.bs-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
    vertical-align: top !important;
}
.bs-example-type .table tr:first-child td {
    border-top: 0;
    vertical-align: top;
}
.bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 {
    margin-top: 0;
}

/* Images */
.bs-example > .img-circle, .bs-example > .img-rounded, .bs-example > .img-thumbnail {
    margin: 5px;
}

/* Tables */
.bs-example > .table-responsive > .table {
    background-color: #fff;
}

/* Buttons */
.bs-example > .btn, .bs-example > .btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
    margin-top: 10px;
}

/* Forms */
.bs-example-control-sizing select, .bs-example-control-sizing input[type="text"] + input[type="text"] {
    margin-top: 10px;
}
.bs-example-form .input-group {
    margin-bottom: 10px;
}
.bs-example > textarea.form-control {
    resize: vertical;
}

/* List groups */
.bs-example > .list-group {
    max-width: 400px;
}

/* Navbars */
.bs-example .navbar:last-child {
    margin-bottom: 0;
}
.bs-navbar-top-example, .bs-navbar-bottom-example {
    z-index: 1;
    padding: 0;
    overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-header, .bs-navbar-bottom-example .navbar-header {
    margin-left: 0;
}
.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.bs-navbar-top-example {
    padding-bottom: 45px;
}
.bs-navbar-top-example:after {
    top: auto;
    bottom: 15px;
}
.bs-navbar-top-example .navbar-fixed-top {
    top: -1px;
}
.bs-navbar-bottom-example {
    padding-top: 45px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
    bottom: -1px;
}
.bs-navbar-bottom-example .navbar {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
        position: absolute;
    }
    .bs-navbar-top-example {
        border-radius: 0 0 4px 4px;
    }
    .bs-navbar-bottom-example {
        border-radius: 4px 4px 0 0;
    }
}

/* Pagination */
.bs-example .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Pager */
.bs-example > .pager {
    margin-top: 0;
}

/* Example modals */
.bs-example-modal {
    background-color: #f5f5f5;
}
.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
}
.bs-example-modal .modal-dialog {
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

/* Example dropdowns */
.bs-example > .dropdown > .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 5px;
}

/* Example tabbable tabs */
.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}

/* Tooltips */
.bs-example-tooltips {
    text-align: center;
}
.bs-example-tooltips > .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Popovers */
.bs-example-popover {
    padding-bottom: 24px;
    background-color: #f9f9f9;
}
.bs-example-popover .popover {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    margin: 20px;
}

/* Scrollspy demo on fixed height div */
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

/*
 * Code snippets
 *
 * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
 */

.highlight {
    /* display: none; hidden by default, until >480px */
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
}
.highlight pre code {
    font-size: inherit;
    color: #333; /* Effectively the base text color */
}
.highlight pre .lineno {
    display: inline-block;
    width: 22px;
    padding-right: 5px;
    margin-right: 10px;
    text-align: right;
    color: #bebec5;
}

/* Show code snippets when we have the space */
@media (min-width: 481px) {
    .highlight {
        display: block;
    }
}

.hll {
    background-color: #ffffcc
}
/*{ background: #f0f3f3; }*/
.c {
    color: #999;
}/* Comment */
.err {
    color: #AA0000;
    background-color: #FFAAAA
}/* Error */
.k {
    color: #006699;
}/* Keyword */
.o {
    color: #555555
}/* Operator */
.cm {
    color: #0099FF;
    font-style: italic
}/* Comment.Multiline */
.cp {
    color: #009999
}/* Comment.Preproc */
.c1 {
    color: #999;
}/* Comment.Single */
.cs {
    color: #999;
}/* Comment.Special */
.gd {
    background-color: #FFCCCC;
    border: 1px solid #CC0000
}/* Generic.Deleted */
.ge {
    font-style: italic
}/* Generic.Emph */
.gr {
    color: #FF0000
}/* Generic.Error */
.gh {
    color: #003300;
}/* Generic.Heading */
.gi {
    background-color: #CCFFCC;
    border: 1px solid #00CC00
}/* Generic.Inserted */
.go {
    color: #AAAAAA
}/* Generic.Output */
.gp {
    color: #000099;
}/* Generic.Prompt */
.gs {
}/* Generic.Strong */
.gu {
    color: #003300;
}/* Generic.Subheading */
.gt {
    color: #99CC66
}/* Generic.Traceback */
.kc {
    color: #006699;
}/* Keyword.Constant */
.kd {
    color: #006699;
}/* Keyword.Declaration */
.kn {
    color: #006699;
}/* Keyword.Namespace */
.kp {
    color: #006699
}/* Keyword.Pseudo */
.kr {
    color: #006699;
}/* Keyword.Reserved */
.kt {
    color: #007788;
}/* Keyword.Type */
.m {
    color: #FF6600
}/* Literal.Number */
.s {
    color: #d44950
}/* Literal.String */
.na {
    color: #4f9fcf
}/* Name.Attribute */
.nb {
    color: #336666
}/* Name.Builtin */
.nc {
    color: #00AA88;
}/* Name.Class */
.no {
    color: #336600
}/* Name.Constant */
.nd {
    color: #9999FF
}/* Name.Decorator */
.ni {
    color: #999999;
}/* Name.Entity */
.ne {
    color: #CC0000;
}/* Name.Exception */
.nf {
    color: #CC00FF
}/* Name.Function */
.nl {
    color: #9999FF
}/* Name.Label */
.nn {
    color: #00CCFF;
}/* Name.Namespace */
.nt {
    color: #2f6f9f;
}/* Name.Tag */
.nv {
    color: #003333
}/* Name.Variable */
.ow {
    color: #000000;
}/* Operator.Word */
.w {
    color: #bbbbbb
}/* Text.Whitespace */
.mf {
    color: #FF6600
}/* Literal.Number.Float */
.mh {
    color: #FF6600
}/* Literal.Number.Hex */
.mi {
    color: #FF6600
}/* Literal.Number.Integer */
.mo {
    color: #FF6600
}/* Literal.Number.Oct */
.sb {
    color: #CC3300
}/* Literal.String.Backtick */
.sc {
    color: #CC3300
}/* Literal.String.Char */
.sd {
    color: #CC3300;
    font-style: italic
}/* Literal.String.Doc */
.s2 {
    color: #CC3300
}/* Literal.String.Double */
.se {
    color: #CC3300;
}/* Literal.String.Escape */
.sh {
    color: #CC3300
}/* Literal.String.Heredoc */
.si {
    color: #AA0000
}/* Literal.String.Interpol */
.sx {
    color: #CC3300
}/* Literal.String.Other */
.sr {
    color: #33AAAA
}/* Literal.String.Regex */
.s1 {
    color: #CC3300
}/* Literal.String.Single */
.ss {
    color: #FFCC33
}/* Literal.String.Symbol */
.bp {
    color: #336666
}/* Name.Builtin.Pseudo */
.vc {
    color: #003333
}/* Name.Variable.Class */
.vg {
    color: #003333
}/* Name.Variable.Global */
.vi {
    color: #003333
}/* Name.Variable.Instance */
.il {
    color: #FF6600
}/* Literal.Number.Integer.Long */

.css .o, .css .o + .nt, .css .nt + .nt {
    color: #999;
}

.email {
    text-transform: lowercase;
}

.button-more {
    padding: 3px 10px;
    font-size: 14px;
}

.button-remove, .button-add {
    width: 100%;
    font-size: 16px;
    padding: 4px;
}

header.titulo>span.badge {
    padding: 3px 7px;
}

.cs-clone-activated {
    margin-left: 0 !important;
    padding-top: 10px;
    border-left: 3px solid #739e73;
    transition-duration: 0.5s;
}
.cs-clone-disabled {
    margin-left: 0 !important;
    padding-top: 10px;
    border-left: 3px solid #a90329;
    transition-duration: 0.5s;
}

.map {
    width: 100%;
    height: 400px;
    border: 1px solid #CCC;
}

input[readonly] {
    cursor: not-allowed;
    background: #eee !important;
}

.nav-tabs>li.active>a {
    -webkit-box-shadow: 0 -2px 0 #CA3438;
    box-shadow: 0 -2px 0 #CA3438;
}

.ui-menu .ui-menu-item a.ui-corner-all:hover {
    color: #000 !important;
}

.text-bold {
    font-weight: bold;
}

.gerar {
    padding: 5px;
    font-size: 15px;
}

.datatables-ss {
    width: 100% !Important;
}

.smart-style-3 #logo a {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	width: 150px;
}
.smart-style-3 #logo img {
	width: auto;
	margin-right: 15px;
}

.margin-left-10 {
	margin-left: 10px;
}

.smart-form label .icon-append,
.smart-form label .icon-prepend {
	top: 23px;
}
.smart-form label.select i {
	top: 29px;
}

.tab-pane fieldset {
	background-color: transparent;
}

.select select.monospace {
	font-family:"Courier New", Courier, monospace;
}

fieldset .well {
	margin-bottom: 15px;
	padding: 10px;
}

.mceLayout {
	width: 100% !important;
}

.smart-form .popover-title,
.smart-form .popover-content {
	padding: 9px 14px;
}

header.titulo {
	display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 0;
}

.text-strong {
	font-weight: bold;
}
.text-white {
	color: #FFF;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	#logo {
		width: 180px;
	}
}
.select2-container .select2-choice .select2-arrow {
	display: none;
}
.select2-container .select2-choice {
	height: 30px;
}

/* **************************************** */
/* LOGIN */
/* **************************************** */
form#loginform {
	z-index: 100;
}

form#recoverform {
	display: none;
}

form#recoverform {
	z-index: 50;
	opacity: 0;
    display: none;
	top: 50%;
}

@media (max-width: 480px){
    form#recoverform {
        z-index: 50;
        opacity: 0;
        display: none;
        top: -190px;
    }
}
.login-form section {
    margin-bottom: 15px;
    position: relative;
}
.timeline-seperator {
    display: block;
    text-align: center;
    color: #999;
    margin: 20px 0 0;
}
.timeline-seperator:after {
    display: block;
    content: " ";
    margin: 0 20px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    margin-top: -8px;
}
.timeline-seperator>:first-child {
    padding: 4px 5px;
    border: 1px dashed rgba(0,0,0,.1);
    background: #fff;
    font-size: 11px;
    border-radius: 4px;
}
.font-sm {
    font-size: 95%!important;
}
.table th.vcenter,
.table td.vcenter {
    vertical-align: middle;
}

/* *********************************************************
LOADING
************************************************************* */
.loader-master {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,255,0.5);
}
.wrap-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -40px;
}
.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ENDERECO */
.input-group-btn.viacep {
    vertical-align: top;
}

/* FORM COBRANÇA */
section.alert-estornada {
    border-left: 5px solid #efe1b3;
    padding-left: 10px !important;
}
div.alert-estornada {
    padding: 7px 0;
    color: #826430;
    font-size: 15px;
    font-weight: 700;
}

/* COLOR PICKER - VIEW */
.equipe-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 8px;
}

/* COLOR PICKER */
#color-picker-container {
    padding: 15px;
}
#color-picker-container .iro__colorPicker {
    margin: auto;
}

/* Calendar */
.fc-event {
    color: #333;
    background-color: #eee;
}

/* Autocomplete */
.ui-custom.ui-menu {
    padding: 0 !important;
}
.ui-custom.w-auto {
    width: auto !important;
}
.ui-custom a {
    border-bottom: 3px solid #eee !important;
}
.ui-custom a.ui-state-focus {
    color: #000 !important;
    font-weight: normal !important;
    white-space: normal !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.ui-custom a.ui-state-focus:hover,
.ui-custom a.ui-state-focus:focus {
    color: #000 !important;
}
.div-autocomplete-label p {
    padding: 5px;
}

span.fa-stack {
    margin-left: -5px;
}

/* Agenda */
.tr-danger>td {
    background-color: rgb(255, 13, 0);
}
.tr-danger:hover>td {
    background-color: rgba(255, 13, 0, 0.8);
}
.tr-danger>td {
    color: #FFF;
}
.tr-danger>td>a {
    color: #FFF;
    text-decoration: underline;
}
.tr-danger>td>a:hover {
    color: #f2f2f2;
}
.tr-danger>td button {
    color: initial;
}


/* */
.div-forma-pagamento .col {
    padding-right: 0;
}
.div-forma-pagamento .col.col-sm-1 {
    padding-right: 15px;
}
.div-forma-pagamento .col label {
    white-space: nowrap;
}

.select2-hidden-accessible {
    display: none !important;
}

@media only screen and (max-width: 1366px) {
    .jarviswidget>header {
        display: table;
        width: 100%;
        min-height: 34px;
        height: auto;
    }
}

/* Well table custom */
.well-danger, 
.well-danger .table, 
.well-danger .table th, 
.well-danger .table td {
    border-color: #c26565;
}


.collapse-item-custom {
    padding: 5px 5px 7px 15px;
    margin-left: 8px;
    margin-bottom: 5px;
    border-left: 2px solid #3276B1;
}

@media (min-width: 768px) {
    .no-margin-sm {
        margin-bottom: 0 !important;
    }
}

/* CHART */
.chart-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
}
.chart-container {
    width: 100%;
}
.chart-container canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* CUSTOM */
.m-auto {
    margin: auto;
}