
.d-none{
				display: none;
			}
			.container {
    max-width: 1280px;
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.auth-form {
    width: 400px;
}
.card-view {
    background: #fff;
    margin-bottom: 12px;
    margin-left: -9px;
    margin-right: -9px;
    border: none;
    border-radius: 0;
    padding: 15px 15px 0;
}
.no-float {
    float: none !important;
}
.mr-auto {
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pt-30 {
    padding-top: 30px !important;
}

.txt-dark {
    color: #324148 !important;
}

.text-center {
    text-align: center;
}
h3, .fc-center h2, .error-comment {
    font-size: 30px;
    line-height: 40px;
}
h1, h2, h3, .fc-center h2, .error-comment, h4, h5, h6, .panel-title {
    color: #324148;
    font-weight: 500;
}

.btn.btn-rounded, .fixed-sidebar-left .side-nav > li > a.btn-rounded.documentation-btn, .wizard > .actions a.btn-rounded, .dt-buttons .btn-rounded.dt-button, .dt-buttons button.dt-button.fc-agendaWeek-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded, .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button, .sweet-alert button.btn-rounded, .owl-theme .owl-nav .btn-rounded[class*="owl-"], .owl-theme .owl-nav button[class*="owl-"].fc-agendaWeek-button, button.fc-agendaDay-button.fc-state-default.fc-corner-right, button.fc-month-button.fc-state-default.fc-corner-left, button.fc-agendaWeek-button, .btn-rounded.fc-prev-button, .btn-rounded.fc-next-button, .btn-rounded.fc-today-button {
    border-radius: 60px;
}

.btn, .fixed-sidebar-left .side-nav > li > a.documentation-btn, .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active, .dt-buttons .dt-button, .tablesaw-sortable th.tablesaw-sortable-head button, .sweet-alert button, .owl-theme .owl-nav [class*="owl-"], button.fc-agendaDay-button.fc-state-default.fc-corner-right, button.fc-month-button.fc-state-default.fc-corner-left, button.fc-agendaWeek-button, .fc-prev-button, .fc-next-button, .fc-today-button {
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}