/* Global Styles */
html, body{
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: sans-serif;
  height:100%;
}


body {
  /*color: #616161;*/
  color: #555;
  font-size: 13px;
}


/* override Materialize styles */
input[type="checkbox"] {
  position: relative !important;
  left: 0px !important;
  opacity: 100 !important;
}

input:not([type]), input[type=text],
input[type=password], input[type=email],
input[type=url], input[type=time],
input[type=date], input[type=datetime],
input[type=datetime-local], input[type=tel],
input[type=number], input[type=search], textarea {
  border: 1px solid #DBE3E7 !important;
  border-radius: 2px;
  color: #536171;
  display: block;
  font-size: 14px;
  transition: all ease-in-out .1s;
  height: 38px;
  background-color: #F7F9FA;
  padding: 0 0 0 14px;
  box-sizing: border-box;
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  background-color: #EEF2F4;
  border: 1px solid #C5D2D8;
  box-shadow: none;
}

textarea {
  min-height: 100px !important;
  width: 99.25%;
  padding: 14px;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #039be5;
    z-index: 0;
}


select {
  display: inline-block;
  border: 1px solid #DBE3E7 !important;
  margin-top: 5px;
}

label {
  color: inherit;
  display: block;
  font-weight: normal;
  font-size: inherit;
  position: relative;
  height: inherit !important;
}

