body {
	font-family: 'Source Sans Pro', sans-serif;
}
.form-validation .form-control.ng-dirty.ng-invalid {
	border-color: #f05050;
}
.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
	border-color: #27c24c;
}
.form-validation .i-checks .ng-invalid.ng-dirty + i {
	border-color: #f05050;
}

.no-horizontal-padding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.censored-free{
	color: #36B349;
}
.censored-10{
	color: #00ADEE;
}
.censored-12{
	color: #F6921C;
}
.censored-14{
	color: #F05927;
}
.censored-16{
	color: #BE1D2C;
}

.v-center{
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.font-header{
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
}

.linha-cinza{
	width: 80px;
	background-color: #E8E8E8;
}

.linha-branca{
	width: 80px;
	background-color: #FFFFFF;
}

.linha-corredor{
	width: 80px;
	padding: 20px;
}

.cadeira{
	clear: both;
	border: 0;
	width : 30px;
	height: 30px;
	cursor:pointer;
	text-align: center;
	background: none no-repeat center center;
}

.td-cadeira {
	width: 40px;
	padding-right: 2px;
	height: 35px;
}

.cadeira label{
	font-size: 9px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.titulo-fila{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	width: 50px;
	text-align: center;
}

.btn.btn-tertiary {
	width: fit-content;
	color: #555;
	border: 1px solid #ccc;
}

#tela-cinema{
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #e8e8e8;
}

#tela-cinema-texto{
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	color: #b1b1b1;
}

#mapa-sala{
	width: 100%;
	text-align: center;
	/*overflow: scroll;*/
	overflow-y: hidden;
}

#fila{
	margin-right:auto;
	margin-left:auto;
}

#meia-entrada{
	display: inline-block;
	text-align: left;
}

#seta-horizontal{
	width: 100%;
	margin-top: -10px;
	text-align:center;
	font-size: 30px;
}

.div-session{
	padding:5px;
}

.l-border-right{
	border-right: thick double #000000;
	border-right-width: 1px;
	padding-left: 3px;
}

.stopwatch{
	margin-top: 20px;
	position: fixed;
	z-index:999;
	width: 100%;
}

.stopwatch-span{
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	background-color:#1B95E0;
	font-size:12px;
	border-radius:3px;
	height: 25px;
	padding: 3px;
}

.nav.inline-navbar>li{
	display: inline-block;
}

