/* 
@font-face {
  font-family: 'Seriff';
  font-style: normal;
  font-weight: 400;
  src: url('font/PlayfairDisplay-Regular.ttf');
} */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('font/Mulish-Regular.ttf'); 
}
@font-face {
  font-family: 'Mulish';
  font-style: bold;
  font-weight: 600;
  src: url('font/Mulish-Bold.ttf'); 
}
:root {
  --min-sidegap: 150px;
  --max-content-width: 1600px;
  --min-content-width: 1200px;
}
p{
  margin-block-start: 0;
  margin-block-end: 0;
  text-indent:0;
}
p:first-of-type {
  text-indent : unset;
}
.blockspan{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cursor{
  cursor:auto !important;
}
.sav_rows{
  opacity: 0.5;
}
body{
  font-family: 'Mulish', sans-serif;
  font-size:12px;
  margin:0px;
  background-color: #EEE;
}
input{
  font-family: 'Mulish', sans-serif;
  font-size:12px;
}
a{
  text-decoration: none;
  color: #333;
}
a:hover{
  text-decoration: underline;
  color: #06A;
}
.search_found{
  border-bottom: solid 2px #F00;
}
.heading{
  font-family: 'Mulish', sans-serif;
  font-size:18px;
  padding: 10px 0px 10px 20px;
  color: #FFF;
  background: linear-gradient(180deg, rgb(21 99 235) 35%, rgb(36 97 205) 100%);
  border-radius: 2px;
  margin-bottom: 5px;
}
.heading2{
  font-family: 'Seriff', serif;
  font-size:13px;
  font-weight: bold;
  padding: 0 0 10px 5px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#status_icon{
  font-size: 150%;
}
#toaster{
  position: absolute;
  top:70px;
  right:0px;
  padding:5px 10px 5px 10px;
  font-size: 11px;
  color:#797979;
}
.tf{
  color: #39C;
  font-size: 130%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-top:-10px;
  -webkit-animation-name: flash; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-name: flash;
  animation-duration: 4s;
  opacity:0;
}

@-webkit-keyframes flash {
    from {opacity: 1}
    to {opacity: 0}
}
@keyframes flash {
    from {opacity: 1}
    to {opacity: 0}
}

.hover_light{
  color: #CCC;
  cursor: pointer;
}
.hover_light:hover{
  color: #39C
}
.hover_dark{
  color: #000;
  cursor: pointer;
}
.hover_dark:hover{
  color: #39C
}
.floating_div {
  vertical-align: top;
  display: inline-block;
}

.dash_box {
  vertical-align: top;
  position: relative;
  display: inline-block;
  background-color:#FFF;
  height: 85px;
  border-bottom: 1px solid #AAA;
  width: 105px;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  margin-right:0px;
  opacity:0.4;
}
.dash_box:hover {
  opacity:1;
}
._red {
  color:#BE0017;
}
._green {
  color:#73AA33;
}
._gray {
  color:#777;
}
.dash_box_selected {
  border-bottom: solid 1px #FFF;
  opacity:1;
}
.dash_box_selected2:before {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #09F;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.dash_box_selected1:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 8px #FFF;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.popup_abs{
  z-index:999999;
  position:absolute;
  background-color: #FFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.popup_div{
  z-index:999;
  position:fixed;
  top:50%;
  left:50%;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.popup_container{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.dash_val {
  font-family: 'Seriff', serif;
  font-size:30px;
  font-weight: bold;
}
.dash_title {
  padding-top: 5px;
  color: #666;
}

#q_links a{
  margin-right:10px;
}

.selector{
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}
.selector_icon{
  position: absolute;
  width: 17px;
  height: 17px;
  top:-3px;
  cursor: pointer;
}
.selector_icon:before{
  font-family: cpq;
  font-weight: normal;
  font-size: 130%;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position: relative;
  bottom:-2px;
  content:"t";
}
.selector_icon:hover{
  color: #ACF;
}
.selector_all{
  position: relative;
  display: none;
  z-index: 999;
  left: 0px;
  top: 0px;
  color:#000;
}
.selector_container{
  font-family: 'Mulish', sans-serif;
  font-size:11px;
  font-weight: normal;
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.selector_close{
  position: absolute;
  right: -25px;
  top:0px;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #FFF;
  cursor: pointer;
}
.selector_close:hover{
  background-color: #666;
}
.selector_close:after{
  position: absolute;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 4px;
  left: 9px;
  content: "X";
}

.selector_option{
  white-space: nowrap;
  line-height: 18px;
  cursor: pointer;
}
.selector_option:hover{
  color: #2AF;
}
.selector_exp_on{
  color: #09F;
}
.selector_exp_off{
  color: #666;
}
.selector_exp_on:after{
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin-left: 4px;
  position: relative;
  bottom:-1px;
  content:"u";
}
.selector_exp_off:after{
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin-left: 4px;
  position: relative;
  bottom:-1px;
  content:"v";
}

.selector_form_container{
  position: relative;
  padding: 0px 0px 15px 5px;
}
.selector_form_row{
  position: relative;
  display: inline-block;
  white-space: nowrap;
  min-height:12px;
  padding: 2px;
}
.selector_form_label{
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #999;
}


._out{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: default;
}

.out_bckg {
  background-color: rgba(111, 111, 111, 0.7);
  z-index: 900;
}

#headbg{
  background-color: #F2F2F2;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.central_container{
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#body_container{
  width: calc(100% - var(--min-sidegap)*2);
  max-width: var(--max-content-width);
  min-width: var(--min-content-width);
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  background-color: #EEE;
}
.header_container{
  position: relative;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #DDD;
  z-index: 999;
  top:0%;
  background-color: #FFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#header_container_menu {
  z-index: 998;
}
.header{
  max-width: var(--max-content-width);
  min-width: var(--min-content-width);
  height: 34px;
  margin: 0 auto;
  padding: 0 10px 5px 10px;
  position: relative;
}
#header_menu{
  height: 14px;
  top:0px;
  padding: 10px 0px 10px 0px;
  background-color: #F2F2F2;
  width: 100%;
  position: absolute;
  left:0px;
  white-space: nowrap;
}
.header_overlay{
  height: 34px;
  position: absolute;
  z-index: 900;
}
#header_overlay_left{
  text-align: right;
  background: -moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 88%, rgba(242,242,242,0.7) 99%, rgba(242,242,242,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 88%,rgba(242,242,242,0.7) 99%,rgba(242,242,242,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 88%,rgba(242,242,242,0.7) 99%,rgba(242,242,242,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=1 ); /* IE6-9 */
}
#header_overlay_right{
  background: -moz-linear-gradient(left, rgba(242,242,242,0.7) 0%, rgba(242,242,242,0.7) 1%, rgba(242,242,242,1) 10%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(242,242,242,0.7) 0%,rgba(242,242,242,0.7) 1%,rgba(242,242,242,1) 10%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(242,242,242,0.7) 0%,rgba(242,242,242,0.7) 1%,rgba(242,242,242,1) 10%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
}
.dot {
  height: 5px;
  width: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-top: 17px;
  margin-left: 2px;
}
.header_overlay_helper{
  color: white;
  height: 25px;
  z-index: 900;
  position: absolute;
  top: 34px;
}
#logo{
  display: inline-block;
  background-image: url("img/logologin.png");
  width: 130px;
  height: 35px;
  background-size: 130px;
  background-repeat:no-repeat;
  margin: 15px 0px 5px 0px;
}
#search{
  position: absolute;
  top: 20px;
  left: 630px;
}
#searchbox{
  width: 180px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 4px 15px 3px 0px;
  text-align: right;
  border-radius: 13px;
}
#searchbox:focus{
  outline: 0px;
}
#logobox{
  display: inline-block;
  margin: 0px;
}
#menubox{
  position: absolute;
  top: 25px;
  left: 180px;
}
#controls{
  float: right;
  margin-top:8px;
  z-index: 999;
  position:relative;
}
.controls_item{
  display: inline-block;
  margin-left: 15px;
  padding-top: 15px;
  vertical-align: top;
  font-size: 12px;
  cursor: pointer;
}
.controls_item:hover{
  color:#2AF;
}

#controls_avatar{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px #DDD solid;
  background-size: cover;
  margin-left: 15px;
  cursor: pointer;
  border:3px solid white;
}
#controls_avatar:hover{
  border-color:#BBB;
}
.avatar_menu_item{
  margin: 10px 25px 10px 0;
  cursor: pointer;
  display:inline-block;
}
.avatar_menu_item:hover .avatar_menu_icon{
  color:#2AF;
}
.avatar_menu_icon{
  margin-right: 10px;
  font-size: 12px;
  vertical-align: top;
}
.avatar_menu_txt{
  vertical-align:top;
}
#curr_active_pr_containter{
  font-size: 12px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  z-index: 900;
  color: #444;
  margin-right: 10px;
  padding-bottom: 10px;
  font-family: 'Mulish', sans-serif;
}
.exit_pr_container{
  position: absolute;
  cursor: pointer;
  font-size: 28px;
  right: 262px;
  color: red;
  z-index: 1;
  top: 7px;
  /* top: 17px; */
  /* right: 128px; */
}
.curr_active_remove{
  display:inline-block;
  padding-left: 5px;
  cursor: pointer;
  position: relative;
  top:3px;
}
#active_pr_import{
  display: inline-block;
  height: 17px;
  line-height: 17px;
  vertical-align: middle;
  color:#FFF;
  background-color:#777;
  padding: 0px 0px 0px 10px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 888;
}
.active_pr_import_pgnum{
  background-color:#5895D2;
  float:right;
  border-radius: 0px 10px 10px 0px;
  margin-left: 8px;
  padding: 0px 8px 0px 8px;
}
#menu{
  position: relative;
  display: inline-block;
}
#menu a{
  color: inherit;
  text-decoration: inherit;
}
.menu_vis_home{
  font-size: 14px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  z-index: 899;
  color: #444;
  margin-right: 30px;
  padding-bottom: 30px;
  cursor:pointer;
}
.menu_vis_home:hover{
  color:#000;
}

.menu_vis{
  font-size: 13px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  z-index: 900;
  color: #444;
  margin-right: 10px;
  padding-bottom: 10px;
  cursor:pointer;
}
.menu_vis:hover{
  color:#000;
}
.menu_vis_pr{
  font-size: 13px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  z-index: 900;
  color: #444;
  margin-right: 10px;
  padding-bottom: 10px;
}

