@font-face {
  font-family: 'areco-font';
  src: url("../fonts/leelawad.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'areco-bold';
  src: url("../fonts/leelawdb.ttf");
  font-weight: normal;
  font-style: normal;
}
.icon-base, .table-link .table-link-body .table-collapse .table-link-row:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arc-font-family, html, body {
  font-family: "areco-font" !important;
}

h1 {
  font-size: 30px;
  line-height: 48px;
  margin: 0px;
}

#float-login {
  z-index: 97100 !important;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 15, 2016, 5:20:39 PM
    Author     : adriano.caetano
*/
.box-navy {
  border-top-color: #001f3f;
}

.info-box .progress .progress-bar {
  background: unset;
}
.info-box .info-box-title {
  font-weight: bold;
  border-bottom: solid 1px #d2d6d8;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .info-box-responsive .info-box-icon {
    width: 100%;
    float: unset;
    height: unset;
    font-size: 30px;
    line-height: 30px;
    text-align: unset;
    padding: 0 5px;
    border-radius: 5px;
  }
  .info-box-responsive .info-box-icon:before {
    content: attr(data-title);
    font-size: initial;
    position: absolute;
    padding-left: 35px;
    overflow: hidden;
  }
  .info-box-responsive .info-box-title {
    display: none;
  }
  .info-box-responsive .info-box-content {
    margin: 0;
  }
}

.isloading.info-box:before {
  width: 100%;
  min-height: inherit;
  height: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  content: " ";
  position: absolute;
}
.isloading.info-box .info-box-icon i {
  display: none;
}
.isloading.info-box .info-box-icon:after {
  position: absolute;
  margin-top: 20px;
  margin-left: -1em;
  content: "\f021";
  font: normal normal normal 1em/1 FontAwesome;
  webkit-animation: fa-spin .8s infinite linear;
  animation: fa-spin .8s infinite linear;
  z-index: 55;
  color: #555;
}
@media (max-width: 767px) {
  .isloading.info-box-responsive .info-box-icon:after {
    margin-top: 2px;
  }
}

