:root{
    --orange: #f1581e;
    --police: 'Titillium Web', sans-serif;
	--police-2: 'Smooch Sans', sans-serif;
}

body{
    background-color: #131b25 !important;
    text-align: center;
    font-weight: bold;
    color: white;
}

hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}

.hide{
    display: none !important;
}
.presSection{
    color: white;
    width: 100%;  
}

.buttonsCont{
    margin-top: 10%;
    width: 100%;
    display: flex;
    padding: auto;
    align-content: center;
    vertical-align: center;
    bottom: 0;
}

.buttonsCont>section{
    margin: auto;
}
.buttonsCont button{
    text-decoration: none;
    border: none;
    background-color: var(--orange);
	border: 1px solid white;
	border-radius: 5px;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
    font-weight: bold;
	padding: 10px;
	cursor: pointer;
}

.subPartBtn,.subUpdtPartBtn,.subDmdBtn{
    text-decoration: none;
    border: none;
    background-color: var(--orange);
	border: 1px solid white;
	border-radius: 5px;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
    font-weight: bold;
	padding: 7px;
	cursor: pointer;
}
tr:nth-child(2n+2){
    background-color: lightgrey;
}

.loginInfo {
    width: 20%;
    font-size: smaller !important;
    float: right;
    align-items: center;
}
.linkSections{
    width: 20%;
    text-align: center;
}

.header {
    top: 0;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1581e;
    align-items: center;
    color: white;
}
.footer{
    position: fixed;
    text-align: center;
    padding: 10px;
    width: 100%;
    bottom: 0;
}
.avatarImg{
    height: 65px;
    display: flex;
    margin: auto;
    margin-bottom: 5px;
    border-radius: 50%;
}
.headerCenterMsg {
    left: 0;
    width: 80%;
    align-items: center;
}
.disconnectBtn{
    margin-bottom: 5px;
}
.disconnectBtn, .returnBtn, .CrtDmdPrs{
    text-decoration: none;
    border: none;
    background-color: var(--orange);
	border: 1px solid white;
	border-radius: 5px;
	text-transform: uppercase;
	color: white;
    font-weight: bold;
	cursor: pointer;
}

button[disabled]{
    background-color: gray!important;
	cursor: not-allowed;
}

.actionBtn, .closeBtn{
    text-decoration: none;
    border: none;
    background-color: var(--orange);
	border: 1px solid white;
	border-radius: 5px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
    font-weight: bold;
	text-align: center;
}

.dmdDetail,.participateCont,.updateCont, .dmdCont {
    padding: 5%;
	color:white !important;
	border :2px solid black; 
	text-align: center;
	font-size: large;
	border: 1px solid var(--orange);
	background-color: #455f78;
	color: var(--orange);
	height: 60%;
	width: 60%;
	border-radius: 10px;
}
.dmdPersoDetailCont, .participateDmdMainCont, .updateMainCont, .createDmdPrsMainCont {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: rgba(0, 0, 0, 0.6);
}
.partiErrorTitle,.updtErrorTitle,.dmdErrorTitle,.errormsg{
	color: brown;
}
.closeBtn{
    position: fixed;
    bottom: 21%;
    right: 21%;
}

.SupprPart,.UpdatePart{
    cursor: pointer;
}

