html {
  background-color:#1E1F28;
}

.jstree-default .jstree-clicked {
	background: #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 1px #999;
	color: black;
}
.jstree-default .jstree-hovered {
  background: gray;
  color:#000
}

.submitbutton {
  display: inline-block;
  width: 100%; 
  height: 33px;
  background-color: #70BF41;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
  outline: none;
  text-align: center;
  passing-right:5%;
  color: white;
}

.celledit {
  width:80%;
}
.confirm-class {
    padding: 3px 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #337ab7;
    text-decoration: none;
}

.cancel-class {
    padding: 3px 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #a94442;
    text-decoration: none;
}

.rule-filter-container {
	display:none !important;
}
.rule-value-container {
  border:none !important;
}

#datasearch h3{ 
  background:none;
  background-color:#333333;
  border:none;
}

#datafilter h3{ 
  background:none;
  background-color:#333333;
  border:none;
}

#audioplayer h3{ 
  background:none;
  background-color:#333333;
  border:none;
}

#editConversation {
  background-color:#515151;
  background:#515151;
}
#editData  {
  background-color:#515151;
  background:#515151;
}

#editConversationData  {
  background-color:#515151;
  background:#515151;
}

#editCompany {
  background-color:#515151;
  background:#515151;
}

#editProject  {
  background-color:#515151;
  background:#515151;
}

#editUser  {
  background-color:#515151;
  background:#515151;
}

#editStopword  {
  background-color:#515151;
  background:#515151;
}

#editSanitation  {
  background-color:#515151;
  background:#515151;
}

#editSentiment {
  background-color:#515151;
  background:#515151;
}

#editReport  {
  background-color:#515151;
  background:#515151;
}

#dataAnalytics  {
  background-color:#515151;
  background:#515151;
}

#termFrequency {
  background-color:#515151;
  background:#515151;
}

#filterBuilder  {
  background-color:#515151;
  background:#515151;
}

.ui-widget-content {
  background:none
}

.ui-accordion .ui-accordion-content {
  overflow: unset;
  background-color:#515151;
}

.ui-accordion .ui-accordion-content td {
  color:white
}

#tabs-left > div {
    min-height: 35em;
}

.grid-container {
  display: grid;
}
.grid-item-medium {
  text-align: center;
  display: inline-table;
  width:500px;
}

.grid-item-large {
  text-align: center;
  display: inline-table;
  width:600px;
}

.grid-item-small {
  text-align: center;
  display: inline-table;
  width:400px
}

#converationEditTable th {
  text-align: center;
  width:50%;
  border-bottom: 1px solid white;
}

#converationEditTable td {
  text-align: left;
  width:50%;
}

@media screen and (max-width: 1310px) {
	.grid-item-large {
	  text-align: center;
	  display: inline-table;
	  width:100%;
	}
	.grid-item-small {
	  text-align: center;
	  display: inline-table;
	  width: 100%
	}
	#shareOfTalkChart {
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
  }
  #tScoreChart {
    width:100%;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
  }
  #dashboardTable_wrapper {
    width:100%;  
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
  }
}

body{
  font-size: 12px;
  font-family:"Lato Semibold", sans-serif;
  background-color:#515151;
}

label {
	color:white;
}

#playAudio {
  height: 35px;
  width: 119px;
  font-size: 20px;
}

#logincontainer {
	background-image:url('/img/gamgi_home_bg.jpg');
	width:100%;
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.row {
  width: 100%;
  display: inline-flex;
  margin-left 10px;
  margin-bottom: 10px;
}

.column45 {
  width: 55%;
  display: inline-flex;
  margin-left 10px;
  margin-bottom: 10px;
}

.normaltable td {
	color:#eeeeee;
}

.tab {
	//height: 90%;
	background-color:#1E1F28;
}

