.nav-header {
	background-color: #FFF;
	background-image: none;
}

.btn-view {
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #1d89cf;
	color: #FFF;
	margin: 0 5px;
	display: inline-block;
	padding-top: 5px;
	text-align: center;
}

.btn-view:hover,
.btn-view:focus {
	color: #FFF;
	background-color: #209CCF;
}

.btn-edit {
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #FCCB48;
	color: #FFF;
	margin: 0 5px;
	display: inline-block;
	padding-top: 6px;
	padding-left: 3px;
	text-align: center;
}

.btn-edit:hover,
.btn-edit:focus {
	color: #FFF;
	background-color: #FCD948;
}

.btn-delete {
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #D40000;
	color: #FFF;
	display: inline-block;
	padding-top: 5px;
	text-align: center
}

.btn-delete:hover,
.btn-delete:focus {
	color: #FFF;
	background-color: #F60000;
}

.mensagens-ver-td-head {
	width: 100px;
	background-color: #F5F5F5;
}

.panel-title {
	font-size: 15px;
	font-weight: 600;
}

.switchery {
	float: right;
	margin-top: -21px;
	width: 40px;
	height: 20px;
}

.switchery > small {
	width: 20px;
	height: 20px;
}

.clientes-ordem-input {
	width: 90% !important;
	text-align: center;
}

.clientes-title-input {
	width: 94% !important;
}


.imgs-add {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.imgs-add input[type="button"] {
	margin-top: 18px;
}

#jq-datatables-clientes-imgs tbody td:nth-child(1) {
	display: none !important;
}

#jq-datatables-clientes-imgs tbody td:nth-child(3) {
	text-align: center;
}

#jq-datatables-clientes-imgs tbody td:not(:nth-child(3)) {
	padding-top: 18px;
	text-align: left;
}

#jq-datatables-clientes-imgs tbody td:nth-child(6) {
	padding-top: 20px;
	text-align: center;
}

.hidden-ni {
	display: none;
}



.va-sub {
	vertical-align: sub;
}

.catalogos {
	background-color: #FAFAFA;
	padding: 20px;
	margin-bottom: 50px;
}

.catalogos input[type="text"] {
	width: 100%;
}

.Cclientes-ordem-input {
	width: 90% !important;
	text-align: center;
}

.Cclientes-title-input {
	width: 94% !important;
}


.Cimgs-add {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.Cimgs-add input[type="button"] {
	margin-top: 18px;
}

#Cjq-datatables-clientes-imgs tbody td:nth-child(1),
#Cjq-datatables-clientes-imgs-1 tbody td:nth-child(1),
#Cjq-datatables-clientes-imgs-2 tbody td:nth-child(1),
#Cjq-datatables-clientes-imgs-3 tbody td:nth-child(1) {
	display: none !important;
}

#Cjq-datatables-clientes-imgs tbody td:nth-child(3),
#Cjq-datatables-clientes-imgs-1 tbody td:nth-child(3),
#Cjq-datatables-clientes-imgs-2 tbody td:nth-child(3),
#Cjq-datatables-clientes-imgs-3 tbody td:nth-child(3) {
	text-align: center;
}

#Cjq-datatables-clientes-imgs tbody td:not(:nth-child(3)),
#Cjq-datatables-clientes-imgs-1 tbody td:not(:nth-child(3)),
#Cjq-datatables-clientes-imgs-2 tbody td:not(:nth-child(3)),
#Cjq-datatables-clientes-imgs-3 tbody td:not(:nth-child(3)) {
	padding-top: 18px;
	text-align: left;
}

#Cjq-datatables-clientes-imgs tbody td:nth-child(6),
#Cjq-datatables-clientes-imgs-1 tbody td:nth-child(6),
#Cjq-datatables-clientes-imgs-2 tbody td:nth-child(6),
#Cjq-datatables-clientes-imgs-3 tbody td:nth-child(6) {
	padding-top: 20px;
	text-align: center;
}

.nav-header .profile-element img {
	object-fit: scale-down;
	object-position: center;
    height: 100px;
}

.dataTables_wrapper {
    padding-bottom: 0px;
}