/*body {*/
/*  margin-top: 0;*/
/*  margin-left: 0;*/
/*  margin-right: 0;*/
/*}*/

/*ul {*/
/*  list-style-type: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  overflow: hidden;*/
/*  background-color: lightgray;*/
/*}*/

/*li {*/
/*  float: left;*/
/*}*/

/*li a {*/
/*  display: block;*/
/*  color: black;*/
/*  text-align: center;*/
/*  padding: 14px 16px;*/
/*  text-decoration: none;*/
/*}*/

/*li a:hover {*/
/*  background-color: #111;*/
/*}*/

html {
  position: relative;
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
}


.full-length{
  min-height: 100%;
  margin-bottom: 300px;
}

#username-li {
  float:right;
}

#username-a:hover {
  background-color: #333;
}
.mynavbar{
  background-color: #343a40;
}


/*Add keyword tool-tip*/
.sharing {
  text-align: center;
  padding: 5px;
  position: absolute;
  visibility: hidden;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 500;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  transition: width 100ms, height 100ms;
}

.sharing::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.sharing:hover{
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  background-color: white;
  color: black;
}

.sharing:active{
  padding: 2px;
  height: 27px;
  width: 115px;

}

.sharing-show {
    visibility: visible;
}


/*Add keyword tool-tip ends*/
#login-favicon{
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: lightgray;
  padding-bottom: 10px;
}

.form-container{
  background-color: white;
  padding: 20px;
  padding-top: 5px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: lightgray;
  box-shadow: 5px 20px 30px #EEEEEE;
}

.border-1px{
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.border{
  align-self: center;
  padding-top: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
}

.border-not-bottom{
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: lightgray;
}

.border-not-top{
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: lightgray;
}



.errorlist {
  background-color: white;
  color: red;
}




.mynavbar{
  margin: 0px;
  background-color: #25407a;
  border-style: solid;
  border-color: lightgray;
  border-width: 0px;
  border-bottom-width: 1px;
}

.my-nav-text{
  color: #333333;
}
.times-new-roman {
  font-family: "Times New Roman", Times, serif;
}

.logo-img{
  width: 50px;
}
.intel-systems-logo-img{
  width: 200px;
}

.intel-systems-logo-img-home{
  margin-top: 10px;
  width: 300px;
}

.hr-div{
  margin: auto;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: lightgray;
  width: 96%;
  margin-bottom: 20px;
}
.grey-box{
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: lightgray;
  padding: 4px;
  border-radius: 2px;
}

.margin-text{
  margin-left: 20px;
  margin-right: 20px;
}

.header-center{
  text-align: center;
}

.center-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  width: 100px;
}
.small-middle-container{
	margin: auto;
	width: 70%;
}

.logout-svg{
  width: 20px;
  height: 20px;
}

.navbar-toggler{
  background-color: gray;
}

.row-border{
  padding: 1%;
  margin-top: 0%;
  border-style: solid;
  border-width: 0px;
  border-width: 1px;
  border-color: lightgray;
}

.row-border-top{
  padding: 1%;
  margin-top: 1%;
  margin-right: 1%;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: lightgray;
}

.row-border-bottom{
  color: black;
  padding: 1%;
  margin-top: 1%;
  margin-right: 1%;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: lightgray;
}

.row-border-bottom:hover{
  padding: 1%;
  padding-bottom: 0%;
  margin-top: 1%;
  margin-right: 1%;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 2px;
  border-color: gray;
   box-shadow: 5px 10px 30px #e0e0e0;
}

.empty-div{
  width:100%;
  height: 50px;
}

#my-toggler{
  background-color: gray;
}

.pdf-icon{
  width: 45px;
  height: 50px;
  -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
  transition: width 100ms, height 100ms;
}

.pdf-icon:active{
  width: 37px;
  height: 47px;
  /*box-shadow: 0px 0px 40px -8px black;*/
}

.txt-icon{
  width: 50px;
  height: 50px;
  -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
  transition: width 100ms, height 100ms;
}

.txt-icon:active{
  width: 37px;
  height: 47px;
  /*box-shadow: 0px 0px 40px -8px black;*/
}

.img-icon{
  max-width: 75px;
  max-height: 55px;
  -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
  transition: width 100ms, height 100ms;
  padding-bottom: 2px;
}

.small-pdf-icon{
  width: 15px;
  height: 17px;
}

.doc-box{
  width:10%
}

.pdf-container{
  border-radius:0px;
  border-color: lightgray;
  border-width: 0px;
}

.search-info-row{
  padding-top: 6px;
  padding-bottom: 0px;
  background-color: #f1f8ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px 5px 0px 0px;
  border-color: #c8e1ff;
}

.light-bg{
  background-color: #f1f8ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px 5px 0px 0px;
  border-color: #c8e1ff;
}

