
/* Basic CSS */

body{
   font-family: 'ProximaNova', sans-serif;
   color:#6F6F6F;
   font-size:16px;
   line-height:25px;
	-webkit-font-smoothing: antialiased;
  background: #FFFFFF;
   
}

body.color-grey{
  background-color: #f1f4f9;
}

h1,h2,h3,h4,h5,h6{
   font-family: 'ProximaNova', sans-serif;
   color: #616161;
}

h1 small, .h1 small, .h1 .small{
    color: #f3f3f3
}

p{
	margin:0;
	padding:0;
}

ul, ol{
   padding-left:15px;
}

.clear{
    clear: both;
}

a{
   color:#2895f1;
   text-decoration:none;
}

a:hover{
   text-decoration: underline;

}

a:hover,a:active,a:focus {
	outline: 0;
}

/* Botoes*/
input, button, textarea, input[type="submit"], .input-lg{
    border-radius: 4px;
}

.btn-lg, .btn-group-lg>.btn{
   border-radius: 4px;
}

hr{

}

strong{
   font-weight:600;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.form *{
   font-size:13px;
}

label{
   font-weight: normal;
}

label.required{
   font-weight: 700;
}

#myTab li.active a{
   color:#fff !important;
   background:#16cbe6 !important;
   border-color:#16cbe6 !important;
}

/* Basic CSS */

.container{
   width:1200px;
}

.color{
   color:#014883;
}

.sep-bor{
   border-top:1px dashed #ccc;
   border-bottom:1px dashed #ccc;
   margin:20px 0px;
   height:5px;
}

.sep{
	height: 5px;
   margin:20px 0px;
	background: url("../img/sep.png") repeat;
}

.bloco{
   margin:10px 0px;
}

.modal h4{
   font-family:"ProximaNova", sans-serif;
   font-weight:bold;
   color:#777;
   font-size:16px;
}

.pagination{
   margin:5px 0px;
}

.page-title{
   margin:10px 0;
}

.page-title i{
   font-size:30px;
   margin-right:5px;
}

.page-title h2{
   font-size:200%;
   margin:0px;
   padding:0px;
}

.page-title small{
   font-size:21px;
   margin-left:5px;
}

.section-title h4{
   margin:0px;
   padding:0px;
   font-family:"ProximaNova", sans-serif;
   font-size:22px;
   margin-bottom:5px;
   color:#777;
   padding-bottom:10px;
   border-bottom:1px solid #eee;
}

/* ------------------------------------------------------------------------------- */
/*  Buttons
/* ------------------------------------------------------------------------------- */

.btn-blue,
.btn-blue:focus,
.btn-blue:visited {
  font-family: 'proximanova-regular';
  color: #3e70b5;
}

.btn-green,
.btn-green:focus,
.btn-green:visited {
  font-family: 'proximanova-regular';
  color: #FFF;
}

.btn-blue {
  font-size: 16px;
  border: 1px solid #3e70b5;
  color: #3e70b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn-green {
  font-size: 16px;
  background: #4ABA58;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn-blue:hover {
  color: #FFF;
  background: #3e70b5;
  border: 1px solid #3e70b5;
}

.btn-green:hover {
  color: #FFF;
  background: #449D44;
}

.btn-blue:hover,
.btn-green:hover {
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
}

.input-group .btn{
   margin-top:0px !important;
}

/* CL Editor */

.cleditorMain{
	border: 1px solid #ccc;
	margin: 10px 0px;
}

.cleditorMain textarea, .cleditorMain iframe{
	width: 100% !important;
}

/* Logo & Navigation */

.navbar
{
    margin: 0px;    
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
    border: none;
}
.navbar-inverse .navbar-nav > li > a{
    color: #fff;
}

.app-navbar-collapse .navbar-nav > li > a, .app-navbar-collapse .dropdown-menu  > li > a{
    font-size: 16px;
}

.main-header{
   background:#3e70b5;
   border-bottom: 0;
}

.main-header .logo h1{
   font-size:40px;
   margin:0px;
}

