/***********************************************************
WRITE HERE YOUR CUSTOM STYLES, THIS FILE WILL BE PARSED IN ADDITION TO css/styles_screen.css AND, IF YOU USE A THEME DIFFERENT THAN "CLASSIC", IN ADDITION TO THE CORRESPONDING CSS FILE (E.G. FOR THE THEME "BLACK", THE FILE IS css/theme_black.css)
Used for the menu buttons on home page and others...
***********************************************************/

:root {
	--width_button: 85%;
	/*--white: #faf0e6;*/
  }

.powered_by_dadabik{
	display:none;
}

/*No language box*/
.select_element_change_language {
	/*display: none;*/
}
/* No line with Language selection and table menu */
.table_interface_container_tr_top_menu{
	/*display: none;*/
}

/* No save, Go Back, Save+GoBack buttons */
.save_buttons_container{
	/*display: none;*/
	/*display: inline; */
}

.table-operation-buttons {
	/*display: none;*/
}

h4, .h4 {
	width: var(--width_button);
}

.btn-menu {
/*    background-color: #676956;*/
	background-color:#3b5998;	
/*	background-color:#fed220;	*/
    color: white;
    text-decoration: underline dotted;
	width: var(--width_button); 
    border-radius: 999px;
    padding: 8px 10px;
	display: block;
	margin-bottom: 3px;
	margin-top: 0px;

}
.btn-topmenu{
	background-color:#3b5998;	
	display: inline-block;
    color: white;
    text-decoration: underline dotted;
	width: var(--width_button); 
    border-radius: 999px;
    padding: 8px 10px;
	margin-bottom: 3px;
	margin-top: 0px;
}
.btn-menu:focus, .btn-menu:hover, .btn-menu:active, .btn-topmenu:hover {
    color: white;
    background-color: #1e2e4f;
}


.btn-primary {
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left:10px;
	border-radius : 15px;
/*	width: 20%;*/
}

.btn-default {
	/*background-color:#3b5998;	*/
	/* Open, Export en import table buttons in menu pages*/
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left:10px;
	border-radius : 15px;
	/*width: var(--width_button);*/
	width: 26%;
}

.btn-default {
	color: white;
	background-color: #1e2e4f; 
  }
.btn-default:focus,.btn-default:hover,.btn-default:active {
	color: white;
	background-color: #3b5998; 
  }

.btn-year {
	background-color:#3b5998;	
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left:10px;
	border-radius : 15px;
	width: 20%;
}

button, input[type='button'], input[type='submit'], .btn{
	font-weight: normal;
	}
	


.show_revisions {
	display: none;
}

checkbox[name^="multiple_inserts"] {
	display: none;
}

.grid-status__pages{
	text-align: left;
}

.grid-status__found-items {
	width:30%;
}

.table_interface_menuitems {
	width: 60%;
	min-width: 200px;
}
/*
To remove the left menu...
*/
/*
.td_left_menu {
    width: 180px; /* hack, was 200 */
/*    vertical-align: top;
	/* display: auto;*/
	/*display:none;*/
	
/*}
*/

/* my (PdP) confirmation message used sometimes after the loader (tipically a "done!" message) */
/* Not working right now
.confirmation_message_pdp {
    display:    none;
    text-align: center;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100px;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );   
}
*/

/* When the body has the loading class, scrollbar hidden and confirmation_message visible */
/* Not used..
body.showing_confirmation_message_pdp {
    overflow: hidden;   
}

body.showing_confirmation_message_pdp .confirmation_message_pdp {
    display: block;
}
*/

/* 	Not used....
    font-weight: 500;
    cursor: pointer;
	align-items: left;
    
*/

