/* here you can put your own css to customize and override the theme */

/*OBS: default.css - linhas 182,189,194 (img diferente)*/

.div-logo-home {
	padding-top: 2px !important;
}

.footer-version {
	float: right !important;
	margin-right: 20px !important;
}

.qtip-custom {
	background-color: #AA1416 !important;
	font-size: 12px !important;
	color: white !important;
	border-color: #AA1416 !important;
	padding: 3px !important;
	text-align: 'center' !important;
	border-radius: 4px !important;
}

.td-right {
	text-align: right !important;
}

.fc-view-month .fc-sat, .fc-view-month .fc-sun,
.fc-view-agendaWeek .fc-sat, .fc-view-agendaWeek .fc-sun {
	background-color: rgba(241, 241, 241, 0.60) !important;
}

/*navbar superior*/

.header {
	background-color: #f9f9f9 !important;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1) !important;
}

	/*.header .navbar-brand {
        background-color: #fff !important;
    }*/

	.header .navbar-brand img {
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-top: 0px !important;
	}

	.header .navbar-nav > li.dropdown.language > a {
		color: #000 !important;
	}

	.header .navbar-nav .dropdown-toggle:hover,
	.header .navbar-nav .dropdown.open .dropdown-toggle {
		background-color: #f9f9f9 !important;
	}

	.header .navbar-nav li.dropdown .dropdown-toggle i {
		color: #000 !important;
	}

	.header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
		color: #000 !important;
	}

/* menu lateral */

body {
	background-color: #f9f9f9 !important;
}

.page-sidebar {
	background-color: #f9f9f9 !important;
}

ul.page-sidebar-menu > li a i {
	color: #000 !important;
}

ul.page-sidebar-menu > li > a {
	border-top: 1px solid #f9f9f9 !important;
	color: #000 !important;
}

	ul.page-sidebar-menu > li.open > a,
	ul.page-sidebar-menu > li > a:hover,
	ul.page-sidebar-menu > li:hover > a {
		background: #eee !important;
	}

ul.page-sidebar-menu > li.active > a {
	background: #eee !important;
	color: #000 !important;
}

	ul.page-sidebar-menu > li.active > a i {
		color: #000 !important;
	}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
	color: #000 !important;
	background: #eee !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
	color: #000 !important;
	background: #eee !important;
}

ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
	background: #eee !important;
}

/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu li.open > a {
	color: #000 !important;
	background: #eee !important;
}

/* font color for all sub menu links*/
ul.page-sidebar-menu li > ul.sub-menu > li > a {
	color: #000 !important;
}

.page-sidebar .sidebar-search input {
	background-color: #f9f9f9 !important;
	color: #000 !important;
}

.page-sidebar .sidebar-search .input-box {
	border-bottom: 1px solid #000 !important;
}

/* menu arrows */
ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
	color: #000 !important;
}

ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
	color: #000 !important;
}

ul.page-sidebar-menu > li > a > .arrow.open:before {
	color: #000 !important;
}

ul.page-sidebar-menu > li.active > a .arrow:before,
ul.page-sidebar-menu > li.active > a .arrow.open:before {
	color: #000 !important;
}

@media (max-width: 767px) {

	/* Header logo */

	.header .navbar-brand {
		margin-bottom: 0px !important;
		width: 220px !important;
	}
}

@media (max-width:991px) {

	/* Page header */

	.header .navbar-brand {
		margin-left: -20px !important;
	}
}

/* search box bg color on expanded */
.page-sidebar-closed .page-sidebar .sidebar-search.open .form-container {
	background-color: #eee !important;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1) !important;
}

/*Footer*/

.footer .footer-inner {
	color: #000 !important;
}

.footer .footer-tools .go-top i {
	color: #fff !important;
}

.footer .footer-tools .go-top {
	background-color: #848484;
}

/*Page content*/

/* Portlets (linha 1250) */

.portlet > .portlet-body.red, .portlet.red {
	background-color: #eee !important;
}

.portlet.box.red > .portlet-title {
	background-color: #eee !important;
}

.portlet.box.red {
	border: 1px solid #eee !important;
	border-top: 0;
}

.portlet > .portlet-body.green, .portlet.green {
	background-color: #eee !important;
}

.portlet.box.green > .portlet-title {
	background-color: #eee !important;
}

.portlet.box.green {
	border: 1px solid #eee !important;
	border-top: 0;
}

.portlet > .portlet-body.blue, .portlet.blue {
	background-color: #eee !important;
}

