/* @import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i"); */

.container-fluid *, .container-fluid ::after, .container-fluid ::before {
    box-sizing: border-box;
}

.container-fluid {
    max-width: 1200px;
    min-width: 300px;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    word-break: break-word;
}

.container-fluid a {
    text-decoration: none;
    outline: none;
}

.container-fluid a:hover, .container-fluid a:focus, .container-fluid a:active {
    text-decoration: none;
}

.container-fluid button, .container-fluid input {
    overflow: visible;
}

.container-fluid nav {
    display: block;
}

.container-fluid .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: -1px;
}

.container-fluid .nav-link {
    display: block;
    padding: .5rem 1rem;
}

.container-fluid .nav-link:focus, .container-fluid .nav-link:hover {
    text-decoration: none;
}

.container-fluid .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.container-fluid .nav-tabs {
    border-bottom: 1px solid #e9ecef;
}

.container-fluid .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.container-fluid .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.container-fluid .nav-tabs .nav-link:focus, .container-fluid .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #e9ecef;
}

.container-fluid .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.container-fluid .nav-tabs .nav-item.show .nav-link, .container-fluid .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef #e9ecef #fff;
}

.container-fluid .nav-pills .nav-link.active, .container-fluid .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
}

.container-fluid .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.container-fluid .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-right: -1px;
}

.container-fluid .nav-link.btn-outline-secondary {
    border: 1px solid #6c757d;
}

.container-fluid .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .25rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bfc1c3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 2px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-control[readonly] {
    background-color: #ffffff;
}

