﻿/*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;
}

.buttons-html5, .buttons-print, .buttons-colvis {
    border-color: #d8dcdf !important;
     padding: 9px 15px !important;
      margin-bottom: 10px !important;
    color: #767676 !important;
    background-color: #f8f9fa !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
    color: black !important;
    border-bottom: 1px solid rgb(255 255 255) !important;
}
.btnSuccessColor {
    color: #fff !important;
    background-color: #3e60d5 !important;
    border-color: #3e60d5 !important;
    box-shadow: none !important;
}
/*#modalwidth{
    width:50% !important;
}*/
.card-header{
    display:none;
}
#myModalUserProfile {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.modal-lg, .modal-xl {
     max-width: 100% !important;
}