hr { border: 1px solid #e8e8e8; }


input.search, input.standard-search {
  padding-left: 33px;
}

input.file-path {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  text-align: center;
}


.file-field { margin-bottom: 20px; }
.file-field .btn { float: none; }
.file-field input.file-path { background-color: transparent; }

table th, table td {
  font-size: 13px;
  /*padding: 0.2rem 0.75rem !important; */
}

.chip { border-radius: 4px; }

.breadcrumb, .breadcrumb:before { color: grey; }

.breadcrumb { font-size: 16px; }
.breadcrumb:before { font-size: 15px; }
.last-crumb {
  color: #555;
  font-weight: bold;
}

.dropdown-button.inherit { line-height: inherit; }


.toast-close {
  color: red;
  padding-left: 15px;
}

/* Reusable Styles */

.custom-fade-in {
  animation: fadein .3s;
  -moz-animation: fadein .3s;
  -webkit-animation: fadein .3s;
  -o-animation: fadein .3s;
}

.dropdown-content { border-radius: 3px; }
.dropdown-content li a { color: #039be5; }
.dropdown-content li i { font-size: 18px; }


.card {
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #dfe8f1;
}


.btn-flat-small {
  line-height: inherit !important;
  font-size: 13px !important;
  height: 30px !important;
  border: 1px solid #e0e0e0;
  padding-top: 2px !important;
  text-transform: none;
  background: white;
  margin-top: -3px;
  border-radius: 4px;
  color: #fff !important;
  margin-left: 5px;
  display: block;
  font-weight: 500;
  padding: 2px 32px 30px 32px;
}

.btn-flat-small:hover {
  opacity: .9;
  background: #f1f1f1;
}

.card .card-action a.dropdown-button {
  display: block;
  margin-right: 0 !important;
}

.card-dash {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  border-radius: 3px;
  border: 2px dashed #dfe8f1;
}


.lb {
  border: 1px solid red;
  height: 34px;
}

.lb-right { border-right: 1px solid red }

.border-left { border-left: 1px solid #e0e0e0; }
.border-top { border-top: 1px solid #e0e0e0; }
.border-bottom { border-bottom: 2px solid #ddd; }

.capitalize { text-transform: uppercase; }

.fixed-view {
  height: 100%;
}

.no-margin { margin: 0 !important; }
.no-margin-left { margin-left: 0; }
.no-margin-bottom { margin-bottom: 0 !important; }
.margin-top-10 { margin-top: 10px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-5 { margin-top: 5px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-top-10-sides-20 { margin: 10px 20px; }

.card-m { margin: 0.5rem 0 1rem 0; }

.m-3 { margin: 3px 0 !important; }

.mt-0 { margin-top: 0px; }
.mt-3 { margin-top: 3px; }
.mt-10 { margin-top: 10px; }
.ml-20 {margin-left: 20px; }

.mb-3 { margin-bottom: 3px; }

.mtb-4 { margin-top: 4px; margin-bottom: 4px; }

.no-padding { padding: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.row-padding-20 { padding: 20px; }
.padding-bottom-40 { padding-bottom: 40px !important; }
.padding-top-10 { padding-top:10px !important; }

.p-20 { padding: 20px !important; }
.p-8 { padding: 8px !important; }

.page-content { padding: 20px 10px; }

.truncated {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-flat {
  border: 1px solid #e0e0e0;
}

.btn-flat.active {
  background-color: #f9f6f6 !important;
}

.fixed-action-btn.horizontal { top: 54px; bottom: auto; }

.editable-item {
  border-bottom: 1px dashed #039be5 !important;
  cursor: pointer;
}

.editable input[type=text] {
  background-color: transparent;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px dashed #039be5 !important;
  border-radius: 0;
  outline: none;
  height: 1.55rem;
  font-size: 1rem;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  /*transition: all 0.3s;*/
}

select.editable {
  display: block;
  border-bottom: 1px dashed #039be5;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0 !important;
  width: 80%;
  float: left;
  height: 2rem;
}


.navy-text { color: #4d638c ; } /*#6a768c; }*/
.green-text { color: #00ce97 !important; }
.red-text { color: #F7464A !important; }
.yellow-text { color: #FDB45C !important; }
.grey-text { color: #555 !important; }
.inherit-grey-text { color: #949292; }

.green-border-top { border-top: 7px solid #00ce97 !important; }
.red-border-top { border-top: 7px solid #F7464A !important; }
.yellow-border-top { border-top: 7px solid #FDB45C !important; }


.green { background-color: #66BB6A !important; }
.red { background-color: #F7464A !important; }
.yellow { background-color: #FDB45C !important; }
.na-strike { text-decoration: line-through; }
.navy { background-color: #6379a2 !important;  }

.light-grey { background-color: #d8dee4 !important; }






/* Loaders */
.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(67,172,80, 0.2);
  border-right: 1.1em solid rgba(67,172,80, 0.2);
  border-bottom: 1.1em solid rgba(67,172,80, 0.2);
  border-left: 1.1em solid #43ac50;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.7s infinite linear;
}

.preloader-wrapper { margin: 0 auto; }

.ease {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}




/* Vendor Style Overrides */
.ps-scrollbar-y-rail>.ps-scrollbar-y {
  width: 4px;
}



/*.gradient-back { background: linear-gradient(154deg,#d0d3da 0,#ece4de 100%); }*/
.gradient-back { background: linear-gradient(154deg,#008fe2 0,#00b29c 100%); }
.gradient-back-highlight {
  background-color: rgba(255,255,255,.03);
}

.grey-background {
  background: #fafafa;
}

.grey-background-border {
  border-right: 1px solid #eee;
}

.white-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.custom-black { background-color: #24292e!important; }
nav { box-shadow: none; }

/* CSS Animation KeyFrames */

@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
}


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media (min-width: 601px) {
  .navbar-fixed,
  nav .button-collapse,
  nav a.button-collapse i {
    height: 53px !important;
  }
}

/* Style for Subtasks list header */
li .collapsible-header .caret {
  margin-right: 0;
  transition: transform 0.2s ease;
}
li.active .collapsible-header .caret {
  transform: rotate(90deg);
}
.header-link {
  position: absolute;
  right: 2em;
}

.subtask-list {
  padding: 0 16px;
  background-color:WhiteSmoke !important;
  line-height: 1.5;
}
.subtask-list th{
  padding: 0;
}

.subtask-list td{
  font-size: 11px !important;
}

.subtask-highlight{
  background-color: #fdffa3
}