.file-info-row{
  padding-top: 6px;
  padding: 2px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: lightgray;

}
.file-info-row:hover{
  background-color: lightgray;
}

.btn-circle {
  background-color: DodgerBlue;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  color: gray;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.btn-circle:focus{
  outline-color: #f7f7f7;
}
.btn-circle:active{
    font-size: 18px;
}

.tool-tip {
    position: relative;
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: dodgerblue;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    z-index: 1;
  }
.tool-tip-right {
    position: relative;
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: dodgerblue;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    z-index: 1;
    width: 250px;
  }


.tool-tip-color{
    position: relative;
    display: inline-block;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: purple;
    color: white;
    padding-left: 4px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    z-index: 1;
    width: 200px;
}

.keyword-box{
  margin-left: 10px;
  margin-bottom: 3px;
  padding: 2px;
  width: 258px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 5px;
  text-align: center;
  background-color: #25407a;
  color: white;
}

.keyword-box-score{
  margin-left: 10px;
  margin-bottom: 3px;
  width: 60px;
  height: 13px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 5px;
  text-align: center;
  background-color: seagreen;
  color: white;
  font-size: 9px;
}

#system-keywords{
  width:270px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: white;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
  border-radius: 10px;
}

#user-keywords{
    width:270px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: white;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
  border-radius: 10px;
}

.dropdown-sort{
  margin-left: 4px;
  background-color: lightgray;
  border-width: 1px;
  border-color: lightgray;
  width:240px;
  margin-bottom: 4px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

  .tool-tip .tool-tip-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    bottom: 10px;
    z-index: 0;
  }

  .tool-tip-text {
      border-style: solid;
      border-width: 0px;
      border-color:black;
  }

  .tool-tip-text:hover{
      border-style: solid;
      background-color: lightgray;
      color: black;
      border-width: 0px;
      border-color:black;
      z-index: 2;
  }
  .tool-tip-text:active .delete-keyword-btn{
      background-color: black;
  }

  .tool-tip:hover .tool-tip-text {
    visibility: visible;
  }

  .delete-keyword-btn{
    margin:0px;
    border-width: 0px;
    background-color: black;
    color: white;
  }

  .delete-keyword-btn:hover{
    margin:0px;
    border-width: 0px;
    background-color: lightgray;
    color: black;
    color: white;
  }

  .tool-tip-text:hover .delete-keyword-btn{
    border-width: 0px;
    background-color: lightgray;
    color: black;
  }

  .keywords-header{
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: lightgray;
    margin-bottom: 10px;
  }

  .left-border{
    border-style: solid;
    border-width: 0px;
    border-left-width: 1px;
    border-color: lightgray;
    margin-right: 1%;
    z-index: 0;
  }

  .wider{
    display: flex;
    min-height: 1em;
    margin-left: 30px;
    padding-left: 2px;
    padding-right: 4px;
  }
  i{
    margin:0;
    color: white;
    size:40px;
    text-align: center;

  }

  #x-btn{
    position: relative;
    top:-6px;
    left:6px;
    border-style: solid;
    border-color: black;
    border-width: 0px;
    border-radius: 60%;
    height: 25px;
    width:25px;
    padding: 0;
    margin:0;
    margin-left: 0px;
    line-height: 1px;
  }

  /*add keywords*/
#add-button{
  margin-left: 0px;
  width: 24px;
  background-color: white;
  border-style: solid;
  border-width: 0;
  outline-color: white;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-color: dodgerblue;
  border-radius: 0px 5px 5px 0px;
}


#add-button-plus{
    color: dodgerblue;
}

#fa_folder{
  font-size: 18px;
  font-weight: bold;
  color: gray;
}
.my-alert{
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-radius: 10px;
}

#fa_add_folder_plus{
  font-size: 10px;
  color: black;
}

#add-keyword-input{
  margin-right: 0px;
  width: 130px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-color: dodgerblue;
  outline-color: white;
  border-radius: 5px 0px 0px 5px;
}

.search-suggestions-box{
  width: 155px;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-style: solid;
  border-radius: 0px 5px 5px 5px;
  border-width: 0px;
  border-color: dodgerblue;
  position: relative;
  float: left;
}

.search-suggestions{
  width: 150px;
  height: 35px;
  background-color: dodgerblue;
  color: white;
  margin-top: 1px;
  margin-left: 0px;
  text-align: center;
  border-radius: 5px;
}

#search-results{
  width: 156px;
  height: 250px;
}

#no-results-header{
  position: absolute;
  left:5px;
  text-align: center;
  margin-left: 30px;
}

.search-suggestions:hover{
  background-color: gray;
}

#add-keyword-input:active{
  outline-color: white;
}