.portlet.box.blue > .portlet-title {
	background-color: #eee !important;
}

.portlet.box.blue {
	border: 1px solid #eee !important;
	border-top: 0;
}

.portlet > .portlet-body.purple, .portlet.purple {
	background-color: #eee !important;
}

.portlet.box.purple > .portlet-title {
	background-color: #eee !important;
}

.portlet.box.purple {
	border: 1px solid #eee !important;
	border-top: 0;
}

/* fix jumping group buttons (style-metronic linha 75) */

.btn.blue-stripe {
	border-left: 3px solid #333 !important;
}

.btn.purple-stripe {
	border-left: 3px solid #333 !important;
}

.btn.green-stripe {
	border-left: 3px solid #333 !important;
}

.btn.default {
	background-color: #eee !important;
}

.portlet.blue > .portlet-title > .caption,
.portlet.green > .portlet-title > .caption,
.portlet.yellow > .portlet-title > .caption,
.portlet.red > .portlet-title > .caption,
.portlet.purple > .portlet-title > .caption,
.portlet.grey > .portlet-title > .caption {
	color: #000;
}

.portlet.box > .portlet-title > .tools > a.reload,
.portlet.solid > .portlet-title > .tools > a.reload {
	background-image: url(../img/portlet-reload-icon.png) !important;
}

.portlet.box > .portlet-title > .tools > a.expand,
.portlet.solid > .portlet-title > .tools > a.expand {
	background-image: url(../img/portlet-expand-icon.png) !important;
}

.portlet.box > .portlet-title > .tools > a.collapse,
.portlet.solid > .portlet-title > .tools > a.collapse {
	background-image: url(../img/portlet-collapse-icon.png) !important;
}

/* Dropdown Menu (style-metronic linha 461)*/

.dropdown-menu {
	margin-top: 3px !important;
	border: 1px solid #eee !important;
}

/*Custom tabs (style linha 2561)*/

.tabbable-custom .nav-tabs > li.active {
	border-top: 3px solid #e31e25 !important;
}

/* Forms */

.form-actions {
	background-color: #f9f9f9 !important;
	border-top: 1px solid #eee !important;
}

/* Purple (style-metronic linha 461) */

.btn.purple {
	color: #fff !important;
	background-color: #40cd61 !important;
}

	.btn.purple:hover,
	.btn.purple:focus,
	.btn.purple:active,
	.btn.purple.active,
	.btn.purple.disabled,
	.btn.purple[disabled] {
		background-color: #40ae5a !important;
		color: #fff !important;
	}

/*  Red (style-metronic linha 169)*/

.btn.red {
	color: #fff !important;
	;
	background-color: #d84a38 !important;
}

	.btn.red:hover,
	.btn.red:focus,
	.btn.red:active,
	.btn.red.active,
	.btn.red[disabled],
	.btn.red.disabled {
		background-color: #bb2413 !important;
		color: #fff !important;
	}
/* SelectList*/

.multiselect-native-select .btn-group {
	width: 100% !important;
	text-size-adjust: none !important;
	-webkit-text-size-adjust: none !important;
}

.multiselect-container > li > a > label.checkbox {
	margin: 0 30px !important;
}
/* Custom tables */
.table-advance thead tr th {
	background-color: #eee !important;
	color: #000 !important;
}

/* DRAG AND DROP LIST */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 600px;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}

.dd-pai {
	margin-top: 15px;
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.dd-list .dd-list {
		padding-left: 30px;
	}

.dd-collapsed .dd-list {
	display: none;
}


.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}

.dd-handle {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

	.dd-handle:hover {
		color: #2ea8e5;
		background: #fff;
	}

.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

	.dd-item > button:before {
		content: '+';
		display: block;
		position: absolute;
		width: 100%;
		text-align: center;
		text-indent: 0;
	}

	.dd-item > button[data-action="collapse"]:before {
		content: '-';
	}

.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}

	.dd-dragel > .dd-item .dd-handle {
		margin-top: 0;
	}

	.dd-dragel .dd-handle {
		-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
		box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
	}



/**
     * Nestable Extras
     */

.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#nestable-menu {
	padding: 0;
	margin: 20px 0;
}

#nestable-output,
#nestable2-output {
	width: 100%;
	height: 7em;
	font-size: 0.75em;
	line-height: 1.333333em;
	font-family: Consolas, monospace;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
	background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
	background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
	background: linear-gradient(top, #bbb 0%, #999 100%);
}

	#nestable2 .dd-handle:hover {
		background: #bbb;
	}

#nestable2 .dd-item > button:before {
	color: #fff;
}

@media only screen and (min-width: 700px) {

	.dd {
		float: left;
		width: 48%;
	}

		.dd + .dd {
			margin-left: 2%;
		}
}

.dd-hover > .dd-handle {
	background: #2ea8e5 !important;
}

/**
     * Nestable Draggable Handles
     */

.dd3-content {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px 5px 40px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

	.dd3-content:hover {
		color: #2ea8e5;
		background: #fff;
	}

.dd-dragel > .dd3-item > .dd3-content {
	margin: 0;
}

.dd3-item > button {
	margin-left: 30px;
}

.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

	.dd3-handle:before {
		content: '≡';
		display: block;
		position: absolute;
		left: 0;
		top: 3px;
		width: 100%;
		text-align: center;
		text-indent: 0;
		color: #fff;
		font-size: 20px;
		font-weight: normal;
	}

	.dd3-handle:hover {
		background: #ddd;
	}

/*** galeria teste ***/
.galeria-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn-box {
	position: absolute;
	bottom: 0px;
	background: #000;
	width: 200px;
	text-align: center;
	opacity: 1;
	left: -1px;
}

.galeria-box ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

	.galeria-box ul li {
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}

.img-list {
	height: 500px;
	overflow-y: auto;
	padding: 0px 0px 15px 0px;
}

	.img-list li {
		position: relative;
		margin-right: 15px;
		margin-left: 15px;
		margin-top: 15px;
		background: #fff;
	}

	.img-list li {
		width: 200px;
		height: 150px;
		border: 1px solid #cecece;
	}

		.img-list li img {
			width: auto;
			max-height: 150px;
			max-width: 190px;
			padding: 5px 5px 5px 5px;
		}

		.img-list li a.actions-box {
			display: none;
			padding-bottom: 5px;
			padding-top: 5px;
		}

		.img-list li:hover a.actions-box {
			display: inline-block;
		}

.fa-plus-circle {
	font-size: 20px;
}

.vertical-center-box {
	display: table;
	margin: 0 auto;
}

.vertical-center {
	display: table-cell;
	vertical-align: middle;
	height: 150px;
}

.galeria-box {
	border: 1px solid #e5e5e5;
}

.icones-box {
	padding-top: 9px;
	padding-left: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.btn-box a .fa {
	color: #fff;
	font-size: 18px;
}

.btn-box a:hover .fa {
	color: #fff;
}

.btn-box a:focus .fa {
	color: #fff;
}

.btn-box p {
    color: #fff;
    display: none;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.img-list li:hover p {
	display: block;
}

.gallery-empty {
	border: 0 !important;
	width: auto !important;
}

a.btn.btn-xs.media-item-mark {
    right: 0;
    top: 2px;
    position: absolute;
	background: #fff;
}

a.btn.btn-xs.media-item-mark i {
    font-size: 18px;
	color: #9AD200;
	opacity: 0.2;
}

a.btn.btn-xs.media-item-drag {
    left: 0;
    top: 2px;
    position: absolute;
	background: #fff;
}

a.btn.btn-xs.media-item-drag.i {
    font-size: 18px;
	color: #D8D8D8;
}

.ul-icons-actions {
	padding-bottom: 0px;
}


/***** toast *****/
#toast-container {
    top: 40%;
}

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 25%;
        margin-bottom: 10px;
    }

@media (max-width: 1200px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 35%;
    }
}

@media (max-width: 992px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 55%;
    }
}

@media (max-width: 528px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 85%;
    }
}

.toast-title {
    font-family: 'robotobold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.toast-message {
    font-family: 'robotobold';
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
    padding-right: 30px;
    padding-top: 5px;
}

#toast-container > .toast-error {
    background-position: 27px !important;
}

#toast-container > .toast-error {
    background-position: 27px !important;
}

#toast-container > .toast-success {
    background-position: 27px !important;
}

#toast-container > div {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 35px 15px 35px 75px !important;
}

@media (max-width: 528px) {
    #toast-container > div {
        padding: 20px 15px 20px 59px !important;
    }
}

.toast-close-button {
    top: -1.9em;
}

@media (max-width: 480px) and (min-width: 241px) {
    #toast-container .toast-close-button {
        top: -0.9em;
    }
}

.img-responsive.img-ckeditor {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
}

.descricao-tamanho{
	font-size:smaller;
}