.menu_sel{
  color: #2AF;
}
.menu_arrow{
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
}
.menu_arrow:before{
  display:inline-block;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position: relative;
  content:"-";
}
.menu_sub_box{
  position: absolute;
  left:-5px;
  top:20px;
  font-size: 12px;
  background-color: rgba(245,245,245,1);
  box-shadow: 5px 5px 30px #444;
  color: #000;
  padding: 10px;
  z-index: 899;
}
.menu_sub_cont{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.menu_sub_itm{
  padding: 5px 10px 0px 15px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.menu_sub_itm:hover{
  background-color: #bfe6ff;
}
.menu_sub_act{
  background-color: #bfe6ff;
}

.menu_mouseout{
  position: fixed;
  z-index: 898;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.menu_exp{
  position: absolute;
  padding: 7px 5px 1px 5px;
  left: 1px;
  top:0px;
  width: 10px;
  height: 15px;
  font-size: 90%;
  color: #666;
}
.menu_exp:hover{
  color: #09F;
  background-color: rgba(0,64,200,0.15);
}


.grid_exp{
  position:relative;
  display:inline-block;
  white-space: nowrap;
  padding-left: 5px;
}
.grid_exp:hover{
  opacity: 0.7;
}
.grid_exp_show{
  color: #000;
  cursor: pointer;
}
.grid_exp_hide{
  color: #000;
  cursor: pointer;
}
.grid_exp_show:after{
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position: absolute;
  top:-11px;
  right:5px;
  content:"i";
}
.grid_exp_hide:after{
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position: absolute;
  top:-11px;
  right:5px;
  content:"h";
}


.form_container{
  position: relative;
  margin: 20px 40px;
}

.form_box{
  position: relative;
  display: inline-block;
  min-height:17px;
  padding: 3px;
  border-bottom: 2px dashed #D9D9FF;
}
.form_label{
  display: inline-block;
  position: relative;
  word-wrap: break-word;
}

.selector_form_container .form_box{
  white-space: nowrap;
}

.chart_container{
  position: relative;
  /* overflow: hidden; */
}

.anox{
  display: inline-block;
  color:#39C;
  font-size:22px;
  position: relative;
  top: -2px;
}
.bnox{
  display: inline-block;
  color:#62F;
  font-size:12px;
  position: relative;
  top: -2px;
  margin-left:5px;
}
.cnox{
  display: inline-block;
  color:#000;
  font-size:9px;
  position: relative;
  top: -2px;
  margin-left:5px;
}
.ano{
  display: inline-block;
  background-color: #CCC;
  vertical-align: bottom;
  border-left:1px solid #FFF;
  border-top:2px solid #39C;
  background-color: rgba(0,100,200,0.0);
}
.bno{
  display: inline-block;
  background-color: #999;
  vertical-align: bottom;
  border-left:1px solid #FFF;
  border-top:2px solid #62F;
  background-color: rgba(100,0,200,0.0);
}
.cno{
  display: inline-block;
  background-color: #333;
  vertical-align: bottom;
  border-left:1px solid #FFF;
  border-top:2px solid #000;
  background-color: rgba(0,0,0,0.0);
}
.abcbox{
  display: inline-block;
  vertical-align: bottom;
  border-left:1px solid #FFF;
  background-color: rgba(0,0,0,0.1);
}
.anoy{
  border-top:2px solid #39C;
}
.bnoy{
  border-top:2px solid #62F;
}
.cnoy{
  border-top:2px solid #000;
}


.grid_titles{
  position:relative;
  /* white-space: normal; */
  white-space: nowrap;
  min-height:15px;
  font-weight:bold;
  border-bottom: 1px solid #DDD;
  padding-left: 3px;
  padding-bottom: 5px;
}
.grid_title{
  position:relative;
  display:inline-block;
  vertical-align: bottom;
  margin-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  box-sizing: border-box;
  color:#08E;
}

.grid_title_overflow{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid_title_overflow_multiline{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.tbl_titles{
  position:relative;
  /* white-space: normal; */
  white-space: nowrap;
  min-height:15px;
  font-weight:bold;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}
.tbl_title{
  position:relative;
  display:inline-block;
  vertical-align: bottom;
  cursor: pointer;
  box-sizing: border-box;
  color:#08E;
  margin-left: 2.5px;
    padding-right: 3px;
}

.tbl_title_overflow{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tbl_title_overflow_multiline{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.tbl_row_cont{
  position:relative;
}
.tbl_row{
  position:relative;
  white-space: nowrap;
  min-height:17px;
  padding: 4px 0 4px 0;
  border-bottom: 2px solid #EEF;
  /* content-visibility: auto;
  contain-intrinsic-size: 1px 20px; */
}
.tbl_row:hover{
  box-shadow: 0 -2px 2px #CCD;
  border-bottom: 2px solid #CCD;
}
/* .tbl_children_div{
} */

.tbl_menu_cont{
  display:inline-block;
}
.tbl_menu{
  position: absolute;
  top: 3px;
  padding: 0 0 0 10px;
  z-index: 100;
  opacity:0;
  white-space: nowrap;
}
.tbl_row:hover > .tbl_menu_cont > .tbl_menu{
  opacity:1;
}
.tbl_menu_bars{
  position: relative;
  display:inline-block;
  width:16px;
  cursor: pointer;
}
.tbl_menu_bars:before{
  font:normal normal normal;
  font-family:cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"B";
}
.tbl_menu:hover > .tbl_menu_bars{
  opacity:0;
  width:0px;
}
.tbl_menu_sub{
  position: relative;
  display:none;
  width:16px;
  cursor: pointer;
}
.tbl_menu_sub:hover{
  color: #09F;
}
.tbl_menu:hover > .tbl_menu_sub{
  display:inline-block;
  -webkit-animation-name: menon; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
  animation-name: menon;
  animation-duration: 0.3s;
}

.reorder_here {
  position: relative;
    height: 0px;
  }
  
  .reorder_here_arrow {
  position: absolute;
  top: -8px;
  left: -5px;
  width: 25px;
  height: 20px;
  color: #CCC;
  font-size: 16px;
  z-index: 110;
}
.reorder_here:hover{
  color: #39C;
  cursor:E-resize
}
.reorder_into {
  top: 7px;
    position: absolute;
    left: -2px;
    width: 25px;
  height: 20px;
  color: #CCC;
    font-size: 11px;
    z-index: 110;
    cursor: pointer
}
.tbl_reordered_row{
  opacity: 0.5;
  background-color: #CDF;
}
.tbl_pos_deactivate{
  pointer-events: none;
}

.tbl_hidden_but{
  opacity: 0;
}
.tbl_row:hover > .tbl_hidden_but{
  opacity:1;
}

._but{
  position:relative;
  display:inline-block;
  white-space: normal;
  vertical-align: top;
  margin-left: 3px;
  padding-right: 3px;
  font-family: 'Mulish';
  min-height: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

._but:hover{
  color: #09F;
}
._but:active{
  color: #036;
}
._dd{
  position:relative;
  display:inline-block;
  white-space: normal;
  vertical-align: top;
  margin-left: 3px;
  padding-right: 3px;
  font-family: 'Mulish';
  min-height: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
/* .grid_container {
  content-visibility: auto;
  contain-intrinsic-size: 1px 5000px;
  contain: content;
} */
.nohover:hover{
  background-color:rgba(0,0,0,0) !important;
}
.grid_row{
  position:relative;
  white-space: nowrap;
  min-height:20px;
  padding: 3px 0 3px 3px;
  border-bottom: 1px solid #DDD;
  /* content-visibility: auto;
  contain-intrinsic-size: 1px 20px; */
}
.grid_row:hover{
  background-color:rgba(0,0,128,0.05);
}
.grid_row_ddactive{
  background-color:rgba(0,92,255,0.1);
}
.grid_row_deactivate{
  pointer-events: none;
}
.dummy_grid_row{
  position:relative;
  white-space: nowrap;
  min-height:15px;
  padding: 3px 0 3px 3px;
  border-bottom: 1px solid #DDD;
  opacity: 0;
}
.dummy_grid_row:hover {
  opacity: 1;
}
.dummy_grid_row_cover{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.dummy_grid_row ._text{
  color:#CCC;
}

.hovershow > .hovershow2{
  display:none;
}

.hovershow:hover > .hovershow2{
  display:block;
}
.hovershow{
  position: relative; 
}
.hovershow2{
  position: absolute; 
  top:10px; 
  left:-18px;
  padding-right: 13px;
  padding-bottom: 9px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 20px;
}
.grid_row_hover{
  opacity:0;
}
.grid_row:hover > ._text > .grid_row_hover{
  opacity:1;
}

.grid_menu{
  position:relative;
  display:inline-block;
  opacity:0;
  white-space: nowrap;
}
.grid_row:hover > .grid_menu_cont > .grid_menu{
  opacity:1;
}
.grid_row:hover > .grid_menu_cont > .note_inrow{
  display: none;
}
.grid_menu_bars{
  position: relative;
  display:inline-block;
  width:16px;
  cursor: pointer;
}
.grid_menu_bars:before{
  font:normal normal normal;
  font-family:cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"B";
}
.grid_menu_move:hover{
  color: #09F;
}
.grid_menu_move:hover:before{
  content:"t";
}

.grid_menu_sub{
  position: relative;
  display:none;
  width:16px;
  cursor: pointer;
}
.grid_menu_sub:hover{
  color: #09F;
}
.grid_menu:hover > .grid_menu_sub{
  display:inline-block;
  -webkit-animation-name: menon; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
  animation-name: menon;
  animation-duration: 0.3s;
}
.grid_menu:hover > .grid_menu_bars{
  opacity:0;
}

@-webkit-keyframes menon {
    from {width:0px;}
    to {width:16px;}
}
/* Standard syntax */
@keyframes menon {
    from {width:0px;}
    to {width:16px;}
}
.grid_check{
  position: relative;
  display:none;
  width:16px;
  cursor: pointer;
  white-space: nowrap;
}
.grid_check:hover{
  color: #09F;
}
.grid_check_off:before{
  display:inline-block;
  font:normal normal normal 13px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"c";
  color:#999;
}
.grid_check_on:before{
  display:inline-block;
  font:normal normal normal 13px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"d";
  color:#000;
}

.grid_title_sub{
  opacity: 0.3;
  display:none;
  margin-left:5px;
  cursor: pointer;
  font-size: 130%;
}
.grid_title_sub:hover{
  color: #09F;
}
.grid_title:hover > .grid_title_sub{
  display:inline-block;
}
.grid_title_sub_active{
  opacity: 1;
  display:inline-block;
}

.grid_title_handle{
  display:none;
  position: absolute;
  background-color: #FFF;
  padding: 2px;
  right:15px;
  top:-2px
}
.grid_title_handle:hover{
  color: #09F;
}
.grid_title:hover > .grid_title_handle{
  display:inline-block;
}
.grid_title_trash{
  display:none;
  position: absolute;
  background-color: #FFF;
  padding: 2px;
  right:0px;
  top:-2px
}
.grid_title_trash:hover{
  color: #09F;
}
.grid_title:hover > .grid_title_trash{
  display:inline-block;
}
.grid_title_edit{
  display:none;
  position: absolute;
  background-color: #FFF;
  padding: 2px;
  left:-13px;
  top:-2px
}
.grid_title_edit:hover{
  color: #09F;
}
.grid_title_edit:hover:before{
  color: #000;
}
.grid_title:hover > .grid_title_edit{
  display:inline-block;
}

.flow_container{
  position: relative;
  vertical-align: top;
  margin:  20px 0 0 30px;
}
.flow_box{
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 25px;
  min-height:15px;
  vertical-align: top;
}

.snf_view_name_input {
  width: 100px;
  outline: none;
  min-height: 10px;
  overflow: hidden;
  padding-left: 3px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #AAA;
}


._text{
  position:relative;
  display:inline-block;
  white-space: normal;
  vertical-align: top;
  margin-left: 3px;
  padding-right: 3px;
  font-family: 'Mulish';
  stroke-width: 0;
  min-height: 10px;
  box-sizing: border-box;
}
._text_editable{
  outline: none;
  position: relative;
  min-height: 13px;
}
._text_editable:hover{
  background-color: #FFF;
  /*text-decoration: underline;*/
}
._text_editable:active{
  text-decoration: none;
}
._text a{
  /*color: #2AF;*/
  text-decoration: underline;
}

._clicker_box{
  vertical-align: top;
  position: relative;
  display:inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  max-height: 15px;
}
._clicker_box:hover{
  opacity: 0.5;
}

._multiswitch_box{
  position: relative;
  display:inline-block;
}
._multiswitch{
  display:inline-block;
  margin-right: 15px;
  opacity:0.25;
  cursor: pointer;
  filter: grayscale(100%);
}
._multiswitch:hover{
  opacity: 0.7;
  filter: grayscale(0%);
}
._multiswitch_on{
  opacity: 1;
  filter: grayscale(0%);
}


._slider_box{
  position: relative;
  display: inline-block;
}
._slider{
  position:absolute;
  height: 4px;
  top:-6px;
  border-radius: 2px;
  opacity:0.2;
  cursor: pointer;
  filter: grayscale(50%);
}
._slider:hover{
  opacity: 1;
  filter: grayscale(0%);
}
._slider_on{
  opacity: 0.9;
  filter: grayscale(0%);
}

._switch_box{
  position: relative;
  display:inline-block;
}
._switch{
  position: relative;
  display:inline-block;
  width: 30px;
  height: 12px;
  top: 0px;
  border-radius: 8px;
  border:1px solid;
  cursor: pointer
}
._switch_on{
  border-color:#666;
  background-color: #444;
  color:#999;
}
._switch_off{
  border-color:#AAA;
  background-color: #FFF;
  color:#EEE;
}
._switch_on:before{
  display:inline-block;
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  padding-left:18px;
  content:"f";
  color:#AAA;
  margin-top:0px;
  /*
  -webkit-animation-name: swon;
  -webkit-animation-duration: 0.3s;
  animation-name: swon;
  animation-duration: 0.3s;
  */
}
._switch_off:before{
  display:inline-block;
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  padding-left:2px;
  content:"f";
  color:#AAA;
  margin-top:0px;
  /*
  -webkit-animation-name: swoff;
  -webkit-animation-duration: 0.3s;
  animation-name: swoff;
  animation-duration: 0.3s;
  */
}
/* @-webkit-keyframes swon {
    from {padding-left:2px;}
    to {padding-left:18px;}
}
@keyframes swon {
    from {padding-left:2px;}
    to {padding-left:18px;}
}
@-webkit-keyframes swoff {
    from {padding-left:18px;}
    to {padding-left:2px;}
}
@keyframes swoff {
    from {padding-left:18px;}
    to {padding-left:2px;}
} */

._button{
  position: relative;
  display: inline-block;
  height: 12px;
  top: 0px;
  border-radius: 8px;
  border: 1.5px solid;
  border-color: #444;
  color: #444;
  cursor: pointer;
  text-align: center;
  padding: 1px 10px 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 5px;
}
._button:hover{
  opacity: 0.7;
}
._button_green{
  border-color: #7A3;
  color: #591;
}
._button_gray{
  border-color: #777;
  color: #777;
}
._button_red{
  border-color: #BE0017;
  color: #BE0017;
}
._inactive_button{
  border:none;
  color: #666;
  pointer-events: none;
  padding: 1px 0px 0px 2px;
  margin-right: 25px;
}

._color{
  position: relative;
  display: inline-block;
  height: 12px;
  width: 14px;
  cursor: pointer;
}
._color:before{
  font:normal normal normal 13px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"e";
  position: absolute;
  top:0px;
  left: -2px;
}
._palette_container{
  position: absolute;
  top: 100%;
  left: -25px;
  width:170px;
  z-index: 999;
  padding: 10px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
  border: 1px solid #DDD;
  background-color: #FFF;
}
._palette_color{
  display: inline-block;
  margin: 5px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid rgba(0,0,0,0.0);
  cursor: pointer;
  color: #FFF;
  position: relative;
}
._palette_color:hover{
  border: 2px solid #09F;
}
._palette_color_selected{
  color: 2px solid #000;
}
._palette_color_small{
  display: inline-block;
  margin: 3px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: 2px solid rgba(0,0,0,0.0);
  cursor: pointer;
  color: #FFF;
  position: relative;
}
._palette_color_small:hover{
  border: 2px solid #09F;
}
._palette_back_btn{
  float: right;
  color: black;
  font-weight: bold;
  margin-right: 13px;
  margin-top: 2px;
}
._palette_back_btn:hover{
  color: #08E;
}
._add_plus{
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  cursor: pointer;
}
._add_plus:before{
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"D";
  color: #CCC;
}
._add_plus:hover::before{
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"C";
  color: #09F;
}

.placeholder{
  color: #CCC;
}
.calculated{
  color: #AAA;
}
._select_container{
  position: absolute;
  top: 100%;
  left: -5px;
  color:#000;
  font-size:12px;
  background-color: #FFF;
  z-index: 999;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
  border: 1px solid #DDD;
  max-height: 300px;
  overflow-y: auto;
}
._select_option{
  display: flex;
  padding: 5px 15px 5px 8px;
  cursor: pointer;
  border-bottom: 1px solid #EEE;
}
._select_option:hover{
  color: #09F;
  background-color: #EEE;
}
._select_option_selected{
  color: #09F;
}
._select_option_readonly{
  padding: 5px 15px 5px 8px;
  background-color: #EEE;
  color: #666;
}





.line_dpckr{
  border-left: 1px solid #DDD;
  margin-left: 20px;
  padding-left: 20px;
}
._select_container_datepicker{
  position: absolute;
  top: 100%;
  left: -5px;
  background-color: #FFF;
  z-index: 999;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
  border: 1px solid #DDD;
  max-height: 320px;
  color: #333;
  padding: 15px;
  font-family: 'Mulish', sans-serif;
  font-size: 11px;
  font-weight: normal;
}
._select_option_datepicker{
  padding: 4px 0px 4px 0px;
  cursor: pointer;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
._select_option_datepicker:hover{
  color: #09F;
  background-color: #EEE;
}
._select_option_selected_datepicker{
  color: #09F;
  border-top: 1px solid #09F;
  border-bottom: 1px solid #09F;
}
._select_datebox_datepicker{
  vertical-align: top;
  position: relative;
  text-align: center;
}
._select_scrollbox_datepicker{
  display: inline-block;
  height:300px;
  overflow-y: auto;
  vertical-align: top;
  text-align: center;
}

._select_scrollbox_split{
  display: inline-block;
  width: 1px;
  background-color: #999;
  margin: 10px;
  height:250px;
}

._select_scrollbox{
  display: inline-block;
  height:300px;
  width:50px;
  overflow-y: auto;
  vertical-align: top;
  text-align: center;
}

._ac_container{
  position: relative;
  display: inline-block;
  width: 0px;
  height: 0px;
}



._gant_locator{
  position: relative;
  display: inline-block;
}
._gant{
  position: absolute;
  top:0px;
  overflow-x: hidden;
  overflow-y: visible;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
._gant_title_variable{
  overflow: hidden;
  position: absolute;
  height: 1000px;
  left:0px;
  right: 0px;
  top:0px;
  pointer-events: none;
}
._gant_lines_variable{
  pointer-events: none;
}
._gant_line_container{
  position: absolute;
  margin-left:4px;
  top:0px;
}
._gant_line_month{
  position: absolute;
  width: 1px;
  top:20px;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.1);
}
._gant_line_year{
  position: absolute;
  width: 1px;
  top:16px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
._gant_line_qt{
  position: absolute;
  width: 1px;
  top:18px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
._gant_line_now{
  position: absolute;
  width: 1px;
  top:20px;
  height: 100%;
  background-color: #F00;
}

._gant_slider{
  position: absolute;
  width: 100%;
  height: 30px;
  cursor: col-resize;
}

._gant_title_div{
  position: relative;
  display: inline-block;
  height: 15px;
}
._gant_zoom{
  position: absolute;
  right:5px;
  visibility:hidden;
  background-color: #FFF;
  padding: 0px 3px 0px 3px;
  border-radius: 20px;
}
._gant_zoom_but{
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
._gant_zoom_but:hover{
  color: #09F;
}
._gant_title_div:hover > ._gant_zoom{
  visibility:visible;
}

._gant_title_container{
  position: absolute;
}
._gant_title_month{
  position: absolute;
  color: #000;
  font-weight: normal;
}
._gant_title_year{
  position: absolute;
  color: #000;
}
._gant_title_qt{
  position: absolute;
  font-weight: normal;
  color:#000;
}

._gant_range{
  position: absolute;
  top:3px;
  height: 12px;
  background-color: #777;
  /*border: 1px solid #555;*/
  border-radius: 2px;
  opacity: 0.8;
  z-index:1;
  cursor: default;
}
._gant_range:hover{
  opacity: 1;
}
._gant_range_date_left{
  position: absolute;
  top:1px;
  font-size:90%;
  text-align:right;
  left: -70px;
  width:65px;
  display: none;
}
._gant_range_date_right{
  z-index: 10;
  position: absolute;
  top:1px;
  font-size:90%;
  right:-75px;
  width:70px;
  display: none;
}
._gant_range_border{
  position: absolute;
  top:0px;
  height: 12px;
  width:5px;
  z-index:2;
  cursor: ew-resize;
  border-radius: 3px;
}
._gant_range_border:hover{
  background-color: #FFF;
}

/*._gant_range:hover > ._gant_menu{
  visibility: visible;
}*/
._gant_range:hover > ._gant_range_date_left{
  display: block;
}
._gant_range:hover > ._gant_range_date_right{
  display: block;
}
._gant_range_hover > ._gant_range_date_left{
  display: block;
}
._gant_range_hover > ._gant_range_date_right{
  display: block;
}
._gant_menu{
  position: absolute;
  text-align: center;
  background-color: rgba(0,0,0,0.0);
  height: 12px;
  /*height: auto;
  margin: 0 auto;
  visibility: hidden; */
  z-index:700;
}
._gant_but{
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
}
._gant_but:hover{
  color: #333;
}
._gant_del:before{
  font:normal normal normal;
  font-family:cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"q";
}
._gant_move:before{
  font:normal normal normal;
  font-family:cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"1";
}
._gant_edit:before{
  font:normal normal normal;
  font-family:cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"o";
}

._gant_day{
  display: inline-block;
  width:15px;
  border-left: 1px solid #DDD;
  text-align: center;
  cursor: pointer;
}
._gant_day:hover{
  background-color: #EEE;
}
._gant_weekday{
  color: #999;
  font-size: 80%;
}
._gant_year_month{
  display:inline-block;
  font-weight:bold;
  width:50px;
}
._gant_day_hl{
  z-index: 1;
  position: absolute;
  top:23px;
  height: 13px;
  background-color:rgba(0,130,255,0.3);
  border-radius: 2px;
  pointer-events: none;
}

.action_container{
  position:relative;
  width: 100%;
  white-space: nowrap;
  min-height:15px;
  border-bottom: 1px solid #CCCCCC;
  /* border-top: 1px solid #CCCCCC; */
  margin: 0px 5px 5px 0px;
  padding: 0 0 7px 30px;
  /* opacity: 0.0; */
}
/* .action_items{
  position: absolute;
  top: 0;
} */
.action_items{
  margin-left: 10px;
  font-weight: bold;
}
.action_container .scroll_controller{
  position: absolute;
  top: -8px;
  cursor: pointer;
  margin-top: 0;
  /* display: inline-block; */
}
.action_menu_item{
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
}
.action_menu_item:hover{
  color: #09F;
}
.action_menu_separator{
  width: 1px;
  border-right: 1px solid #CCCCCC;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.action_menu_item_selected{
  color: #09F;
  cursor: pointer;
}

.confirm_but{
  display: inline-block;
  color: #BE0017;
  font-weight: bold;
  border-radius: 10px;
  -webkit-animation: fadein 0.3s;
  animation: fadein 0.3s;
  margin: 0 10px 0 10px;
  cursor: pointer;
}
@-webkit-keyframes fadein {
  0% { opacity: 0; margin-left:-40px }
  100% { opacity: 1; margin-left:10px}
}
@keyframes fadein {
  0% { opacity: 0; margin-left:-40px}
  100% { opacity: 1; margin-left:10px}
}

.grid_menu_cont{
  float:left;
}
.note_subtext{
  margin-bottom:20px;
  max-height: 50px;
  overflow: hidden;
}
.note_inrow{
  position:absolute;
  left:3px;
  color: #000;
}
.note_inrow:before{
  font:normal normal normal 12px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"x";
}
.note_bubble{
  font-family: 'Mulish', sans-serif;
  position: absolute;
  top:-6px;
  left:-6px;
  background-color: #F36;
  color: #FFF;
  font-size: 70%;
  font-weight: bold;
  border-radius: 15px;
  padding: 2px;
  min-width: 10px;
  pointer-events: none;
  text-align: center;
  opacity: 0.8
}

.note_popup{
  z-index:2000;
  position:fixed;
  top:50%;
  left:50%;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-top:-250px;
  margin-left:-350px;
  width:600px;
  height:400px
}
.note_container{
  overflow-y: auto;
  height: 300px;
}
.note_row_container{
  padding:10px 0px 10px 0px;
  border-top: 1px solid #CCC;
  position: relative;
}
.note_row_delete{
  float:right;
  visibility: hidden;
  color: #999;
  cursor: pointer;
}
.note_row_edit{
  float:right;
  visibility: hidden;
  color: #999;
  cursor: pointer;
  margin-right: 5px;
}
.note_row_container:hover > .note_row_edit{
  visibility: visible;
}
.note_row_edit:hover{
  color:black;
}
.note_row_container:hover > .note_row_delete{
  visibility: visible;
}
.note_row_delete:hover{
  color:black;
}
.note_avatar{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px #DDD solid;
  background-size: cover;
}
.note_row_split{
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  width: 500px;
}
.note_username{
  font-weight: bold;
}
.note_dt{
  color:#999;
}
.note_message{
  margin-top: 5px;
  outline: 0px;
}

.note_postarea:empty:not(:focus):before{
  content:attr(data-placeholder);
  color:#999;
  cursor: text;
}
.note_files{
  padding-top: 5px;
}
.note_menu{
  padding-top: 5px;
}
.note_menuitem{
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  color:#999;
}
.note_menuitem:hover{
  color:#06A;
}
.upload_pre_el{
  position: relative;
}
.upload_cont{
  width: 250px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position:absolute;
  top:0px;
  left: 0px;
  z-index: 1600;
  background-color: white;
  color:#000;
}
.upload_title{
  font-size: 12px;
  padding-bottom: 5px;
}
.upload_box{
  padding: 10px;
  background-color: #F6F6F6;
  text-align: center;
  border:dashed 1px #CBCCCF;
  font-size: 100%;
  cursor: pointer;
}
.upload_box:hover{
  color: #2AF;
  border-style: solid;
}
#upload_browse{
  visibility: hidden;
  position: absolute;
}
.upload_item_cont{
  margin-top: 10px;
  font-size: 12px;
  position: relative;
}
.upload_item_desc{
  color: #777;
}
.upload_item_pbar{
  height: 2px;
  background-color: #2AF;
  margin-top:5px;
}
.upload_item_mark{
  position: absolute;
  bottom: 5px;
  right: 0px;
  color: #2AF;
}
.upload_box_dragover{
  background-color: #2AF;
  color: white;
}
.upload_item_process{
  background-color: #2AF;
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 10px;
  cursor: pointer;
}

._upload_icon{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.thumb_pg_num{
  font-size:16px;
  font-weight:bold;
  color: darkgray;
  position: absolute;
  bottom:2px;
  left:4px;
}

._custom_ttp{
  position: absolute;
  display: inline-block;
  border: 1px solid #CCC;
  background-color: white;
  padding: 10px;
  opacity: 0.95;
  z-index: 201;
}

._tooltip_pos{
  position: relative;
  display: inline-block;
  visibility: hidden;
  width:0px;
  height:0px;
  vertical-align:top;
  z-index: 500;
}
._tooltip_div{
  position:absolute;
  top:0px;
  left:0px;
  border:1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  opacity:0.95;
}
._has_tooltip:hover + ._tooltip_pos {
  visibility: visible;
  -webkit-animation: tooltipin 1s;
  animation: tooltipin 1s;
}
@-webkit-keyframes tooltipin {
  0% { opacity: 0; }
  60% { opacity: 0; }
  100% { opacity: 0.95; }
}
@keyframes tooltipin {
  0% { opacity: 0; }
  60% { opacity: 0; }
  100% { opacity: 0.95; }
}


#undo {
  color: #666;
  cursor:pointer;
}
#undo:hover{
  color: #09F;
}
#redo {
  color: #666;
  cursor:pointer;
}
#redo:hover{
  color: #09F;
}

.total_row{
  position: relative;
  height: 20px;
  margin-top: 0px;
  margin-left:3px;
}
.total_left{
  position: absolute;
  top: 1px;
}
.total_right{
  position: absolute;
  right: -1px;
  white-space: nowrap;
  font-weight: bold;
}
.dummy_grid_row:hover + .total_row {
  margin-top: 15px;
   -webkit-animation: rolldown 0.3s;
  animation: rolldown 0.3s;
}
@-webkit-keyframes rolldown {
  from {margin-top: 0px}
  to {margin-top: 15px}
}
@keyframes rolldown {
  from {margin-top: 0px}
  to {margin-top: 15px}
}

.init_cnt{
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 1px 5px 1px 5px;
  min-width: 5px;
  top: 0px;
  margin-top: -2px;
  margin-right: 2px;
  border-radius: 10px;
  cursor: pointer;
}
.init_planned{
  background-color: #333
}
.init_planned:hover{
  background-color: #777
}
.init_active{
  background-color: #06A
}
.init_active:hover{
  background-color: #3085C5;
}
.init_closed{
  background-color: #AAA
}
.init_unactivated{
  background-color: #D82
}
.init_overdue{
  background-color: #BE0017;
}
.init_overdue:hover{
  background-color: #D45;
}
.init_overview{
  background-color: #000;
  opacity: 0.2;
}
.legend_planned{
  color: #333
}
.legend_active{
  color: #06A
}
.legend_closed{
  color: #AAA
}
.legend_unactivated{
  color: #D82
}
.legend_overdue{
  color: #BE0017;
}

.strat_tree{
  position: relative;
  display: inline-block;
  padding: 1px 5px 0px 5px;
  top: 0px;
  margin-top: -2px;
  margin-right: 2px;
  border-radius: 2px;
  cursor: default;
  white-space: nowrap;
  text-align: left;
  border-bottom: 2px solid #999;
  color:#000;
}

.strat_tree_active{
  color:#000;
  border-bottom: 2px solid #09F;
}



.moving_tooltip{
  position:absolute;
  border:1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
  top:0px;
  -webkit-animation: tooltipin 0.5s;
  animation: tooltipin 0.5s;
  z-index: 2000;
  color: #000;
  max-width: 500px;
  white-space: normal;
}
.static_tooltip{
  position:absolute;
  border:1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
  top:10px;
  left:10px;
  -webkit-animation: tooltipin 0.5s;
  animation: tooltipin 0.5s;
  z-index: 1560;
  color: #000;
}





.styleable_menu{
  position: absolute;
  z-index: 1000;
  left:20px;
  top:3px;
  background-color: #FFF;
}

.styleable_menu_item{
  display: inline-block;
  padding: 7px;
}
.styleable_menu_loading{
  display: inline-block;
  padding: 7px;
  color: #2af;
  text-transform: uppercase;
}
.styleable_menu_loading:hover{
  cursor: pointer;
}
.styleable_menu_separator{
  display: inline-block;
  border-right: solid 1px #CCC;
  width: 1px;
  height: 11px;
}
.styleable_menu_lnktxt{
  width: 65%;
  margin: 5px;
}
.styleable_menu_item:hover{
  color: #2af;
  cursor: pointer;
}
#styleable_menu_input{
  margin-left: 5px;
  width: 100px;
}
.styleable_menu_detectedimg{
  margin: 10px;
}
.styleable_menu_import{
  color: #2AF;
  cursor: pointer;
  font-size: 14px;
}

.styleable_image{
  /* border: solid 1px #EFEFEF; */
  min-width: 50px;
  min-height: 50px;
  max-width: 97%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*.styleable_image:hover > .styleable_image_menu{
  display:inline-block;
}*/
.styleable_image_menu{
  vertical-align: bottom;
  position:relative;
  display: inline-block;
  clear:both;
  z-index: 1000;
  /*position: absolute;
  bottom:40px;
  right: 35px;
  white-space: nowrap;*/
}
.styleable_image_menu_cont{
  position: absolute;
  bottom:20px;
  right:20px;
  white-space: nowrap;
}
.styleable_image_control{
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  color: #EFEFEF;
  margin-right:10px;
}
.styleable_image_control:hover{
  color: #2AF;
}
.styleable_image_cont{
  border: solid 1px #EFEFEF;
  padding: 5px;
  position: relative;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
}

.row_highlight{
  color: #09F;
  border-top: 1px solid #09F;
  border-bottom: 1px solid #09F;
}

.missing_highlight{
  -webkit-animation: missing 3s;
  animation: missing 3s;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: rgba(255,0,0,0.1);
}
@-webkit-keyframes missing {
  from {border-color: rgba(255,0,0,1)}
  to {border-color: rgba(255,0,0,0.1)}
}
@keyframes missing {
  from {border-color: rgba(255,0,0,1)}
  to {border-color: rgba(255,0,0,0.1)}
}
.styleable_image_float{
  float:left;
}
.styleable_image_float_r{
  float:right;
  margin-left: 15px;
}






.forces_icon_level2{
  text-align: center;
  padding-top: 30px;
  width: 3%;
}
.forces_icon_level1{
  text-align: center;
  width: 100%;
}
#hot3{
  padding-top: 45px;
  margin: 0px 20px 0px 20px;
}

.rotate_90{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate_180{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate_270{
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.circle_letter{
  color: white;
  padding: 1px 4px 1px 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 90%;
  font-weight: bold;
}

.soption{
  color: white;
  padding: 0px 4px 0px 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 90%;
  font-weight: normal;
  width:60px;
  display: inline-block;
}

.sort_option{
  margin-left: 10px;
  cursor: pointer;
}
.sort_option:hover{
  opacity: 0.5;
}
.sort_option_active{
  color: #09F;
}
.title_sorted1{
  color: #09F;
}
.title_sorted1::before{
  font-family: cpq;
  font-weight: normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position: relative;
  bottom:-2px;
  content:"/";
}
.title_sorted2{
  color: #09F;
}
.title_sorted2::before{
  font-family: cpq;
  font-weight: normal;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  position: relative;
  bottom:-2px;
  content:"<";
}
.title_filtered{
  color: #BE0017;
}
#svg_dump{
  opacity:1;
  position:absolute;
  top:0;
  background-color: white;
  z-index: 9999;
}
._svgtitle{
  font-family: "Mulish";
  font-size: 12px;
}

._multiswitch_on > .pct_opt { color: #09F; font-weight: bold }
._multiswitch:last-child > .pct_opt::after{
  content: "";
}

.spend_tree{
  position: relative;
  left:0px;
  width:70px;
  text-align: right;
}

.spend_tree_bar{
  position: absolute;
  cursor:pointer;
  background-color: #666;
  left: 80px;
  top:0px;
  height: 14px;
  border-radius:8px;
}

.risk_tree_bar{
  cursor:pointer;
  background-color: #666;
  height: 13px;
  border-radius:8px;
  display: inline-block;
}
.risk_list_item{
  padding-bottom: 4px;
  cursor: pointer;
}
.risk_list_item:hover{
  color: #09F;
}
.risk_list_hidden{
  opacity: 0.3
}

.butlink{
  color: #09F;
  cursor: pointer;
}
.butlink:hover{
  text-decoration: underline;
}

.butlinkb{
  color: #08E;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.butlinkb:hover{
  text-decoration: underline;
}
.user_header_cont{
  top: 0px;
  left: 0px;
  width: 820px;
  height: 130px;
  position: absolute;
  background: #F2F2F2;
}
#user_formby_avatar{
  position: absolute;
  top: 20px;
  left: 150px;
}
#user_tab_cond{
  position: absolute;
  bottom: -5px;
  right: 50px;
}
.user_tab{
  display: inline-block;
  margin-left: 5px;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.inactive_user_tab:hover{
  color:#2af;
}
.active_user_tab{
  background-color: white;
}
#userset_fields{
  top: 376px;
  padding: 10px 30px 30px 30px;
  position: absolute;
}

#user_content{
  top: 136px;
  width: 800px;
  z-index: 10;
  padding: 20px 30px 0px 30px;
  position: absolute;
  overflow-y: auto;
}
.user_avatar_img{
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 3px white solid;
  background-size: cover;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 50px;
}
.photoalbum{
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px #DDD solid;
  background-size: cover;
  margin: 0 auto;
  cursor: pointer;
  vertical-align: bottom;
}
.user_delete{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color:#999;
  cursor: pointer;
}
.user_delete:hover{
  color: red;
  text-decoration: underline;
}
.link_cont{
  display: inline-block;
  position: relative;
}

.hoverlink:hover{
  cursor: pointer;
  color: #08E;
  text-decoration: underline;
}

.add_slab{
  font-family: 'Seriff', serif;
  font-size:120%;
  font-weight: bold;
  cursor: pointer;
}
.add_slab:hover{
    color: #08E;
}
#user_settings_pass_title, #user_settings_twofac_title{
  color: #999;
  margin: 20px 0px 5px 3px;
  text-transform: uppercase;
}
.passeditable{
  text-security:disc;
  -webkit-text-security:disc;
  -mox-text-security:disc;
}

.c52w{
  fill:#DDD;
}

.sav_strategic{
  background-color: #DDEEF5;
  color:#06A;
}
.sav_tactical{
  background-color: #FDC;
  color:#C70;
}

.chart_line{
  position: absolute;
  width: 1px;
  background-color: #777;
  pointer-events: none;
}
.chart_lid{
  position:absolute;
}
.chart_line_tt{
   position: absolute;
   background-color: rgba(255,255,255,0.9);
   width: 120px;
   padding: 5px;
   top:0px;
   left:1px;
}
.simhedge{
   position: absolute;
   background-color: rgba(255,160,0,0.3);
}
.simhedge_text{
   position: absolute;
   width: 220px;
   background-color: rgba(255,255,255,0.8);
   text-align: center;
}
.gray_line{
  width: 1px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  pointer-events: none;
}
.sim_title{
  font-size: 90%;
  position: absolute;
  white-space: nowrap;
  line-height: 15px;
  background-color: rgba(255,255,255,0.6);
  padding: 5px;
}
#tdesc{
  display: inline-block;
  margin-left: 20px;
  font-size: 70%;
  color: red;
}
.verify_btn{
  cursor: pointer;
  padding-left: 5px;
  color:#2af;
}
.inactive_option{
  pointer-events: none;
  color: #CCC;
}
.hidden_option{
  display: none;
}

._strat_list:before{
  font-weight: bold;
  font-size: 10px;
  content:"STRAT";
  color: #CCC;
}
._init_list:before{
  font-weight: bold;
  font-size: 10px;
  content:"INIT";
  color: #CCC;
}
._other_list:before{
  font-weight: bold;
  font-size: 10px;
  content:"OTHER";
  color: #CCC;
}
.risk_address{
  position: relative;
  padding-bottom: 2px;
}
._list_plus{
  position: absolute;
  top: 0px;
  left: -30px;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
._list_plus:hover::before{
  cursor: pointer;
  font:normal normal normal 10px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"C";
  color: #09F;
}
._list_minus{
  position: absolute;
  top: 0px;
  left: -30px;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
._list_minus:hover::before{
  cursor: pointer;
  font:normal normal normal 10px/1 cpq;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"q";
  color: #09F;
}

.lin1{
  width:18px;
  height:40px;
  border-right:1px solid #666
}
.lin2{
  width:18px;
  height:20px;
  border-right:1px solid #666
}
.spend_overview_gsl{
  display: inline-block;
  width:25px;
  text-align:right;
  padding-right:5px;
}
.simple_line{
  width: 100%;
  border-top: solid 1px #999;
  margin:80px 0px 80px 0px;
}
.blink_this {
  animation: blink_this 0.5s linear 5;
}
@keyframes blink_this {
  50% {opacity: 0.4;}
}
.blink_me {
  animation: blinker 1s linear 5;
}
@keyframes blinker {
  50% { opacity: 0.4; background-color: #BDF}
}
.eltype{
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: rgb(0, 0, 0);
  padding: 1px 5px 1px 5px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 0px;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 11px;
/*
  color: white;
  padding: 1px 4px 0px 4px;
  margin: -2px 2px 0px 2px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  width: 22px;
  text-align: center;
  text-indent:0px; */
}
.impact_pct{
  display: inline-block;
  width:20px;
}
.impact_bar{
  display: inline-block;
  margin-left: 6px;
  margin-top: 2px;
  height:8px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.grade_circle{
  width:13px;
  height:13px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.dist_bar_cont{
  margin-top:1px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  white-space: nowrap;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  height: 10px;
}
.dist_bar{
  display: inline-block;
  height:10px;
}
.dist_grade{
  position: absolute;
  width:24px;
  top:-1px;
  height:14px;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.150);
}
.statement_comment_delete{
  display:none;
  cursor:pointer;
  margin-left:5px;
}
.statement_comment_delete:hover{
  color:#09F;
}
.statement_comment:hover .statement_comment_delete{
  display:inline-block;
}
.grid_setup_option{
  white-space: nowrap;
  line-height: 20px;
  cursor: pointer;
}
.grid_setup_option:hover{
  color: #2AF;
}

.grid_setup_label{
  display: inline-block;
  width:90px;
  color: #000;
  font-weight: bold;
  text-align: left
}

.grid_setup_div{
  padding: 5px 0px 15px 90px;
}

.grid_setup_div div{
  padding-bottom: 2px;
}

.grid_setup_row .hover_light{
  display:none;
}
.grid_setup_row:hover .hover_light{
  display:inline-block;
}
.clear_date_btn{
  text-align: right;
  padding-bottom: 5px;
}
.date_const_l{
  display:inline-block;
  width:55px;
  text-align: right
}
.date_const_r{
  display:inline-block;
  width:55px;
  text-align: left
}
.svg_hover:hover{
  opacity:0.8;
}
.pr_paste_eff{animation:fullScale .5s;}
@keyframes fullScale{
  from{
    transform:scale(1.2);
    transform-origin: center center;
  } to {
    transform: scale(1);
    transform-origin: center center;
  }
}
.pr_same_width{
  box-shadow: -2px 0px 0px 0px #08E, 2px 0px 0px 0px #08E;

}
.pr_same_height{
  box-shadow: 0px 2px 0px #08E, 0px -2px 0px #08E;

}
.pr_same_width_height{
  box-shadow: -2px 0px 0px 0px #08E, 2px 0px 0px 0px #08E, 0px 2px 0px #08E, 0px -2px 0px #08E;
}
._grid_pages_wrapper{
  width: 540px;
  height: 80px;
  overflow: auto;
  white-space: nowrap;
  margin: 10px 0px 0px 10px;
}
._grid_page{
  position: relative;
  width: 100px;
  height: 60px;
  border: 1px solid rgb(172, 172, 172);
  display: inline-block;
  margin-left: 5px;
  background-color: white;
  overflow: hidden;
  cursor: pointer;
}
._grid_page_active{
  border-color: #2af;
}
._grid_page_inner{
  transform: scale(0.1);
  transform-origin: 0% center 0px;
  pointer-events: none;
}
._grid_page_number{
  border-radius: 50%;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 9px;
  background-color: rgb(156, 156, 156);
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}
._grid_page_del{
  position: absolute;
  top: 2px;
  right: 2px;
  color: red;
  font-size: 12px;
}
._grid_page_del:hover{
  color: black;
}
._grid_page_add{
  position: absolute;
  top: 42px;
  left: 565px;
  font-size: 30px;
  cursor: pointer;
  color: darkgray;
}
._grid_page_add:hover{
  color: #2af;
}
._cntnt_version{
  /* margin-left:5px; */
  color: darkgray;
  cursor: pointer;
  font-size: 12px;
  overflow:hidden;
  /* display:inline-block; */
  /* display: block; */
}
._cntnt_version:hover{
  color: #08E;
}
._cntnt_update{
  margin: 1px 5px 0px 0px;
  /* display: inline-block; */
  /* display: block; */
  font-size:12px;
  color: darkgray;
  cursor: pointer;
  overflow: hidden;
}
._cntnt_update:hover{
  color: #08E;
}
._cntnt_source{
  display: none;
  border: 0px;
  outline-width: 0px;
  border-bottom:1px solid black;
  margin-right: 10px;
  font-size: 12px;
  width: 264px;
}
._cntnt_source_text{
  margin: 7px 0px 0px 5px;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  max-width: 215px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow:hidden;
  margin-bottom: -3px;
}
._cntnt_source_text:hover{
  color: #08E;
}
._change_source_toggle{
  color: darkgray;
  cursor: pointer;
  font-size: 12px;
  overflow: hidden;
}
._change_source_toggle:hover{
  color: #08E;
}
._src_pop_btn{
  margin: 4px 0px 4px 0px;
}
._src_pop_btn>span{
  margin-left: 4px;
}
._cntnt_period_btn{
  margin-left: 5px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow:hidden;
  margin-bottom: -3px;
  max-width: 215px;
}
.presentation_pages{
  /* width:150px; */
  width: 153px;
  position: relative;
  padding: 5px;
}
.presentation_pages_container{
  position: absolute;
  margin-right:20px;
  height:600px;
  overflow-y: auto;
  display: none;
  background-color: #F2F2F2;
  border-right: 1px solid rgb(218, 216, 216);
  z-index: 10;
}
.presentation_pages_line{
  width: 2px;
  width: 1px;
  z-index: 10;
  height: 600px;
  position: absolute;
}
.presentation_page{
  width: 150px;
  height: 190px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom:10px;
  background-color: white;
}
.presentation_page:hover{
  -moz-box-shadow: 0 0 15px #999;
  -webkit-box-shadow: 0 0 15px #999;
  box-shadow: 0 0 15px #999;
}
.presentation_content{
  width:1000px;
  height:1450px;
  position: relative;
  float:left;
  overflow: hidden;
}
.pr_math_sign {
  margin: 2px;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  padding: 5px;
}
.pr_move_coords {
  font-family: monospace;
  position: absolute;
  background-color: #FFF;
  padding: 4px;
  border: 1px solid #edecec;
}
.pr_txt{
  position: absolute;
  font-size: 20px;
  line-height: 130%;
}
.pr_txt div {
  display: inline-block;
  width: 100%;
}
.pr_text_button{
  cursor: pointer;
}
.pr_text_button:hover{
  color: #2af;
}
.pr_table{
  border-collapse: collapse;
  table-layout: auto;
  margin: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  color-adjust: exact;
}
.pr_table td{
  padding: 0px 4px 0px 4px;
  background-clip: padding-box;
}
.pr_table td {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.pr_table td:first-child {
  border-left: none;
}
.pr_table td:last-child {
  border-right: none;
}
.pr_table tr:first-child td {
  border-top: 1px solid transparent;
}
.pr_table tr:last-child td {
  border-bottom: 1px solid transparent;
}
.pr_move {
  border: 1px dashed #CCC;
  position: absolute;
  cursor: move;
}
.pr_move:hover{
  border: 1px dotted red;
}
.pr_mmelem{
  /* box-shadow: 0 0 2px 2px rgb(50, 140, 224); */
  outline: 2px dashed #2AF;
  outline-offset: 2px;
}
.pr_ruler{
  cursor: pointer;
  background-color: rgb(248, 248, 248);
  overflow:hidden;
}
.ruler_guide_v{
  width: 3px;
  height: 1305px;
  position: absolute;
  top: 130px;
  cursor: ew-resize;
  opacity: 0.4;
  z-index: 100;
}
.ruler_guide_v_inner{
  position: relative;
  left: 1px;
  width: 1px;
  height: 1305px;
  background-color: red;
}
.ruler_guide_h_inner{
  position: relative;
  top: 1px;
  height: 1px;
  width: 1000px;
  background-color: red;
}
.ruler_guide_h{
  width: 1000px;
  height: 3px;
  position: absolute;
  left: 0px;
  cursor: ns-resize;
  opacity: 0.4;
  z-index: 100;
}
.am_cont{
  position:absolute;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 1px #F0F0F0;
  -moz-box-shadow: 0 0 2px 1px #F0F0F0;
  box-shadow: 0 0 2px 1px #F0F0F0;
  background-color: white;
  font-size: 12px;
  /* z-index: 100000; */
  z-index: 200;
}
.am_box{
  padding:5px 6px 4px 6px;
  border-right: 1px solid #F0F0F0;
  color: #000;
  cursor: pointer;
  float: left;
}
.am_box:hover{
  background-color: #2af;
  color: white;
}
.am_box:last-of-type{
  border-right: 0px;
}
.am_box_divider{
  border-right: 1px solid rgba(128, 128, 128, 0.5) !important;
}
.am_box_divider:hover{
  border-right: 1px solid #F0F0F0 !important;
}
.am_box_divider_bottom{
  border-bottom: 1px solid #F0F0F0;
}
.am_title{
  padding:5px 6px 4px 6px;
  border-right: 1px solid #F0F0F0;
  color: #000;
  cursor: pointer;
  float: left;
  pointer-events: none;
}
.am_title:hover{
  cursor: default;
}
.hide_scroll::-webkit-scrollbar{
  display:none;
}
.bold{
  font-weight: bold;
}
.italic{
  font-style: italic;
}
.underline{
  text-decoration: underline;
}
.font_family_ul{
  box-shadow:none;
  border:1px solid lightgray;
  padding:0px;
  top:20px;
  left:100px;
  width:130px;
  height:100px;
  overflow:hidden;
  overflow-y:scroll;
}
.font_size_ul{
  box-shadow:none;
  border:1px solid lightgray;
  padding:0px;
  list-style-type:none;
  top:20px;
  width:66px;
  height:100px;
  overflow:hidden;
  overflow-y:scroll;
}
.font_selected_li{
  background-color: lightgray !important;
}
.select_cell:before{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  background: rgba(220,14,120,0.5);
  z-index: 1;
}

.pm_img_wrap{
  position: relative;
  display: inline-block;
}
._pm_img_menu_wrap{
  bottom: 25px;
  height: 0px;
  width: 100%;
  position: absolute;
}
._pm_menu_item{
  height: 0px;
  width: 25px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  cursor: pointer;
}
._pm_image_leftfloat{
  float: left;
  clear: left;
  padding: 5px 5px 5px 2px;
}
._pm_image_rightfloat{
  float: right;
  clear: right;
  padding: 5px 2px 5px 5px;
}

[class^="pr_"] [contenteditable]:focus, [class^="pr_"][contenteditable]:focus{
  outline: 0px solid transparent;
  caret-color: black;
}
.pr_content_input::placeholder{
  color: #08E;
}
.scale_pr_thumb{
  transform:scale(0.15,0.15);
  transform-origin:0% 0%;
  width: 1000px !important;
  height: 600px !important;
  position:absolute;
  top:5px;
  left:0px;
}
#presentation{
  margin-left: 120px;
}
#presentation_name{
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  text-overflow: ellipsis;
}
.presentation_content{
  background-size: cover;
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  background-position: center center;
}
.presentation_new_page{
  width: 153px;
  color:black;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.pr_toggle_page{
  width:12px;
  height:12px;
  display: inline-block;
  transform-origin: 50% 50%;
}
.presentation_del_page{
  top: 5px;
  right: 5px;
  color:#999;
  font-size: 14px;
  position: absolute;
}
.presentation_del_page:hover{
  color:red;
}
.presentation_dup_page{
  top: 5px;
  left: 5px;
  color:#999;
  font-size: 14px;
  position: absolute;
}
.presentation_dup_page:hover{
  color: #2af;
}
.presentation_loading_thumb{
  color:#BBB;
  padding: 10px;
}
.presentation_bkg{
  position: absolute;
  top: 0px;
  left: 0px;
  width:1000px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: 1000px 600px;
}
.presentation_add{
  position: relative;
}
.presentation_add_button{
  position:absolute;
  right:0px;
  top:-10px;
  color:#FFF;
  background-color:#06C;
  padding:2px 10px 3px 10px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 888;
}
.presentation_add_button:hover{
  background-color:#09F;
}
.presentation_add_button_pick{
  position:absolute;
  right:-25px;
  top:00px;
  background-color:#06c;
  padding:3px 10px 1px 8px;
  border-radius: 0px 10px 10px 0px;
  z-index: 870;
}
.pr_cntnt{
  position: absolute;
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
.cntnt_sel_cell:before{
  content:" ";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  background: rgba(193, 192, 196, 0.5);
  visibility: visible !important;
}
.shapediv{
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.shapediv:hover{
  opacity:0.8;
}
.pr_open_from_cont{
  float:left;
  cursor: pointer;
  margin: 5px 15px 10px 5px;
}
.pr_open_from_cont:hover{
  color:#2AF;
}
.pr_open_from_thumb{
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  background-size: cover;
  width: 150px;
  height: 100px;
  margin-bottom: 10px;
}
.pr_open_from_name{
  text-align: center;
}
.pr_open_from_title{
  font-size: 18px;
  margin-bottom: 15px;
}
.pr_thumbpreview{
  width: 150px;
  height: 100px;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  background-size: cover;
  cursor: pointer;
}
.pr_thumbpreview:hover{
  -moz-box-shadow: 0 0 15px #999;
  -webkit-box-shadow: 0 0 15px #999;
  box-shadow: 0 0 15px #999;
}
.pr_shape{
  position: absolute;
}

.pr_shape_table {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.pr_shape_table:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.pr_shape_text {
  display: inline-block;
  vertical-align: middle;
  width: 86%;
  min-height: 13px;
  min-width: 13px;
}
.curr_txt_col{
  border-radius: 50%;
  border: 1px solid black;
  width: 8px;
  height: 8px;
  display: block;
  float: right;
  margin-left: 4px;
}
.resize_handle{
  position:absolute;
  width:0px;
  height:0px;
}
.resize_handle_dot{
  position:absolute;
  border-radius:50%;
  width:10px;
  height:10px;
  left:-5px;
  top:-5px;
  background-color:rgba(0,0,0,0.2);
  z-index: 6;
}
.resize_handle_dot:hover{
  background-color:#09F;
}
.pr_line{
  position: absolute;
  height: 2px;
  background-color: #000;
  transform-origin: 0 100%;
}
@media print{
  .pr_line{
    background-color: #000;
    -webkit-print-color-adjust: exact; /* Chrome, Safari */
    color-adjust: exact; /* Firefox */
  }
}
.pr_arrow:before {
  font-family: cpq;
  font-weight: normal;
  font-size: 18px;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  right:-10px;
  top:-8px;
  position: absolute;
  content:"h";
}
.pr_image{
  position: absolute;
  min-width: 5px;
  min-height: 5px;
  height: auto;
}
.slide_ui_arrow:hover{
  opacity: .5;
}
.slide_ui{
  width: 270px;
  position: absolute;
  top: 10px;
  right: 50px;
  border-radius: 0px 0px 6px 6px;
  font-size: 24px;
  color: black;
  padding:4px;
  z-index:1000000;
  transform: scale(0.7);
  color: #777;
}
.slide_ui>span{
  cursor: pointer;
}
.slide_ui_arrow:hover{
  opacity: .5;
}
/* presentation import content */
.cnt_iframe_title{
  position: absolute;
  background-color: white;
  border-bottom: 1px solid lightgray;
  z-index: 10000;
  padding-left: 20px;
  /* padding-top: 4px; */
  vertical-align: middle;
  line-height: 26px;
  font-size: 14px;
  font-family: 'Mulish';
}
.cnt_iframe_content{
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  background: white;
  border:0;
  z-index: 10001;
}
.cnt_iframe_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 10000;
}
/* /presentation import content */
/* presentation slide preview */
.preview_thumb{
  width: 200px;
  height: 120px;
  outline: 1px solid darkgray;
  display: inline-block;
  margin: 20px;
  cursor: pointer;
}
/* /presentation slide preview */
.pr_child, .new_pr_pg_btn{
  width: 20px;
  height: 20px;
  margin: 5px 5px 10px 5px;
  float: left;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  font-family: "Seriff";
  line-height: 20px;
}
.pr_child:hover{
  border-color: #2af;
  background-color: white;
  border-radius: 0px 5px 5px 5px;
  transition: border-radius, background-color;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
/* .pr_child_num{
  text-align:center;
  vertical-align:middle;
  font-weight: normal;
  position: relative;
  font-size: 12px;
  line-height:12px;
  width:15px;
  height:15px;
  float:left;
  margin:2px;
  padding:5px;
  display:none;
} */
/* .pr_child_num:hover{
  background-color: #F2F2F2;
} */
/* .pr_parent{
  cursor:pointer;
  clear:both;
  font-size:10px;
  padding-left:5px;
} */
/* .pr_name_inmenu:hover{
  color: #08E;
} */
.pr_cnt_prev_box{
  position:absolute;
  width:250px;
  height:150px;
  border:1px solid darkgray;
  background-color:white;
  z-index: 1000;
}
.pr_cnt_prev_box_cont{
  transform: scale(0.25);
  transform-origin: 0%;
  pointer-events: none;
}
.snf_drawer{
  width: 100%;
  position: relative;
  background-color: #EDEDED;
  margin-top: -10px;
  margin-bottom: 5px;
  display: none;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.snf_column{
  min-width: 21%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow-y: auto;
}
.snf_divider{
  width: 0px;
  display: inline-block;
  position: relative;
}
.snf_divider_bg{
  width: 1px;
  background-color: #B4D6ED;
  position: absolute;
  top:10px;
  height: 100px;
}
.snf_box{
  padding: 10px 10px 10px 30px;
  max-height: 120px;
  min-height: 120px;
  white-space: normal;
}
.snf_column_row{
  line-height: 18px;
  width: 100%;
}
.snf_column_row:hover{
  background-color: #E2E2E2;
}
.snf_title{
  line-height: 18px;
  width: 100%;
  margin-left: -10px;
  font-weight: bold;
}
.snf_column_entry{
  display: inline-block;
  max-width: 300px;
  white-space: pre-line;
  vertical-align: top;
}
.snf_column_hover{
  display: inline-block;
  margin-left: 20px;
  opacity: 0;
  color:#666;
}
.snf_column_row:hover > .snf_column_hover{
  opacity: 1;
}
.drawerhook{
  margin-top: 285px;
  background-color: #ABA8A8;
  display: inline-block;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  opacity: 0.7;
  color: #514F4F;
  z-index: 10;
}
.drawerhook:hover{
  opacity: 1;
  color:white;
}
.drawerhookicon::before{
  padding-top: 10px;
  display: inline-block;
  font: normal normal normal 13px/1 cpq;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  position: relative;
  content: "v";
  font-size: 16px;
  z-index: 10;
}
#presentation_details{
  font-family: 'Mulish', sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.pr_glueline{
  position: absolute;
  opacity: 0.5;
}
.pr_glueline_h{
  left: 0px;
  width: 1000px;
  border-top: 1px solid rgba(255, 0, 0, 0.40);
}
.pr_glueline_v{
  top: 0px;
  height: 650px;
  border-left: 1px solid rgba(255, 0, 0, 0.40);
}
.presentation_container{
  height: 1450px;
}
.xxc::before{
  content: "CAT";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color: #999;
  padding: 1px 5px 1px 5px;
  margin-right:10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}
.xxs::before{
  content: "SUP";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color:#555;
  padding: 1px 5px 1px 5px;
  margin-right:10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}
.xxl::before{
  content: "LOC";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color:#333;
  padding: 1px 5px 1px 5px;
  margin-right:10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}
.xxi::before{
  content: "ITM";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color:#CCC;
  padding: 1px 5px 1px 5px;
  margin-right:10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}
.ssp{
  font-size: 90%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color:#999;
  padding: 1px 5px 1px 5px;
  margin-right:10px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  width:20px;
}
.sspx{
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #333;
  background-color:#EEE;
  padding: 1px 5px 1px 5px;
  border-radius: 2px;
  margin-right:10px;
  text-align: center;
  display: inline-block;
  width:20px;
}
.sspch{
  height: 10px;
  position: relative;
}
.sspcf{
  height: 12px;
  top: 1px;
  left:-90px;
  position: absolute;
  pointer-events: none;
  opacity: 0.2;
  border-radius: 2px;
}
.expline{
  width: 1px;
  pointer-events: none;
  position: absolute;
  right:11px;
  background-color: #666;
  height: 20px;
}
.tools_div_container{
  padding:5px 5px 5px 5px;
  margin:10px 0px 10px 150px;
  background-color: #FFF;
}
#tools_div{
  display: inline-block;
  width: 948px;
}



/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1000000;
  height: 0px;
  width: 0px;
  overflow: show;
  margin: auto;
  top: -100px;
  left: 100px;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:after {
  display: block;
  font: normal normal normal 13px/1 cpq;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01a";
  font-size: 100px;
  margin: 0 0 0 -112px;
  color:#FFF;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}
.loadingdiv{
  padding: 0 0 0 50px;
}
.loadingdiv:before {
  display: block;
  position:  absolute;
  font: normal normal normal 13px/1 cpq;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01a";
  font-size: 300%;
  margin: 0 0 0 -50px;
  color:#000;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}

.popup_loading:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.popup_loading:after{
  position: fixed;
  z-index: 3;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  color:#FFF;
  content: "\e01a";
  font: normal normal normal 60px/1 cpq;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}

.element_loading:before{
  content: attr(data-loadingtext);
  color: white;
  padding: 5px;
  font-size: 1.4em;
  z-index: 2;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.element_loading:after{
  position: fixed;
  z-index: 3;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  color:#FFF;
  content: "\e01a";
  font: normal normal normal 60px/1 cpq;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}

.loading_text{
  position: absolute;
  top: 114px;
  left: -304px;
  width: 500px;
  font-size: 150%;
  color: #FFF;
  text-align: center;
}
#pg_nm_container{
  font-size: 75%;
  float:right;
  position: relative;;
  margin:5px 20px 0 0 ;
}
.pg_nm_box{
  position: absolute;;
  width: 85px;
  text-align: center;
  right: 23px;
}
.pg_nm_box_arrows{
  cursor: pointer;
  position: absolute;
  top:2px;
}
.pg_nm_box_arrows:hover{
  color:#2af;

}
.notification_bubble{
  position: absolute;
  top: 0px;
  right: -5px;
  font-family: 'Mulish', sans-serif;
  background-color: #F36;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  padding: 2px;
  min-width: 14px;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}
.notification_bubble:hover{
  opacity: 1;
}
.wf_container{
  position: relative;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.wf_container:focus{
  outline: 0px solid transparent;
  caret-color: black;
 }
.wf_notification{
  margin-top: 1px;
  padding: 5px;
  border-top: 1px #f2f2f2 solid;
  position: relative;
}
.wf_notification_eltype{
  margin-top: 5px;
}
.wf_notification_text{
  margin-top: 5px;
  width: 390px;
  /* font-weight: bold; */
}
.wf_notification_content{
  width: 380px;
}
.wf_notification_created{
  color: gray;
  display:  inline-block;
  margin-left: 10px;
  /* margin-left: 20px; */
}
.wf_notification_fromuser{
  font-weight:  bold;
  display:  inline-block;
  /* color:#2af; */
}
.wf_avatar_box{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.wf_avatar{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px #f2f2f2 solid;
  background-size: cover;
}
.wf_notification_content{
  display: inline-block;
  vertical-align: top;
}
.wf_icon_separator{
  padding-left: 5px;
  padding-right: 5px;
  color: #ccc;
  display: inline-block;
}
.wf_title{
  margin-bottom: 10px;
}
.wf_container_loading {
  position: absolute;
}
.wf_info{
  position: absolute;
  right: 5px;
  top:5px;
  color: #c0c0c0;
  cursor: pointer;
}
.wf_hide_message{
  color:#F00;
  cursor: pointer;
}
/* .wf_hidden_button{
  color:#ABA8A8;
  cursor: pointer;
}
.wf_hidden_button:hover{
  color:#2af;
} */

.wf_info_drawer{
  padding-left: 44px;
  padding-top: 10px;
  color:#555;
}
#wf_searchbox{
  width: 440px;
  background-color:#F2F2F2;
  border: solid 0px #999;
  border-radius: 3px;
  font-size: 12px;
  padding-left: 10px;
  margin: 5px 0px 5px 0px;
  outline: 0px solid transparent;
}
.wf_heading_fiter{
  color:#999;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
/* .wf_hidden_el{
  position: relative;
  margin: 5px 0px 5px 0px;
} */
.wf_del_hidden{
  color:#999;
  font-size: 9px;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}
.wf_del_hidden:hover{
  color:red;
}
.wf_replace{
  font-style: italic;
  color: #777;
  font-weight: normal;
  padding: 0px 5px 0px 5px;
}
/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.transparent{
  background-image: repeating-linear-gradient(145deg, #ccc, #ccc 2.5px, white 2.5px, white 5px);
  border-color: white;
}


.upload_content td{
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #EEE;
}
.upload_content td:first-child{
  border-left: none;
}
.upload_content tr:first-child td{
  border-bottom: 1px solid #AAA;
  padding-top:5px;
}
.upload_content tr:hover{
  background-color: #EEE;
  cursor: pointer;
}
.heading_tab{
  margin-right: 30px;
  cursor: pointer;
  color: #09F;
  font-size: 85%;
}
.heading_tab_active{
  cursor: default;
  color: #000;
  font-size: 100%;
}

.rulediv{
  /* padding: 3px; */
  position: relative;
}
.rulediv > .icon-trash{
  visibility:hidden;
}
.rulediv:hover > .icon-trash{
  visibility:visible;
}
.mrkin{
  color:#333
}
.mrope{
  color: #777
}
.mrval{
  color: #000;
  font-weight: bold;
}
.upload_content_head{
  margin-right:10px;
  font-size:110%;
}

.upload_content_head_div{
  padding:10px 0 10px 5px;
  background-color: #DDEEF5;
}

.upload_loading{
  padding: 10px 0 20px 500px;
  background-color: #DDEEF5;
}

.total_info_div{
  padding: 1px 0px 1px 20px;
}
.total_info_div:last-of-type{
  padding-bottom: 10px;
}

.total_info_div div{
  display: inline-block;
  text-align: right;
  padding: 2px;
}

.interactive_info{
  position: absolute;
  color: #ABA8A8;
  top:3px;
}

.analysis_titles{
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 3px 0px 2px 5px;
}

.analysis_content td{
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #EEE;
}
.analysis_content td:first-child{
  border-left: none;
}
.analysis_content td:second-child{
  cursor: pointer;
}
.analysis_content tr:first-child td{
  border-bottom: 1px solid #AAA;
  padding-top:5px;
}
.analysis_bar{
  display: inline-block;
  height: 12px;
}
.hoverch:hover{
  opacity:0.3;
  cursor:pointer;
}
.popupwarning{
  position: absolute;
  top:0px;
  right:0px;
  background-color: #D11;
  color:#FFF;
  padding:7px 10px 5px 10px;
}
.mandatory{
  border-bottom:2px solid #F66
}
.addinit0{
  font-family: 'Seriff', serif;
  font-size:15px;
  font-weight: bold;
  padding-left: 5px;
}
.addinit1{
  font-weight: bold;
  padding: 10px 0 5px 10px;
}
.addinit2{
  padding: 2px 0 2px 5px;
}
.addinit3{
  display:none;
  padding: 2px 0 2px 15px;
}

.modletter{
  color: #FFF;
  border-radius: 10px;
  width:12px;
  font-size: 80%;
  text-align: center;
  font-weight: bold;
  padding: 1px 1px 0px 2px;
  display:inline-block
}
.tab_labels_wrapper{
  display: inline-block;
  background-color: #F2F2F2;
  width: 100%;
}
.tab_label{
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 3px 3px 0px 0px;
}
.tab_label_active{
  color: #08E;
  cursor: default;
  background-color: white;
}
.tab_content{
  margin-top: 14px;
  padding: 0px 20px 0px 20px;
}
.contract_gray_title{
  background-color: #F2F2F2;
  padding: 30px;
  font-size: 16px;
}
.notes_gray_title{
  background-color: #F2F2F2;
  padding: 20px;
  font-size: 12px;
}

.pm_br_scroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 540px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
  #header_menu{
    white-space: normal;
  }
}

.supp_pdf_logo{
  position: absolute;
  top: 400px;
  left: 400px;
  background-image: url("img/logologin.png");
  width: 260px;
  height: 70px;
  background-size: 260px;
  background-repeat:no-repeat;
}

.supp_pdf_name{
  margin-top: 500px;
  text-align: center;
  font-size: 24px;
}

.supp_pdf_date{
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}

.dd_search_box:empty:before{
  content: attr(data-placeholder);
  color: gray;
}

.dd_search_box{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: "100%";
  min-width: "130px";
  height: 15px;
  padding: 8px;
  outline: none;
  background-color: white;
  border-bottom: 1px solid #EEE;
}

.cd_title {
  font-size: 18px;
  margin-bottom: 4px;
}

.cd_subtitle {
  font-size: 12px;
  margin-bottom: 10px;
}

.cd_filename {
  font-size: 14px;
}

.cd_cnt_grp {
  margin-bottom: 12px;
}

.cd_feedback {
  color: red;
}

.dd_selector.dd_data {
  vertical-align: top;
  font-weight: bold;
}

._short_image {
  overflow: hidden;
  height: 80px;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px dashed #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.m_p_circle {
  display: inline-block;
  position: relative;
  bottom: -3px;
}

.m_p_circle_s {
  display: inline-block;
  position: relative;
  bottom: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a0a0a0;
}

.m_p_circle_ph {
  display: inline-block;
  min-width: 7px;
}
.sticky_col_cont{
  position: absolute;
  background-color: white;
}
.gsc_heading {
  font-family: 'Seriff', serif;
  font-size:13px;
  font-weight: bold;
  padding-left: 5px;
  padding-top: 10px;
}

.gsc_heading_result {
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
  background-color: #DDD;
  padding: 5px 0px 5px 5px;
  font-family: 'Seriff', serif;
  border-radius: 2px;
}

.gsc_desc {
  color: #999;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.gsc_box {
  /* border-top: 1px solid #CCC; */
  padding-bottom: 15px;
  vertical-align: top;
  page-break-inside: avoid;
}

.gsc_box_res {
  page-break-inside: avoid;
}


.gsc_flex_row {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 2px;
}

.gsc_flex_column {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  flex-basis: 48%;
  flex-grow: 1;
}

.gsc_row {
  border-top: 1px solid #EEE;
}
.gsc_sub {
  padding-top: 10px;
  font-weight: bold;
}
.gsc_option_hidden {
  display:none;
}
.gsc_line {
  padding-top: 5px;
  padding-bottom: 3px;
}

.modbut {
  text-decoration: none !important;
  color: #666;
  font-weight: bold ;
  cursor: pointer;
}
.modbut:hover {
  color: #39C;
  text-decoration: none !important;
}
.sample_text{
  margin-left:5px;
  color: #be0017;
}
.butactive{
  color: #39C;
}

#gsc_top_right_menu {
  top: 32px;
  z-index: 891;
  float: right;
  font-weight: bold;
  background-color: #FFF;
  padding: 3px 8px 0px 12px;
  font-family: 'Seriff', serif;
}

#gsc_top_right_menu a:hover{
  text-decoration: none;
}

#gsc_top_right_menu a:not(:last-child) {
  margin-right: 10px;
}

.gsc_kraljic_tooltip_table th:first-child{
  min-width: 200px;
  text-align: left;
}

#gsc_preview_div{
  top: 50px;
  right: 10px;
  z-index: 201;
  background-color: #FFF;
}

#gsc_preview{
  float: right;
  border-top: 1px;
  padding: 5px 8px;
  font-weight: bold;
  margin: 0px 20px 10px 0px;
  background-color: #FFF;
}
#pbspan{
  text-transform: none;
  padding: 5px 0 10px 0;
}

.gsc2_suppicker{
  background-color:#EEE;
  padding-top:10px
}

#gsc_percentabe_table{
  border-collapse: collapse;
}

#gsc_percentabe_table td{
  padding-top: 0px;
  padding-bottom: 0px;
}

#gsc_percentage_tr{
  height: 3px;
  background-color: #ebebeb;
}

.gsc_percentage_td{
  background-color: #D2D2D2;
  padding: 0px;
  margin: 0px;
}

.gsc_view_gsc_icon{
  margin:3px;
}

#gsc_view_icon{
  padding:3px;
  font-size: 16px;
  width:15px;
  position: relative;
}

#gsc_view_icon span {
  color: #b9b9b9;
}

#gsc_view_icon span:hover {
  color: #2af;
}

#gsc_percentage_tr td:first-child {
  border-radius: 15px 0px 0px 15px;
}

#gsc_percentage_tr td:last-child {
  border-radius: 0px 15px 15px 0px;
}

.gsc_p_spacer{
  padding: 0px 3px 0px 3px;
}

.gsc_p_fill{
  width: 0%;
  height: 3px;
  background-color: #2af;
}

.gsc_p_separator{
  color: #d3d3d3;
}

.gsc_toggle_btn{
  margin-left: 5px;
  border-radius: 10px;
  color: #FFF;
  padding-left: 3px;
  font-size: 11px;
  line-height: 15px;
  position: relative;
  width: 35px;
  height: 14px;
  cursor: pointer;
}

.gsc_btn_txt{
  width: 26px;
  height: 14px;
  font-weight: 400;
  font-family: "Mulish";
}

.gsc_toggle_btn_off .gsc_btn_txt{
  position: absolute;
  top: 0px;
  right: -4px;
}

.gsc_btn_circle{
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 1px;
}

.gsc_toggle_btn_on .gsc_btn_circle {
  right: 1px;
}

.gsc_toggle_btn_off .gsc_btn_circle {
  left: 1px;
}

.gsc_toggle_btn_on{
  background-color: #3E82DA;
}

.gsc_toggle_btn_off{
  background-color: #A6A6A6;
}
#cnc_tabs_container{
  height: 20px;
}
#cnc_tabs{

  position: relative;
  height: 20px;
  float: right;
}
.cnc_tab{
  float: left;
  padding: 2px 10px 2px 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #999;
  color: #999;
}
.cnc_tab:hover{
  color:black;
  border-bottom-color: black;
}
.cnc_tab_current{
  border-bottom: 2px solid #2AF;
  color: black;
}
.cnc_chart_bar{
  width: 5px;
  background-color: #2AF;
  position: absolute;
  bottom: 0px;
}
.cnc_chart_bar_bkg{
  width: 5px;
  background-color: rgba(0,0,128,0.05);
  margin: 0px 1px 0px 0px;
  display: inline-block;
  position: relative;
}
.cnc_chart_bar_bkg:hover{
 background-color: rgb(214, 214, 214);
}
.chart_bar_popup_date{
  font-weight: bold;
}
.cnc_check_btn{
  display: inline-block;
  cursor: pointer;
}

.cnc_activity_box{
  margin: -3px 0px -3px 0px;
  padding: 4px 0px 4px 0px;
  width:34px;
}
.init-addressed {
  color: #2AF;
  cursor: pointer;
}
.init_tab_content {
  display: none;
  padding: 0 20px;
}

.gsc_init_objective{
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #F2F2F2;
  border-top: 1px solid #CCC;
  position: relative;
  padding: 7px 200px 7px 10px;
}
.gsc_init_grid{
  padding-bottom: 7px;
  display: none;
}

.gsc_outdent_lists ul,ol {
  text-indent: initial !important;
}

.hide_gsc_row_exec {
  display: none;
}

.show_gsc_row_exec ._text {
  display: auto;
  opacity: .3;
}

.wkhtml_hide_tmp {
  display: none;
  opacity:0;
  visibility:hidden;
}

.icon-tsc-requested {
 display: block;
 text-indent: -9999px;
 width: 12px;
 height: 11px;
 background: url(img/tsc_logo_cube.svg);
 background-size: 12px 11px;
 filter: grayscale(100%);
}

.icon-tsc-requested:hover {
  filter: grayscale(0%);
}

.eye-hidden-hover .eye-toggle {
  display: none;
}
.eye-hidden-hover:hover .eye-toggle {
  display: block;
}
.gsc_heading_result .show_on_hover {
  display: none;
}
.gsc_heading_result:hover .show_on_hover {
  display: inline-block;
}
.tsc_textarea {
  height: 60px;
  width: 340px;
  font-size: 10px;
  resize: none;
  font-family: "Mulish", sans-serif;
  border: 0px;
  background-color: #f3f3f3;
}

.tsc_textarea:focus {
  outline: none;
}

.pop_tsc_sub_header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 695px;
  padding: 10px 20px 10px 25px;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

.pop_tsc_sub_footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 695px;
  border-top: 1px solid #d3d3d3;
  padding: 10px 20px 10px 25px;
  background-color: #fff;
}

