.modal-body {
    font-size: 1.2em !important;
}

/*GRID*/
table.ms-grid {
  margin: 15px 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
table.ms-grid {
  border-color: #bce8f1 !important;
}
table.ms-grid > thead {
  color: #31708f;
  background-color: #BBD7E5;
  border-color: #bce8f1 !important;
}
table.ms-grid tr:nth-child(even){
  background: #EAF2F6 !important;
}
table.ms-grid  thead th{
  border-color: #bce8f1 !important;
}
table.ms-grid  tbody td {
  border-color: #bce8f1 !important;
  vertical-align: middle !important;
    text-align: center !important;
}
table.ms-grid > thead + table.ms-grid tbody {
  border-top-color: #bce8f1 !important;
}
table.ms-grid > .panel-footer + table.ms-grid tbody {
  border-bottom-color: #bce8f1 !important;
}
table.ms-grid > thead{
    color: #317093;
    font-size: 14px;
    text-align: center;
}
table.ms-grid .btn-sm {
    padding: 2px 5px;
	line-height: 1;
	font-size: 1.2em;
}
table.ms-grid .btn-sm span[class^="icon-"],
table.ms-grid .btn-sm span[class*=" icon-"] {
    height: 16px;
    width: 16px;
}

/*ALERT*/
ms-alert ul{
	margin: 0;
	padding: 0;
}



accordion .panel {
  border-color: #bce8f1;
}
accordion .panel > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    transition: background 0.4s;
}
accordion .panel > .panel-heading + accordion .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
accordion .panel > .panel-footer + accordion .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
accordion .panel > .panel-heading a{
    color: #317093;
    font-size: 14px;

    transition: color 0.4s;
}
accordion .panel > .panel-heading a:hover{
    color: #195475;
    transition: color 0.6s;
}
accordion .panel > .panel-heading:hover{
    background-color: #92C2DA;
    transition: background 0.6s;
}

//Total de registros de tabela ms-grid
.total-registros{
    color: #31708f;
    background-color: #BBD7E5;
    border-color: #bce8f1 !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 6px 15px;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 1.2em !important;
}

//Componente de LOADING
/*Conteudo de loading*/
.loading-container {
    position: relative;
}
.loading-container .loading:before, .loading-container .loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    min-width: 50px;
}
.loading-container .loading:before {
    background-color: white;
    opacity: 0.4;
}
.loading-content{
    font-size: 13px; 
    line-height: 16px; 
    text-align: center; 
    padding: 8px 10px 9px; 
    width: auto;
    height: auto;
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: 20px;
    left:50%;
    z-index: 99999;
    background: #ccc;
}

.ms-picklist{
display: table;
margin: 5px 0;
height: 144px;
min-height: 144px;
max-height: 144px;
overflow: hidden;
}
.ms-picklist .ms-picklist-box{
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: table-cell;
  vertical-align: top;
  height: 144px;
  width: 50%;
  overflow-y: scroll;
}
.ms-picklist .ms-picklist-box ul{
  float: left;
  height: 144px;
  width: 100%;
}
.ms-picklist .ms-picklist-box li{
  border-bottom: 1px solid #ccc;
  margin: 0;
  width: 100%;
}
.ms-picklist .ms-picklist-box li:hover,
.ms-picklist .ms-picklist-box li.active{
  color: #31708f;
  background-color: #d9edf7;
}
.ms-picklist .ms-picklist-box li:hover a,
.ms-picklist .ms-picklist-box li.active a{
  background: transparent;
  color: #31708f;
}
.ms-picklist .ms-picklist-box li a{
  padding: 5px 15px 6px 15px;
}
.ms-picklist .ms-picklist-buttons{
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
.ms-picklist .ms-picklist-buttons button{
  margin: 3px 0;
  float: left;
  width: 100%;
}

.snap {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.fecha {
    height: 0px;
}

.snapper {
    background-color: #034b68;
    width: 100%;
    display: block !important;
    float: left;
    overflow: hidden;
    transition-delay: 0s;
    transition-duration: .25s;
    animation-delay: 0s;
    animation-duration: .25s;
}

.abre {
    height: 400px;
}

.snap .botao {
    background-color: #034b68;
    padding: 5px 15px;
    border: none !important;
    border-radius: 0px !important;
    color: #fff;
}

.f-nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}

label.btn{
 margin: 0;
 font-size: 14px;
 padding: 4px 10px 3px 10px;
}

.dropdown-menu.datepicker{
 width: 250px;
}
.dropdown-menu.datepicker .btn{
 text-align: center;
 padding: 5px;
 box-shadow: none !important;
}
.dropdown-menu.datepicker thead .btn{
 padding: 5px 10px;
}
.dropdown-menu.datepicker .btn span{
 text-align: center;
 width: 100%;
 padding: 0px;
}
.dropdown-menu.datepicker .btn-default{
 background: transparent;
 border:none;
}
.dropdown-menu.datepicker .btn-default:hover{
 background-color: #e5e5e5;
}
.dropdown-menu.datepicker .btn-info{
 background-color: #45B6B0;
}
.dropdown-menu.datepicker .btn-primary{
 background-color: #519CB2;
}
.dropdown-menu.datepicker .btn-info:hover{
 background-color: #6AC5C0;
}
.dropdown-menu.datepicker .btn-primary:hover{
 background-color: #70B8CD;
}