/* Systan */
@import url('/adfs/portal/css/bootstrap-rtl.min.css');
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('https://cdn.systan.com/ADFS/fonts/iransans/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

/* Systan */
#companyLogo{ 
	display:none; 
} 
* {
	margin:0px;
	padding:0px;
}
html, body
{
	overflow:hidden;
    height:100%;
    width:100%;
    background-color:#ffffff;
    color:#000000;
    font-weight:normal;
    font-family: iransans;
    min-width:500px;
}

body
{
    font-size:0.9em;
}
.parent {
  position: relative;
  height: 100vh; 
}
.bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);  
  display: flex;
  justify-content: center;   /* centers child horizontally */
  align-items: flex-end;
  width: 130%;               /* span full width of parent */
}

#systanPatternContainer {
  display: flex;             /* allow svg centering */
  justify-content: center;
}

.bottom-center svg {
  display: block;
  height: 20vh;              /* or whatever size you want */
  width: auto;
  margin: 0 auto;            /* make absolutely sure it's centered */
}

#noScript { margin:16px; color:Black; }

:lang(en-GB){quotes:'\2018' '\2019' '\201C' '\201D';}
:lang(zh){font-family:微软雅黑;}

@-ms-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@-webkit-viewport { width: device-width;  }
@viewport { width: device-width; }

/* Theme layout styles */

#fullPage
{
     display: flex;
    flex-direction: row-reverse; 
    height: 100%;
}
#brandingWrapper
{
   /* width: 30%;  */
    order: 1; 
}
#branding
{       
    /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
    height:100%;
	background-size: 100% 100%;
    /* margin-right:500px; margin-left:0px; */
    /* background-color:inherit; */
    /* background-repeat: no-repeat; */
    /* background-size:cover; */
    /* -webkit-background-size:cover; */
    /* -moz-background-size:cover; */
    /* -o-background-size:cover; */
}
@media (min-width: 992px){
  .main-content{
  margin-right:25%;
}
}
.main-content{
	height:100% !important;
}

.frm-content {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;           
  z-index: 1000; 
}

#contentWrapper
{
	/* width: 70%;   */
    order: 2;    
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
	height:100%; 
}

/* #content */
/* { */
	/* direction: rtl; */
    /* height:100%; */
    /* /* height: auto !important; */ */
    /* margin:0 auto -55px auto; */
    /* padding:0px 5px 0px 5px; */
/* } */
#header
{
    font-size:2em;
    font-weight:lighter;
    font-family:"Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    padding-top: 90px;
    margin-bottom:60px;
    min-height:100px;
    overflow:hidden;
}
#header img
{
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width:auto;
    height:auto;
    max-width:30%;
}
#workArea, #header
{
    word-wrap:break-word;
    /* max-width:500px; */
	margin-left: auto;
    margin-right: auto;
}
#workArea
{
    margin-bottom:90px;
}
#footerPlaceholder
{
    height:40px;
}
#footer
{
    height:40px;
    padding:10px 50px 0px 50px;
    position:relative;
    color:#666666;
    font-size:0.78em;
}
#footerLinks
{	
	direction:rtl;
    float:none;
    padding-top:10px;
}
#copyright {color:#696969;}
.pageLink { color:#000000; padding-left:16px; }

/* Common content styles */

.clear {clear:both;}
/* .float { float:left; }  */
.floatReverse { float:right; } 
.indent { margin-left:16px; } 
.indentNonCollapsible { padding-left:16px; }
/* .hidden {display:none;} */
.notHidden {display:inherit;}
.error { color:#c85305; }
.actionLink { margin-bottom:8px; display:block; }
a
{
    color:#108e67;
    text-decoration:none;
    background-color:transparent;
}
ul { list-style-type: disc; }
ul,ol,dd { padding: 0 0 0 16px; }
h1,h2,h3,h4,h5,label { margin-bottom: 8px; }
.submitMargin { margin-top:25px; margin-bottom:30px; }
.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.groupMargin { margin-bottom:30px; } 
.sectionMargin { margin-bottom:64px; }
.block { display: block; }
.autoWidth { width:auto; }
.fullWidth { width:342px; }
.fullWidthIndent { width:326px; }
.smallTopSpacing { margin-top:15px; }
.mediumTopSpacing { margin-top:25px; }
.largeTopSpacing { margin-top:35px; }
.smallBottomSpacing { margin-bottom:5px; }
.mediumBottomSpacing { margin-bottom:15px; }
.largeBottomSpacing  { margin-bottom:25px; }
input
{
    max-width:100%; 
    font-family:inherit;
    margin-bottom:8px;
}
input[type="radio"], input[type="checkbox"] {
    vertical-align:middle;
    margin-bottom: 0px;
}
span.submit, input[type="submit"]
{
    border: none;
    background-color: rgb(16, 142, 103);    
    width: auto;
    height: 34px;
    padding: 0;
    color: rgb(255, 255, 255);
    user-select: none;
    border-radius: 0.25rem;    
    cursor: pointer;
    text-align: center;
    display: block;
    line-height: 34px;
}
input[type="submit"]:hover,span.submit:hover
{
    background: rgb(251 174 17);
}
input.text{
    height: 28px;    
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 0.90rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    margin: 3px 0px 10px 0px;
	outline: none;
}
input.text:focus
{
  border: 1px solid rgb(251 174 17);
}
select
{
    height:28px;
    min-width:60px;
    max-width:100%; 
    margin-bottom:8px;

    white-space:nowrap;
    overflow:hidden;
    box-shadow:none;
    padding:2px;
    font-family:inherit;
}
h1, .giantText
{
   font-size:2.0em; 
   font-weight:lighter;
}          
h2, .bigText
{
   font-size:1.33em;
   font-weight:lighter;
}
h3, .normalText
{
    font-size:1.0em;
    font-weight:normal;
}
h4, .smallText
{
    font-size:0.9em;
    font-weight:normal;
}
h5, .tinyText
{
    font-size:0.8em;
    font-weight:normal;
}
.hint
{
    color:#999999;
}
.emphasis
{
    font-weight:700;
    color:#2F2F2F;
} 
.smallIcon
{
    height:20px;
    padding-right:12px;
    vertical-align:middle;
}
.largeIcon
{
    height:48px;
    /* width:48px; */
    vertical-align:middle;
}
.largeTextNoWrap
{
    height:48px;
    display:table-cell; /* needed when in float*/
    vertical-align:middle;
    white-space:nowrap;
    font-size:1.2em;
}
.idp
{
    height:48px;
    clear:both;
    padding:8px;
    overflow:hidden;
}
.idp:hover 
{
    background-color:#cccccc;
}
.idpDescription
{
    width:80%;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-width: 991px) {
   html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
         float: none;
         width: 100%;
         margin: 0px auto;
    }

    /* #content, #footer, #header { */
        /* width: 600px; */
        /* padding-left: 0px; */
        /* padding-right: 0px; */
        /* margin-left: auto; */
        /* margin-right: auto; */
    /* } */

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        display: none;
    }

    #contentWrapper {
         float: none;
         width: 100%;
         margin: 0px auto;
    }

    #content, #footer, #header {
        width: 400px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
}