.main-header .logo h1 a{
   color:#fff;
   font-family: 'ProximaNova', sans-serif;
}

.main-header .logo h1 a:hover{
   color:#f0f0f0;
   text-decoration:none;
   border:0px;
}

.main-header .form{
   margin-top:15px;
   width:100%;
   max-width:300px;
   margin:15px auto;
}

.main-header .navbar *{
   box-shadow:none !important;
}

.main-header .navbar .label{
   font-size:12px;
   padding:4px 8px;
   margin:0px 2px;
   border-radius:15px !important;
}

.main-header .navbar{
   background:none !important;
   border:0px !important;
   
}

.main-header .navbar i{
   margin-right:3px;
}

.main-header .navbar .nav > li > a{
   color:#fff !important;
   font-size:14px !important;
   border-bottom:0px !important;
   margin-top:7px !important;
   font-weight:bold;
}

.main-header .navbar-nav>.open>a,.main-header  .navbar-nav>.open>a:hover,.main-header  .navbar-nav>.open>a:focus {
   background:none !important;
}

.main-header .navbar-collapse{
   border:0px !important;
}

.main-header .navbar-header{
   margin:0 auto;
}

.main-header .navbar-header button{
   color:#fff !important;
   padding:5px 10px;
}

.main-header .navbar-toggle{
   background-color: #0c6ebe !important;
   border:1px solid #014883 !important;
}

.main-header .navbar-toggle:hover, .header .navbar-toggle:focus {
   background-color: #0c6ebe !important;
}

.main-header .navbar-collapse{
    background: #3e70b5;
}

.app-header{
   background:#dbe8fa;
   border-top:0;
   border-radius: 0;
}

.app-header .navbar-collapse{
    background: #dbe8fa;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
}

.app-header .navbar-collapse .navbar-nav > li > a, .app-header .navbar-collapse .navbar-nav > li > a:hover, .app-header .navbar-collapse .navbar-nav > .open > a{
  color: #385A7B;
}

.app-header .navbar-collapse .navbar-nav > .open > a{
  background-color: #CEDFF7 !important;
}

.app-header .navbar-collapse .navbar-nav>li>.dropdown-menu{
  background-color:  #CEDFF7 !important;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow:none;
  padding: 0;
}

.app-header .navbar-collapse .navbar-nav>li>.dropdown-menu > li > a{
      padding: 10px 15px;
}

.app-header .dropdown-menu>li>a:hover, .app-heaer .dropdown-menu>li>a:focus{
  text-decoration: underline;
  background-color: transparent;
  color: #385A7B;
}

/* Sidebar navigation */

.sidey{
   margin-bottom:30px;
   width:220px;
   display:block;
   float:left;
   background:#fff;
   border-radius:10px;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
   border-bottom:2px solid #eee;
   position:absolute;
}

.sidey ul.nav, .sidey ul.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sidey ul.nav ul {
   margin:0px;
   padding:0px;
   display:none;
}

.sidey .nav li.open ul{
   display:block;
}

.sidey .nav > li {
	margin: 0;
   border-bottom:1px dashed #eee;
}

.sidey .nav > li:last-child{
   border-bottom:0px;
}

.sidey .nav > li li {
	margin: 0;
}

.sidey .nav > li li a{
   padding-left:25px;
}

.sidey .nav > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px;
	color: #999;
	display: block;
   font-weight:bold;
   background:none;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidey .nav > li > a > i{
   margin-right:5px;
}

.sidey .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 10px 8px 40px;
	color: #999;
   background:#fff;
	display: block;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidey .nav > li > ul > li.active > a{
   background:#fff;
   border-top:0px;
   color:#555;
}

.sidey .nav > li > ul > li > a:hover{
   background:#fff;
   color:#555;
   border-bottom:0px;
}

.sidey .nav li a:hover, .sidey .nav li.current > a {
	background: #fff;
	color: #555;
   border-bottom:0px;
}

.sidey .nav li.open > a{
   background:#fff;
   border-bottom:1px dashed #eee;
}

