html, body, #page-content{
  height:100%;
}

[hidden]{
  display:none!important;
}

.hand-cursor{
  cursor: pointer;
}

.dashed-message{
  border:1px dashed #E2E2E2;
  text-align:center;
  color:#a7a7a7;
  padding:10px;
}

.vertical-divider{
  width:2px;
  height:60px;
  background-color:#EEE;
  margin: 0 10px;
}

/* Legenda Escalas
----------------------------------*/

.legenda-escalas{
  border:1px solid #dcdcdc;
  padding:10px;
}

.legenda-escalas .event-action{
  font-size:10px;
  cursor:default;
}

/* Buttons
----------------------------------*/

.mp-button, .mp-button:visited{
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  text-align:center;
  font-size:14px;

  padding: 6px 15px;
  margin-right: 5px;

  cursor: pointer;
  color: #666666;
  background-color: #F8F8F8;

  border: 1px solid #D1D1D1;
  border-bottom: 2px solid #D1d1d1;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -goog-ms-border-radius: 5px;
  border-radius: 5px;
}

.mp-button.primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.mp-button.success{
  	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.mp-button.danger{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.mp-button.alert{
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}



/*
----------------------------------*/
.fa-stack .fa-stack-1x.fa-cog.fa-spin{
  right: -9px;
  bottom: 7px;
  left: initial;
  font-size: 20px;
  width: auto;
}

/* Input placeholder
----------------------------------*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7c7c7!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c7c7c7!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c7c7c7!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c7c7c7!important;
}

/* Top Navbar
----------------------------------*/

#top-navbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  border-top:4px solid #1c9ef4;
  background-color: #0275d8;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  height: 60px;
  padding: 0;
  box-shadow: 0 1px 1px #e3e3e3;
  z-index:3;
}
#top-navbar:hover {
  z-index: 5;
}

.table-cell.adp-logo{
  width: 250px;
  max-width:100%;
  text-align: center; }
  .table-cell.adp-logo img{
    display:inline-block;
    max-height:32px;
    height:32px; }

@media screen and (max-width: 768px) {
  .table-cell.adp-logo{
    padding-left: 62px; }
}

/* Main Container
--------------------------------------------------*/

.main-container {
  margin: 60px 0 0 250px;
  padding: 10px 26px 40px 26px;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  position: relative;
  z-index: 4;
  height: 100%
}

/* Main Container > Media query
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  .main-container {margin-left: 0;}
}


/* Input > Radio
----------------------------------*/

input[type="radio"]{
  height:initial;
  margin:0;
}

/* Breadbums
----------------------------------*/

.breadcrumb {
  font-size: 0.9rem;
  padding: 0.5rem 0.62rem;
  margin: 0.8rem 0 2rem 0;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

/* Modal
----------------------------------------------- */
.modal-display,
.modal-overlay{
  pointer-events: none;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1001;
}

.modal-display{
  position:fixed;
}

.modal-display .modal-overlay {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.05);
  z-index:100;
}

.modal-display .modal-window{
  position:relative;
  z-index:200;
}

.modal-display .modal-window .modal-header .close{
  cursor:pointer;
  text-shadow:none;
}
.modal-display .modal-window .modal-header .close:focus, .close:hover{
  color:#104229;
}

.modal-display .modal-window .modal-content{
  overflow: hidden;
}

.modal-display .popup-window{
  pointer-events: all;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin:0 auto;
}

.popup-window .popup-header{
  position:relative;
  padding: 20px 20px 0 20px;
}

.popup-window .popup-header .close-button{
  position: absolute;
  top: 3px;
  right: 3px;
  width: 25px;
  color: #8c8c8c;
  cursor:pointer;
}

.popup-window .popup-header .close-button .fa{
  font-size:16px;
  line-height:25px;
}

.popup-window .popup-content{
  padding:20px;
}

/* Loader
 * https://projects.lukehaas.me/css-loaders/
----------------------------------------------- */

.loading-overlay{
  position:fixed;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:10000;
  background-color: rgba(255, 255, 255, 0.2);
}

.loading-overlay .loading-message{
  margin-top: -37px;
  color: #0a85d9!important;
  font-size:18px;
  text-align:center;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(152, 183, 163, 0.50);
  border-right: 1.1em solid rgba(152, 183, 163, 0.50);
  border-bottom: 1.1em solid rgba(152, 183, 163, 0.50);
  border-left: 1.1em solid #105833;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-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);
  }
}

.loader.white{
  border-top: 1.1em solid rgba(255,255,255, 0.2);
  border-right: 1.1em solid rgba(255,255,255, 0.2);
  border-bottom: 1.1em solid rgba(255,255,255, 0.2);
  border-left: 1.1em solid #ffffff;
}

/* Validation
----------------------------------------------- */

.required:after{
  content: " *";
  color: rgb(221, 0, 0);
}

span.error-msg{
  color:rgb(221, 0, 0);
  padding:5px 1px;
  font-size:11px;
  vertical-align:bottom;
}

div.error-msg{
  color:rgb(221, 0, 0);
  padding:5px 1px;
  font-size:11px;
}

.form-group+span.error-msg,
.form-group+div.error-msg{
  margin-top: -15px;
  margin-bottom: 10px;
}

input.ng-invalid.ng-dirty:not(:focus),
textarea.ng-invalid.ng-dirty:not(:focus),
select.ng-invalid.ng-dirty:not(:focus){
  color: #b94a48;
  border-color: #F5AEAC;
  background-color: #fffafa;
  -webkit-box-shadow: inset 0 0 4px #FCE7E7;
     -moz-box-shadow: inset 0 0 4px #FCE7E7;
          box-shadow: inset 0 0 4px #FCE7E7;
}

input.ng-invalid.ng-dirty:not(:focus)::-webkit-input-placeholder,
textarea.ng-invalid.ng-dirty:not(:focus)::-webkit-input-placeholder,
select.ng-invalid.ng-dirty:not(:focus)::-webkit-input-placeholder {
   color: #ec8a88;
}

input.ng-invalid.ng-dirty:not(:focus),
textarea.ng-invalid.ng-dirty:not(:focus),
select.ng-invalid.ng-dirty:not(:focus):-moz-placeholder { /* Firefox 18- */
   color: #ec8a88;
}

input.ng-invalid.ng-dirty:not(:focus)::-moz-placeholder,
textarea.ng-invalid.ng-dirty:not(:focus)::-moz-placeholder,
select.ng-invalid.ng-dirty:not(:focus)::-moz-placeholder {  /* Firefox 19+ */
   color: #ec8a88;
}

input.ng-invalid.ng-dirty:not(:focus):-ms-input-placeholder ,
textarea.ng-invalid.ng-dirty:not(:focus):-ms-input-placeholder ,
select.ng-invalid.ng-dirty:not(:focus):-ms-input-placeholder {
   color: #ec8a88;
}