.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}


/*.glyphicon {*/
/*    position: relative;*/
/*    top: 1px;*/
/*    display: inline-block;*/
/*    font-family: 'Glyphicons Halflings';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 14px;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/

.radio label, .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
    padding-left: unset;
}

.h1, h1 {
    font-size: 39px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn {
    border-width: 2px;
}

.btn-default {
    color: #333;
    border-color: #ccc;
}

.paginate_button>.active>a, .paginate_button>.active>a:focus, .paginate_button>.active>a:hover, .paginate_button>.active>span, .paginate_button>.active>span:focus, .paginate_button>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}


.bootbox {
    background: none !important;
    border: none !important;
    width: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-download {
    background-color: #209c09;
    color: #ffffff;
}