.gsc_active_tsc {
  background-color: #d2d2d2;
}

.cancel_tsc_req_btn {
  float: right;
  color: red;
  cursor: pointer;
}

.tsc_pasted_table, .tsc_pasted_table td {
  border: 1px solid black;
  border-collapse: collapse;
}

.gsc_line .tsc_ans_div {
  border-bottom: 1px dotted skyblue;
}

.user_ans_div {
  text-indent: 0px;
}

.hoverpoint {
  fill:rgba(0,128,255,0.2);
  stroke:rgba(0,0,128,0.1);
  stroke-width:1;
}
.hoverpoint:hover {
  fill:rgba(0,128,255,0.5);
  stroke:rgba(0,0,128,0.5);
  stroke-width:1;
}

.dd_elm{
  position: relative;
  margin-right: 4px;
}
.dd_rem{
  position: relative;
  display: none;
  width:1px;
  color:#999
}
.dd_rem:before{
  position:  absolute;
  top:-9px;
  right: 0px;
  font-family: "cpq";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  content: "\59";
}
.dd_rem:hover{
  color:#A00
}
.dd_elm:hover .dd_rem{
  display: inline-block;
}

.iconcntnt{
  margin-right:5px;
  color:#666;
  display: block;
}
.iconcntnt p{
  margin: 0;
  padding: 0;
}
.iconcntntdark{
  color:#000
}


