body {
    padding: 20px 0;
}

.container {
    width: 100% !important;
    max-width: 1500px;
}

.mb-2 {
    margin-bottom: 10px;
}

.custom-jumbotron .logo {
    max-width: 300px;
}

.custom-jumbotron .errorlist {
    margin: 10px 0 !important;
}

.custom-jumbotron h3 {
    margin: 20px 0;
}

.custom-jumbotron p {
    margin: 5px 0;
    font-size: 18px;
}

.custom-jumbotron p .bg-danger {
    display: inline-block;
    padding: 5px 10px;
}

#table-container #maintable thead {
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

#table-container #maintable thead th {
    background: #fff;
}

.error-input {background-color: rgba(255, 5, 56, 0.5);}

.error {
            color: red;
            display:inline-block;
            margin-top: 5px;
        }

.table-header-pink {
    background-color:#e5e1e5
}

.table-row-pink {
    background-color:#f8f7f8
}

.my-btn .btn {
    min-width: 150px;
    color: #fff;
    margin: 30px 30px 0px 10px;
}

.btn-blue {
    background: #659cd4;
}

.btn-pink {
    background: #a296a2;
}

.errorlist {
    list-style: none;
    color: #ac2925;
    padding-left: 0;
}

.my-4 {
    border-top-color: #d5d5d5;
}

.btn-login {
    min-width: 115px;
}

.text-green {
    color:green;
}

.custom-select-2 .select2-container {
    display: table-cell;
    width: 100% !important;
}

.btn-get-file {
    margin-right: 20px;
}

.employees_group .select2-container .select2-selection--single {
    height: 35px;
    width: 150px;
}

#changelist #toolbar {
    margin-bottom: 15px
}

#changelist form#changelist-search label {
    display: none
}

#changelist .results {
    overflow: auto
}

#changelist .xfull .toplinks li {
    padding: 10px 15px
}

#changelist .xfull .toplinks li a {
    padding: 0;
    background: none !important
}

#changelist table tr th {
    white-space: nowrap;
    font-size: 13px !important;
    border-bottom-width: 1px
}

#changelist table thead th.sorted .text {
    padding-right: 35px;
}

#changelist table tr th .sortoptions {
    float: right
}

#changelist table tr th .sortoptions .sortremove {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #2f3237 transparent;
    border-style: solid;
    position: relative;
    top: -4px
}

#changelist table tr th .sortoptions .sortremove:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #2f3237 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 6px;
    transform: translateX(-50%)
}

#changelist table tr th .sortoptions .sortremove:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #2f3237;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: rotate(-45deg)
}

#changelist table tr th .sortoptions .sortpriority {
    font-size: 11px
}

#changelist table tr th .toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid
}

#changelist table tr th .toggle.descending {
    border-width: 5px 5px 0 5px;
    border-color: #2f3237 transparent transparent transparent
}

#changelist table tr th .toggle.ascending {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #2f3237 transparent
}

#changelist table tr td {
    font-size: 13px !important
}

#changelist table tr td.field-edit_display {
    text-align: center
}

#changelist .field-description {
    width: 250px;
    min-width: 250px
}

#changelist .paginator {
    display: block;
    line-height: 35px
}

#changelist .paginator span {
    background: #eee
}

#changelist .paginator a {
    background: #fff;
    text-decoration: none
}

#changelist .paginator a:hover {
    background: #eee
}

#changelist .paginator span, #changelist .paginator a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 0 12px;
    border-radius: 4px
}

#changelist-filter h2 {
    font-size: 22px
}

#changelist-filter h3 {
    font-size: 18px
}

#changelist-filter a {
    display: block !important
}

.form-login {
    max-width: 400px;
    margin: 0 auto 20px;
}

.form-login .form-group {
    margin-left: 10px;
    margin-right: 10px;
}

.form-login label {
    display: block;
    text-align: left;
}

.form-login .btn {
    min-width: 180px;
}

.user-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.user-buttons > .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 18px 10px;
    min-width: 180px;
}

.btn-forgot-password {
    color: green;
}

.btn-google img {
    display: block;
    max-width: 16px;
    max-height: 16px;
    margin-right: 7px;
}

#changelist-filter .admindatefilter {
    padding-left: 0;
}

#changelist-filter .admindatefilter p {
    position: relative;
}

#changelist-filter .admindatefilter .datetimeshortcuts {
    right: 5px;
    top: 0;
}

#changelist-filter .admindatefilter .datetimeshortcuts a {
    position: relative !important;
}

/* left menu */

.title {
    margin: 5px 0 25px;
    font-size: 1.75em;
}

/* search form */
.search_form label {
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    .navbar-menu {
        background: none;
        box-shadow: none;
        border: none;
    }

    #main-menu {
        padding: 0;
    }
}

.navbar-menu .navbar-header {
    float: none;
}

