/* CSS Document */
*, body {
	font-family: 'Roboto', Helvetica, Verdana;
	color: #333333;
	font-size: 15px;
}
.ui-datepicker, .ui-datepicker-header {
font-size:14px !important;	
}
.jconfirm{z-index: 9999999999 !important;}
/*LOADING*/
.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #76b9e4; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	top: 40%;
	left: 45%;
	position: absolute;
	transform: translate(-50%, -50%);
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.load-div {
	z-index: 500;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute ;
	top: 0px;
	display: none;
}
.col-md-6, .col-sm-6, .col-md-4, .col-sm-4, .col-md-3, .col-sm-3, .col-md-2, .col-md-7, .col-sm-7, .col-md-9, .col-sm-9, .col-sm-2, .col-md-1, .col-sm-1, .col-md-8, .col-sm-8, .col-md-5, .col-sm-5, .col-md-11, .col-sm-11, .col-md-10, .col-sm-10 {
	float: left;
}

/*CALENDARIO*/
.ui-datepicker {
z-index:99999999999999 !important;
/*position:absolute !important;*/
padding:0px;
border-radius:0px;	
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #76b9e4;
}

/*PAGINAÇÃO*/
.pagination {
	position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-37%);
margin-bottom:0;
}
.pagination .page-item .page-link, .pagination .page-item .page-link span {
font-size:13px;	
}
.pagination .page-link {
padding:5px 10px;	
}
.page-link, .page-link span, .page-link i {
color:#009de2;	
}
.row {
	margin: 0 !important;
}
a {
	color: #359ace;
}
a:hover {
text-decoration:none;	
}
.table-responsive{
	overflow-x: visible !important;
}
.table-responsive a:hover .fa {
color:#76b9e4;
transition:all 400ms ease-in-out;	
}
.noPad {
	padding: 0px !important;
}
.noPadRight {
padding-right:0px;	
}
.noPadLeft {
padding-left:0px;	
}
strong {
	font-family: 'Roboto Bold';
}
.justify-center {
display:flex !important;
justify-content: center !important;
}
.pointer {
cursor:pointer;	
}
.clear {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.displayBlock {
	display: block;
}
.textCenter {
	text-align: center;
}
.textRasurado {
	text-decoration: line-through;
}
.foreignCurrency {
    background-color:#DCDC98; 
}
.font12 {
	font-size: 12px !important;
}
.font20 {
	font-size: 20px !important;
}
.vertAlignBot {
	vertical-align: bottom;
}
.bgGrey {
	background-color: #F7F7F7 !important;
}
.bgBlue {
	background-color: #76b9e4 !important;
}
.bgRed {
	background-color: #d03535 !important;
}
.bgGreen {
	background-color: #4cbd51 !important;
}
.bgBlueText {
	background-color:#84CBFF !important;
	display:block;
}
.bgRedText {
	background-color:rgba(255,0,0,0.7) !important;
	display:block;
}
.bgYellowText {
background-color:#FF6 !important;	
display:block;
}
.bgOrangeText {
background-color:#FFDA84 !important;	
display:block;
}
.bgGreenText {
color:#4cbd51 !important;
}
.bgYellowTable {
	background-color:#FFFFDD !important;
}
.bgRedTable {
	background-color:#FFDFDF !important
}
.bgGreenTable {
	background-color:#E8FFE8 !important;
}
.bgImage {
width:100%;
background-position:center;
background-repeat:no-repeat;
background-size:cover;	
}
.icon-info {
position: absolute;
font-size: 17px;
top: 4px;
right: 7px;	
}

.displayNone{
    display: none;
}

.pad0{
    padding: 0;
}
.pad15 {
	padding: 15px;
}
.padLateral15 {
	padding-right: 15px;
	padding-left: 15px;
}
.padLateral8 {
	padding-right: 8px !important;
	padding-left: 8px !important;
}
.padTop8 {
	padding-top: 8px;
}
.padTop7 {
	padding-top: 7px;
}
.padTop10 {
	padding-top: 10px;
}
.padTop15 {
	padding-top: 15px;
}
.margin10{
    margin: 2px;
}

.marginTop8 {
	margin-top: 8px;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginTop15 {
	margin-top: 15px;
}
.marginLeft10 {
	margin-left: 10px;
}
.marginLeft5 {
	margin-left: 5px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginBottom5 {
margin-bottom:5px !important;	
}
.marginBottom8 {
margin-bottom:8px !important;	
}
.marginBottom10 {
margin-bottom:10px !important;	
}
.marginRight8 {
	margin-right: 8px;
}
.marginLeft8 {
	margin-left: 8px;
}
.marginRight15 {
	margin-right: 15px;
}
.marginLeft15 {
	margin-left: 15px;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.marginRight30 {
	margin-right: 30px;
}
.borderLeft {
	border-left: 1px solid #e5e5e5 !important;
}
.noBorder {
border:0px !important;	
}
.opacity60 {
opacity:0.6;	
}
.breadcrumb {
padding:0px 10px;
padding-bottom:2px;	
margin-bottom:8px;
}
.breadcrumb li a, .breadcrumb li strong {
font-size:12px;	
}
.btn.dropdown-toggle, .btn.btn-secondary {
	background-color: #fff;
	border: 1px solid #cccccc;
	color: #329bd4;
	text-transform: uppercase;
	
}
.btn.dropdown-toggle:hover, .btn.btn-secondary:hover {
transition:400ms all ease-in-out;
background-color:#f6f6f6;	
}
.dropdown-toggle:agination {
box-shadow:none !important;	
}
.visible-xs {
display:none;	
}
.height22 {
	height: 15px;
	margin-right: 5px;
	margin-top: -3px;
}
.width100{
    width: 100%;
}
.width45 {
	width: 45px;
	height:auto;
}
.width40 {
	width: 40px;
	height:auto;
}
.width35 {
	width: 35px;
	height:auto;
}
.minHeight145 {
	min-height: 145px;
}
.font60 {
font-size:60px;	
}
.h6-subtitle {
	background-color: #fafafa;
	color: #7e7e7e;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	height: 26px;
	font-size:13px;
	margin-bottom: 0px;
}
.h6-subtab {
	background-color:#d4d4d4;	
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;	
	font-size:12px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 15px;
}
.h6-subtab input {
	background-color: rgb(255, 255, 255, 0.5);
	border:1px solid lightgray;
	margin-left:5px;
	padding: 1px 5px 1px 5px;
}
.h6-subtab span {
	font-size:13px;
}
.h6-subtab-level-2 {
	background-color:#d4d4d4;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;	
	font-size:11px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 15px;
}
.textBold {
font-weight:bold;	
}
.textUppercase {
text-transform:uppercase;	
}
.dropdown {
	display: inline-block;
}
.dropdown.dropdown-subtitle {
	right: 0;
	margin-top: -10px;
	border-color: #e5e5e5;
}
.dropdown.dropdown-subtitle a {
	border-radius: 0px !important;
	border-color: #e5e5e5;
}
.dropdown-subtitle-icon {
	position: absolute;
	right: 15px;
	margin-top: -9px;
}
.dropdown-subtitle-icon a {
	border-color: #ccc;
}
.dropdown-bottom {
	margin: 10px 20px 20px 0px;
}
#dropdownSearch {
cursor:pointer;	
}
.ui-menu-item-wrapper {
	display: block;
	width: 100%;
}
.ui-menu-item-wrapper:hover, .ui-menu-item:hover{
	text-decoration: none;
	border: none;
	background-color: #76b9e4;
	cursor:pointer;
}
.ui-menu-item-wrapper span {
	color: #009de2;
	font-size: 12px;
}
.ui-autocomplete {
z-index:99999999999999999 !important;	
}
/*.alert {
margin-bottom:0px;	
}*/
.col-xs-6 {
width:50%;	
}
.col-xs-4 {
width:33.3%;	
}
.col-xs-8 {
width:66.6%;	
}
.col-xs-2 {
width:16.6%;	
}
.col-xs-1 {
width:9%;	
}
.col-xs-11 {
width:87%;	
}
.h5-title {
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.colorYellow {
	color: #f1cb8c;
}
.colorGreen {
	color: #57bb5b;
}
.colorRed {
	color: #d03535;
}
.colorRed {
	color: #e3898b;
}
.colorBlack{
    color: black;
}
.colorRedStrong {
	color:#fe0106;
}
.colorBlue {
	color: #329bd4;
}
.colorWhite {
	color: #fff;
}
table {
width: 100%;
max-width: 100%;
background-color: transparent;	
}
table tr:nth-of-type(2n+1) {
    background-color: #fafafa;
}
table th, table td {
    padding: 0.75rem;
	vertical-align:middle;
    border-top: 1px solid #dee2e6;
}
.table-small th, .table-small td {
	font-size:13px !important;
}
/*LOGIN*/
.section_login .container_login {
	width: 600px;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
}
.section_login .linha_topo_login, .section_login .linha_topo_login a, .section_login .linha_topo_login a strong {
	color: #999999;
	font-size: 15px;
}
.section_login .border_login {
	border-radius: 5px;
	border: 1px solid #E5E5E5;
}
.section_login .border_login h2 {
	background-color: #E5E5E5;
	font-size: 22px;
	text-align: center;
	padding: 10px;
}
.section_login .border_login .form_login {
	padding: 15px;
}
.section_login .border_login .form_login .form-control {
	background-color: #F7F7F7;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 15px;
	border: 0px;
}
.section_login .border_login .form_login .btn {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #009de2;
	font-size: 17px;
	text-transform: uppercase;
}
.section_login .border_login .form_login .btn:hover {
	background-color: #5fb6dd;
	color: #fff;
}
#login_button {
padding-top:2px;	
}
/*TOP OPTITRAVEL*/
.logout, .logout i {
	color: #fff;
}
.top_white {
	background-color: #76b9e4;
	height: 30px;
	padding-top: 5px;
	font-size: 13px;
}
.top_white p, .top_white a, .top_white .fas {
	color: #fff;
	letter-spacing: 1px;
}
.top_white p, .top_white a, .top_white p .fas, .top_white a strong, .top_white a .fas {
font-size:13px;	
}
.top_white a {
padding: 8px 5px;	
}
.btn-icon {
/*border-radius: 5px;*/
padding: 8px 5px;
text-align: center;
top: -3px;
position: relative;
}
.btn-back{
    border-color: #009de2;
    background-color: white;
    color: #009de2 !important; 
}
.btn-back:hover{
    background-color: #76b9e4 !important; 
    color: white !important;
}
.top_white a:hover {
	background-color:#bbdaee;
	transition:all 400ms ease-in-out;
}
.top_white .drop-username a {
	color: #fff;
	padding: 5px;
}
.top_white .drop-username a:hover {
	cursor: pointer;
}
.top_white .drop-username .dropdown-menu {
	background-color: #76b9e4;
	padding: 0px;
}
.top_white .drop-username .dropdown-menu .dropdown-item:hover {
	background-color: #009de2;
}
.drop-search > .dropdown-menu {
	left: -70px !important;
	border: 0;
	position: absolute !important;
	background-color: transparent;
}
.drop-search > .dropdown-menu .form-control {
	margin-bottom: 0px;
}
.navbar_top {
	background-color: #009de2;
	color: #fff;
	padding: 0px;
}
.navbar_top .menu_logged {
	padding-top: 0px;
	height: 78px;
	padding-left:20px;
}
.navbar_top .menu_logged .icon_opti {
	height: 45px;
	margin-right: 15px;
}
.navbar_top .menu_logged span {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.navbar_top .menu_logged span .system_name {
	color: #fff;
	font-size: 19px;
	display: block;
}
.navbar_top .menu_logged strong {
	color: #fff;
	font-size: 12px;
}
.navbar_top .menu_logged .system_username {
	color: #fff;
	font-size: 11px;
	text-transform: capitalize;
}
.navbar_top .menu_logged .impersonateBtn {
	color: #fff !important;
	font-size: 11px;
	text-transform: capitalize;
}
.navbar_top .menu_logged .impersonateBtn i{
	color: #fff !important;
	font-size: 11px;
	text-transform: capitalize;
}
.navbar_top .menu_optitravel {
	height: 78px;
}
.navbar_top .menu_optitravel a {
	/*width: 75px;*/
	display: inline-block;
	text-align: center;
	border-left: 1px solid #0d89d2;
	padding: 11px 8px 6px 8px;
	color: #fff;
	min-width: 105px;
	letter-spacing: 1px;
	font-size:14px;
}
.navbar_top .menu_optitravel a.active {
	background-color: #76b9e4;
	text-decoration: none;
}
.navbar_top .menu_optitravel a:hover {
	background-color: #76b9e4;
	text-decoration: none;
	transition: all 400ms ease-in-out;
}
.dropdown-toggle::after {
	content: none;
}
.navbar_top .menu_suporte {
	padding-top: 12px;
}
.drop-menu {
	top:-24px;height:75px;
}
.drop-menu #dropdownMenu {
	padding:4px;
}
.drop-menu a:hover {
	cursor: pointer;
}
.drop-menu .dropdown-menu {
	background-color: #009de2;
	color: #fff;
	padding: 0;
}
.drop-menu .dropdown-menu.show {
	display: flex;
	margin-top: 0px;
	top:1px !important;
}
.drop-menu .dropdown-menu .dropdown-item {
	float: left;
	padding: 10px;	
}
.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-item i {
font-size:14px;	
}
.drop-menu .dropdown-menu .dropdown-item:hover {
	background-color: #76b9e4;
}
.dropdown-item > .fa{
    font-size: 13px !important;
    width: 13px !important;
}
/*MENU LATERAL*/
#menu_lateral .ul-lateral li {
	list-style: none;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#menu_lateral .ul-lateral {
	padding: 0;
}
#menu_lateral .ul-lateral li a {
	display: block;
	padding: 5px 15px 5px 20px;
	color: #505659;
	font-size:14px;
}
#menu_lateral .ul-lateral li.activated a {
	background-color: #76b9e4;
	text-decoration: none;
	color: #fff;
}
#menu_lateral .ul-lateral .nav_options_cat {
	background-color: #ddd;
	color: #0a7bac;
	font-weight: bold;
	padding: 5px 15px 5px 20px;
}
#menu_lateral .ul-lateral li a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	color: #505659;
	cursor:pointer;
}
#menu_lateral {
	background-color: #f8f8f8;
	padding: 0px;
	min-height: 550px;
}
#menu_lateral .ul-lateral-dropdown li a {
	padding-left: 40px;
}
#menu_lateral .ul-lateral li .collapse-active {
	background-color: #3a9bc6;
	color: #fff;
}
/*MENU LATERAL MOBILE*/
#menubar-mobile {
	display: none;
}
#menubar-mobile .navbar-light .navbar-brand, #menubar-mobile .navbar-light .navbar-toggler, #menubar-mobile .navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	padding-left: 10px;
	margin-right: 10px;
}
#menubar-mobile .navbar-light .navbar-toggler-icon {
	background: none;
}
#menubar-mobile .navbar {
	background-color: #76b9e4;
	color: #fff;
	padding: 5px 0px;
}
#menubar-mobile .nav-item {
	border-top: 1px solid #0d89d2;
}
#menubar-mobile .dropdown-menu {
	background-color: #f8f8f8;
	width: 100%;
	border-radius: 0px;
	margin: 0;
	padding: 0px;
}
#menubar-mobile .dropdown-menu a {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 10px;
}
#menubar-mobile .dropdown-menu a:hover {
	text-decoration: none;
}
/*FOOTER*/
footer {
	color: #626060;
	text-align: center;
	background-color: #fafafa;
	position: relative;
	bottom: 0px;
	padding: 10px;
}
footer span, footer strong, footer a {
font-size:13px;	
}
footer strong {
	color: #626060;
}
/*INDEX OPTITRAVEL*/
.chartjs-render-monitor {
	width: 100% !important;
	height: auto !important;
}
#conteudo_menus {
	padding: 8px 60px 40px 20px;
}

