@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body{
	font-family: 'Roboto', sans-serif!important;
}
p{
	font-size:15px;
}
img, object, embed, video {
	max-width: 100%;
}
button{	
	outline:none!important;
}
input, select, textarea{	
	outline:none!important;
	border-radius:3px!important;
	transition: all 0.3s;
	font-size:16px!important;
	padding:14px 10px!important;
}
input, select, textarea{	
	resize: none!important;
}
.input_erro{	
	background: #fbffa0!important;
	border:1px solid #e9ec8a!important;
}
textarea{	
	padding:15px 10px!important;
}
select{	
	padding:13.5px 10px!important;
}
input[type=text]{ 
	padding:14px 10px!important;
}
input[type=password]{ 
	padding:14px 10px!important;
}
input[type=date]{ 
	padding:2px 10px!important;
}
input[type=time]{ 
	padding:2px 10px!important;
}
label{	
	font-weight:normal;
	font-size:15px;
}
.red-line{	
	border:1px solid Tomato!important;
	-webkit-box-shadow: 0px 0px 5px 0px Tomato!important;
	-moz-box-shadow: 0px 0px 5px 0px Tomato!important;
	box-shadow: 0px 0px 5px 0px Tomato!important;
}
label .lab_imp{
	color:#c7254e;
	font-weight:bold;
}
.form-control{
	height:auto!important;
}
.form-control.alert{
	border:1px solid Tomato!important;
}
.panel .btn{
	float:right!important;
	transition:all 0.3s!important;
}
.container-fluid.base{
	background:rgba(255,255,255,0.99);
	min-height:1000px;
	padding-top:30px;
	padding-bottom:30px;
}
.align-center{
	text-align: center !important;
}
span.badge.listagem{
	font-size:18px;
}
span.badge.normal{
	font-size:12px;
}
/* Combobox */
.custom-combobox {
	display: table;
	width:100%!important;
}
.custom-combobox-toggle {
	top: 0;
	display:none;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	width:7%;	
}
.custom-combobox-input {
	margin: 0;
	display: table;
	background:#fff;
	padding:14px 10px!important;
	border-radius:3px;
	background:#fff!important;
	width:100%!important;
}
/* End Combobox */	
.close_modal{
	font-size:25px!important;
	background:none;
}
.modal{
	padding-left: 0px!important;
}
.modal .modal-header{
	border-bottom:0;
}
.modal .modal-header.green{
	background:#5cb85c!important;
	border-bottom:1px solid #4cae4c!important;
}
.modal .modal-header.info{
	background:#31b0d5!important;
	border-bottom:1px solid #269abc!important;
}
.modal .modal-header small{
	color:#fff!important;
}
.modal .modal-header.orange{
	background:#f0ad4e!important;
	border-bottom:1px solid #dd9d42!important;
}
.modal .modal-header.silver{
	background:#999!important;
	border-bottom:1px solid #ddd!important;
}
.modal .modal-header.yellow{
	background:#f0ad4e!important;
	border-bottom:1px solid #eea236!important;
}
.modal .modal-header.red{
	background:#d82929!important;
	border-bottom:1px solid #c42323!important;
}
.modal .modal-header.yellow.log{
	background:#bfbf22!important;
	border-bottom:1px solid #c6c623!important;
}
.modal .modal-header.red.log{
	background:#d82929!important;
	border-bottom:1px solid #c42323!important;
}
.modal .modal-body{
	padding-bottom:30px;
}
.padding-tb-3{
	padding-top:3px;
	padding-bottom:3px;
}
.padding-tb-5{
	padding-top:5px;
	padding-bottom:5px;
}
.padding-bottom-5{
	margin-bottom:5px;
}
.padding-bottom-10{
	margin-bottom:10px;
}
.padding-top-botoom-5{
	padding-top:5px!important;
	padding-bottom:5px!important;
}
.padding-top-botoom-10{
	padding-top:10px!important;
	padding-bottom:10px!important;
}
.padding-30-mobile{
	padding:0 0;
}
.title_historico{
	display:block;
	width:100%;
	float:left;
	margin-bottom:10px;
	border-radius:3px;
	padding:5px 5px 5px 10px;
}
.title_historico .ptop{
	width:auto!important;
	float:left;
	text-align:left;
	font-size:15px;
	margin-top:5px;
	margin-bottom:0px;
}
.box_anexo_info{
	position:relative;
	display:block;
	overflow:hidden;
	float:left; 
	/* padding:10px!important; */
	width:100%!important;
	border-radius:4px!important;
	background:#f1f1f1!important;
	margin-bottom:5px!important;
	border:0px solid #dadada!important;
}
.box_anexo_info_img{
	height:100px;
	display:block;
	padding:0;
	overflow:hidden;
	background:#dadada;
}
.box_anexo_info_img i{
    width: 100%;
    height: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
.box_anexo_info_img img{
    width: 100%;
    height: 100px;
	object-fit: cover;
    object-position:center center;
	transition: all 0.3s;
	border:0px solid #dadada;
}
.box_anexo_info_img img:hover{
    border:5px solid #dadada;
}
.box_anexo_info_interno{
	padding:10px!important;
}
.n-os{
	min-width:53px;
}
.back{
	padding:15px 15px !important;
}
.desk{
	width:100%;
	display:inline-table!important;
}

.bg-carbon{
	display:table;
	width:100%;
	background:#eee;
	padding:8px 0 8px 0;
}

.dgr-hover{
	background:#d9534f!important;
	color:#fff!important;
	transition:background 1s!important;
}
.dgr-hover:hover{
	background:#bd2823!important;
	color:#fff!important;
}

.m-0{margin-bottom:0 !important;}

.form-group{margin-bottom:0 !important;}

.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.right{
	float:right;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.table-hover > tbody> tr:hover{
	background-color:#e4e4e4!important;
	transition:all 0.3s;
}
table tr td{
	border-top:0px solid red!important;
	border-bottom:1px solid #f1f1f1!important;
}
.titulo_lista {
	font-size:10px;
	color:#ABABAB;
}

.texto_campos {
	font-size:15px;
	color:#3E3C3C;
	font-weight:normal;
}
.texto_campos.hidden{
	display:none;
}

.texto_discreto {
	font-size:10px;
	color:#686868;
	font-weight:normal;
}

.texto_login {
	font-size:14px;
	font-weight:normal;
}

.texto_login_btn {
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}

.centered {
    margin: 0 auto !important;
    float: none !important;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.padding-bottom-30{
	padding-bottom:30px;
}
@-webkit-keyframes rotateHor {
	from {
		transform:rotate(0deg);
	}to {
		transform:rotate(360deg);
	}
}
#refresh{
	animation: rotateHor 1.5s linear infinite;
}
.popover h3{
	background:#fbffa0!important;
	border-bottom:1px solid #e9ec8a!important;
	color:#848828!important;
}
.popover h3 b{
	color:#848828!important;
}
/* Login */
.login{
	margin-top:50px;
}
.login .panel{
	background:none!important;
	border:0px solid #ccc!important;
	margin-bottom: 10px!important;
	border-radius: 0px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.login .panel-heading{
	background:none!important;
}
.login .panel-body{
	padding-top:0!important;
	background:none!important;
	border:0px solid #ccc!important;
}
.box_confirma{
	display:none;
}
.box_nova_senha{
	display:none;
}

.box3 .col.box11 {
	background-color:rgba(255,0,0,0.6);
	background-size: 50px 50px;
	background-image: 	-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #333), color-stop(.25, transparent), to(transparent)),
						-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #333), color-stop(.25, transparent), to(transparent)),
						-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #333)),
						-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #333));
	background-image: -webkit-linear-gradient(0deg, #333 25%, transparent 25%, transparent),
						-webkit-linear-gradient(0deg, #333 25%, transparent 25%, transparent),
						-webkit-linear-gradient(90deg, transparent 75%, #333 75%),
						-webkit-linear-gradient(90deg, transparent 75%, #333 75%);
}
.box11 #loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
	}
	@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
html .loadingImg{
	position:absolute;
	z-index:9999999999;
	top:0;
	left:0;
	width:100%!important;
	height:100%;
	display:none;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	background-color:#fff;
}
html .loadingImg p{
	position:absolute;
	z-index:99999999999;
	top:46%;
	left:0;
	width:100%;
	height:auto;
	display:table;
	text-align:center;
	font-size:15px;
	text-align:center;
	border:0px solid red;
}
.loadingImg #loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	background:none;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 5px solid transparent;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loadingImg #loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background:none;
	border-radius: 50%;
	border: 5px solid transparent;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loadingImg #loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background:none;
	border-radius: 50%;
	border: 5px solid transparent;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* End */
html .img-type{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
}
html .img-type img{
	width:100%;
	height:auto;
	float:left;
}
html .img-type.image{
}
html .img-type.application{
	background:url(imgs/application.png);
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.desk{
	display:none !important;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.desk{
	display:none !important;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

#mobile-yes-bk{display:none;}
#mobile-no-bk{}
#mobile-yes{display:none;}
#mobile-no{}

.tooltip {
  position: absolute;
  z-index: 99999!important;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE MENU INPLANTAÇÃO
----------------------------------------------------- */

.backstage {
    width: 100%;
    /* display: table; */
}
.follow-menu{
	position:fixed !important;
	top:0 !important;
    width: 240px;
    height: 100% !important;
	z-index:9999999 !important;
}

.wrapper {
    display: flex;
    align-items: stretch;
}
.navbar-brand{
    padding:0!important;
}
.navbar-brand.icon_det{
    height: auto;
	border-radius:0;
	border-right:1px solid #E4E4E4!important;
}
a[disabled="disabled"] {
    pointer-events: none!important;
}
.disabled{
	background:#e6e6e6!important;
}
.disabled a,
.disabled a i.fas{
	color:#b4b4b4!important;
}
a.color-menu{
	border-radius:0!important;
	border:0 solid #000!important;
	border-right:1px solid #E4E4E4!important;
	width:100%!important;
}
a.color-menu.active{
	background:#e6e6e6;
	border:1px solid red;
}
a.color-menu.bt{
	border-radius:3px!important;
	margin-left:3px!important;
	width:auto!important;
	min-width:40px!important;
}
a.color-menu.bt.right{
	float:right!important;
}
#sidebar {
    background: #dedede;
    color: #fff;
    transition: all 0.3s;
	position: absolute;
	width: 240px;
	height: 100%;
	left: -240px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#sidebar.active {
    margin-left: 0px;
}

#sidebar .sidebar-header {
	display: table;
    padding: 0px!important;
	width:100%!important;
    background: #BC9C5C;
}

#sidebar ul.components {
    padding: 20px 0;
    position: absolute;
	z-index:1;
    width: 100%;
    height: 80%;
    max-height: 80%;
	overflow-y: auto;
	overflow-x: hidden;
}

#sidebar ul li{
   list-style-type:none!important; 
   border-bottom:0px solid #e4e4e4!important;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 15px;
    font-size: 1.1em;
	text-align:left!important;
    display: block;
}
#sidebar ul li a:hover, 
#sidebar ul li a.active {
    color: #3c3c3c;
    background: #e6e6e6;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
#sidebar .sub-menu {
	display:none;
	position: absolute!important;
	z-index:9!important;
	left:60px;
	top:60px;
	padding:0;
	min-width:300px;
	outline:none!important;
	border-radius:0 3px 3px 0;
	background:#fff;
	transition: all 0.3s;
	border:1px solid #E4E4E4;
	border-right:0px solid #E4E4E4;
	border-left:0px solid #E4E4E4;
}
#sidebar .sub-menu a{
	font-size:15px;
}
.backstage {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out;
}

.backstage.open-sidebar { left: 240px;}

.swipe-area {
	position: absolute;
	width: 42px;
	left:240px;
	top:60px;
	height: 100%;
	background: none;
	z-index: 8;
	cursor:pointer;
	border:0px solid #000;
	transition:all 0.5s;
}
.swipe-area:hover{
	width:100px!important;
	background: rgba(0,0,0,0.1);
}
.base {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow-x: hidden!important;
}

.base .content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 60px;
	width: 100%;
}

.base #sidebar-toggle {
	background: #DF314D;
	border-radius: 3px;
	display: block;
	position: relative;
	padding: 10px 7px;
	float: left;
}

.base #sidebar-toggle .bar {
	display: block;
	width: 18px;
	margin-bottom: 3px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}

.base #sidebar-toggle .bar:last-child { margin-bottom: 0; }

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc!important;
}

