.cut-text {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.dd-item > button {
    line-height: 3;
}
.clickable-row {
	cursor: pointer;
}

/*tables css*/

.col-table-id{
    width: 80px;
}

.col-table-image{
    width:200px;
}

.col-table-avatar{
    width:65px;
}

.col-table-logo{
    width:130px;
}

.col-table-turma{
    width: 375px;
}

/**/

.dashboard-section {
	margin-bottom: 60px;
}
#datatable-tabletools .dataTables_info {
	padding-left: 0 !important;
}
#datatable-tabletools .dataTables_paginate {
	padding-right: 0 !important;
}
.inativo {
	text-decoration: line-through !important;
}
.overlay-overflow {
	z-index: 0 !important;
}
.bold {
    font-weight: bold;
}
.dropdown-menu > li > button {
    text-align: left;
    width: 100%;
    border: none !important;
    background: transparent;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > button:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.pop-up-alerts {
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.lista-alertas {
	width: 100%;
	padding: 12px !important;
}
.flot-x-axis .tickLabel {
    display: block;
}
.nav-actions {
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
    display: none;
    transition: .5s all;
}
.fade-in {
    display: inline-block;
}

/* Regras da tabela que lista os slides */

.selector-checkbox {
    width: 20px;
    height: 20px;
}
.table-slides td, .table-slides th {
    padding: 10px !important;
}
.dataTables_wrapper .dataTables_empty {
    padding: 15px 0;
}
.coluna-selector-checkbox {
    width: 80px;
}
.coluna-ordem {
    width:  50px;
}
.coluna-ativo {
    width: 50px;
}
.coluna-imagem {
    width: 40px;
}
.coluna-acoes {
    width: 50px;
}
.table-itens tr td{
    vertical-align: middle !important;
}
.btn-rouded {
    margin: 0px 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border: #ebebeb 2px solid;
    border-radius: 100%;
    line-height: 26px;
    color: #ebebeb;
    background-color: #fff;
}
.loading {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/loading.gif');
	min-height: 100px;
}
.lista-galeria img {
    width: 30px;
}
@media screen and (max-width: 960px) {
    .flot-x-axis .tickLabel {
        display: none !important;
    }
}
@media screen and (max-width: 1550px) {
    .month-chart .flot-x-axis .tickLabel {
        display: none;
    }
}
.descricao_slide {
	border-radius: 3px !important;
}
.files td {
	vertical-align: middle !important;
}
/*.files tr {

	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;

}*/
.files tr:last-child {
	border-bottom: 1px solid #ddd;
}
#dropzone {
	padding: 15px 15px 0px 15px;
	border-radius: 3px;
	border: 3px dotted white;
}
#dropzone.in {
	border: 3px dashed #E0F5FF;
	background-color: #f2fbff;
}
#dropzone.hover {
    background: #E0F5FF;
	border: 3px dashed #b7e8ff;
}
#dropzone.fade {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1;
}
@media screen and (min-width: 992px) {
	.container-pagination {
		text-align: right !important;
	}
}
@media screen and (max-width: 991px) {
    .pagination {
		margin: 15px 0px;
	}
}
.panel-title {
	display:inline-block;
}
.table tbody tr td {
	vertical-align: middle !important;
}
.media-gallery .mg-files .thumbnail .mg-title {
	width: 100%;
}
.fix-overflow {
	height: 50px;
	overflow: hidden;
}
.overlay-overflow {
	height: 50px;
    width: 100%;
    z-index: 2;
    position: relative;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(72%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.album-name, .historia-name {
	position: relative;
    top: -50px;
}
div.dataTables_wrapper div.dataTables_filter label {
	text-align: right !important;
}
#datatable-container .container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 15px 0px;
}
.dataTables_wrapper table thead th {
	padding-right: 5px !important;
}
.tab-title-custom {
	font-weight: bold;
	display: block;
}
.tab-number-custom {
	display: block;
}
.item-alert-actions {
	margin-left: 46px;
	line-height: 12px;
	font-size: 10px;

}
.item-alert-actions a {
	color: #6E6E6E;
}
#thumb-img {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #F0F0F0;
	background-size: cover;
	background-position: center;
}













html.fixed .inner-body {
	margin-left: 0px;
}
table.custom-lister-item-list {
	width: 100%;
}
table.custom-lister-item-list tr td:first-child, table.custom-lister-item-list tr th:first-child {
	padding-left: 40px;
}
table.custom-lister-item-list tr td:last-child,table.custom-lister-item-list tr th:last-child {
	padding-right: 40px;
}

