* {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px; }

html,
body {
  margin: 0;
  padding: 0; }

@media screen and (min-width: 768px) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column; }
  .body-content {
    flex: 1; } }

.space-between {
  display: flex;
  justify-content: space-between; }

.align-center {
  display: flex;
  align-items: center; }

.mt40 {
  margin-top: 40px; }

.mt55 {
  margin-top: 55px; }

.text-success {
  color: #2BBD77; }

.text-danger {
  color: #F42F53; }

.text-pending {
  color: #120F82; }

.text-grey {
  color: #717172; }

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

.text-right {
  text-align: right; }

.overflow-x {
  overflow-x: auto !important; }
  .overflow-x table.table {
    border-collapse: collapse !important; }
    .overflow-x table.table thead tr {
      background-color: #ffffff; }
      .overflow-x table.table thead tr th {
        border-bottom: 0 !important; }

.table > thead > tr > th {
  border-bottom: 0 !important; }

h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 32px;
  margin: 33px auto 40px auto; }

.go-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #120F82;
  text-decoration: none;
  cursor: pointer; }
  .go-back:hover {
    text-decoration: none;
    color: #120F82; }
  .go-back span {
    padding-left: 15px; }

.btn {
  border-radius: 6px;
  padding: 12px 30px; }
  @media screen and (max-width: 768px) {
    .btn {
      margin-bottom: 22px; } }
  .btn.btn-default {
    background-color: #120F82;
    border-color: #120F82;
    color: #ffffff; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      background-color: #ffffff;
      border-color: #120F82;
      color: #120F82;
      transition: all .3s ease; }
  .btn.btn-default.reverse {
    background-color: #ffffff;
    border-color: #120F82;
    color: #120F82; }
    .btn.btn-default.reverse:hover, .btn.btn-default.reverse:active, .btn.btn-default.reverse:focus {
      background-color: #120F82;
      border-color: #120F82;
      color: #ffffff;
      transition: all .3s ease; }
  .btn.btn-default.edit {
    background-color: #120F82;
    border-color: #120F82;
    color: #ffffff;
    padding: 4px 10px; }
    .btn.btn-default.edit:hover, .btn.btn-default.edit:active, .btn.btn-default.edit:focus {
      background-color: #ffffff;
      border-color: #120F82;
      color: #120F82;
      transition: all .3s ease; }
  .btn.btn-danger {
    background-color: #F42F53;
    border-color: #F42F53;
    color: #ffffff; }
    .btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus {
      background-color: #ffffff;
      border-color: #F42F53;
      color: #F42F53;
      transition: all .3s ease; }
    .btn.btn-danger.small {
      padding: 4px 15px; }
    .btn.btn-danger.reverse {
      background-color: #ffffff;
      border-color: #F42F53;
      color: #F42F53;
      transition: all .3s ease; }
      .btn.btn-danger.reverse:hover, .btn.btn-danger.reverse:active, .btn.btn-danger.reverse:focus {
        background-color: #F42F53;
        border-color: #F42F53;
        color: #ffffff;
        transition: all .3s ease; }
  .btn.btn-success {
    background-color: #2BBD77;
    border-color: #2BBD77;
    color: #ffffff; }
    .btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus {
      background-color: #ffffff;
      border-color: #2BBD77;
      color: #2BBD77;
      transition: all .3s ease; }
  .btn.btn-add {
    background: url("../images/add.png") no-repeat 0px center;
    color: #120F82;
    padding-left: 40px;
    text-decoration: underline;
    padding-top: 15px; }
  .btn.btn-delete {
    background: url("../images/delete.png") no-repeat 0px center;
    color: #120F82;
    padding-right: 0;
    padding-left: 40px;
    text-decoration: underline;
    padding-top: 15px;
    text-align: right;
    float: right; }
    @media (max-width: 1024px) {
      .btn.btn-delete.float-left-btn {
        float: left; } }
  .btn.btn-submit {
    width: 50px;
    height: 42px;
    padding: 0;
    text-align: center;
    background-color: #120F82;
    border-color: #120F82;
    color: #ffffff; }
    .btn.btn-submit:hover, .btn.btn-submit:active, .btn.btn-submit:focus {
      background-color: #ffffff;
      border-color: #120F82;
      color: #120F82;
      transition: all .3s ease; }

.form-group label {
  padding-left: 15px; }

.form-group input.form-control {
  background: #F8F8FB;
  border: 1px solid #000F9F;
  box-sizing: border-box;
  border-radius: 6px;
  height: 42px;
  margin-bottom: 22px; }
  .form-group input.form-control::-webkit-input-placeholder, .form-group input.form-control:-ms-input-placeholder, .form-group input.form-control::placeholder {
    color: #717172; }

select.form-control {
  background: #F8F8FB;
  border: 1px solid #000F9F;
  box-sizing: border-box;
  border-radius: 6px;
  height: 42px;
  margin-bottom: 22px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 12px auto, 100%; }
  select.form-control option {
    background-color: #ffffff;
    padding: 40px; }
    select.form-control option:hover, select.form-control option:focus, select.form-control option:active {
      background-color: #120F82; }

textarea.form-control {
  background: #F8F8FB;
  border: 1px solid #000F9F;
  box-sizing: border-box;
  border-radius: 6px;
  height: 154px;
  margin-bottom: 22px; }

.form-group .select2-container--default.select2-container--focus .select2-selection--multiple, .form-group .select2-container--default.select2-container--focus .select2-selection--single {
  background-color: #F8F8FB;
  border: 1px solid #000F9F; }

.form-group .select2-container--default .select2-selection--multiple, .form-group .select2-container--default .select2-selection--single {
  background-color: #F8F8FB;
  border: 1px solid #000F9F;
  border-radius: 6px; }
  .form-group .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: normal;
    color: #717172; }
  .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice, .form-group .select2-container--default .select2-selection--single .select2-selection__choice {
    display: flex;
    flex-direction: row-reverse;
    background-color: #120F82;
    border: 1px solid #120F82;
    border-radius: 6px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 8px 13px;
    color: #ffffff; }
    .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice:hover, .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice:focus, .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice:active, .form-group .select2-container--default .select2-selection--single .select2-selection__choice:hover, .form-group .select2-container--default .select2-selection--single .select2-selection__choice:focus, .form-group .select2-container--default .select2-selection--single .select2-selection__choice:active {
      border: 1px solid #120F82; }
    .form-group .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .form-group .select2-container--default .select2-selection--single .select2-selection__choice .select2-selection__choice__remove {
      color: #ffffff;
      font-size: 20px;
      cursor: pointer;
      display: inline-block;
      font-weight: normal;
      margin-left: 20px; }

.form-group .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
  top: 8px; }
  .form-group .select2-container--default.select2-container--open .select2-selection__arrow b {
    border: none; }

.form-group .select2-container--default .select2-selection__arrow {
  background: url("../images/arrow.png") no-repeat center center;
  padding: 8px 15px;
  top: 8px !important; }
  .form-group .select2-container--default .select2-selection__arrow b {
    display: none;
    border: none; }

.form-group .select2-container--default .select2-selection--single {
  height: 42px;
  padding: 6px 15px; }
  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }

.form-group .select-single-label {
  width: 100%;
  padding-left: 0; }

.select2-container--default .select2-results > .select2-results__options {
  background-color: #F8F8FB !important; }
  .select2-container--default .select2-results > .select2-results__options .select2-results__option {
    background-color: #F8F8FB;
    padding: 12px 18px; }
    .select2-container--default .select2-results > .select2-results__options .select2-results__option--highlighted[aria-selected] {
      background-color: #120F82;
      color: #ffffff;
      padding: 12px 18px; }
    .select2-container--default .select2-results > .select2-results__options .select2-results__option[aria-selected=true] {
      background-color: #120F82;
      color: #ffffff;
      padding: 12px 18px; }

.select2-container--default .select2-dropdown {
  background-color: #F8F8FB !important;
  border: 1px solid #000F9F;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
  .select2-container--default .select2-dropdown .select2-search--dropdown {
    display: none; }

.custom-file-upload {
  background: #120F82;
  border: 1px solid #120F82;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
  height: 42px;
  width: 100%;
  margin-bottom: 22px;
  padding: 12px; }

.search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }
  .search-container.form-group .form-control {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none; }
  .search-container.form-group .search-input {
    position: absolute;
    right: -5px;
    height: 42px;
    width: 42px;
    padding: 0;
    background: url(../images/search.png) no-repeat center #120F82; }

.table-striped tr:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.table-striped tr:nth-of-type(odd) {
  background-color: #F2F2F8; }

.table-striped tr:nth-of-type(even) {
  background-color: #f8f8fb; }

.table-striped tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  color: #717172;
  vertical-align: middle; }
  .table-striped tr td.status-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; }
    .table-striped tr td.status-container .btn {
      border-radius: 6px;
      padding: 4px 8px;
      width: 155px;
      margin-top: 5px;
      text-align: center; }
  .table-striped tr td.table-black {
    color: #000000; }
  .table-striped tr td.table-sm {
    width: 200px; }
  .table-striped tr td.table-desc {
    width: 200px; }

thead th {
  color: #717172;
  padding: 8px 0px 8px 4px; }
  thead th .sort-link {
    text-align: left;
    color: #717172;
    font-weight: bold;
    text-decoration: none; }
    thead th .sort-link img {
      padding-left: 5px; }
  thead th.table-date {
    width: 150px;
    max-width: 150px; }
  thead th.table-sm {
    width: 200px; }

.pagination-container .btn {
  background-color: #120F82;
  padding: 5px 15px;
  border-radius: 100px;
  width: 40px;
  height: 32px; }
  .pagination-container .btn:first-child img {
    transform: rotate(-180deg); }
  .pagination-container .btn.disabled {
    background-color: #717172; }

.navbar {
  display: flex;
  align-items: center;
  background-color: #120F82;
  border: none; }
  @media (max-width: 767px) {
    .navbar {
      align-items: flex-start; }
      .navbar .navbar-header {
        padding: 10px 0; }
      .navbar .navbar-nav {
        margin: 7.5px 0px; } }
  .navbar .navbar-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    color: #ffffff;
    height: 70px; }
    .navbar .navbar-brand span {
      max-width: 120px;
      font-size: 14px;
      line-height: 16px;
      padding-left: 20px; }
  @media (min-width: 1024px) {
    .navbar-profile {
      margin-left: 15vw;
      margin-right: 0; } }
  .navbar-profile li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .navbar-profile li a {
      font-weight: bold;
      text-transform: uppercase;
      color: #ffffff; }
  .navbar-nav.nav li {
    padding: 10px 0 7px;
    box-sizing: border-box; }
    .navbar-nav.nav li a {
      font-weight: bold;
      color: #ffffff; }
    .navbar-nav.nav li:hover, .navbar-nav.nav li:active, .navbar-nav.nav li:focus {
      border-bottom: 3px solid #ffffff; }
  .navbar-collapse {
    flex-direction: row;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .navbar-collapse.collapse {
        display: flex !important; } }

.footer {
  width: 100%;
  margin-top: 50px;
  background-color: #717172;
  min-height: 80px;
  display: flex;
  align-items: center; }
  .footer .row div {
    text-align: left;
    color: #ffffff; }
    @media (max-width: 767px) {
      .footer .row div {
        padding: 15px; } }
    .footer .row div.copyright {
      font-size: 12px;
      line-height: 14px; }
      @media (max-width: 767px) {
        .footer .row div.copyright {
          text-align: center; } }
    .footer .row div.svitsoft-logo {
      text-align: right; }
      @media (max-width: 767px) {
        .footer .row div.svitsoft-logo {
          text-align: center; } }

.auth-form h2 {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 32px;
  margin: 67px auto 40px auto; }

.auth-form .form-content {
  margin: 0 auto;
  float: unset; }
  .auth-form .form-content .forgot-pass a {
    display: block;
    margin-top: 23px;
    text-align: center;
    color: #717172;
    text-decoration: none; }
  .auth-form .form-content .btn {
    margin: 0 auto; }

.li-active {
  border-bottom: 3px solid #ffffff; }
