/*
@media (min-width: $screen_lg) {
}
// Force on Tablet screen
@media (max-width: $screen_tablet) {
}
// Force on Mobile screen
@media (max-width: $screen_mobile) {
}*/
.sass-example .is-myorange {
  background-color: #FF6D4A; }
.sass-example .message {
  border: 1px solid #ccc;
  padding: 10px;
  color: #333; }
.sass-example .success {
  border: 1px solid #ccc;
  padding: 10px;
  color: #333;
  border-color: green; }
.sass-example .error {
  border: 1px solid #ccc;
  padding: 10px;
  color: #333;
  border-color: red; }
.sass-example .warning {
  border: 1px solid #ccc;
  padding: 10px;
  color: #333;
  border-color: yellow; }

.login-page {
  background: #888 !important;
  background: url("/img/bg-login.svg") !important;
  background-size: cover !important;
  background-position: bottom center !important; }
  .login-page .login-box-body {
    border: 1px solid #666 !important; }
  .login-page .login-logo img {
    width: 100%;
    height: auto; }
  .login-page #LinkedinText {
    text-align: center; }

.logo-mini {
  padding: 12px;
  margin: 0px; }

.main-sidebar {
  background-color: #D32F2F !important;
  z-index: 870 !important;
  display: table;
  height: 100%;
  position: fixed; }
  .main-sidebar li a {
    color: #fff !important;
    border: none !important; }
  .main-sidebar li.active a {
    color: #fff !important; }
  .main-sidebar .sidebar {
    padding-bottom: 0px; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover {
  background: none; }

.sidebar-menu li a {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 2px 10px 16px;
  text-align: left; }
  .sidebar-menu li a i {
    font-size: 18px;
    width: auto !important;
    vertical-align: middle;
    font-weight: lighter; }
  .sidebar-menu li a span {
    padding-left: 10px; }
  .sidebar-menu li a .pull-right-container {
    margin-top: -10px; }
.sidebar-menu li.active {
  background: #F44336 !important; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer,
.user-menu > .dropdown-menu {
  background: #D32F2F; }

.version-note {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 4px 6px;
  font-size: 10px;
  font-style: italic; }

.sidebar-collapse .overlay-on-menu-hover {
  display: none !important; }

.overlay-on-menu-hover {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 840;
  display: block !important; }

.main-header {
  background: #D32F2F !important; }
  .main-header .navbar {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6; }
    .main-header .navbar .sidebar-toggle {
      background: none !important;
      color: #555 !important; }
  .main-header .logo {
    background-color: #D32F2F !important;
    width: 229px; }
    .main-header .logo span {
      color: #fff !important; }
  .main-header .user-header {
    background-color: #4c637b !important; }

.breadcrumb {
  float: left;
  margin-bottom: 0px;
  padding: 0px;
  background: none !important; }
  .breadcrumb li:focus
  .breadcrumb li:active, .breadcrumb li:focus
  .breadcrumb li:active:focus, .breadcrumb li:focus
  .breadcrumb li:active:active,
  .breadcrumb li a,
  .breadcrumb li a:focus,
  .breadcrumb li a:active {
    color: #555 !important;
    font-weight: bold; }
  .breadcrumb .active {
    font-style: italic;
    font-weight: lighter; }

.nav .dropdown-toggle {
  color: #555 !important; }

.kv-panel-before .clearfix {
  display: none !important; }
.kv-panel-before .pull-right {
  float: none !important;
  max-height: 50px; }

.content-wrapper {
  background: #f8f8f8; }

.img-logo {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 14px;
  margin-bottom: 14px; }

h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.1; }

.img-icon {
  height: 30px;
  padding-right: 10px; }

.branding-color {
  color: #D32F2F; }

.img-circle-small {
  object-fit: cover;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  border: 1px solid #D32F2F; }

.img-circle {
  object-fit: cover;
  height: 50px;
  width: 50px; }

.user-menu .dropdown-menu {
  width: 200px !important; }
  .user-menu .dropdown-menu .user-footer {
    padding: 7px 0px !important; }
    .user-menu .dropdown-menu .user-footer .pull-left {
      border-right: 1px solid #fff; }
    .user-menu .dropdown-menu .user-footer .pull-right {
      text-align: left; }
  .user-menu .dropdown-menu li a:active,
  .user-menu .dropdown-menu li a:visited,
  .user-menu .dropdown-menu li a:hover,
  .user-menu .dropdown-menu li a {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
    margin-right: 0px; }

.small-grid-border > div {
  border-bottom: 1px solid #eee; }

.bootstrap-dialog .modal-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.chartjs-render-monitor {
  width: 100% !important; }

.grid-container {
  display: grid;
  row-gap: 5px;
  grid-template-columns: auto auto auto auto auto;
  padding: 10px; }
  .grid-container span {
    margin: 4px; }
  @media (max-width: 1200px) {
    .grid-container {
      grid-template-columns: auto auto auto auto; } }
  @media (max-width: 992px) {
    .grid-container {
      grid-template-columns: auto auto; } }
  @media (max-width: 768px) {
    .grid-container {
      grid-template-columns: auto; } }

.btn {
  /*margin-left: 10px;
  margin-right: 10px;*/
  padding: 7px 30px;
  font-size: 1.6rem !important; }

/* Boostrap Buttons Styling */
.btn-default {
  font-size: 13px;
  color: rgba(108, 88, 179, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(108, 89, 179, 0.75);
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease 0s; }

.btn-default:hover {
  color: #FFF;
  background: rgba(108, 88, 179, 0.75);
  border: 2px solid rgba(108, 89, 179, 0.75); }

.btn-primary {
  font-size: 13px;
  color: #41045B;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #41045B;
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease 0s; }

.btn-primary:hover {
  color: #FFF;
  background: #41045B;
  border: 2px solid #41045B; }

.btn-primary:active, .btn-primary:focus {
  color: #FFF;
  background: #2F0243 !important;
  border: 2px solid #2F0243 !important; }

.btn-success {
  font-size: 13px;
  color: rgba(103, 192, 103, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(103, 192, 103, 0.75);
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease 0s; }

.btn-success:hover {
  color: #FFF;
  background: rgba(103, 192, 103, 0.75);
  border: 2px solid rgba(103, 192, 103, 0.75); }

.btn-info {
  font-size: 13px;
  color: rgba(91, 192, 222, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(91, 192, 222, 0.75);
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease 0s; }

.btn-info:hover {
  color: #FFF;
  background: rgba(91, 192, 222, 0.75);
  border: 2px solid rgba(91, 192, 222, 0.75); }

.btn-warning {
  font-size: 13px;
  color: rgba(240, 173, 78, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(240, 173, 78, 0.75);
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease 0s; }

.btn-warning:hover {
  color: #FFF;
  background: rgba(240, 173, 78, 0.75);
  border: 2px solid rgba(240, 173, 78, 0.75); }

.btn-danger {
  font-size: 13px;
  color: rgba(217, 83, 78, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(217, 83, 78, 0.75);
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease 0s; }

.btn-danger:hover {
  color: #FFF;
  background: rgba(217, 83, 78, 0.75);
  border: 2px solid rgba(217, 83, 78, 0.75); }

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

.flag {
  line-height: 50px;
  margin-right: 5px; }

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

.link-white {
  color: white !important; }
  .link-white:hover, .link-white:focus, .link-white:active {
    color: white !important; }

.p-10 {
  padding: 10px; }

.p-l-5 {
  padding: 0 0 0 5px; }

.p-lr-10 {
  padding: 0 10px; }

.p-20 {
  padding: 20px; }

.m-0 {
  margin: 0px !important; }

.p-0 {
  padding: 0px !important; }

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-lr-5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-100 {
  margin-bottom: 100px; }

.text-success-imp {
  color: #3c763d !important; }

.text-danger-imp {
  color: #a94442 !important; }

.thin-grey-border {
  border: thin solid #bababa; }

.disable-tabs {
  cursor: not-allowed !important; }
  .disable-tabs a {
    color: grey !important;
    pointer-events: none; }

.full-width {
  width: 100%; }

.label {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 3rem; }

.label-secondary {
  background-color: #D32F2F; }

.label-default {
  white-space: normal;
  text-align: center; }

.label-risks {
  float: right; }

.select2-selection--single {
  line-height: 28px !important; }
  .select2-selection--single .select2-selection__clear {
    line-height: 24px !important; }

.form-horizontal .control-label {
  text-align: left; }

.underfields label {
  padding-left: 30px !important; }

.compact-radio .radio {
  display: inline-block;
  margin-right: 10px; }
  .compact-radio .radio input {
    display: block; }

.risk-analysis h2 {
  font-size: 20px; }

.box-header.with-border {
  border-bottom: 1px solid #BABABA !important;
  margin-bottom: 20px; }

.box {
  border: 1px solid #BABABA !important;
  overflow: hidden; }

.box-header {
  background: white !important; }
  .box-header h3 {
    line-height: 3rem;
    font-size: 3rem; }

.boxed {
  border: 1px solid #eee;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 30px !important; }

.box-shadow {
  -webkit-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 1rem; }
  .box-shadow h1 {
    margin-top: 0px;
    background: #f4f4f4;
    padding: 4px 8px; }

.foraco-box {
  margin: 0px 0px 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
  .foraco-box:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3); }
  .foraco-box .box-icon {
    float: right;
    font-size: 4rem; }
  .foraco-box .value {
    font-size: 3rem;
    font-weight: bold;
    color: black; }
    .foraco-box .value a {
      color: black !important; }
  .foraco-box h3 {
    color: grey;
    font-size: 1.4rem;
    font-weight: lighter; }
    .foraco-box h3 a {
      color: grey !important; }
      .foraco-box h3 a:hover {
        color: black !important; }

body {
  font-size: 1.4rem;
  background-color: #f9fafb; }
  body .scrollable {
    height: 100px;
    /* or any value */ }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px;
  font-weight: bold; }

.wrapper {
  overflow: visible; }

.content {
  height: 100%;
  padding: 0px; }

.content > div {
  padding: 10px; }

.content .current-section {
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  padding: 0px 30px;
  height: 50px;
  vertical-align: middle; }
  .content .current-section img {
    padding: 0px;
    vertical-align: middle; }
  .content .current-section div {
    display: inline-block;
    border-bottom: 3px solid #000;
    height: 50px;
    padding-top: 15px;
    margin-left: 10px;
    vertical-align: middle; }

#chatapp {
  height: 100%;
  max-height: 100%;
  position: relative; }

.content > #chatapp {
  padding: 0px; }

.row {
  margin-left: -20px;
  margin-right: -20px; }

.row > div {
  padding-left: 20px;
  padding-right: 20px; }

.content-header {
  padding: 15px 15px 15px 15px;
  height: 60px; }

.timeline > li {
  margin-right: 0px; }

.table {
  background: #fff; }

.alert-widget div {
  margin: 10px; }

.red-cross {
  color: #f00; }

.red-cross:hover {
  color: #900; }

.white-cross {
  color: #ccc; }

.white-cross:hover {
  color: #900; }

.sortable {
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll; }

.clear-page-wrapper {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 80px; }

.clear-page {
  background: #f2f2f2; }

.run-activity-question {
  margin-bottom: 20px; }

.wizard .tab-pane {
  padding-top: 20px !important; }

.wizard {
  margin: 0px !important; }
  .wizard .nav-tabs {
    margin-top: 0px; }

.slider_activity .slider.slider-horizontal {
  width: 100%; }

.run-activity-wrapper {
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 40px; }

#question-answer label {
  padding: 6px 14px;
  margin: 6px 12px; }
  #question-answer label input {
    margin-right: 12px; }

.slider-horizontal {
  margin-bottom: 28px !important; }

.slider_activity {
  height: 80px !important; }

.content > div {
  padding: 20px 30px; }

.custom-radio span {
  padding-left: 10px; }

.box-header {
  background: #9999ac; }
  .box-header h1 {
    margin-top: 6px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: bold; }

.box {
  border: 1px solid #9999ac; }
  .box .form-group .btn {
    float: right;
    /*min-width:140px;*/ }

.alert {
  padding: 10px !important;
  margin: 20px 30px 0px 30px; }

#create-chat-view .loadingDiv {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100;
  pointer-events: none; }
  #create-chat-view .loadingDiv .loading {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px; }

.status-tag {
  font-style: italic;
  padding: 3px;
  border: 1px solid #050;
  border-radius: 3px;
  background: #080;
  font-size: 12px;
  color: #fff; }

.small-box h3 {
  font-size: 28px !important; }

.exchange-p {
  text-align: center;
  color: #666;
  font-size: 38px;
  margin-top: 20px; }

.panel-heading {
  padding: 0px;
  display: none; }

.kv-panel-pager {
  min-height: auto !important; }

.panel-footer {
  padding: 0px;
  display: none; }

.tabSendAttachment,
.pjax-add-link,
.pjax-delete-link {
  cursor: pointer; }

.full-color {
  background: #D32F2F !important; }
  .full-color .navbar {
    background: #D32F2F !important; }

.floating-right {
  position: absolute;
  right: 10px; }

.font-sm {
  font-size: 10px !important; }

#yii-debug-toolbar {
  display: none !important; }

.btn-en a {
  border-width: 0px;
  width: 24px !important;
  height: 15px !important;
  background: '@web/img/en.png';
  background-repeat: no-repeat; }

.btn-fr a {
  border-width: 0px;
  width: 24px !important;
  height: 15px !important;
  background: './img/fr.png';
  background-repeat: no-repeat; }

.flag .dropdown-menu {
  padding: 5px 12px !important; }
  .flag .dropdown-menu div div {
    line-height: 1 !important;
    padding: 6px 4px; }

.bs-callout {
  padding: 20px;
  margin: 0 0 10px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background: #f0f0f0; }
  .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px; }
  .bs-callout p:last-child {
    margin-bottom: 0; }
  .bs-callout code {
    border-radius: 3px; }
  .bs-callout + .bs-callout {
    margin-top: -5px; }

.bs-callout-default {
  border-left-color: #777; }
  .bs-callout-default h4 {
    color: #777; }

.bs-callout-primary {
  border-left-color: #428bca; }
  .bs-callout-primary h4 {
    color: #428bca; }

.bs-callout-success {
  border-left-color: #5cb85c; }
  .bs-callout-success h4 {
    color: #5cb85c; }

.bs-callout-signup {
  padding: 15px 5px 15px 15px !important; }

.bs-callout-danger {
  border-left-color: #d9534f; }
  .bs-callout-danger h4 {
    color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }
  .bs-callout-warning h4 {
    color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de; }
  .bs-callout-info h4 {
    color: #5bc0de; }

.wizard li span.round-tab {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px; }
.wizard li.active span.round-tab {
  color: #5bc0de;
  border-color: #5bc0de; }
.wizard .nav-tabs li a {
  height: 40px;
  width: 40px; }

table.detail-view th {
  width: 70%; }

table.detail-view td {
  width: 30%; }

table.kv-grid-table th {
  color: #3c8dbc; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #eaeaea !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 20px !important; }

#dashboard_table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px; }
  #dashboard_table td, #dashboard_table th {
    border: 1px solid #ddd;
    padding: 8px; }
  #dashboard_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #555;
    color: white; }
  #dashboard_table thead {
    display: table-header-group; }
  #dashboard_table tfoot {
    display: table-row-group; }
  #dashboard_table tr {
    page-break-inside: avoid; }
  #dashboard_table tr:nth-child(even) {
    background-color: #f2f2f2; }
  #dashboard_table tr:hover {
    background-color: #ddd; }

/*# sourceMappingURL=pixium_style.css.map */