.custom-list .custom-list-itens-list thead tr {
	background-color: aliceblue;
}
.custom-list .custom-list-itens-list thead tr th {
	line-height: 60px;
}
.custom-list a:hover {
	text-decoration: none;
}
.custom-list .custom-list-itens-list tbody tr {
	border-bottom: 1px solid #f7f7f7;
	height: 50px;
	/*line-height: 50px;*/
	padding: 0 40px;
	position: relative;
	cursor: pointer;
}
.custom-list .custom-list-itens-list tbody tr td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.custom-list .custom-list-itens-list td, .custom-list .custom-list-itens-list th {
	padding: 0px 10px;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list tbody tr {
		height: 75px;
		padding: 0 20px;
	}
}
.custom-list .custom-list-itens-list tbody tr a {
	color: #777;
}
.custom-list .custom-list-itens-list tbody tr:hover {
	background: #FAFAFA;
}
.custom-list .custom-list-itens-list tbody tr.unread a {
	color: #555;
	font-weight: 500;
}
.custom-list .custom-list-itens-list tbody tr.active {
	background: #CCC;
}
.custom-list .custom-list-itens-list tbody tr.active a {
	color: #FFF;
}

.custom-list .content-with-menu-container {
	background: #FFF;
}
.custom-list .custom-list-bullets .ball {
	border: 5px solid red;
	border-radius: 100px;
	display: block;
	float: right;
	margin-top: 6px;
}
.custom-list .custom-list-bullets .ball.pink {
	border-color: #EA4C89;
}
.custom-list .custom-list-bullets .ball.green {
	border-color: #9AE14F;
}
.custom-list .custom-list-bullets .ball.blue {
	border-color: #1BC3E1;
}
.custom-list .custom-list-bullets .ball.orange {
	border-color: #E2A917;
}

.custom-list .custom-list-folder {
	height: auto !important;
	padding: 0 0 40px;
}