@media screen and (max-width: 767px) {
    .custom-jumbotron {
        padding: 20px !important;
    }

    .title {
        margin: 11px 15px;
    }

    .navbar-menu .list-group {
        margin-top: 15px;
    }

    .navbar-menu .btn-danger {
        margin-bottom: 15px;
    }
}

.employee-popup .select2,
.employee-popup input[type=text],
.employee-popup input[type=number],
.employee-popup input[type=email] {
    width: 100% !important;
}

#addSalary .select2,
#addSalary input[type=text],
#addSalary input[type=number] {
    width: 70% !important;
}

@media screen and (max-width: 991px) {
    select#month_select,
    select#selectTeam {
        margin-bottom: 10px;
    }
}

/* sheet table - fixed first column */

.table-wrapper {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.table-wrapper .table-responsive {
    margin-bottom: 0;
    border: none !important;
}

.table-wrapper .table {
    margin-bottom: 0;
    border: none !important;
}

.fixed-first-col {
    margin-left: 30px;
    width: calc(100% - 30px);
}
.fixed-first-col table td {
    border-bottom: none !important;
}

.fixed-first-col table td:first-child {
    display: none;
}

.fixed-first-col table td:nth-child(2) {
    position: absolute;
    left: -1px;
    top: auto;
    margin-top: -1px;
    background: #fff;
    width: 33px;
    height: 100%;
}

.half_day {
    background: url(../../img/square.png) no-repeat 50% 50%;
    background-size: 200%;
}

/* team select */

.team-select {
    display: flex;
}

.team-select .btn {
    margin-left: 10px;
}

/* *** */

.filtered .paginator {
    margin-top: 15px;
}

#hr_list_form {
    display: inline;
}

.img-admin {
    width: 40px;
    height: 40px;
}

/* profile/vacation */

.form-inline-long {
    margin-bottom: 20px;
}

.form-inline-long .form-group {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .form-inline-long .form-group {
        display: block;
    }
}

.form-inline-long .form-group label {
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .form-inline-long .form-group label {
        display: block;
        margin: 0 0 5px 0;
    }
}

.form-inline-long .form-group input,
.form-inline-long .form-group .select2 {
    width: 100% !important;
}

.js-approve {
    white-space: normal;
}

@media screen and (max-width: 767px) {
    #js-approve-vacation-form .col-md-9 {
        margin-bottom: 15px;
    }
}

.user-photo {
    width: 100%;
    border: 2px solid #72bb25;
}

.user-position {
    padding: 10px 15px;
}

.user-profile-holder .list-group .list-group-item {
    display: flex;
    align-items: center;
}

.user-profile-holder .list-group .list-group-item .glyphicon {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.light-green {
    color: #64ab6e;
}

.light-green-bg-color {
    background-color: #64ab6e;
}

.no-padding-left{
    padding-left: 0 !important;
}

.btn-edit-profile {
    padding-left: 25px;
    padding-right: 25px;
}

.all-raccoons-table table tr th.column-employee_photo,
.all-raccoons-table table tr td.field-employee_photo {
    width: 100px;
    text-align: center;
}

.all-raccoons-table table tr th.column-employee_photo .text {
    text-align: center !important;
}

.field-employee_photo a {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

.all-raccoons-table table {
    table-layout: fixed;
}

.all-raccoons-table table tr th,
.all-raccoons-table table tr td {
    vertical-align: middle;
}

.all-raccoons-table table tr th {
    background: #f6f6f6;
}

.all-raccoons-table table tr th:hover {
    background: #eee;
}

.all-raccoons-table table tr th a {
    display: block;
}

.all-raccoons-table table tr th .text {
    text-align: left !important;
}

.charges-content {
  counter-reset: rowNumber;
}

.charges-content .row-pagination::after {
  counter-increment: rowNumber;
  content: counter(rowNumber);
  padding-right: 0.3em;
  text-align: right;
}

#add-asset .select2 {
    width: 100% !important;
}

#add-asset-to-commission .select2 {
    width: 100% !important;
}

#add-asset-to-archive .select2 {
    width: 100% !important;
}

#move-fixed-asset .select2 {
    width: 100% !important;
}

.error-input .selection .select2-selection {
    background-color: rgba(255, 5, 56, 0.1);
}

#div_id_employer .select2 {
    width: 100% !important;
}

.js-form-div p .select2 {
    width: 100% !important;
}

.vacation-sick-table tr th {
    width: 12.5%;
}

#div_id_team .select2 {
    width: 100% !important;
}

.role-sign-out {
    margin-top: 2em;
}

.role-sign-out-btn {
    background-color: #82b24c;
    color: #506b37;
    font-weight: bold;
}

.role-icon img{
    width: 90%;
}

.role-main-content {
    margin-top: 15%;
    text-align: center;
}

.role-main-content a {
    color: #506b37;
    text-decoration: none;
}

