/* ===--------------------------------- web  fonts */


/* Don't use any of the imported fonts (E.g. Lato) directly in your html.
 Instead refer to these ones beneath which have fall-backs */


/* Default before being loaded by webFontLoader */

.font-family-open-sans  {
  /* google fonts are being loaded in index.html by the webFontLoader */
	font-family: Arial, Helvetica, Palatino, Bookman, Times, 'Times New Roman';
}

/* web fonts activated*/

html.wf-active .font-family-open-sans  {
  /* google fonts loaded in index.html by the webFontLoader */
	font-family: 'Open Sans';
}

/* Default fonts before web fonts are loaded by webFontLoader */

.font-family-lato,
.font-family-oswald  {
  font-family: Arial, Helvetica, Palatino, Bookman, Times, 'Times New Roman';
}

/* web fonts activated */

html.wf-active .font-family-lato  {
  font-family: Lato;
}

/* web fonts activated */

html.wf-active .font-family-oswald  {
  font-family: Oswald;
}

/*====----------------------------- End web fonts */

html  {
  height: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 70%;
  /*  12px */
}

/* Default fonts before web fonts are loaded by webFontLoader */

body  {
  background-color: #FFFFFF;
  /* we'll fall-back on some safe web fonts in case google fonts are not reachable.
	 http://web.mit.edu/jmorzins/www/fonts.html#sans-serif */
	/* Arial is near-copy of Helvetica, updated slightly. Windows uses Arial in place of Helvetica. */
	font-family: Arial, Helvetica, Palatino, Bookman, Times, 'Times New Roman';
  height: 100%;
  padding: 0px;
}

/* web fonts activated */

html.wf-active body  {
  background-color: #FFFFFF;
  font-family: Lato;
  height: 100%;
  padding: 0px;
}

.commentOutline  {
  border-bottom: 1px solid #f0f0f0;
  /* margin-bottom: 5px; */
}

.clear  {
  clear: both;
}

.alnright  {
  text-align: right;
}

.alnleft  {
  text-align: left;
}

.alnbottom  {
  text-align: bottom;
}

.page-header  {
  padding-bottom: 9px;
}

.page-header .login  {
  font-size: 12px;
  float: right;
  padding-right: 9px;
}

.page-header .logo  {
  float: left;
}

.item-header-footer  {
  font-size: 12px;
  color: gray;
  /* padding-top: 3px; */
	display: block;
}

.item-header-header  {
  padding-bottom: 1px;
  font-style: bold;
}

.item-label-size  {
  font-size: 12px;
}

.comment-date  {
  font-size: 12px;
  color: gray;
  font-style: bold;
}

.comment-creator  {
  font-size: 12px;
  color: gray;
  font-style: bold;
}

.footer  {
  position: absolute;
  bottom: 7%;
  left: 40%;
  right: 40%;
  height: 50px;
  line-height: 30px;
}

.centered  {
  position: fixed;
  top: 50%;
  left: 50%;
}

.disabledLink  {
  color: #333;
  text-decoration: none;
  cursor: default;
}

.white-background  {
  background-color: #FFFFFF;
}

.table-borderless td,
.table-borderless th  {
  border: 0;
}

.strike  {
  text-decoration: line-through;
}

.font29  {
  font-size: 29px;
}

.font28  {
  font-size: 28px;
}

.font27  {
  font-size: 27px;
}

.font26  {
  font-size: 26px;
}

.font25  {
  font-size: 25px;
}

.font24  {
  font-size: 24px;
}

.font23  {
  font-size: 23px;
}

.font22  {
  font-size: 22px;
}

.font21  {
  font-size: 21px;
}

.font20  {
  font-size: 20px;
}

.font20-bold  {
  font-size: 20px;
  font-weight: bold;
}

.font19  {
  font-size: 19px;
}

.font19-bold  {
  font-size: 19px;
  font-weight: bold;
}

.font18-bold  {
  font-size: 18px;
  font-weight: bold;
}

.font18  {
  font-size: 18px;
}

.font17  {
  font-size: 17px;
}

.font17-bold  {
  font-size: 17px;
  font-weight: bold;
}

.font16-bold  {
  font-size: 16px;
  font-weight: bold;
}

.font15-bold  {
  font-size: 15px;
  font-weight: bold;
}

.font14-bold  {
  font-size: 14px;
  font-weight: bold;
}

.font12-bold  {
  font-size: 12px;
  font-weight: bold;
}

.font13-bold  {
  font-size: 13px;
  font-weight: bold;
}

.font4  {
  font-size: 4px;
}

.font5  {
  font-size: 5px;
}

.font6  {
  font-size: 6px;
}

.font7  {
  font-size: 7px;
}

.font8  {
  font-size: 8px;
}

.font9  {
  font-size: 9px;
}

.font10  {
  font-size: 10px;
}

.font10-bold  {
  font-size: 10px;
  font-weight: bold;
}

.font11  {
  font-size: 11px;
}

.font11-bold  {
  font-size: 11px;
  font-weight: bold;
}

.font12  {
  font-size: 12px;
}