ul.CTAs {
	position:absolute;
	bottom:0;
	width:100%;
    padding:10px;
}

ul.CTAs a {
	width:100%!important;
	color:#fff;
	margin-top:15px;
	text-align:center;
    font-size: 0.9em !important;
	display:table!important;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
label{
	/* padding-top:10px!important; */
}

.navbar-header {
	width:100%;
	height:61px;
	background:rgba(255,255,255,0.90);
	border-bottom:1px solid #E4E4E4!important;
}
.navbar-header h4.t_top{
	padding-left:60px;
	display:table;
	font-size:18px;
	padding-top:21px;
	margin:0;
}
.navbar-header h4.t_top.t2{
	padding-left:40px;
}
.navbar-btn {
	position: absolute!important;
	z-index:9!important;
	padding:13px 15px!important;
	left:240px;
	top:0px;
	border:0!important;
	outline:none!important;
	border-radius:0;
	height:61px;
	transition: all 0.3s;
	margin:0!important;
}
.navbar-btn:hover, .btn-defaul:hover {
	opacity: 1.0!important;
	filter: alpha(opacity = 100)!important;
}

.count_list{
	color:#686868;
	min-width:30px;
	width:auto;
	display:table;
	font-size:15px;
	float:left;
	line-height:40px;
	text-align:left;
}
/* loading 1 */
#preloader {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background-color: rgba(255, 255, 255, 1.0);
	display:inline-table;
}
#preloader .spinner {
  width: 150px;
  text-align: center;
  display:table-cell;
  vertical-align:middle;
}
#preloader .spinner .logo {
  width: 150px;
  height:80px;
  object-fit: contain;
  object-position:center center;
  margin:0 auto;
  margin-bottom:3px;
}
#preloader .spinner > .bounce {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* loading 1 end  */


