@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
  font-family: "Open Sans", Tahoma, Arial;
}

body {
  background-color: #e0e6f8;
}

a {
  cursor: pointer;
}

small{
  font-size: 85%;
}

.text-avatar-app {
  color: #0080ff;
  float: left;
  margin-right: 20px;
  text-align: left;
  text-transform: capitalize;
}

.avatar-app i {
  color: #0080ff;
  margin-top: 15px;
}

.right-app {
  text-align: right;
}

.btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff !important;
}
/*Custom */

.btn-primary {
  background-color: #fff;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: white !important;
  border-color: red !important; /*set the color you want here*/
  color: #fff;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  left: 10;

  max-height: 150px;
  overflow-y: auto;
  right: 10px;
}
/* END Custom */
#wrapper {
  padding-left: 250px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.content-app {
  background-color: white;
  padding-top: 20px;
}

.margin-content-app {
  margin-top: 25px;
}

#wrapper.toggled {
  padding-left: 0;
}
#wrapper.toggled #sideBar {
  left: -300px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#sideBar {
  background: #222c3c;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 250px;
}

#sideBar.menuClose {
  background: #1d2531 !important;
  left: -180px !important;
}

#sideBar.menuClose .swicht {
  border: 0px !important;
}

#wrapper.menuClose {
  padding-left: 70 !important;
}

.main-nav {
  list-style-type: none;
  -webkit-margin-after: 0px;
  -webkit-margin-before: 0px;
  margin-bottom: 0;
  -webkit-margin-end: 0px;
  -webkit-margin-start: 0px;
  -webkit-padding-start: 0px;
}
.main-nav li {
  border-bottom: 1px solid #585858;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.12);
  line-height: 40px;
  padding: 0 15px;
}
.main-nav li.main-search {
  border: none;
  box-shadow: none;
}
.main-nav li.main-search .search-input.form-control {
  background: white;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.main-nav li.main-search i {
  color: #999;
  float: right;
  margin-right: 15px;
  margin-top: -25px;
}
.main-nav li.nav-brand {
  border: none;
  box-shadow: none;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
}
.main-nav li a {
  color: #fff;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

.header-app {
  list-style-type: none;
  -webkit-margin-after: 0px;
  -webkit-margin-before: 0px;
  margin-bottom: 0;
  -webkit-margin-end: 0px;
  -webkit-margin-start: 0px;
  -webkit-padding-start: 0px;
}

.header-app li {
  line-height: 40px;
  padding: 0 15px;
}
.header-app li.main-search {
  border: none;
  box-shadow: none;
  width: 40%;
}
.header-app li.main-search .search-input.form-control {
  background: white;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.header-app li.main-search i {
  color: #999;
  float: right;
  margin-right: 15px;
  margin-top: -25px;
}
.header-app li.nav-brand {
  border: none;
  box-shadow: none;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
}
.header-app li a {
  color: #000;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

.content-result-app {
  background: none;
  margin-bottom: 50px;
}
/*headers-titles-app*/

.data-cases-app {
  background: white;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  color: #a4a4a4;
  padding: 25px 10px 25px 10px;
}

.dataEntry {
  width: 100%;
}

.dataEntry > thead > tr > th {
  background: black;
  color: white;
  font-size: 14px;
  padding: 25px 10px 25px 10px;
}

.dataEntry > tbody > tr {
  /* background: yellow; */
  border-radius: 15px;
  /* box-shadow: 0 0 0 1px #eee; */
}

.dataEntry > tbody > tr > td:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.dataEntry > tbody > tr > td:last-child {
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dataEntry > tbody > tr > td {
  background: white;
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 10px 15px 10px;
}

.dataEntry > tbody:before {
  /* This doesn't work because of border-collapse */
  color: transparent; /* bacground color */
  content: ".";
  display: block;
  line-height: 1em;
}

.casesMT input {
  padding-left: 18px !important;
}

.paddingLeft {
  padding-left: 16px;
}

.data-cases-app li {
  /* width: 170px; */
  /*padding-right: 8%;*/
  border-right: 1px solid #a4a4a4;
}

.data-cases1-app {
  background: white;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  color: #a4a4a4;
  cursor: pointer;
  padding: 25px 10px 25px 10px;
}

.data-cases1-app li {
  background: white;
  border-right: 1px solid #a4a4a4;
  width: 14%;
  /*width: 170px;*/
 
}

.headers-titles-app {
  background: #151515;
  border-radius: 4px;
  color: white;
  
}

.headers-titles-appData {
  background: #151515;
  border-radius: 4px;
  color: white;
  padding: 20px 5px 20px 10px;
}

.headers-titles-appData li {
  /*padding-right: 8%;*/
  border-right: 1px solid #a4a4a4;
  width: 163px;
}

.headers-titles-app li {
  /*padding-right: 8%;*/
  border-right: 1px solid #a4a4a4;
  /*width: 173px;*/
  width: 14%;
}

.borderNull-app {
  border-right: 0px !important;
}

.borderNull-cases-app li {
  border-right: 0px !important;
}

.data-cases-app:hover {
  border-bottom: 1px solid #0080ff;
  border-left: 5px solid #0080ff;
  border-right: 1px solid #0080ff;
  border-top: 1px solid #0080ff;
}
/*END headers-titles-app*/

/* Table data cases */

.dataCases > tr:hover {
  border: 1px solid #0080ff;
  cursor: pointer;
}

.pdfCases {
  cursor: pointer;
  margin-left: 2%;
}

.pdfCases:hover {
  color: red;
}

@media (max-width: 768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #wrapper.toggled #sideBar {
    left: 0;
    opacity: 1;
  }

  #sideBar {
    left: -300px;
  }
}

.casePending {
  border: 4px solid yellow !important;
}

.casesAcept {
  border: 4px solid #00b75c !important;
}

.success {
  color: #4caf50;
}

.warning {
  color: #ffeb3b;
}

.danger {
  color: #f44337;
}

/*
 * angular-tooltips
 * 1.2.2
 * 
 * Angular.js tooltips module.
 * http://720kb.github.io/angular-tooltips
 * 
 * MIT license
 * Tue Jun 20 2017
 */
@-webkit-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}

@-moz-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}

@-ms-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}

@keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}

._exradicated-tooltip {
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 999;
}

tooltip {
  display: inline-block;
  position: relative;
}
tooltip._multiline {
  display: block;
}
tooltip._slow._ready tip {
  animation: animate-tooltip 0.65s;
}
tooltip._fast._ready tip {
  animation: animate-tooltip 0.15s;
}
tooltip._steady._ready tip {
  animation: animate-tooltip 0.35s;
}
tooltip tip {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  color: #fff;
  display: none;
  line-height: normal;
  max-width: 500px;
  min-width: 100px;
  opacity: 0;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  width: auto;
  will-change: top, left, bottom, right;
}
tooltip tip._hidden {
  display: block;
  visibility: hidden;
}
tooltip.active:not(._force-hidden) tip {
  display: block;
  opacity: 1;
  z-index: 999;
}
tooltip tip-tip {
  font-size: 0.95em;
}
tooltip tip-tip._large {
  font-size: 1.1em;
}
tooltip tip-tip._small {
  font-size: 0.8em;
}
tooltip._top:not(._left):not(._right) tip {
  left: 50%;
  top: -9px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}
tooltip._top:not(._left):not(._right) tip tip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
  width: 0;
}
tooltip._bottom:not(._left):not(._right) tip {
  right: 50%;
  top: 100%;
  -webkit-transform: translateX(50%) translateY(9px);
  transform: translateX(50%) translateY(9px);
}
tooltip._bottom:not(._left):not(._right) tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}
tooltip._right:not(._top):not(._bottom) tip {
  left: 100%;
  top: 50%;
  -webkit-transform: translateX(9px) translateY(-50%);
  transform: translateX(9px) translateY(-50%);
}
tooltip._right:not(._top):not(._bottom) tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}
tooltip._left:not(._top):not(._bottom) tip {
  left: -9px;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}
tooltip._left:not(._top):not(._bottom) tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: 100%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}
tooltip._top._left tip {
  left: -9px;
  top: -9px;
  -webkit-transform: translateX(-100%) translateY(-100%);
  transform: translateX(-100%) translateY(-100%);
}
tooltip._top._left tip tip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
  content: "";
  height: 0;
  left: 90%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
  width: 0;
}
tooltip._top._right tip {
  left: 100%;
  top: -9px;
  -webkit-transform: translateX(9px) translateY(-100%);
  transform: translateX(9px) translateY(-100%);
}
tooltip._top._right tip tip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
  content: "";
  height: 0;
  left: 10%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
  width: 0;
}
tooltip._bottom._left tip {
  left: -9px;
  top: 100%;
  -webkit-transform: translateX(-100%) translateY(9px);
  transform: translateX(-100%) translateY(9px);
}
tooltip._bottom._left tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 90%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}
tooltip._bottom._right tip {
  left: 100%;
  top: 100%;
  -webkit-transform: translateX(9px) translateY(9px);
  transform: translateX(9px) translateY(9px);
}
tooltip._bottom._right tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 10%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}

tip-tip .close-button {
  cursor: pointer;
  float: right;
  left: 8%;
  margin-top: -7%;
  padding: 3px;
  position: relative;
}
