body {
  padding-top: 50px;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

a:link {
font-family: 'Open Sans', sans-serif; font-size:1em; color: #212121; 
}
a:visited {
font-family: 'Open Sans', sans-serif; font-size:1em; color: #212121; 
}
a:hover {
font-family: 'Open Sans', sans-serif; font-size:1em; color: #0C6DC0;
}
a:active {
font-family: 'Open Sans', sans-serif; font-size:1em; color: #212121;
}

a.paineladd:link {
background-color:#f6f6f6;
}
a.paineladd:visited {
background-color:#f6f6f6;
}
a.paineladd:hover {
background-color:#bfbfbf;
}
a.paineladd:active {
background-color:#f6f6f6;
}


.dropdown{color: #fff; }
/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #D8D8D8;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom:1px solid #FFF;
  color: #000;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.fa{padding-right:10px;}

.lembrarpass:hover{
	font-weight:bold;
	text-decoration:underline;
}
.modal-artigo{width:300px;}
.modal-body{ margin-top:0px;}
/***************************************************************
well
***************************************************************/
.admin-box{
	background-color:#fff;
	color:#A0C600;
	transition: all .1s ease-in-out;
	}
.admin-box:hover{
	background-color:#A29D9D;
	color:#fff;
	cursor:pointer;
	}
/*-------------------------------------------------------------
MODAL'S BOOTSTRAP
--------------------------------------------------------------*/
.modal-lg {
    max-width: 95%;
}
.modal-costum {
    max-width: 50%;
}

@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
.modal-costum {
    max-width: 90%;
}
}
@media screen and (min-width: 1024px) { /* PARA DISPOSITIVOS MUITO GRANDES*/
.modal-costum {
    max-width: 600px;
}
}


.modal-info{font-family:'Kozuka Gothic Pro', Verdana, sans-serif;color:#000;font-size:0.9em; text-align:left:}
/*-------------------------------------------------------------------
BOOTBOX
--------------------------------------------------------------------*/
.bootbox .modal-sm{ width:90%; }
.bootbox .modal-header{
font-family:  'Montserrat', sans-serif;
display: block;
color:#fff;
background-color: #3f5c80;
border-bottom:1px solid #3f5c80;
}
.bootbox .modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.bootbox .modal-body
{
    background-color: #3f5c80;
}
.bootbox .modal-content
{
background-color: transparent;
border-top:1px solid #3f5c80;
border-bottom:1px solid #3f5c80;
color:#fff; font-size:0.9em;font-family:  'Montserrat', sans-serif;
}
.bootbox .modal-footer
{
 background-color: #3f5c80;
 border-top:1px solid #3f5c80;
}
.bootbox-close-button{ display:none; }

a.bootbox-link{color:#fff; text-decoration:underline;}
/**************************************************************
PAGINAÇÃO
**************************************************************/
.paginacao{ display: inline-block; margin:0 auto;}
.paginacao div{ padding:5px 10px 5px 10px; position:relative; border:1px solid #CCC; background-color:#CCC; color:#000; float:left; margin:0px 2px 0px 2px; cursor:pointer; text-decoration:none;
-webkit-transition: all 0.5s; /* Safari */
transition: all 0.5s;
}
.paginacao .active{ background-color:#A0C600; color:#000;}
.paginacao div:hover{background-color:#A0C600; color:#000;}
.paginacao .fa{ padding:0px; margin:0px; }
/***************************************************************
ABRE OS BOTÕES QUANDO O RATO PASSA POR CIMA
***************************************************************/


ul.nav li.dropdown a:link{color:#fff; background-color: transparent;}
ul.nav li.dropdown a:hover{color:#ccc; background-color:#000;}
ul.nav li.dropdown a:visited{color:#fff; background-color: transparent;}
ul.nav li.dropdown a:active{color:#fff; background-color: transparent;}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
	margin-top:0px;
	color:#000;
	background-color: transparent;
}
ul.nav li.dropdown:hover > ul.dropdown-menu a:link {
	color:#000; background-color: transparent;
}
ul.nav li.dropdown:hover > ul.dropdown-menu a:hover {
	color:#ccc; background-color: transparent;
}
ul.nav li.dropdown:hover > ul.dropdown-menu a:visited {
	color:#000; background-color: transparent;
}
ul.nav li.dropdown:hover > ul.dropdown-menu a:active {
	color:#000; background-color: transparent;
}
/*----------------------------------------------------------------
MODELOS SLIDES MENU LEFT
------------------------------------------------------------------*/
#slide-modelo-box{
padding:0px; background-color:#F5F5F5;
-webkit-transition: all 0.5s; /* Safari */
transition:  all 0.5s;
}
#slide-modelo-box:hover{ background-color:#ccc;}

#slide-modelo-nome{width:100%; min-height:30px; padding:5px 5px 5px 5px; position:relative; float:left; text-align:center; font-family:  'Montserrat', sans-serif; font-weight:500; font-size:0.9em; color: #212121; }
/*----------------------------------------------------------------
PAINEIS
------------------------------------------------------------------*/
#features {
			margin: auto;
			width: 100%;
			font-size: 0.9em;
		}
		.sortable {
			margin: auto;
			padding: 0;
			width: 100%;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		.sortable.grid {
			overflow: hidden;
		}
		.sortable li {
			list-style: none;
			border: 1px solid #CCC;
			background: #F6F6F6;
			font-family: "Tahoma";
			color: #1C94C4;
			margin: 5px;
			padding: 5px;
		}
		.handles span {
			cursor: move;
		}
		li.disabled {
			opacity: 0.5;
		}
		.sortable.grid li {
			float: left;
			width: 300px;
			height: 250px;
			text-align: center;
		}
		li.highlight {
			background: #FEE25F;
		}
		li.sortable-placeholder {
			border: 1px dashed #CCC;
			background: none;
		}
.btn-default{margin-right:10px;}
.btn-default:hover{background-color:#0c6dc0; color:#fff;}
/*-------------------------------------------------------------------
TOOLTIP
--------------------------------------------------------------------*/
.tooltip-inner {
    background-color: #000;
	background-color: rgba(0,0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0, 0, 0.8);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0, 0, 0.8);
box-shadow: 0px 0px 5px 0px rgba(0,0, 0, 0.8);
    color: #fff;
	font-weight:500;
	font-size:1em;
	width:auto;
	padding:8px 10px 8px 10px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: rgba(0,0, 0, 0.8);
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(0,0, 0, 0.8);;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0,0, 0, 0.8);
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(0,0, 0, 0.8);
}
/*----------------------------------------------------------------
ICON INFO
------------------------------------------------------------------*/
#info-texto{
	font-size:1.2em; color: #000; 
    width:100%; position:relative; float:left; text-align:left;
}
/*--------------------------------------------------
ICON DE INFORMAÇÕES DE CADA MÓDULO
----------------------------------------------------*/
@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
.modulos-info{ position:absolute; top:42px; right:5px; font-size:2em; color:#00F; cursor:pointer; z-index:1}
}
@media screen and (min-width: 1024px) { /* PARA DISPOSITIVOS GRANDES*/
.modulos-info{ position:absolute; top:20px; right:0px; font-size:2em; color:#00F; cursor:pointer; z-index:1}
}
.modulos-info:hover{color:#00C;}
/*--------------------------------------------------
FORMULÁRIOS
----------------------------------------------------*/
input[type="password"].form-control {background-color:rgba(228,228,228,1);border:0px;color:#000;border-radius:0px; padding:10px 15px 10px 15px; font-family:  'Montserrat', sans-serif; font-size:0.9em;}
input[type="text"].form-control {background-color:rgba(228,228,228,1);border:0px;color:#000;border-radius:0px; padding:10px 15px 10px 15px; font-family:  'Montserrat', sans-serif; font-size:0.9em;}
input[type="email"].form-control {background-color:rgba(228,228,228,1);border:0px;color:#000;border-radius:0px; padding:10px 15px 10px 15px; font-family:  'Montserrat', sans-serif; font-size:0.9em;}
textarea.form-control {background-color:rgba(228,228,228,1);border:0px;color:#000;border-radius:0px; padding:10px 15px 10px 15px; font-family:  'Montserrat', sans-serif; font-size:0.9em;}
input[type="text"]::placeholder{color: #000; font-family:  'Montserrat', sans-serif; font-size:0.9em;}
input[type="email"]::placeholder{color: #000; font-family:  'Montserrat', sans-serif; font-size:0.9em;}
input[type="password"]::placeholder{color: #000; font-family:  'Montserrat', sans-serif; font-size:0.9em;}
textarea.form-control::placeholder{color: #000; font-family:  'Montserrat', sans-serif; font-size:0.9em;}


select.form-control{
  width:100%;
  font-family:  'Montserrat', sans-serif;
  font-size: 0.8em;
  padding:10px 50px 10px 15px;
  border: none;
  color:#000; 
  overflow: hidden;
  background: url("/images/arrow.png") no-repeat right rgba(228,228,228,1);
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


input.select-dropdown[readonly="true"] { 
font-family:  'Montserrat', sans-serif;
  font-size: 0.9em;
  color: #000;
  border: none;
  
  }
  
.formulario-campo{width:100%; position:relative; float:left; margin:20px 0px 0px 0px;}

label {font-family:  'Montserrat', sans-serif; font-size: 0.8em; font-weight:700; color:#000 !important; }

.error {
  color: #F00;
  background-color: #FFF;
}
/*--------------------------------------------------
SCROLL VERTICAL
----------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}