.sidey .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidey .nav a:hover .caret {
	border-top-color: #aaa;
}

.sidey .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #aaa !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidey .nav li.open > a:hover > .caret {
	border-bottom-color: #aaa;
}

.sidebar-dropdown{
   display:none;
}

/* Main */

.mainy{
	position: relative;
	margin-left: 240px;
	margin-right: 0px;
	width: auto;
	min-height: 900px;
}

.mainy .container{
	width: 100%;
}

/* Make post */

.make-post h5{
   margin:0px;
   margin-bottom:12px;
   padding:0px;
   font-weight:bold;
}

/* Admin hero */

.admin-hero{
   color:#fff;
   margin:10px 0px;
}

.admin-hero hr{
   margin:12px 0px;
   border-top:1px solid #40d1e7;
}

.admin-hero ul li{
   padding:30px 30px;
   text-align:center;
   background:#16cbe6;
   height:180px;
   margin:5px 3px;
   border-radius:5px;
   border:1px solid #C44D58;
}

.admin-hero ul li h2{
   font-size:40px;
   line-height:40px;
   margin:0px;
}

.admin-hero ul li .label{
   font-size:15px;
   position:relative;
   top:-10px;
}

.admin-hero .hero-icon{
   font-size:40px;
   line-height:58px;
}

/* Admin widget */

.awidget{
   background:#fff;
   margin:10px 0px;
   padding:5px;
   border-radius:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-bottom:3px solid #eee;
   border-right:3px solid #eee;
}

.awidget .awidget-head{
   padding:10px;
}

.awidget .awidget-head h3{
   margin:0px;
   font-family:"ProximaNova", sans-serif;
   font-size:15px;
   line-height:25px;
   color:#666;
   margin-bottom:10px;
   padding-bottom:10px;
   border-bottom:1px dashed #eee;
}

.awidget .awidget-body{
   padding:5px 12px;
   color:#777;
}

.chart-container {
	box-sizing: border-box;
	width: 100%;
	height: 300px;
}

.chart-placeholder {
	width: 100%;
	height: 100%;
}

#pie-chart,#pie-chart2,#pie-chart3{
	height: 250px;
	max-width: 100%;
}

/* Login & Register */

.login-reg{
   width:100%;
   max-width:500px;
   margin:70px auto;
}

/* Admin media */

.admin-media img{
   max-width:40px;
}

/* Recent Activity starts */

.activity{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

.activity li{
	padding:10px 10px;
  background-color: #fff;
  border-top: 1px dashed #eee;
}

.activity li:first-child{
	border-top: 0px;
}

.activity i{
	margin-right: 5px;
}

/* Google maps */

.gmap iframe{
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}

/* Recent posts & Comments widgets starts */


.recent-content .btn{
	font-size: 12px !important;
	margin-top: 5px;
}

.recent-meta{
	font-size: 11px;
	color: #999;
}

.recent {
	list-style-type: none;
	margin: 0px;
	font-size: 13px;
	line-height: 22px;
}

.recent img{
	margin-top: 5px;
	margin-right:10px;
   max-width:50px;
}

.recent li{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #eee;
}

/* Recent posts and comments widget ends */

/* Tasks starts */

.task{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

.task li{
	padding:12px 10px;
  border-top: 1px dashed #eee;
}

.task li:first-child{
	border-top: 0px;
}

.task .label{
	margin-left: 5px;
}

.task .btn{
	font-size: 11px !important;
}

/* Date & time picker */

.picker{
   padding:4px;
   border-radius:8px;
   border:1px solid #999;
}



/* Slider */

#eq span {
    height:120px; float:left; margin:15px
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.1em;
	height: 1.1em;
	cursor: default;
	background: #fafafa !important;
	border: 1px solid #ccc !important;
}

.ui-slider-horizontal {
	height: .5em;
	border: 0px solid #eee !important;
	background: #dfdfdf !important;
}

.ui-slider-vertical {
	height: 100px;
	width: 0.5em;
	border: 0px solid #fff !important;
	background: #dfdfdf !important;
}

#master1, #master2, #master3, #master4, #master5, #master6{
	width: 100%;
	margin:15px 0px !important;
}

