﻿input,
select,
textarea {
    max-width: 280px;
}
.dl-horizontal dt {
    white-space: normal;
}
.btn-right  {
    text-align: right;
}

.navbar-default {
    background-color: #364150;
    border-color: #3D4957;
}

.nav li a{
    color: #fff;
}

.nav li a:hover {
    color: #B4BCC8;
    background-color: #2E3744;
}

.navbar-static-side ul li {
    border-bottom: 1px solid #3D4957;    
}

.select-info{
    padding-left: 20px;
}

.buttons-excel {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;

    margin-left: 20px;
}

.dt-buttons a:hover {
    color: #fff;
}

.dt-buttons{
    padding-bottom: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}