﻿#container {
    background: #fff;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #d9d9d9 #d9d9d9 #d9d9d9;
}
#bgAccountLeft {
    background: url(Images/bgAccountLeft.gif) left no-repeat;
}

#bgAccountMain {
    background: url(Images/bgAccountMain.gif) repeat-x;
    font-size: 13px;
}

#bgAccountRight {
    background: url(Images/bgAccountRight.gif) left no-repeat;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: underline;
    }

.input-validation-error, select.input-validation-error {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
}

.validation-summary-errors {
    color: #FF0000;
}

.validation-success {
    color: #060;
}

.infoiDATA {
    font-weight: bold;
}

input[type=text], input[type=password] {
    border: 1px solid #aaa;
}

#messageInformation {
    background: url(Images/InfoMessage.png) left no-repeat;
}

#messageError {
    background: url(Images/ErrorMessage.png) left no-repeat;
}

#messageWarning {
    background: url(Images/WarningMessage.png) left no-repeat;
}

#messageConfirm {
    background: url(Images/ConfirmMessage.png) left no-repeat;
}

#Logon {
    background: url(Images/icone_claro.png) 0 51% no-repeat;
    background-size: 100px 100px;
}

.ajaxLoaderImage {
    background: url(Images/AjaxLoader.gif) no-repeat center;
}

.ajaxError {
    color: #f00;
}

.loader { 
    position: fixed;  
    opacity: 0.8;  
    z-index: 10000000;  
    background: Black;  
    height: 100%;  
    width: 100%;  
    margin: auto;  
}  

.lds-roller {   
    margin-left: calc(100vw/2 - 32px); 
    margin-top:  calc(100vh/2 - 32px);
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: black;
    margin: -3px 0 0 -3px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ajaxLoader {
    background: url(Images/loading.gif) no-repeat center;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    z-index: 101;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 100;
}
#AreaImpressao
{
	font-family: Trebuchet MS; 
	font-size: 13px;
}