/* Textos */
.text-align-left {
    text-align: left !important;
}
.text-align-right {
    text-align: right !important;
}
.text-10 {
    font-size: 10px;
}
.text-12 {
    font-size: 12px;
}
.text-14 {
    font-size: 14px;
}
.text-15 {
    font-size: 15px;
}
.text-30 {
    font-size: 30px;
}
.text-40 {
    font-size: 40px;
}
.text-50 {
    font-size: 50px;
}
.text-70 {
    font-size: 70px;
}
/* Width */
.MAXsize60 {
    max-width: 60px;
}
.MAXsize100 {
    max-width: 100px;
}
.MAXsize110 {
    max-width: 110px;
}
.MAXsize120 {
    max-width: 120px;
}
.MAXsize130 {
    max-width: 130px;
}
.MAXsize140 {
    max-width: 140px;
}
.MAXsize200 {
    max-width: 200px;
}
.MAXsize250 {
    max-width: 250px;
}
.MAXsize300 {
    max-width: 300px !important;
}
.MAXsize400 {
    max-width: 400px;
}
.MAXsize600 {
    max-width: 600px;
}
/* Height */
.height35 {
    height: 35px;
}
/* Padding */
.pad-top5 {
    padding-top: 5px;
}
.pad-top10 {
    padding-top: 10px;
}
.pad-left5 {
    padding-left: 5px !important;
}
.pad_All10 {
    padding: 10px;
}
/* Margin */
.margTop10 {
    margin-top: 10px !important;
}
.margTop40 {
    margin-top: 40px !important;
}
.margBot10 {
    margin-bottom: 10px !important;
}
.margLeft10 {
    margin-left: 10px !important;
}
.pagination {
    margin: 5px !important;
}
/* Diversos */
/*.inline-block {
    display: inline-block;
}*/
.gwcolorHeader {
    background-color: #337ab7;
    color: #dfdfe5;
}
.gwcolorPage {
    background-color: #dfdfe5;
}
.gwcolorAlternative {
    background-color: #e8e7ef;
}
.divbox1 {
    border: solid; 
    border-color: #cec9c9; 
    border-width: 1px; 
    padding: 10px
}
.fbotao {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.imgIcon {
    width: 25px !important;
    height: 27px !important;
    margin: 0px !important;
}
/*=== Crystal reports (CR) ===*/
.fundo_CR {
    background-color: #bcc8da !Important;
}
.Crystal1 {
    width: 100%; 
    height: 1240px; 
    border-style: none; 
    position: inherit;
    background-color: #bcc8da !Important;
}
.Crystal2 {
    width: 100%; 
    height: 930px; 
    border-style: none; 
    position: inherit;
    background-color: #bcc8da !Important;
}
.height50 {
    height: 50px !important;
}
.paddingselect {
    padding: 5px !important;
}
.form-group {
    margin-bottom: 10px !important;
}

.ddl_tp1 {
    color: #000000 !important;
    background-color: #eef1f5 !important;
}
.logo-default {
    margin-top: 10px !important;
}
.page-logo {
    padding-left: 10px !important;
}
/* === Top Message ===*/
.navbar.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject {
    margin-left: 4px !important;
}
.navbar.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .message {
    margin-left: 4px !important;
}
/*=== Alertas Mensagens */
.inbox-started{
    color:#fd7b12 !important;
}

input[type=submit][disabled=disabled]{
    border-color:unset !important;
    color:dimgrey !important;
}

.RdOption {
    display:inline-table;
    pointer-events:none;
    /*width: 300px;
    margin: 5px auto;*/
}

/*.RdOption label {
    float:left;
    margin-top: 7px;
}
.RdOption div {
    float:left;
    margin-left: 15px;
}*/
.RdOption div input[type=radio] {
    width:1.2em;
    height:1.2em;
}

/* Absolute Center Spinner */
.loader {
  position: absolute;
  z-index: 11000;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loader:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.disabled,.disabled:hover,.disabled:focus
{
    cursor: not-allowed !important;
    color: gray;
    background:lightgray;
}
.buttonBar 
{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
#fileDropzone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
#fileDropzone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
#fileDropzone.drop {
  color: #222;
  border-color: #222;
}

#filelist {
  
  border-width: 2px;
  margin-bottom: 20px;
  color: #ccc;
  border-style: solid;
  border-color: #ccc;
  
  overflow:auto;
  text-align:center;
  
}
#filelist li {
    width: 80px;
    height: 85px;
    list-style-type: none;
    border-radius: 3px;
    color:#3498db;
    margin: 10px auto 20px;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
    text-align: center;
    line-height: 4;
 }
 #filelist li  a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  #filelist li i{
    font-size: 60px;
}


  #filelist a {

    list-style-type: none;
    border-radius: 3px;
    color:#3498db;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
    text-align: center;
    line-height: 4;
 }
 #filelist a  a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  #filelist a i{
    font-size: 25px;
}
  #filelist a span {
    position: absolute;
    left: 3px;
}


.filestyle {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.filestyle + label {
    font-size: 1em;
    color: white;
    background-color: #3498db;
    display: inline-block;
    cursor:pointer;
    padding: 0.55em;
    top: 2px;
    position:relative;
}
.CheckBoxBtn {
    margin-left:50px !important;
    margin-top: 12px !important;
}

.filestyle:focus + label,
.filestyle + label:hover {
    background-color: #1478ab;
}
input.labelauty + label {
    cursor:default !important;
}
#filelist li span {
    position: absolute;
    left: 3px;
}
.SelectedLi {
    background:#3498db;
    color:white !important;
}
input 
{
    font-size:14px!important;
}
.ascending {
    background: url('../../img/Asc.png') right center no-repeat;
    background-origin: content-box;
}
.descending {
    background: url('../../img/Desc.png') right center no-repeat;
    background-origin: content-box;
}
.dropdown-menu.open 
{
    max-width:700px;
}
.DummyToggle {
    display:none;
}
.bootstrap-select > .dropdown-toggle 
{
    height:34px;
}