.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #F9D9E3;
  border-radius: 11px 2px 2px 11px;
  color: #000;
  height: 15px;
  line-height: 16px;
  padding: 0 8px 0 17px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 30px);
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 5px;
  left: 8px;
  position: absolute;
  width: 4px;
  top: 5px;
}
.tag::after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  content: '';
  border: solid #FFF;
  border-width: 0 10px 10px 0;
  position: absolute;
  height: 11px;
  width: 11px;
  left: -10px;
  top: -3px;
}

.tag_container{
  position: relative;
  margin-bottom: -3px;
  white-space: normal;
}

.tag_del{
  position: absolute;
  right:2px;
  top:0px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #FFF;
  line-height: 1px;
  padding: 2px;
  color:#999;
  opacity: 0;
}
.tag:hover > .tag_del{
  opacity:0.9;
}
.tag_del:hover{
  opacity:1;
  color:#000;
}
.tag_add{
  display: inline-block;
  margin-top: 2px;
  margin-left: 3px;
  vertical-align: top;
  cursor: pointer;
  opacity: 0;
}
.tag_add:hover{
  color:#39C;
}
.tag_container:hover > .tag_add{
  opacity:1;
}

.dd_tag{
  line-height: 14px;
  background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
  background-repeat: repeat-x;
  background-position: 0 10px;
  background-size: 2px 2px;
}

