

body {
	background: #EFEFF4;
	font-family: 'arial';
}

/* 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;
	}
}

/* Botao filtrar da tela de relatorio de produtos*/
@media (max-width: 576px) {
	.btn-fullwidth-only-small {
		width: 100%
	}
}

@media (min-width: 768px) {
	.form-group-filter {
		margin-bottom: 0px;
	}
}



.text-normal {
	font-weight: normal;
}

/* UTIL */
.margin-top {
	margin-top: 15px !important;
}
.no-margin-top {
	margin-top: 0px !important;
}
.lg-margin-bottom {
	margin-bottom: 30px;
}
.no-hover:hover {
    text-decoration: none;
}
.no-padding {
	padding: 0px !important;
}
.padding-top {
	padding-top: 15px !important;
}
.padding-bottom {
	padding-bottom: 15px !important;
}
.min-padding-top {
	padding-top: 7.5px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-top {
    padding-top: 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;
}
a.underline {
	text-decoration:underline;
}
.main hr {
	margin-top: 57px;
	margin-bottom: 57px;	
}

textarea {
	min-height: 180px;
}

.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;
}

/* 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: 5px !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;
}

.navbar-header.align-center {
	position: absolute;
	left: 50%;
	margin-left: -70px;
}

/* 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;
	}
}

/* MODAL */
.modal {
	overflow: auto;	
}
.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: 22px;
	padding-bottom: 5px;
}
#session-login .modal .modal-footer {
	margin-top: 0px;
	padding-bottom: 35px;	
}
.modal .modal-body,
.modal .modal-footer {
	padding-left: 27px;
	padding-right: 27px;
}
.modal .modal-content p {
	padding-left: 16px;
	padding-right: 16px;
}
.modal .list-group .list-group-item.list-group-item-info {
    overflow-x: auto;
}

.container-search i {
  position: absolute;
  left: 8px;
  padding: 10px 12px;
  pointer-events: none;
}


/* MODAL CUSTOM */
.modal .modal-header {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#session-login .modal .modal-header {
	border-radius: 0px;
}
#session-login .modal .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

/* TABLE */
.table {
    border-top: 1px solid #CFE4D3;
    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: #FAFBFC;
        text-transform: uppercase;
        font-weight: normal;
        border-bottom: 1px solid #CFE4D3;
        font-size: 10px;
        vertical-align: middle;
    }
        .table > thead > tr > th,
        .table > thead > tr > th > a {
            color: #555;
        }
            .table > thead > tr > th > a:hover {
                   color:#000;
                   text-decoration: none;
            }

    .table > tbody > tr > td {
        border-top: 1px solid #F1F1F1;
        font-size: 10px;
        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: #FAFBFC;
}

.table-hover > tbody > tr .link:hover {
    cursor: pointer;
}

.table-hover > tbody > tr:hover > td .text,
.table-hover > tbody > tr:hover > th .text {
    /*color: #008C44;
	text-decoration: underline;*/
}

.table .content-checkbox {
    max-width: 11px;
    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: 20px;
    width: 20px;
}

.table .min-spacer {
    min-width: 10px;
    width: 10px;
}

.table .container-badge .dropdown {
    display: inline-block;
}

.table .container-badge .dropdown .btn {
    display: inline-block;
    min-width: 12px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #FAFBFC;
    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-responsive {
  margin-bottom: 15px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > table {
    margin-bottom: 0;
}