.btn{
	transition:all 0.3s;
	-moz-box-shadow: inset 0 50px 0 -24px rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 0 50px 0 -24px rgba(255,255,255,0.1);
	box-shadow: inset 0 50px 0 -24px rgba(255,255,255,0.1);
}
.btn-lg{
	border-radius:3px!important;
}
.btn.b30{
	-moz-box-shadow: inset 0 40px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 40px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 40px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b45{
	-moz-box-shadow: inset 0 45px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 45px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 45px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b46{
	-moz-box-shadow: inset 0 46px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 46px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 46px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b50{
	-moz-box-shadow: inset 0 50px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 50px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 50px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b53{
	-moz-box-shadow: inset 0 53px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 53px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 53px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b55{
	-moz-box-shadow: inset 0 55px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 55px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 55px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b57{
	-moz-box-shadow: inset 0 57px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 57px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 57px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b60{
	-moz-box-shadow: inset 0 60px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 60px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 60px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b62{
	-moz-box-shadow: inset 0 62px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 62px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 62px 0 -24px rgba(255,255,255,0.1)!important;
}
.btn.b65{
	-moz-box-shadow: inset 0 65px 0 -24px rgba(255,255,255,0.1)!important;
	-webkit-box-shadow: inset 0 65px 0 -24px rgba(255,255,255,0.1)!important;
	box-shadow: inset 0 65px 0 -24px rgba(255,255,255,0.1)!important;
}
.dropdown-menu {
    left:0px;
	width:160px;
}
.dropdown.acoes .dropdown-menu {
	left:-119px!important;
}
#dashboard .dropdown {
	margin-bottom:5px;
}
#dashboard .dropdown-menu {
    left:0px;
	width:234px;
	padding:10px;
}
#dashboard .dropdown-header{
	text-align:left;
	padding:5px 0;
}
#dashboard .huge{
  font-size: 35px;
}
#dashboard .huge small{
  font-size: 14px;
}
#dashboard .panel-green {
  border-color: #5cb85c;
}
#dashboard .panel-green > .panel-heading {
  color: white;
  background-color: #5cb85c;
}
#dashboard .panel-green > a {
  color: #5cb85c;
}
#dashboard .panel-green > a:hover {
  color: #3d8b3d;
}