.hierarchy_body{
  /* z-index: 1000; */
  position: absolute;
  width:100%;
  min-height: 100%;
  height: fit-content;
  top:90px;
  bottom:0px;
}

.hierarchy_outer{
  display: flex;
  align-items: top;
  justify-content: center;
}

.hierarchy_box_cont{
  z-index: 950;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.hierarchy_box{
  background-color: #FFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  margin: 10px 10px 0 10px;
  padding: 10px;
}

.hierarchy_title{
  font-weight: bold;
  padding-bottom: 10px;
}

.hierarchy_line_bl{
  border-left : solid 2px #FFF;
  border-top : solid 2px #FFF;
  border-radius: 10px 0 0 0;
  position: absolute;
  top:0px;
  height: 10px;
}

.hierarchy_line_br{
  border-right : solid 2px #FFF;
  border-top : solid 2px #FFF;
  border-radius: 0 10px 0 0;
  position: absolute;
  top:0px;
  height: 10px;
}

.hierarchy_line_b{
  border-top : solid 2px #FFF;
  position: absolute;
  top:0px;
  height: 10px;
}
.hierarchy_line_bu{
  border-left : solid 2px #FFF;
  position: absolute;
  top:0px;
  height: 10px;
}
.hierarchy_line_bi{
  border-left : solid 2px #FFF;
  position: relative;
  width: 10px;
  left: 50%;
  height: 10px;
  z-index: 1000;
}

.hierarchy_line_tlr{
  border-left : solid 2px #FFF;
  border-right : solid 2px #FFF;
  border-bottom : solid 2px #FFF;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width:500px;
  height: 10px;
}

.hierarchy_main_box{
  /* border:1px solid #F00; */
  /* box-shadow: inset 0px 0px 15px rgba(22, 155, 255, 0.5); */
}
.hierarchy_title_current{
  color: #39C;
}

.hierarc1{
  position: relative;
  display: inline-block;
  width: 8px;
  height: 11px;
  margin-right: 4px;
  overflow: hidden;
}
.hierarc2{
  width:15px;
  height: 12px;
  position: absolute;
  top:-5px;
  left:0px;
  border-radius: 15px;
  border: 1px solid #999;
}
.cnc_activity_sticky_col {
  position: sticky;
  left: 0px;
  z-index: 886;
  background-color: #FFF;
  margin-top: -3px;
  padding-top: 3px;
  margin-bottom: -5px;
  padding-bottom: 5px;
  border-right: 1px solid #c4c4c4;
}

.hscroll_loading {
  background-color: transparent;
}

.alignment_slider_wrapper {
  height: 9px;
  width: 90%;
  position: relative;
  border-bottom: 1px dashed #999;
}

.alignment_slider_thumb {
  top: 2px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  cursor: pointer;
  line-height: 16px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgIDIwIDIwIj48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgc3R5bGU9InN0cm9rZTojMzMzO2ZpbGw6bm9uZTtzdHJva2Utd2lkdGg6MXB4OyIvPjwvc3ZnPg==")
}

.alignment_slider_thumb:hover {
  transform: scale(1.3);
  transform-origin: center;
}

.gsc_v2_menu_row td:not(:last-of-type) div {
  margin-left: -11px;
  cursor: pointer;
}

.gsc_v2_menu_row td div {
  cursor: pointer;
}

.gsc_v2_menu_row td {
  margin: 0px;
  padding: 0px;
}

.gsc_std_switch:hover {
  cursor: pointer;
}

.triangle {
  background-repeat:no-repeat;
  background-position: center;
  padding:4px;
  width:10px;
  opacity:0.5;
  background-image:
  url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgIDEwIDIwIj48bGluZSB4MT0iMCIgeTE9IjAiIHgyPSIxMCIgeTI9IjEwIiBzdHlsZT0ic3Ryb2tlOiM5OTk7ZmlsbDpub25lO3N0cm9rZS13aWR0aDoycHg7Ii8+PGxpbmUgeDE9IjAiIHkxPSIxOCIgeDI9IjEwIiB5Mj0iOCIgc3R5bGU9InN0cm9rZTojOTk5O2ZpbGw6bm9uZTtzdHJva2Utd2lkdGg6MnB4OyIvPjwvc3ZnPg==");
}

#gsc1_refresh_sp_ch {
  position: relative;
  left: 40px;
}
.gsc_risk_s_info {
  font-family: 'Seriff';
  margin-left: 50px;
  font-size: 12px;
}

