/*









 * require jquery-ui


 * require bootstrap-image-gallery.min
 * require datetimepicker
 * require jquery.mmenu
 * require sortable_tree
 * require nested_options

 */

body{background-color: #f8f8f8  }
div.row-main{
    margin: 0px;
    margin-top:51px;
}

div.center-content{
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-radius: 0 0 0 5px;
  box-shadow: -3px 2px 2px 0px #f1f1f3;
  webkit-box-shadow: -3px 2px 2px 0px #f1f1f3;
  -moz-box-shadow: -3px 2px 2px 0px #f1f1f3;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  div.center-content{
    border-left: 0;
    border-radius: 0;
    box-shadow: 3px 2px 2px 0px #f1f1f3;
    webkit-box-shadow: 3px 2px 2px 0px #f1f1f3;
    -moz-box-shadow: 3px 2px 2px 0px #f1f1f3;
  }
}

/*
### BOOTSTRAP
-------------------------------------------------- */

form .field_with_errors input,
form .field_with_errors select {
	border-color: #ebccd1;
	background: #f2dede;
}

a, a:hover{color: #0095da;}

h2{
	font-size: 22px;
	margin:0;
	text-align:center;
	border-bottom: 1px solid #eee;
	padding-bottom:5px;
	margin-bottom: 10px;
}
.img-warning{
	border-color: #f0ad4e !important;
}
.img-danger{
  border-color: #d9534f !important;
}
/* NAVBAR */
.navbar {margin-bottom: 0px;}
.navbar-header{margin: 0;}
.navbar-right{padding-right: 15px; margin-right: 0}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px
}

.filter{margin-right:15px;}

/* PAGE-HEADER */
div.page-header{
  margin: 0 0 5px 0;
}
div.page-header h1{
	font-size: 28px;
}

div.page-header .btn, div.page-header .form-control{
  margin-top: 18px;
}

/* TABLE */
table small.block{
  display: block;
}
.table {
	margin-bottom: 15px
}
/* ALERT */
.alert{
	margin-bottom: 15px;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width:767px){
  .table-responsive {
    border: 0;
    border-right: 1px solid #ddd;
  }
  div.page-header .pull-right{
    margin-top: 10px;
    margin-left: 15px;
  }
	div.form-group{
		margin-bottom: 5px;
	}
	.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox,
	.form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
		padding-top: 0px;
		padding-bottom: 5px;
	}
}
/* PAGINATION */
div.pagination{
	margin: 0;
  margin-top:15px;
	margin-bottom: 10px;
}
ul.pagination{
  margin: 0
}

#filter .btn-success{background-color:#FFF;border-color:#CCC;color:#333;}
#filter .btn-success.active {background-color:#449d44;border-color:#398439;color:#fff;}

/*
### BOOTSTRAP MODAL
-------------------------------------------------- */
.modal-body .modal-footer{
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}

.remove-img-confirm{
	display:none;
}

/*
### LOGIN DE ACESSO
-------------------------------------------------- */

div.login .page-header {
  margin: 20px 0;
  padding-bottom: 9px;
  text-align: center;
}

div.login .form-control {
  border: 1px solid #D6D6D6;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
}

body.login{
  background-image: url('bg.gif');
}

div.login input{
  font-size: 20px;
}

div.login div.email,
div.login div.senha{
  margin-bottom: 15px
}

div.login h3 {
  color: #7F7F7F;
  display: block;
  font-size: 20px;
  margin: 20px;
  text-align: center;
}

div.login .btn {
  padding: 10px;
  border-radius: 0;
  border: none;
  font-size: 20px;
}

div.login .btn-relembrar-me{
  border: 1px solid #D6D6D6;
  width: 100%;
  font-size: 14px;
  padding-top: 14px;
  height:48px;
}

@media (max-width: 767px) {
  .btn-senha{
    margin-top: 15px
  }
}

/*
### MENU LATERAL
-------------------------------------------------- */

.menu-modulos{
  padding-top: 15px
}

.menu-modulos i,
#menu.padd-menu i{
  font-size: 20px
}

.menu-modulos ul>li{
  margin-bottom: 1px;
}