/* custom-list - main header */
.custom-list .custom-list-folder .custom-list-header {
	padding: 38px 40px 43px;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-folder .custom-list-header {
		padding: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-folder .custom-list-header .custom-list-title {
		margin-bottom: 10px !important;
	}
}
.custom-list .custom-list-folder .custom-list-header .search {
	float: right;
	margin-top: 3px;
	max-width: 100px;
}
.custom-list .custom-list-folder .custom-list-header .search input[type="text"] {
	-webkit-transition-property: width, margin;
	-moz-transition-property: width, margin;
	transition-property: width, margin;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
	transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
}
.custom-list .custom-list-folder .custom-list-header .search input[type="text"]:focus {
	margin-left: -150%;
	width: 250%;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-folder .custom-list-header .search input[type="text"]:focus {
		margin-left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-folder .custom-list-header .search {
		max-width: none;
	}
}

/* custom-list - actions */
.custom-list .custom-list-actions {
	border-top: 1px solid #EFEFEF;
	padding-left: 40px;
	padding-right: 40px;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-actions {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
}
.list-actions ul li a.item-action {
	background: #FFF;
	border-radius: 100px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	color: #B4BBC1;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	line-height: 3rem;
	position: relative;
	width: 30px;
	text-align: center;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
	text-decoration:  none;
}
.list-actions ul li a.item-action:hover {
	color: #57636C;
}
.list-actions ul {
	list-style: none;
}
.list-actions ul li {
	border: none !important;
}
.custom-list .custom-list-actions ul .item-action {
	background: #FFF;
	border-radius: 100px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	color: #B4BBC1;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	line-height: 3rem;
	position: relative;
	width: 30px;
	text-align: center;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
	outline: none;
	border: none;
}
.custom-list .custom-list-actions ul .item-action:hover {
	color: #57636C;
	text-decoration: none;
}
.custom-list .custom-list-actions ul .item-action:active,
.custom-list .custom-list-actions ul .item-action:focus {
	text-decoration: none;
}
.custom-list .custom-list-actions ul .item-action.text-primary:hover {
	color: #b3b3b3 !important;
}
.custom-list .custom-list-actions ul a.item-action.text-success:hover {
	color: #388038 !important;
}
.custom-list .custom-list-actions ul .item-action.text-warning:hover {
	color: #d18211 !important;
}
.custom-list .custom-list-actions ul .item-action.text-danger:hover {
	color: #a82824 !important;
}
.custom-list .custom-list-actions ul .item-action.text-info:hover {
	color: #31b0d5 !important;
}
.custom-list .custom-list-actions ul .item-action.text-dark:hover {
	color: black !important;
}

/* custom-list - mail list */
.custom-list .custom-list-itens-list {
	border-top: 1px solid #f7f7f7;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list {
		position: static !important;
	}
}
.custom-list .custom-list-itens-list .mail-label {
	border: 4px solid transparent;
	border-radius: 10px;
	display: inline-block;
	left: 16px;
	position: absolute;
	top: 21px;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .mail-label {
		border-radius: 0;
		border-width: 1px;
		bottom: 0;
		left: 0;
		top: 0;
	}
}
.custom-list .custom-list-itens-list .col-sender {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 250px;
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .col-sender {
		width: 100%;
	}
}
.custom-list .custom-list-itens-list .col-sender p {
	left: 80px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .col-sender p {
		left: 60px;
	}
}
.custom-list .custom-list-itens-list .col-item {
	bottom: 0;
	left: 290px;
	position: absolute;
	right: 40px;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .col-item {
		left: 60px;
		right: 20px;
	}
}
.custom-list .custom-list-itens-list .col-item .mail-content,
.custom-list .custom-list-itens-list .col-item .item-date,
.custom-list .custom-list-itens-list .col-item .mail-attachment {
	position: absolute;
	top: 0;
}
.custom-list .custom-list-itens-list .col-item .mail-content {
	left: 0;
	right: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .col-item .mail-content {
		right: 0;
		top: 25px;
	}
}
.custom-list .custom-list-itens-list .col-item .mail-attachment {
	color: #BBB;
	right: 100px;
	line-height: 50px;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .col-item .mail-attachment {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 14px;
		line-height: 1.4rem;
		right: 55px;
		top: 6px;
	}
}
.custom-list .custom-list-itens-list .col-item .item-date {
	padding-left: 80px;
	right: 0;
	width: 150px;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .col-item .item-date {
		font-size: 10px;
		font-size: 1rem;
		line-height: 14px;
		line-height: 1.4rem;
		padding-left: 0;
		text-align: right;
		top: 5px;
		width: 130px;
	}
}

/* custom-list Mail List - Unstyle nano for non fixed layouts and responsive */
html.scroll .custom-list .custom-list-itens-list .nano,
html.boxed .custom-list .custom-list-itens-list .nano {
	position: static;
	height: auto;
	overflow: visible;
	width: auto;
}
html.scroll .custom-list .custom-list-itens-list .nano .nano-content,
html.boxed .custom-list .custom-list-itens-list .nano .nano-content {
	position: static;
	overflow: visible;
}

@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens-list .nano {
		position: static;
		height: auto;
		overflow: visible;
		width: auto;
	}
	.custom-list .custom-list-itens-list .nano .nano-content {
		position: static;
		overflow: visible;
	}
}
/* custom-list Mail List + Fixed Layout */
@media only screen and (min-width: 768px) {
	html.fixed .custom-list .custom-list-itens-list {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		overflow: hidden;
		top: 191px;
	}
}
/* custom-list - Email */
.custom-list .custom-list-itens {
	background: #FAFAFA;
}
.custom-list .custom-list-itens .custom-list-itens-header {
	background: #FFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	margin: -40px -40px 0 -40px;
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.custom-list .custom-list-itens .custom-list-itens-header {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.custom-list .custom-list-itens .custom-list-close-mail {
	color: #CCC;
	cursor: pointer;
	font-weight: 300;
	float: left;
}
.custom-list .custom-list-itens .custom-list-close-mail:hover {
	color: #d9d9d9;
}
.custom-list .custom-list-itens .custom-list-close-mail, .custom-list .custom-list-itens .custom-list-close-mail:focus {
	text-decoration: none;
}
.custom-list .custom-list-itens .panel .panel-heading {
	background: #FFF;
	border-bottom-color: #EFEFEF;
}
.custom-list .custom-list-itens .panel .panel-heading .panel-actions {
	top: 17px;
}
.custom-list .custom-list-itens .panel .panel-heading .panel-actions a:hover {
	background: #FFF;
	color: #CCC;
}
.custom-list .custom-list-itens .panel .panel-footer {
	background: #FFF;
	border-top-color: #EFEFEF;
	color: #BBB;
}

/* custom-list - Showing Menu Toggle */
@media only screen and (min-width: 768px) and (max-width: 1365px) {
	.custom-list .custom-list-folder .custom-list-header .custom-list-title {
		position: relative;
		top: 28px;
	}

	.custom-list .custom-list-itens .custom-list-itens-header {
		padding-top: 80px;
	}

	html.inner-menu-opened .custom-list .custom-list-folder .custom-list-header .custom-list-title {
		position: static;
	}
	html.inner-menu-opened .custom-list .custom-list-itens .custom-list-itens-header {
		padding-top: 30px;
	}
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
	bottom: 0 !important;
}
.coluna-selector-checkbox {
	width: 40px !important;
}
.custom-list-itens-list .dataTables_filter, .custom-list-itens-list .dataTables_length {
	display: none !important;
}

#list_wrapper.container-fluid {
	padding: 0px !important;
}
table.dataTable {
	margin: 0 !important;
	border-collapse: collapse !important;
}
.relative-action {
	opacity: 0;
	transition: .3s;
	display: none;

}
.visible {
	opacity: 1;
	display: inline-block !important;
}
@media screen and (min-width: 1366px) {
	.sidebar-left-with-menu .inner-body {
		margin-left: 300px !important;
	}
}
.fit-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ui-pnotify {
    z-index: 10011 !important;
}
.linha{
    border-bottom: 1px solid #eff2f7 !important; padding-bottom: 15px !important; margin-bottom: 15px !important;
}

@media (min-width: 1200px){
    .esp-d{
        padding-right: 10px !important;
    }
    .l-resp{
        padding-right: 10px !important;
    }
}
@media (max-width: 1199px){
    .esp{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .linha-r{
        border-bottom: 1px solid #eff2f7 !important; padding-bottom: 15px !important; margin-bottom: 15px !important;
    }
}
@media (max-width: 1278px){
    .r-i{
        padding-right: 0px !important;
    }
}

@media (max-width: 1330px){
    .l-resp{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
#datatable-tabletools_filter{
    text-align: right !important;
}

.pagination{
    float: right !important;
}
