html,body {
padding: 0px;
margin: 0px;
height: 100%;
font-family: arial;
color: #0e0e0f;
}

page_space,message_con,modal_con,work_table {
display: block;
}

page_space {
width: 100%;
height: 100%;
font-family: arial;
}

header {
width: 100%;
background-color: #209fce;
}

cw {
display: block;
width: 90%;
margin: 0px auto;	
}

.GTDMS_logo_container {
	margin: 10px 10px 10px 0px;
}

.GTDMS_logo_container img {
height: 40px;	
}

.GTDMS_flex {display: flex;}

.GTDMS_flex.between {justify-content: space-between;}

work_table {
margin: 10px 0px;	
}

.GTDMS_supplie_table thead tr td {
padding: 5px 5px;
background-color: #43a3c8;
color: white;
font-weight: bold;
}

.GTDMS_supplie_table tbody tr td {
padding: 5px 5px;
background-color: #ebfaff;
color: black;
cursor: pointer;
}

work_menu {
display: flex;
width: 100%;
justify-content: space-between;
}

.GTDMS_search_form {
padding: 10px;
display: flex;
align-items: center;
}

.GTDMS_search_form  input[type="text"] {
padding: 5px 10px;
width: 300px;
border-radius: 5px 0px 0px 5px;
border: solid 1px #43a3c8;
}


.GTDMS_search_form  input[type="button"] {
width: 30px;
height: 28px;
border-radius: 0px 5px 5px 0px;
border-top: solid 1px #43a3c8;
border-right: solid 1px #43a3c8;
border-bottom: solid 1px #43a3c8;
border-left: none;
background: transparent url(../img/search_icon_blue.svg) center center/60% auto no-repeat;
cursor: pointer;
}

.GTDMS_onpage_form  {
padding: 10px 0px;
}

.GTDMS_onpage_form select{
padding: 5px 10px;
border-radius: 5px;
border: solid 1px #43a3c8;
background: transparent;
cursor: pointer;
}

.GTDMS_actions_form {
padding: 10px 0px;
}

.GTDMS_action_button {
padding: 5px 10px;
border: none;
border-radius: 5px;
color: white;
cursor: pointer;
}

.GTDMS_action_button.delet {
background-color: #B3243F;
}

.GTDMS_action_button.unactive {
opacity: 0.5;
cursor: not-allowed;
}

.GTDMS_supplie_table tbody tr:hover td {
background-color: #ccedf8;
}

modal_window {
position: fixed;
top: 50%;
left: 50%;
z-index: 100;
display: block;
background-color: white;
}

modal_bg {
width: 100%;
height: 100%;
display: block;
background-color: rgba(0,0,0,0.7);
z-index: 80;
position: fixed;
top: 0px;
left: 0px;
}

modal_header cross {
position: absolute;
top: 2px;
right: 2px;
width: 30px;
height: 30px;
cursor: pointer;
}


cross:before {
content: '';
width: 2px;
height: 80%;
position: absolute;
top: 50%;
left: 50%;
background-color: white;
transform: translate(-50%,-50%) rotate(45deg);
}

cross:after {
content: '';
width: 2px;
height: 80%;
position: absolute;
top: 50%;
left: 50%;
background-color: white;
transform: translate(-50%,-50%) rotate(-45deg);
}

modal_window.full {
width: 100%;
height: 100%;
}

modal_window.large {
width: 80%;
}

modal_window.middle {
width: 60%;
}

modal_window.small {
width: 40%;
}

modal_header {
padding: 7px 40px 7px 10px;
background-color: #43a3c8;
width: 100%;
display: block;
position: relative;
color: white;
box-sizing: border-box;
}

modal_content {
width: 100%;
display: block;
box-sizing: border-box;
padding: 10px;
}

modal_menu {
width: 100%;
display: block;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}


modal_menu acept {
background-color: #3FAD53;
color: white;
border-radius: 0px 0px 0px 5px;
padding: 7px 30px;
display: block;
cursor: pointer;
text-transform: uppercase;
transition: 0.5s;
}

.GTDMS_cell_info {
width: 100%;
}

.GTDMS_cell_info.redactive {
border-bottom: dotted 1px black;
}

/*=== Загрузочный экран ===*/

loadingscreen {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
z-index: 10000;
text-align: center;
}

loadingbar {
display: block;
width: 300px;
height: 30px;
border: solid 1px #66c6ea;
border-radius: 15px;
margin: 10px 0px;
overflow: hidden;
}

