:root{
	--body-color: #F6F7F9;
	--sidebar-color: #FFF;
    --primary-color: #a0369f;
    --primary-color-light: #58bf56;
	--green-color: #a9fbb4;
    --toggle-color: #707070;
    --text-color: #707070;
	--tran: all 0.5s;
	--button-background-color:#a0369f;
	--button-background-color-hover:#58bf56;
	--button-text-color:#fff;
	--button-text-color-hover:#707070;
	--button-background-color-light:#ffd766;
	--button-background-color-light-hover:#58bf56;
	--button-text-color-light:#58bf56;
	--button-text-color-light-hover:#fff;
}
.loginbox
{
	height: 180px;
	width: 100%;
	cursor: pointer;
}
#BoxLogin{
	cursor: auto;
	height: 300px;
}
.loginpageoptiontitle
{
    font-size: 1.5em;
    text-align: left;
	font-weight: bold;
	margin: 5px;
	vertical-align: top;
}
.loginpageoptiondescription
{
	margin: 5px;
	font-size: 1.2em;
	display: block;
	font-weight: 400;
}
.loginheader {
	border: none;
	background: var(--primary-color);
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
footer {
	background: none;
}
.sts74loginpagewrap
{
	padding: 0;
	background: #FFF;
}
.loginform{
	margin: 0;
	padding: 0;
	width: 100%;
}
.login-label
{
    font-size: 1.2em;
    height: 20px;
	color: var(--primary-color);
}
.login-label2
{
    font-size: 1.2em;
    height: 40px;
	color: #fff;
	background-color: rgba(0,0,0,0.50);
}
.login-field a, .login-field a:visited
{
   color: #fff;
}
.btnLogin
{
	background: #fff;
	color: var(--primary-color);
}
.btnLogin-field
{
    margin: 0;
	margin-top: 15px;
    height: initial;
    vertical-align: middle;
    width: 95%;
}
#loginform
{
	background-image: url(/content/images/homepage/sts74homepage.png);
	background-repeat: no-repeat;
	background-size: auto;
	height: 523px;
	position: relative;
}

.applogo
{
	margin-left: 30px;
}
#sliderlogin h2{
line-height: 90px;font-weight: 700;font-size: 32px;letter-spacing: 0.02em;color: #FFFFFF;
}
#sliderlogin p{
	font-size: 20px;line-height: 32px;color: #FFFFFF;
}
.pagetitleregister
{
	background: #FFF;
	display: block;
	margin-top: 0px;
	font-size: 1.2em;
    font-weight: bold;
    color: #5e5e5e;
	border-top-left-radius: 5px;
}
.btnraccordement {
	background: var(--button-background-color);
	border: 1px solid var(--button-background-color);
	color: var(--button-text-color);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px 10px 24px;
	min-width: 95px;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}
.btnraccordement:before {
  position: absolute;
  font-family: 'uicons-regular-rounded';
  left: 6px;
  top: 6px;
  content: "\f1d9";
  color: var(--button-text-color);
}
.btnraccordement:hover{
	background: var(--button-background-color-hover);
	border: 1px solid var(--button-background-color-hover);
	color: var(--button-text-color-hover);
}
.STS74TreeDashboardcontainer{
    display: table;
    width: 100%;
}
.STS74TreeDashboardcontainer .cell{
    display: table-cell;
    vertical-align: top;
    width: auto;
}
#STS74reeDashboardResult {
    width: 85%;
    padding: 0;
}
.STS74TreeDashboardcontainer .sidebar{
   width: 250px;
    padding: 5px 5px 10px 5px;
    background: #fff;
    transition: var(--tran);
    z-index: 100;  
	border-top-right-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15) ;
}
#STS74main
{
    display: block;
    background-color: var(--body-color);
}
.STS74mainsection{
    position: fixed;
	top: 80px;
    left: 350px;
	height: calc(100% - 82px);
    width: calc(100% - 350px);
	background: #FFF;
	padding-left: 5px;
	overflow: auto;
}
.STS74mainsection .text{
    font-size: 30px;
    font-weight: 500;
    color: var(--text-color);
    padding: 12px 60px;
}
#STS74main .pagewrap{
	height: 100%;
}
.STS74Sidebar
{
	position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    width: 350px;
    padding: 5px 5px 10px 5px;
    background: #fff;
    transition: var(--tran);
    z-index: 100;  
	border-top-right-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15) ;
}
.STS74Sidebar .menu-bar{
    height: calc(100% - 55px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow-x: hidden; /* Hide horizontal scrollbar */
	overflow-y: scroll; /* Add vertical scrollbar */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.STS74Sidebar .menu-bar::-webkit-scrollbar {
  width: 5px;
}
.STS74Sidebar .menu-bar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.STS74Sidebar .menu-bar::-webkit-scrollbar-thumb {
  background: #888;
}
.STS74Sidebar .menu-bar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#STS74DashboardTreeView .sidebar li {
    height: initial;
    list-style: initial;
    display: initial;
    align-items: initial;
}
.STS74divbutton {
  padding-top: 20px; 
}
.homepagebox
{
	height: 130px;
	width: 300px;
	cursor: pointer;
}
.homepageoptiontitle
{
    font-size: 1.2em;
    text-align: center;
	font-weight: bold;
	margin: 5px;
	float: left;
	vertical-align: middle;
	height: 52px;
	line-height: 52px;
}
.btrequestactionedit{
	background-image: url(images/ticketedit/BtnTicketEditClassify-24.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% center !important;
}
.btrequestactioncancel{
	background-image: url(images/cancel-24.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% center !important;
}
.btrequestactionenregistrerPaiement{
	background-image: url(/portal/upload/STS74/paiement-24.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5% center !important;
}
@media screen and (max-width: 600px)
{
	#loginform
	{
		background-image: url(/content/images/homepage/sts74homepage.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
	}
	#sliderlogin h2
	{
		line-height: initial;font-weight: 700;font-size: 18px;letter-spacing: 0.01em;color: #FFFFFF;
	}
	#sliderlogin p
	{
		font-size: 1.0em;color: #FFFFFF;
	}
	.login-field a, .login-field a:visited
	{
	   color: #FFFFFF;
	}
	.login-label
	{
		color: #FFFFFF;
	}
	.applogo
	{
		margin: 0;
		width: 100%;
		text-align: center;
	}
}