#dashboard .panel-yellow {
  border-color: #f8ff8d!important;
}
#dashboard .panel-yellow > .panel-heading {
  border-color: #f8ff8d!important;
  color: #af6c0e!important;
  background-color: #fcffc9!important;
}
#dashboard .panel-yellow > a {
  color: #af6c0e;
}
#dashboard .panel-yellow > a:hover {
  color: #af6c0e;
}

#dashboard .panel-red {
  border-color: #d9534f;
}
#dashboard .panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
#dashboard .panel-red > a {
  color: #d9534f;
}
#dashboard .panel-red > a:hover {
  color: #b52b27;
}
.dropdown-menu .dropdown-header{
	text-align:center;
}
.dropdown.acoes{
	float:right;
	width:35px;
}
.top_menu_ticket{
	width:100%;
	margin-bottom:10px;
	background:#f1f1f1;
	border-radius:4px 0 0 4px;
}
 
.btn.acoes{
	width:40px;
	padding-top:5px;
	height:40px;
}	
.dropdown.acoes .dropdown-menu .btn{
	width:100%!important;
	height:40px!important;
	border-radius:0!important;
	border:0!important;
	text-align:left;
}	
#resultado_precos.dropdown-menu {
	width:100%;
	top:48px;
	left:0!important;
	padding: 0!important;
	max-height:200px!important;
	overflow-y:auto!important;
}	
#resultado_precos.dropdown-menu li{
	padding: 0!important;
	display:inline-table!important;
	height:auto!important;
	margin:0!important;
	width:100%!important;
}
.title_top{
	border-bottom:1px solid #ddd;
	padding:10px 0;
}
.linha{
	width:100%;
	margin:20px 0;
	height:0;
	border-bottom:1px solid #ddd;
}
.box_pront{
	float:left;
	border:0px solid red;
	width:100%;
	display:none;
	height:auto;
}
.menu_list{
	border-radius:0px!important;
	border:0px solid #ddd!important;
	width:100%!important;
	background:none!important;
	text-align:left!important;
	height:auto!important;
	display:inline-block!important;
	padding:10px!important;
}
.menu_list.bt:hover{
	background:#e6e6e6!important;
}
.menu_list.bt:active{
	outline: 0!important;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important;
	background:#e6e6e6!important;
}
tr .border_td_success{
	border-bottom: 1px solid #b2dba1!important;
}
/* Accordion NAV */

#sidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    font-size: 1.0em;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #333!important;
    background:#fff!important;
}
#sidebar .panel{
	background:none!important;
	display:table!important;
	width:100%!important;
	padding:0!important;
	margin:0!important;
	height:auto!important;
	border:0px solid #000!important;
}
#sidebar ul.panel-collapse{
	float:left!important;
	width:100%!important;
	margin:0!important;
	padding:0!important;
	background:#fff!important;
}
#sidebar ul.panel-collapse.collapse{
	width:100%!important;
	float:left!important;
	border:0px solid #000!important;
}
#sidebar ul.panel-collapse.collapse li{
	width:100%!important;
	margin:0!important;
	display:table!important;
}
#sidebar ul li.border-top{
	border-top:1px solid #e4e4e4!important;
}
#sidebar ul li.border-bottom{
	margin-bottom:1px;
	border-bottom:1px solid #e4e4e4!important;
}
#sidebar ul ul a{
	font-size: 0.9em !important;
    padding-left: 25px !important;
    background: none!important;
}
#sidebar ul ul a:hover,
#sidebar ul ul a:active{
    background: #e6e6e6!important;
}
#sidebar ul ul a:focus{
    background: #fff!important;
}
#sidebar ul ul a.color-menu.active{
	background:#e6e6e6!important;
}
/*Controle img Upload*/
/*Controle img Upload*/
html  .mascaraInput{
	position:relative;
	float:left;
	width:100%;
    color: #fff;
	background:#fff;
	cursor:default;
	outline:none;
	overflow:hidden;
	border-radius:3px;
	border:1px solid #c4c4c4;	
	transition: border 0.3s;
}
html  .mascaraInput:hover{	
	border:1px solid #0c8581;
}	
html  .mascaraInput.active{
	-webkit-box-shadow: 0px 0px 2px 1px #0c8581;
	-moz-box-shadow: 0px 0px 2px 1px #0c8581;
	box-shadow: 0px 0px 2px 1px #0c8581;
	border:1px solid #0c8581;
}
html  .quadroImgAuto{
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
	border:0px solid #000;
	position:relative;
}
html  .boxImgAuto{
	width:100%;
	height:auto;
	display:table;
}
html  .imgItem{	
	margin:0 auto;
	width:100%;
	background:#fff;
/* 	opacity: 0.9;
	filter: alpha(opacity = 90); */
	border:0px solid red;
}
html  .imgItemMulti{	
	position:absolute;
	margin:0 auto;
	width:100%;
	background:#fff;
    opacity: 0.9;
	filter: alpha(opacity = 90);
	-webkit-box-shadow: -5px -5px 1px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px -5px 1px -1px rgba(0,0,0,0.2);
	box-shadow: -5px -5px 1px -1px rgba(0,0,0,0.2);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border:0px solid red;
}
html  .inputFile{	
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	cursor:pointer;
	outline:none;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	width:100%;
	height:100%;
	font-family:Arial;
	font-size:0px;
	color:#484848;
	background:none;
} 
html  .inputFileMulti{	
	position:absolute;
	z-index:999;
	top:0px;
	left:0px;
	cursor:pointer;
	outline:none;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	width:100%;
	height:100%;
	font-family:Arial;
	font-size:0px;
	color:#484848;
	background:none;
	border:1px solid red;
} 
html  .mascaraInput .title_mascaraInput{
	float:left;
	width:100%;
	padding:5px;
	color:#666;
	background:#eee;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
	padding-left:10px;
	text-align:left;
	border-bottom:1px solid #c4c4c4;
}
html  .mascaraInput span{
	float:left;
	width:100%;
	padding:3px;
	color:#666;
	background:#f8f8f8;
	font-size:14px;
	overflow:hidden;
	text-align:center;
	border-top:1px solid #c4c4c4;
}
html .loadingImg{
	position:absolute;
	z-index:9999999999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.9;
	display:none;
	filter: alpha(opacity = 90);
	background:url('../imgs/loading.gif') no-repeat center;
	background-color:#fff;
}
html .loadingImg p{
	position:absolute;
	z-index:99999999999;
	top:46%;
	left:0;
	width:100%;
	height:auto;
	display:table;
	text-align:center;
	font-size:19px;
	text-align:center;
	color:#0c8581;
	border:0px solid red;
}
.embed_finalizar{ 
	width: 100%; 
	height: 520px;
	background:url('../imgs/loading_mini.gif')no-repeat center center;
	border:0px solid #000;
}
.embed_playstop{ 
	width: 100%; 
	height: 540px;
	background:url('../imgs/loading_mini.gif')no-repeat center center;
	border:0px solid #000;
}
.embed_reagendar{ 
	width: 100%; 
	height: 400px;
	background:url('../imgs/loading_mini.gif')no-repeat center center;
	border:0px solid #000;
}
.embed_delegar{ 
	width: 100%; 
	height: 540px;
	background:url('../imgs/loading_mini.gif')no-repeat center center;
	border:0px solid #000;
}
.embed_prontuario{ 
	width: 100%; 
	height: 560px;
	background:url('../imgs/loading_mini.gif')no-repeat center center;
	border:0px solid #000;
}

