.transition {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.m-0 {
    margin: 0;
}

.w-100 {
    width: 100% !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.middle-box {
    max-width: 410px;
}

.middle-box h3 {
    line-height: 1.4;
}

.widget-login .title {
    color: #38db77;
    margin-bottom: 6px !important;
    font-weight: 600 !important;
}

.widget-login .tagline {
    line-height: 1.4;
    margin-bottom: 8px !important;
    color: #38db77;
    font-style: italic;
    font-size: 12px;
}

.widget-login .widget-footer {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.text-transform-none {
    text-transform: none !important;
}

.align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

textarea {
    resize: vertical !important;
}

.text-primary {
    color: #38db77 !important;
}

.navbar-fixed {
    position: fixed !important;
}

.label-success {
    background-color: #68b77b !important;
}

.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

#sidebar.navbar-fixed {
    overflow: hidden;
    height: 100%;
    position: fixed;
    -webkit-box-shadow: 0 2px 2px 0 rgba(49, 9, 9, 0.14), 0 1px 5px 0 rgba(145, 145, 145, 0.12);
    box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.14), 0 1px 5px 0 rgba(145, 145, 145, 0.12);
}

.nav>li.active {
    border: 0;
}

.inline-block {
    display: inline-block;
}

li.special_link {
    z-index: 100;
}

.media-body {
    display: inline !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fafafa !important;
}

[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    top: -999px;
}

.text-center {
    text-align: center !important;
}

.justify-center {
    justify-content: center !important;
}

input,
[type=file]+label {
    border: 1px solid #CCC;
    border-radius: 3px;
}

input.form-control {
    margin-bottom: 0 !important;
}

.clockpicker-popover {
    z-index: 999999 !important;
}

.nav-header .logo {
    background-image: url('img/pl-logo-light.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
}

.navbar-default .special_link a:hover {
    background: #07618e !important;
}

#sidebar li:not(.nav-header) a>.icon {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#sidebar li:not(.nav-header).active a>.icon {
    background: #38db77;
}

#sidebar li:not(.nav-header) a>.icon i {
    position: absolute;
    left: 9px;
    top: 9px;
}

.navbar-top-links .name {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

.navbar-top-links a {
    color: #676a6c;
}

#sidebar .quick-actions {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sidebar-collapse {
    height: 100vh;
    padding-bottom: 60px;
}

.nav-header img {
    margin: 0 auto;
}

.logo-dashboard {
    margin-bottom: 20px;
    width: 90px;
}

.page-dashboard .middle-box {
    padding-top: 0;
}

.loginscreen.middle-box {
    background: #fff;
    padding: 2rem;
    width: 350px;
}

.loginscreen .logo {
    margin: 30px;
}

.loginscreen .logo img {
    margin: 0 auto;
    max-width: 130px;
}

.widget-login {
    background-color: white;
    margin-bottom: 25px;
    margin-top: 0px;
    padding: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.14), 0 3px 1px -2px transparent, 0 1px 5px 0 rgba(145, 145, 145, 0.12);
    box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.14), 0 3px 1px -2px transparent, 0 1px 5px 0 rgba(145, 145, 145, 0.12);
}

.user-details-list {
    list-style-type: none;
}

.user-details-list li {
    margin-bottom: 10px;
    font-weight: 700;
}

.user-details-list li span {
    margin-left: 5px;
    font-weight: 400;
}

.user-details-table {
    max-width: 500px;
    border: 0 !important;
}

.user-details-table td:first-child {
    text-align: right;
    font-weight: 700;
}

.user-details-table td {
    border: 0 !important;
}

.metismenu .arrow {
    float: right;
    line-height: 2.4;
}

.page-profile .widget-profile .widget-content {
    padding: 20px;
    text-align: center;
}

.page-profile .widget-profile .profile-img img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.texteditor-sm .Editor-container .Editor-editor {
    height: 80px !important;
}

.Editor-container .Editor-editor {
    height: 170px !important;
}

