@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:200,300,400,500,600,700);


/* ========== BASE ======================
   ====================================== */

/* este codigo faz com que o footer fique fixo no fundo */
html,
body {
	margin:0;
  padding:0;
	height:100%;
}
#wrapper {
  min-height:100%;
	position:relative;
}
#header {
}
#content {
  padding-bottom:68px; /* Height of the footer element */
}
#footer {
	width:100%;
	height:68px;
	position:absolute;
	bottom:0;
	left:0;
}
/* fim - footer fixo footer */

body {
  padding-top: 100px;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #64686d;
  margin: 0;
  line-height: 1.42857143;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  color: #272727;
}

a {
    color: #3D837B;
  text-decoration: none;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    background-color: transparent;
}
a:hover, a:focus { text-decoration: none; color: #6BBBB3; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
a:active, a:hover { outline: 0; }

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn {
  border-width: 0;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #6BBBB3;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #4A8882;
}

#section {
  padding: 20px 0;
  margin-top:20px;
}

.cinza {
  background-color: #EAEAEA;
}

/* ========== HEADER ====================
   ====================================== */

/* === Navbar
   ====================================== */
.navbar-header {
  height: 100px;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding:20px 10px 10px 15px;
  width: 210px;
}
.navbar-default .dropdown-menu > li > a {
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a {
  text-transform: uppercase;
}


/* ========== MAIN ======================
   ====================================== */



#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}




/* === Index title below slider
========================================= */
.sub-title {
  font-size: 44px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  font-weight:500;
}

/* === Side Menu - Home
========================================= */
.nav-side-menu {
  overflow: auto;
  font-family: inherit;
  font-size: 12px;
  font-weight: 300;
  background-color: #EAEAEA;
  width: 100%;
  height: 100%;
  font-family: 'Raleway', sans-serif;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  color: #333333;
  cursor: pointer;
}
.nav-side-menu li {
  padding-left: 10px;
  border-left: 3px solid #eaeaea;
  border-bottom: 1px solid #ccc;
}

.nav-side-menu li.sidemenu1:hover {
  border-left: 3px solid #D59029;
  background-color: #666;
  color:#FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li.sidemenu2:hover {
  border-left: 3px solid #0089CF;
  background-color: #666;
  color:#FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li.sidemenu3:hover {
  border-left: 3px solid #DC5962;
  background-color: #666;
  color:#FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li.sidemenu4:hover {
  border-left: 3px solid #30965F;
  background-color: #666;
  color:#FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li.sidemenu5:hover {
  border-left: 3px solid #7348A2;
  background-color: #666;
  color:#FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li.sidemenu6:hover {
  border-left: 3px solid #FF007F;
  background-color: #666;
  color:#FFF;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}



.nav-side-menu li a {
  text-decoration: none;
  color: #333;
}
.nav-side-menu li a:hover {
  color:#FFF;
}
.nav-side-menu li span {
  float: right;
  padding:10px 10px 0 0;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #FFF;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #CCC;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #666;
  color: #fff;
}



/* === Top Banner - Pages
========================================= */
#banner.banner-admin {
    width: 100%;
    height: 150px;
    background-image: url('../img/banner.jpg');
    background-position: top;
    background-size: cover;
    position: relative;
}
#banner .caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#banner .caption h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

/* === Conteudo
========================================= */
.text {
  margin-top:40px;
  margin-bottom:40px;
}
#conteudo-missao .logos {
  margin-top:40px;
  margin-bottom:40px;
  text-align: center;
}
#conteudo-missao img {
  margin-bottom: 30px;
  margin-right: 20px;
  display: inline;
}



/* === Call to action
========================================= */
#calltoaction {
  padding: 30px 0;
}
#calltoaction h3 {
  margin-top: 10px;
  font-weight: 600;
  color: #64686d;
}

/* === Call to action
========================================= */
#top-title {
  padding: 10px 0;
}
#top-title h2 {
  font-weight: 400;
  color: #fff;
  font-size: 25px;
}
#top-title.gradiente {
  background: #349BC7; /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#349BC7,#48AFDB,#349BC7);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(#349BC7,#48AFDB,#349BC7);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(#349BC7,#48AFDB,#349BC7);
  /* Standard syntax */
  background: linear-gradient(to right, #4FB4CF,#5DD6C3,#4FB4CF);
}





.custom-tooltip:hover div {
    opacity: 1;
    visibility: hidden;
}

.custom-tooltip div {
    display: table;
    margin-left: auto;
    margin-right: auto;

    padding: 10px;
    top: -2px;
    left:-25%;
    width: 100px;
    min-height: 70px;
    background-color: #fff;
    color: #222;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    opacity: 0;
    position:absolute;
    visibility: hidden;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;

}

.custom-tooltip span {
  color: #222;
  display: table-cell;
  vertical-align: middle;
}


/* ========== FOOTER ====================
   ====================================== */

#footer {
  padding: 15px 0;
  color: #fff;
  background: #333;
  font-size: 13px;
}

#footer a {
  color: #fff;
}
#footer a:hover {
  color: #6BBBB3;
}

#footer .row {
  margin:0;
}
#footer .footer_bottom_part {
    padding: 10px 0;
    color: #aaa;
}
#footer .footer_bottom_made, .footer_bottom_copy {
    text-align: center;
    padding:2px;
}