.slider-red .ui-widget-header{
	background: #dd514c !important;
	border-color: #dd514c !important;
}

.slider-blue .ui-widget-header{
	background: #36a5c6 !important;
	border-color: #36a5c6 !important;
}

.slider-green .ui-widget-header{
	background: #44c636 !important;
	border-color: #44c636 !important;
}

.slider-yellow .ui-widget-header{
	background: #fcd419 !important;
	border-color: #fcd419 !important;
}

.slider-orange .ui-widget-header{
	background: #fc9419 !important;
	border-color: #fc9419 !important;
}

.slider-violet .ui-widget-header{
	background: #9919fc !important;
	border-color: #9919fc !important;
}

/* Toggle button */

.make-switch{
   margin:5px 0px;
}

/* Error log */

.error-log{
	height: 400px;
	overflow: auto;
}

.error-log ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.error-log ul li{
	padding: 10px 0px;
}

/* Table border */


.no-table-bor  .table thead>tr>th,
.no-table-bor .table tbody>tr>th,
.no-table-bor .table tfoot>tr>th,
.no-table-bor .table thead>tr>td,
.no-table-bor .table tbody>tr>td,
.no-table-bor .table tfoot>tr>td {
   border-bottom: 1px dashed #eee;
   border-top:0px;
}

/* Portfolio */

.img-portfolio ul{
   margin:0;
   padding:0;
}

.portfolio li{
   display:inline !important;
   border:none !important;
}

.portfolio li a, .portfolio li a:visited{
   color:#777;
   padding:5px 10px;
   margin:0px 5px;
}

.portfolio li a:hover{
   color:#555;
}

#portfolio .element{
   margin:20px 10px 10px 0px;
   padding: 0px;
   display:inline-block;
}


#portfolio a, #portfolio a:visited, #portfolio a:hover{
   color:#666;
   text-decoration:none;
}

#portfolio img{
   width:200px;
   max-width:200px;
   height:150px;
}

/* PrettyPhoto */

div.ppt {
   display:none !important;
}


/* Chat Widget starts */

.chats{
	list-style-type: none;
	margin: 0px;
   padding-left:0px;
}