.Editor-container #statusbar {
    height: 0;
    min-height: 0;
}

.Editor-container .btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #676a6c;
}

.navbar-static-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.minimalize-styl-2 {
    margin: 0px 5px 0 20px !important;
}

.field.field-titled .field-title {
    min-width: 180px;
}

.btn-green {
    border-color: green;
    color: green;
}

.btn-green:hover {
    background-color: green;
    color: white;
}

.feedback-modal textarea {
    height: 160px;
    resize: none;
}

.feedback-modal .cc-selector {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 10px;
}

.feedback-modal .cc-selector input {
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.feedback-modal .bad {
    background-image: url('../img/emoji_bad.svg');
}

.feedback-modal .average {
    background-image: url('../img/emoji_average.svg');
}

.feedback-modal .good {
    background-image: url('../img/emoji_good.svg');
}

.feedback-modal .excellent {
    background-image: url('../img/emoji_favorite.svg');
}

.feedback-modal .cc-selector input:active+.rating-cc {
    opacity: .9;
}

.feedback-modal .cc-selector input:checked+.rating-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.feedback-modal .rating-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 70px;
    height: 70px;
    position: relative;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
    filter: brightness(1.8) grayscale(1) opacity(0.7);
}

.feedback-modal .rating-cc span {
    font-weight: 600;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.feedback-modal .rating-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

.page-manage-user .widget.widget-wizard {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}

.page-manage-user .widget.widget-wizard .widget-content {
    padding: 0;
}

.page-manage-user .widget-wizard .content {
    padding: 5px;
}

.page-manage-user .widget-wizard .steps {
    display: flex;
    flex-wrap: wrap;
}

.page-manage-user .widget-wizard .step {
    display: block;
    background-color: white;
    color: #676a6c;
    border: 1px solid #e7eaec;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.7em 0em;
    white-space: nowrap;
    text-align: center;
    flex-grow: 2;
    margin: 5px;
    box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.14), 0 3px 1px -2px transparent, 0 1px 5px 0 rgba(145, 145, 145, 0.12);
    border: 0;
}

.page-manage-user .widget-wizard .step.current {
    background-color: #38db77;
    color: #fff;
}

.page-manage-user .widget-wizard .step.current .description {
    color: #fff;
}

.page-manage-user .widget-wizard .icon {
    font-size: 24px;
}

.page-manage-user .widget-wizard .title {
    font-size: 1.1em;
    display: block;
    width: 100%;
}

.page-manage-user .widget-wizard .description {
    margin: auto;
    max-width: 127px;
    font-weight: 300;
    font-size: 0.93em;
    white-space: normal;
}

.page-manage-user .link-view-more {
    display: flex;
    justify-content: flex-end;
}

.page-manage-user .link-view-more i {
    font-size: 18px !important;
}

.page-manage-user .link-view-more .description {
    color: #38db77;
    font-size: 14px !important;
}