.panel-info {
    border-color: #6BBBB3;
}
.panel-info>.panel-heading {
  background-color: #6BBBB3;
  border-color: #6BBBB3;
  color:#fff;
}
.panel-info .alert {
  font-size: 14px;
}

#admin-menu {
  background-color: #6BBBB3;
  padding: 0 10px;
}
#admin-menu .nav {
  padding:0 15px;
}
#admin-menu ul li a {
  color:#fff;
}
#admin-menu ul li a:hover,
#admin-menu ul li a.active,
#admin-menu ul li.open a.dropdown-toggle {
  background-color: #4A8882;
}



.nav ul.dropdown-menu {
  background-color: #6BBBB3;
}
.nav ul.dropdown-menu li a:hover,
.nav ul.dropdown-menu li a.active {
  background-color: #4A8882;
}




.dataTables_info, .dataTables_paginate, .dataTables_length, .filesTable_filter {
  font-size:14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background:#6BBBB3;
  background-color:#6BBBB3;
  color:#fff !important;
  border: none;
  padding: 2px 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background:#4A8882;
  background-color:#4A8882;
  color:#fff !important;
  border: none;
  padding: 2px 8px;
}


.file-share button.multiselect.dropdown-toggle.btn.btn-default {
	background: #6BBBB3;
	color: #fff;
}
.file-share button.multiselect.dropdown-toggle.btn.btn-default:hover,
.file-share button.multiselect.dropdown-toggle.btn.btn-default:focus {
  background: #4A8882;
}

.file-upload {
	padding:20px 0;
}


.gap20 {
	padding: 20px 0;
}

.page-header {
  padding-bottom: 0;
}


#upload_form label.btn.btn-primary, #upload_form input[type='button'] {
	width:122px;
}

#upload_form .form-control {
	height: 32px;
}

.form-inline {
    display: inline;
}

table.dataTable tbody td {
    padding: 5px;
}
a.btn.btn-primary.btn-sm, a.btn.btn-danger.btn-sm {
    height: 26px;
    width: 26px;
    padding: 3px 6px;
}

.logoadmin {
	width: 600px;
	margin: 20px auto 0;
}


#conteudo-noticias .media-object {
    width: 150px;
    text-align: center;
}


ul.nav.nav-tabs {
	margin-bottom: 20px;
}


#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:99999;
	}
#screenshot img {
	max-width: 300px;
	height: auto;
}

/* organizations validation name */
#name_status {
	display: none;
}
.okmsg {
	background-color: #E5FFCC;
}
.notokmsg {
	background-color: #fcc;
}






/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .navbar.navbar-default .navbar-brand {
    height: auto;
    padding:15px 10px 10px 15px;
  }
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding: 40px 10px;
    text-transform:uppercase;
    font-size:13px;
    font-family: 'Raleway', sans-serif;
  }

  #main-menu.navbar-default .navbar-nav > li.active > a.menu1,
  #main-menu.navbar-default .navbar-nav > li.open > a.menu1,
  #main-menu.navbar-default .navbar-nav > li:hover > a.menu1 {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #D59029;
    font-family: 'Raleway', sans-serif;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a.menu2,
  #main-menu.navbar-default .navbar-nav > li.open > a.menu2,
  #main-menu.navbar-default .navbar-nav > li:hover > a.menu2 {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #0089CF;
    font-family: 'Raleway', sans-serif;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a.menu3,
  #main-menu.navbar-default .navbar-nav > li.open > a.menu3,
  #main-menu.navbar-default .navbar-nav > li:hover > a.menu3 {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #DC5962;
    font-family: 'Raleway', sans-serif;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a.menu4,
  #main-menu.navbar-default .navbar-nav > li.open > a.menu4,
  #main-menu.navbar-default .navbar-nav > li:hover > a.menu4 {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #30965F;
    font-family: 'Raleway', sans-serif;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a.menu5,
  #main-menu.navbar-default .navbar-nav > li.open > a.menu5,
  #main-menu.navbar-default .navbar-nav > li:hover > a.menu5 {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #7348A2;
    font-family: 'Raleway', sans-serif;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a.menu6,
  #main-menu.navbar-default .navbar-nav > li.open > a.menu6,
  #main-menu.navbar-default .navbar-nav > li:hover > a.menu6 {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #FF007F;
    font-family: 'Raleway', sans-serif;
  }







  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 10px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
    font-size:12px;
    text-transform:uppercase;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #6BBBB3;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #6BBBB3;
    background-color: transparent;
  }




#footer .footer_bottom_copy {
  text-align: left;
  padding:0;
}
#footer .footer_bottom_made {
  text-align: right;
  padding:0;
}

.custom-tooltip:hover div {
    opacity: 1;
    visibility: visible;
}

.custom-tooltip div {
    display: table;
    margin-left: auto;
    margin-right: auto;

    padding: 10px;
    top: -2px;
    left:-25%;
    width: 100px;
    min-height: 70px;
    background-color: #fff;
    color: #222;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    opacity: 0;
    position:absolute;
    visibility: hidden;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;

}

.custom-tooltip span {
  color: #222;
  display: table-cell;
  vertical-align: middle;
}




}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-brand {
    padding:10px 10px 10px 15px;
    width: 253px;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding: 40px 15px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}


@media (min-width: 140px) and (max-width: 480px){

}

@media (min-width: 481px) and (max-width: 767px){

}