.role-icon-div {
    display: inline-block;
    width: 19%;
}

@media (min-width: 320px) and (max-width: 480px) {
    .role-icon img {
        width: 50%;
    }

    .role-main-content {
        margin-top: 10%;
        text-align: center;
    }

    .role-icon-div {
        width: 50%;
    }
}

#fixed-asset-nav a.active {
    color: #0f0f0f;
    font-weight: bold;
}

#fixed-asset-nav .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.user-profile-email-link {
    color: #0f0f0f;
}

.user-profile-email-link:hover {
    text-decoration: none;
}

.profile-about-div {
    white-space: pre-wrap;
}

img.dcsic_current_img {
    border-radius: 50%;
    border: 2px solid #72bb25;
}

#view-more-salaries {
    margin-top: 5px;
}

.catalog-container {
    margin-top: 20px;
}

/* taxes page */

.taxes-page-header-form .esv-label {
    margin-right: 5px;
}

.taxes-page-header-form .btn {
    margin-top: 25px;
}

div.custom-row div{
    width: 8%;
    display: inline-block;
    text-align: center;
}

#div_id_employer .select2 {
    width: 100% !important;
}

.get-statement-file {
    padding-bottom: 20px;
}

.js-form-div p .select2 {
    width: 100% !important;
}

.switch {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 34px;
      }

      .switch input {display:none;}

      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ca2222;
        -webkit-transition: .4s;
        transition: .4s;
      }

      .slider.round {
        border-radius: 34px;
      }

      .slider.round:before {
        border-radius: 50%;
      }

      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }

      input:checked + .slider {
        background-color: #2ab934;
      }

      input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
      }

      input:checked + .slider:before {
        -webkit-transform: translateX(68px);
        -ms-transform: translateX(68px);
        transform: translateX(68px);
      }

      .on
      {
        display: none;
      }

      .on, .off
      {
        color: white;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        font-size: 10px;
        font-family: Verdana, sans-serif;
      }

      input:checked+ .slider .on
      {display: block;}

      input:checked + .slider .off
      {display: none;}

.width-percent-6 {
    width: 6% !important;
}

.width-percent-8 {
    width: 8% !important;
}

.width-percent-13 {
    width: 13% !important;
}

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

.btn-fix-ass-st-search {
    width: 100%;
    margin-bottom: 3px;
    margin-left: 15px;
}

/*  finance/taxes  */

#div_buttons {
    margin-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
}

.edit-taxes-modal-margin-b-l {
    margin-bottom: 15px;
    margin-left: 10px;
}
/* /taxes/custom_taxes_calculation */

#quarterSelectForm {
    margin: 2rem 0;
}

.values_in_taxes_table {
    padding-top: 1.5rem !important;
}

/* #send_taxes_5_notification {} */

#run_slack_notification, #send_bank_state_notification, #taxes_regions{
    margin-left: 4px;
}

/* core/employer_detail */

@media (min-width: 990px) {
    .show-information {
        height: 100vh;
    }
}

.employee-card {
    padding-bottom: 2em;
}
.employee-title {
    padding-bottom: 1.3em;
}
.space-left-5 {
    margin-left: 5px;
}

.alert-error {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.display-none {
    display: none;
}

/* employee_profile/vacation_request_form */

@media (max-width: 770px) {
    .vacation-date {
        margin-bottom: 20px;
    }
}

/* custom_admin/core/privateenterpreneurproxy (List of PEs) */

.ked-month {
    width: 100%;
    margin-bottom: 30px;
}

/* custom_admin/core/fixedassetsproxy */

.space-top-3 {
    margin-top: 3px;
}

.tax-calendar-notification{
    background-color: #ff3333;
    padding: .5rem 1rem;
    border-radius: 3px;
    color: white;
    display: inline-block;
    vertical-align: top;
}

.birthday-calendar-button{
    background-color: #559479;
    color: #fff;
}

.reference-item {
  margin-right: 10px;
  font-size: 14px;
}

.color-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 2px;
}

.birthday-color {
  background-color: #559479;
}

.anniversary-color {
  background-color: #F89D6A;
}

.nav-statement{
    margin-top:40px;
}

.tab-panel-statement{
    width: 100%;
}

.table-statement {
    width: 100%
}

.text_statement {
    margin-bottom: 40px;
}

.select-2-raccoons {
    width: 100% !important;
}

.background-white{
    background-color: white;
}

/* js/fixed_thead.js */
.fixed-header {
    position: fixed;
    top: 0;
    display: table;
    background-color: white;
    z-index: 1000;
    border-collapse: collapse;
    vertical-align: bottom;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.fixed-header th {
    border: 1px solid #ddd;
    padding: 8px;
}
/* end */

.invoice-description {
    width: 90%;
}

.d-inline-block {
    display: inline-block !important;
}

.margin-none {
    margin: 0; !important;
}
