﻿body {
	line-height: 1.5;
	color: #000;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none !important;
	color: #000;
}

a:hover { color: #00aeef; }

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Raleway', sans-serif;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #000; }


/*/////////////////////////////////////////////////////////////*/
.navbar-default .navbar-nav>li>a {
    font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;

}
.navbar-brand{
    font-size: 20px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #000;
}
label{
    font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}
.panel-heading{ 
    font-size: 16px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #000;
}

#page-title {
    position: relative;
    padding-top : 10px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    padding-right: 0px;
    padding-left: 0px;
}

#logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #EEE;
    padding-left:30px;
}

.navbar-header {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #EEE;
    background-color:white;
    padding-left:30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color:white;
}

.breadcrumb {
    position: absolute!important;
    width: auto!important;
    top: 50%!important;
    left: auto!important;
    right: 15px;
    margin: -10px 0 0!important;
    background-color: transparent!important;
    padding: 0!important;
    font-size: 12px;
}
.breadcrumb {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.container-fluid {
     padding-right: 0px; 
     padding-left: 0px; 
}

#page-title .container {
    position: relative;
}

.content-wrap .header-stick {
    margin-top: -80px!important;
}
.section {
    position: relative;
    margin: 60px 0;
    padding: 10px 0;
    /*background-color: #F9F9F9;*/
    overflow: hidden;
}
.notopborder {
    border-top: none!important;
}
.header-stick {
    margin-top: -50px!important;
}
.nomargin {
    margin: 0!important;
}

#main_header{
    margin-top:10px;
}


#ctl00_ctl00_ctl00_Conteudo_Conteudo_Conteudo_utilizadores{
    margin-top:20px;
}

#ctl00_ctl00_ctl00_Conteudo_Conteudo_Conteudo_categorias{
    margin-top:20px;
}

input[type="number"] {
    text-align: right;
}

input[type="numeric"] {
    text-align: right;
}

#myModalLabel span { color: #00aeef}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00aeef;
    border-color: #00aeef;
}

.btn-success {
    background-color: #00aeef;
    border-color: #adadad;
}
.btn-success:hover,.btn-success:visited {
    color: #fff;
    background-color: #00aeef;
    border-color: #555;
}

.treeview input[type="checkbox"]{
    margin-right: 6px;
    vertical-align: text-bottom;
}

.center-img{
    margin: 30px auto;
    display: block;
}

#ctl00_ctl00_ctl00_Conteudo_Conteudo_Conteudo_GridView1_ctl01_btnInserir{
    margin-right: 9px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding-bottom:1px;
    padding-top:1px;
    vertical-align: middle;
}

.counter-icon{
    width: 64px!important;
    height: 64px!important;
    font-size: 56px;
    line-height: 64px!important;
       
}

.counter-numbers {
    color: #1abc9c;
    font-size: 18px;
}

.counter-text {
    font-size: 9px;
    font-weight: 600;
    font-family: Raleway,sans-serif;
}


.center {
    text-align: center!important;
     margin-left: auto!important;
    margin-right: auto!important;
        position: relative!important;
    float: none!important;
}

.indicador{
    margin-top:60px;
    height:140px;
}

th[align="right"] a{float:right}

a[disabled] {
    pointer-events: none;
}

.modal.fade {
    /*top: 20%;*/
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.modal.fade.in {
   -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#ctl00_ctl00_ctl00_Conteudo_Conteudo_Conteudo_btnGravar{
    float:right;
    margin-bottom:15px;
}

#ctl00_ctl00_ctl00_Conteudo_Conteudo_Conteudo_btnVoltar{
    float:right;
    margin-bottom:15px;
}

.inline-label {
    padding: 0px 10px;
}

body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