.label-skill-icon {
    background: #38db77;
    color: #fff;
    padding: 0.75rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.skill-image {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.skill-image img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #eee;
}

.widget.widget-sidebar .sidebar-element.active {
    border-left: 5px solid #38db77 !important;
    color: #38db77;
}

.table-team-members .action-delete {
    text-align: center;
}

.table-team-members i {
    color: #ed5565;
    font-size: 16px;
    cursor: pointer;
}

body.body-employee {
    background-color: #fff;
}

body.body-employee .logo-white {
    display: none;
}

body.body-employee .logo-blue {
    display: block;
}

body.body-employee ul.nav-second-level {
    background: #fff;
}

body.body-employee .nav-header {
    background-color: #fff;
}

body.body-employee .nav>li>a {
    color: #2f4050;
}

body.body-employee .nav>li.active {
    background: #38db77;
}

body.body-employee .nav>li.active>a {
    color: #fff;
}

body.body-employee .nav>li.special_link>a {
    color: #fff;
}

body.body-employee .navbar-default .nav>li>a:hover,
body.body-employee .navbar-default .nav>li>a:focus {
    background-color: #38db77;
}

body.body-others {
    background-color: #fff !important;
}

body.body-others .logo-white {
    display: block;
}

body.body-others ul.nav-second-level {
    background: #38db77;
}

body.body-others .nav-header {
    background-color: #fff;
}

body.body-others .nav>li>a {
    color: #2f4050;
}

body.body-others .nav>li.special_link>a {
    color: #fff;
}

body.body-others .nav>li.active {
    background: #38db77;
}

body.body-others .nav>li:hover {
    background: #38db77;
}

body.body-others .nav>li>a:hover,
body.body-others ,
body.body-others .nav.navbar-top-links>li>a:hover,
body.body-others .nav.navbar-top-links>li:hover {
    background: transparent;
}

body.body-others .nav.navbar-top-links>li>a {
    color: #999c9e;
}

.btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.btn-fixed .btn-feedback {
    position: relative;
    background-color: #38db77;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform .2s;
}

.btn-fixed .btn-feedback:hover {
    transform: scale(1.3);
}

.btn-fixed .btn-feedback:hover .overlay {
    opacity: 1;
}

.btn-fixed .btn-feedback .overlay {
    opacity: 0;
    position: absolute;
    background-color: #38db77;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity .2s;
}

.btn-fixed i {
    color: #fff;
    font-size: 24px;
}

.field-select-custom {
    position: relative;
    width: 100%;
}

.field-select-custom .action {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding: 10px 11px;
    color: #38db77;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    background-color: #fafafb;
    border: 1px solid #e7eaec;
    pointer-events: none;
    cursor: pointer;
}

.field-select-custom .form-control {
    border-left: 0;
    font-size: 13px;
    padding: 6px 6px;
}

.field-select-custom .form-control:focus {
    border-color: #ededed !important;
}

.break-status {
    vertical-align: middle;
}

.break-status .onoffswitch {
    width: 80px;
}

.break-status .onoffswitch-switch {
    right: 62px;
}

.break-status .onoffswitch-inner:after {
    content: "Break OFF";
}

.break-status .onoffswitch-inner:before {
    content: "Break ON";
}

.holder {
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: 0 10px;
    background-color: #f3f3f4;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    height: 240px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 10px 0px;
}

.holder ul li a {
    color: black;
    text-decoration: none;
}

.row-eq-height .widget-content {
    height: 200px;
    overflow-y: auto;
}

.marquee-wrapper {
    width: 100%;
    height: 162px;
}

.ta-comments {
    height: 95px;
    resize: none !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee ul {
    list-style-type: none;
    padding: 0;
}

.marquee ul li {
    margin-bottom: 20px;
    background: #f3f3f4;
    padding: 10px;
    border: 1px solid #ccc;
}

.marquee ul span {
    margin-right: 5px;
    font-weight: bold;
}

.marquee ul span:after {
    content: ':';
}

.marquee ul a {
    color: #676a6c;
}

.switchery {
    width: 60px;
    height: 25px;
}

.switchery>small {
    height: 25px;
    width: 25px;
}

.sidebard-panel .feed-element,
.media-body,
.sidebard-panel p {
    font-size: 13px;
}

textarea.fixed {
    height: 100px;
}

.fa-spin-slow {
    animation-duration: 5s !important;
}

.theme-config .skin-settings {
    height: calc(100vh - 222px);
}

.sidebar-message .state-user {
    position: relative;
}

.sidebar-message .state-user .state-label {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.sidebar-message .state-user .state-label.active {
    background-color: #5cb85c;
}

.sidebar-message .state-user .state-label.inactive {
    background-color: #ed5565;
}

.sidebar-message .media-body {
    margin-top: 8px;
    display: inline-block !important;
}

.form-group .form-static {
    padding: 37px 0px;
}

.form-group .form-static .form-label {
    font-weight: 700;
}

.form-control-static {
    min-height: 50px;
    line-height: 30px;
}

.leaves-head .form-group .form-static {
    padding: 10px 0;
}

.leaves-head .widget {
    padding: 10px 10px;
    text-align: center;
}

.leaves-head .widget-primary {
    color: #38db77;
}

.leaves-head h2 {
    font-weight: 600;
}

.leaves-head.comp .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.leaves-head.comp .widget .content {
    margin-bottom: 20px;
    width: 50%;
}

.leaves-head.comp .widget .content.comp h1 {
    color: #23a041;
}

.leaves-head.comp .widget .small {
    margin-top: -2px;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-leaves .action-head,
.table .action-head {
    text-align: center;
    width: 10%;
}

.table-leaves .table-actions,
.table .table-actions {
    text-align: center;
    white-space: nowrap;
    width: 10%;
}

.table-leaves .table-actions a:not(:first-child),
.table .table-actions a:not(:first-child) {
    margin-left: 17px;
}

.table-leaves .table-actions i,
.table .table-actions i {
    font-size: 16px;
}

.table-leaves .table-actions .action-icon-delete,
.table .table-actions .action-icon-delete {
    color: #ed5565;
}

.table-leaves .table-actions a.action-link-text,
.table .table-actions a.action-link-text {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.table-leaves .table-actions.buttons .btn-sm,
.table .table-actions.buttons .btn-sm {
    padding: 3px 10px;
    font-size: 11px;
}

.table-align-middle td {
    vertical-align: middle !important;
}

.fc-scroller {
    overflow: auto !important;
}

.filter-range {
    width: 18%;
}

.modal-encashable-head .count {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.modal-checkin-monitor input[type=checkbox] {
    margin-right: 5px;
}

.thead-small th {
    font-size: 12px;
}

.thead-center th {
    vertical-align: middle !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.breadcrumb-dashboard .title {
    font-weight: 600;
    text-transform: uppercase;
    color: #38db77;
}

.pulse {
    -webkit-animation: pulse linear 1s infinite;
    animation: pulse linear 1s infinite;
}

.logo-ribbon {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.logo-ribbon .ribbon {
    background: #ff7d22;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    opacity: 0.9;
    position: absolute;
    bottom: 1px;
    right: 9px;
    padding: 0px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #38db77;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -44px;
    font-size: 12px;
}

.tooltip-custom .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #38db77 transparent transparent transparent;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
}

.sweet-alert button {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sweet-alert button.confirm {
    background-color: #38db77 !important;
}

.sweet-alert button.confirm:hover {
    background-color: #07618e !important;
}

.sweet-alert button.cancel {
    background-color: #b6b5b5;
}

.sweet-alert button.cancel:hover {
    background-color: #9d9b9b;
}

.content-height-custom {
    min-height: 375px;
}

#sidebar .quick-actions.feedback {
    bottom: 0px;
}

.navbar-default .feedback .special_link a {
    background: #0a6a9a;
}

.body-superadmin .sidebar-collapse {
    padding-bottom: 60px;
}

.wrapper-inactive {
    padding: 10px 10px 0px 10px;
}

.wrapper-active {
    padding: 20px 10px 40px !important;
}

#breadcrumb .title,
.widget .widget-header .title {
    text-transform: capitalize;
}

span.req:after {
    content: "*";
    color: #ed5565;
    margin-left: 2px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    background: #f3f3f4;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: #f3f3f4;
}

.devise-wrapper .widget.widget-authentication {
    max-width: 420px;
}

.widget-content.texteditor-sm {
    padding-left: 0;
    padding-right: 0;
}

.legend {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 5px 0;
}

.legend li {
    float: left;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.legend span {
    border: 1px solid #ccc;
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
    margin-right: 4px;
}

.legend .checked-in {
    background-color: #dcead7;
}

.legend .checked-out {
    background-color: #ffe1e7;
}

.legend .checked-not {
    background-color: #ffffff;
}

.legend .on-leave {
    background-color: lightpink;
}

.text-nowrap {
    white-space: nowrap;
}

.widget-summary .information-list .information {
    margin: 15px 0;
}

.page-dashboard-user .alert {
    margin-bottom: 10px;
}

@media (max-width:1440px) {
    .field.field-titled .field-title {
        min-width: 130px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width:768px) {
    .navbar-right .dropdown-menu {
        right: 20px;
        left: auto;
    }
}

@media (max-width:767px) {
    .flex-wrap-sm {
        flex-wrap: wrap;
    }
    .legend {
        margin-top: 15px;
    }
}

@media (max-width:425px) {
    .legend span {
        width: 15px;
        height: 15px;
    }
    .theme-config {
        top: 200px;
    }
    .widget .widget-content,
    .widget .widget-footer {
        padding: 0 10px 20px 10px;
    }
    .fc-toolbar .fc-center h2 {
        margin-top: 15px;
    }
}

.page-project .project-name {
    font-weight: 600;
    color: #2f4050;
}

.page-project .project-desc {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 30px;
}

.toolbar-daterange {
    float: left;
    margin-left: 10px;
    width: 188px;
}

.toolbar-daterange input {
    padding: 6px 10px;
    width: 100% !important;
}

.toolbar-emp-status,
.toolbar-filter {
    float: right;
}

.chosen-container .chosen-single,
.chosen-container .chosen-drop {
    background: white;
    border: 1px solid #e5e6e7;
    border-radius: 0;
    box-shadow: none;
    color: #676a6c;
}

.chosen-container .chosen-single {
    padding: 2px 15px;
    font-size: 14px;
}

.chosen-container .chosen-drop {
    border-color: #38db77;
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border: 1px solid #38db77;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #2196F3;
}

.chosen-container.chosen-container-multi .chosen-choices {
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #e5e6e7;
    color: #676a6c;
    background-image: none;
}

.chosen-container.chosen-container-active .chosen-choices {
    box-shadow: none;
}

.btn-paginate button {
    font-size: 12px;
    padding: 5px 10px;
    min-width: 70px;
}

.btn-paginate .btn-primary.disabled {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #333;
}

.devise-wrapper .widget.widget-authentication {
    max-width: 620px;
}

.widget.widget-login .widget-content {
    max-width: 360px;
    margin: auto;
}

.page-faq .content-wrapper {
    margin-bottom: 30px;
}

.page-faq .faq-item .faq-question:after {
    content: "?";
}

.page-faq .faq-item .faq-answer {
    font-size: 14px;
}

.page-faq .faq-item ul,
.page-faq .faq-item ol {
    margin-bottom: 10px;
}

.page-faq .nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

.page-faq .nav-tabs>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    color: #676a6c;
    border: 1px solid #e7eaec;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.7em 0em;
    white-space: nowrap;
    text-align: center;
    flex-grow: 2;
    margin: 5px;
    box-shadow: 0 2px 2px 0 rgba(144, 144, 144, 0.14), 0 3px 1px -2px transparent, 0 1px 5px 0 rgba(145, 145, 145, 0.12);
    border: 0;
    font-size: 1.2em;
}

.page-faq .nav-tabs>li:first-child {
    margin-left: 0;
}

.page-faq .nav-tabs>li:last-child {
    margin-right: 0;
}

.page-faq .nav-tabs>li>a {
    border: 0 !important;
}

.page-faq .nav-tabs>li>a:hover,
.page-faq .nav-tabs>li>a:focus {
    background-color: transparent;
}

.btn-faq {
    padding: 3px;
    width: 42px;
}

.btn-faq img {
    height: 24px;
    width: auto;
    margin: 0 auto;
}

#topbar .infos-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#topbar .infos-navbar .info {
    margin: 2px;
}

.devise-wrapper .widget .logo img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.devise-wrapper .logo-ribbon .ribbon {
    bottom: 6px;
    right: 33px;
}

.logo-dashboard {
    width: 200px;
}