/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

i.icon-prepend {
    border-right-style: solid;
    border-right-width: 1px;
    color: #a2a2a2;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    left: 5px;
}

.icon-addon .fa, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon.addon-md .glyphicon {
    margin-left: 2px;
}

.icon-addon .icon-prepend + .form-control  {
    padding-left: 22px;
}

.gzpadingnull{
	padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 678px){
.gznpading{
	padding-left: 0px;
    padding-right: 0px;
}
}
@media (min-width: 679px){
.gznpading{
	padding-left: 0px;
    /*padding-right: 0px;*/
}
}
.gzpaddingtoolbar{
	padding-left: 0px; padding-bottom: 10px
}
.navbar-collapse.ncgz.collapse{
/*	padding-bottom: 13px;*/
/*	padding-left: 0px;
    padding-right: 0px;*/
}

/*
 * Formata o select2
 * Inicio
 */
.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;   
}

.form-control.select2-container {
    height: auto !important;
    padding: 0px;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}
/*
 * BTNs 
 */
@media (max-width: 678px) {
  .btn-responsive {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

@media (min-width: 679px) and (max-width: 768px) {
  .btn-responsive {
 /*   padding:2px 4px;
    font-size:80%;*/
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
/*    padding:4px 9px;
    font-size:90%;*/
	   display: block;
    line-height: 1.2;
  }
}

/*
 * Fim
 */
.floatleft{
    float: left;
}
 /*tabs*/
.nav-tabs .gztabs {
    border-bottom-color: #d9d9d9;
    float: left;
    width: 100%;
}
.nav-tabs .gztabs > li a {
    background: none repeat scroll 0 0 #f2f2f2;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #444444;
    text-align: center;
}
.nav-tabs .gztabs > li a:hover {
    background: none repeat scroll 0 0 #f9f9f9;
    border-color: #d9d9d9;
}
.nav-tabs .gztabs > li.active a, .nav-tabs > li.active:hover a {
    background: none repeat scroll 0 0 white;
    border-color: #d9d9d9 #d9d9d9 transparent;
    color: #444444;
}
.instructions {
    padding: 10px 0;
    text-align: center;
}
.tabs-dropdown .dropdown-toggle {
    background: none repeat scroll 0 0 #f2f2f2;
    border-color: #e0e0e0;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #444444;
}
.tab-content {
 /*   background: none repeat scroll 0 0 white;
    border-color: #d9d9d9;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width: 0 1px 1px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;*/
    padding: 10px;
}
.tab-content .tab-pane {
    color: #566473;
}
/* dataTable */
div.DTTT.btn-group{display: none;}
/* autocomplete */
.ui-autocomplete { z-index:2147483647!important; }
.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-widget-content {
    font-weight: 400;
    white-space: normal;
}

.ui-autocomplete hr{
	margin-bottom: 0px;
    margin-top: 0px;
}	
.ui-autocomplete small{
	font-size: 75%;
	color: #999;
    font-weight: 400;
	padding: 2px 0.4em;
}

input.ui-autocomplete-loading[type="color"], input.ui-autocomplete-loading[type="date"], input.ui-autocomplete-loading[type="datetime-local"], input.ui-autocomplete-loading[type="datetime"], input.ui-autocomplete-loading[type="email"], input.ui-autocomplete-loading[type="month"], input.ui-autocomplete-loading[type="number"], input.ui-autocomplete-loading[type="password"], input.ui-autocomplete-loading[type="search"], input.ui-autocomplete-loading[type="tel"], input.ui-autocomplete-loading[type="text"], input.ui-autocomplete-loading[type="time"], input.ui-autocomplete-loading[type="url"], input.ui-autocomplete-loading[type="week"] {
    background-image: url("../img/select2-spinner.gif") !important;
    background-repeat: no-repeat;
	background-position: 99% center;
    padding-left: 27px;
    padding-right: 12px;
}
input.gzpadding{
	padding: 6px 4px;
}

.select2-container.form-control.gzpadding.select2 a{
	height: 30px;
}

.icon-addon .form-control{
    float: right;
    padding-right: 30px;
	padding-left: 12px;
}

i.icon-append {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
	color: #a2a2a2;
    border-left-style: solid;
    border-left-width: 1px;
    right: 5px;
} 

.icon-addon .fa {
	left:inherit;
   /* right: 10px; */
	top: 5px;
    padding: 0;
 }
 
.moeda{
	text-align: right;
}

input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

.modal-header, .close {
background-color: #3276b1;
color:white !important;
text-align: left;
font-size: 30px;
}

.info {
    color: #000;
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.info:focus, .info:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
a.info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.nav.navbar-form { 
	margin-bottom:0;
	padding-bottom: 0px;
}
.nav.navbar-nav.navbar-right {
    margin-top: -5px;
}
.icon-addon.gz-icon-right .fa, .icon-addon.addon-md.gz-icon-right .fa {
  	left: auto;
    padding: 0 10px 0 4px;
    right: 5px;
    top: 5px;
}
.icon-addon.addon-md.gz-icon-right .ui-autocomplete-loading{
	background-position: 95% center;
	}
.jGrowl-notification{
	background-color: #FFFFA5;
	border-color:transparent;
	opacity:0.96;
}
.jGrowl {
	 font-family:unset;
	 }
.jGrowl-notification .jGrowl-header {
    font-size: 1em;
}
.jGrowl-notification .jGrowl-close {
	background: #000000 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
}
.onoffswitch.cal {
	width: auto;
}

.onoffswitch-switch.cal {
    right: 80%;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .cal.onoffswitch-switch::before {
	 content:"\f022";
}
.onoffswitch-checkbox + .onoffswitch-label .cal.onoffswitch-switch::before {
	content:"\f133";
}
/* calendario */
.fc{direction:ltr;text-align:left}
.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-unthemed .fc-divider,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed .fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-bgevent{background:#8fdf82;opacity:.3;filter:alpha(opacity=30)}.fc-nonbusiness{background:#d7d7d7}.fc-icon{display:inline-block;width:1em;height:1em;line-height:1em;font-size:1em;text-align:center;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative;margin:0 -1em}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700;font-size:200%;top:-7%;left:3%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700;font-size:200%;top:-7%;left:-3%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%;left:-2%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%;left:2%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{overflow-y:scroll;overflow-x:hidden}.fc-scroller>*{position:relative;width:100%;overflow:hidden}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad;background-color:#3a87ad;font-weight:400}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:3}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-h-event .fc-resizer{top:-1px;bottom:-1px;left:-1px;right:-1px;width:5px}.fc-ltr .fc-h-event .fc-start-resizer,.fc-ltr .fc-h-event .fc-start-resizer:after,.fc-ltr .fc-h-event .fc-start-resizer:before,.fc-rtl .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-end-resizer:after,.fc-rtl .fc-h-event .fc-end-resizer:before{right:auto;cursor:w-resize}.fc-ltr .fc-h-event .fc-end-resizer,.fc-ltr .fc-h-event .fc-end-resizer:after,.fc-ltr .fc-h-event .fc-end-resizer:before,.fc-rtl .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-start-resizer:after,.fc-rtl .fc-h-event .fc-start-resizer:before{left:auto;cursor:e-resize}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-day-grid-event .fc-resizer{left:-3px;right:-3px;width:7px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-toolbar{text-align:center;margin-bottom:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:0 2px}.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span{padding-top:2px;padding-bottom:2px}.fc-basic-view .fc-week-number{text-align:center}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:right}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:.3;filter:alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-bgevent-skeleton,.fc-time-grid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-time-grid .fc-bgevent-skeleton{z-index:3}.fc-time-grid .fc-highlight-skeleton{z-index:4}.fc-time-grid .fc-content-skeleton{z-index:5}.fc-time-grid .fc-helper-skeleton{z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-time-grid .fc-bgevent-container,.fc-time-grid .fc-event-container{position:relative}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event .fc-resizer:after{content:"="}
.fc-more-popover {
    background: #ffffff;
}
.fc-more-popover .fc-event-container {
    max-height: 207px;
    overflow: auto;
}
.fc-toolbar {
    display: inline-block;
    vertical-align: top;
}
.fc-toolbar .fc-left h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: -12px;
    text-shadow: 0 1px 0 #fff;
}

.fc-time-grid-event .fc-time {
    font-size: 11px;
    white-space: nowrap;
}

.fc-time, .fc-title {
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 3px 0 2px 3px;
}
#lista-buttons {
    position: absolute;
    right: 14px;
    top: 5px;
}

.air-top-right {
    right: 3px;
    top: 4px;
}

/* calendario fim*/
/* painel */
.smaller-stat span.label{
	width:auto;
}

.panel-default > .panel-heading-custom {
background: #F0F0F0; color: #000000; }

.dropzone .dz-default.dz-message{
	background-size: 100% auto;
    height: 43px;
    margin-left: auto;
    margin-top: auto;
    width: auto;
}

.modal {overflow:auto}

ul.ui-autocomplete li.ui-menu-item{text-align:left;}

@media (max-width: 678px) {
	.ui-autocomplete
	{
	    position: absolute;
		z-index:2147483647;
	    cursor: default;
	    height: 200px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    -webkit-overflow-scrolling: touch;
	}
}

.icon-addon .fa, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon.addon-md .glyphicon {
    z-index: auto;
}

.scrollToTop{
	width:100px; 
	height:100px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:50%;
	right:40px;
	display:none;
	background: url('../img/mappin-default.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}

.topform-control {
    display: inline;
    padding-top: 2px;
    width: auto;
}

.ui-spinner-up {
	background:#7a737a
}

.ui-spinner-down {
	background:#7a737a
}
.ui-spinner-up:hover { 
    background-color: #b0a9b0;
}
.ui-spinner-down:hover { 
    background-color: #b0a9b0;
}

.notification-body .from{
	margin-bottom: 0;
}
.notification-body > li a.msg {
    padding-left: 0px !important;
}

.padding-right-10 {
	padding-right:10px;
}

@media (min-width: 480px) {
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}
}


.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}


.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/****************
 
 */

.dropzone {
	min-height: 100px;
}

.notification-body .from {
    margin-right: 86px;

}

.minified .login-info a i {
    display: inline;
}

.quebra {
	word-break: break-all;
}

.emlinha {
	white-space:nowrap;
}

.popover {
    z-index: 9999;
    position: fixed;
}

@media (max-width: 480px) {
	.jarviswidget.gzh2 > header h2 {
	    width: 150px;
	}
	
	.jarviswidget > header h2 {
	    width: 185px;
	}
	.jarviswidget > header h2.gzmh2 {
	    width: 104px;
	}
	
}
.bootstrap-datetimepicker-widget table th.next span.glyphicon{
 	position:relative;
	left: 0;
}

.bootstrap-datetimepicker-widget table th.prev span.glyphicon{
 	position:relative;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"] span.glyphicon{
 	position:relative;left: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"] span.glyphicon{
 	position:relative;left: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"] span.glyphicon{
 	position:relative;left: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"] span.glyphicon{
 	position:relative;left: 0;
}
.login-info > span.cronometro{
	margin-top: 8px;
	height: 30px;
	font-size: 14px;
}
.input-group .icon-addon > i.icon-append {
	z-index:3;
}
.MessageBoxMiddle > div.bootstrap-datetimepicker-widget{
	color:#333;
}

.minified #chronotime{font-size:7px;}

@media (min-width: 1025px) {
	.modaly {
	  overflow-y: auto;
	  overflow-x: hidden;
	  max-height: calc(100vh - 210px);
	}
}

.headerbutton {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default!important;
    display: inline-block;
    font-weight: 700;
    height: 24px!important;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none!important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative
}

.headerbutton:hover {
    border: 1px solid #bfbfbf;
    transition: all 0s;
    cursor: pointer!important;
    -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08)
}

.select2-hidden-accessible {
	display:none;
}

.checkbox-forense {
	margin: 0px 0px 0 0 !important;
}

.special {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: lime; /* Just to visualize the extent */
  
}

.marginbottom {
	margin-bottom: 9px
}

@media only screen and (max-width: 768px) {
  .lucky {
	margin-top: 9px
	}
}

@media (min-width: 679px)
.lucky2 {
    padding-left: 0px;
}

.bouton-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.bouton-image:before{
     background-image : url(../../../img/word.png);
}

