/* for BPMN.html */

/* Diagram and palette area */

#myDiagramDiv {
  float: left;
  border: solid 1px rgb(128, 128, 128);
  border-left: none;
  width: 84%;
  height: 700px;
  background-color: white;
}

#description {
  float: left;
  margin-left: 4px;
}

#PaletteAndDiagram {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#sideBar {
  float: left;
  width: 15%;
  min-height: 500px;
  text-align: center;
  border: 1px solid rgb(128, 128, 128);
}

.myPaletteDiv {
  width: 100%;
  min-height: 625px;
}

#accordion {
  margin: 0px; 
  width: 97%;
  min-height: 625px;
}

#myOverviewDiv {
  width: 100%;
  height: 225px;
}

/* top bar area */

.ui-accordion .ui-accordion-content {
  padding: 1px;
}
.ui-menu {
  width: 120px;
}
#menuui {
  height: 30px;
  width: 100%;   
}
#menuui > li {
   float: left;  
}    


input {
  text-align: left;
  font-size: large;
  float: left;
}

#myOverviewDiv {
  background-color: lightgray;
}

#currentFile {
  background: #198CCB;
  width: 100%;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 0px;
  color: white;
}

.draggable {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgb(128, 128, 128);
  background-color: #e2e2e2;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 300px;
  height: 200px;
  z-index: 500;
}

.handle {
  background-color: #9CCB19;
  text-align: center;
  font: bold 12px sans-serif;
}