loadingbar div {
position: absolte;
top: 0px;
left: 0px;
background-color: #66c6ea;
width: 1%;
height: 30px;
}


/*=== Загрузочный экран ===*/

.GTD_graf_table tr, .GTD_graf_table td {
height: 100%;
}

.gtd_cell_picker {
padding: 5px;
border-radius: 5px;
background-color: #C1F0FF;
box-sizing: border-box;
height: 100%;
color: #024e80;
cursor: pointer;
position: relative;
border: solid 1px #74DDFF;
}

gfct {
display: block;
text-align: left;
padding: 10px 0px 0px 0px;
font-weight: bold;
}

.gtd_cell_picker:before {
content: '';
width: 100%;
height: 4px;
position: absolute;
bottom: -4px;
left: 0px;
}

.gtd_cell_picker.hover {
background-color: #66c6ea !important;
}

.gtd_cell_picker.unactive {
background-color: #f0f0f0;
color: gray;
cursor: default;
}

/*=== Модальные окна ===*/
modal_background {
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
position: fixed;
top: 0px;
left: 0px;
z-index: 200;
}

modal_window {
background-color: white;
box-sizing: border-box;
transform: translate(-50%,-50%);
position: fixed;
top: 50%;
left: 50%;
border-radius: 5px;
}

modal_name {
display: block;
text-align: left;
padding: 10px;
background-color: #43a3c8;
color: white;
border-radius: 5px 5px 0px 0px;
}

cross {
position: absolute;
top: 2px;
right: 2px;
width: 30px;
height: 30px;
cursor: pointer;
}

cross:before {
content: '';
width: 2px;
height: 80%;
position: absolute;
top: 50%;
left: 50%;
background-color: white;
transform: translate(-50%,-50%) rotate(45deg);
}


cross:after {
content: '';
width: 2px;
height: 80%;
position: absolute;
top: 50%;
left: 50%;
background-color: white;
transform: translate(-50%,-50%) rotate(-45deg);
}

mcontent {
display: flex;
align-items: end;
justify-content: start;
flex-wrap: wrap;
color: #3e3e3e;
overflow-y: auto;
}

.GTD_modal_padding {
padding: 10px;
width: 100%;
height: 100%;
display: flex;
align-items: end;
justify-content: start;
flex-wrap: wrap;
}

.gtd_modal_table_scroling {
max-height: 200px;
width: 100%;
overflow-y: auto;
}

mnav {
display: flex;
width: 100%;
padding: 10px 0px 0px 0px;
justify-content: space-between;
}

modal_window.small {
min-width: 320px;
}

modal_window.medium {
width: 80%;
}

modal_window.large {
width: 100%;
}

modal_window.full {
width: 100%;
height: 100%;
overflow-y: auto;
}

.gtd_form_feld_100p {
width: 100%;
margin: 5px 0px;
}

.gtd_form_feld_80p {
	margin: 5px 1% 0px 0px;
	width: 79%;
}

.gtd_form_feld_65p {
	margin: 5px 1% 0px 0px;
	width: 64%;
}

.gtd_form_feld_50p {
width: 49%;
margin: 5px 1% 0px 0px;
}

.gtd_form_feld_30p {
width: 30%;
margin: 5px 1% 0px 0px;
}

.gtd_form_feld_25p {
width: 24%;
margin: 5px 1% 0px 0px;
}

.gtd_form_feld_20p {
width: 19%;
margin: 5px 1% 0px 0px;
}

.gtd_form_feld_15p {
width: 15%;
margin: 5px 1% 0px 0px;
}

.gtd_form_feld_10p {
width: 9%;
margin: 5px 1% 0px 0px;
}

.gtd_form_feld_7p {
width: 6%;
margin: 5px 1% 0px 0px;
}

.gtd_form_feld_5p {
width: 5%;
margin: 5px 1% 0px 0px;
}

mcontent label {
cursor: pointer;
user-select: none;
width: 100%;
display: block;
}

mcontent label[checkbox] {
width: 100%;
text-align: left;
display: block;
padding: 7px 10px;
background-color: #F7F7F7;
box-sizing: border-box;
cursor: pointer;
user-select: none;
}

.gtd_variative_container {
width: 100%;
display: flex;
align-items: end;
justify-content: start;
flex-wrap: wrap;
}

