@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Castlen';
  src: url('../fonts/castlen/CASTLEN_0.TTF') format('truetype');
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_neue_lt/HelveticaNeueLTStd-Roman.otf') format('truetype');
}
@font-face {
  font-family: 'Helvetica Bold';
  /*src: url('../fonts/helvetica_neue_lt/HelveticaNeueLT-BoldCond.otf') format('truetype');HelveticaNeueLTStd-Md*/
  src: url('../fonts/helvetica_neue_lt/HelveticaNeueLTStd-Md.otf') format('truetype');
}
@font-face {
  font-family: 'Helvetica Thin';
  src: url('../fonts/helvetica_neue_lt/HelveticaNeueLTStd-Th.otf') format('truetype');
}
body {
  font-family: 'Helvetica';
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: 'Helvetica';
}
body .container {
  width: 85%;
}
body .text-blue {
  color: #034ea2;
}
body .text-gray {
  color: #6d6e71 !important;
}
body a {
  color: #034ea2;
}
body .btn-primary {
  background-color: #034ea2 !important;
  border-color: #034ea2 !important;
}
body .btn-primary:active,
body .btn-primary:focus {
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}
body .btn-primary:hover {
  background-color: #00a1e4 !important;
  border-color: #00a1e4 !important;
}
body .box.box-primary {
  border-top-color: #034ea2;
}
body .register-box {
  width: 1080px;
}
body .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
}
body .login-box {
  margin-bottom: 1em;
}
body .login-box .login-box-body {
  box-shadow: 10px 10px 14px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 14px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 14px -10px rgba(0, 0, 0, 0.75);
}
body .login-box .login-box-body .login-box-msg {
  color: #777777;
}
body .powered {
  text-align: center;
  color: #777777;
}
body .help-block {
  position: fixed;
  visibility: hidden;
}
body .input-group-addon .fa {
  font-weight: 400;
}
body .has-error .select2-container--default .select2-selection--single {
  border: 1px solid #dd4b39 !important;
}
body .field-informationrequest-identity_file {
  margin-bottom: 0;
}
body footer .navbar-nav li a {
  padding-top: 0;
  padding-bottom: 0;
}
body table .callout,
body table .alert {
  margin-bottom: 0;
}
body table td.wrap,
body table th.wrap {
  width: 1px;
  white-space: nowrap;
}
body table .main {
  font-weight: bold;
  background-color: #f5f5f5;
}
body table .btn-group {
  display: flex;
}
body .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body .content-header small {
  text-transform: uppercase;
}
body .tooltip b {
  color: #f39c12;
}
body form .required .control-label {
  color: #dd4b39;
}
body form .control-label {
  cursor: pointer;
}
body form.form-filter .form-group {
  vertical-align: top;
}
body .permission-group {
  text-transform: uppercase;
}
body .permission-list .row {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
body .permission-list .row .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0.5em;
}
body .permission-list .checkbox-inline,
body .permission-list .radio-inline {
  margin-left: 0 !important;
}
body .permission-list .system-root-permission {
  font-weight: bold;
  color: #dd4b39;
}
body .flat {
  border-radius: 0;
}
body .box-group-permission {
  background-color: #f5f5f5;
}
body .clear {
  clear: both;
}
body .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 10px;
}
body .bootbox .btn {
  border-radius: 0;
}
body .modal .modal-body {
  white-space: normal;
}
body .modal .modal-body.permission-list .label {
  margin-bottom: 0.5em;
  display: inline-block;
}
body footer {
  font-size: 12px;
}
body .tableFixHead {
  overflow-y: auto;
}
body .tableFixHead thead {
  position: sticky;
  top: 0;
  z-index: 99;
}
body .field-picture .alert {
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
}
body .field-picture img#upload-preview {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
body .field-picture a {
  display: block;
  text-align: center;
}
body img#file-upload-preview {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
body .field-mediagroup-content_type_id label.radio-inline {
  width: 47%;
  margin-left: 0px;
}
.skin-blue .main-header .navbar,
.skin-blue .main-header li.user-header {
  background-color: #034ea2;
}
