*, *::before, *::after {
	user-select: none;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container-fluid {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.table ul {
	margin-bottom: 0 !important;
}

.list-cell__ext_int,
.list-cell__dom,
.list-cell__2a,
.list-cell__3a,
.list-cell__4a,
.list-cell__5a,
.list-cell__6a,
.list-cell__sab {
	text-align: center;
}

.list-cell__ext_int input,
.list-cell__dom input,
.list-cell__2a input,
.list-cell__3a input,
.list-cell__4a input,
.list-cell__5a input,
.list-cell__6a input,
.list-cell__sab input {
	margin: 0 !important;
	position: static !important;
}

.list-cell__ext_int label,
.list-cell__dom label,
.list-cell__2a label,
.list-cell__3a label,
.list-cell__4a label,
.list-cell__5a label,
.list-cell__6a label,
.list-cell__sab label {
	padding: 0 !important;
}

.form-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.form-control,
.bootstrap-timepicker {
	max-width: 30rem;
}

textarea.form-control {
	max-width: 50rem;
}

.follow-up-list {	
	border: 1px #e6e6e6 solid;
	padding: 20px;
	border-radius: 5px;
}

.follow-up-list .well {
	width: 80%;
}

.follow-up-list > div:last-child .well {
	margin-bottom: 0;
}

.novo-follow-up {
	width: 80%;	
	margin: 50px 0 0;
}

.novo-follow-up textarea {
	max-width: 100%;
}

.bootstrap-duallistbox-container input,
.bootstrap-duallistbox-container select {
    max-width: none !important;
}

@media print {
	a[href]::after {
		display: none;
	}
}

.kv-drp-container .range-value {
    white-space: nowrap;
    display: inline-block;
    max-width: calc(100% - 32px);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.chamado-token h1 {
    text-align: center;
}

.token-message {
    max-width: 600px;
    margin: 5rem auto 0;
    padding: 3rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.token-previous {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 600px;
}

.token-previous li  {
    margin: 0;
}

.token-previous li a {
    display: flex;
    align-items: center;
    height: 5rem;
    padding: 0 3rem;
    background-color: whitesmoke;
	color: #666;
    border-bottom: 1px #ccc solid;
}

.token-previous li a:hover,
.token-previous li a:focus {
    text-decoration: none;
    background-color: #f6f6f6;
	color: #333;
}

.token-previous-id {
    margin-right: 3rem;
    font-size: 2rem;
	min-width: 5rem;
}

.token-previous-mark {
    opacity: 0;
	margin-left: auto;
}

.token-previous li a:hover .token-previous-mark,
.token-previous li a:focus .token-previous-mark {
    opacity: 1;
}

.token-form {
    margin: 0 auto;
    border: 1px #ccc solid;
    max-width: 600px;
    padding: 3rem;
	display: none;
}

.token-form-wrapper {
	max-width: 300px;
	margin: 0 auto;
}

.token-form-message {
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
}

.token-link {
    display: block;
    background: whitesmoke;
    color: #666;
    font-size: 2rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.token-link:hover,
.token-link:focus {
    color: #333;
    background-color: #f6f6f6;
    text-decoration: none;
}

.token-previous li a.token-create-new {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    text-align: center;
    font-size: 1.5rem;
    display: block;
    line-height: 5rem;
}

.charts-title {
  font-size: 4rem;
  text-align: center;
  padding: 3rem 0;
}

.charts-layout h1 {
  display: none;
}

.charts-layout .container-fluid {
  padding: 0 100px;
}

.charts-layout .col-md-3 > div {
    height: calc(100vh - 180px);
}

.relatorio-atendimentos table {
    margin-bottom: 0;    
}

.relatorio-atendimentos > td {  
    background-color: #ededed !important;
}

.relatorio-atendimentos table th,
.relatorio-atendimentos table td {
    padding: 0 10px !important;
    line-height: 24px !important;
}

.relatorio-atendimentos table th:last-child {
    width: 100%;
}

.relatorio-row > td {  
    background-color: #ededed !important;
    border-top-width: 3px !important;
    border-top-color: #ccc !important;
}

@media print {
  .navbar, .footer, .breadcrumb, .nav, form, .btn, .btn-group {
    display: none !important;
  }
}

#login-form input {
  max-width: 100% !important;
}