.elementText {
  font-family: Arial;
  font-size: medium;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mySavedFiles {
  font-family: Arial;
  font-size: medium;
  width: 250px;
  margin-left: 25px;
}

.elementBtn {
  margin-top: 20px;
  font-family: Arial;
  font-size: medium;
  margin-left: 20px;
}

/* sample thumbnails bottom area */

figure {
      display: inline-block; 
      margin: 10px;
  }


/* Ildan     */
body{
  background: #f2f2f2;
  padding: 0;
  margin: 0;
}
.for_menu{
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.z-grid-body table tr:hover{
  background: none;
}
.z-menubar{
  background: #fff;
}
.z-menu-content, .z-menuitem-content{
  color:#333;
  text-decoration: none;
  line-height: 60px;
  font-weight: 600;
  position: relative;
  font-size: 14px;
}
.z-menu-content:hover, .z-menuitem-content:hover{
  color:#333;
  text-decoration: none;
  background: none;
  border-color: transparent;
}
.z-menu-content::after, .z-menuitem-content::after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 6px;
  background: #fff;
  transition: all .25s ease;
  width: 0;
  margin: 0 auto;
  display: block;
}
.z-menu-content:hover::after, .z-menuitem-content:hover::after{
  background: #333;
  width: 100%;
}
.z-menu-text, .z-menuitem-text{
  text-transform: uppercase;
}
.z-menu-icon.z-icon-caret-down{
  position: static;
}
.z-menupopup ul .z-menu-content, .z-menupopup ul .z-menuitem-content{
  line-height: normal;
}
.z-menupopup .z-menu-content:hover, .z-menupopup .z-menu-content:hover .z-menu-icon, .z-menupopup .z-menuitem-content:hover {
  color: #333;
  background: #fff;
}
.z-menupopup .z-menu-content:hover::after, .z-menupopup .z-menuitem-content:hover::after {
  background: #333;
  width: 100%;
  height: 0;
}
.z-menu-icon{
  color:#333;
}
.top_info{
  float: left;
  width: 800px;
  min-height: 64px;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.logo{
  display: inline-block;
  width: 140px;
  height: 64px;
  vertical-align: middle;
  background: url("../images/logo.png") no-repeat;
}
.slog {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  line-height: 14px;
  max-width: 80px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-left: 2px solid #eee;
  padding: 7px;
}
.slog2 {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #1787c8;
  line-height: 14px;
  max-width: 100px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-left: 2px solid #eee;
  padding: 7px;
}
.client {
  font-size: 20px;
  color: rgb(128, 128, 128);
  max-width: 90px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
  padding-top: 20px;
}
.dogovor {
  font-size: 20px;
  color: rgb(128, 128, 128);
  text-transform: uppercase;
  display: inline-block;
  padding: 7px;
}
.btn_sign {
	width:200px;
	background: #198CCB;
	color: white;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	outline: none;
	cursor: pointer;
}

.btn_save_pdf {
	display: inline-block;
 	
 	width: 20px;
}
.slog .z-label{
  font-size: 10px;
}
.clear{
  clear: both;height: 0;line-height: 0;padding: 0;margin: 0;
}
.z-toolbarbutton-content,.z-paging .z-paging-icon,.z-menu-selected>.z-menu-content, .z-menu-selected .z-menu-icon{
  color: #333;
}
.pop_up{
	top:50% !important;
	left:50% !important;
    background-color: #ffffff;
    border: 1px;
    box-shadow: #acacac;

}
.z-demo-config{
	top:50% !important;
	left:50% !important;
	margin-top:-10%;
	margin-left:-17%;																																																																																																																												%;
}
.z-demo-config1{
	top:10% !important;
	left:3% !important;
	margin-top:28%;
/* 	margin-left:2%;	 */
}
.z-demo-config_list{
	top:10% !important;
	left:25% !important;
	margin-top:28%;
/* 	margin-left:2%;	 */
}
.customer_name_ru {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #1787c8;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;

}
.agr_number {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #1787c8;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
}
.agr_start_date {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #1787c8;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
}
.ot {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #1787c8;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}
.z-demo-config{
	top:50% !important;
	left:50% !important;
	margin-top:-10%;
	margin-left:-17%;																																																																																																																												%;
}

.btn {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #1787c8;
  min-height: 32px;
  border: 1px solid #1787c8;
  padding: 3px 15px;
  line-height: 24px;
  background: #fff;
  cursor: pointer;
  white-space: nowrap
}

.btn:hover {
  color: #ffffff;
  border-color: #198CCB;
  background: #198CCB;
}

.btn:focus {
  color: #ffffff;
  border-color: #198CCB;
  background: #198CCB;
}

.btn:active {
  color: #ffffff;
  border-color: #198CCB;
  background: #198CCB;
}

.btn[disabled] {
  color: #acacac;
  border: 1px solid #e3e3e3;
  background: #e3e3e3;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor:default
}

.ie8 .btn {
  min-height: 24px
}


.btn_icon {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #198CCB;
  min-height: 32px;
  border: 1px solid #e0e0e0;
  line-height: 24px;
  background: #f2f2f2;
  cursor: pointer;
  white-space: nowrap
}

.btn_icon:hover {
  color: #ffffff;
  border-color: #347598;
  background: #198CCB;
}

.btn_icon:focus {
  color: #ffffff;
  border-color: #347598;
  background: #198CCB;
}

.btn_icon:active {
  color: #ffffff;
  border-color: #347598;
  background: #198CCB;
}

.btn_icon[disabled] {
  color: #acacac;
  border: 1px solid #e3e3e3;
  background: #e3e3e3;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor:default
}

.ie8 .btn_icon {
  min-height: 24px
}

.btn_blue {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  min-height: 32px;
  border: 1px solid #347598;
  line-height: 24px;
  background: #198CCB;
  cursor: pointer;
  white-space: nowrap
}

.btn_blue:hover {
  color: #198CCB;
  border-color: #347598;
  background: #ffffff;
}

.btn_blue:focus {
  color: #198CCB;
  border-color: #347598;
  background: #ffffff;
}

.btn_blue:active {
  color: #198CCB;
  border-color: #347598;
  background: #ffffff;
}

.btn_blue[disabled] {
  color: #acacac;
  border: 1px solid #e3e3e3;
  background: #e3e3e3;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor:default
}

.ie8 .btn_blue {
  min-height: 24px
}

iframe {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}

.window {
  border: 2px;
  box-shadow: #acacac;
  filter: blur();
}
.modal {
  top:50% !important;
  left:50% !important;
  margin-top:-10%;
  margin-left:-17%;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  flex-direction: column;
  width: 230px;
  height: 135px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;

}

.modal_pass {
  top:50% !important;
  left:50% !important;
  margin-top:-10%;
  margin-left:-17%;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  flex-direction: column;
  width: 500px;
  height: 300px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;

}

.pass {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #198CCB;
  min-height: 32px;
}

.pass_detail {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  color: #198CCB;
  min-height: 32px;
}

.pass_header {
  font-family: Sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #198CCB;
  min-height: 32px;
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom:25px;
}

.pass_content {
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  min-height: 32px;
}
.modal_eds {
  top:50% !important;
  left:50% !important;
  margin-top:15%;
  margin-left:20%;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  flex-direction: column;
  width: 520px;
  height: 160px;
  padding-top: 20px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .3rem;
  outline: 0;
    text-align: center;
}

.eds {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #198CCB;
  text-transform: uppercase;
}

.note .z-label {
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
}

.z-panel-header {
  font-size: 14px;
  color:  #198CCB;
}

.z-panel-head {
  padding: 0px 0px 0px 10px;
  line-height: 30px;
}