#add-keyword-form{
  margin-top: 8px;
  margin-left: 30px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: darkgray;
  border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/*BREADCRAMBS*/

ul.breadcrumb {
  background-color: white;
  width: 100%;
  border-radius: 10px;
  margin: 0;
  padding: 7px 20px;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  height: 45px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  border-style: solid;
  border-width: 0px;
  border-color: lightgray;
  margin-right: 6px;
  padding-right: 5px;
  padding-left: 5px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
}
ul.breadcrumb li a {
  color: #0275d8;
  color: gray;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: lightgray;
  text-decoration: none;
}



/*BREADCRAMBS_END*/

/*FOOTER*/
#sticky-footer{
  border-style: solid;
  background-color: white;
  border-width: 0px;
  border-top-width: 1px;
  border-color: lightgray;
  height: 100px;
  text-align: center;
  padding-bottom: 20px;
}
/*FOOTER_ENDS*/

/*PageLOader*/
/*#pageloader !*OLD*!*/
/*{*/
/*  margin-top:3%;*/
/*  margin-bottom:5%;*/
/*  color: black;*/
/*  background: gray;*/
/*  position: relative;*/
/*  display: block;*/
/*  top: 0;*/
/*  right: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  z-index: 4;*/
/*}*/

.pageloader /*New-Active*/
{
  display: none;
  z-index: 4;
}

/*#pageloader img*/
/*{*/
/*  margin: auto;*/
/*  width:57px;*/
/*  display: block;*/
/*}*/
/*Pageloader_ENDS*/

.parent {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 7px;
}
.image1 {
  width:170px;
  margin-left: 0%;
}
.image2 {
  position: absolute;
  top: -1px;
  left: 25px;
  z-index: 4;
  width: 45px;
  height: 50px;
  -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
  transition: width 100ms, height 100ms;
}

.image2:active{
  width: 37px;
  height: 47px;
  /*box-shadow: 0px 0px 40px -8px black;*/
}
/*Context menu (right click)*/
.menu
{
    width: auto;
    box-shadow: 3px 3px 5px #888888;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 2px;
    /*padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;*/
    position: fixed;
    display: none;
    background-color: #333333;
    color: white;
}

.menu-item
{
    height: auto;
    padding-right: 20px;
    padding-left:  20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-item:hover
{
    background-color: #5a616b;
    cursor: pointer;
}
/*Context menu ends*/
input[type="search"] {

  background-color : lightgray;

}
input[type="search"]:focus{
  outline: none;
  background-color : lightgray;
}

#back-arrow-button{
  border-radius: 2px;
}

#back-arrow-button:hover{
  background-color: #5d646e;
}
#back-arrow-button:active{
  background-color: gray;
}

.no-underline:hover{
  text-decoration: none;
}

.filter-button{
    width: 180px;
    height: 50px;
}

.filter-div{
  margin-top: 2px;
}

.filter-div-active{
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  width: 100%;
  height: 250px;
  background-color: #343a40;
}

.filter-input{
  margin-bottom: 2px;
  width: 200px;
  border-width: 0px;
  border-radius: 5px;
  height: 30px;
}

.keyword-suggestion{
  padding: 8px;
  cursor: pointer;
  display: inline-block;
  background-color: dodgerblue;
  border-style: solid;
  border-radius: 4px;
  border-width: 0px;
  border-color: gray;
  margin-right:5px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: white;
  border-style: solid;
  border-color: dodgerblue;
  border-width: 1px;
}
.keyword-suggestion:hover{
  background-color: #007ade;
}

.keyword-suggestion-pressed{
  padding: 8px;
  cursor: pointer;
  display: inline-block;
  background-color: #0064c8;
  border-style: solid;
  border-radius: 4px;
  border-width: 0px;
  border-color: gray;
  margin-right:5px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: white;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
}

.keyword-suggestion-pressed:hover{
  background-color: #007ade;
}

.search-keywords-input{
  display: none;
}
#search-input-keywords{
  margin-top: 5px;
  margin-bottom: 5px;
  height:46px;
  border-radius: 5px;
}

.info{
  margin-top: 5px;
  width: 100%;
}

video{
  width:300px;
  transition: width 300ms;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin-right: 3px;
}
video:hover{

  position: relative;
  width:450px
}

.video-border{
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
  background-color: white;
}

#word-cloud{
  height: 600px;
}

#pie-chart{
  margin-top: 100px;
  height: 400px;
}

#data-table{
  margin-top: 100px;
  height:400px;
}

#window{
  background-color: white;
  border-radius: 10px;
}

.mydocs-icon{
  width:45px;
}

#account-div{
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: lightgray;
}

.account-info-row{
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: lightgray;
  padding-bottom: 10px;
  padding-top: 10px;
}
.text-gray{
  color: gray;
}