.menu_hide_item_admin {
  color: #c9c9c9;
}
.menu_hide_item {
  display: none;
}

.repo_preview_file_type {
  display: inline-block;
  line-height: 12px;
  font-weight: bold;
}
.repo_preview_file_type > * {
  vertical-align: middle;
}
.repo_preview_file_type > span:first-of-type {
  margin-right: 2px;
}

.repo_preview_dl_name {
  display: inline-block;
  line-height: 12px;
}
.repo_preview_dl_name > * {
  vertical-align: middle;
}
.repo_preview_dl_name > span:first-of-type {
  margin-right: 10px;
  cursor: pointer;
}

#file_repo_count {
  font-size: 9px;
}

.curconvico:hover{
  opacity:1;
}

.pr_gallery_img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right:10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #CCC;
  cursor: pointer;
}

.pr_gallery_img:hover {
  transform: scale(1.1);
  transform-origin: center;
}

.gallery_img{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right:10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #CCC;
}
.gallery_img_del {
  position: absolute;
  top: 3px;
  right: 3px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.gallery_img_del:hover {
  color: red;
  background-color: #FFF;
}
.gallery_img_name {
  position: absolute;
  top: 3px;
  right: 23px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.gallery_img_name:hover {
  color: #39C;
  background-color: #FFF;
}

.gallery_img_left {
  position: absolute;
  top: 35px;
  left: 3px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.gallery_img_left:hover {
  color: red;
  background-color: #FFF;
}

.gallery_img1:hover:before {
  font-family: "cpq";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\59";
  color:#F36;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  cursor: pointer;
}

.filelist_file{
  position: relative;
  padding: 0 0 5px 0;
}
.filelist_file span {
  display: none;
}
.filelist_file:hover span {
  display: inline-block;
}

.filelist_file a {
  display: none;
}

.filelist_file:hover a {
  display: inline-block;
}
.tabs{
  padding: 10px 0 10px 20px;
  background-color: #39C;
}
.tab{
  display: inline-block;
  color: #9CF;
  font-weight: bold;
  font-size: 13px;
  margin-right: 15px;
  cursor: pointer;
}
#content{
  padding: 10px;
}
.active_tab{
  color: #FFF;
}
.preview_name{
  font-size:25px;
  padding: 20px;
  font-weight: bold;
}
.section_heading{
  font-size:18px;
  padding: 10px 0px 10px 20px;
  color: #FFF;
  background-color: #09F;
  margin-bottom: 5px;
  font-weight: bold;
  clear: both;
}
.section_content{
  clear: both;
}
.field_content{
  float: left;
  font-size: 14px;
}
.field_picture_big{
  width:100%;
  float: left;
}
.field_picture_small{
  max-width:100px;
  padding: 20px;
  float: right;
}
.subsection_box{
  width: 50%;
  float: left;
  font-size: 14px;
}
.subsection_heading{
  font-size:16px;
  padding: 10px 0px 10px 20px;
  color: #333;
  background-color: #DDD;
  margin-bottom: 5px;
  font-weight: bold;
  clear: both;
}
.subsection_content{
  padding: 10px 0 30px 20px;
}
.field_div{
  padding: 7px 0 3px 0px;
  border-bottom: 1px solid #DDD;
}

.field_label{
  width: 50%;
  display: inline-block;
  color: #666;
}
.field_input{
  width: 50%;
  display: inline-block;
  color: #000;
}
.field_dropdown{
  width: 50%;
  display: inline-block;
  position: relative;
  color: #000;
}
.field_dropdown_popup{
  width: 200px;
  padding: 10px;
  z-index: 999;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #000;
}
.field_dropdown_popup_row{
  padding: 10px;
  cursor: pointer;
}
.field_dropdown_popup_row:hover{
  background-color: #ADF;
}
.hidden_row{
  display:none;
}
.field_input_placeholder{
  color: #999;
}
.table_heading{
  display: inline-block;
  font-weight: bold;
  color: #000;
  padding: 5px;
  border-bottom: 1px solid #CCC;
}
.table_cell{
  display: inline-block;
  color: #000;
  padding: 5px;
  border-bottom: 1px solid #EEE;
}
path.line {
  stroke: #333;
  stroke-width: 2px;
  fill: none;
}
.chart {
  width: 100%;
  overflow: hidden;
}
svg {
  float: left;
}
.table_row_sel{
  background-color: #DDEEF5;
}

.preview{
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  background-color: #ACF;
  margin-bottom: 5px;
}
.preview:hover{
  background-color: #DEF;
}

.traceimg {
  position: absolute;
  left: 0px;
  top: 40px;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.tracepoint {
  position: absolute;
  cursor: move;
  width: 2px;
  height: 2px;
  border: 6px solid rgba(255, 0, 0, 0.3);
  border-radius: 20px;
}

.tracepoint_sel {
  pointer-events: none;
  border-color: #D00;
}

#pointtbl {
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: absolute;
}
.eq_row {
  background-color: #FFF;
}

.eq_elm {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  background-color: #ACE;
}

.eq_and {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  color: #666;
}

.eq_or {
  padding: 4px 10px 4px 10px;
  color: #666;
}

.eq_add_and {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  color: #09F;
  cursor: pointer;
}

.eq_add_or {
  padding: 4px 10px 4px 10px;
  color: #09F;
  cursor: pointer;
}
.subtbl {
  padding: 5px 0 20px 20px;
}

.subtbl .tbl_title {
  font-size: 11px;
}
.flt {
  margin-left: 10px;
  color: #06C;
}

.tbl_title .flt {
  display: none;
}

.tbl_title:hover .flt {
  display: inline-block;
}

.sim {
  overflow: hidden;
  outline: none; 
  border: none;
}
.sim canvas{
  overflow: hidden;
  outline: none; 
}

.mod {
  overflow: hidden;
  outline: none; 
  border: none;
}
.mod canvas{
  overflow: hidden;
  outline: none; 
}

.itemGroup {
  position: relative;
  margin-left: 15px;
}

.itemGroup:hover {
  opacity:0.8;
}

.itemGroup:before {
  font-family: "cpq";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "h";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: -10px;
}

.itemGroupOpen{
  color: #000;
}

.itemGroupOpen:before {
  font-family: "cpq";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "i";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.itemGroupContainer {
  padding: 5px 0 5px 15px;
  margin: 5px;
  border: 1px solid #CCC;
}

.itemGroupEl {
  font-weight: bold;
  margin-left:30px;
  padding: 5px;
}
.itemLink {
  margin: 3px;
  margin-left: 35px;
  position: relative;
  line-height: 23px;
}
.itemLink:before {
  font-family: "cpq";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\7E";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -15px;
  pointer-events: none;
}

.frm_label {
  display: inline-block;
}

.frm_spacer {
  height: 10px;
  border-top: 1px solid #DDD;
  margin-top: 2px;
}