.modal #conteudo_menus {
	padding: 20px;
}

#conteudo_menus h2 {
	color: #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	padding-bottom: 2px;
	margin-bottom:10px;
	font-size:18px;
}
#conteudo_menus .h3-title {
	color: #fff;
	padding: 5px;
	background-color: #76b9e4;
	text-align: center;
	text-transform: uppercase;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 13px;
	margin-bottom: 0px;
}
#conteudo_menus .div-geral {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 0px;
	display: inline-block;
	width: 100%;
}
#conteudo_menus #agenda h4 {
	color: #fff;
	padding: 5px;
	font-size:18px;
	text-align: center;
	background-color: #9fceec;
}
#atualizacoes .btn {
	padding: 0px;
	color: #fff;
	height: 30px;
	padding: 0px;
	border: 0px;
}
#atualizacoes .card-header {
	padding: 5px;
	border: 0px;
	color: #fff;
}
#atualizacoes .btn:hover {
	text-decoration: none;
	color: #fafafa;
}
#calendario_opti, #agenda_opti {
	margin-top: 10px;
}
/*TABS GERAL*/
.nav-tabs {
	background-color: #f4f9fc;
	border-top-left-radius:5px !important;
}
.nav-tabs-secondary {
	background-color: #f4f9fc;
	border-bottom:1px solid #dee2e6;
}
.nav-tabs li {
	border-right: 1px solid #e4e4e4;
	text-transform: uppercase;
	height: 25px;
}
.nav-tabs-secondary li {
	height: 25px;
	border-right: 1px solid #e4e4e4;
	text-transform: inherit !important;
}
.nav-tabs li:first-child, .nav-tabs li:first-child a, .nav-tabs li:first-child a:hover, .nav-tabs li.active:first-child {
border-top-left-radius:5px !important;
}
.nav-tabs-secondary li:first-child, .nav-tabs-secondary li:first-child a, .nav-tabs-secondary li:first-child a:hover, .nav-tabs-secondary li.active:first-child {
	border-radius:0px !important;
}
.nav-tabs li a.active {
	background-color:#4da5cd;
	color:#fff;
	border:0px;
	padding-bottom:1.5px;
	text-decoration: none;
}
.nav-tabs-secondary li a.active {
	background-color:#76b9e4;
	color:#fff;
	border:0px;
	padding-bottom:2.5px;
	text-decoration: none;
}
.nav-tabs-secondary li a.active {
	color: #fff !important;
}
.nav-tabs li a, .nav-tabs-secondary li a {
	color: #2c98c7;
	padding: 3px 15px;
	display: inline-block;
	font-size:13px;
	border:0px;
	text-transform: inherit !important;
}