.box_perfil{
	position:absolute;
	z-index:99;
	top:0;
	left:200px;
	border:1px solid red;
}
.box_perfil .img-circle{
	width:61px;
	height:61px;
	padding:2px;
	border:1px solid #e4e4e4;
}
.box_perfil p{
	padding:5px;
	margin-bottom:0;
}
.btn.btn-danger.mod2{
	float:right;
	width:100%;
	padding:13px;
	background:#fff!important;
	border:1px solid #c9302c!important;
	color:#c9302c!important;
}
.btn.btn-danger.mod2:hover{
	background:#f1f1f1!important;
}
.btn.btn-danger.mod2_a{
	float:right;
}
.box_total, 
.box_itens, 
.box_parcial{
	padding:0;
	border-radius:3px;
	background:none;
	border:0px solid #ffec84;
}
.box_parcial{
	background:none;
	border:0px solid #ccc;
}
.box_itens{
	background:none;
	border:0px solid #ccc;
}
span.total{
	width:100%;
	color:#a94442;
	text-align:right;
	display:table;
	font-weight:normal;
}
span.total span.t{
	padding-bottom:10px;
	width:100%;
	float:left;
}
span.total h3{
	font-weight:bold;
	color:#a94442;
}
span.total h3 small{
	font-weight:bold;
	color:#a94442;
}
span.total.mod2{
	color:#333;
	font-size:15px;
	text-align:left;
}
span.total.mod3{
	color:#333;
	font-size:15px;
	text-align:right;
}
span.total.mod2 h3, 
span.total.mod3 h3{
	color:#444;
}
span.total.mod2 h3 small, 
span.total.mod3 h3 small{
	color:#444;
}
.boxResultado{
	width:100%;
	height:auto;
	margin-top:8px;
	display:table;
}
.box_info_n_pedido{
	float:right;
	display:table;
	width:100%;
	text-align:center;
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
}
.box_info_cliente{
	background:none;
	display:table;
	width:100%;
	border:0px solid #ddd;
	border-radius:3px;
	padding:21px 21px 21px 0;
}
.box_info_cliente .sm_silver{
	color:#999;
}
.box_info_cliente .tx-uppercase{
	text-transform:uppercase;
}
.loading_info{
	font-size:20px;
}
.bt_info{
	padding:5px 10px!important;
	min-width:40px!important;
	margin-top:10px!important;
}
#box_info{
	display:none;
	margin:0;
	padding-top:5px;
	width:100%;
}
#box_desc_real{
	position:relative;
}
#box_desc_real .box_alert_1{
	display:none;
	position:absolute;
	bottom:80px;
	left:0;
	padding:1px;
	max-width:170px;
	z-index:999;
	border-radius:3px;
	border:1px solid #b4b4b4;
	background:#fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
