/*
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')
}

/*.navbar-inverse{
    background-color: #0E465B;
}*/

/*.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #0a303f;
}*/

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #0a303f;
}

.btn-info{
  background-color: #1d7291;
  border-color: #0a303f;
}

.btn-info[disabled]{
  background-color: #1d7291 !important;
  border-color: #0a303f;
}

.btn-info:hover, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover
{
  background-color: #0a303f;
  border-color: #0a303f;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
/*  background-color: #1d7291;
  border-color: #0a303f;*/
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover{
  background-color: #1d7291;
}

#geral {	
    display: none;
}

textarea {
    resize: none;
}

.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: #0E465B;
}

ol{
    outline: 1px solid #dddddd;
}

.form-inline{
    float: left;
}

.pagination{
    margin: 0;
}

.pagination .active a {
    background-color: #1d7291;
    border-color: #0a303f;
}

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

a{
    color: #1d7291;
}

.pagination > li > a, .pagination > li > span {
    color: #1d7291;
}

.pagination > .active > a:hover
{
    background-color: #1d7291 !Important;
}

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;
}

.btn-modulo span{
    display: block;
}

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

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

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

.sort_asc:after{
    content: '▲';
    color: #1d7291;;
}

.sort_desc:after{
    content: '▼';
    color: #1d7291;
}

.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);
}



/* 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;
    /*color: #fff;*/
    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;
    }
    
    .fc-toolbar{
        display: block !important;
        width: 100% !important;
    }
}

.item-checklist{
    cursor: pointer;
}

#fallr-wrapper .fallr-button:hover, #fallr-wrapper .fallr-button:focus, #fallr button:hover, #fallr button:focus, #fallr input[type="submit"]:hover, #fallr input[type="submit"]:focus{
    background-color: #1d7291 !important;
}

@media (max-width: 768px) {
    .megamenu > li > ul > li > a {
        color: #fff;
    }
}