.nav-tabs li a:hover, .nav-tabs-secondary li a:hover {
	background-color:#dbc176;
	color:#fff;
	border:0px;
	padding-bottom:1.5px;
	text-decoration: none;
}
.nav-tabs-secondary li a:hover {
	padding-bottom:2.5px;
}

.nav-tabs li:first-child a:hover {
	border-top-left-radius:5px !important;
}
.nav-tabs-secondary li:first-child a:hover {
	border-radius: 0px !important;
}
.nav-tabs li a.active:hover, .nav-tabs-secondary li a.active:hover {
	background-color: rgb(77, 165, 205);
}
.nav-tabs li a.active, .nav-tabs-secondary .nav-tabs li a.active {
	color: #fff !important;
}
.tab-pane {
	padding: 0;
	padding-top:8px;
}
.tab-pane-secondary {
	padding-top: 0px;
	border-top:1px solid #76b9e487;
}
.tab-pane #loadingDiv {
	margin:5px 15px 15px 15px;
}
.tab-pane-secondary #loadingDiv {
	margin:15px 15px 15px 15px;
}

/*ELEMENTOS FORM*/
.btn {
	text-transform: uppercase;
	color: #fff;
	height: 28px;
	font-size:13px;
	padding:4px 10px;
}
.btn.btn-sm {
	height: 23px;
	padding:2px 10px;
}
.btn.btn-sm > .fa {
font-size:13px !important;	
width: 13px;
}
.btn-acoes .dropdown-menu .dropdown-item, .btn-acoes .dropdown-menu .dropdown-item i {
	font-size:13px;
}
.form-control {
	height: 40px;
	margin-bottom: 5px;
	border-color: #e5e5e5;
}
.input-success {
	border: 2px solid #54c053;
}
.input-incomplete {
	border: 2px solid #e6b358;
}
.input-inactive {
	background-color: #f5f6f6;
}
.input-error {
	border: 2px solid #e66663;
}
.input-agination {
	border: 2px solid #8cc9dc;
}
.input-color-blue {
background-color:#c1dff1;	
}
.btn-blue {
	background-color: #3a9bc6;
}
.btn-gold {
	background-color: #dbc176;
}
.btn-blue:hover {
	background-color: #5fb6dd;
	color: #fff;
}
.btn-gold:hover {
	background-color: #e9d391;
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #3a9bc6;
	border: 1px solid #CCC;
}
.btn-white:hover {
transition:400ms all ease-in-out;
background-color:#f6f6f6;	
color: #329bd4;
}
.input-data {
	background-position: 95% center;
	background-repeat: no-repeat;
	background-image: url(../img/icons/icon_calendar.svg);
	background-size: 17px 17px;
	padding-left:5px !important;
}
.input-search {
	background-position: 95% center;
	background-repeat: no-repeat;
	background-image: url(../img/icons/icon_search.svg);
	background-size: 17px 17px;
}
select.form-control {
	-moz-appearance: button;
    appearance: button;
	-webkit-appearance: button;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-image: url(../img/icons/icon_bottom.svg);
	background-size: 10px 10px;
}

