

/* INSERT CUSTOM CSS HERE */

.icon-frontoffice_logo_archeevo_bar {

    width: 40px;
    height: 70px;
    /*background-image: url('../image/frontoffice_logo_archeevo_bar_black_small.png');*/
    background-image: url('../image/logo branco vfx.png');
    margin-top: -15px;
    margin-left: -15px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;

}


.WelcomeControl {
    padding-top: 0;
}

.WelcomeControl .MainLogo {
    position: absolute;
    margin: auto;
    width: 100%;
    margin-top: 100px;
	text-align: center;
}

.WelcomeControl .MainLogo img {
    margin-left: 30px;
    width: 120px;
}

.WelcomeControl .search {
    height: 650px;
    width: 100%;
    position: relative;
    left: 0;
    
    background-image: url('../image/bg_vfxira.jpg');
	background-size: cover;
	background-position: 0% 90%;
    background-position-x: 0;
    background-position-y: 90%;
}

.WelcomeControl .search .searchBottom {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom:0;
    width:100%;
}

.WelcomeControl .search h1
,.WelcomeControl .search h2 
,.WelcomeControl .search small
,.WelcomeControl .search label
,.WelcomeControl .search span
,.WelcomeControl .search p
,.WelcomeControl .search a
,.WelcomeControl .simple-form a {
    color: White;
}

.WelcomeControl span.BackgroundIdentification {
	color: #3C4E3E;
    font-style: italic;
	padding-left: 15px;
    line-height: 40px;
	font-weight: bold;
}

.WelcomeControl .input-date
,.WelcomeControl .DateSeparator{
    display: none;
}

.CatalogControl .Document {
	padding-top: 30px;
}

.CatalogControl .DocumentImage {
	float: left;
	text-align: center;
}

.CatalogControl .DocumentImage img{
	max-width: 300px;
}

.CatalogControl .DocumentDescription {
	margin-left: 300px;
}

.CatalogControl li {
    padding-top: 10px;
}

.CatalogControl .LinkToResults {
    padding-left: 5px;
    text-decoration: underline;
}

.DescriptionDetailsControl .MiddleColumn h1 {
    font-size: 3.2em;
}

/* Next rules replace LOGO from navbar*/
#icon-FontIconLogo {
	width: 100px;
	height: 70px;
	background-image: url('../image/frontoffice_logo_archeevo_bar_white_small.png');
	margin-top: -15px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.icon-frontoffice_logo_archeevo_bar:before {
	display:none;
}

.icon-frontoffice_logo_archeevo_bar:before {
	display:none;
}


.icon-frontoffice_button_viewer_bar_historyback:before {
    display: none;
}

.icon-frontoffice_button_viewer_bar_historyback:after {
    content: "Ver registo";
}

.ToolbarPanel .ToolbarPanelLeft {
    width: 320px;
}




/* DataStore new css styles */

.DataStore .table .thead-light th {
    color: #768192;
    background-color: #d8dbe0;
    border-color: #d8dbe0;
}

.DataStore td a,
.DataStore td span {
	font-size: 1em;
}

.DataStore .table .RecordCount {
	text-align: right;
}

.DataStore .table small {
	color: #666;
}

.DataStore td a {
	margin-bottom: 0;
}

.DataStore .table .UnitTitle a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.DataStore .ShowMore {
	padding-top: 3em;
	padding-bottom: 1em;
}


.DataStore .show-more-less-target-display {
    display: none;
}

.DataStore .show-more-less-trigger {
    cursor: pointer;
    font-size: 2em;
}


.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
	color: #FFF;
}

.card-counter:hover {
	box-shadow: 4px 4px 20px #DADADA;
	transition: .3s linear all;
}

.card-counter i {
	font-size: 9em;
	opacity: 0.2;
	color #FFF;
}

.card-counter a i {
	font-size: 5em;
}

.card-counter .count-numbers {
	position: absolute;
	right: 35px;
	top: 20px;
	font-size: 32px;
	display: block;
}

.card-counter .count-name {
	position: absolute;
	right: 35px;
	top: 65px;
	font-style: italic;
	opacity: 0.5;
	display: block;
	font-size: 18px;
}


.FondsCount .card-counter {
	background-color: #007bff;
	background-color: #007bff42;
}

.FileCount .card-counter {
	background-color: #d24946;
	background-color: #d2494642;
}  

.PublicFileCount .card-counter {
	background-color: #66bb6a;
	background-color: #66bb6a42;
}  

.MinutesCount .card-counter {
	background-color: #26c6da;
	background-color: #26c6da42;
}  

.MinutesFileCount .card-counter {
	background-color: #e6bc85;
	background-color: #e6bc8542;
}  

.MinutesPublicFileCount .card-counter {
	background-color: #da1df5;
	background-color: #da1df542;
}  

@media (max-width: 768px) {
	
	.DataStore .table1 .table {
		margin-bottom: 0;
	}
	
	.DataStore .UnitTitle a {
		white-space: normal;
	}

	.DataStore .table2 thead {
		display: none;
	}

	.DataStore .table .RecordCount {
		width: 70px;
	}
}
