﻿/*
 *  Help Desk
 *  Copyright © 2010-2017
 *
 *  Autor:      Bruno Portella Simão
 *  Data:       09/03/2017
 *  Descrição:  Armazenar todos os CSS pertinentes à master page HOME
 */

/*#region Componente: Body & HTML*/
body, html {
    font-family: Source Sans Pro;  
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
/*#endregion*/

/*#region Componente: Panel*/
.panel-heading,
.panel-footer {
    background-color: #FFFFFF;
}
/*#endregion*/

/*#region Páginas: Redefinição de Senha*/
.esqSenha-title {
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}

.esqSenha-content {
    margin: 0 0 10px;
    text-align: justify;
}
/*#endregion*/

/*#region Páginas de Erro: 403*/
.error-403-title {
    color: #dd4b39 !important;
    font-weight: 300;
    font-size: 100px;
    text-align: center;
}

.error-403-subtitle {
    color: #dd4b39 !important;
    font-weight: 300;
    font-size: 25px;
}

.error-403-content {
    margin: 0 0 10px;
    text-align: justify;
}

.text-red {
    color: #dd4b39 !important;
}
/*#endregion*/

/*#region Páginas de Erro: 404*/
.error-404-title {
    color: #f39c12 !important;
    font-weight: 300;
    font-size: 100px;
    text-align: center;
}

.error-404-subtitle {
    color: #f39c12 !important;
    font-weight: 300;
    font-size: 25px;
}

.error-404-content {
    margin: 0 0 10px;
    text-align: justify;
}

.text-yellow {
    color: #f39c12 !important;
}
/*#endregion*/