label {
	background-color: #ececec;
	color: #9a9a9a;
	padding: 3px 10px;
	margin: 0;
	width: 100%;
	font-size:13px;
}
/*.div-geral .tab-content {
	padding-top: 15px;
}*/
.input-filtro {
	height: 25.5px;
	border: none;
	border: 1px solid #d2d2d2;
/*	border-left: 0px;*/
	width: 100%;
	padding-left: 10px;
	font-size:13px;
	padding-bottom:0;
	padding-top:0;
}
input[type="text"]:disabled {
  background: #ececec82;
}
select:disabled {
	background-color: #ececec82;
}
.input-filtro:focus, .btn.btn-secondary.dropdown-toggle:focus, .btn.dropdown-toggle:focus, .btn.btn-secondary:focus {
	 box-shadow: 0 0 0 1px #3a9bc6;
	   color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;

}
.select-filtro {
	-moz-appearance: none;
    appearance: button;
	-webkit-appearance: none;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-image: url(../img/icons/icon_bottom.svg);
	background-size: 10px 10px;
	background-color:white;
	height: 25.5px;
	border: none;
	border: 1px solid #d2d2d2;;
	/*border-left: 0px;*/
	width: 100%;
	padding-left: 9px;
	font-size:13px;
	padding-right:24px;
	font-family:'Roboto' !important;
}
.select-filtro > option, .ui-autocomplete .ui-menu-item-wrapper {
font-size:13px;	
}
.div-filtro {
	margin-bottom: 5px;
}
/*.div-filtro {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0px;
	margin: 7px;
}
.div-filtro.col-md-3 {
	max-width: 23%;
}
.div-filtro.col-md-4 {
	max-width: 31%;
}
.div-filtro.col-md-4 .select-filtro {
	width: 84%;
}
.div-filtro.col-md-3 .select-filtro {
	width: 73%;
}
.div-filtro.col-md-12 .input-filtro {
width:90%;	
}*/
textarea.input-filtro {
	height: auto;
	vertical-align: top;
	border: 1px solid #e5e5e5;
}
input[type="file"] {
	padding-top: 5px;
}
.table {
margin-bottom:0px !important;	
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #fafafa;
}
.table th, .table td {
vertical-align:middle;	
padding:4px 7px;
font-size:14px;
}
.table th {
	background-color: #f2f2f2;
	vertical-align: middle;
	border:1px solid #dee2e6;
}
.div-status-ko {
	width: 11px;
	height: 11px;
	border-radius: 50px;
	background-color: #eb666b;
	margin-left: 5px;
	margin-top: 5px;
	margin:0 auto;
}
.div-status-ok {
	width: 11px;
	height: 11px;
	border-radius: 50px;
	background-color: #4cbd51;
	margin-left: 5px;
	margin-top: 5px;
	margin:0 auto;
}
.div-status-wl {
	width: 11px;
	height: 11px;
	border-radius: 50px;
	background-color: #eec012;
	margin-left: 5px;
	margin-top: 5px;
	margin:0 auto;
}
/*PAGINA FAQS*/
#accordion .card {
	margin-bottom: 15px;
}
#accordion .card-header {
	background-color: rgb(0, 157, 226);
	padding: 0px;
}
#accordion .card .btn {
	text-transform: inherit;
}
#accordion .card .btn:hover {
	text-decoration: none;
	color: #5bb8f4;
}
#listaManuais li {
	list-style: none;
	margin-bottom: 10px;
}
#listaManuais li a, #listaManuais li a i {
	color: #0a74d6 !important;
	font-size: 17px;
}
#listaManuais li a:hover, #listaManuais li a:hover i {
	text-decoration: none;
	color: #009de2 !important;
}
/*PAGINA AREA PESSOAL*/
#scorebar {
	height: 25px;
	text-align: center;
	padding-top: 2px;
}
/*INDEX OPTIHOTEL*/
#tabs-index-optihotel .res-status-WL {
	background-color: #FFFFAB !important;
}
#tabs-index-optihotel .res-status-OK {
	background-color: #B8F8B8 !important;
}
#tabs-index-optihotel .res-status-CI {
	background-color: #C2DDED !important;
}
#tabs-index-optihotel .res-status-CO {
	background-color: #ffcc99 !important;
}
#tabs-index-optihotel .res-status-NS {
	background-color: #adadad !important;
}
#tabs-index-optihotel .res-status-CL {
	background-color: #FFDFDF !important;
}
#progressbar {
	margin-bottom: 50px;
	margin-top: 50px;
}
#progressbar .progress-label {
	position: absolute;
	left: 50%;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
