/*../config/services/sis_control_panel/style/panel_standalone.less*/
@font-face {
  font-family: 'Yekan';
  src: url('/resources/font/yekan.eot?#') format('eot'), url('/resources/font/yekan.woff') format('woff'), url('/resources/font/yekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0600-06FF;
}
@font-face {
  font-family: 'Roboto';
  src: url('/resources/font/Roboto-Regular-webfont.eot');
  src: url('/resources/font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/resources/font/Roboto-Regular-webfont.woff') format('woff'), url('/resources/font/Roboto-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/resources/font/Roboto-Medium-webfont.eot');
  src: url('/resources/font/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/resources/font/Roboto-Medium-webfont.woff') format('woff'), url('/resources/font/Roboto-Medium-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/resources/font/Roboto-Bold-webfont.eot');
  src: url('/resources/font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/resources/font/Roboto-Bold-webfont.woff') format('woff'), url('/resources/font/Roboto-Bold-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/resources/font/Roboto-Light-webfont.eot');
  src: url('/resources/font/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/resources/font/Roboto-Light-webfont.woff') format('woff'), url('/resources/font/Roboto-Light-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
body {
  direction: rtl;
}
body,
input,
select,
textarea {
  font-family: Yekan, "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, Tahoma;
  font-size: 14px;
}
body * {
  scrollbar-width: thin;
}
body * ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body * ::-webkit-scrollbar-track-piece {
  background: #f1f1f1;
}
body * ::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 20px;
}
.sis-panel-standalone {
  height: 100%;
  overflow: hidden;
  background-color: #f2f3f5;
  color: #333;
}
.sis-panel-standalone > .container-fluid {
  height: 100%;
}
.sis-panel-standalone .sis-login-form .sis-login-message-container {
  margin: 30px 0;
  text-align: justify;
  font-size: 1.2em;
  line-height: 2em;
}
.sis-panel-standalone .sis-login-form .sis-login-uname,
.sis-panel-standalone .sis-login-form .sis-login-pass,
.sis-panel-standalone .sis-login-form .sis-login-captcha,
.sis-panel-standalone .sis-login-form .sis-login-captcha-image,
.sis-panel-standalone .sis-login-form .sis-login-select {
  height: 40px !important;
  line-height: 40px;
}
.sis-panel-standalone .sis-login-form .input-group .btn {
  height: 40px !important;
  line-height: 28px;
  border-right: 0;
}
.sis-panel-standalone .sis-login-form .input-group input {
  box-shadow: unset;
}
.sis-panel-standalone .sis-login-form .sis-login-button-container {
  margin: 8px 0;
}
.sis-panel-standalone .sis-login-form .sis-login-button-container .sis-login-button {
  height: 40px;
}
.sis-panel-standalone .sis-login-form .sis-login-captcha-refresh {
  font-size: 20px;
  margin-top: 7px;
  cursor: pointer;
  position: absolute;
}
.sis-panel-standalone .sis-login-form .sis-login-links-container ul {
  padding: 0 10px;
  line-height: 30px;
  margin-top: 30px;
}
.sis-panel-standalone .sis-login-form .sisLoginUserTitle {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}
.sis-panel-standalone .sis-login-form .sis-login-error {
  margin-right: 0;
  margin-left: 0;
  padding: 10px;
  border-radius: 4px;
  border: 0;
}
