/*
 * Global Style CSS 
 * CMS INFFUS
 * 2015
 *
*/

input[type="search"] {
 -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon {     right: 15px;
    top: 25px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* Custom Uploader Button */
.custom-file-input{
  position: relative;		
  border: 4px dashed #ddd;
  text-align: center;
}
.custom-file-input p{
	line-height: 80px;	
  color: #333333;
}
.custom-file-input input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
.custom-file-input button{
	margin-bottom: 20px;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FFF;
}
body{
	padding-top: 50px;
}
.margin-top-24px{
	margin-top: 24px;
}
.site-wrapper-install{
	text-align: left !important;
	background: #FFF !important;
	color: #333 !important;
	text-shadow: none !important;
}
.site-wrapper-install .mastfoot{
	color: #333 !important;
}

.panel .panel-heading .btn-sm{
	margin-top: -4px;
}
.well{
	border: 0 !important;
	background-color: rgba(221, 221, 221, 0.69) !important;
}
.panel-default{
	border: 1px solid #B9B5B5 !important;
}
.panel .panel-heading{
	border: 0 !important;
	background-color: #DDD;
}
.mce-tinymce iframe html body{
	height: 200px;
}
/*
.alert{
	line-height: 14px;
    font-size: 12px;
    padding: 8px;
}
*/

/*
 * Cover - tela de login e instalacoes
 *
 */
 
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  background-color: #091F40;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.avatar{
	max-width: 26px !important;
    margin: 0 10px;
    float: left;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Modal iFrame
 */

#iframeModal .modal-content iframe{
	width: 100%;
	display: block;
	height: 100%;
}
#iframeModal .modal-content, #iframeModal .modal-body {
    height: 100%;
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}


/*
 * Wrap CMS
 *
 */
 
.wrap-main{
	/* max-width: 1000px; */
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;	
}

/* NAV  */
.navbar-brand h1{
	font-size: 18px;
	margin: 0 !important;
	padding: 0 !important;
}
.navbar-inverse .navbar-brand{
	color: #ffffff;
	margin-top: 5px;
}
ul.navbar-right > li > a{
	color: #ffffff;
}
ul.navbar-right > li > a:hover{
	color: #e9e9e9 !important;
}
.logo-inffus img{
	float: left;
    margin-right: 11px;
    width: 100px;
    margin-top: -5px;
}

/* NAV TABS */
.nav-tabs > li a{
	cursor: pointer;
}


/* View  */
h2 .glyphicons{
	padding-right: 0px;
}
h2 .glyphicons:before{
	font-size: 30px;
}
h2 .fa{
	margin-right: 10px;
}
.list-pagination{
	width: auto;
/* 	max-width: 370px; */
	padding: 15px;
	margin: 0 auto;
}

/* Filter Bars */

.bar-filters{
	padding: 15px 5px !important;
}
.bar-filters .col-filter{
	margin: 0 5px !important;
	padding: 0 !important
}

.list-pagination ul.pagination{
	display: table;
	padding-left: 0;
	margin: 20px auto;
	border-radius: 4px;
}

td.list-acoes a{
	color: #333 !important;
	font-size: 18px;
	text-decoration: none;
}
td.list-acoes a:hove{
	text-decoration: none !important;
	color: #ebc728;
}
ul.list-icons li{
	cursor: pointer;
}
ul.list-icons li a{
	text-decoration: none;
	color: #333;
}
div#previewIcone{
	width: 120px;
	height: 140px;	
	font-size: 120px;
}	
div#previewIcone .glyphicons:before{
	
	padding-top: 20px;
	margin-left: 20px;
	font: 120px/1em 'Glyphicons Regular';
}
.bs-example{
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}


/* Dashboard */
.dashboard{
	min-height: 550px;
}

.dashboard .dash-list div{
	text-align: center;
	margin: 21px;
	position: relative;
}
.dashboard .dash-list a{
	font-size: 22px !important;
	text-decoration: none;
}
.dashboard .dash-list a.text-muted{
	color: #666 !important;
}
.dashboard .dash-list a:hover{
	/*color: #337AB7 !important;*/
	opacity:.8;
}
.dashboard span.glyphicons{
	font-size: 40px;
	margin-bottom: 15px;
	color: inherit !important;
	padding-left: 0 !important;
}
.dashboard .fa{
	font-size: 50px;
	margin: 0;
	margin-bottom: 15px;
	color: inherit !important;
	padding-left: 0 !important;
}
.dashboard span.glyphicons:before{
	font-size: 40px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative !important;
	color: inherit;
}
.dashboard p.descricao{
	font-size: 13px !important;
	display: block;
}
.dashboard .novo{
	font-size: 32px !important;
	position: absolute;
	color: #F39233;
	top: 5px;
	right: 5px;
	z-index: 2;
}
/* Dashboard Cards */
.order-card a{
    color: #fff;
    text-decoration: none !important;
    cursor: pointer;
}
.order-card.btn-default a{
	color: #666666;
	display: block;
}
.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
        padding: 10px 15px
}

