@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'IcoMoon-Free';
	src: url('../Fonts/IcoMoon-Free.ttf?-b7qzp2') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "PT Serif Caption";
  font-style: normal;
  font-weight: 400;
  src: local("Cambria"), local("PT Serif Caption"), local("PTSerif-Caption"), url(https://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/7xkFOeTxxO1GMC1suOUYWWhBabBbEjGd1iRmpyoZukE.woff) format('woff');
}
@font-face {
  font-family: "Open Sans Light";
  font-style: normal;
  font-weight: 300;
  src: local("Segoe UI Light"), local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"), local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Segoe UI Bold"), local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}
/* --------------------KEYFRAMES------------------------- */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




/* --------------------General------------------------- */
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
	}
html,
body,
* {
  box-sizing: border-box;
  }
body.no_over{
	  overflow:hidden;
	  }
* {
  border-collapse: collapse;
  font-family: "Segoe UI", "Open Sans", sans-serif, serif;
  margin:0px;
  position:relative;
  font-style:normal;
  }
a {
  text-decoration: none;
  }
form.inline{
	display:inline !important;
	}
input{
	font-weight: bold;
	}
ul{
	margin:0px;
	padding:0px;
	}
li{
	list-style-type: none;
	}
h1 {
  font: 400 2.0rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}
h2 {
  font: 500 1.875rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}
h3 {
  font: 500 1.5rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}
h4 {
  font: 500 1.125rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}
h5 {
  font: 500 0.875rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}
h6 {
  font: 500 0.75rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .625rem 0;
}
h1.lessmargin,
h2.lessmargin,
h3.lessmargin,
h4.lessmargin,
h5.lessmargin,
h6.lessmargin {
  margin: 2px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: 400;
  font-size: .7em;
  line-height: 1;
  color: #777;
	}
h1.border,
h2.border,
h3.border,
h4.border,
h5.border,
h6.border {
   border-bottom: 1px solid #e5e5e5;
}



.nomargin{
	margin: 0px!important;
}
.hide{
	display:none;
	}
