@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

html {
  position: relative;
  min-height: 100%;
  text-rendering: optimizeLegibility !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    color:#4e4e4e;
    line-height: 22px;
    min-height:100%;
    height:100%;
    margin-bottom: 60px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', 'Raleway', sans-serif;
    color: #50525f;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
a, .btn, .form-control, .checkbox, .radio{
	outline: none !important;	
}
a, .btn {
    text-decoration:none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
a:active{
    outline:0;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
.form-control {
	outline: none !important
}
.btn, .form-control {
    box-shadow: none !important;
}
.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
/*
.brand-centered .navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-toggle {
    z-index: 1;
}
.navbar-default {
    height: 65px;
    border-bottom: 1px solid #dde7f5;
    background: #00BBD3;
}
.navbar-brand {
    height: 65px;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
}
.navbar-default .navbar-toggle {
    border: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-toggle {
    padding: 6px 4px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
}
@media (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;    
        background: #00BBD3;
        margin-top: 8px;
    }
}
*/
.bartop {
	width:100%; padding:2px; position:fixed; background:#00BBD3; z-index:222; padding:10px 0;
}
.bartop .toggle {
	position:absolute; right:30px; top:20px; font-size:20px; z-index:999;
}
.bartop .toggle a {
	color:#FFF;
}
.bartop .calendariobtn {
	position:absolute; left:15px; top:20px; font-size:20px; z-index:999;
	width:100px;
}
.bartop .calendariobtn a {
	color:#FFF;
}
section.filtro {
    background-color: #f8f8f8;
    padding-top: 80px;
    border-bottom: 1px solid #dde7f5;
    padding-bottom: 15px;
}
section.filtro h2 {
    padding:0;
    margin:0;
}

section .events-itens {
    border:1px solid #dde7f5;
}
section.events-show h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: light;
}
section.events-show .events-itens .events-info {
     width: 100%;
     height: 140px;
     background-position: top center;
     background-size: cover;
     position: relative;
}
section.events-show .events-itens .events-text{
    bottom: 0;
    left:0;
	padding: 10px 10px 0px 10px;
    color: #000;
	font-size: 12px;
	line-height: 17px;
}
section.events-show .events-itens .events-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-weight: 900;
    color: #50525f;
}
section.events-show .events-itens .events-text .endereco {
	font-size:11px;
	line-height:12px;
	
}
.cadastro-form .informacoes h4{
	padding:0;
	margin:0;
	font-weight:bold;
	font-size: 14px;
}
.cadastro-form .informacoes p{
	margin:0;
}

.cadastro-form .informacoes .endereco, .cadastro-form .informacoes .datahora{
	margin-bottom:10px;
}
.cadastro-form hr {
    margin-top: 0px;
    margin-bottom: 20px;
}


.btn-cyan {
    color: #FFF;
    background-color: #00BBD3;
    border-radius: 0px;
    font-weight: bold;
    padding: 15px 0px;
}
.btn-cyan:hover {
    color: #fff;
    background-color: #009fb3;
}
.btn-teal {
    color: #FFF;
    background-color: #34CB80;
    border-radius: 0px;
    font-weight: bold;
    padding: 15px 0px;	
}
.btn-teal:hover {
    color: #fff;
    background-color: #30B874;
}


.btn-teal-w {
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A;
    border-radius: 0px;
    font-weight: bold;
    padding: 15px 0px;
}
.btn-teal-w:hover {
    color: #fff;
    background-color: #C9302C;
    border-color: #AC2925;
}
.btn-atualizar {
	margin-top: 3px;
}
.btn-atualizar a{
	color:#FFF !important;
}

.btn-confirma {
    color:#30B874;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: #3c3e47;
    color: #BBB;
}

.event-share {
	padding:8px 8px 8px 0;
}

.event-section {
    padding-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
}


.sep-top-h {padding-top:16.9em;}
.sep-top-xss {padding-top: 1.2em;}
.sep-top-xs {padding-top: 1.5em;}
.sep-top-sm {padding-top: 2.2em;}
.sep-top-md {padding-top: 3em;}
.sep-top-lg {padding-top: 4.3em;}
.sep-top-1x {padding-top: 5.3em;}
.sep-top-2x {padding-top: 6.5em;}
.sep-top-3x {padding-top: 9.4em;}
.sep-top-4x {padding-top: 11.5em;}
.sep-top-5x {padding-top: 16em;}

.sep-bottom-h {padding-bottom:16.9em;}
.sep-bottom-xss {padding-bottom: 1.2em;}
.sep-bottom-xs {padding-bottom: 1.5em;}
.sep-bottom-sm {padding-bottom: 2.2em;}
.sep-bottom-md {padding-bottom: 3em;}
.sep-bottom-lg {padding-bottom: 4.3em;}
.sep-bottom-2x {padding-bottom: 6.5em;}
.sep-bottom-3x {padding-bottom: 9.4em;}
.sep-bottom-4x {padding-bottom: 11.5em;}
.sep-bottom-5x {padding-bottom: 16em;}
@media (max-width: 767px) {
    /*
    .nav >li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    */
}

#ajax-loader{
    position:fixed;
    width:100% !important;
    height:100% !important;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    display: none; 
    z-index: 100000;
}
#ajax-loader .background{
    position:absolute;
    background:#FFFFFF;
    width:100% !important;
    height:100% !important;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: block; 
    z-index: 1;
}
#ajax-loader .center{
    position:absolute;
    color:#1E1E1E;
    width:auto !important;
    line-height:20px;
    margin-top:-25px;
	font-size:15px;
    margin-left:-110px;
    top:50%;
    left:50%;
    z-index: 2;
}
#ajax-loader i {
	color:#00BBD3;
	font-size:50px;
}
#ajax-loader span{
	font-size:20px;
}
em {
    font-style: normal;
    background: orange;
}
.img-center {margin:0 auto !important;}
@media (max-width: 767px) {
	.text-results {
		text-align:center !important;
	}
}