.card .card-block {
/*     padding: 25px; */
}

.order-card .fa{
    font-size: 32px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/*
 * 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;
}
.navbar-inverse{
	background-color: #091F40 !important;
}
.navbar-inverse .navbar-nav>li>a{
	color: #ffffff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #091F40;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ffffff;
}

.navbar-inverse .navbar-toggle {
    border: none;
    padding: 0;
}
.navbar-inverse .navbar-toggle span{
	font-size: 34px;
	color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #195f95;
}
@media (max-width: 767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #bbd3e6 !important;
	}
}
@media (min-width: 768px){
	.navbar-nav>li>a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
	position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px 20px 0 30px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}
.sidebar h2{
	color: #666;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 0px;
  margin-bottom: 20px;
}
.dropdown-header{
	margin: 10px 0;
	border-bottom: 1px solid #DDD;
	text-transform: uppercase;
	font-size: 11px;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
  	body{
		padding-top: 50px !important;
	}
	.nav-sidebar {
		margin-left: -20px !important;
	}
	.sidebar{
		padding: 20px;
	}
	.btn-modulos{
		display: none;
	}
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -10px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
button.btn-modulos{
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  color: #DDD;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-left {
    right: 0;
  }

  .row-offcanvas-right {
    left: 0;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/*
 * Main content
 */

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


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/* View Form Login  */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.btn-calendario{
	padding-top: 25px;
}
.well-capa{
	overflow: hidden;
}	
.well-capa img{
	/* width: 100%; */
}
.well-capa a{
	/* margin-top: 20px; */
}
.well-capa .col-md-4{
	text-align: center;
}


/* Listagem - Table */
a.titulo-lista{
	display: flex;
	text-decoration: none;
}
a.titulo-lista span{
	margin-left: 5px;
	margin-top: 2px;
}
/*
.listagem .fa{
	font-size: 26px;
	margin: 0;
	padding: 0;
}
*/

.scrolling{
	overflow-x: hidden;
	height: 180px;
}

/* ALBUM */
ul.list-inline.lista-midia{
    border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
}
.excluir-imagem{
    position: relative;
    cursor: pointer;
}
.excluir-imagem > span{
    font-size: 30px;
    position: absolute;
    z-index: 9;
    margin: -28px 0 0 100px;
    color: red;
    background: white;
    border-radius: 16px;
    padding: 2px 6px;
}
.hide-checkbox{
	opacity:0; 
	position:absolute; 
}
.grid-image li{
	margin: 10px;
}
ul.sortable li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}
ul.sortable span.btn-editar{
  position: absolute;
  color: #FFF;
  font-size: 22px;
  margin: 38px;
  display: none;
}
.btn-link{
	cursor: pointer;
}
.btn-input-acao{
	margin-top: 25px;
}

/*
 * Módulo Captaçao
 */
.panel-heading-captacao{
	padding: 0 !important;
}
.panel-heading-captacao .btn{
	font-size: 22px;
	font-weight: 600;
}

/* Progress bar Status Operacional */
.one, .two, .three, .four, .five{
    position:absolute;
	margin-top:-10px;
	z-index:1;
	height:40px;
	width:40px;
	border-radius:25px;
	
}
.one{
	left:5%;
}
.two{
	left:20%;
}
.three{
	left:30%;
}
.four{
	left:40%;
}
.five{
	left:50%;
}
.six{
	left:60%;
}
.primary-color{
	background-color:#4989bd;
}
.success-color{
	background-color:#5cb85c;
}
.danger-color{
	background-color:#d9534f;
}
.warning-color{
	background-color:#f0ad4e;
}
.info-color{
	background-color:#5bc0de;
}
.no-color{
	background-color:inherit;
}



/*
 * Chat - Módulo Conversas
 */

.btn-chat{
	padding: 16px 22px;
}
.textarea-chat{
	resize: none;
}


/* Footer  */	
footer {
  margin-top: 20%;
}








