@charset "UTF-8";

h4 a,
h4 a:link {
  text-decoration: none !important;
  color: #000;
}

.container-fat {
  margin-left: 125px;
  margin-right: 125px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.font-mega {
  font-size: 1.3em;
  font-weight: 400;
}

.matrix-green {
  background-color: transparent !important;
  color: white !important;
}

#emoji1,
#emoji2,
#emoji3 {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.trans-bkg {
  background-color: transparent !important;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

.loading {
  background: url("../img/ajax-loader3.gif") no-repeat scroll 95% 10px;
  z-index: 1000;
  /* padding-left:30px; */
}

.shareicon{
  /* position:relative;
  right: -5px;
  top: -5px; */
}

.hiddensection {
  display: none;
}

.showsection {
  display: unset;
}

.ajax-loader2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/wait.gif") 50% 50% no-repeat rgba(242, 242, 242, 0.1);
}

.ajax-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/wait.gif") 50% 50% no-repeat rgba(242, 242, 242, 0.1);
}

.ajax-loader-small {
  height: 25px;
  z-index: 9999;
  background: url("../img/ajax-loader2.gif") 50% 50% no-repeat;
  background: 50% 50% no-repeat;
  position: absolute;
  left: 20px;
  top: -25px;
}

#custom-search-input {
  padding: 3px;
  border: solid 1px #e4e4e4;
  border-radius: 6px;
  background-color: #fff;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
  font-size: 23px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.5rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}

.trimmedNotes {
  max-width: 250px;
  /* display: block;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.handhover {
  cursor: pointer;
}

#loginmessage {
  background-color: transparent;
  color: rgb(213, 226, 93);
  font-size: 1.2em;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
}
.text-blue {
  color: rgba(79, 79, 182, 0.801) !important;
}

.border-box {
  padding: 10px;
  border: solid 1px rgb(218, 218, 218);
  margin-bottom: 25px;
  background-color: rgb(248, 248, 251);
}

#txtSearch{
  max-width:300px;
}

#links {
  display: none;
}

.linkid {
  display: none;
}
.p-link {
  line-height: 0.5em;
}

.p-link:hover {
  display: block;
  /* font-size: 1.3em; */
}
.span-icon {
  display: none;
  position: relative;
  right: 0px;
  top: -8px;
}

.span-icon-red {
  color: rgb(231, 231, 231);
  position: relative;
  right: 0px;
  top: -3px;
}

.span-icon-red:hover {
  color: red;
  position: relative;
  right: 0px;
  top: -3px;
}

.light {
  color: #b8b8b8;
}

.p-link:hover .span-icon {
  display: block;
}

.checked {
  color: orange;
}
/*** MARGINS ***/

.p-b-10 {
  padding-bottom: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}
.p-l-10 {
  padding-left: 10px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-40 {
  padding-left: 40px;
}
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-150 {
  margin-top: 150px;
}
.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}
.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

/**** padding ****/

.p-r-10 {
  padding-right: 10px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-40 {
  padding-right: 40px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-r-120 {
  padding-right: 120px;
}
.p-r-140 {
  padding-right: 140px;
}

.table-closed,
.table-closed > th,
.table-closed > td {
  background-color: #dc3545;
  color: #fff;
}

.table-open,
.table-open > th,
.table-open > td {
  background-color: green;
  color: #fff;
}

.fa-red {
  color: red;
}
.fa-green {
  color: green;
}

.danger {
  color: red;
}
.success {
  color: rgb(0, 116, 0);
}
.primary {
  color: rgb(54, 55, 160);
}
.winloss {
  font-weight: bold;
  text-align: center;
}

a.activelink {
  color: green;
  font-weight: bold;
}

#sitestatus {
  position: fixed;
  bottom: 0%;
  right: 0px;
  z-index: 1000;
  /* background: transparent; */
  font-size: 0.7em;
  background-color: rgb(240, 240, 240);
  padding: 10px 10px 0px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.countdown {
  background-color: rgb(241, 241, 241);
  padding: 10px;
  margin-bottom: 40px;
  font-size: 1.4em;
  line-height: 0.8em;
}

#rewards {
  font-size: 12px;
  font-weight: 600;
}

#weather {
  margin-left: 50px;
  color: rgb(129, 129, 129);
  font-size: 0.7em;
}

table.table-weather {
  border-collapse: collapse;
}
table.table-weather td {
  padding: 0px 5px;
}

#entry {
  min-height: 300px;
}

.hidden {
  display: none;
}
.input-group-text:hover {
  cursor: pointer;
}

ul.ui-autocomplete {
  z-index: 1100;
}

ul#selTags {
  list-style: none;
  padding-top: 6px;
  margin-left: 0;
}

ul#selTags li {
  border: solid 1px gray;
  border-radius: 5px;
  padding: 5px;
  display: inline;
  margin-left: 4px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