#progressbar .ui-progressbar-value {
	background-color: #B8F8B8;
}
/*CLIENTS LIST*/
#client_list .dropdown-menu {
	padding: 0px;
	margin: 0px;
}
#client_list .dropdown-item {
	padding: 5px 15px;
}
#client_list .show > .btn-secondary.dropdown-toggle {
	background-color: #fff;
	color: #329bd4;
	border: 1px solid #cccccc;
}
#client_list .show > .btn-secondary.dropdown-toggle:agination {
	box-shadow: 0 0 0 2px #76b9e4;
}
/*politicas cancelamento*/
.politicas .card .btn-link, .permissoes .card .btn-link {
color: #fff;
height: 32px;
padding: 0px;
border: 0px;	
}
.politicas .card-header, .permissoes .card-header {
    padding: 5px !important;
    border: 0px;
    color: #fff;
}
/*AVIAÇAO*/
.table-linhas th {
width:12%;	
}
.table-linhas .input-filtro {
padding-left:0px;	
}
/*OPTIHOTEL*/
#management_form #photos .btn-secondary span {
color:#fff;	
}

/* OPTICLICK */
.thumbnail-opticlick {
	padding: 15px;
text-align: center;
margin-bottom:15px;
border-bottom:1px solid #ccc;
}

 @media(max-width:1280px) {
/*	.menu_optitravel .drop-menu .dropdown-menu	{
	left:-100px !important;
}*/
.input-filtro.input-data {
background-image:none;	
}

}
@media(max-width:1024px) {

.menu_optitravel .drop-menu .dropdown-menu {
	left: -90px !important;
}
.add-quantity, .add-rate {
position:relative !important;
	
}
.add-quantity {
	top: 37% !important;
}
.add-rate {
	top:9% !important;
}
}
@media(max-width:980px) {
#conteudo_menus {
	padding: 15px;
}
.mbt20_sm {
	margin-bottom: 20px;
}
#menubar-desktop {
	display: none;
}
#menubar-mobile {
	display: block;
}
.navbar_top .menu_logged {
	padding-top: 3px;
}
#menubar-mobile .nav-item {
	float: left;
	border-right: 1px solid #0d89d2;
}
.hidden-sm {
display:none;	
}
}
@media(max-width:780px) {
#hist_reservas {
	width: auto !important;
	margin-right: 0px !important;
}
#menu_lateral {
	display: none;
}
.top_white {
	height: auto;
}
.top_white p {
margin-bottom:5px;	
}
.hidden-xs {
display:none;	
}
#menubar-mobile .navbar-light .navbar-nav .nav-link {
padding-bottom:0;
padding-top:5px;	
}
#menubar-mobile .navbar-light .navbar-nav .nav-link img {
margin-right:8px;
}
#lei_footer #conteudo_menus .textarea.input-filtro {
height:150px !important;	
}
/* OPTIWEB */
.seccoes_optiweb {
	width:100% !important;
}

}
@media(max-width:768px) {
	#conteudo_menus.col-md-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
}
@media(max-width:600px) {
	.visible-xs {
	display:block;	
	}
.section_login {
	padding: 10px;
}
.section_login .container_login {
	width: auto;
	position: relative;
	top: 10%;
	left: 0;
	transform: translate(0, 10%);
}
.section_login .linha_topo_login, .section_login .linha_topo_login a {
	text-align: center;
	display: block;
	float: none;
}
.nav-tabs li {
	width: 100%;
}
.form-reservas {
	padding-left: 0px;
}
.page-link, .page-link span, .page-link i {
	font-size:14px;
}
}
@media(max-width:500px) {
	.btn.btn-white {
	width:100%;	
	}
#menubar-mobile .nav-item {
	float: none;
}
.input-filtro, .select-filtro {
	border-left: 1px solid #e5e5e5;
}
.thumbnail-opticlick {
border-bottom:1px solid #ccc;	
}
.input-filtro.input-data {
  background-image: url(../img/icons/icon_calendar.svg);
  padding-left:10px !important;
}
}
.scrollToTop a {
		bottom: 10%;
	cursor: pointer;
	height: 50px;
	position: fixed;
	right: 0%;
	width: 50px;
	z-index: 9999999;
	background-color: #359ace;
text-align: center;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
color:#fff;	
font-size:18px;
padding: 12px 15px 15px 15px;
}
.scrollToTop a:hover {
opacity:0.9;
transition:all 400ms ease-in-out;
/*width:200px*/
}
/*.scrollToTop a i {
float:left;
margin-left: 3px;
margin-top: 2px;	
}
.scrollToTop a span {
font-size:11px;	
float:left;
color: #fff;
display:none;
margin-left:10px;
}
.scrollToTop a:hover span {
	display:block;
}*/
#configTabsAdmin{
    position:absolute;
    right:0;
}    
#tabUrlConfiguracoesName{
    color: #009de2; 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .width45 {
	width:45px;
	height:45px;  
  }
} 


.loader-sm {
	border: 10px solid #f3f3f3; /* Light grey */
	border-top: 10px solid #76b9e4; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	transform: translate(-50%, -50%);
}
#loading{display:none;}
input.select_file{
    padding-top:0;
    line-height: 20px;
}

@supports (-webkit-appearance: none) {
    .modal .multi-select-single-checkbox {
      width: 200%;
      right: -15px; /* Specific to Chromium */
    }
	.modal .multi-select-menu{
		max-height: 250px !important;
		overflow-y: scroll !important;
	}
}
 
/* Apply specific styling for Gecko-based browsers */
@-moz-document url-prefix() {
    .modal .multi-select-single-checkbox {
      width: 200%;
      right: -15px; /* Specific to Gecko */
    }

	.modal .multi-select-menu{
		max-height: 250px !important;
		overflow-y: scroll !important;
	}
}