/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px !important;
  min-height: 100%;
}
.footer {
  position: absolute;
 bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.table td, .table th {
    vertical-align: middle !important;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.hand{
  cursor: pointer;
}

/* CSS Document */

/*Extra small devices (portrait phones, less than 576px)
/No media query since this is the default in Bootstrap*/



/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

/* GLOBAL > RESET
//////////////////////////////////////*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, embed, 
   figure, figcaption, footer, header, hgroup, 
   menu, nav, output, ruby, section, summary,
   time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
   }
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
   }
   body {
    line-height: 1;
   }
   ol, ul {
    list-style: none;
   }
   blockquote, q {
    quotes: none;
   }
   blockquote:before, blockquote:after,
   q:before, q:after {
    content: '';
    content: none;
   }
   table {
    border-collapse: collapse;
    border-spacing: 0;
   }

/*
*@section global paragrafos
*/

p, body {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;

}



/* -----------------------------------*/
/* ---------->>> ESTILOS DO HEADER <<<-----------*/
.bg-system  {
  background: #015c91;
  color:#fff;
}

.bg-system  li.nav-item a{
  color:#fff;
}

.bg-system  li.nav-item a:hover{
  color:#012940;
}

.bg-system  li.nav-item a.dropdown-toggle:hover{
  color:#fff;
}


.bg-system a.dropdown-item{
  color:#015c91 !important;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-add {
  border: 1px dashed gray;
  color: gray;
  background-color: #e0e0e0;
  padding: 8px 20px;
  border-radius: 0;
  font-size: 24px;
  font-weight: bold;
  width: 75px;
  height: 75px;
}


.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 75px;
    height: 75px;
}
.img-preview {
  width: 75px;
  height: 75px;
  margin-right: 14px;
  margin-bottom: 20px;
}

.img-preview img{
  object-fit: cover;
  width: 75px;
  height: 75px;
}

.img-preview > a, .img-preview button {
    position: absolute;
    border-radius: 100%;
    border: none;
    width: 22px;
    height: 22px;
    font-size:10px;
    color:white;
}

.img-preview button.exclude-button {
  margin-left: 55px;
  margin-top: 60px;
  background-color: red;
}

.img-preview button.map-toggle {
  margin-left: 30px;
  margin-top: 60px;
  background-color: #015c91;
}
.table-responsive table {
  min-width: 800px;
}
/* -----------------------------------*/
/* ---------->>> ESTRUTURAS DA Pagina <<<-----------*/
/* -----------------------------------*/




/* -----------------------------------*/
/* ---------->>> Rodape <<<-----------*/
/* -----------------------------------*/
.bg-system  {
  background: #015c91;
  color:#fff;
}

/* -----------------------------------*/
/* ---------->>> TEXTOS <<<-----------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* ---------->>> Titulos <<<-----------*/
/* -----------------------------------*/


h1,h2,h3,h4,h5,h6 {
  color: #333333;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  
}

h1, .h1 {
  font-size: 22px;
}

h2, .h2 {
  font-size: 18px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 16px;
}


h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 16px;
}



/* -----------------------------------*/
/* ---------->>> LINKS e BOTOES<<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> FORMULARIOS <<<-----------*/
/* -----------------------------------*/

/*Erro*/
.form-group label.error {
  color: #dd4b39;
  font-size: smaller;
}

.form-group .form-control.error {
  border-color: #dd4b39 !important;
  box-shadow: none;
}

/*Loading*/
#divload {
  display: none;
}

.divLoading {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -75px;

}


.separador-contrato {
  margin-right:5px;
  margin-left:5px;

}
a.exclude, #contratos-listados a {
  cursor: pointer;
}
a.exclude, #contratos-listados a:hover {
  color: red;
  
  
}


.same-height {
  height: 507px;
  overflow-y: auto;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 



  /* -----------------------------------*/


  h1,h2,h3,h4,h5,h6 {
    color: #333333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;

  }

  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }


  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;

  }


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
 
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


} 