h3 {
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.ui-tabs {
  background-color:#515151;
}
.column10 {
  width: 10%;
  display: inline-flex;
  margin-left 10px;
  margin-bottom: 10px;
}

table {
  font-size: 12px;
  cursor: pointer;
}


label {
  min-width: 100px; 
  text-align: left; 
  vertical-align: middle;
}

select { 
  border: solid 1px #006a72;
  border-radius: 2px;
  padding: 3px;
  width: 200px;
}

textarea {
  width:98%;
  min-height: 90px;
}

textarea[readonly] {
  background-color:lightgray;
}

.menubar {
  display: inline-block; 
  text-align: right;
}

.menuimg {
  width:30px;
  height: 30px;
  float: right;
  margin-bottom: 10px;
}
.smallmenuimg {
  margin-left:5px;
  margin-right:5px;
  width:20px;
  height: 20px;
}

.menudiv {
	align-items: center;
  display: flex;
}


#loginformcontainer {
  position: fixed;
  width: 340px;
  height: 280px;
  top: 50%;
  left: 20%;
  margin-top: -140px;
  margin-left: -170px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  min-height: 1px;
}
#login {
  padding:17px;  
}

#loginlogo {
	vertical-align: middle;
  text-align: center;
  background-color: lightgray;
  margin-bottom: 50px;
}

.form-style {
  background: #1E1F28;
  min-height: 98%;
}

.form-style input[type="submit"] {
  display: inline-block;
  //padding: 8px 18px;
  width: 100%; 
  height: 33px;
  background-color: #70BF41;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
  outline: none;
  text-align: center;
  #font: 30px Arial, Helvetica, sans-serif;
  passing-right:5%;
  color: white;
}

.form-style input[type="button"] {
  display: inline-block;
  //padding: 8px 18px;
  width: 200px; 
  height: 33px;
  background-color: #2bae42;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
  outline: none;
  text-align: center;
  #font: 30px Arial, Helvetica, sans-serif;
  passing-right:5%;
  color: white;
}  

.form-style input[type="radio"] {
  vertical-align: middle; 
  margin-top: -1px; 
  margin-bottom: 1px;
}

blockquote {
  margin:1em 0;
}

blockquote p {
  margin:0;
  font-size:2em;
}

.follow {
  clear:both;
  margin-top:2em;
  font-size:1.125em;
}

.follow span {
  font-weight:bold;
}

#dashboardTable_wrapper {
  width:800px;	
}

#dashboardTable_wrapper table.dataTable tbody tr {
  background-color: #515151 !important;
  color: white !important;
}

/***************************
Derived from bootstrap
****************************/
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1f415e;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1f415e;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-isosceles {
  position:relative;
  padding:0px;
  margin:1em 0 3em;
  color:#000;
  background:#f3961c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background:-moz-linear-gradient(#f9d835, #f3961c);
  background:-o-linear-gradient(#f9d835, #f3961c);
  background:linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* Variant : for left/right positioned triangle */
.triangle-isosceles.left {
  margin-left:50px;
  background:lightgreen;
  padding: 3px;
}

/* Variant : for right positioned triangle */
.triangle-isosceles.right {
  margin-right:50px;
  background:#f3961c;
  padding: 3px;
}

/* creates triangle */
.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:45px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#f3961c transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : left */
.triangle-isosceles.left:after {
  top:3px; /* controls vertical position */
  left:-48px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:5px 50px 5px 0;
  border-color:transparent lightgreen;
}

/* Variant : right */
.triangle-isosceles.right:after {
  top:3px; /* controls vertical position */
  right:-47px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:5px 0 5px 50px;
  border-color:transparent #f3961c;
}

/* THE SPEECH BUBBLE */
.triangle-right {
  position:relative;
  padding:5px;
  margin:1em 0 3em;
  color:#fff;
  background:#075698; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
  background:-moz-linear-gradient(#2e88c4, #075698);
  background:-o-linear-gradient(#2e88c4, #075698);
  background:linear-gradient(#2e88c4, #075698);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* Variant : for left positioned triangle */
.triangle-right.left {
  margin-left:20px;
  background:#075698;
}

/* Variant : for right positioned triangle */
.triangle-right.right {
  margin-right:0px;
  background:#075698;
}

/* THE TRIANGLE */
.triangle-right:after {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#075698 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : left */
.triangle-right.left:after {
  top:16px;
  left:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
  border-color:transparent #075698;
}

/* Variant : right */
.triangle-right.right:after {
  top:16px;
  right:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:15px 0 0 40px; /* vary these values to change the angle of the vertex */
  border-color:transparent #075698 ;
}