.form-control-readonly[readonly] {
    background-color: #e9ecef;
    cursor: no-drop;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    cursor: no-drop;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::placeholder {
    color: #b1b0b0;
}

textarea.form-control {
    height: 200px;
}

.form-group {
    margin-bottom: 1rem;text-align:left;
}

.form-group label {
    display: block !important;
    margin: 0px;
    padding-top: 0px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
	text-align:left;
}

.form-control-label {
    font-weight: 600;
}

.form-control-normal {
    font-weight: 400;
}

label.ck.ck-label.ck-voice-label {
    display: none !important;
}

button:focus, .form-control:focus, .btn:focus {
    outline: 0;
}

.calender-icon, .search-calender-icon {
    background: #ffffff url('../images/calender.png') 20px 12px no-repeat;
    background-position: right;
    background-origin: content-box;
    cursor: pointer;
    background-size: 17px;
}

.page-fade {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    display: none;
}
  
.page-loading {
    padding: 13px 15px 10px 15px;
    font-size: 20px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    border-radius: 50px;
    display: none;
    height: auto;
    text-align: center;
}
  
.pageLoading i {
    margin-right: 5px;
}

.ui-autocomplete-loading {
    background: white url("../images/ajax-loader.gif") right center no-repeat;
    background-size: 20px;
}

label.error, div.error {
    color: #f30e23;
    display: block;
}

.cursor-pointer{
    cursor: pointer;
}

.ck.ck-editor__editable {
    height: 250px;
}

.img-thumbnail-size {
    max-width: 100px;
    max-height: 100px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: .25rem;
    cursor: pointer;
    text-transform: capitalize;
    font-family: inherit;
    font-size: inherit;
}

.btn-primary {
    color: #fff !important;
    background-color: #677ebb;
    border-color: #677ebb;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff ;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-primary {
    color: #007bff !important;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-width {
    min-width: 100px;
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.d-inline-block {
    display: inline-block!important;
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-label {
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: -1px 5px 0px 0px;
}

.login-box .form-control {
    height: calc(1.75em + 1rem + 2px);
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.forgot-password-box .form-control {
    height: calc(1.75em + 1rem + 2px);
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	text-align:left;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.justify-content-center, .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.shadow {
    box-shadow: 0 15px 35px 0 rgb(60 66 87 / 8%), 0 5px 15px 0 rgb(0 0 0 / 12%);
    border: 1px solid #dddddd;
}

.p-0 {
    padding: 0px;
}

.p-5 {
    padding: 3rem!important;
}

.p-2 {
    padding: 0.5rem!important;
}

.p-3 {
    padding: 1rem!important;
}

.pt-2 {
    padding-top: 0.5!important;
}

.pt-3 {
    padding-top: 1rem!important;
}

.pr-0 {
    padding-right: 0!important;
}

.text-small {
    font-size: 85%;
    line-height: 16px;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute!important;
}

.member_profile_photo {
    float: right;
    max-width: 200px;
    max-height: 100%;
}

.member_profile_content {
    float: left;
    width: 81.8%;
    padding-right: 10px;
}

.member_profile_content_inner {
    float: left;
    width: 76%;
    padding-right: 10px;
}

.password_eye {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.bg-primary {
    background: #007bff !important;
    color: #ffffff !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-default {
    background-color: #fafafa !important;
}

.bg-secondary {
    color: #fff;
    background-color: #6c757d;
}

.text-mutted {
    color: #908f8f;
    display: block;
    font-size: 80%;
}

.text-primary {
    color: #007bff!important
}

.text-info {
    color: #17a2b8!important
}

.text-success {
    color: #28a745!important
}

.text-dark {
    color: #343a40;
}

.text-danger {
    color: #dc3545!important
}

.text-secondary {
    color: #6c757d!important;
}

.align-middle {
    vertical-align: middle!important;
}

.align-top {
    vertical-align: top!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.w-100 {
    width: 100%!important;
}

.d-block {
    display: block!important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1 {
    font-size: 2.5rem
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1.1rem;
}

.m-0 {
    margin: 0!important;
}

.m-2 {
    margin: .5rem!important
}

.mt-0 {
    margin-top: 0!important;text-align: left;
}

.mt-1 {
    margin-top: .25rem!important;text-align: left;
}

.mt-2 {
    margin-top: .5rem!important;text-align: left;
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important;
}

.mr-2 {
    margin-right: .5rem!important;
}

.ml-2 {
    margin-left: .5rem!important;
}

.ml-3 {
    margin-left: 1rem!important
}

.mb-0 {
    margin-bottom: 0rem!important;
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.pl-4 {
    padding-left: 1.5rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;    
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-deck {
    /*display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-wrap: wrap;*/
    display: grid;
    height: 100%;
    width: 100%;
}

.card-deck .card-img {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    margin-top: 20px;
}

.card-deck .card-img-top {
    max-width: 100%;
    max-height: 100%;
}

.card-deck .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem .5rem;
    
}

.card-deck .card-title {
    margin-bottom: .75rem;
}

.card-deck .card-text {
    margin-top: 0px;
}

.dashbord-button {
    border-color: #072651;
    color: #072651;
    margin-bottom: 30px;
}

.dashboard-link {
    padding-top: 37px;
    padding-bottom: 36px;
}

.dashbord-button a {
    color: #072651 !important;
}

.dashbord-button a:focus, .dashbord-button a:hover {
    color: #183086 !important;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label {
    padding-top: 0px;
    padding-bottom: calc(.5rem + 1px);
}

.img-thumbnail-size {
    max-width: 100px;
    max-height: 100px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
/*.page-item {
	float: left;
	padding: 7px;
	list-style: none;
}*/
.list-group-item-max-width {
    max-width: 290px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-height-100 {
    display: grid;
    height: 100%;
    width: 100%;
}

.list-group-height-100 .list-group-item {
    border: 0px;
    margin-left: 20px;
    display: list-item;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0px;
}

.fa-width {
    width: 20px;
}

.font-weight-bold {
    font-weight: 700!important;
}

.font-weight-normal {
    font-weight: 500;
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 2px;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

span.input-group-text {
    min-width: 45px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #bfc1c3;
    border-radius: .25rem;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.d-none {
    display: none !important;
}

.bg-information {
    background: #fbf9f9;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 2px;
    position: relative;
}

.remove_information {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: auto;
    z-index: 10;
}

.text-white {
    color: #fff!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

::-webkit-file-upload-button {
    margin-top: 2px;
    -webkit-appearance: button
}

.border {
    border: 1px solid #dee2e6!important;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(0 0 0 / 1%);
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    text-align: left;
    vertical-align: top;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
    padding: .3rem;
}

.text-uppercase {
    text-transform: uppercase!important;
    letter-spacing: 1px;
}

.text-capitalize {
    text-transform: capitalize!important;
}

.action-links a {
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}

.presentation-file-height {
    height: 100px;
    word-break: break-all;
}

.div-error{
    color: #f30e23;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    cursor: default;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

span.more-text {
    display: none;
}

.text-with-image img {
    border-radius: 50%;
    max-height: 50px;
    max-width: 50px;
    float: left;
    margin-right: 20px;
    border: 1px solid #dee2e6;
}

@media (min-width:576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (min-width:768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}