mcontent label input[type="text"], mcontent label input[type="date"], mcontent label input[type="number"], mcontent label select, .GTD_ple_colselector {
width: 100%;
padding: 5px 10px;
box-sizing: border-box;
margin: 5px 0px 0px 0px;
border-radius: 7px;
border: solid 1px #ECF1F3;
color: #111827;
background-color: white;
}

mcontent button {
width: 100%;
box-sizing: border-box;
padding: 7px 10px;
text-align: center;
background-color: #43a3c8;
color: white;
text-transform: uppercase;
border: none;
cursor: pointer;
}

mtip {
border-top: solid 1px #F7F7F7;
border-bottom: solid 1px #F7F7F7;
padding: 10px;
width: 100%;
box-sizing: border-box;
color: gray;
min-height: 70px;
display: block;
overflow-y: auto;
}

sprav {
  width: 100%;
  padding: 3px 10px;
  box-sizing: border-box;
  margin: 6px 0px -3px 0px;
  height: 30px;
  border: solid 1px #8f8f9d;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

sprav::after {
  content: '...';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 7px 5px;
  text-align: center;
  color: white;
  background-color: #43a3c8;
  font-weight: bold;
}

sprav > span {
  display: block;
}

modal_background.sprav_window {
z-index: 1000;
}

.GTD_sprav_search {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 5px 0px 10px 0px;
}

.gtd_sprav_list {
  width: 100%;
  border-top: solid 1px #8f8f9d;
  height: 500px;
  overflow-y: auto;
}

.gtd_sprav_list_item {
  width: 100%;
  border-bottom: solid 1px #8f8f9d;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

mnav > div {
  display: flex;
}

mnav .green_btn {
  background-color: #3FAD53;
  color: white;
  border-radius: 0px 0px 0px 5px;
  padding: 7px 30px;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
}

mnav .red_btn {
  background-color: #B3243F;
  color: white;
  border-radius: 0px 0px 5px 0px;
  padding: 7px 30px;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
}

mnav .gray_btn {
  background-color: #BDBDBD;
  color: white;
  border-radius: 0px 0px 0px 0px;
  padding: 7px 30px;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
}


.gtd_modal_table {
width: 100%;
}

.gtd_modal_table th {
background-color: #F7F7F7;
padding: 7px 0px;
}

.GTD_table_button {
height: 42px;
width: 50px;
color: white;
border-radius: 0px 0px 0px 0px;
display: block;
cursor: pointer;
text-transform: uppercase;
transition: 0.5s;
}

.GTD_table_button.add {
background: #F7F7F7 url(/img/add_icon.svg) center center/50% auto no-repeat;
}

.GTD_table_button.del {
background: #F7F7F7 url(/img/del_icon.svg) center center/50% auto no-repeat;
}

.GTD_table_button.copy { 
background: #F7F7F7 url(/img/copy_icon.svg) center center/auto 50% no-repeat;
}

.GTD_table_button.calc {
background: #F7F7F7 url(/img/calc_icon.svg) center center/auto 50% no-repeat;
}

.GTD_table_button.up { 
background: #F7F7F7 url(/img/up_icon.svg) center center/auto 50% no-repeat;
}

.GTD_table_button.down {
background: #F7F7F7 url(/img/down_icon.svg) center center/auto 50% no-repeat;
}

.GTD_table_button.edit {
background: #F7F7F7 url(/img/edit_icon.svg) center center/auto 50% no-repeat;
}

.GTD_table_button[unactive] {
opacity: 0.5;
cursor: not-allowed;
}

.GTD_table_button.calculation {
display: flex;
width: 100%;
margin: 0px 0px 0px 6px;
justify-content: start;
}

.GTD_graf_window {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}

.gtd_supplies_top_menu {
display: flex;
width: 100%;
padding: 0px 0px 0px 0px;
justify-content: start;
}

.gtd_graf_workspace {
flex: 1;
overflow-y: auto;
min-height: 0; 	
}

.gtd_graf_workspace > table tr, .gtd_graf_workspace > table td {
height: 100%;
}


.gtd_tnvedinfo_icon {
  width: 72px;
  height: 100%;
  border-radius: 5px;
  color: white;
  background-color: #cacaca;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.GTD_formtitle {
display: block;
  width: 100%;
  padding: 10px 0px 5px 0px;
  font-size: 18px;
  color: #43a3c8;	
}
/*=== Модальные окна ===*/