﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.modal-header .close {
    margin-top: -22px !important;
}

body.modal-open {
    overflow: hidden;
    /*position: fixed;*/
}

body.viewport-lg {
    /*position: absolute;*/
}

.modal-body {
    padding: 0px !important;
}

    .modal-body .panel {
        margin-bottom: 0px !important;
    }

    .modal-body .form-group {
        margin-bottom: 0px !important;
    }

    .modal-body .form-horizontal .form-group {
        margin-left: -0px !important;
        margin-right: -0px !important;
    }

.disabled {
    background-color: #eeeeee !important;
    cursor: not-allowed;
}

.success {
    color: #1b8501;
    padding: 30px;
    font-weight: bold;
}

.failure {
    color: #cc0000;
    padding: 30px;
    font-weight: bold;
}

.table th {
    padding: 5px 5px 5px 5px;
}

.table td {
    padding: 1px 2px 1px 4px;
}

.action_style {
    padding: 0px 7px 0px 0px;
}

.table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 0px 0px 0px 5px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th {
    padding: 5px;
}
/*.control-label{
    padding :0px !important;
}
.control-label + div{
    padding:0px !important;
}*/
.card,
.card-header {
    border-color: #e5e8eb;
}

.card {
    border-radius: 5px;
}

.card-header,
.card-footer {
    background: transparent;
}

.card-shadow {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .05);
}

.card-body {
    padding: 15px !important;
}

.sg {
    padding-bottom: 5px !important;
}

.nav-tabs .active .nav-link {
    background: rgb(212,235,212);
    background: linear-gradient(90deg, rgba(212,235,212,0.31416316526610644) 0%, rgba(184,210,185,0.5242471988795518) 100%);
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
/*.nav-tabs .nav-item {
    background-color: #cdddf1 !important;
    border-color: #a1aef1;
    border-radius: 5px 5px 0px 0px;
    font-weight: 700;
}*/

.btn-search {
    margin-top: 20px !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.actionicon {
    font-size: 20px;
    cursor: pointer !important;
}

.form-group {
    margin-bottom: 2px !important
}

.tooltip {
    background: none !important;
    background-color: none !important;
    border: none !important;
}