.chats li{
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.chats .by-me img{
   max-width:40px;
	margin-top: 5px;
	margin-right:10px;
}

.chats .by-me .chat-meta{
	font-size: 11px;
}

.chats .by-me .chat-content{
	margin-left: 60px;
	position: relative;
	background: #fcfcfc;
	padding: 7px 10px;
	font-size: 13px;
   border-radius:5px;
   border:1px solid #eee;
}

.chats .by-me .chat-content:after, .chats .by-me .chat-content:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.chats .by-me .chat-content:after {
	border-color: rgba(255, 255, 255, 1);
	border-right-color: #16cbe6;
	border-width: 10px;
	top: 30%;
	margin-top: -10px;
}

.chats .by-me .chat-content:before {
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #ccc;
	border-width: 11px;
	top: 30%;
	margin-top: -11px;
}

.chats .by-other img{
   max-width:40px;
	margin-top: 5px;
	margin-left:10px;
}

.chats .by-other .chat-meta{
	font-size: 11px;
	color: #999;
}

.chats .by-other .chat-content{
	margin-right: 60px;
	position: relative;
	background: #fcfcfc;
	padding: 7px 10px;
	font-size: 13px;
   border:1px solid #eee;
   border-radius:5px;
}

.chats .by-other .chat-content:after, .chats .by-other .chat-content:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.chats .by-other .chat-content:after {
	border-color: rgba(255, 255, 255, 1);
	border-left-color: #16cbe6;
	border-width: 10px;
	top: 30%;
	margin-top: -10px;
}

.chats .by-other .chat-content:before {
	border-color: rgba(238, 238, 238, 0);
	border-left-color: #ccc;
	border-width: 11px;
	top: 30%;
	margin-top: -11px;
}

/* Chat widget ends */

/* Project widget starts */

.project{
	list-style-type: none;
	margin: 0px !important;
	padding:0px !important;
}

.project li{
   padding-top:10px;
   padding-bottom:10px;
   border-top: 1px solid #ddd;
}

.project li:first-child{
	border-top: 0px;
   padding-top:0px;
   margin-top:0px;
}

.project p{
	font-weight: bold;
	margin: 0px !important;
	padding: 0px !important
}

.project input{
   margin-right:3px;
   position:relative;
   top:2px;
}

.project .p-meta{
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px !important;
	margin-bottom: 5px !important;
}

.project .progress{
	margin:0px !important;
	padding: 0px !important;
	margin-left: 20px !important;
}

/* Proejct widget ends */

/* Back to top */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: #16cbe6;
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* Footer */

footer{
   background:#f2f2f2;
   border-top:1px solid #e4e4e4;
   color:#666;
   font-size:14px;
   line-height:25px;
}

footer a{
   color:#666;
   text-decoration:none;
   border-bottom:1px dotted #888;
}

footer a:hover{
   text-decoration:underline;
   border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .copy{
   font-size:13px;
   margin:15px 0px;
}



/*  pricing tables  */

.pricing-tables .panel
{
    text-align: center;
}
.pricing-tables .panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.pricing-tables .panel-body
{
    padding: 0px;
    text-align: center;
}

.pricing-tables .the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.pricing-tables .the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.pricing-tables .subscript
{
    font-size: 25px;
}

   /* CSS-only ribbon styles    */
.pricing-tables .cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding       to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.pricing-tables .cnrflash-inner
{
    /*Set position, make larger then         container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.pricing-tables .cnrflash-inner:before, .pricing-tables .cnrflash-inner:after
{
    /*Use the border triangle trick to make              it look like the ribbon wraps round it's           container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.pricing-tables .cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.pricing-tables .cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.pricing-tables .cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

/* timeline feed actions */
.timeline-feed{
  max-height: 450px;
  overflow: scroll;
  overflow-x: hidden;
}
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 21px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
    float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    /*line-height: 40px;*/
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 48px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-size: 14px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}


/* Página Extrato  */
.pagina-extrato .detalhe-orcamento .progress{
	height:30px;	
	margin-bottom: 0;
}

.pagina-extrato .detalhe-orcamento .progress .progress-bar{
	line-height: 30px;	
}



/* Gráficos */

.stats-block{
  width: 14px;
  height: 14px;
  display: inline-block;
}

.stats-block.red{
  background-color: #F7464A;
}

.stats-block.blue{
  background-color: #46BFBD;
}

.stats-block.yellow{
  background-color: #FDB45C;
}

.stats-block.green{
    background-color: #268e28;
}


/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){

}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100%;
   }
   .header{
      height:auto;
      padding:15px 0px;
   }
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .navbar .nav > li > a:hover{
      background:#C44D58;
      border-radius:5px;
   }
   .navbar-toggle {
      margin-right:0px !important;
   }
}

/* Desktop */

@media (max-width: 991px){
   .header{
      height:auto;
      padding:15px 0px;
   }
   .header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   .header .form{
      margin:10px auto;
   }
   .sidey{
      margin-bottom:30px;
      width:100%;
      float:none;
      display:none;
      position:relative;
   }
   .mainy{
      margin-left: 0px;
   }
   .sidebar-dropdown{
      display:block;
      text-align:center;
      margin:0 auto;
      margin-bottom:10px;
      border-bottom:1px dashed #eee;
      padding-bottom:10px;
   }
   .sidebar-dropdown a, .sidebar-dropdown a:hover{
      color:#fff;
      background:#16cbe6;
      display:block;
      padding:6px 12px;
      border-bottom:0px;
      box-shadow:0px 0px 1px #C44D58;
      border-radius:10px;
   }
}


@media (min-width: 768px){
    
    .navbar-nav>li>a.user-menu{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    
}