.table-map{
	margin:0 auto;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	width: 55px;
	color: #555;
	text-align: center;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.div-captcha {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
}

.checkbox-cpf, .radio {
	margin-top: 0px;
	margin-bottom: 0px;
}
.redText{
	color 		:red;
	font: 11px arial, sans-serif;
	font-weight	:bold;
	font-style 	:italic;
}
.span-heading{
	font: 18px arial, sans-serif;
	font-weight	:bold;
}
.text-highlight{
	color 		  : #FF0000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size	  : 16px;
	font-weight   : bold;
	padding-top   : 4px;
	padding-bottom: 10px;
}
.text-red{
	color 		  : #FF0000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size	  : 19px;
	font-weight   : bold;
}
.txt-justify{
	text-align: justify;
}
.st-sort-ascent:before {
	content: '\25B2';
}

.st-sort-descent:before {
	content: '\25BC';
}

.lr-drop-target-before{
	border-left: 2px solid orange;
}

.lr-drop-target-after{
	border-right: 2px solid orange;
}

.body-table {
	overflow: auto;
	overflow-x: hidden;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #FFFFFF;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.st-selected {
	background: #DCDCDC !important;
	color: white !important;
}

/*
* CSS RADIO BUTTON LISTAGEM - INICIO
*/
label input[type="radio"] ~ i.fa.fa-circle-o{
	color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
	display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
	display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
	color: #EF5E07;
	display: inline;
	border-radius: 10px;
}
label:hover input[type="radio"] ~ i.fa {
	color: #DCDCDC;
}
div[data-toggle="buttons"] label.active{
	color: #DCDCDC;
}
div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid #DCDCDC;
	border-radius: 0px;
	color: #DCDCDC;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
div[data-toggle="buttons"] label:hover {
	color: #7AA3CC;
}
div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.not-radius{
	outline: 0px !important;
}

/*
* CSS RADIO BUTTON LISTAGEM - FIM
*/
.custom-billy{
	border: 1px solid #E47A36;
	border-radius: 0px !important;
}

.btn-success-billy {
	color: #fff;
	background-color: #44a544;
	border-color: #4cae4c;
	border-radius: 2px;
}

.btn-comprar-billy{
	color: #fff !important;
	background-color: #ef5e07;
	border-radius: 2px;
}

.btn-comprar-billy-verde{
	color: #fff;
	background-color: #5cb85c;
	border-radius: 2px;
}

.btn-default-cineclube {
	color: #000;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 0;
}

.btn-cineclube-meia {
	/* 337ab7 TODO */
}

.bannerCineclube{
	padding: 0;
	height: initial;
}

.navbar-dropdown-billy, .navbar-dropdown-billy:visited, .navbar-dropdown-billy:hover{
	text-decoration: none;
	color: #EF5E07;
	cursor: pointer;
}

.navbar-dropdown-billy.dropdown-toggle{
	box-shadow: initial !important;
}

.navbar-dropdown-billy-btn:hover{
	background-color: #eee
}

.navbar-billy-deslogado, .navbar-billy-deslogado:hover, .navbar-billy-deslogado:visited{
	background-color: #fff !important;
	padding: 0px !important;
	display: inline !important;
}

.btn-info-billy {
	background-image: initial;
	background-color: #2aabd2;
	border-radius: 0;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

.btn-danger-billy {
	background-image: initial;
	background-color: #b92c28;
	color: white;
	border-radius: 0;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

.btn-default-billy {
	background-image: initial;
	background-color: #f3f3f3;
	color: #333;
	border-radius: 0;
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

.combo-shop-button-plus{
	border-radius: 10px;
	width: 20px;
	padding: 0px;
	background-color: #dedede;
	border-color: transparent;
}

.combo-shop-button-minus{
	border-radius: 10px;
	width: 20px;
	padding: 1px 1px 0px 0px;
	background-color: #dedede;
	border-color: transparent;
}

.icon-pipoca {
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.icon-pipoca-mobile {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-bottom: 5px;
}

.largura-tela{
	width: 100%;
}

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

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

.set-size {
  font-size: 6em;
}

.charts-container:after {
  clear: both;
  content: '';
  display: table;
}

.charts-container{
    position: fixed;
    top: 77px;
    left: 85%;
    z-index: 99;
}

.pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 15px;
  position: relative;
}

.pie-wrapper:nth-child(3n + 1) {
  clear: both;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  /*clip: rect(0, 1em, 1em, 0.5em);*/
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #333333;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #ef5e07;
  border-radius: 50%;
  bottom: 0.4em;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 0.3em;
  left: 0.4em;
  line-height: 1.8em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}

.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: .6em;
  padding-bottom: 20px;
  vertical-align: super;
}

.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.1em solid #bdc3c7;
  border-radius: 50%;
}

.pie-wrapper.radialProgress .pie .half-circle {
    border-color: #333333;
}

.pie-wrapper.radialProgress .pie .left-side {
    -webkit-animation: billy-rotate-reverse 4s infinite linear;
    animation: billy-rotate-reverse 4s infinite linear;
    clip: rect(0, 1em, 0.5em, 0.5em);
}

.pie-wrapper.radialProgress .pie .right-side {
    -webkit-animation: billy-rotate 7s infinite linear;
    animation: billy-rotate 7s infinite linear;
    clip: rect(0, 1em, 0.5em, 0.5em);
}

@keyframes billy-rotate {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes billy-rotate-reverse {
    from {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}
.pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0 / 50%;
  content: '';
  display: block;
  height: 100%;
  margin-left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.pie-wrapper--solid .label {
  background: transparent;
}
