﻿/*-------------------------------------

Desenvolvido em Janeiro de 2014
Escrito para – Novo Portal Caixa 2014

- GlobalWeb -
- Gustavo Costa - 
- CEDESBR - 

Reset sharepoint.


Alteração: 18/04/2016

-------------------------------------*/



#sideNavBox,
.ms-dialogHidden,
#titleAreaBox,
#TurnOnAccessibility,
.ms-webpart-chrome-title {
    display: none;
}

#contentRow,
#contentBox {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 100%;
    color: #1f2a47;
    font-family: 'CAIXA Std Book', sans-serif;
}

.ms-WPBorder {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ms-rte-layoutszone-inner,
.ms-webpartzone-cell {
    margin: 0 !important;
}

.ms-rte-wpbox {
    list-style-type: none;
}


.error-page {
    padding: 6%;
    text-align: center;
}

.DefaultContentBlock,
div#status_preview {
    display: none;
}

.ms-hide {
    display: none;
}