/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
    #header {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    #workArea{
        margin-bottom:40px; 
    }
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    #content, #footer {
        width:auto;
        margin-right:5px;
        margin-left:5px;
    }

    #header {
        width: auto;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth
    {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription
    {
        width:70%;
    }
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width:280px)
{
    #contentWrapper
    {
        width:260px;
    }
    .idpDescription
    {
        max-width:160px;
        min-width:100px;
    }
}

#ForgotPasswordLink{
	vertical-align: sub;
	text-decoration:none;
}
#loginForm input{
	direction : ltr;
}
#updatePasswordForm input{
	direction: ltr;
}
#cancelButton{
	margin-left : 10px;
	background-color: #f9ae17;
}
#updatePasswordArea #cancelButton:hover{
	background-color: #fd5959;
}
#updatePasswordArea #submitButton:hover{
	background-color: #3b72cf;
}
#branding{
	background-color: #108e67;
}

.overlay-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0
}

/* #systanPatternContainer { */
  /* position: fixed; */
    /* bottom: 0; */
/* } */

/* #systanPatternContainer svg { */
  /* width: 30%;    /* 30% of parent width */ */
  /* height: auto; */
/* } */





#systanEnLogoImg{
	max-width: 60%;	
}
/* #systanSocialMedias{ */
	/* position: absolute; */
    /* top: 55%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
	/* max-width: 60%; */
	/* margin-top:20px; */
/* } */
#header{
	text-align:center;
}
#openingMessage{
	font-size: 1.1rem;
    color: #108e67;
    font-weight: 700;
	text-align: center;
}
.frm-img{
	max-width:100px;
}
#expiredNotification{
	color: #ff4c4c;
}
#updatePasswordArea .groupMargin{
	text-align:center;
}
#signoutArea #instruction{
	margin-top: 50px;
    text-align: center;
    color: #ff4c4c;
}
::placeholder {
   color: #a4d3d2;
}
.loginAgain{
	background-color: #108e67;
    border: 1px solid #108e67;
    border-radius: 5px;
    padding: 5px 30px;
    color: white;
    font-weight: bold;
    transition-duration: 0.5s;
    cursor: pointer;
}
.loginAgain:hover {
    background-color: #ffffff;
    color: #108e67;
    text-decoration: none;
}
#logOutDescription{
	margin-bottom:3rem;
}

.home-button{
	position:fixed;
	left: 0 !important;
	bottom:0 !important;
	z-index:999;
}



/* 
//================================
 */
 
