/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);*/
@import url("../open-sans/open-sans.css");

body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}

/* BREADCRUMB */
.breadcrumb {
    background: transparent;
    padding: 37px 15px 16px 30px;
}

/* Jumbotron */
.jumbotron  {
	margin: 0px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}

@media (max-width: 767px) {
	.jumbotron {
		background: url('../images/iphone.jpg') no-repeat #EEEEEE right top;	
	}
	.jumbotron p {
		font-size: 14px;
	} 
	.jumbotron h1, .jumbotron .h1 {
		font-size: 21px;
		font-weight: bold;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.jumbotron {
		background: url('../images/ipad.jpg') no-repeat #EEEEEE right;
	}
}

@media (min-width: 992px)  {
	.jumbotron {
		background: url('../images/pc.jpg') no-repeat #EEEEEE right top;
	}
}


/* RESPONSIVE */

@media (max-width: 991px) and (min-width: 768px) {
	.visible-sm.text{
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs.text {
		display: inline-block !important;
	}
}
.btn-mobile{
	display: inline-block !important;
}
.btn-mobile-login{
	display: inline-block !important;
	float:right;
	margin: 0px 3px 1px 3px;
}
/* UTIL */
.margin-top {
	margin-top: 15px;
}
.lg-margin-bottom {
	margin-bottom: 30px;
}

.padding {
	padding: 15px !important;
}

.no-hover:hover {
    text-decoration: none;
}
.no-padding {
	padding: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-right {
    border-right: none !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.margin-left {
	margin-left: 15px !important;
}
.margin-right {
	margin-right: 15px !important;
}
.padding-right {
	padding-right: 15px !important;
}

.padding-left {
	padding-left: 15px !important;
}
.min-padding-left {
	padding-left: 7.5px !important;
}

.padding-bottom {
	padding-bottom: 15px !important;
}
.min-padding-bottom {
	padding-bottom: 7.5px !important;
}

a.underline {
	text-decoration:underline;
}
.main hr {
	margin-top: 57px;
	margin-bottom: 57px;	
}
.input-group-addon.with-icon {
	min-width: 36px;
}

/* FORM */
.help-inline {
	display: none;	
	margin-top: 5px;
	margin-bottom: 10px;
}

.has-error .help-inline {
    color: #b94a48;
    display: inline-block;
}



.control-label > sup {
	color: #B20000;
	font-weight: bold;
	font-size: 17px;
	vertical-align: -4px;
}
/* FLUID */
.page-header {
	/*margin-top:48px; */
	margin-bottom: 0px;
	/*padding-bottom: 5px;*/
	border: none;
}

/* FORM */
.container-form {
	padding-left: 45px;
	padding-right: 45px;
}
.control-label {
	font-weight: normal;
}

.table-help-inline-extra .help-inline {
    margin-top: 13px;
    margin-bottom: 0px;
}
/* TOOLTIP */
.tooltip {
	/*white-space:nowrap;*/
}
.tooltip-inner {
	
}



/* NAVBAR */
.navbar {
	min-height: 48px;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-brand {
	height: 47px;
	padding: 14px 15px;
	width: auto;
	text-align: center;
/*	background-image: url('../images/logo-smartshare.png');*/
	background-repeat: no-repeat;
	background-position: center;
	min-width: 130px;
	margin-left: 0px;
}

.navbar-brand img.logo {
        width: 120px;
        margin-top: 3px;
    }
@media (min-width: 768px) {
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand {
		width: 100%;	
		margin-left: 0px;
	}	
}

@media (max-width: 767px) {
	.navbar-collapse .navbar-form .form-control,
	.navbar-collapse .navbar-form .form-control:focus	{
		width: 100%;
	}
	.navbar-collapse .navbar-form {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
    .navbar-collapse .nav.navbar-nav.navbar-right {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
	.container > .navbar-header, 
	.container-fluid > .navbar-header, 
	.container > .navbar-collapse, 
	.container-fluid > .navbar-collapse {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.navbar-toggle {
	margin-top: 6px;
	margin-bottom: 7px;
}
.navbar > .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-nav > li.option-menu > a {
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-nav > li.option-menu.active > a {
	color: #fff;
}

.navbar-nav > li.option-menu .fa {
	width: 19px;
	text-align: center;	
}

.navbar-collapse .navbar-nav {
	margin: 0px;
}

/* TOP NAVIGATION */
.navbar-nav > li > a {
	font-size: 12px;
	line-height: 17px;
}
.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}
.navbar-nav .spacer {
	margin: 15px 0px 0px 0px;
	height: 19px;
	font-size: 0em;
	padding: 0px;
	display: none;
}

.navbar-header {
	padding: 0px;
	width: auto;
}

.nav.navbar-nav hr {
	margin-top: 7px;
	margin-bottom: 7px;
}

.navbar-header .navbar-brand {
	margin-left: 10px;
	padding: 0px;
}

@media (min-width: 768px) {
	.navbar-nav .spacer {		
		display: block;
	}
	.navbar-header {
		width: 140px;
	}
}

/* TOP NAVIGATION TOGGLE */
/* */

/* TABS */
.nav-tabs {	
	padding-left: 30px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
	border-radius: 0px;
	font-size: 13px;
	margin-right: -1px;
}
 .nav-tabs > li > a:hover {
    background: #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover  {
	margin-top: -1px;
}

/* SIDEBAR */
.sidebar {		
	margin-left: -140px;	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.sidebar .active .selected-icon {
	background: url('../../Images/menu-select-tip.png');
	width: 15px;
	height: 26px;
	position: absolute;
	left: 100%;
	margin-left: -14px;
	margin-top: 34px;
}
@media (min-width: 768px) {
	.sidebar {
		margin-left: 0px;
	}
}
.sidebar {

	position: fixed;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	width: 140px;	
}
.sidebar  a {
        text-align: center;
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        min-height: 80px;

}
.sidebar  .active a:hover {
	background-color: transparent;
}
.sidebar .icon {
	height: 35px;
	width: 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position:center;
}

.sidebar .text {
	font-size: 12px;
	color: #797979
}


/* MODAL */
.modal .modal-header {
	padding-top: 11px;
	padding-bottom: 10px;
}
.modal .modal-header h1 {
	color: #8B8F96;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
}

.modal .modal-body {
	padding-top: 35px;
	padding-bottom: 15px;
}

#session-login .modal .modal-footer {
	margin-top: 0px;
	padding-bottom: 35px;	
}
.modal .modal-body,
.modal .modal-footer {
	padding-left: 27px;
	padding-right: 27px;
}
.modal-footer {
  padding: 16px 20px 20px;
}
.modal .modal-content p {
	padding-left: 16px;
	padding-right: 16px;
}

.modal .list-group .list-group-item.list-group-item-info {
    overflow-x: auto;
}

/* MAIN */
.main {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	-webkit-transition: margin-left .3s ease;
	-moz-transition: margin-left .3s ease;
	-o-transition: margin-left .3s ease;
	-ms-transition: margin-left .3s ease;
	transition: margin-left .3s ease;
    margin-left: 0px;
    position: relative;
}
@media (min-width: 768px) {
	.main {		
		margin-left: 140px;
	}			
}
.main  > .header {	
	padding-top: 1px;
	background-image: url('../../images/bg-header.png');
	background-repeat: repeat-x;
	background-position: center bottom;
}
.main  > .header > h1 {
	font-size: 32px;
	color: #797979;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 29px;
	margin-bottom: 22px;
	min-height: 48px;
}
.main  > .content {
	padding-top: 30px;
}
.main  > .header .btn {
	position: relative;
	margin-top: 38px;
	margin-right: 30px;
}

/* TABLE */
.table {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #F1F1F1;	
}
.table .form-group > .input-group,
.table td > input.form-control {
	margin-top: -6px;
	margin-bottom: -7px;
}
.table .middle {
	vertical-align: middle;
}
.table > thead > tr > th {
	background: #FBFBFB;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #D9D9D9;
	font-size: 13px;
        vertical-align: middle;
}
.table > tbody > tr > td {
	border-top: 1px solid #F1F1F1;	
	font-size: 12px;
        vertical-align: middle;
}
.table > tbody > tr.active  > td ,
.table > tbody > tr:hover.active  > td{
	background: #f5f5f5;
}
.table-hover > tbody > tr:hover > td, 
.table-hover > tbody > tr:hover > th {
	background-color: #FBFBFB;
}

.table-hover > tbody > tr:hover {
	cursor: pointer;
}
.table-hover > tbody > tr:hover > td .text, 
.table-hover > tbody > tr:hover > th .text {
	/* */
}
.table .content-checkbox {
    max-width: 10px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
.table .content-checkbox>input {
        margin-top: 0px;
        margin-bottom: -3px;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.table .container-badge {
	margin-top: -3px;
	margin-bottom: -7px;
}
.table .container-badge .badge {
	background: #FAFBFC;
	color: #777;
	font-weight: normal;
	border: 1px solid #CCCCCC;	
	border-radius: 3px;
	padding: 5px 9px;
	margin-bottom: 3px;
}
.table .spacer {
	min-width: 30px;
	width: 30px;
}
.table .min-spacer {
	min-width: 22px;
	width: 22px;
}
.table .container-badge .dropdown {
	display: inline-block;

}
.table .container-badge .dropdown .btn {
	display: inline-block;
	min-width: 10px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background: #FBFBFB;
	color: #777;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 5px 9px;
	margin-bottom: 3px;
}
.table .container-badge .dropdown .dropdown-menu {
	height: auto;
    	max-height: 200px;
    	overflow-x: hidden;
}
.table .container-badge .dropdown li>a {
	padding-left: 7px;
	padding-right: 24px;
	cursor:default;	
	padding-top: 0px;	
	padding-bottom: 0px;
}
.table .container-badge .dropdown li>a:hover {
	background: none;
}

/* TABLE */
    .table > thead > tr > th > a:hover {
        text-decoration: none;
    }

/* MAIN TOOLBAR */
.main-toolbar {	
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 15px;
}
.main-toolbar .navbar-form {
	margin: 0px;
	padding-left:0px;
	padding-bottom: 0px;
	padding-top: 0px;	
}

.main-toolbar .navbar-form .form-group {
	margin-bottom: 2px;
}
.main-toolbar .container-search {
    position: relative;
}
.main-toolbar .container-search input {
    padding-right: 30px;    
}
.main-toolbar .container-search i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.main-toolbar .btn-group {
	float: none;
}
.main-toolbar > div > a,
.main-toolbar > div > .btn,
.main-toolbar > div > .btn-group,
.main-toolbar > div > .dropdown {
	margin-bottom: 4px;
	display: inline-block;
	float: none;
	vertical-align: middle;
    width: auto;
}
.main-toolbar .dropdown-menu div.checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
.main-toolbar .dropdown span.title {
	color: #999;
}
.main-toolbar .btn-group .btn.disabled.title {
	border-color: #b1b1b1 !important;
}

@media (max-width: 480px) {
    .main-toolbar > div > a,
    .main-toolbar > div > .btn,
    .main-toolbar > div > .btn-group,
    .main-toolbar > div > .dropdown {
        width: 100%;
    }

        .main-toolbar > div > a .btn,
        .main-toolbar > div > .dropdown .btn {
            width: 100%;
        }
}
/* PAGINATION */
.container-pagination {
	margin-top: -10px;
	margin-left:0px;
	margin-right: 0px;
}
.container-pagination.reset-wizard {
	margin-bottom: -50px;
}
.container-pagination .pagination {
	margin-right: 15px;
}
.container-pagination .info {
    margin-top: 20px;
    margin-left: 17px;
    position: relative;
    z-index: 0;
}

.total-per-pag {
    display: inline-block;
}

    .total-per-pag .form-control {
        padding: 0px 5px !important;
        display: inline-block;
    }
/* LINK */
.btn-group .pre-tooltip {
    display: inline-block;
}

    .btn-group .pre-tooltip.first {
        margin-left: -0px;
    }

        .btn-group .pre-tooltip.first .btn {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            margin-left: -1px;
        }

    .btn-group .pre-tooltip.last {
        margin-left: -5px;
    }
        .btn-group .pre-tooltip.last .btn {
            -webkit-border-radius: 0px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius: 0px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomright: 3px;
            border-radius: 0px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }
/* DROPDOWN */
.dropdown-menu .checkbox {
    padding-left: 10px;
}

.btn .glyphicon.glyphicon-qrcode {
    vertical-align: -1px;
}

/* BUTTOM STATUS */
.buttons-radio-status {
    margin: -9px 0px -6px 0px;
    min-width: 100px;
}
.buttons-radio-status .active {
	width: 60px;
	text-align: center;
}
.buttons-radio-status .icon.on {	
	width: 16px;
	padding-left: 16px;
background: url('../images/icon-on.png') no-repeat center;
}
.buttons-radio-status .icon.off {
	width: 16px;
	padding-left: 16px;
 background: url('../images/icon-off.png') no-repeat center;
}
.buttons-radio-status .btn-sm {
	padding: 2px 10px;
}

.twitter-typeahead .tt-hint {
    display: none;
}

/* FILE */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/* GROUP ADDON */
.input-group-addon.addon-xs {
}
.input-group-addon.addon-sm {
	width: 75px;
}
.input-group-addon.addon-md {
}
.input-group-addon.addon-lg {
}

/* FIXED COLS */
.fixed-xs {}
.fixed-sm {
	width: 150px;
}
.fixed-md {
	width: 300px;
}
.fixed-lg {}

@media (max-width: 767px) {	
	.fixed-xs,
	.fixed-sm,
	.fixed-md,
	.fixed-lg {
		width: 100%;
	}	
	.table .fixed-min-xs {}
	.table .fixed-min-sm {
		min-width: 150px;
	}
	.table .fixed-min-md {
		min-width: 300px;
	}
	.table  .fixed-min-lg {}
}

/* FORM GROUP */
.form-horizontal table .form-group {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* TAG INPUT */
.bootstrap-tagsinput {
	width: 100%;
	min-height: 34px;
	padding-bottom: 1px !important;
	overflow-x: auto;
}
.bootstrap-tagsinput input {
	margin-top: 1px !important;
	margin-bottom: 0px !important;
	vertical-align: -1px;
}
.bootstrap-tagsinput .tag.label.label-info {
	background: #FAFBFC;
	color: #777;
	font-weight: normal !important;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 5px 9px;
	margin-bottom: 3px;
	display: inline-block;
	min-width: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;	
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

/* MULTI STEPS */
.multisteps .separador {
	border-right: 1px solid #CCC;
	height: 420px;
	margin-left: 0px;
	opacity: 1;
	position: absolute;
	top: 25px;
	width: 0px;
	background: #fff;
}

    .multisteps .separador .icon-more {
        background: url('../images/more.png') no-repeat;
        height: 17px;
        left: -8px;
        position: relative;
        top: 13px;
        width: 17px;
    }

.multisteps .content {
	margin-left: 30px;
	min-height: 420px;
}
.multisteps .content.first {
	margin-left: 20px;
}
.multisteps h4 {
	color: #AAAAAA;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 25px;
	height: 50px;
	vertical-align: middle;
	display: table-cell;		
}
.multisteps label.control-label {
	color: #aaa;	
}
.multisteps .active label.control-label {
	color: #333;
}
.multisteps .step {
	padding-top: 21px;		
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.multisteps .step.pass {
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.multisteps label.control-label {
	font-size: 12px;
	padding-right: 0px;
}
.multisteps .data {
	padding-top: 40px;
}
.multisteps .step.first.active {
	padding-left: 2px;
}
.multisteps .step.second.active {
	padding-left: 30px;
}
.multisteps .step.second #panelContentpaneljqxTree {	
	border-radius: 4px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
	border: none !important;	
}
.multisteps .step.second #panelContentpaneljqxTree,
.multisteps .step.second #panelWrapperpaneljqxTree {
	background:#eee !important;
}
.multisteps .step.second.active #panelContentpaneljqxTree,
.multisteps .step.second.active #panelWrapperpaneljqxTree {
	background:transparent !important;
}
.multisteps .step.second.active .jqx-tree-item a:link,
.multisteps .step.second.active .jqx-tree-item a:visited {
	color: #555 !important;
}
.multisteps .step.second .jqx-tree-item a:link,
.multisteps .step.second .jqx-tree-item a:visited {
	color: #aaa !important;
}
.multisteps .step.second  .jqx-checkbox-default {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.multisteps .step.second.active  .jqx-checkbox-default {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.multisteps .step.second .jqx-widget-content {	
	border: 1px solid #ccc !important;	
	border-radius: 4px !important;
}

/* WIZARD */
.wizard {
    *zoom:1;
    position:relative;
    overflow:hidden;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width: 767px) {
	.wizard ul li {
		clear: left;
	}
}

.wizard:before, .wizard:after {
    display:table;
    content:"";
    line-height:0	
}
.wizard:after {
    clear:both
}
.wizard ul {
    list-style:none outside none;
    padding:0;
    margin:0;
    width:4000px
}
.wizard ul li {
    float:left;
    margin:0;
    padding:0 20px 0 30px;
    height:40px;
    line-height:40px;
    position:relative;
    color:#C2C2C2;
    font-size:16px;
    cursor:default
}
.wizard ul li:first-child {
    -webkit-border-radius:2px 0 0 2px;
    -moz-border-radius:2px 0 0 2px;
    border-radius:2px 0 0 2px
}
.wizard ul li:last-child {
    -webkit-border-radius:0 2px 2px 0;
    -moz-border-radius:0 2px 2px 0;
    border-radius:0 2px 2px 0
}
.wizard ul li .chevron {
    border:48px solid transparent;
    border-left:28px solid #E3E3E3;
    border-right:0;
    display:block;
    position:absolute;
    right:-14px;
    top:-28px;
    z-index:1
}
.wizard ul li .chevron:before {
    border:48px solid transparent;
    border-left:28px solid #fff;
    border-right:0;
    content:"";
    display:block;
    position:absolute;
    right:1px;
    top:-48px
}
.wizard ul li.active {
    color:#333;
}
.wizard ul li .badge {
    margin-right:8px;
	background-color: #C2C2C2;
	padding: 4px 7px;
	vertical-align: 2px;
}
.wizard ul li.active .badge {
	background-color: #555;
}
.wizard ul li:first-child {
    border-radius:4px 0 0 4px;
    padding-left:30px;
}
/* DETALHES */
.detail {
	margin-top: 10px;
}
.detail .edit {
	margin-left: 10px;
}
.detail .col-md-2 {
	margin-left: -11px;
}
.detail .col-md-9 {
	margin-left: -4px;
}
.detail h3, .activity h3, .settings h3 {
    font-size:14px;
    margin-top:0;
    margin-bottom:20px;
	color: #333333;
}
.detail .user-info-left, .detail .user-info-right {
    padding:0px;
}
.detail .user-info-left {
    text-align:center
}
.detail .user-info-left .icon {
    border:3px solid #fff;
	width: 111px;
	height: 111px;
	display: inline-block;
}
.detail .user-info-left h2 {
    font-size: 14px;
	margin-bottom: 0px;
	color: #000;
	margin-top: 0px;
}
.detail .user-info-left span {
	font-size: 17px;
	color: #797979;
}
.detail .data-value span.observation {
	color: #A5A5A5;
}
.detail .user-info-right {
    border-left:1px solid #E5E5E5;
    padding-left:19px;
}
.detail .user-info-right>div {
    margin-bottom:60px
}

.detail .fa.fa-square {
	color: #8A8A8A;
	margin-right: 5px;
}
.detail .data-value > ul {
        list-style: none;
        padding-left: 0px;
    }

        .detail .btn-link.btn-link-inline,
        .detail .data-value > ul a {
            font-size: 13px;
        }
/* DETAIL DATA ROW */
.data-row {
    margin-bottom:0
}
.data-row .data-name {
    width:12em;
}
.data-row .data-name, .data-row .data-value {
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:middle;
    *vertical-align:auto;
    zoom:1;
    *display:inline;
    padding:6px;
	margin-bottom: 1px;
}

.data-row .data-value {
	color: #111111;
	font-size: 13px;
}

@media screen and (max-width: 480px) {
    .data-row .data-name, .data-row .data-value {
        display:block
    }
}
.data-row .data-name {
    width:12em;
    background-color:#F5F5F5;
    color:#8C8C8D;
    font-size:13px;
    vertical-align:top;
	margin-left: 22px;
}
.data-row .data-value {
    padding-left:10px
}

/* MESSAGE */
.message-success {
	margin-top: 37px;
	margin-left: 37px;
}

.message-success > .row {
	margin-right: -45px;
}

.message-success .icon {
    border:3px solid #fff;
	width: 111px;
	height: 111px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 22px;
	margin-left: -2px;
}
.message-success h1 {
	font-size: 14px;
	color: #000;
	margin-top: 34px;
	margin-bottom: 5px;
}
.message-success h2 {
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;	
	font-style: italic;
}
.message-success p {
	color: #797979;
	font-size: 14px;
}
.message-success p b {
	color: #000;
	font-weight: normal;
}

.call-to-action {
	background: #F9FBFB;
	border-left: 1px solid #E5E5E5;
	padding: 20px 0px 20px 40px;
	line-height: 1.8;
}
	.call-to-action  a {
		padding-left: 17px;
		font-size: 12px;
	}
/* ACTION */
.actions {
	margin-top: 57px;
	padding: 30px 30px 20px 30px;	
	border-top: 1px solid #F2F2F2;
	float: left;
	clear: left;
	width: 100%;
}
.actions .btn {
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.actions .btn {
		width:100%;
	}
}
/* ALERT */
.alert-info {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* DIALOG */
.dialog-header-error {
    background-color: #d2322d !important;
}

.dialog-header-error {
    background-color: #d2322d !important;
}

.dialog-header-wait {
    background-color: #4FC680 !important;
}

.dialog-header-notify {
    background-color: #eeeeee !important;
}

.dialog-header-confirm {
    background-color: #333333 !important;
}

    .dialog-header-error span, .dialog-header-error h4,
    .dialog-header-wait span, .dialog-header-wait h4,
    .dialog-header-confirm span, .dialog-header-confirm h4 {
        color: #ffffff !important;
    }

/* Ease Display */
.pad {
    padding: 25px !important;
}
#modal-pagseguro h2 {
	color: #53B9EF;
}

#modal-pagseguro .modal-lg {
	width: 720px;
}        

#modal-pagseguro h2.processing {
	margin-bottom: 75px;
}

#modal-pagseguro h2.error {
	color: #ffc107;
}

#modal-pagseguro .icon.error {
	fill: #ffc107;
}

#modal-pagseguro p {
	padding: 12px 0 60px 0;
}

#modal-pagseguro p.text.secondary {
	padding: 0 !important;

}

#modal-pagseguro .icon {
	height: 70px;
	width: 70px;
	margin: 40px auto 10px auto;
	fill: #53B9EF;
}