.error {
	border:2px solid red !important;
}

.error label::before {
    border: 1px solid #900 !important;
}

.resposta-sorteio .nome{
	letter-spacing:-1px;
	font-size:28px;
	font-weight:bold;
}
.resposta-sorteio .telefone, .resposta-sorteio .email{
	letter-spacing:-1px;
	font-size:22px;
}
.nav-letters > li > a {
	color:#00BBD3;
    padding: 3px 4px;
	font-weight:bolder;
}
.nav-letters > li > a:hover {
    color: #fff;
    background-color: #00BBD3;
}
.nav-letters>li.active>a, .nav-letters>li.active>a:focus, .nav-letters>li.active>a:hover {
    color: #fff;
    background-color: #00BBD3;
}
#nothing {
	display:none;
}
/*
::-webkit-input-placeholder {
  color: #000 !important;
}
::-moz-placeholder {
  color: #000 !important;
}
:-ms-input-placeholder {
  color: #000 !important;
}
:-moz-placeholder {
  color: #000 !important;
}
*/
.social li .local {
	background: #FBBC05;
}
.social li .whatsapp {
	background: #090;
}
.social li .google {
	background: #DD5044;
}
.social li .facebook {
	background: #3b5998;
}
.social li .twitter {
	background: #0CF;
}
ul.social {
	list-style: none;
	margin-left:0 !important;
	padding: 0;
	margin:0;
}
ul.social li {
	display:inline-block;
	margin: 0 2px;
}
.social li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 25px;
	height: 25px;
	font-size:12px;
}
.social li i {
	margin:0;
	line-height:25px;
	text-align: center;
}
.social li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



.modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    display:none;
    width:100%;
    height:100%;
    background: rgba(255, 255, 255, 0.54902);
    background: url('../img/bg-transparent.png')\9;
    margin-left: 0px;
    overflow: hidden;
    -webkit-overflow-scrolling:touch;
    outline:0;
    border-radius: 0px;
    box-shadow:none;
}

.modal.show{
	display:table;
}
.modal-form {
  margin-bottom: 0;
}
.modal-header .close {
  margin-top: 2px;
}

.modal-content{
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    overflow: hidden;
}
.modal-header .modal-close {
	position:absolute;
	right:10px;
	z-index:2;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #cfd9db;
}
.modal-header + .modal-body {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius:0px;
}
.modal-header h3 {
  margin: 0;
  font-size:20px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
  background-color: #f5f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-footer {
  padding: 9px 15px;
  margin-bottom: 0;
  text-align: right;
  margin-top: 0px;
  border-top: 1px solid #cfd9db;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
} 


td.highlight {
}
td.highlight > a {
	border: 1px solid #34CB80 !important;
	background: #34CB80 !important;
	color: #FFF !important;
}
.ui-widget.ui-widget-content {
    margin-left: auto;
    margin-right: auto;
}
.tooltip.top {
	font-size:12px !important;
}
.tooltip.top .tooltip-inner {
	background-color:rgba(144, 0, 0,0.8);
}
.tooltip.top .tooltip-arrow {
	border-top-color:rgba(144, 0, 0,0.8);
}