ul#selTags li:hover {
  border: solid 1px red;
  opacity: 0.7;
  cursor: pointer;
  background-image: url(../img/x20red.png);
  background-repeat: no-repeat;
  background-position: center;
  /* color: transparent; */
}

/* #tabledomains tr:hover{
    border: solid 1px red;
    opacity:.7;
    cursor: pointer;
    background-image: url(../img/x20red.png);
    background-repeat: no-repeat;
    background-position: -50px;
}
*/

#tabledomains tr:hover > .span-icon {
  display: block;
  background-color: red;
}

#message {
  background-color: #fff;
  min-height: 100px;
  width: 100%;
}
.validationmessage {
  color: red;
}

#newimage {
  height: 25px;
  position: absolute;
  right: 30px;
  top: 5px;
}

#domaincount {
  padding-left: 10px;
  font-size: 0.6em;
}

.hiddentagid {
  display: none;
}

div.entry-box {
  border: solid 2px #e2e2e2;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 0.8em;
}

div.entry-box-header {
  border-bottom: solid 1px #e2e2e2;
  padding: 4px 10px;
  font-size: 1em;
}
div.entry-box-body {
  padding: 10px;
}

div.todocard {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  min-height: 40px;
  border-bottom: solid 1px rgb(108, 134, 108);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}

div.todocard:first-child:hover {
  border-top: solid 1px rgb(114, 46, 46);
}

div.todocard:hover {
  border-bottom: solid 1px rgb(114, 46, 46);
  border-left: solid 5px rgb(114, 46, 46);
  border-right: solid 5px rgb(114, 46, 46);
  background-color: rgb(250, 250, 250);
}

div.importance {
  width: 20px;
  margin-right: 20px;
}

.importancekey{
  padding:0px 6px;
}

.importance3 {
  background-color: #b41616;
  color: #b41616;
}
.importance3-text {
  color: #b41616;
}
.importance2 {
  background-color: #3871a3;
  color: #3871a3;
}

.importance2-text {
  color: #3871a3;
}

.importance1 {
  background-color: #1a6d0f;
  color: #1a6d0f;
}
.importance1-text {
  color: #1a6d0f;
}

div.todo_title {
  width: 80%;
}

div.todoicons {
  flex: 1;
  text-align: right;
}

div.todo_description {
  width: 100%;
  flex-direction: column;
  display: none;
  padding-left: 40px;
  padding-top: 25px;
}

div.hiddenid {
  display: none;
}

span.todoedit {
  cursor: pointer;
}
span.todoclose {
  margin-left: 25px;
  cursor: pointer;
}

span.todocomplete {
  margin-left: 25px;
  cursor: pointer;
}

span.todoclose:hover {
  color: red;
}

span.todoedit:hover {
  color: rgb(0, 184, 122);
}

span.todocomplete:hover {
  color: rgb(0, 184, 122);
}

.btn-level1 {
  color: #fff;
  background-color: #1a6d0f;
  border-color: #6c757d;
  opacity: 0.6;
}

.btn-level2 {
  color: #fff;
  background-color: #3871a3;
  border-color: #6c757d;
  opacity: 0.6;
}

.btn-level3 {
  color: #fff;
  background-color: #b41616;
  border-color: #6c757d;
  opacity: 0.6;
}

.active {
  opacity: 1;
  color: #fff !important;
  font-weight: bold;
}

#hiddenTagList {
  display: none;
}
#employeehelplink {
  position: relative;
  left: 200px;
  top: 25px;
  z-index: 100;
}

#timestamp {
  font-size: 0.7em;
  text-align: right;
  position: absolute;
  right: 20px;
}

#ddlPriorEntries {
  font-family: "FontAwesome", "Roboto";
}

.highlight-found {
  background-color: #c26b6b;
  color: #fff;
}

#oncall td:hover {
  cursor: pointer;
}

#charCount {
  font-size: 0.7em;
}
/***********  list css for summernote ***********/
ol {
  list-style-type: decimal !important;
}
ol ol {
  list-style-type: lower-alpha !important;
}
ol ol ol {
  list-style-type: lower-roman !important;
}

.note-editable {
  font-size: 0.8rem !important;
}

/************ chart div *******/
#chartdiv {
  width: 100%;
  height: 300px;
}

/******* NOTE STYLES ********/
.noteselected{  
  background-color: #f7f7f7;
}
/* .notehead{
  border-bottom: 1px solid #e2e2e2;
} */
#notelist {
  padding-right: 0px !important;
  border-right: 1px solid #e2e2e2;
  overflow:auto;
}
.notebox {
  padding: 5px;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}
.notebox:hover{
  cursor: pointer;
}
/* .notebox:hover {
  cursor: pointer;
  background-color: #f7f7f7;
} */
.notetitle {
  font-size: 1.2em;
  font-weight: 600;
}

.noteupdate {
  font-size: 0.8em;
}

.notesnippet{
    color: #a5a2a2;
}


.ui-helper-hidden-accessible { display:none; }