.menu-modulos ul>li a.active{
  border-right: 5px solid #0095da;
  background-color: #fff;
  color: #0095da;
}

.menu-modulos ul>li>a:hover,
.menu-modulos ul>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #0095da;
}

.menu-modulos ul>li>a{
  color: #0095da;
  text-align: center;
  display: block;
  padding: 19px 14px 15px 14px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dae1e8;
  box-shadow: 0 2px 1px -1px #FFFFFF;
  outline: 0px;
  line-height: 21px;
}

/*
### FORMULARIOS
-------------------------------------------------- */

form div.page-header{
  margin: 0 0 15px 0;
}
.field_with_errors label{
    color: #a94442
}

div.form-group-block label.control-label{
	text-align: left;
	padding-bottom: 5px;
}
select {white-space: pre;}

/*
### P-NOTIFY
-------------------------------------------------- */
.p-notify{
	display: none;
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	right: 0px;
	margin: 10px;
}

/*
### Upload de Imagens
-------------------------------------------------- */
div.imagens .input,
div.imagens .bar{
	margin: 20px 0;
}

div.imagens .progress{
	margin: 6px 0 0 0 ;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 450px; }
#sortable li { margin: 3px 3px 3px 0; padding: 5px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; }
#sortable li { height: 1.5em; line-height: 1.2em; }


ul.galeria-interna{
  list-style: none;
	margin:0;
	margin-top: 15px;
	padding:0;
}
ul.galeria-interna img{
	padding: 4px;
	border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
ul.galeria-interna li{
	margin-bottom: 15px;
}
.galeria-highlight {
  background-color: #faebcc;
}

div#files{
	margin-top: 15px;
}

div.thumbnail_canvas{
	width: 120px;
	height: 170px;
	float:left;
	text-align: center;
}

div.thumbnail_canvas canvas,
div.thumbnail_canvas .nao-imagem
{
	padding: 4px;
	border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
div.thumbnail_canvas .nao-imagem{
	display:block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

button.btn-success-disabled{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

button.btn-success-disabled[disabled]{
	opacity: 1;
	filter: alpha(opacity=100);
}

/*
### FOOTER
-------------------------------------------------- */

footer{
  text-align: center;
  color: #888;
  margin: 20px;
}

/*
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */ /*
  margin-bottom: 40px;
}
footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */ /*
  height: 40px;
  padding-top: 8px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7e7e7;
}

##* LIST
-------------------------------------------------- */
a.remover{
	display:none;
}
span.unpublished{
	margin-left:10px;
}
.footer-legend{
  text-align: right;
  margin-bottom: 15px
}
span.level{
	float:left;
	background: #CCCCCC;
	width: 20px;
	display:block
}
.btn-open-new-link{margin-right: 10px;}

/*
### MODULO PHOTOS
-------------------------------------------------- */
.photos h3{
	margin-top: 5px;
}
.legend{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -11px;
	margin-left: -14px;
}

/*
### NOTIFY
-------------------------------------------------- */
.alert-notify{
	display: none;
	position: absolute;
	z-index: 9999;
	top: 10px;
	right: -50px;
}

/*
### PADROES
-------------------------------------------------- */
.display-block{display: block;}
.warning{color: #f0ad4e;}
.margin-left-15{margin-left: 15px;}
.margin-bottom-0{margin-bottom: 0px;}
.margin-top-15{margin-top: 15px;}
.margin-0{margin: 0px;}
.padding-0{padding: 0px;}
.img-center {margin:0 auto;}


.scroll-400{
	height: 402px;
	margin-bottom: 20px;
}
/*
### RESPONSIVE
-------------------------------------------------- */

/* Extra small devices (phones, less than 768px) */
@media (max-width:767px){
  div.imagens .input{text-align: center;}
  .footer-legend{
    text-align: center
  }
  .footer-legend div{
    text-align: center;
    display: inline;
    margin:0 2px;
  }
  div.pagination{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
  div.imagens .input{text-align: center;}
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  div.imagens .input{text-align: right;}
  .footer-legend{
    float: right;
  }
}

.espacamento{
  margin-top:5px;
  margin-bottom:5px;
  content:" - "
}

.ordering-banner{
  padding: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