/* FORM LOGIN */
.btn-icon {
    top: 15px;
    right: 15px;
    position: absolute;
	color:#FFF;
	font-size:22px;
	line-height:32px;
	border-radius:50%;
	width:35px;
	height:35px;
	text-align:center;
	border:1px solid #00BBD3;
    z-index: 2222;
}
.btn-icon:hover {
	color:#FFF;
	border:1px solid #FFF;
}
.content-mask {
	background:#00BBD3;
	width:100%;
	height:100%;
	max-height: 100%;
	overflow:auto;
	position:fixed;
	z-index: 999;
	top:0;
	left:0;
	display:none;
}
.fechar {
	position:absolute;
	right:20px;
	top:15px;
	color:#FFF;
	font-size:30px;
	line-height:33px;
	border-radius:50%;
	width:40px;
	height:40px;
	text-align:center;
	border:2px solid #00BBD3;
}
.fechar:hover {
	border:2px solid #FFF;
	color:#FFF;
}
.menu p{
	color:#FFF !important;
	font-size:18px;
	font-weight:bold;
}
.menu h4{
	padding:0;
	margin:0;
	color:#FFF;
	font-family: 'Roboto Slab';
	font-weight:bold;
	text-transform:uppercase;
}
.content-login  {
	color:#FFF;
	position:fixed;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.content-login h1 {
	padding:0;
	margin:0;
	color:#FFF;
	font-family: 'Roboto Slab';
	font-size:25px;
	text-align:center;	
}
.form-white{
	color:#FFF;
}
.form-white .has-float-label input, .form-white .has-float-label textarea {
	background-color:transparent;
    font-size: inherit;
    padding-top: 1.3em;
    margin-bottom: 2px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #FFF;
    width: 100%;
}
.form-white .has-float-label input:placeholder-shown:not(:focus) + *,
.form-white .has-float-label select:placeholder-shown:not(:focus) + *,
.form-white .has-float-label textarea:placeholder-shown:not(:focus) + * {
    font-size: 1.3em;
    top: .80em;
	opacity: 1;
}
.form-white .has-float-label input:focus,
.form-white .has-float-label select:focus,
.form-white .has-float-label textarea:focus {
	outline:0;
	border-color:rgba(255,255,255,.5)
}
.form-white .btn-teal {
	background-color: transparent;
	border:1px solid #FFF;
	color:#FFF;
}
.form-white .btn-teal:hover {
	background-color: #FFF;
	color:#000;
}

/* FORM COM FLOAT LABEL */
form p {
	font-size:16px;
}
label {
	font-weight: normal !important;
}
.has-float-label {
	display:block;
	position:relative;
}
.has-float-label label,.has-float-label>span {
	position:absolute;
	left:0;
	top:0;
	cursor:text;
	font-size:75%;
	opacity:1;
	-webkit-transition:all .2s;
	transition:all .2s;
        padding:5px;
        
}
/*
.has-float-label select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
*/
.has-float-label textarea {
	width:100%
}
.has-float-label select{

    font-size: inherit;
    margin-bottom: 2px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
    padding: 6px 0;
    margin-top: 20px;
    font-size: 16px;
}
.has-float-label input,.has-float-label textarea {
	font-size:inherit;
	padding: 1.3em;
	margin-bottom:2px;
	border-radius:5px;
	border:2px solid rgba(0,0,0,.1);
	width:100%;
}
.has-float-label input::-webkit-input-placeholder,.has-float-label select::-webkit-input-placeholder,.has-float-label textarea::-webkit-input-placeholder {
	opacity:1;
	-webkit-transition:all .2s;
	transition:all .2s;
	color:#FFF;
}
.has-float-label input::-moz-placeholder,.has-float-label select::-moz-placeholder,.has-float-label textarea::-moz-placeholder {
	opacity:1;
	transition:all .2s
	color:#FFF;
}
.has-float-label input:-ms-input-placeholder,.has-float-label select:-ms-input-placeholder,.has-float-label textarea:-ms-input-placeholder {
	opacity:1;
	transition:all .2s
	color:#FFF;
}
.has-float-label input::placeholder,.has-float-label select::placeholder,.has-float-label textarea::placeholder {
	opacity:1;
	-webkit-transition:all .2s;
	transition:all .2s
	color:#FFF;
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
	opacity:0
}
.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
	opacity:0
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
	opacity:0
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder,.has-float-label select:placeholder-shown:not(:focus)::placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
	opacity:0
}
.has-float-label input:placeholder-shown:not(:focus)+*,.has-float-label select:placeholder-shown:not(:focus)+*,.has-float-label textarea:placeholder-shown:not(:focus)+* {
	font-size:1.3em;
	opacity:.5;
	top: .80em;
}
.has-float-label input:focus,.has-float-label select:focus,.has-float-label textarea:focus {
	outline:0;
	border-color:rgba(0,0,0,.5)
}
/*
.has-float-label select {
	padding-right:1em;
	background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5em bottom .25em;
	background-size:8px 10px
}
*/

@keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 15px; }
    20% { font-size: 15px; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 15px; }
    20% { font-size: 15px; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 15px; }
    20% { font-size: 15px; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

/* CHECKBOX AND RADIOS */
.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
	
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
	margin-left: -20px;
	padding-left: 4px;
	margin-top: -2px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }