/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/01/2015, 08:44:51
    Author     : Marcos
*/

*{
    border-radius: 0 !important;
}

body{
    padding-top: 70px;
    background-image: url('../img/bg.png')
}

#geral {	
    display: none;
}

textarea {
    resize: none;
}

.thumbnail{
    background-color: transparent;    
}

.btn-danger{
    background-color: #d9534f !important;
}

.btn-info{
    background-color: #31b0d5 !important;
}

.btn-success{
    background-color: #449d44 !important;
}

a:hover{
    text-decoration: none !important;
}

.table{
    background-color: #FFF;
    margin-bottom: 8px;
}

.table th{
    text-align: center;
    vertical-align: middle !important;
}

.table td{
    text-align: center;
    vertical-align: middle !important;
}

/*.table td:first-child{*/
.listagem-geral td:first-child{
    width: 4%;
}

/*.table td:last-child{*/
.listagem-geral td:last-child{
    width: 4%;
}

/*.table th:last-child{*/
.listagem-geral th:last-child{
    color: #31B0D5;
}

ol{
    outline: 1px solid #dddddd;
}

.form-inline{
    float: left;
}

.pagination{
    margin: 0;
}

.pagination .active a {
    background-color: #31B0D5;
    border-color: #31B0D5;
}

.breadcrumb > li + li:before {
    content: "> ";
}

a{
    color: #31B0D5;
}

nav ul li .glyphicon{
    margin-right: 5px;
}

.chosen-container-single .chosen-single {
    height: 34px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 3px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 3px;
}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.btn-modulo{
    height: 90px;
    padding-top: 26px;
    padding-bottom: 100px;
}

.btn-modulo span{
    display: block;
}

.item-modulo{
    /*background-color: #eee;*/
    color: #424251;
}

.item-modulo:hover{
    text-decoration: none;
    background-color: #31B0D5;
    color: #fff;
}

#login{
    /*margin-top: 220px;*/
    top: 50%;
}

.sort_asc:after{
    content: '▲';
    color: #31B0D5;
}

.sort_desc:after{
    content: '▼';
    color: #31B0D5;
}

.container{
    padding-left: 0;
    padding-right: 0;
}

.table .col-sm-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#nav_mobile .col-sm-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-add-interno{
    margin-top: -3px;
}

/* Datepicker */

div > .ui-datepicker {
    /*display: none;*/
    /*padding: 0.2em 0.2em 0;*/
    width: 100%;
    /*height: 500px;*/
}

.filter-table input {
    /*display: block;*/
    /*width: 100%;*/
    float: left;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fitler-table .quick:hover {
    text-decoration: underline;
}

td.alt {
    background-color: #ffc;
    background-color: rgba(255, 255, 0, 0.2);
}

.colorpicker{
    /*z-index: auto !important;*/
    z-index: 10;
}



/* Mega Menu */

/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

/*body{
  font-family: 'Lato', sans-serif;
  font-weight:300;
}
.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}*/

.navbar-default{
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}
.navbar-default .navbar-nav > li > a{
    color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
    color:#fff;
}
.menu-large {
    position: static !important;
}
.megamenu{
    padding: 20px 0px;
    width:100%;
}
.megamenu> li > ul {
    padding: 0;
    margin: 0;
}
.megamenu> li > ul > li {
    list-style: none;
}
.megamenu> li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}
@media (max-width: 768px) {
    .megamenu{
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .megamenu> li {
        margin-bottom: 30px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;

    }
    .navbar-nav .open .dropdown-menu .dropdown-header{
        color:#fff;
    }
}

.select2-container {
    display: block !important;
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}