/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4/Dez/2014, 12:19:41
    Author     : Diogo
*/
.login_body{
    /*background: url("../css/images/background.png");  
    background-position: center center;
    background-size: cover;*/
}
.copyright{
    color: #000 !important;
}
.title{
    width: 100%;
}
.panel-body{
    border-radius: 0px 0px 5px 5px !important;
    padding: 15px 33px 15px !important;
}

.fa{
    cursor: default;
}
a > .fa{
    cursor:pointer;
}

/*
    ICONS
*/
.fa-egoi::before{
    content: url("../css/images/EgoiLogo.png");
}
.fa-informa::before{
    content: url("../css/images/inFORMALogo.png");
}
.fa-woocommerce::before{
    content: url("../css/images/wooCommerceLogo.png");
}
.fa-dtpdigital::before{
    content: url("../css/images/dtpdigitalLogo.png");
}
.fa-informadores::before{
    content: url("../css/images/informadoresLogo.png");
}
.fa-ifthenpay::before{
    content: url("../css/images/ifthenpayLogo.png");
}
.fa-easypay::before{
    content: url("../css/images/easypayLogo.png");
}

.input-daterange .input-group-addon{
    border-width: 1px;
}
form label {
    font-weight: bold;
}

.panel-title > .fa{
    position: relative;
    top: -3px;
    font-size: 16px;
    color: #ccc;
    margin-right: 5px;
}

table tr.notif{
    background-color: #d4d4d4 !important;
    color: #fff;
}

.col-icon,.col-opt{
    width: 80px;
}
.col-cod{
    width:100px;
}
.col-date{
    width:150px;
}

/* E-GOI */
.gauge-chart label span{
    font-size: 11px;
    font-weight: bold;
}

.btn-segment *{ color: #fff !important; }


/* DASHBOARD */
#modalDashboard .select2{
    width: 100% !important;
}

#informacoes.panel label{
    text-align: left;
}
#informacoes.panel p.form-control-static b{
    font-weight: normal;
}


/** PGT **/
//Botão guardar direito
.button-float-right{
    text-align: right;
    padding-top: 20px;
}

div#button-float-right {
    text-align: right;
    padding-top: 10px;
}