.font13  {
  font-size: 13px;
}

.font14  {
  font-size: 14px;
}

.font15  {
  font-size: 15px;
}

.font16  {
  font-size: 16px;
}

.font-bold  {
  font-weight: bold;
}

.gravity-panel-success  {
  background-color: #A7C942;
  border-color: #A7C942;
}

.gravity-panel-success>.panel-heading  {
  color: #468847;
  background-color: #A7C942;
  border-color: #A7C942;
}

.gravity-panel-success>.panel-heading+.panel-collapse .panel-body  {
  border-top-color: #A7C942;
}

.gravity-panel-success>.panel-heading>.dropdown .caret  {
  border-color: #A7C942 transparent;
}

.gravity-panel-success>.panel-footer+.panel-collapse .panel-body  {
  border-bottom-color: #A7C942;
}

.gravity-btn-success  {
  border-color: #A7C942;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9ac400;
  /* #9bbc3b; */
	background-image: -moz-linear-gradient(top, #A7C942, #8aa830);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A7C942), to(#8aa830));
  background-image: -webkit-linear-gradient(top, #A7C942, #8aa830);
  background-image: -o-linear-gradient(top, #A7C942, #8aa830);
  background-image: linear-gradient(to bottom, #A7C942, #8aa830);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7c942', endColorstr='#ff89a830', GradientType=0);
  border-color: #8aa830 #8aa830 #596d1f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.gravity-btn-success:hover,
.gravity-btn-success:focus  {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.gravity-btn-success:hover,
.gravity-btn-success:focus  {
  background-color: #8aa830;
  color: #fff;
}

.gravity-btn-success:active,
.gravity-btn-success.active,
.gravity-btn-success.active:hover  {
  background-color: #9abc36;
  border-color: #8aa830;
  color: #fff;
}

.gravity-btn-success.disabled:hover,
.gravity-btn-success.disabled:focus,
.gravity-btn-success.disabled:active,
.gravity-btn-success.disabled.active,
.gravity-btn-success[disabled] .gravity-btn-success:hover,
.gravity-btn-success[disabled] .gravity-btn-success:focus,
.gravity-btn-success[disabled] .gravity-btn-success:active,
.gravity-btn-success[disabled] .gravity-btn-success.active  {
  background-color: #A7C942;
  border-color: #A7C942;
}

.gravity-btn-circle  {
  /*width: 30px;*/
	height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.main-loading-indicator  {
  position: fixed;
  top: 80px;
  left: 40%;
  z-index: 2;
}

.wrap  {
  word-wrap: break-word;
}

.gray  {
  color: #686868;
}

.light-gray  {
  color: #939393;
}

.light-gray2  {
  color: #F8F8F8;
}

.black  {
  color: #000000;
}

.white  {
  color: #FFFFFF;
}

.red  {
  color: red;
}

.orange  {
  color: #f0ad4e;
}

.bg-orange  {
  background-color: #f0ad4e;
}

.dropbox  {
  border: 2px solid #DDD;
  border-radius: 8px;
  background-color: #FEFFEC;
  color: black;
  font-family: Lato, Arial, sans-serif;
  border-style: dotted;
}

.dropbox-title  {
  text-align: center;
  font-size: 1.5em;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  display: block;
}

.dropbox.not-available  {
  background-color: #F88;
}

.dropbox.over  {
  background-color: #bfb;
}

.empty-dropbox  {
  height: 3em;
  border: 2px solid #DDD;
  border-radius: 8px;
  background-color: #FEFFEC;
  color: #BBB;
  border-style: dotted;
  display: block;
}

.left-inner-addon  {
  position: relative;
}

.left-inner-addon input  {
  padding-left: 30px;
}

.left-inner-addon img  {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

.right-inner-addon  {
  position: relative;
}

.right-inner-addon input  {
  padding-right: 30px;
}

.right-inner-addon img  {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

.text-truncate-ellipsis  {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.trash  {
  color: red;
}

/*
Custom modal, you can remove all of these for default behavior
*/


/* start custom animation */

.modal.fade  {
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.fade.in  {
  left: 100px;
}

/* end custom animation */

.alert-message  {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}

.alert-message h4  {
  margin-top: 0;
  margin-bottom: 5px;
}

.alert-message p:last-child  {
  margin-bottom: 0;
}

.alert-message code  {
  background-color: #fff;
  border-radius: 3px;
}

.alert-message-success  {
  background-color: #F4FDF0;
  border-color: #3C763D;
}

.alert-message-success h4  {
  color: #3C763D;
}

.alert-message-danger  {
  background-color: #fdf7f7;
  border-color: #d9534f;
}

.alert-message-danger h4  {
  color: #d9534f;
}

.alert-message-warning  {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}

.alert-message-warning h4  {
  color: #f0ad4e;
}

.alert-message-info  {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}

.alert-message-info h4  {
  color: #5bc0de;
}

.alert-message-default  {
  background-color: #EEE;
  border-color: #B4B4B4;
}

.alert-message-default h4  {
  color: #000;
}

.alert-message-notice  {
  background-color: #FCFCDD;
  border-color: #BDBD89;
}

.alert-message-notice h4  {
  color: #444;
}

.overlay  {
  font-size: 0.8em;
  position: relative;
  text-align: right;
  bottom: 6px;
  /* color::#A7C942;gravity green    
    font-style:italic; */
}

.btn-outline-success  {
  /* background-color: transparent;
     color: inherit;
    transition: all .5s; */
	border-color: #A7C942;
  border-radius: 6px;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active  {
  border-color: #A7C942;
}

/* start welcome carousel*/

#myCarousel .nav a small  {
  display: block;
}

#myCarousel .nav  {
  background: #eee;
}

#myCarousel .nav a  {
  border-radius: 0px;
}

/* end welcome carousel*/

.gravity-editable  {
  border: 2px solid #5bc0de;
  border-style: dotted;
}

/* Badgers
It start with gravity- to avoid overlapping with Growl badger
------------------------- */


/*--a badger with a close content (small alphabet x) and less margins and padding. */

.gravity-closable-badger  {
  position: relative;
  margin: 0 0 10px 0px;
  padding: 10px 0 0 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.gravity-closable-badger-closer:after  {
  content: 'x';
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  background: #d9534f;
  border-radius: 0 6px 0 6px;
  color: #fff;
  z-index: 3;
}

/* end close badger */

[class*="gravity-badger"]  {
  position: relative;
  margin: 0px;
  padding: 39px 19px 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

[class*="gravity-badger"]:after  {
  content: attr(data-badger);
  position: absolute;
  top: 0;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  background: #999;
  color: #fff;
}

.gravity-badger-left:after  {
  left: 0;
  border-radius: 6px 0 6px 0;
}

.gravity-badger-right:after  {
  right: 0;
  border-radius: 0 6px 0 6px;
}

.gravity-badger-danger:after  {
  background: #d9534f;
}

.gravity-badger-warning:after  {
  background: #f0ad4e;
}

.gravity-badger-success:after  {
  background: #5cb85c;
}

.gravity-badger-info:after  {
  background: #5bc0de;
}

.gravity-badger-inverse:after  {
  background: #222;
}

/* end boostsnipp badger */

.gravity-green  {
  color: #9ac400;
  /* #9bbc3b; */
}

.gravity-green-bg  {
  background: #9ac400;
  /* #A7C942; */
	;
}

.gravity-styled-button  {
  background: #FEDA71;
  background: -moz-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEDA71), color-stop(100%, #FEBB49));
  background: -webkit-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
  background: -o-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
  background: -ms-linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
  background: linear-gradient(top, #FEDA71 0%, #FEBB49 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEDA71', endColorstr='#FEBB49', GradientType=0);
  padding: 4px 5px;
  color: #623F1D;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 12px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #623F1D

}

.gravity-styled-button:hover,
.gravity-styled-button:focus  {
  background: #edb102;
  color: #623F1D;
}

/*overriding boostrap popover width*/

.popover  {
  display: block !important;
  max-width: 450px;
  width: auto;
  height: auto;
}

.popover-title  {
  padding: 5px;
}

.gravity-panel-blue  {
  background-color: #FFFFFF;
  border-color: #F5FAFF;
}

.gravity-panel-blue>.panel-heading  {
  color: #0099FF;
  background-color: #F5FAFF;
  border-color: #F5FAFF;
}

.gravity-panel-blue>.panel-heading+.panel-collapse .panel-body  {
  border-top-color: #F5FAFF;
}

.gravity-panel-blue>.panel-heading>.dropdown .caret  {
  border-color: #F5FAFF transparent;
}

.gravity-panel-blue>.panel-footer+.panel-collapse .panel-body  {
  border-bottom-color: #F5FAFF;
}

.gravity-panel-scroll  {
  max-height: 250px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.shadow  {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}

.one-line  {
  display: inline-block;
}

.align-right  {
  text-align: right;
}

.full-height  {
  height: 100vh

}

.green-yellow  {
  color: #ADFF2F;
}

.yellow  {
  color: yellow;
}

.left-margin-5  {
  margin-left: 5px;
}

.item-outline  {
  background-color: #FEEFB3;
}

.item-outline-border  {
  /* border-right: thick double #FEEFB3; */
	border-right-style: double;
  border-right-width: medium;
  border-right-color: #ED8209;
  /* #FEEFB3; */
}

.item-outline-fadeout  {
  background-color: #FFFFFF;
  transition: background-color .4s linear, ease-in-out;
  -moz-transition: background-color .4s linear, ease-in-out;
  -webkit-transition: background-color .4s linear, ease-in-out;
  -ms-transition: background-color .4s linear, ease-in-out;
  -o-transition: background-color .4s linear, ease-in-out;
}

.connections-selected-item  {
  background-color: #CCFB5D;
  color: green;
  text-decoration: none;
}

.connections-button-active  {
  color: #9ac400;
  /* #9bbc3b; */
	text-decoration: none;
  border-width: 0px;
}

.connections-outline-border  {
  border-style: dashed;
  border-width: 2px;
  border-color: #ccebc5;
}

.item-info-mode  {
  background-color: #CCFFFF;
}

.node  {
  cursor: pointer;
}

.node-text  {
  font: 10px sans-serif;
}

.link  {
  fill: none;
  /*very important*/
	stroke-dasharray: 3, 3;
}

.diconnected-link  {
  fill: red;
  stroke: red;
  stroke-width: 1px;
}

.link-label  {
  font-size: 11px;
  font-weight: bold;
}

.draggable  {
  text-color: #52D017;
  cursor: move;
  transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
}

a.draggable:link  {
  background-color: #CCFB5D;
  color: green;
  text-decoration: none;
}

a.draggable:hover  {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  border-bottom-color: #52D017;
}

.non-draggable  {
  text-color: #D0D0D0;
  transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  /* cursor: not-allowed; */
}

a.non-draggable:link  {
  color: #D0D0D0;
}

a.non-draggable:hover  {
  text-color: #404040;
  text-decoration: none;
}

.discussion-selected-item  {
  font-size: 15px;
  /*  font-weight: bold; */
	color: #000000;
}

.row.gutter  {
  margin-right: 0;
  margin-left: 0;
}

.row.gutter>[class*='col-']  {
  padding-right: 3px;
  padding-left: 0;
}

.row.no-gutter  {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutter>[class*='col-']  {
  padding-right: 0;
  padding-left: 0;
}

.profile  {
  /* min-height: 300px; */
	display: inline-block;
}

.profile .divider  {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.profile .emphasis  {
  border-top: 4px solid transparent;
}

.profile .emphasis:hover  {
  border-top: 4px solid #A7C942;
}

.profile .emphasis h2  {
  margin-bottom: 0;
}

.brand-img img  {
  height: 30px;
  align: center;
  vertical-align: middle;
}

.table-user-profile>tbody>tr  {
  border-top: 1px solid rgb(221, 221, 221);
}

.table-user-profile>tbody>tr:first-child  {
  border-top: 0;
}

.table-user-profile>tbody>tr>td  {
  border-top: 0;
}

.bg-gray  {
  background-color: #686868;
}

.bg-ligh-gray  {
  background-color: #D3D3D3;
}

.bg-selected  {
  background-color: #FEEFB3;
}

.color-red  {
  color: red;
}

.color-anchor-blue  {
  color: blue;
}

.left-side-menu  {
  /* 		border-radius: 5px; */
	margin: 0;
  padding: 4px 0px 4px 0px;
}

.left-side-menu:hover  {
  background-color: #FEEFB3;
}

.left-side-menu a:hover  {
  text-decoration: none;
}

.left-side-menu .badge  {
  background-color: #87CEFA;
}

.sea-blue  {
  color: #87CEFA;
}

.left-side-menu.menu-active  {
  background-color: #FEEFB3;
}

.cursor-hand  {
  cursor: pointer;
}

.cursor-auto  {
  cursor: auto;
}

.cursor-default  {
  cursor: default;
}

.svg-tags-filter input  {
  background: white;
  font-family: 'Open Sans';
  font-weight: bold;
  padding: 10px 10px;
  font-size: 14px;
  color: black;
  border: 2px solid #A7C942;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.svg-tags-filter input:focus  {
  border: 2px solid #0097cf;
}

.svg-tags-new-tag input  {
  background: white;
  font-family: 'Open Sans';
  padding: 1px 1px;
  color: black;
  border: 1px solid gold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  font-size: 12px;
}

.svg-tags-new-tag input:focus  {
  border: 1px solid gold;
}

.svg-tags-edit-tag input  {
  background: white;
  font-family: 'Open Sans';
  padding: 1px 1px;
  color: black;
  border: 1px solid darkviolet;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  font-size: 12px;
}

.svg-tags-edit-tag input:focus  {
  border: 1px solid darkviolet;
}

.svg-item-tags-filter input  {
  background: white;
  font-family: 'Open Sans';
  font-weight: bold;
  padding: 5px 5px;
  font-size: 13px;
  color: black;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}

.svg-item-tags-filter input:focus  {
  border: 1px solid #0097cf;
}

.text-3d  {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.fav-icon-active  {
  color: #DAA520;
}

.fav-icon-inactive  {
  color: #939393;
}

.item-sub-menu-active  {
  color: gray;
  text-decoration: none;
  transition: color .6s ease-in;
  -moz-transition: color .6s ease-in;
  -webkit-transition: color .6s ease-in;
  -ms-transition: color .6s  ease-in;
  -o-transition: color .6s  ease-in;
  -moz-transition: color .6s  ease-in;
}

.item-sub-menu-active a  {
  text-decoration: none;
}

.item-sub-menu-active a:hover  {
  text-decoration: none;
  color: blue;
}

.item-sub-menu-active a  {
  text-decoration: none;
}

.item-sub-menu-active a:hover  {
  text-decoration: none;
  color: blue;
}

.item-sub-menu-inactive  {
  color: #EAEAEA;
  border-bottom: 1px dashed white;
  text-decoration: none;
  transition: color .9s ease-in-out;
  -moz-transition: color .9s ease-in-out;
  -webkit-transition: color .9s ease-in-out;
  -ms-transition: color .9s ease-in-out;
  -o-transition: color .9s ease-in-out;
}

.item-sub-menu-inactive a  {
  color: #EAEAEA;
  text-decoration: none;
}

.item-sub-menu-disabled  {
  color: gray;
  border-bottom: 1px dashed white;
}

.item-sub-menu-disabled a,
.item-sub-menu-disabled:hover  {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.inline-icon  {
  display: inline-block;
  position: relative;
  width: 100%;
}

.inline-icon .bottom-left  {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.inline-icon .bottom-right  {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.inline-icon .top-right  {
  position: absolute;
  right: 5px;
  top: 5px;
}

.inline-icon .top-left  {
  position: absolute;
  left: 5px;
  top: 5px;
}

.inline-icon textarea  {
  padding-right: 7px;
}

/*===time line===*/

.timeline  {
  list-style: none;
  padding: 0px 0 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.timeline:before  {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}

.timeline>li  {
  margin-bottom: 0px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after  {
  content: "  ";
  display: table;
}

.timeline>li:after  {
  clear: both;
}

.timeline>li:before,
.timeline>li:after  {
  content: " ";
  display: table;
}

.timeline>li:after  {
  clear: both;
}

.timeline>li>.timeline-panel  {
  width: calc(100% - 40px);
  float: right;
  border-radius: 2px;
  padding: 5px;
  position: relative;
}

.timeline>li>.timeline-badge  {
  color: #999999;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.0em;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 14px;
  margin-right: -25px;
  background-color: #E3E3E3;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

/*===end time line===*/


/* START - The dropdown-submenu has been removed in Bootstrap 3. We still need it. */

.dropdown-submenu  {
  position: relative;
}

.dropdown-submenu>.dropdown-menu  {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu  {
  display: block;
}

.dropdown-submenu>a:after  {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after  {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left  {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu  {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* END - The dropdown-submenu has been removed in Bootstrap 3. We still need it. */

.blur-effect  {
  opacity: 0.5;
}

.blur-effect4  {
  opacity: 0.4;
}

.blur-effect3  {
  opacity: 0.3;
}

.marginBottom3  {
  margin-bottom: 3px;
}

.marginBottom5  {
  margin-bottom: 5px;
}

.marginBottom7  {
  margin-bottom: 6px;
}

.fullscreen  {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  overflow: scroll;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
}

.fullscreen-icon-enabled,
.fullscreen-icon-enabled>.btn-link  {
  color: #b3b3b3;
}

.fullscreen-icon-disabled  {
  color: #E8E8E8;
}

.fullscreen-icon-enabled>span:hover  {
  color: #337ab7;
}

.controls-saver-fullscreen  {
  float: right;
  margin: 0px;
  padding-top: 0px;
  padding-right: 55px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.editor-header-preview-button span:hover,
.editor-header-help-button i:hover  {
  color: #337ab7;
}

/* .controls-saver-fullscreen>span:hover{
	color: #337ab7;
} */


/* .editor-header>.control-fullscreen {
	color: #bebebe;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
} */


/* .editor-header>.control-fullscreen>.fullscreen-icon-enabled>span {
	color: #bebebe;
} */

. editor-header  {
  background: inherit;
  border: 1px solid #ddd;
}

.editor-header>.btn-link  {
  /* color of the mediawiki editor header buttons */
	color: #808080;
}

.editor-header>.btn-link:hover  {
  /* color of the mediawiki editor header buttons on hover */
	color: #337ab7;
}

.editor-header>button  {
  /* 	toolbar buttons */
	padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 2px;
  padding-left: 8px;
}

/* .editor-header>.right-toolbar  {	
} */

outline: none;

}
.fullscreen-icon-disabled  {
  color: #E8E8E8;
}

.fullscreen-icon-enabled>span:hover  {
  color: #337ab7;
}

.controls-saver-fullscreen  {
  float: right;
  margin: 0px;
  padding-top: 0px;
  padding-right: 55px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.editor-header-preview-button span:hover,
.editor-header-help-button i:hover  {
  color: #337ab7;
}

.editor-header-preview-button>.btn-xs,
.editor-header-help-button>.btn-xs  {
  padding-top: 4px;
}

.transition-in-1s  {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.transition-out-1s  {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/**IE shows gray disabled textarea's ( such as the  comment box), so we set it explicitly to white*/
textarea.disabled  {
  background: #fff;
}

input:focus  {
  outline: none !important;
  border: 1px dashed #f0ad4e !important;
  box-shadow: 0 0 10px #f0ad4e !important;
}

textarea:focus  {
  outline: none !important;
  border: 1px dashed #f0ad4e !important;
  box-shadow: 0 0 10px #f0ad4e !important;
  resize: none !important;
}


/* Bootstrap active tab overriding */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus  {
  background-color: #FEEFB3;
}

.nav-tabs>li>a:hover  {
  background-color: #FFFFFF;
}

/* End Bootstrap active tab overriding */
.beingDeletedBackground  {
  background-color: #FF6600;
}

.tooltip-marker  {
  text-decoration: none;
  border-bottom: 1px #939393 dashed;
  cursor: help;
}

.status  {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0px;
  margin-right: 5px;
}

.status .panel-title  {
  font-family: 'Oswald', sans-serif;
  font-size: 250%;
  /* line-height: 500%; */
	
	font-weight: bold;
  color: #fff;
  /* padding-top: 20px; */
	
	word-wrap: inherit;
  padding-bottom: 0px;
  margin-bottom: 0px;
  letter-spacing: -0.8px;
}

.status .panel-title-md  {
  /*medium size*/
	
	font-family: 'Oswald', sans-serif;
  font-size: 260%;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  word-wrap: inherit;
  padding-bottom: 0px;
  letter-spacing: -0.8px;
}

.notice  {
  padding: 10px;
  margin-right: 5px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  /* -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2); */
	
	padding: 10px;
}

.notice-sm  {
  /*   padding: 10px; */
	
	font-size: 80%;
}

.notice-lg  {
  /*  padding: 35px; */
	
	font-size: large;
}

.notice-success  {
  border-color: #80D651;
}

.notice-success>strong  {
  color: #80D651;
}

.notice-info  {
  border-color: #45ABCD;
}

.notice-info>strong  {
  color: #45ABCD;
}

.notice-warning  {
  border-color: #FEAF20;
}

.notice-warning>strong  {
  color: #FEAF20;
}

.notice-danger  {
  border-color: #d73814;
}

.notice-danger>strong  {
  color: #d73814;
}

.label-as-badge  {
  border-radius: 1em;
}

/* overrides Bootstrap pagination background */
.pagination>li.active,
.pagination>li.active>span:focus,
.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover  {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}

a  {
  text-decoration: none;
}

a:hover  {
  color: #2200CC;
}

a:active  {
  color: #f0ad4e;
}

.subject-link  {
  text-decoration: none;
  outline: none !important;
  color: #0044CC;
}

.subject-link a  {
  outline: none !important;
  text-decoration: none;
}

.search-syntax  {
  color: blue;
  float: left;
  z-index: 2;
  position: relative;
  margin-top: -25px;
  margin-bottom: 0px;
  padding: 0px;
}

/*ace editor*/
.ace-editor  {
  position: absolute;
  width: 100%;
  height: 100%;
}

.editor-plain-text  {
  border: 0px;
  background-color: white;
  font-family: Lato, ' Times New Roman';
  font-size: 13px;
}

.textarea-plain-text>textarea  {
  width: 100%;
  overflow: hidden;
  /* prevents scroll bar flash */
	
	outline: none !important;
  border: 0px dashed white !important;
  box-shadow: 0 0 0px white !important;
  resize: none !important;
  padding: 10px;
}

.editor-header  {
  border-radius: 5px;
  background: #fff;
  border: 1px dashed #ddd

}

.engraved  {
  text-shadow: -1px -1px 1px #fff, 1px 1px 1px #ddd;
}

.btn-link-no-decoration.btn-link:active,
.btn-link-no-decoration.btn-link:focus,
.btn-link-no-decoration.btn-link:hover,
.btn-link-no-decoration.btn-link:visited  {
  text-decoration: none;
  outline: none;
}

.no-text-decoration2:active,
.no-text-decoration2:focus,
.no-text-decoration2:hover,
.no-text-decoration2:visited  {
  text-decoration: none;
  outline: none;
}

.gray-link  {
  text-decoration: none;
  outline: none;
}

.gray-link a:link,
.gray-link a:active,
.gray-link a:focus,
.gray-link a:visited  {
  color: #484848;
}

.gray-link a:hover  {
  color: blue;
}

.light-gray-link  {
  text-decoration: none;
  outline: none;
}

.light-gray-link a:link,
.light-gray-link a:active,
.light-gray-link a:focus,
.light-gray-link a:visited  {
  color: #939393;
}

.light-gray-link a:hover  {
  color: blue;
}

.black-link a:active,
.black-link a:focus,
.black-link a:hover,
.black-link a:visited  {
  color: black;
}

/* Line sytels */
.line2  {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #FE9A2E, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #FE9A2E, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #FE9A2E, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #FE9A2E, #f0f0f0);
}

.line3  {
  border-top: 1px solid #8c8b8b;
}

.line4  {
  border-top: 3px double #8c8b8b;
}

.line5  {
  border-top: 1px dashed #8c8b8b;
}

.line6  {
  border-top: 1px dotted #8c8b8b;
}

.line7  {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}

.line8  {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}

.line9  {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

.line9  {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

.line9:after  {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

.line10  {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

.line11  {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}

.line12  {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3px;
  padding-left: 3px;
  border-bottom: 1px dashed #ddd;
}

.text-bold  {
  font-weight: bold;
}

/* CSS used for alerts count */
.notification  {
  position: relative;
  padding: 3px 5px;
  color: #333;
  text-decoration: none;
  outline: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

.notification .label  {
  position: absolute;
  top: -16px;
  right: -10px;
  padding: 3px 7px;
  border: 2px solid white;
  border-radius: 100px;
  background: -webkit-linear-gradient(top, #FF6969 0%, #ff0000 100%);
  background: -moz-linear-gradient(top, #FF6969 0%, #ff0000 100%);
  background: -ms-linear-gradient(top, #FF6969 0%, #ff0000 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .7) inset, 0 10px 0px rgba(255, 255, 255, .11) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .7) inset, 0 10px 0px rgba(255, 255, 255, .11) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .7) inset, 0 10px 0px rgba(255, 255, 255, .11) inset;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .7) inset, 0 10px 0px rgba(255, 255, 255, .11) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .7) inset, 0 10px 0px rgba(255, 255, 255, .11) inset;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

/* override bootstrap's one*/
.panel-body  {
  padding: 5px;
}

.borderless  {
  border: 0 none;
}

.shadowless  {
  box-shadow: none;
}

/* bootstrap override */
.list-group  {
  box-shadow: none !important;
}

/* bootstrap override */
.list-group-item  {
  border: 1px solid #F5ECEC ! important;
}

.paddingless  {
  padding: 0;
}

.no-padding-top  {
  padding-top: 0;
}

.no-padding-left  {
  padding-left: 0;
}

.no-padding-right  {
  padding-right: 0;
}

.no-padding-bottom  {
  padding-bottom: 0;
}

/*from old version of fontAwesom 3.2.1. Still needed in x-editable*/
.icon-arrow-left:before  {
  /* renamed to .arrow-left in new fa versions */
	
	content: "\f060";
  font-family: FontAwesome;
}

.icon-arrow-right:before  {
  content: "\f061";
  font-family: FontAwesome;
}

/* Start - login component */
.login-container  {
  margin: auto;
  padding-top: 70px;
  width: 330px;
}


.login-container>.login  {
  width: 25rem;
  height: 20rem;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.login:hover>.login-header,
.login.focused>.login-header  {
  width: 2rem;
}

.login:hover>.login-header>.text,
.login.focused>.login-header>.text  {
  font-size: 1rem;
  transform: rotate(-90deg);
}

.login.loading>.login-header  {
  width: 20rem;
}

.login.loading>.login-header>.text  {
  display: none;
}

.login.loading>.login-header>.loader  {
  display: block;
}

.login-header  {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20rem;
  height: 20rem;
  background: #9ac400;
  transition: width 0.5s ease-in-out;
}

.login-header>.text  {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 5rem;
  text-align: center;
  line-height: 20rem;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.login-header>.loader  {
  display: none;
  position: absolute;
  left: 5rem;
  top: 5rem;
  width: 10rem;
  height: 10rem;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-animation: loading 2s linear infinite;
  -webkit-animation: loading 2s linear infinite;
  -ms-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.login-header>.loader:after  {
  content: "";
  position: absolute;
  left: 4.5rem;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  border-right: 2px solid #9ac400;
}

.login-header>.loader:before  {
  content: "";
  position: absolute;
  left: 4rem;
  top: -0.5rem;
  width: 0;
  height: 0;
  border-right: 1rem solid #fff;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}

@ -ms-keyframes loading  {
  50% {
		opacity: 0.5;
}

100%  {
  transform HEAD: rotate(360deg);
  : rotate(360deg);
  refs
	}

}
@ -moz-keyframes loading  {
  50% {
		opacity: 0.5;
}

100%  {
  transform: rotate(360deg);
  : rotate(360deg);
}

}
@ -webkit-keyframes loading  {
  50% {
		opacity: 0.5;
}

100%  {
  transform: rotate(360deg);
}

}
@ -o-keyframes loading  {
  50% {
		opacity: 0.5;
}

100%  {
  transform: rotate(360deg);
}

}
@ keyframes loading  {
  50% {
		opacity: 0.5;
}

100%  {
  transform: rotate(360deg);
  : rotate(360deg);
}

}
@ -o-keyframes loading  {
  50% {
		opacity: 0.5;
}

100%  {
  transform: rotate(360deg);
}

}
@ keyframes loading  {
  50% {
		opacity: 0.5;
}

100%  {
  transform: rotate(360deg);
}

}
.login-form  {
  margin: 0 0 0 2rem;
  padding: 0.5rem;
}

.login-input  {
  display: block;
  width: 100%;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  box-shadow: none;
  border-color: #ccc;
  border-width: 0 0 2px 0;
}

.login-input+.login-input  {
  margin: 10px 0 0;
}

.login-input:focus  {
  outline: none;
  border-bottom-color: #9ac400;
}

.login-btn  {
  position: absolute;
  right: 1rem;
  /* bottom: 1rem; */
	
	width: 5rem;
  height: 5rem;
  border: none;
  background: #9ac400;
  border-radius: 50%;
  font-size: 0;
  border: 0.6rem solid transparent;
  transition: all 0.3s ease-in-out;
}

.login-btn:after  {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  width: 0;
  height: 0;
  border-left: 2.4rem solid #fff;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  transition: border 0.3s ease-in-out 0s;
}

.login-btn:hover,
.login-btn:focus,
.login-btn:active  {
  background: #fff;
  border-color: #9ac400;
  outline: none;
}

.login-btn:hover:after,
.login-btn:focus:after,
.login-btn:active:after  {
  border-left-color: #9ac400;
}

/* End - login component */

/* Start  - override jQuery.typeahead */

.typeahead__container button {
  padding: 9px;
}

/* 
.typeahead__dropdown, .typeahead__list {
	position: fixed !important;
}*/
.typeahead__dropdown>li>a:hover,
.typeahead__list>li>a:hover  {
  background-color: #FEEFB3 !important;
}

/* End -  override jQuery.typeahead */

.extended-field-auto-save  {
  padding-right: 0px;
}

.panel-bottom-no-border  {
  border-bottom: none;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

.connect-item-button  {
  top: 0;
  left: 0;
  bottom: 5px;
  position: absolute

}

.connect-item-button-firefox  {
  left: 0;
  bottom: 0;
  position: absolute;
  top: 12px;
}

.item-subject-level1  {
  margin-left: 1.5em;
}

.hidden-search-button  {
  position: absolute;
  left: -9999px;
}

.search-box-left-corners  {
  font-family: 'Open Sans' !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: black !important;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 5px 0 0 15px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  border-radius: 5px 0 0 5px !important;
}

.search-box-right-corners  {
  font-family: 'Open Sans' !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: black;
  border: 1px dashed #A7C942 !important;
  -webkit-border-radius: 0 5px 5px 0 !important;
  -moz-border-radius: 0 5px 15px 0 !important;
  border-radius: 0 5px 5px 0 !important;
}

.search-box-corners  {
  font-family: 'Open Sans' !important;
  font-weight: bold !important;
  font-size: 14px !important;
  color: black;
  border: 1px solid #A7C942 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.panel-heading  {
  padding: 3px 10px 3px 3px !important;
}

.radius-5  {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 15px !important;
  border-radius: 5px !important;
}

.form-control  {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th  {
  border: 1px solid #F5ECEC !important;
  border-color: #F5ECEC !important;
}

p  {
  margin: 0 0 5px;
}

/* jquery.terminal Start*/
@keyframes blink  {
  50% {
        color: #000;
  background: #0c0;
  -webkit-box-shadow: 0 0 5px rgba(0,100,0,50);
  box-shadow: 0 0 5px rgba(0,100,0,50);
}

}
@-webkit-keyframes blink  {
  50% {
        color: #000;
  background: #0c0;
  -webkit-box-shadow: 0 0 5px rgba(0,100,0,50);
  box-shadow: 0 0 5px rgba(0,100,0,50);
}

}
@-ms-keyframes blink  {
  50% {
        color: #000;
  background: #0c0;
  -webkit-box-shadow: 0 0 5px rgba(0,100,0,50);
  box-shadow: 0 0 5px rgba(0,100,0,50);
}

}
@-moz-keyframes blink  {
  50% {
        color: #000;
  background: #0c0;
  -webkit-box-shadow: 0 0 5px rgba(0,100,0,50);
  box-shadow: 0 0 5px rgba(0,100,0,50);
}

}
.terminal  {
  --background: #000;
  color: #bfff00;
  text-shadow: 0 0 3px rgba(0,100,0,50);
}

.cmd .cursor.blink  {
  -webkit-animation: 1s blink infinite;
  animation: 1s blink infinite;
  -webkit-box-shadow: 0 0 0 rgba(0,100,0,50);
  box-shadow: 0 0 0 rgba(0,100,0,50);
  border: none;
  margin: 0;
}

/* jquery.terminal End*/

/*login form*/
        .form-wrapper-outer {
  padding: 40px;
  border-radius: 8px;
  margin: auto;
  width: 460px;
  border: 1px solid #DADCE0;
  margin-top: 7%;
}

.form-wrapper-outer .form-logo {
  margin: 0px auto 15px;
  width: 100px;
}

.form-wrapper-outer .form-logo img {
  width: 100%;
}

.field-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.field-wrapper input {
  border: 1px solid #DADCE0;
  padding: 15px;
  border-radius: 4px;
  width: 100%;
}

.field-wrapper .field-placeholder {
  font-size: 16px;
  position: absolute;
  /* background: #fff; */
            bottom: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #80868b;
  left: 8px;
  padding: 0 18px;
  -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
  transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
  z-index: 1;
  text-align: left;
  width: 100%;
}

.field-wrapper .field-placeholder span {
  background: #ffffff;
  padding: 0px 5px;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder
         {
  color: #f0ad4e;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder,
.field-wrapper.hasValue input:not([disabled])~.field-placeholder
         {
  -webkit-transform: scale(.75) translateY(-33px) translateX(-50px);
  transform: scale(.75) translateY(-33px) translateX(-50px);
}

/*login form end*/