.text-light {
  font-weight: 300;
  font-style: normal;
}
.text-normal {
  font-weight: 400;
  font-style: normal;
}
.text-bold {
  font-style: normal;
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capital {
  text-transform: capitalize;
}
.align-left {
  text-align: left!important;
}
.align-right {
  text-align: right!important;
}
.align-center {
  text-align: center!important;
}
.align-justify {
  text-align: justify!important;
}
.v-align-top {
  vertical-align: top;
}
.v-align-bottom {
  vertical-align: bottom;
}
.v-align-baseline {
  vertical-align: baseline;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-sub {
  vertical-align: sub;
}
.v-align-super {
  vertical-align: super;
}
.v-align-top-text {
  vertical-align: text-top;
}
.v-align-bottom-text {
  vertical-align: text-bottom;
}
.text-dashed {
  border: 0;
  border-bottom: 1px gray dashed;
  display: inline;
}
.indent-paragraph:first-letter {
  margin-left: 2.5rem;
}
.text-secondary {
  font-size: 0.75rem;
}
.text-accent,
.text-enlarged {
  font-size: 1.1rem;
}
.text-default {
  font-size: 0.875rem;
}
.text-small {
  font-size: 0.625rem;
}
.text-light {
  font-weight: 300;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fullheight{
	min-height:100% !important;
}
h1 .icon{
	margin-right:6px;
}
/* --------------------LOADING PAGE--------------------------- */
.loading_page{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #293846!important;
    opacity: 0.5;
    top: 0px;
    right: 0px;
    z-index: 1031;
    overflow: hidden;
	}
.loading_page img{
	margin-left: 50%;
    top: 50%;
    left: 25px;
    margin-top: -25px;
}
.loading_page_window{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #293846!important;
    opacity: 0.5;
    top: 0px;
    right: 0px;
    z-index: 100;
    overflow: hidden;
	}
/* --------------------LOGIN--------------------------- */	
body.login{
	background-color:#004050 !important;
	}
body.login.orange{
background-color:#fa6800 !important;
}
body.login.red{
background-color:#dd4b39 !important;
}
.login-form{
 	width: 600px;
    height: auto;
    position: fixed;
	top: 50%;
    left: 50%;
	margin-top: -200px;
    margin-left: -300px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
	transition: 0.5s;
	padding:20px;
	background-color:#FFFFFF;
	}
.scale_set{
	-webkit-transform:scale(1);
	transform: scale(1);
	opacity: 1;
}
.login-form hr{
	margin:7px;
	}	
.login-form	.labelform{
	font-size: 18px;
	}
.login-form .input-control {
    height: 40px;
	}
.login-form input:-webkit-autofill {/*autocomplete chrome*/	
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* --------------------HR TIPE--------------------------- */
hr {
  border: 0;
  height: 2px;
  background: #eeeeee !important;
	}
hr.thin {
  height: 1px;
	}
hr.tall {
  height: 3px;
	}
.hr-division-title.mbottom{
	margin-bottom:40px;
	}
/* --------------------Main Divs------------------------- */
.main-page{
	display:block;
	padding-top:50px;
	min-height: 100%;
	}
.baseflex-div{
	display: -webkit-flex;
    display: flex;
	height:100%;
	}
.main-flex-div{
	background-color:#FFF;
	-webkit-flex: 1 auto;
    flex: 1 auto;
	min-width:600px;
	padding:20px;
	}
.main-list-button .button-list{
	display:none;
	}
.main-list-button .button-list.set{
	display: block;
	}
.button-list-table{
	display: inline-block;
	}
.button-list-table button{
	margin-right:5px;
	}
.button-list-table button:last-child{
	margin-right:0px;
}

 .button-list .right-block-button{
	 float:right;
 	} 
.button-list.right-block-button{
	 float:right;
 	}
.filter_buttons{
    text-align: -webkit-center;
}
/* --------------------Top Bar------------------------- */
.main-top-bar {
	top: 0;
	z-index: 1030;
    position: fixed;
	height: auto;
	background-color: #0072c6;
	width: 100%;
	}
.main-top-bar .personal_set {	
	width: auto;
    display: block;
    float: left;
	}
.main-top-bar .personal_set .foto_user {
	height:40px;
	width:40px;
	margin: 5px 5px 0px 10px;
	border-radius: 50%;
}
.main-top-bar .personal_set .name{
	display: inline-block;
	padding: 2px;
    top: -6px;
 	white-space: nowrap;
	max-width: 150px;
}
.main-top-bar .personal_set .name p{
	font-size: 14px;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.main-top-bar .personal_set .name .small{
	font-size:11px;
}	
.top-bar-element{
	line-height: 3.125rem;
    padding: 0 .9rem;
    font-size: 1rem;
    color: inherit;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    height: 3.125rem;
	cursor:pointer;
	}
.top-bar-element:hover{	
	background-color: #005696;
	}
.top-bar-element.right-set{
	float:right !important;
	}
.top-bar-element.right-set.marging{
	margin-right:20px;
	
}
.top-bar-element.item a{
	color:#FFFFFF;
	}
.top-bar-element.item .label{
	position: absolute;
    top: -5px;
    right: -12px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 9px;
    border-radius: 2px;
	}
.top-bar-element.item .label.red{
	background-color:#dd4b39 !important;
	}
.bar-element-toggle{
	cursor:pointer;
	padding:3px 5px 3px 3px;
	color: #ffffff;
    font-size: 1rem;
	cursor:pointer;
	}	
.bar-element-toggle.arrow:after{
	font-family: FontAwesome;
	content: "\f107";
	margin-left:10px;
	}
.bar-element-toggle.last{
	padding-right:10px !important;
	}
	

/* ----------------DIV Top Bar------------------------- */
.div-show-element{
	display:none;
	position:absolute;
	border: 2px solid #005696;
	right:2px;
	padding:0px;
	background-color: #ffffff;
	margin-top: 7px;
	line-height:35px;
	width: 250px;
	}
.div-show-element.new{
	width: 500px !important;
}
.div-show-element:before{
	content: '';
    position: absolute;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border: 2px #005696 solid;
    top: 1px;
	right:15px;
    margin: -8px 0;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
.div-show-element.autoover ul{
	overflow: auto;
	max-height: 500px;
}
.ul-div-show-element.scroll{
	max-height:400px;
	overflow:hidden;
	}
.ul-div-show-element>li:not(.not_over){
	padding:3px 10px 3px 10px;
	cursor:pointer;
	/*width: 245px;*/
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	text-height:20px;
	font-size:14px;
	border-bottom: 1px solid #f4f4f4;
	}
.ul-div-show-element>li:hover{
	background-color: #eee;
	}	
.ul-div-show-element li:first-child{
	/*margin-top:7px;*/
	}
.ul-div-show-element li.selected:before{
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 15px;
	}
.ul-div-show-element li.exit:before{
		font-family: FontAwesome;
	    content: "\f011";
	}
.ul-div-show-element li:before{
	font-family: FontAwesome;
	content: "";
	margin-right: 30px;
	}
li.divisao-li{
	padding: 0;
    height: 1px;
    margin: 0 1px;
    overflow: hidden;
    background-color: #f2f2f2;
	}
.ul-div-show-element hr{
	display: block; 
 	content: ""; 
 	height: 30px; 
 	margin-top: -31px; 
 	border-style: solid; 
 	border-color: #8c8b8b; 
 	border-width: 0 0 1px 0;
	}
.div-show-form{
	padding:15px;
	text-align:center;
	}
.div-show-form-input-control{
	width:100%;
}

.div-show-element.item ul{
	font-size:12px;
	/*width:246px;*/
	color:#000000 !important;
	cursor: default;
	}
.div-show-element.item li.header{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	cursor:default;
	}
.div-show-element.item li{
	background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
	line-height: 20px;
	cursor:pointer;
	overflow: hidden;
	}
.div-show-element.item li:not(.not_over){
	white-space: nowrap;
    text-overflow: ellipsis;
}
.div-show-element.item li:hover:not(.header){
	background-color:#f4f4f4
	}
.div-show-element.item li i{
	padding:5px 10px 5px 0px;
	}
.div-show-element.item li a{
	color:#444444;
	}
/* -----Top_Bar Search-------- */
.search-group{
	position: relative;
    display: table;
    border-collapse: separate;
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	}
.input-control.topbar{
	margin: 5px 10px 10px 10px;
}
.input-control.topbar input[type="text"]{
	color: #FFF;
	border-radius: 4px;
	box-shadow: none;
    background-color: #0072c6;
    border: 1px solid transparent;
    height: 35px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.input-control.topbar .input-icon.search{
	font-size: 18px;
    top: 3px;
}
.input-control.topbar input:focus{
	background-color:#FFF;
	border: 1px #d9d9d9 solid;
	color: #999999;
	}
.search-list{
	max-height:150px;
	overflow-y:auto;
	overflow-x: hidden;
}
.search-list .ul-div-search-element>li{
	line-height:28px;
	padding: 2px 10px 2px 10px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-height: 20px;
    font-size: 14px;
}
.search-list .ul-div-search-element>li.header{
	background-color:#E2E2E2;
	text-align:center;
}
.search-list .ul-div-search-element>li:not(.header):hover{
	background-color: #eee;
	}
.ul-div-search-element li.header:not(.inq):before {
    font-family: FontAwesome;
    content: "\f015";
    margin-right: 10px;
	}
.ul-div-search-element li.header.inq:before {
    font-family: FontAwesome;
    content: "\f2b5";
    margin-right: 10px;
	}
.ul-div-search-element li:before {
    font-family: FontAwesome;
    content: "\f007";
    margin-right: 10px;
	}
.ul-div-search-element li.car:before {
    font-family: FontAwesome;
    content: "\f1b9";
    margin-right: 10px;
	}
.ul-div-search-element li.red:before {
	color:  #ce352c;
}
.ul-div-search-element li.green:before {
	color: #60a917;
}
.ul-div-search-element li.blue:before {
	color:#1ba1e2;
}
/* -------------------Side Bar------------------------- */
.main-side-bar{
	background-color: #71b1d1;
    display: -webkit-flex; /* Safari */
	-webkit-flex: 0 0 200px;
    flex: 0 0 200px;
	}
.main-side-bar.small{
	flex: 0 0 50px;
	}
.main-side-bar .ulside-bar{
	background-color:#005696;
    color: #ffffff;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none inside none;
	min-height:100%;
	display:none;
	}
.main-side-bar .ulside-bar.financeiro{
background-color: #293846!important;
}
.ulside-bar>li{
	display: block;
  	background-color: inherit;
  	color: inherit;
  	position: relative;
  	height: auto;
	}
.ulside-bar>li:hover:not(.toogle){
	background-color: #7cc1de;
	cursor:pointer;
	}
.ulside-bar>li.toogle{
    text-align: -webkit-center;
	height: auto;
	display:flex;
}
.ulside-bar>li.toogle ul li{
	width:50%;
	padding:8px;
	cursor:pointer;	
}
.ulside-bar>li.toogle ul li.financeiro{
background-color:#293846!important;
border-left: 2px solid;
}
.ulside-bar>li.toogle ul li.geral{
background-color:#005696 !important;
}

.ulside-bar>li.toogle ul{
display: flex;
width: 100%;
}
.ulside-bar ul.sub{
	background-color:#eeeeee;
	color:#000000;
	display:none;
	font-size: 13px;
	}
.divisao-li-sidebar{
	padding: 0;
    height: 1px !important;
    margin: 0 1px;
    overflow: hidden;
    background-color: #f2f2f2 !important;
	}
.ulside-bar>li .side-main-text{
	font-size:13px;
	}
.ulside-bar > li >a{
	display: block;
	background-color: inherit;
  	color: inherit;
  	padding: .4rem 2rem .4rem 2.3rem;
 	position: relative;
  	width: 100%;
 	height: 100%;
	}
.ulside-bar.small > li >a{
	padding: 0px;
}
.ulside-bar ul.sub li{
	display: block;
  	background-color: inherit;
  	color: inherit;
  	position: relative;
  	
}
.ulside-bar>ul.sub>li:hover{
	background-color:#59cde2;
	cursor:pointer;
	}
.ulside-bar ul.sub li a{
	display: block;
	background-color: inherit;
  	color: inherit;
  	padding: .4rem 1rem .4rem 2.3rem;
 	position: relative;
  	width: 100%;
 	height: 100%;
	}
.ulside-bar .icon-sidebar{
	width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
    position: absolute;
    left: .625rem;
	}
.ulside-bar.small .icon-sidebar{
	left: .925rem;
	}
.ulside-bar .icon-sidebar-right{
	width: 28px;
    height: 28px;
    font-size: 22px;
    line-height: 28px;
    vertical-align: middle;
    position: absolute;
	right:0px;
    top: 2px;	
	}
.ulside-bar .icon-sidebar-right.arrow:after{
	font-family: FontAwesome;
	content: "\f107";
	}
.subhead{
    padding: .2rem 1rem .2rem 1rem;
    width: 100%;
    text-align: -webkit-center;
    min-height: 20px !important;
    background-color: #999999 !important;
    font-size: 14px;
}
/* -----------------Icons And Span Icon----------------------- */
.hx-main-icon{
	float:right;
	margin-left: 15px;
	}
.hx-main-icon.iconbutton{
	cursor:pointer;
	}
.hx-main-icon.iconbutton:active{
	color: #eeeeee;
	}	
.iconbutton.r_marging{
	margin-right:10px;
}
.iconbutton.only_icon{
	margin-right:0px!important;
}
/* -------------------------Icon---------------------------- */
.ico-handshake:before{
	font-family: FontAwesome;
	content: "\f2b5";
	}

.ico-exclamation_circle:before{
	font-family: FontAwesome;
	content: "\f06a"
	}
.ico-dollar:before{
	font-family: FontAwesome;
	content: "\f155";
	}
.ico-exchange:before{
	font-family: FontAwesome;
	content: "\f0ec";
	}
.ico-undo:before{
	font-family: FontAwesome;
	content: "\f0e2";
	}
.ico-share:before{
	font-family: FontAwesome;
	content: "\f1e0";
	}
.ico-download2:before{
	font-family: FontAwesome;
	content: "\f019";
	}
.ico-save:before{
	font-family: FontAwesome;
	content: "\f0c7";
	}
.ico-bank:before{
	font-family: FontAwesome;
	content: "\f19c";
	}
.ico-reservas:before{
	font-family: FontAwesome;
	content: "\f279";
	}
	.ico-car:before{
	font-family: FontAwesome;
	content: "\f1b9";
	}
.ico-taxi:before{
	font-family: FontAwesome;
	content: "\f1ba";
	}

.ico-consertos:before,.ico-config:before{
	font-family: FontAwesome;
	content: "\f013";
	}
.ico-menu:before{
	font-family: FontAwesome;
	content: "\e06d";
	}
.ico-liberados:before{
	font-family: FontAwesome;
	content: "\e03d";
	}
.ico-internet:before{
	font-family: IcoMoon-Free;
	content: "\e921";
	}
.ico-multas:before{
	font-family: FontAwesome;
	content: "\f0e3";
	}
.ico-warning:before{
	font-family: FontAwesome;
	content: "\f071";
	}
.ico-delete:before{
	font-family: FontAwesome;
	content: "\f00d";
	}
.ico-move:before{
	font-family: FontAwesome;
	content: "\f047";
	}	
.ico-edit:before{
	font-family: FontAwesome;
	content: "\f044";
	}
.ico-square:before{
	font-family: FontAwesome;
	content: "\f096";
	}
.ico-plus:before{
	font-family: FontAwesome;
	content: "\f067";
	}
.ico-plus_square:before{
	font-family: FontAwesome;
	content: "\f0fe";
	}

.ico-clock:before{
	font-family: FontAwesome;
	content: "\f017";
	}
.ico-trash:before{
	font-family: FontAwesome;
	content: "\f1f8";
	}
.ico-check:before{
	font-family: FontAwesome;
	content: "\f00c";
	}
.ico-check_square:before{
	font-family: FontAwesome;
	content: "\f14a";
	}
.ico-inbox:before {
	font-family: FontAwesome;
    content: "\f01c";
}
.ico-book:before {
	font-family: FontAwesome;
    content: "\f02d";
}
.ico-book:before {
	font-family: FontAwesome;
    content: "\f02d";
}
.ico-close-circle:before{
	font-family: FontAwesome;
	content: "\f057";
	}
.ico-close-clock:before{
	font-family: FontAwesome;
	    content: "\f017";
	}
.ico-close-calendar:before{
	font-family: FontAwesome;
	content: "\f073";
	}
 .ico-biometria:before{
	font-family: FontAwesome;
	content: "\f256"; 
	}
 .ico-filetext:before{
	font-family: FontAwesome;
	content: "\f0f6";  
	}
 .ico-filetext2:before{
	font-family: FontAwesome;
	content: "\f15c"; 
	}
 .ico-user:before{
	font-family: FontAwesome;
	content: "\f007"; 
	}
.ico-user_plus:before{
	font-family: FontAwesome;
	    content: "\f234"; 
	}
 .ico-user_secret:before{
	font-family: FontAwesome;
	content: "\f21b"; 
	}		    
 .ico-users:before{
	font-family: FontAwesome;
	content: "\f0c0"; 
	}
 .ico-users_delete:before{
	font-family: FontAwesome;
	content: "\f235"; 
	}

 .ico-paw:before{
	font-family: FontAwesome;	
	content: "\f1b0";
 	}
 .ico-bicycle:before{
	font-family: FontAwesome;	
	content: "\f206";
 	}
 .ico-briefcase:before{
	font-family: FontAwesome;	
	content: "\f0b1";
 	}
 .ico-file:before{
    font-family: FontAwesome;
    content: "\f0f6";
 	}
 .ico-glass:before{
    font-family: FontAwesome;
    content: "\f000";
 	}
 .ico-calendar:before{
    font-family: FontAwesome;
    content: "\f073";
 	}
 .ico-list-number:before{
    font-family: FontAwesome;
    content: "\f0cb";
 	}
 .ico-list-tipe1:before{
    font-family: FontAwesome;
	    content: "\f022";
 }
 .ico-folder-open:before{
    font-family: FontAwesome;
    content: "\f115";
 	}
 .ico-folder-close:before{
    font-family: FontAwesome;
    content: "\f114"; 
 	}
 .ico-download:before{
    font-family: FontAwesome;
    content: "\f0ed";
 	}
 .ico-key:before{
    font-family: FontAwesome;
    content: "\f084";
 	} 
 .ico-cloud:before{
    font-family: FontAwesome;
    content: "\f0c2";
 	}
 .ico-envelope:before{
    font-family: FontAwesome;
    content: "\f0e0"; 
 	}
 .ico-eye:before{
    font-family: FontAwesome;
    content: "\f06e"; 
 	}
.ico-comment-open:before{
    font-family: FontAwesome;
    content: "\f27b";
 	} 
.ico-bullhorn:before{
    font-family: FontAwesome;
    content: "\f0a1"; 
 	}
.ico-desktop:before{
    font-family: FontAwesome;
    content: "\f108";  
 	} 
.ico-filter:before{
    font-family: FontAwesome;
    content: "\f0b0"; 
 	} 
.ico-tag:before{
    font-family: FontAwesome;
    content: "\f02b"; 
 	}          	
 .ico-recycle:before{
    font-family: FontAwesome;
    content: "\f1b8";
 	}          	
 .ico-tags:before{
    font-family: FontAwesome;
    content: "\f02c"; 
 	}
 .ico-print:before{
    font-family: FontAwesome;
    content: "\f02f";
 	} 
.ico-ban:before{
    font-family: FontAwesome;
    content: "\f05e";  
 	} 
.ico-globe:before{
    font-family: FontAwesome;         	        	
	content: "\f0ac";
	}
.ico-bilding:before{
    font-family: FontAwesome;	
	content: "\f1ad";
	}
.ico-video-camera:before{
    font-family: FontAwesome;	
	content: "\f03d";
	}
.ico-picture:before{
    font-family: FontAwesome;		
	 content: "\f03e";
}
.ico-money:before{
    font-family: FontAwesome;	
    content: "\f0d6";
}
.ico-refresh:before{
    font-family: FontAwesome;
	content: "\f079";
}
.ico-forward:before{
    font-family: FontAwesome;
    content: "\f04e";
}
.ico-briefcase:before{
   font-family: FontAwesome;
   content: "\f0b1";
}
.ico-list1:before{
   font-family: FontAwesome;
   content: "\e06b";
}
.ico-commenting:before{
   font-family: FontAwesome;
	content: "\f27a";
}
.ico-mobile:before{
   font-family: FontAwesome;
	content: "\f10b";
}
.ico-plug:before{
   font-family: FontAwesome;
    content: "\f1e6";
}
.ico-exclamation:before{
   font-family: FontAwesome;
	content: "\f12a";
}
.ico-exit:before{
	font-family: FontAwesome;
	content: "\f011"; 
}
.ico-arrow_r:before{
   font-family: FontAwesome;
	content: "\f061";
}
.ico-arrow_l:before{
   font-family: FontAwesome;
	content: "\f060";
}
.ico-arrow_down:before{
   font-family: FontAwesome;
	 content: "\f063";
}
.ico-arrow_up:before{
   font-family: FontAwesome;
	content: "\f062";
}
   
.ico-form:before{
   font-family: FontAwesome;
	content: "\f298";
}
.ico-compare:before{
   font-family: FontAwesome;
	  content: "\f066";   
}
.ico-home:before{
   font-family: FontAwesome;
	  content: "\f015";   
}
.ico-agree:before{
   font-family: FontAwesome;
	  content: "\f164";   
}
.ico-dropbox:before{
	font-family:FontAwesome;
	    content: "\f16b";
}
.ico-credit_card:before{
	font-family:FontAwesome;
	 content: "\f09d";
}
.ico-box:before{
	font-family:FontAwesome;
	 content: "\f187";
}
.ico-bars:before{
	font-family:FontAwesome;
	 content: "\f0c9";
}
.ico-tool:before{
	font-family:FontAwesome;
	 content: "\f0ad";
}
.ico-android:before{
	font-family:FontAwesome;
	 content: "\f17b";
}
.ico-star:before{
	font-family:FontAwesome;
	 content: "\f005";
}
.ico-star-open:before{
	font-family:FontAwesome;
	 content: "\f006";
}
.ico-sing-in:before{
	font-family:FontAwesome;
	 content: "\f090";
}
.ico-news:before{
	font-family:FontAwesome;
	 content: "\f1ea";
}
.ico-cart-plus:before{
	font-family:FontAwesome;
	 content: "\f217";
}
.ico-search:before{
	font-family: FontAwesome;
	content: "\f002";
	}

/* --------------Back Color AND Color--------------------- */	
.back-blue{
	background-color:#1ba1e2!important;
	}
.back-red{
	background-color: #ce352c!important;
	}
.back-orange{
	background-color: #fa6800!important;
	}
.back-green{
	background-color: #60a917!important;
	}
.back-dark-green{
	background-color:#008a00 !important;
	}
.back-magenta{
	background-color:#d80073!important;
	}
.back-purple{
	background-color: #674e9e!important;
	}
	
.color-blue{
	color:#1ba1e2!important;
	}
.color-red{
	color: #ce352c!important;
	}
.color-orange{
	color: #fa6800!important;
	}
.color-green{
	 color: #60a917!important;
	}
.color-white{
	color: #FFFFFF!important;
	}
.color-brown{
	color: #63362f !important;
	}
.color-pink{
	color: #dc4fad !important;
	}
.color-magenta{
	color: #d80073 !important;
	}
.color-violet{
	color: #57169a !important;
	}
.color-gray{
	color: #999999 !important;
	}
	
	
/* ---------------------Warnings-------------------------- */
.warning {
	margin: 10px 0px;
	padding:12px;
	}
.warning.hide{
	display:none;
	}	
.warning.mini {
	margin: 10px 0px;
	padding:5px;
	font-size:12px;
	border-left: 3px solid;
	border-radius: 4px;
	}
.warning_info {
    color: #00529B;
    background-color: #BDE5F8;
	}
.warning_success {
    color: #4F8A10;
    background-color: #DFF2BF;
	border-color:#60a917;
	}
.warning_warning {
    color: #9F6000;
    background-color: #FEEFB3;
	border-color:#fa6800;
	}
.warning_error {
    color: #D8000C;
    background-color: #FFBABA;
	border-color:#D8000C;
	}
.warning .icon {
	margin-right:10px;
    font-size:2em;
	}
.warning.mini .icon{
	font-size:12px !important;
	}
/* ----------------------Form-------------------------- */
form{
	display: table;
    width: 100%;
	}
.labelform.mini{
	font-size: 12px;
	}
.labelform{
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
}
form.type1{
	max-width: 800px;
}
form input,select,textarea{
	border-radius: 4px;
 }
.buttoncalendar{
	border-radius: 4px;
 }
.buttonfileinput, .buttonfotoinput{
	border-radius: 4px;
}
.div_modal_form{
	background-color: white;
    border-radius: 8px;
    padding: 8px;
	display:inline-block;
    margin: 0 auto;
}
.div_modal_form.w800{
	max-width: 800px;
	width: 800px;
}
.div_modal_form.left_set{
	float: left;
}
/*.main-tab .div_modal_form:nth-child(3){
	margin-left: 20px;
}*/
.icon_button_form{
	font-size: 22px;
	cursor: pointer;
	
}
.main-tab .div_modal_form:nth-child(1n+3){
	margin-top: 15px;
	
}
/* ---------------------Cell Form---------------------- */
.cellform { 
	display:block;
	float:left;
	padding:0px 20px 0px 0px;
	text-align: left;
	}
.rowform .cellform:last-child{
	padding:0px;
	}
.rowform.cell { 
	display: table;
    clear: both;
    width: 100%;
	}
.rowform.cell.marging {
	margin-top:5px;
	margin-bottom:5px; 
}
.rowform.cell.flex{
	display:inline-flex;
	}
.rowform.cell.editor {
	height:100%;
	}
.block-row{
	border-color: #EBEBEB;
	border-left: 3px solid #EBEBEB;
    
	padding: 0px 15px;
}
.block-row.both_border{
	border-right: 3px solid #EBEBEB;
}
.cellform.w10{ width:10%;}
.cellform.w14{ width:14%;}
.cellform.w15{ width:15%;}
.cellform.w20{ width:20%;}
.cellform.w25{ width:25%;}
.cellform.w30{ width:30%;}
.cellform.w35{ width:35%;}
.cellform.w40{ width:40%;}
.cellform.w45{ width:45%;}
.cellform.w50{ width:50%;}
.cellform.w60{ width:60%;}
.cellform.w70{ width:70%;}
.cellform.w80{ width:80%;}
.cellform.w90{ width:90%;}
.cellform.w100{ width:100%;padding: 0px;}

.cellform.mini .labelform{
	font-size:12px;
	
}
/* ---------------------Input-------------------------- */
.input-control{
	height:auto;
	vertical-align:middle;
	margin:0px 0px 5px 0px;
	display:block;
	}
.input-control.lista{
	margin:3px 0px 3px 0px;
	}
.input-control input:hover{
	border-color: #787878;
	}
.input-control input:focus{
	border-color: #787878;
	}
.input-control input:disabled, textarea:disabled, select:disabled{
	background-color: #eee;
	}
.input-control input:read-only{
	background-color: #eee;
	}
.input-control input:-moz-read-only{
background-color: #eee;
	}
.input-control input{
	border:1px #d9d9d9 solid;width: 100%;height:100%;padding:5px; display:inline-block;-webkit-appearance:none;outline:0;
	}
.input-control .input-icon{
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
    z-index: 2;
    color: #999999;
	}
.input-control input{
	/*min-height: 35px;*/
	border:1px #d9d9d9 solid;
	width: 100%;height:100%;
	padding: 7px;
	display:inline-block;
	-webkit-appearance:none;
	outline:0;
	font-weight:400;
	}
.cellform.mini .input-control input{
	min-height:32px !important;
}
input[type=search]{
	border: 1px #d9d9d9 solid;
	float:right;
	width: 200px;
    margin-left: 10px;
    height: 100%;
    padding: 5px;
    display: inline-block;
    -webkit-appearance: none;
    outline: 0;
    font-weight: 400;
	}
.input-control input.icon{
	padding-left:40px;
	}
.input-control .input-icon.username:before{
	font-family: FontAwesome;
	content: "\f011";
	}
.input-control .input-icon.password:before{
	font-family: FontAwesome;
	content: "\f023";
	}
.input-control .input-icon.search:before{
	font-family: FontAwesome;
	content: "\f002";
	}
.error_form_span{
	font-size: 11px;
	float:right;
	}
label.error{
	float:right;
	font-size:10px;
	}
span.validatesuccess{
	float:right;
	font-size:10px;
	top:-25px;
	z-index: 101;	
	}
label.validateerror:before{
	font-family: FontAwesome;
	content: "\f057";
	margin-right:7px;
	color: #ce352c!important;
	}
span.validatesuccess:before{
	font-family: FontAwesome;
	content: "\f058" !important;
	margin-right:7px;
	color:#60a917!important;
	}
/* Seach*/
.input-control.search{
}
.input-control.search .input-icon {
	font-size: 18px;
    top: 1px;
    width: 24px;
    height: 24px;
    line-height: 1;
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
    z-index: 2;
    color: #999999;
}
.input-control.search .inputsearch-list{
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
	border: 1px solid #d9d9d9;
	border-top:0px;
}
.ul-div-search-element .header{
	background-color: #eee;
	cursor:default;
}
.ul-div-search-element li{
	line-height: 28px;
    padding: 2px 10px 2px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.ul-div-search-element li.header_master.color_disable{
	color: #b5b5b5;
}
.ul-div-search-element li:hover{
	background-color: #eee;
	 cursor: pointer;
}
/* ---------------------Textarea------------------------ */
.input-control.textarea{
	vertical-align:middle;
	margin:0px 0px 10px 0px;
	display:block;
	height:100%;
	}	
textarea{
	border: 1px #d9d9d9 solid;
    width: 100%;
    padding: 5px;
    display: inline-block;
    -webkit-appearance: none;
    outline: 0;
    font-weight: 400;
	}



/* ---------------------Checkbox------------------------ */	
.switch,
.switch-original {
 	display: inline-block;
  	margin: 0 .625rem 0 0;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	cursor: pointer;
	}
.switch input,
.switch-original input {
  	position: absolute;
  	opacity: 0;
  	width: 0.0625rem;
  	height: 0.0625rem;
	}
.switch .check,
.switch-original .check,
.switch .caption,
.switch-original .caption {
  	display: inline-block;
 	vertical-align: middle;
  	line-height: 18px;
	}
.switch .check {
  	width: 36px;
  	height: 16px;
  	background-color: #929292;
  	border-radius: 8px;
  	overflow: visible;
  	position: relative;
	}
.switch .check:before {
 	position: absolute;
 	display: block;
 	content: "";
  	width: 22px;
 	height: 22px;
 	z-index: 2;
 	margin-top: -4px;
  	margin-left: -3px;
  	border-radius: 50%;
  	background-color: #ffffff;
  	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
	}
.switch input:checked ~ .check {
 	 background-color: #008287;
	}
.switch input:not(:checked) ~ .check:before {
  	background-color: #ffffff;
  	transition: all 0.2s linear;
	}
.switch input:checked ~ .check {
 	background-color: #008287;
	}
.switch.red input:checked ~ .check {
 	background-color: #ce352c;
	}
.switch input:checked ~ .check:before {
  	-webkit-transform: translateX(22px);
   	transform: translateX(22px);
  	transition: all 0.2s linear;
	}
.switch input:disabled ~ .check {
  	background-color: #D5D5D5;
	}
.switch input:disabled ~ .check:before {
  	background-color: #BDBDBD;
	}
/* ------Checked------- */
input[type="checkbox"]{
position: absolute !important;
    opacity: 0 !important;
    width: 0.0625rem !important;
    height: 0.0625rem !important;
	}
.checkbox1{
	    margin-top: 5px;
		line-height: 40px;
	}
.check-set{
	width: 1.625rem;
    height: 1.625rem;
    background-color: #ffffff;
    border: 1px #999999 solid;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	}
.check-set:before{
	position: absolute;
    vertical-align: middle;
    color: transparent;
    font-size: 0;
    content: "";
    height: .3125rem;
    width: .565rem;
    background-color: transparent;
    border-left: .1875rem solid;
    border-bottom: .1875rem solid;
    border-color: transparent;
    left: 50%;
    top: 50%;
    margin-left: -0.325rem;
    margin-top: -0.365rem;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
input[type="checkbox"]:checked ~ .check-set:before {
    border-color: #555555;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	}
.check-text-label{
	margin: 0 .125rem;
    vertical-align: middle;
	}
input[type="checkbox"]:disabled ~ .check-set {
	background-color: #d9d9d9;
}
/* --------------------Select------------------------- */
select{
	width: 100%;
    height: 34px;
	}
select option.red {
    background-color: #ce352c; 
    font-weight: bold;
    color: white;
}
select option.style1{
	font-size: 13px;
}
select option.title1{
	font-size: 15px;
	font-weight: bold;
}

/* --------------------Calendar------------------------- */
.calendar {
  min-width: 13.75rem;
  border: 1px #eeeeee solid;
  font-size: .75rem;
  padding: .3125rem;
  background-color: #ffffff;
}
.calendar .calendar-grid {
  margin: 0;
  padding: 0;
}
.calendar .calendar-row {
  margin: 0 0 .3125rem;
  width: 100%;
}
.calendar .calendar-row:before,
.calendar .calendar-row:after {
  display: table;
  content: "";
}
.calendar .calendar-row:after {
  clear: both;
}
.calendar .calendar-row:last-child {
  margin-bottom: 0;
}
.calendar .calendar-cell {
  width: 12.46201429%;
  margin: 0 0 0 2.12765%;
  display: block;
  float: left;
}
.calendar .calendar-cell:first-child {
  margin-left: 0;
}
.calendar .calendar-cell.sel-month {
  width: 41.64134286%;
}
.calendar .calendar-cell.sel-year {
  width: 48.936175%;
}
.calendar .calendar-cell.sel-plus,
.calendar .calendar-cell.sel-minus {
  width: 23.4042625%;
}
.calendar .calendar-cell.month-cell,
.calendar .calendar-cell.year-cell {
  width: 23.4042625%;
}
.calendar .calendar-actions .button {
  margin: .15625rem;
}
.calendar .day-of-week {
  padding: .3125rem;
  cursor: default;
}
.calendar a {
  display: block;
  padding: .3125rem 0;
}
.calendar a:hover {
  background-color: #75c7ee;
  color: #ffffff;
  border-radius: inherit;
}
.calendar .calendar-header {
  background-color: #59cde2;
  color: #ffffff;
}
.calendar .calendar-header a {
  color: #ffffff;
  padding: .325rem;
}
.calendar .calendar-header a:hover {
  background-color: #47b4e9;
  color: #ffffff;
}
.calendar .calendar-actions:before,
.calendar .calendar-actions:after {
  display: table;
  content: "";
}
.calendar .calendar-actions:after {
  clear: both;
}
.calendar .today a {
  background-color: #60a917;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.calendar .day {
  border: 1px #bcd9e2 solid;
  text-align: center;
}
.calendar .day a {
  display: block;
  position: relative;
  text-align: center;
}
.calendar .month,
.calendar .year {
  border: 1px #bcd9e2 solid;
}
.calendar .month a,
.calendar .year a {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}
.calendar .empty {
  cursor: default;
}
.calendar .other-day {
  display: block;
  text-align: center;
  color: #999999;
  padding: .325rem;
  background-color: #eeeeee;
  border: 1px #bcd9e2 solid;
}
.calendar .exclude {
  background-color: #ce352c;
}
.calendar .exclude a {
  cursor: not-allowed;
  background-color: #ce352c;
  color: #ffffff;
}
.calendar .stored {
  background-color: #f472d0;
}
.calendar .stored a {
  cursor: pointer;
  background-color: #f472d0;
  color: #ffffff;
}
.calendar .selected {
  background-color: #59cde2;
}
.calendar .selected a {
  background-color: #59cde2;
  color: #ffffff;
}
.calendar.rounded button {
  border-radius: 0.3125rem;
}
.calendar.rounded .day,
.calendar.rounded .month,
.calendar.rounded .year,
.calendar.rounded .other-day,
.calendar.rounded .today,
.calendar.rounded .calendar-header,
.calendar.rounded .selected {
  border-radius: 0.3125rem;
}
.calendar.rounded .today a,
.calendar.rounded .selected a,
.calendar.rounded .exclude a {
  border-radius: 0.3125rem;
}
.calendar.rounded .calendar-header a:hover {
  border-radius: 0.3125rem;
}
.calendar.no-border .day,
.calendar.no-border .month,
.calendar.no-border .year,
.calendar.no-border .other-day,
.calendar.no-border .today,
.calendar.no-border .calendar-header {
  border: 0;
}
.calendar.no-border .today a {
  border: 0;
}
.calendar-dropdown {
  border: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.buttoncalendar, .buttonfileinput{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 0;
	padding: 0 1rem;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px #d9d9d9 solid;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: .875rem;
    line-height: 1;
}
.cellform.mini .buttoncalendar, .buttonfileinput{
	/*height: 33px !important;*/	
}
.buttoncalendar:hover, buttonfileinput:hover{
	border-color: #787878;
}
.buttoncalendar .mif-calendar:after{
	font-family: FontAwesome;
	content: "\f073";
}
/* --------------------Calendar DROP--------------------- */
.list_drop_get{
	width:200px;
 	margin-right: 10px;
}
.calendar_afazeres{
	display:flex;
}
.list_drop_get ul{
	height: auto;
    padding: 5px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.list_calendar{

}
.list_calendar .calendar_data_input{
    position: relative;
    width: 100%;
    background-color: #3b91ad;
    color: #FFF;
    font-size: 9px;
    padding: 1px;
    border-radius: 4px;
    margin-top: 2px;
	cursor:pointer;
}
.list_calendar .calendar_data_input .icon{
    margin-right: 5px;
}
.list_calendar.start div{
	padding:3px !important;
}
/* -----------------TIME INPUT------------------------- */
.buttontime, .buttondateminute, .buttondateset, .buttonsetup{
	position: absolute;
	width: auto;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 0;
    height: 50%;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px #d9d9d9 solid;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size:10px;
    line-height: 1;
	border-radius: 4px;
}
.buttontime:hover, .buttondateminute:hover, .buttondateset:hover, .buttonsetup:hover{
	border-color: #787878;
}
.buttontime.hour, .buttondateminute.day, .buttondateset.day, .buttonsetup.day {
	right:31px;
}
.buttontime .time_minus:after, .buttondateminute .time_minus:after, .buttondateset .time_minus:after, .buttonsetup .time_minus:after{
	font-family: FontAwesome;
	content: "\f063";
}
.buttontime .time_plus:after, .buttondateminute .time_plus:after, .buttondateset .time_plus:after, .buttonsetup .time_plus:after{
	font-family: FontAwesome;
	content: "\f062";
}
.buttontime.minus, .buttondateminute.minus, .buttonsetup.minus, .minute.minus{
	top:50%;
}

/* --------------------FILE---------------------------- */
.input-control input[type=file] {
    position: absolute;
    opacity: 0;
    width: 0.0625rem;
    height: 0.0625rem;
	}
.inputfilehide{
	z-index:0;
	}
.buttonfileinput .mif-folder:after{
	font-family: FontAwesome;
	content: "\f07b";
}
.buttonfotoinput {
    position: absolute;
	min-width: 40px;
    top: 0;
    right: 46px;
    z-index: 2;
    margin: 0;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px #d9d9d9 solid;
    color: #262626;
    display: inline-block;
    outline: none;
    font-size: .875rem;
    line-height: 1;
}
.imgfile{
	display:none;
	border:0 !important;
	}
.imgfilebutton{
	max-height: 32px;
    max-width: 35px;
	border:0 !important;
	}
.canvasfilefoto{
	display:none;
	}
/* --------------------Button-------------------------- */
.button1{
	padding: 0 1rem;
	height: 2.125rem;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px #d9d9d9 solid;
	color: #262626;cursor: pointer;
	display: inline-block;outline: none;
	font-size: .875rem;line-height: 1;
	margin: .15625rem 0;
	position: relative;
 	border-radius: 3px;
	}
.button1.dis:disabled{
	background-color: #d2d6de;
	border: 1px #d2d6de solid;
}
.button1.list{
	margin-right:5px;
	}
	
.input-control.group .button1{
	top:-37px;	
	}
.button1.mini{
	font-size:13px;
	padding:5px 10px 5px 10px;
	height:auto;
	}
.button1.right{
	float:right;
	}
.button1.left{
	float:left;
	}
.button1.margin_top{
	margin-top:5px;
	}
.button1 .iconbutton{
	margin-right:10px;
	}
.button1 .iconbutton_r{
	margin-left:10px;
	}
.button1 .iconbutton.icomargleft{
	margin-left:10px;
	}
.button1.onlytext{
	background-color:transparent;
	border:none;
}
.button1:active{
	background: #eeeeee;
	}
.button1.dis:disabled:active{
	background: none !important;
	}
.button1.loading_button:before{
	font-family:'FontAwesome';
	content: "\f110";
	margin-right: 8px;
	 -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
	display: inline-block;
	}

.button1.blue{
	background: #2086bf;
	color: #ffffff;
	border: 1px #2086bf solid;
	}
.button1.blue:active{
	background: #1b6eae;
	}
.button1:hover{
	border: 1px #293846 solid;
	}
.button1.blue:hover{
	border: 1px #1b6eae solid;
	}
.button1.orange{
	background: #fa6800;
	color: #ffffff;
	border: 1px #fa6800 solid;
	}
.button1.orange:active{
	background: #bf5a15;
	}
.button1.orange:hover{
	border: 1px #bf5a15 solid;
	}
.button1.red{
	background: #ce352c;
	color: #ffffff;
	border: 1px #ce352c solid;
	}
.button1.red:active{
	background: #9a1616;
	}
.button1.red:hover{
	border: 1px #9a1616 solid;
	}
.button1.green{
	background: #60a917;
	color: #ffffff;
	border: 1px #60a917 solid;
	}
.button1.green:active{
	background: #128023;
	}
.button1.green:hover{
	border: 1px #128023 solid;
	}
	
.button1.tipo3{
	cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: .875rem;
    line-height: 2.3;
    margin: .15625rem 0;
    position: relative;
	padding: 0 1rem;
    border-radius: 3px;
	margin: .15625rem 0;
	height: 2.125rem;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
	}
.button1.tipo3:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	}
.button1.w100{
	width:100%;
}
.button1.botton{
	position: absolute;
    bottom: 0;
}
.list_buttons_change_date{
	text-align: center;
}
/* ---------------Dropdown Button-------------------------- */	
.dropdown-bt:after:not(.icon_table){
	font-family: FontAwesome;
	content: "\f0d7";
	margin-left:10px;
	}
.dropdown-bt.noarrow:after{
	font-family: FontAwesome;
	content: "";
	margin-left:0px;
	}
.bnt-group{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	box-sizing: border-box;
	}
.bnt-group .button.dropdown-menu{
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
.bnt-group .button.dropdown-menu.left{
	left:auto;
	right: 0;
	}
.bnt-group .button.dropdown-menu>li{
	padding: 5px 15px 7px 15px;
	font-size:13px;
	color: #999;
	margin:0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.bnt-group .button.dropdown-menu>li a{
	color: inherit;
	}
.bnt-group .button.dropdown-menu>li ul{
	display:inline-flex;
	margin-left:20px;
	}
.bnt-group .button.dropdown-menu>li ul li{
	margin-right:5px;	
	}
.bnt-group .button.dropdown-menu>li ul li:hover{
	color:#F00;
	}
.bnt-group .button.dropdown-menu>li:hover{
	background-color: #CCCCCC;
	cursor:pointer;
	color:#000;
	}
.bnt-group .button.dropdown-menu>li span.icon{
	margin-right:10px;
	}
/* --------------------Tab---------------------------- */	
.main-tab{
	display:table; 
	width:100%; 
	}
.main-tab.flex{
	display: flex !important;
	}
.main-tab.b-top{
	margin-top:40px;
	}
.main-tab.b-top-med{
	margin-top:20px;
	}
.tab-selector-list { 
	float:left; z-index:99; 
	list-style:none; 
	padding-left:10px;
	}
.tab-selector-list.separeted{
	font-size:14px;
	}
.tab-selector{
	border-bottom: none;
	color: #333;
	top: 0px;
	z-index: 1000; 
	display:inline-block; 
	padding: 7px 15px 7px 15px;
	background-color:#E2E2E2;
	border-radius: 5px 5px 0px 0px; 
	font-size:17px;
	cursor:pointer;
	}
.tab-selector.selected{
	background-color:#FFFFFF;
	top: 1px;
	border:1px solid #E2E2E2;
	border-bottom:1px solid #FFF;
	/*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
	}
.tab-selector:not(.selected):hover{
	background-color: #eeeeee;
	}
.tab-panel{
	border:1px #d9d9d9 solid; 
	clear:both; 
	width:100%; 
	display:none; 
	font-size:16px;
	padding:7px;
	border-radius:3px;
	}
.tab-panel.w800{
	width: 800px;
}
.tab-panel.mtop{
	margin-top:15px;
}
.tab-panel.alone{
	display:block;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	}
.tab-panel.top-bordered{
	border-top: 3px solid #d2d6de;
	}
.tab-panel.noborder{
	border:0px;
	}
.icon-tab-selector:before{
	margin-right:5px;
	}
.number-tab-selector{
	position:relative;
	padding:3px;
	font-size:10px;
	color:#FFF;
	right: -15px;
    top: -11px;
	border-radius: 0px 7px 0px 0px;
	}
.search-tab-panel{
	height: 34px;
    vertical-align: middle;
    margin: 10px 0px 10px 0px;
    display: block;
	}
.star-mark{
	font-size:18px;
	cursor:pointer;
}
.star-mark.set0:before{
	font-family:FontAwesome;
	content: "\f006";
	
}
.star-mark.set1:before{
	font-family:FontAwesome;
	content: "\f005";
	color:#60a917 !important;
	
}
.star-mark.set2:before{
	font-family:FontAwesome;
	content: "\f005";
	color:#d80073 !important;
	
}
.star-mark.set3:before{
	font-family:FontAwesome;
	content: "\f005";
	color:#1ba1e2 !important
	
}
.star-mark.set4:before{
	font-family:FontAwesome;
	content: "\f005";
	color:#ce352c !important
	
}
.star-mark.set5:before{
	font-family:FontAwesome;
	content: "\f06a";
	color:#ce352c !important
	
}
/* --------------------Block Division---------------------------- */		
.blockdivision{
	border: 1px #d9d9d9 solid;
	clear: both;
	width: 100%; 
	    padding: 20px 10px 10px 10px;
	margin-top: 20px;
	}
.blockdivision .blockdivision-name {
	top:-10px; 
	background-color:#FFFFFF; 
	display:inline-block; left:50px; 
	padding:0px 2px 0px 2px;clear:both; 
	position:absolute; font-size:14px;
	}
.blockdivision .blockdivision-name .fadivision{ 
	margin:0px 7px 0px 3px; 
	color: #000000;display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	}
/* --------------------Block List---------------------------- */	
.block-list .body-block{
	display:block;
	width:100%;
	padding:7px;
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:0px;
	overflow: auto;
	display: flex;
	border-radius: 4px 4px 0 4px;
	}	
.block-list .block-list-title{
	color:#9a1616;
	font-weight: bold;
	font-size:16px;
	}
.block-list .block-list-options{
	clear:both;
	margin-bottom:10px;
	overflow:auto;
	top:-1px;
	}
.block-list .block-list-options .div-list-option{
    float: right;
    border-radius: 0px 0px 20px 20px;
	}
.list-options-ul{
	display: inline-flex;
	padding-bottom: 5px;
	}
.list-options-ul li {
    margin-bottom: 0px;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    font-size: 16px;
	border-right: 1px #d9d9d9 solid;
	width:auto;
	color:#FFF;
}
.list-options-ul li span{
	margin-left:5px;
	}
.list-options-ul li:hover{
	color: #999999 !important;
	}
.list-options-ul li:last-child {
	border:none;
	}
.block-list .block-foto{
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px #d9d9d9 solid;
	flex: 0 auto;
	border-radius: 5px;
	}
.block-list .block-descricao{
	    flex: 1;
	}
.block-list .block-foto img{
	max-height:100px;
	max-width: 100px;
	border-radius: 5px;
	}
.block-list .block-foto .nofoto{
	height: 100px;
    width: 70px;
    font-size: 60px;
    text-align: center;
	flex: 1 auto;
	}
.block-list .block-descricao span.title{
	font-weight: 500;
	}
.block-list .block-descricao span.title.thin{
	font-weight: 200;
	}
/* -------------------Posts------------------------------------ */	
.post-master{
	width:100%;
	position:relative;	
	}
.post-master .main-post{
	position:relative;
	height:auto;
	margin-top: 35px;
	}
.post-master div:first-child{
	margin-top: 0px;
	}
.post-master .user-post-set{
	position:relative;
	margin-bottom:15px;
	display: block;	
	}
.post-master .user-post-set.main{
	margin-top: 12px;
	}
.main-post .title-post{
	display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
	font-weight: 600;
    color: #999;
	}
.main-post .title-post:before{
	font-family: FontAwesome;
	content: "\f1e0";
	margin-right:10px;
	}
.user-post-set .username{
    font-size: 16px;
    font-weight: 600;
	margin-left: 50px;
	color:#337ab7;
	display: block;	
	}
.user-post-set .description	{
    color: #999;
    font-size: 13px;
	margin-left: 50px;
	display: block;		
	}	
.user-img-circle{
	width: 40px;
    height: 40px;
    float: left;
	border: 2px solid #d2d6de;
    padding: 2px;
	border-radius: 50%;
	}
 .post-master .text-post{
	 margin: 0 0 10px;
	 color: #666;
	 font-size:14px;
 	}
.main-post .post-foto-master{
	margin-bottom:10px;	
	}
.main-post .post-foto-master img{
	max-width:400px;
	margin-bottom:10px;
	}
.main-post .post-foto-master.email img{
	max-width:200px;
	}	
	
.main-post .post-foto-master img:first-child{
	margin-right: 30px;
	}	
	    
.post-master .respostas-post{
	margin-top: 15px;
	padding-left:50px;
	display: inline-block;
	}
.post-master .respostas-post:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
	}
.respostas-post.log .block-post{
	margin-bottom:20px;
	margin-top:35px;
	}
.respostas-post .block-post{
	margin-bottom:20px;
	margin-top:65px;
	}	
.block-post .subtitle-post{
	display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
	font-weight: 600;
    color: #999;
	}
.post-icon-division{
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
	position: absolute;
    color: #FFF;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
	left: 18px;
	background-color: #f39c12;
}
.post-icon-division.ask{
	background-color: #0073b7!important;
	}
.post-icon-division.reopen{
	background-color:#dd4b39 !important;
	}
/* -------------------Windows Float---------------------------- */
.windows-float{
    width: auto;
    height: auto;
	position: fixed;
    top: 50%;
    left: 50%;
	min-width:300px;
    z-index: 101 !important;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	border: 1px #d9d9d9 solid;
	display:none;
	border-radius: 3px;
	}
.windows-float.top{
	top: 60px;
	margin-top: 0px;
}
.windows-float .title-div-windows{
	position: relative;
    background-color: #ffffff;
    padding: .4375rem .3125rem;
    border-bottom: 1px #e9e9e9 solid;
    border-top: 0;
    cursor: default;
}
.windows-float .title-div-windows .windows-icon{
	padding:5px;
}
.title-div-windows .windows-title{
	font-size: .875rem;
    font-style: normal;
    font-weight: 700;
	padding-left:7px;
	}
.title-div-windows .btn-close{
    position: relative;
    float: right;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
    background-color: #ffffff;
    color: #777777;
    margin: 0px 5px 0px 50px;
    width: 30px;
    height: 21px;
    text-align: center;
    line-height: 18px;
	}
.title-div-windows .btn-close:hover{
	background-color:#cde6f7; 
	}
.title-div-windows .btn-close:after{
    border-color: #777777;
    content: '\D7';
	}
.loading{
	text-align: center;
    height:100%;
    width:100%;
    line-height:100%;
	}
.loading.noheight{
	height:auto;
}
.div-request{
	width: auto;
	height:auto;
	padding:7px;
	max-height:600px;
	}
.div-request.scroll{
	overflow: auto;
	}
.div-request.overflow{
	overflow:auto;
}
.div-request.w600{
	width:600px;
	}
.div-request.w800{
	width:800px;
	}
.div-request.w1000{
	width:1000px;
	}
/* -------------------Windows TAB BOX---------------------------- */
.main-tab .window_tab:last-child{
	padding-left:15px;
	padding-right:0px !important;
}
.window_tab{
	display: -webkit-inline-box;
	padding-right:15px;
}
.window_tab.w50{
	width:50%;
}
.window_tab ul{
	position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.window_tab-header{
	color: #444;
    display: block;
    padding: 7px;
    position: relative;
	border-bottom: 1px solid #f4f4f4;
	font-weight: bold;
}
.window_tab_body{
	height: 300px;
    max-height: 300px;
    overflow-y: auto;	
}

/* -------------------BANNER Float---------------------------- */
.banner-max{
    width: auto;
    height: auto;
	position: fixed;
    top: 200px;
    left: 100px;
	min-width:300px;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	border: 1px #d9d9d9 solid;
	display:block;
	border-radius: 3px;
	margin: 0 auto;
	}
.banner-max.edit{
	margin:20px;
	width: auto;
    height: auto;
	position: relative;
	top:auto;
	left:auto;
    display: inline-block;
	}
.banner-max .title-div{
	position: relative;
    background-color: #ffffff;
    padding: .4375rem .3125rem;
    border-bottom: 1px #e9e9e9 solid;
    border-top: 0;
    cursor: default;
}

.banner-max .title-div .banner-icon{
	padding:5px;
}
.title-div .banner-title-text{
	font-size: .875rem;
    font-style: normal;
    font-weight: 700;
	padding-left:7px;
	}
.banner-btn-close.btn-close{
	position: relative;
    float: right;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
    background-color: #ffffff;
    color: #777777;
    margin: 0px 5px 0px 50px;
    width: 30px;
    height: 23px;
    text-align: center;
    line-height: 18px;
	}
.banner-btn-close.btn-close:hover{
	background-color:#cde6f7; 
	}
.banner-btn-close.btn-close:after{
    border-color: #777777;
    content: '\D7';
	}
.banner-body-field{
	max-height:500px;
	max-width:500px;
	min-height:40px;
	min-width:200px;
	padding:7px;
	
}

/* ------------------------------------------------------------ */
/* ------------------------TABLE------------------------------- */
/* ------------------------------------------------------------ */
/* com borda geral ---> border
//com borda	interna ---> bordered
//hovered --> hovered
//Sortable na coluna ---> sortable-column
//Sort Selectede --> sort-asc
//Sem background no selected coluna -->noback
//Com zebra --> striped no dataTable
// quando filtrar deixar o backgoround cinza --> .dataTable.sortback
//tr com cursor --> cursor tipo point
//tr com texto riscado ->strike
//tr como titulo e grifado->title_border 
*/
table {
	display: table;
	border-collapse:collapse;
	}
.dataTable {
  width: 100%;
  margin: .625rem 0;
  clear: both;
}
.dataTable th,
.dataTable td {
  padding: 0.625rem;
}
.dataTable thead {
       border-bottom: 1px #000000 solid;
	}
.dataTable thead th,
.dataTable thead td {
  cursor: default;
  border-color: transparent;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.dataTable tfoot {
  border-top: 4px solid #999999;
}
.dataTable tfoot th,
.dataTable tfoot td {
  cursor: default;
  color: #52677a;
  border-color: transparent;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.dataTable tbody td {
  padding: 0.3rem 0.85rem;
}
.dataTable tbody.pad8 td {
  padding:8px;
}
.dataTable tbody.mini td {
  padding:1px;
}
.dataTable tbody.mini_0_pd td {
  padding:0px;
}
.dataTable tbody.font13 {
  font-size: 13px;
}
.dataTable tbody.font13 {
  font-size: 13px;
}
.dataTable.hovered tbody tr.cursor {
	cursor:pointer;
}
.dataTable.hovered tbody tr:hover {
  background-color: #f5f5f5 !important;
}
.dataTable tr.selected{
	background-color: rgba(28, 183, 236, 0.1);}
.dataTable.bordered th,
.dataTable.bordered td {
  border: 1px #d9d9d9 solid;
}
.dataTable tr.strike{
	text-decoration:line-through;
}
.dataTable.bordered-light th,
.dataTable.bordered-light td {
  border: 1px solid #f4f4f4;
}
.dataTable.striped tbody tr:nth-child(odd) {
  background: #eeeeee;
}

.dataTable .sortable-column,.dataTable .sorting,.dataTable .sorting_asc,.dataTable .sorting_desc{
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
}
.dataTable .sortable-column:after,.dataTable .sorting:after,.dataTable .sorting_asc:after,.dataTable .sorting_desc:after {
  position: absolute;
    content: "\f0dc";
	opacity:0.2;
    width: 1rem;
    height: 1rem;
    left: 100%;
    margin-left: -20px;
    top: 50%;
    margin-top: -0.5rem;
    color: inherit;
    font-size: 1rem;
    line-height: 1;
    font-family: 'FontAwesome';
}
.dataTable .sortable-column.sort-asc,
.dataTable.sortback .sortable-column.sort-desc,.dataTable.sortback .sorting_asc,.dataTable.sortback .sorting_desc {
  background-color: #eeeeee;
}
.dataTable .sortable-column.noback,.dataTable .sorting.noback,.dataTable .sorting_asc.noback,.dataTable .sorting_desc.noback{
	background-color: transparent;
}
.dataTable .sortable-column.sort-asc:after,
.dataTable .sortable-column.sort-desc:after,.dataTable .sorting_asc:after,.dataTable .sorting_desc:after {
  color: #1d1d1d;
}
.dataTable .sortable-column.sort-asc:after,.dataTable .sorting_asc:after {
      content: "\f0de";
	  opacity:1;
}
.dataTable .sortable-column.sort-desc:after,.dataTable .sorting_desc:after {
  	content: "\f0dd";
	opacity:1;
}
.table_info_plus{
	width: auto;
    font-size: 12px;
    top: -30px;
    float: left;
	}
.table_info_plus.marging{
	top: 10px !important;
}
.table_row_info{
	display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
	}
.table_row_info.radio_less{
	border-radius: .25em;
}
.table_row_info.red{
	 background: #ce352c !important;
	}
.table_row_info.green{
	 background-color: #60a917 !important;
	}
.table_row_info.blue{
	 background: #2086bf !important;
	}
.table_row_info.orange{
	 background: #fa6800 !important;
	}
.table_row_info.darkblue{
	 background: #005696!important;
	}
.table_row_info.magenta{
	 background: #d80073!important;
	}
	
td .td-mini-text{
	font-size:12px;
	}
table td i.icon_table { 
	font-size: 20px;	
}
table td i.icon_table.dropdown-bt {
	cursor: pointer;
}

table td i.liquidado:before {
	font-family: FontAwesome;
    content: "\f058";
	color: #60a917!important; 
}
table td i.vencido:before {
	font-family: FontAwesome;
    content: "\f06a";
	color: #ce352c!important;
}
table td i.emaberto:before {
	font-family: FontAwesome;
    content: "\f056";
	color:#1ba1e2!important;
}
table td i.excluido:before {
	font-family: FontAwesome;
    content: "\f071";
	color: #ce352c!important; 
}
table td p.sub_text_table{
	color: #b5b5b5;
	
}
table tr.deleted{
	color: #b5b5b5!important;
	
}
table td a.table_a_select{
	color: inherit;
	cursor: pointer;
}
table td a.table_a_select:hover{
	text-decoration: underline;
	}

table tr.title_border{
	border-bottom: 1px;
    border-bottom-color: black;
    border-bottom-style: groove;
	font-style: normal;
    font-weight: 700;
	line-height: 50px;
    font-size: 20px;
}
table tr.title_border_2{
	border-bottom: 0px;
    border-bottom-color: black;
    border-bottom-style: groove;
	font-style: normal;
    font-weight: 700;
	line-height: 30px;
    font-size: 15px;
}
table tr.font13{
	font-size: 13px;
}
table td.border_set{
	border-bottom: 1px;
    border-bottom-color: black;
    border-bottom-style: groove;
}
/*-----------------------------------*/
/*-----------------------------------*/

/*------------Pagination-------------*/
.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
	}
.dataTables_paginate .paginate_button{
	margin: 5px 0;
	display: inline-block;
	color: #777;
	background-color:#fafafa;
    border-color: #ddd;
	position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
	cursor:pointer;
	}
.dataTables_paginate a:first-child:not(span){
	border-radius:4px 0 0 4px;
	}
.dataTables_paginate a:last-child{
	border-radius:0 4px 4px 0;
	}
.dataTables_paginate .paginate_button.disabled{
	cursor:not-allowed;
	background-color:#FFF;
	}
.dataTables_paginate .paginate_button.current{
	color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
	}
	
.dataTables_filter{
	height: 34px;
	width:auto;
	float:right;
    vertical-align: middle;
    margin: 10px 0px 10px 0px;
    display: block;
	}
/* ----------------DIV TABLE-------------------------- */
.table-div{
	width:100%;
	}
.table-div div.list-table-div{
	position: relative;
    border: 1px #d9d9d9 solid;
	border-bottom:0px;
    width: 100%;
    padding: .3125rem;
	height:36px;
	}
.table-div div.list-table-div:last-child{
	 border-bottom: 1px #d9d9d9 solid;
	}
.table-div .list-table-div .button-group{
	position: absolute;
    right: -2px;
    top: -1px;
    margin: 0;
    padding: 0;
    z-index: 2;
	height:35px;
	}
.table-div .list-table-div .button-group .button-table-div{
	padding: 0 1rem;
    height: 2.125rem;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px #d9d9d9 solid;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: .875rem;
    line-height: 1;
    position: relative;
	height:36px;
	margin-right: 1px;	
	}

.table-div .list-table-div .button-group .button-table-div:active{	
	background: #eeeeee;
	}
.table-div .list-table-div .button-group .button-table-div:hover{	
	border-color: #787878;
	}
.table-div .list-table-div .button-group button:last-child{
     margin-right: 0px;	
}
.table-div .list-table-div .button-group .button-table-div span.icon{
	font-size:13px;
	}
.table-div .list-table-div .subdivision{
	display: inline-block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
	}
.table-div .list-table-div .subdivision.w10{ width:10%;}
.table-div .list-table-div .subdivision.w20{ width:20%;}
.table-div .list-table-div .subdivision.w25{ width:25%;}
.table-div .list-table-div .subdivision.w30{ width:30%;}
.table-div .list-table-div .subdivision.w35{ width:35%;}
.table-div .list-table-div .subdivision.w40{ width:40%;}
.table-div .list-table-div .subdivision.w50{ width:50%;}
.table-div .list-table-div .subdivision.w60{ width:60%;}
.table-div .list-table-div .subdivision.w70{ width:70%;}
.table-div .list-table-div .subdivision.w80{ width:80%;}
.table-div .list-table-div .subdivision.w90{ width:90%;}
.table-div .list-table-div .subdivision.w100{ width:100%;}
/* --------------------DADOS-------------------------- */
.data-block .line { 
	display:block;
	float:left;
	height: 25px;
	font-size: 13px;
	}
.data-block .master_title{
	font-size:22px;
	padding:7px;
	height: 40px;
    line-height: 40px;
	}
.data-block .master_title img{
	height: 40px;
    position: relative;
    float: left;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
	}
.data-block .line .subline{
	padding:0px 20px 0px 0px;
	}
.data-block .line .subline:last-child{
	padding:0px;
	}
.data-block .line { 
	display: flex;
    clear: both;
    width: 100%;
	height: auto;
	min-height: 21px;
	}	
.data-block .line .subline span.title{
	font-style: normal;
  	font-weight: 700;
	}
.data-block .line .subline.w10{ width:10%;}
.data-block .line .subline.w20{ width:20%;}
.data-block .line .subline.w25{ width:25%;}
.data-block .line .subline.w30{ width:30%;}
.data-block .line .subline.w35{ width:35%;}
.data-block .line .subline.w40{ width:40%;}
.data-block .line .subline.w50{ width:50%;}
.data-block .line .subline.w60{ width:60%;}
.data-block .line .subline.w70{ width:70%;}
.data-block .line .subline.w80{ width:80%;}
.data-block .line .subline.w90{ width:90%;}
.data-block .line .subline.w100{ width:100%;}

/* --------------------CALENDARIO---------------------- */
.calendar_master{
	position:relative;
	width:100%;
	height:auto;
	padding:5px;
	border: 0;
	border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	}
.calendar_row{
	display:flex;
	text-align:center;
	font-size:18px;
	color:#000000;
	min-height:80px;
	}
.calendar_row.week,.calendar_row.calendar_head{
	min-height:0px;
	height:auto;
	}
.calendar_row.calendar_head{
	color:#FFFFFF;
	margin-bottom:7px;	
	}
.calendar_head div:nth-child(1), .calendar_head div:nth-child(3){
	width:25%;
	}
.calendar_row.calendar_head div:nth-child(2){
	width:50%;
	}
.calendar_row.calendar_head div:hover{
	cursor:pointer;
	background-color:#47b4e9;
	}
.calendar_row.calendar_head div{
	background-color:#59cde2;
	padding:3px;
	}
.calendar_row .week_title{
	width:14.3%;
	margin-bottom:7px;
	}
.calendar_row .week_title:nth-child(1),.calendar_row .calendar_cell:nth-child(1){
	color:#F00;
}
.calendar_row .calendar_cell{
	width:14.3%;
	border:1px solid #59cde2;
	border-bottom:0px;
	border-right:0px;
	}
.calendar_row .calendar_cell ul{
	margin-top:18px;
	min-height: 60px;
}.calendar_row .calendar_cell ul div{
	margin-top:2px !important;
}
.calendar_master .calendar_row:last-child{	
	border-bottom:1px solid #59cde2;
	}
.calendar_row .calendar_cell:last-child{
	border-right:1px solid #59cde2;
	}
.calendar_row .calendar_cell:hover:not(.none),.calendar_row .calendar_cell.today:hover:not(.none){
	background-color:#75c7ee;
	cursor:pointer;
	}
.day_number{
	position:absolute;
	top:0px;
	right:6px;
	opacity:0.7;
	font-size:14px;
	}
.calendar_row .calendar_cell.today{
	background-color:#fcf8e3
	}
.calendar_row .calendar_cell .calendar_data_input{
	position: relative;
    width: 100%;
    background-color: #3b91ad;
    color: #FFF;
    font-size: 9px;
    padding: 1px;
    border-radius: 4px;
	margin-top:2px;
	}
.calendar_row .calendar_cell .calendar_data_input.dragdrop{
	cursor:pointer;
}
.calendar_row .calendar_cell .calendar_data_input:hover{
	color:#000;
	}
.calendar_row .calendar_cell div:nth-child(2){	
margin-top: 18px;
	}
/* --------------------CONFIGURATION---------------------------- */
.config{
	width: 100%;
	line-height:30px;
	display: bock;
	}
.config .warning{
	line-height:20px;
}
.config.border{
	border-bottom:1px solid;
	border-bottom-color:#d9d9d9;
	}
.config .setconfig{
	display: inline-flex;
	}
.config .division{
	margin-left:10px;
	}
.config .config-avisos{
	display:block;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom: 10px;
	padding:3px 10px 3px 10px;
	line-height:20px;
	}
.config .config-avisos .icon-config{
	margin-right:10px;
}
.config .input-control {
	margin:0px;	
	}
.config label {
   font-weight: 800;
	}
.config input:read-only{
	border: 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
	}
.config input:-moz-read-only{
	border: 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
	}
.rowform.cell2{
	display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: .325rem 0;
    line-height: 1;
	width: 100% !important;
}
.rowform.cell2 .input-control{
	padding:7px 0px 7px 0px;
}
.rowform.cell2 input{
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px #d9d9d9 solid;
    width: 100%;
    height: 100%;
    padding: .3125rem;
    z-index: 0;
	padding-right: 60px;
}
.rowform.cell2 input:read-only{
	border: 1px solid;
	border-color:transparent;
	border-bottom-color:#d9d9d9;
}
.rowform.cell2 input:hover, .rowform.cell2 .button-group .button:hover{
    border-color: #787878;
	}
.rowform.cell2 input:read-only:hover{
	border-color:transparent;
	border-bottom-color:#d9d9d9;
	}
.rowform.cell2 .button-group{
    position: absolute;
    right: 0;
    top: 7px;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.rowform.cell2 .button-group:before{
    display: table;
    content: "";
	}
.rowform.cell2 .button-group .button{
	position: relative;
    float: left;
    margin: 0;
	padding: 0 1rem;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px #d9d9d9 solid;
    color: #262626;
    cursor: pointer;
    display: inline-block;
    outline: none;
	}
.config .loading-icon:before{
	font-family:'FontAwesome';
	content: "\f110";
	 -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
	display: inline-block;
	}

/* --------------------Chat-------------------------- */
.block-chat{
	margin-bottom: 10px
}
.ident_chat{
	display: block;
    margin-bottom: 2px;
    font-size: 12px;
	padding-right: 10px;
}
.ident_chat .name-chat{
	font-weight: 600;
}
.ident_chat .time-chat{
	color: #999;
	float: right !important;
}
.block-chat .foto-chat{
	width: 40px;
    height: 40px;
    float: left;
    border: 2px solid #d2d6de;
    padding: 2px;
    border-radius: 50%;	
}
.block-chat .text-chat{
	border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.block-chat .text-chat:before{
	position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
	border-width: 6px;
    margin-top: -6px;
}
/* --------------------PORTARIA ESPECIFICO-------------------------- */
.search_master{
	width:100%;
	height:35px;
}
.search_master input{
	border-bottom: 2px solid #0072c6;
    width: 100%;
	height:100%;
    float: left;
	font-size:22px;
	font-weight: 400;
    color: rgba(0,0,0,1.00);
    text-transform: uppercase;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    padding: 0;
	text-align:center;
}
.search_master input:focus {
	outline: none !important;
}
.main-flex-div .search_result_master{
	overflow-y: auto;
	margin-top: 5px;
}
.main-flex-div .search_result_master.center{
	text-align: -webkit-center;
}
.main-flex-div.dark{
	background-color: #f3f3f4;
}

.loading_search_portaria{
   text-align: -webkit-center;
   display:none;
}

/* sidebar*/
.main-side-bar.blue_light{
	background-color:#3c8dbc;
}
.main-side-bar.small li{
	text-align: -webkit-center;
    color: white;
    display: block;
    background-color: inherit;
    position: relative;
    padding: 10px;
}
.main-side-bar.small li:hover{
	background-color:#005696;
}
.main-side-bar.small li a:hover{
	cursor:pointer;
	color:#FFFFFF !important;
}
.main-side-bar.small .icon-sidebar{
	font-size:25px;
}
.main-side-bar.small a{
	position: relative;
	color:#FFFFFF;
    width: 100%;
    height: 80px;
    padding: 5px;
}
.main-side-bar.small .sub_list{
	position: absolute;
    z-index: 100;
    left: 55px;
    top: 0px;
	display:none;		
}
.sub_list ul{
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
	position: fixed;
    max-width: 250px;	
}
.sub_list li{
    font-size: 15px;
    color: #999 !important;
}
.sub_list li a{
	padding: 7px 20px 7px 20px !important;
    color: #999 !important;
}
.sub_list li .icon{
	margin-right: 5px;
}
.party_maindiv{
    color: #444;
    display: block;
    padding: 10px 10px 0px 10px;
    position: relative;	
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    width: 100%;
}
.party_maindiv .party_title{
	    margin: .625rem 0;
		font: 500 1.125rem/1.1 "Segoe UI", "Open Sans", sans-serif, serif;
	
}
/* ---------Seleçoes Shortcut Buttons-------------------- */
.main_select{
	margin:10px 0px 10px 0px;
}
.main_select .itens{
	display: -webkit-inline-box;
    background: #2086bf;
    color: #ffffff;
    border: 2px #2086bf solid;
    height: 60px;
    width: 113px;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    line-height: 45px;
    text-align: -webkit-center;
	
}
.main_select div:nth-child(6){
	margin-top:5px;
}
.main_select .itens:hover{
	    border: 2px #1b6eae solid;
		cursor:pointer;
}

.main_select.cadastro_entrada .itens{
	width: auto;
	font-size: 20px;
	 border: none;
}
.request-nomodal{
	border: 1px #d9d9d9 solid;
	padding: 7px;
}

.request-nomodal.w500{
	width: 500px;
	
}

/* ---------------------TITLE BOX------------------------ */	
.title-box{
    color: white;
	padding: 15px;
	border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	/*display: flex;*/
	overflow: auto;
	    margin-bottom: 10px;
}
.title-box i{
	float: left;
    margin-right: 18px;
	font-size: 72px;
}
.title-box .text-block h2{
	margin: 5px;
}
/* ---------------------PLANO DE CONTAS------------------------ */
.list_plano li{
	font-size: 15px;
	padding: 4px;
}
.list_plano li p{
	width: auto!important;
	display: inline-block;
}
.list_plano li p:hover{
	cursor: pointer;
	text-decoration: underline;
}
.list_plano li.head{
	font-weight: bold;
}

.list_plano li.p1{
	padding-left: 50px
}
.list_plano li.p2{
	padding-left: 100px
}
.list_plano li.p3{
	padding-left: 150px
}
.list_plano li.p4{
	padding-left: 200px
}
.list_plano li.p5{
	padding-left: 250px
}
.list_plano li.p6{
	padding-left: 300px
}
form.lista_plano_form{
		display: inline;
	display: none;
}
form.lista_plano_form input,.check-set{
	min-height: 25px;
    border-radius: 4px;
    border: 1px #d9d9d9 solid;
    height: 100%;
    padding: 5px;
    display: inline-block;
    -webkit-appearance: none;
    outline: 0;
    font-weight: 400;
	
}
form.lista_plano_form .check-set{
	min-height: 29px;
    top: -2px;
	
}
form.lista_plano_form input.cod{
	width: 50px;
}
form.lista_plano_form input.descricao{
	width: 350px;
	margin-left: 10px;
}
form.lista_plano_form button{
	top: -2px;
	font-size: 15px;
}
/* ---------------------FILTROS DIV------------------------ */
.filtro_master_div{
	border: 1px #128023 solid;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	display: none;
}
form.center_filter{
	display: table;
  	margin: 0 auto;
}
form.center_filter.w40{
	width: 400px;
}
form.center_filter.w50{
	width: 500px;
}
form.center_filter.w60{
	width: 600px;
}
form.center_filter.w70{
	width: 700px;
}
form.center_filter.w80{
	width: 800px;
}
/* ---------------------PROGRESSD BAR------------------------ */

.progress {
	ox-shadow: none;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-sizing: border-box;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-success {
    background-color: #1c84c6;
}