@font-face {
  font-family : "Roboto";
  src : url("fonts/Roboto-Regular.ttf") format('ttf');
  font-style : normal;
  font-weight : normal;
}
@font-face {
  font-family : "Roboto";
  src : url("fonts/Roboto-Bold.ttf") format('ttf');
  font-style : normal;
  font-weight : bold;
}
@font-face {
  font-family : "Roboto";
  src : url("fonts/Roboto-Medium.ttf") format('ttf');
  font-style : normal;
  font-weight : 500;
}

*, *:after, *:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul { list-style: none; }
a { text-decoration: none; outline: none; }
input {outline: none !important; font-family: "Roboto", sans-serif !important;}
select {outline: none !important; font-family: "Roboto", sans-serif !important;}
button {font-family: "Roboto", sans-serif !important;}
button:hover {cursor: pointer;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

html {height: 100%;}

body {
  height: 100%;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  color: #000;
  text-align: left;
  background-color: #f9f9fc;
}

input::placeholder {
  color: #ccc;
}

/* --- LOGIN --- */

div.loginMain {
  width: 100%;
  min-height: 100vh;
  background-color:#ccc;
}
div.loginPanel {
  width: 450px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
}
div.loginLogo {
  background-color: #eee;
  padding: 10px 20px;
}
img.loginImg {
  height: 60px;
}
img.imgButton {
  vertical-align: middle;
  /*padding-right: 5px;*/
}
div.loginTitle {
  background-color: #fcfcfc;
  font-size: 20px;
  font-weight: bold;
  color: #606060;
  padding: 20px 20px 10px 20px;
}
div.loginText {
  font-size: 18px;
  color: #606060;
  padding:10px 20px 10px 20px;
  background-color: #fcfcfc;
}
div.loginInput {
  padding: 0 20px 10px 20px;
  background-color: #fcfcfc;
}
input.inputLogin {
  width: 100%;
  font-family: "Roboto", sans-serif !important;
  font-size: 20px;
  color: #049;
  padding: 5px;
  border:1px solid #98ccfd;
  border-radius: 5px;
  background-color: #fff;
  outline: none !important;
}
input.inputLogin:hover, input.inputLogin:focus {
  border: 1px solid #4788c7;
}
div.loginCaptcha {
  min-height: 98px;
  padding: 10px 20px 10px 20px;
  background-color: #fcfcfc;
}
div.loginButton {
  padding: 10px 20px 10px 20px;
  background-color: #fcfcfc;
}
button.buttonLogin {
  font-family: "Roboto", sans-serif !important;
  background-color: #dff0fe;
  border: 1px solid #98ccfd;
  width: 100%;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #4788c7;
  cursor: pointer;
  border-radius: 10px;
}
button.buttonLogin:hover {
  background-color: #b8dcfd;
  border: 1px solid #4788c7;
  color: #049;
}
div.loginError {
  font-style: italic;
  height: 60px;
  padding: 10px 20px 10px 20px;
  background-color: #fcfcfc;
}
span.loginError {
  color: #e00;
}
span.loginSuccess {
  color: #080;
}
div.loginForgot {
  padding: 0 20px 20px 20px;
  background-color: #fcfcfc;
}
a.linkLogin {
  font-size: 18px;
  color: #049;
  border: 0;
  text-decoration: none;
  outline: none !important;
}

/* --- CONTENT --- */

div.headerSite {
  padding: 10px 20px;
}

div.mainMenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

div.mainItem {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
div.mainItem:hover {
  background-color: #aaa;
  color: #fff;
}

select.listLanguage {
  font-size:18px;
  color:#333;
  background-color:#c2e8ff;
  padding:3px;
  border: 2px solid #004aad;
  width: 150px;
  font-weight: 500;
}
select.listLanguage:hover, select.listLanguage:focus {
  color: #000;
}

div.panelInfo {
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 20px;
}

.buttonExit {
  font-family: "Roboto", sans-serif !important;
  background-color: #e0e0e0;
  border: 1px solid #b0b0b0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #049;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
}
.buttonExit:hover {
  background-color: #b8dcfd;
  border: 1px solid #4788c7;
  color: #049;
}

div.mainContent {
  padding: 20px;
}

div.titlePage {
  font-size: 24px;
  color: #333;
  padding-bottom: 10px;
}

div.titlePanel {
  font-size: 22px;
  color: #333;
  padding-bottom: 10px;
}

div.titleSection {
  font-size: 20px;
  color: #333;
  padding: 10px 0;
}

div.menuPage {
  padding: 0 10px;
}

div.panelMenu {
  background-color: #dff0fe;
  border-top: 1px solid #adf;
  border-bottom: 1px solid #adf;
}

.buttonAction {
  font-family: "Roboto", sans-serif !important;
  background-color: #b8dcfd;
  border: 1px solid #98ccfd;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #049;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
}
.buttonAction:hover {
  background-color: #98ccfd;
  border: 1px solid #4788c7;
  color: #049;
}

.buttonSave {
  font-family: "Roboto", sans-serif !important;
  background-color: #a8f0d0;
  border: 1px solid #88d0ad;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #049;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
}
.buttonSave:hover {
  background-color: #88d0ad;
  border: 1px solid #488877;
  color: #049;
}

.buttonLoad {
  font-family: "Roboto", sans-serif !important;
  background-color: #dff0fe;
  border: 1px solid #98ccfd;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #049;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
}
.buttonLoad:hover {
  background-color: #b8dcfd;
  border: 1px solid #4788c7;
  color: #049;
}

div.panelCommon {
  padding: 10px 0;
}

input.inputFilter {
  width: 200px;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  color: #049;
  padding: 5px;
  border:1px solid #98ccfd;
  border-radius: 5px;
  background-color: #fff;
  outline: none !important;
}
input.inputFilter:hover, input.inputFilter:focus {
  border: 1px solid #4788c7;
}

input.inputValue {
  width: 700px;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 500;;
  color: #000;
  padding: 5px;
  border:1px solid #98ccfd;
  border-radius: 7px;
  outline: none !important;
  background-color: #fff8e0;
}
input.inputValue:hover, input.inputValue:focus {
  border: 1px solid #4788c7;
}

.viewValue {
  background-color: #fff !important;
}

select.listValue {
  font-size:16px;
  color:#000;
  background-color:#fff8e0;
  padding:5px;
  border:1px solid #98ccfd;
  border-radius: 5px;
  width: 700px;
  font-weight: 500;
}
select.listValue:hover, input.inputValue:focus {
  border: 1px solid #4788c7;
}

select.listFilter {
  font-size:16px;
  color:#000;
  background-color:#fff;
  padding:5px;
  border:1px solid #98ccfd;
  border-radius: 5px;
  width: 300px;
  font-weight: 500;
}
select.listFilter:hover, input.listFilter:focus {
  border: 1px solid #4788c7;
}

div.tableList {padding: 10px 0;}
table.tableList {max-width: 100%;}
th.tableList {font-size: 16px; padding: 10px 20px 10px 10px; background-color: #e6e6e6; color: #444; border-top: 2px solid #e0e0e0; border-bottom: 2px solid #e0e0e0;}
td.tableList {font-size: 16px; padding: 10px 20px 10px 10px; border-bottom: 2px solid #e0e0e0;}

.linkTable {
  font-size: 18px;
  color: #26b;
  font-weight: 500;
}
.linkTable:hover {
  color: #049;
  border-bottom: 2px solid #26b;
}

.linkCrumbs {
  font-size: 18px;
  color: #26b;
  font-weight: 500;
}
.linkCrumbs:hover {
  color: #049;
  border-bottom: 2px solid #26b;
}

button.buttonTblAkt {
  font-family: "Roboto", sans-serif !important;
  background-color: #f0f0f0;
  border: 1px solid #d0d0d0;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #049;
  cursor: pointer;
  border-radius: 7px;
}
button.buttonTblAkt:hover {
  background-color: #b8dcfd;
  border: 1px solid #4788c7;
  color: #049;
}

button.buttonTblDel {
  font-family: "Roboto", sans-serif !important;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  cursor: pointer;
  border-radius: 7px;
}
button.buttonTblDel:hover {
  background-color: #ffd9d9;
  border: 1px solid #dfb9b9;
  color: #800;
}

button.buttonTblAktYes {
  font-family: "Roboto", sans-serif !important;
  background-color: #0f0;
  border: 1px solid #080;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-radius: 7px;
}
button.buttonTblAktYes:hover {
  background-color: #0c0;
  border: 1px solid #050;
}

button.buttonTblAktNo {
  font-family: "Roboto", sans-serif !important;
  background-color: #f00;
  border: 1px solid #800;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
}
button.buttonTblAktNo:hover {
  background-color: #c00;
  border: 1px solid #500;
}

.tdFolderDocButton {
  width: 13Азфтуд0px;
}