#box_desc_real .box_alert_1 .box_alert_titulo_y{
	padding:5px 10px;
	width:100%;
	color:#907545;
	border-radius:3px 3px 0 0 ;
	border-bottom:1px solid #faebcc;
	background:#fbffa0;
}
#box_desc_real .box_alert_1 .box_alert_titulo_g{
	padding:5px 10px;
	width:100%;
	color:#498e44;
	border-radius:3px 3px 0 0 ;
	border-bottom:1px solid #d2f9cc;
	background:#aaffa0;
}
#box_desc_real .box_alert_1 .box_alert_body{
	padding:10px;
	width:100%;
	background:#fff;
}
#box_desc_real .dec_alert{
	position:absolute;
	bottom:-17px;
	left:45%;
	width:14px;
	height:32px;
	z-index:1000;
	background:#fff;
	border-bottom:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;
	-webkit-transform: rotate(45deg) scale(1.25, 0.5);
    -moz-transform: rotate(45deg) scale(1.25, 0.5);
    -ms-transform: rotate(45deg) scale(1.25, 0.5);
    transform: rotate(45deg) scale(1.25, 0.5);
}
.info-img{
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	font-size:15px;
	text-shadow:0px 0px 10px #fff;
	color:#777;
	text-align:center;
	padding:10% 0;
	transition:all 0.3s;
}
.info-img.ok:hover{
	border-radius:5px;
	background:rgba(40,167,69,0.2);
}
span.tx{
	font-weight:bold;
	font-size:12px;
}
span.tx.green{
	color:#3c763d;
}
span.tx.red{
	color:#9b1f1f;
}
strong.yellow{
	color:#c4ba03!important;
}
strong.red{
	color:#dd2d00!important;
}
strong.green{
	color:#1dc403!important;
}
.nav-perfil{
	position:relative;
	width:100%;
	background:#fff;
	padding:30px 0 20px 0;
	display:table;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
}
.nav-perfil .nav-img{
	width:100%;
	object-fit: cover;
    object-position: top center;
}
.nav-perfil .box_dropdown{
	position:absolute;
	z-index:999;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
}
.nav-perfil .dropdown-toggle{
	width:100%;
	cursor:pointer;
	height:40px;
	line-height:35px;
	text-align:center;
}
.nav-perfil .dropdown-toggle:hover, 
.nav-perfil .dropdown-toggle:active{
	background:#f1f1f1;
}
.nav-perfil .dropdown-menu{
	right:0;
	padding:0!important;
}

/* Grafics Google */

.chart {
  width: 100%!important; 
  min-height: 517px!important;
}

/* End Grafics Google */
.box_pesq_os{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
	margin-top:2px;
	display: none;
    float: left;
	width:100%;
    padding: 0 5px 30px 5px;
    font-size: 14px;
    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);
}
.box_pesq_os.visible{
	display: table;
}
.box_pesq_os .close_pesq{
	float:right;
	height:30px;
	line-height:30px;
	width:30px;
	font-size:18px;
	cursor:pointer;
	text-align:center;
}
.box_pesq_os .title_pesq{
	float:left;
	height:30px;
	width:auto;
	font-size:15px;
	text-align:left;
}
.danger{
	background:#ffefef!important;
}
.success{
	background:#f1ffef!important;
}
.warning{
	background:#ffeca0!important;
}
.white{
	background:#ffffff!important;
}
.silver{
	background:#f1f1f1!important;
}
.mobile-ico{
	margin-top:10px;
}
.all-animation.triggerOnOf label,
.all-animation.trigger label{
	cursor:pointer!important;
}
.all-animation.triggerOnOf {
}
/* -----Cadastro Cliente ID específico -------- */
#cadastrobell .box_cnpj{
	width:auto;
	height:auto;
	position:relative;
}
#cadastrobell .box_pesquisa_cnpj{
	display:none;
	position:absolute;
	z-index:999;
	top:53px;
	left:0;
	width:100%;
	height:auto;
	padding:2px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.43);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.43);
}
#cadastrobell .btn.cnpj{
	width:100%;
	padding:5px;
}
#cadastrobell .cnpj_red{
	min-height:60px;
	background:url('../imgs/aviso_cnpj_vendedor.png')no-repeat center center;
	background-color:#fff;
	border:0px solid red;
}
#cadastrobell .btn.cnpj:hover{
	background:#f1f1f1;
}
#cadastrobell .box_desc{
	width:auto;
	position:relative;
}
#cadastrobell .box_desc .box_alert_info{
	display:none;
	position:absolute;
	bottom:60px;
	left:0;
	padding:1px;
	width:100%;
	z-index:999;
	border-radius:5px;
	border:1px solid #b4b4b4;
	background:#fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