.main-header > .navbar {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.main-header .navbar .sidebar-toggle {
  font-size: 15px;
  line-height: 20px;
  width: 50px;
  text-align: center;
}
.main-header .logo {
  font-family: inherit;
}
.main-header .logo, .main-header .navbar {
  width: inherit;
}

.main-sidebar {
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out,box-shadow 1s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out,box-shadow 1s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out,box-shadow 1s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out,box-shadow 1s ease-in-out;
}

.sidebar-menu > li.header {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 12px 0 12px 0;
}

.sidebar-menu > li > a {
  display: block;
  padding: 12px 5px 12px 15px;
  font-size: 14px;
  line-height: 20px;
}

.sidebar-menu > li > a > .fa {
  font-size: 15px;
  width: 15px;
  margin-right: 10px;
}

.main-footer {
  background-color: #ecf0f5;
  border: 0;
  padding: 0;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
  background-color: #0d3c62;
}

.display-none {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
}

.sidebar-menu .treeview-menu {
  padding-top: 5 px;
  padding-bottom: 17px;
}

.navbar-custom-menu > .navbar-nav > li > a {
  font-size: 15px;
  height: 50px;
}

@media (max-width: 767px) {
  .main-sidebar {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
  }

  .sidebar-open.main-sidebar {
    -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
  }

  .sidebar-open .content-wrapper, .sidebar-open .main-footer, .sidebar-open .right-side {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .main-sidebar {
    z-index: 19100;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .main-sidebar {
    -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
  }

  .sidebar-collapse .main-sidebar {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: initial;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 10px;
    background-color: inherit;
    height: 44px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    width: 180px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
    width: 180px;
    margin-top: -8px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
}
.page-header {
  margin: 0;
  padding: 10px 0 20px 0;
}

.content-wrapper, .main-footer {
  background-color: white;
}

.box {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.content {
  min-height: inherit;
}
@media (max-width: 767px) {
  .content {
    padding: 0 0 15px 0 !important;
  }
}
.content .content-box {
  border: none;
}

.content-header {
  /*padding-bottom: 15px;*/
  /*margin-bottom: 10px;*/
  padding: 0 10px;
}
.content-header .content-header-title {
  color: #666;
}

.no-avatar {
  display: block;
  background: rgba(0, 0, 0, 0.48);
  text-align: center;
  color: #fff;
}

.no-avatar-small {
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  font-size: 12.5px;
}

.sidebar-collapse .no-avatar-responsive.no-avatar-small {
  width: 16.5px;
  height: 16.5px;
  border-radius: 16.5px;
  line-height: 16.5px;
  font-size: 8.25px;
}

.no-avatar-normal {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 45px;
  font-size: 22.5px;
}

.sidebar-collapse .no-avatar-responsive.no-avatar-normal {
  width: 29.7px;
  height: 29.7px;
  border-radius: 29.7px;
  line-height: 29.7px;
  font-size: 14.85px;
}

.no-avatar-big {
  border: 3px solid;
  /*border-color: transparent;*/
  border-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  line-height: 84px;
  font-size: 45px;
}

.sidebar-collapse .no-avatar-responsive.no-avatar-big {
  width: 59.4px;
  height: 59.4px;
  border-radius: 59.4px;
  line-height: 53.4px;
  font-size: 29.7px;
}

.table-link {
  margin: 0;
}
.table-link td {
  padding: 0 !important;
}
.table-link .table-link-header {
  display: table;
  width: 100%;
}
.table-link .table-link-header .table-link-row {
  padding-left: 15px;
  padding-right: 20px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .table-link .table-link-header .table-link-row {
    line-height: 40px;
  }
}
.table-link .table-link-header .table-link-row {
  margin: 0 !important;
}
.table-link .table-link-header .table-link-row .table-link-column > a {
  display: block;
}
.table-link .table-link-header .table-link-row .table-link-column > * {
  margin: 12px 2px;
}
@media (max-width: 767px) {
  .table-link .table-link-header .table-link-row .table-link-column[data-header]:before {
    content: attr(data-header) ": ";
    font-weight: bold;
  }
}
.table-link .table-link-body {
  display: table;
  width: 100%;
}
.table-link .table-link-body .table-link-row {
  padding-left: 15px;
  padding-right: 20px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .table-link .table-link-body .table-link-row {
    line-height: 40px;
  }
}
.table-link .table-link-body .table-link-row {
  margin: 0 !important;
}
.table-link .table-link-body .table-link-row .table-link-column > a {
  display: block;
}
.table-link .table-link-body .table-link-row .table-link-column > * {
  margin: 12px 2px;
}
@media (max-width: 767px) {
  .table-link .table-link-body .table-link-row .table-link-column[data-header]:before {
    content: attr(data-header) ": ";
    font-weight: bold;
  }
}
.table-link .table-link-body .table-link-action {
  position: absolute;
  height: inherit;
  text-align: center;
  width: 30px;
  line-height: 56px;
  right: 10px;
  background: #eee;
  color: #fff;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  z-index: 99999;
}
@media (max-width: 767px) {
  .table-link .table-link-body .table-link-action {
    line-height: 40px;
  }
}
.table-link .table-link-body .table-link-action a {
  color: #337ab7;
}
.table-link .table-link-body .table-link-action a.action {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .table-link .table-link-body .table-link-action a.action {
    line-height: 95px;
  }
}
.table-link .table-link-body .table-link-row:hover {
  background-color: #f4f4f4;
}
.table-link .table-link-body .table-collapse .table-link-row {
  overflow: hidden;
  /*height: $line-height-mobile;*/
}
.table-link .table-link-body .table-collapse .table-link-row:before {
  width: 12px;
  content: "\e114";
  position: absolute;
  line-height: inherit;
}
.table-link .table-link-body .table-collapse .table-link-row > * {
  /*max-height: $line-height-mobile;*/
}
.table-link .table-link-body .table-collapse[aria-expanded="true"] .table-link-row {
  overflow: unset;
  /*height: initial;*/
}
.table-link .table-link-body .table-collapse[aria-expanded="true"] .table-link-row > * {
  /*max-height: unset;*/
}
@media (max-width: 767px) {
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-visible-xs {
    display: unset !important;
  }
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-visible-sm {
    display: unset !important;
  }
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-visible-md {
    display: unset !important;
  }
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-visible-lg {
    display: unset !important;
  }
  .table-link .table-link-body .table-collapse[aria-expanded="true"] .expanded-hidden-lg {
    display: none !important;
  }
}
.table-link .table-link-body .table-collapse.collapsed .table-link-row:before {
  content: "\e080";
}
.table-link .table-link-body .table-collapse-content {
  background-color: #5E9EC3;
}
.table-link .table-link-body .table-collapse-content .table-collapse-content {
  background-color: #83b4d1;
}
.table-link .table-link-body .table-collapse-content .table-collapse-content .table-collapse-content {
  background-color: #a8cbdf;
}
.table-link .table-link-body .table-collapse-content * {
  color: #fff;
}
.table-link .table-link-body .table-collapse-content ul, .table-link .table-link-body .table-collapse-content li, .table-link .table-link-body .table-collapse-content a {
  margin: 0 !important;
}
.table-link .table-link-body .table-collapse-content hr {
  border-top: 1px solid #D8DBDC;
  margin: 0 15px;
}
.table-link .table-link-body .table-collapse-content .table-link-row {
  border-top: 1px solid #D8DBDC;
}
.table-link .table-link-body .table-collapse-content .table-link-row:hover {
  background-color: #90bcd6 !important;
}
.table-link .table-link-body .table-collapse-content .table-link-action a {
  color: white;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 8, 2016, 2:49:58 PM
    Author     : adriano.caetano
*/
.rate-box {
  border: solid 2px #e4e4e4;
  border-radius: 5px;
  width: 125px;
  height: 25px;
  min-height: 25px;
  text-align: center;
}
.rate-box input[type="radio"] {
  width: 21px;
  height: 0;
  font-size: 21px;
}
.rate-box input[type="radio"]:hover {
  font-size: 25px;
}
.rate-box input[type="radio"]:hover:before {
  top: -14.5px;
  left: -2px;
}
.rate-box input[type="radio"]:before {
  content: "\e006";
  position: relative;
  top: -12.5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  color: #ffd600;
}
.rate-box input[type="radio"]:checked ~ input[type="radio"]:before {
  content: "\e007";
  color: #d6ce91;
}
.rate-box input[type="radio"]:checked:before {
  content: "\e006";
}

.checkbox-action {
  line-height: 20px;
}
.checkbox-action label {
  padding-left: 0;
}
.checkbox-action input {
  display: none;
}
.checkbox-action input + .checkbox-fake {
  float: left;
  border: 1px solid;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  font-size: 14px;
  color: #666;
}
.checkbox-action input + .checkbox-fake:before {
  content: "";
}
.checkbox-action input:checked + .checkbox-fake {
  color: #8BC34A;
  border: 2px solid;
}
.checkbox-action input:checked + .checkbox-fake:before {
  content: "\e013";
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 22, 2016, 2:15:33 PM
    Author     : adriano.caetano
*/
.arc-select {
  /*background: #fff;*/
  /*border-radius: 2px;*/
  /*width: 45px;*/
  padding: 0;
  /*margin: 10px 0;*/
}
.arc-select select {
  width: 100%;
  display: inline-block;
  border: 0;
  height: inherit;
  padding: 0 0 0 20px;
}
.arc-select .select-icon {
  position: absolute;
  width: 20px;
  line-height: 28px;
  padding: 0 0 0 1px;
  border-radius: 5px;
  border: 0;
}

.bg-bright-green {
  background-color: #59A600;
  color: white;
}

a.bg-bright-green:hover {
  background-color: #82f300 !important;
  color: white;
}

.bg-light-green {
  background-color: #8BC34A;
  color: white;
}

a.bg-light-green:hover {
  background-color: #b0d683 !important;
  color: white;
}

.bg-light-gray {
  background-color: #D2D3D5;
  color: #656565;
}

a.bg-light-gray:hover {
  background-color: #fafafa !important;
  color: #656565;
}

.bg-blue-gray {
  background-color: #C4CFD6;
  color: #366473;
}

a.bg-blue-gray:hover {
  background-color: #f1f4f5 !important;
  color: #366473;
}

.bg-blue-alpha {
  background-color: rgba(0, 100, 255, 0.34);
  color: white;
}

a.bg-blue-alpha:hover {
  background-color: rgba(77, 147, 255, 0.34) !important;
  color: white;
}

.bg-red-alpha {
  background-color: rgba(244, 67, 54, 0.29);
  color: white;
}

a.bg-red-alpha:hover {
  background-color: rgba(248, 135, 127, 0.29) !important;
  color: white;
}

.bg-green-alpha {
  background-color: rgba(119, 202, 31, 0.29);
  color: white;
}

a.bg-green-alpha:hover {
  background-color: rgba(157, 228, 81, 0.29) !important;
  color: white;
}

.bg-navy-blue {
  background-color: #104D7D;
  color: white;
}

a.bg-navy-blue:hover {
  background-color: #1977c1 !important;
  color: white;
}

@media (max-width: 767px) {
  .arc-overlay {
    width: 100%;
    height: 120%;
    background-color: black;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1040;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 22, 2016, 2:14:10 PM
    Author     : adriano.caetano
*/
.flag {
  display: inline-block;
}
.flag.flag-pt_br {
  background: url("../img/flags.png") no-repeat -172px -61px;
  width: 16px;
  height: 11px;
}
.flag.flag-en_us {
  background: url("../img/flags.png") no-repeat -4px -565px;
  width: 16px;
  height: 11px;
}
.flag.flag-es_es {
  background: url("../img/flags.png") no-repeat -4px -173px;
  width: 16px;
  height: 11px;
}

@keyframes move {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5px;
  }
}
.main-header .breadcrumb {
  background: none;
  margin-bottom: 0px;
  overflow: visible;
  font-size: 15px;
  padding: 0;
  color: #E6B330 !important;
}
.main-header .breadcrumb .breadcrumb-content {
  /*color: map-get($set, second-font);*/
}
.main-header .breadcrumb .breadcrumb-content > * {
  padding: 5px 10px 0px 10px;
  line-height: 45px;
  vertical-align: baseline;
}
.main-header .breadcrumb .breadcrumb-content .breadcrumb-dropdown {
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.main-header .breadcrumb .breadcrumb-content .dropdown-menu {
  z-index: 9999999;
  box-shadow: 0 3px 3px #888;
  background: #1c6298;
  color: #fff;
  border-top: 3px solid #2e6b8f;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-color: #307096;
  margin: 0;
}
.main-header .breadcrumb .breadcrumb-content .dropdown-menu > li > a {
  margin-left: -5px;
  color: #FFFFFF;
  -webkit-animation: move 0.5s forwards;
  animation: move 0.5s forwards;
}
.main-header .breadcrumb .breadcrumb-content .dropdown-menu > li > a:hover {
  color: #FFFFFF;
  background: #1c6298;
  font-weight: 800;
}

@media (max-width: 767px) {
  .main-header .breadcrumb .breadcrumb-content .dropdown-menu {
    right: initial !important;
    left: 0 !important;
  }
}
.breadcrumb-left {
  float: left !important;
}

.breadcrumb-left:hover {
  background-color: #0d3c62;
}

@media (max-height: 575px) {
  .setting-footer {
    position: relative !important;
    border-top: 1px solid #FFFFFF !important;
    left: 10px;
    bottom: 5px;
    width: 90%;
    top: 0px;
  }
}
.setting-footer {
  position: fixed !important;
  border-top: 1px solid #FFFFFF !important;
  left: 10px;
  bottom: 5px;
  width: 90%;
  top: inherit;
}

.setting-footer a {
  right: 10px;
}

.arc-notify .ui-pnotify-icon {
  font-size: 40px;
}
.arc-notify .ui-pnotify-container {
  padding: 18px;
}
.arc-notify .ui-pnotify-action-bar {
  margin-top: 25px;
}

body input, body select {
  color: #000;
}
body select option:disabled {
  color: #8C8C8C;
}

/*
.content-loader{
    background: rgba(255,255,255,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display:none;

    img{
        position: fixed;
        height: 20px;
        width: 220px;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.content-loader.active{
    display:block;
}

.hint {
    color: $gray-dark;
    font-size: 10px;
}
*/
label {
  display: inline;
}

.container-desktop .content {
  min-height: inherit;
}
@media (min-width: 992px) {
  .container-desktop .content {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px !important;
  }
}
@media (min-width: 1200px) {
  .container-desktop .content {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px !important;
  }
}

.content {
  padding: 0px !important;
}

.table-checkbox .checkbox-container {
  width: 1px;
}

/*.nav-tabs {
        li {
                margin-bottom: -14px;
        }

        li.active {
                margin-bottom: -1px;
        }
}*/
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto !important;
  min-height: 175px;
}

/* Loading componentes */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
@media only screen and (max-device-width: 768px) {
  #nprogress .bar {
    display: none;
  }
}
#nprogress .bar {
  background: #fff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 10px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: none;
}
#nprogress .nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

#modalLoading .modal-dialog {
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
}

#modalLoading .modal-content {
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 4em;
  color: #000;
  box-shadow: none !important;
}

#modalLoading .modal {
  background: rgba(0, 0, 0, 0.2);
}

.btn-box-group li {
  display: inline-block;
  margin: 1px;
}

.btn-box {
  width: 80px;
  height: 80px;
  word-wrap: break-word !important;
  padding: 0;
}

.img-centered {
  margin: auto;
}

/* Arc Theme */
/*$header-bg-color: #369;

.main-header {
    backgroun-color: $header-bg-color;

    .logo {
        width: auto;
        background-color: inherit;

        &:hover {
            background-color: lighten($header-bg-color, 20%);
        }

        > * {
            font-size: 16px;
            text-align: left;
        }
    }
}*/
.text-bix {
  font-size: 26px;
}

.text-xbig {
  font-size: 39px;
}

.logo-footer {
  width: 170px;
  margin-left: 10px;
}

.content-footer {
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  color: black;
  padding: 20px 0;
  font-size: 13px;
  height: 90px;
}

a.setting {
  font-size: 15px;
}

.logo-left {
  float: left !important;
}

/*
@include breakpoint ('xs') {
    .resume-title {
        overflow: hidden !important;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        vertical-align: middle;
        width: 35% !important;
        float:left !important;
    }
}
*/
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    border-top-width: 0;
    border-color: #eee;
    background: #0d3c62;
  }
}
@media (max-width: 767px) {
  .resume-title {
    overflow: hidden !important;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 86% !important;
    float: left !important;
    text-align: left !important;
  }

  .resume-title-logo {
    overflow: hidden !important;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 60% !important;
    float: left !important;
  }
}
.min-height-inherit {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 50px !important;
  }
}
.dropdown-menu li.asLink {
  cursor: pointer;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.pointer {
  cursor: pointer;
}

.box-applications {
  padding: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.nav-collapse {
  margin-left: 0px !important;
}

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