#cadastrobell .box_desc .box_alert_info .box_alert_titulo_y{
	padding:5px 10px;
	width:100%;
	color:#907545;
	border-radius:5px 5px 0 0 ;
	border-bottom:1px solid #faebcc;
	background:#fbffa0;
}
#cadastrobell .box_desc .box_alert_info .box_alert_titulo_g{
	padding:5px 10px;
	width:100%;
	color:#498e44;
	border-radius:5px 5px 0 0 ;
	border-bottom:1px solid #d2f9cc;
	background:#aaffa0;
}
#cadastrobell .box_desc .box_alert_info .box_alert_body{
	padding:10px;
	width:100%;
	background:#fff;
}
#cadastrobell .box_desc .dec_alert{
	position:absolute;
	bottom:-17px;
	left:45%;
	width:14px;
	height:32px;
	z-index:1000;
	background:#fff;
	border-bottom:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;
	-webkit-transform: rotate(45deg) scale(1.25, 0.5);
    -moz-transform: rotate(45deg) scale(1.25, 0.5);
    -ms-transform: rotate(45deg) scale(1.25, 0.5);
    transform: rotate(45deg) scale(1.25, 0.5);
}
#cadastrobell .box-none{
	display:none;
}
@-webkit-keyframes rotateHor {
	from {
		transform:rotate(0deg);
	}to {
		transform:rotate(360deg);
	}
}
#refresh{
	animation: rotateHor 1.5s linear infinite;
}
#cadastrobell .popover h3{
	background:#fbffa0!important;
}
.btn.aberto{
	color:#fff!important;
	background:#999!important;
	border:1px solid #888!important;
	transition: all 0.3s;
}
.btn.aberto:hover{
	background:#c4c4c4!important;
}
.btn.pendente{
	color:#fff!important;
	background:#f0ad4e!important;
	border:1px solid #dd9d42!important;
	transition: all 0.3s;
}
.btn.pendente:hover{
	background:#dd9d42!important;
}
.btn.finalizado{
	color:#fff!important;
	background:#5cb85c!important;
	border:1px solid #4cae4c!important;
	transition: all 0.3s;
}
.btn.finalizado:hover{
	background:#4cae4c!important;
}
.btn.indefinido{
	color:#fff!important;
	background:#999!important;
	border:1px solid #444!important;
	transition: all 0.3s;
}
.btn.indefinido:hover{
	background:#444!important;
}

#BOX-FANTASIA.none{
	display:none;
}
#BOX-INSCRICAO.none{
	display:none;
}

/* Range Input */
.range input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}
.range input[type=range]:hover {
	border: 0px solid #000!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
.range input[type=range]:focus {
	outline: none;
	border:0px solid #4e2d63!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
.range input[type=range]:active {
	border:0px solid #4e2d63!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
.range input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #ccc;
	border-radius: 200px;
	border: 0px solid #000101;
}
.range input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 2px solid #5cb85c;
	height: 40px;
	width: 40px;
	border-radius: 200px;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -15px;
	transition: all 0.3s;
}
.range input[type=range]::-webkit-slider-thumb:hover, 
.range input[type=range]::-webkit-slider-thumb:focus {
	border: 4px solid #5cb85c;
}
.range input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ccc;
}
.range input[type=range]::-moz-range-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #ccc;
	border-radius: 25px;
	border: 0px solid #000101;
}
.range input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 39px;
	border-radius: 7px;
	background: #65001c;
	cursor: pointer;
}
.range input[type=range]::-ms-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 39px 0;
	color: transparent;
}
.range input[type=range]::-ms-fill-lower {
	background: #ccc;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.range input[type=range]::-ms-fill-upper {
	background: #ccc;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.range input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 20px;
	width: 39px;
	border-radius: 7px;
	background: #65001c;
	cursor: pointer;
}
.range input[type=range]:focus::-ms-fill-lower {
	background: #ccc;
}
.range input[type=range]:focus::-ms-fill-upper {
	background: #ccc;
}
.range .range_box {
	border:0px solid red!important;
	font-size:30px!important;
	text-align:center!important;
	width:100%!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}
p.c-tx{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	height:80px;
	border:0px solid red;
}
.row.border-box{
	border: 1px solid #f0f0f0;
}
