/*
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 : 2015.08.11., 8:31:21
    Author     : nemethzsolt
*/
body.login {
  /*background-image: url(../images/login_bg.jpg);*/
  background-size: cover; }
  body.login .footer-text-login {
    color: #FFFFFF; }

body.login:after {
  content: "";
  /*background-image: url(../images/logo.png);*/
  opacity: 0.1;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.login-header {
  height: 100px;
  background: transparent; }
  .login-header .logo {
    background-image: url("../images/logo.png");
    background-position: center 17.5px;
    background-repeat: no-repeat;
    background-size: 200px;
    width: 100%;
    height: 200px;
    margin: 0 auto; }

.login-container {
  left: 0px;
  margin: 0px;
  margin-top: 7%;
  position: absolute;
  width: 100%; }
  .login-container .alert {
    padding: 0px 15px;
    background-color: transparent;
    border-color: transparent;
    color: red;
    text-align: center;
    margin-bottom: 10px; }
  .login-container .login-lock {
    background-image: url("../images/login-lock.png");
    background-size: contain;
    width: 68px;
    height: 68px; }
  .login-container .panel {
    background-color: #F8F9F9;
    border-color: #DEDEDE; }
  .login-container #login-form #user_name {
    border-bottom-right-radius: 0px;
    border-bottom: 0px; }
  .login-container #login-form #user_name-addon {
    border-bottom-left-radius: 0px;
    border-bottom: 0px; }
  .login-container #login-form #user_password {
    border-top-right-radius: 0px; }
  .login-container #login-form #user_password-addon {
    border-top-left-radius: 0px; }

body.inner {
  /*background-image: url(../images/page_bg.jpg);*/
  background-size: cover; }

.page {
  height: auto;
  min-height: 100%; }

.page:after {
  content: "";
  /*background-image: url(../images/logo.png);*/
  opacity: 0.4;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.page.user:before {
  content: " ";
  /*background-image: url(../images/smart.png);*/
  opacity: 0.2;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center 90%;
  width: auto;
  min-width: 100%;
  /*min-height:100%;*/
  height: auto;
  bottom: 0;
  position: absolute;
  z-index: -1; }

.page.user {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.sortable li {
  margin: 0 3px 3px 3px;
  padding: 0; }

.sortable li span {
  position: absolute;
  margin-left: -1.3em; }

.sortable .panel.panel-default {
  margin-bottom: 0px; }

.ui-state-highlight {
  height: 66px;
  line-height: 1.2em; }

.sortable .sort-button {
  cursor: move; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: -65%;
  max-width: 220px;
  margin-top: -6px;
  margin-right: -1px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-right-color: #999;
  margin-top: 5px;
  margin-right: 10px; }

.dropdown-submenu > a {
  text-align: left; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; }

.dropdown-menu-right {
  margin-left: 0; }

.editable-div {
  border: 1px solid #adadad;
  padding: 5px; }

.row.subsection {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #adadad; }
  .row.subsection button {
    margin-top: 10px !important; }

@media (min-width: 1200px) {
  .container {
    /*width: 95%;*/ } }
span.select2.select2-container.select2-container--default,
span.select2.select2-container.select2-container--default.select2-container--below {
  width: 100% !important; }

.navbar {
  /*    margin-bottom:0px!important;
  background-color:#44433e;
  border-color:1px solid #44433e!important;*/ }

.footer-text-login {
  /*font-size: 9px;*/ }

/* Sticky footer styles
      -------------------------------------------------- */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */ }

/* Wrapper for page content to push down footer */
#wrap {
  height: 100%;
  /*height: auto !important;*/
  min-height: 100%;
  /* Negative indent footer by it's height */
  /*margin: 0 auto -60px;*/ }

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 50px; }

#footer {
  border-top: 1px solid #e7e7e7;
  background-color: #f5f5f5;
  margin-top: -50px;
  display: table;
  width: 100%; }

#footer .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px; }

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    padding-left: 20px;
    padding-right: 20px; } }
.muted.credit {
  /*color:#FFFFFF;*/
  vertical-align: middle;
  margin: auto; }
  .muted.credit a {
    color: initial;
    text-decoration: none;
    /*color:#FFFFFF;*/ }
  .muted.credit a:hover {
    text-decoration: underline; }

.dropdown-menu > li > a {
  /*color:#fff!important;*/ }

.navbar-nav .dropdown-menu > li > a {
  color: #000 !important; }

.nav > li > a {
  /*color:#fff!important;*/ }

.nav-tabs > li > a {
  /*color:#000!important;*/
  background-color: #FFFFFF; }

.nav-tabs.nav-justified > li > a {
  /*margin-right:5px;*/
  /*font-weight:200;*/ }

.nav-tabs > li > a:hover {
  /*background-color:#A5CACE!important;*/
  /*color:#FFFFFF!important;*/ }

.nav-tabs > li.active > a {
  /*background-color:#55A8BF!important;*/
  /*color:#FFFFFF!important;*/
  background-color: #f5f5f5 !important; }

.tab-content .tab-pane.active > .panel {
  border-top-left-radius: 0px !important; }

.navbar-brand {
  /*margin-right:5px;*/ }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent !important; }

.navbar-header img.img-responsive {
  /*          height: 40px!important;
        margin-top: 5px;
        margin-left: 10px;*/ }

.index-link {
  color: initial;
  position: relative; }
  .index-link .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: red; }

.index-link,
.index-link-admin {
  font-weight: bold;
  display: inline-block;
  /*border-radius:7px;*/
  /*background-color:#55A8BF;*/
  /*background-color: #FAA800;*/
  background-color: #2780e3;
  color: #FFFFFF;
  width: 100px;
  height: 100px;
  font-size: 12px;
  margin: 10px;
  padding: 5px; 
  margin-bottom:52px;
}

.index-link-admin > i.fa,
.index-link > i.fa {
  padding-top: 15px;
  margin-bottom: 10px; }

.index-link-admin:hover,
.index-link:hover {
  /*background-color: #55A8BF;*/
  background-color: #2373cc;
  color: #FFFFFF;
  text-decoration: none; }

.index-link-admin {
  /*background-color: #55A8BF;*/
  background-color: #2780e3; }

.index-link-admin span.badge {
  background-color: #FAA800; }

.index-link-admin:hover span.badge {
  background-color: #000000; }

.index-link-admin:hover {
  /*background-color: #FAA800;*/
  background-color: #2373cc; }

label .text-danger {
  font-size: 12px; }

.simplecolorpicker span {
  margin: 0 5px 5px 0;
  padding: 0 3px; }

.selectpicker.btn-default {
  background-color: #ffffff;
  color: #333333;
  border-color: #cccccc; }

.selectpicker.btn-default:active,
.selectpicker.btn-default.active,
.bootstrap-select.open > .dropdown-toggle.btn-default,
.selectpicker.btn-default:hover,
.selectpicker.btn-default.hover,
.bootstrap-select.open > .dropdown-toggle.btn-default:hover {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc !important; }

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

.btn-primary.dropdown-toggle,
.dropdown-toggle.btn-primary:active,
.dropdown-toggle.btn-primary.active,
.dropdown-toggle.open > .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary:active:hover,
.dropdown-toggle.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.dropdown-toggle.btn-primary:active:focus,
.dropdown-toggle.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.dropdown-toggle.btn-primary:active.focus,
.dropdown-toggle.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.dropdown-toggle.btn-primary:active:hover,
.dropdown-toggle.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.dropdown-toggle:active,
.btn-primary.dropdown-toggle.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-primary.dropdown-toggle i.fa-caret-down {
  color: #333333; }

#search-btn,
#search-reset-btn,
#advanced-search-btn {
  background-color: #ffffff;
  border-color: #cccccc !important;
  color: #333333; }

.dataTables_length .selectpicker {
  /*margin-top:-10px;*/ }

/*    .btn-group.filter .btn.active{
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad
    }*/
.day.today,
.day.today.empty {
  background-color: orange !important; }

.day.gray-bg {
  background-color: #ededed; }

.p-fix {
  position: absolute;
  width: 100%;
  padding: 10px;
  padding-bottom: 0px;
  bottom: 0px;
  margin-left: -10px; }

.progress-container-position-fix {
  margin-bottom: 5px; }

.required_flag {
  color: red; }

.navbar-default {
  border-color: transparent !important; }

.navbar {
  border-radius: 0px !important; }

.chart-legend li {
  list-style: none; }

.chart-legend li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: -65%;
  max-width: 220px;
  margin-top: -6px;
  margin-right: -1px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-right-color: #999;
  margin-top: 5px;
  margin-right: 10px; }

.dropdown-submenu > a {
  text-align: left; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; }

.dropdown-menu-right {
  margin-left: 0; }

div.fc-content {
  color: black; }

a.btn.active {
  color: #000; }

a.fc-time-grid-event {
  text-decoration: none !important; }

.fc-time-grid-event *:hover {
  cursor: pointer;
  text-decoration: underline; }

tr.new i.fa-star {
  color: red; }
tr.new * {
  font-weight: bold; }

.nav.navbar-nav.visible-xs a {
  color: white !important; }

.btn-group > .btn.btn-default.active {
  /*background-color:#55A8BF!important;*/
  color: #FFF; }

nav.navbar-default .nav.navbar-nav > li.active > a {
  background-color: #000;
  /*background-color: transparent;*/
  /*color:#FAA800!important;*/ }

nav.navbar-default .nav.navbar-nav > li > a:hover {
  background-color: #000;
  /*color:#FAA800!important;*/ }

#modal-diagram.modal {
  position: fixed;
  overflow: hidden; }

#modal-diagram .modal-dialog {
  margin: 0 auto;
  width: 80%;
  height: 90%;
  margin-top: 5%;
  padding: 0; }

.btn.btn-primary,
.paginate_button.active > a {
  /*    background-color:#55A8BF!important;
  border-color:#55A8BF!important;*/ }

img.popup-image {
  cursor: pointer; }

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.deleted-row td {
  color: #cc002e; }

.new-machine-row td {
  color: blue; }

.active-row td {
  color: #2f8912; }

table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable thead td {
  border-top: 0px;
  border-right: 1px; }

table.dataTable tbody th:first-child,
table.dataTable tbody td:first-child,
table.dataTable thead th:first-child,
table.dataTable thead td:first-child {
  border-top: 0px;
  border-left: 1px; }

.bootstrap-switch {
  border-radius: 0px; }

td {
  vertical-align: middle !important; }

.new-machine-row.deleted-row td {
  color: #c3c3c3; }

.panel-danger .panel-heading {
  /*background-color:#ffffff;*/ }

.panel-danger .panel-body {
  background-color: #dedede; }

.navbar-text {
  color: #ededed !important; }

.welcome-message {
  font-size: 17px; }

.panel-footer {
  padding: 5px 10px; }
  .panel-footer .share {
    padding: 3px 9px !important; }
    .panel-footer .share i {
      font-size: 10px;
      width: 9px; }

div.checkbox label input.original {
  margin-top: 1px !important; }

input.original {
  width: 20px;
  height: 20px; }

.navbar-default .navbar-nav > li > a:hover {
  color: #fff !important; }

body.login .footer-text-login {
  color: #333333; }

.navbar-nav > li > .dropdown-menu {
  min-width: 240px !important; }

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: calc(50% - 15px);
  left: 6px;
  height: 20px;
  width: 26px;
  display: block;
  position: absolute;
  color: black;
  border: 1px solid #dddddd;
  border-radius: 0px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 0px #444;
  box-sizing: content-box;
  content: '\f0d7';
  font-family: FontAwesome;
  background-color: transparent;
  padding-top: 7px; }

table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  padding-left: 50px; }

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: '\f0d8';
  font-family: FontAwesome;
  background-color: transparent; }

td.last-column {
  text-align: center; }

td.last-column a.btn {
  padding: 5px 6px; }

.dataTables_length .btn.dropdown-toggle.selectpicker.btn-default {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-left: 10px !important;
  padding-right: 17px !important; }

td.child {
  padding-left: 10px !important; }

td.child > ul > li > span.dtr-data {
  /*max-width: 40%;
  text-overflow: ellipsis;*/
  display: inline-block;
  overflow: hidden; }

td.child > ul > li > span.dtr-title {
  /*max-width: 30%;
  text-overflow: ellipsis;*/
  overflow: hidden; }

table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  padding-left: 50px; }

td.last-column a.btn {
  padding: 5px 6px; }

input.original {
  width: 20px;
  height: 20px; }

.cke_bottom {
  border-top: 1px solid #d1d1d1 !important;
  background: #f8f8f8 !important; }

.cke_top {
  background: #f8f8f8 !important;
  border-bottom: 1px solid #d1d1d1 !important; }

.cke_chrome {
  border: 1px solid #d1d1d1 !important; }

#c_gymn_tabs a {
  white-space: nowrap; }

span.btn.btn-default.share.s_facebook {
  padding: 5px 5px !important; }

button.btn.btn-default.share.s_tweet {
  padding: 5px 5px; }

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

.navbar-nav > li > .dropdown-menu {
  min-width: 240px !important; }

.dataTables_length select.form-control.selectpicker.input-sm {
  display: inline-block; }

table.table.table-striped.table-bordered.table-hover.dt-responsive.nowrap.dataTable.no-footer.collapsed.dtr-inline {
  /*table-layout: fixed;*/ }

.dataTable tbody td:not(.last-column) {
  overflow: hidden;
  /* this is what fixes the expansion */
  text-overflow: ellipsis;
  /* not supported in all browsers, but I accepted the tradeoff */
  white-space: nowrap; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.bootstrap-switch {
  width: 86px !important; }

.bootstrap-switch-container {
  width: 126px !important; }

.bootstrap-switch-handle-off,
.bootstrap-switch-label,
.bootstrap-switch-handle-on {
  width: 42px !important; }

#EventAquires td.text-right button.btn-warning {
  padding: 5px 6px; }

a.index-link {
  line-height: 1.2em !important; }

.btn-group.filter a {
  margin-left: -1px !important; }

.gray-pie {
  fill: #cccccc; }

.male-pie {
  fill: #F7464A; }

.female-pie {
  fill: #46BFBD; }

.navbar .container-fluid {
  background-color: #222222; }

nav.navbar {
  z-index: 100; }

.bootstrap-select > button.btn.dropdown-toggle.btn-default {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 10px 18px; }

.bootstrap-select > button.btn.dropdown-toggle.btn-default .bs-caret {
  color: #999; }

.dataTables_length .bootstrap-select > button.btn.dropdown-toggle.btn-default {
  padding: 3px 18px; }

input.form-control {
  border-radius: 0px 0px 0px 0px !important; }

nav.navbar-default .nav.navbar-nav > li.active > a {
  background-color: #000 !important; }

.navbar-default {
  background-color: #222 !important; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #222 !important; }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-bottom: 7px !important; }

@media (min-width: 992px) {
  .navbar-header img.img-responsive {
    max-height: 50px !important;
    margin-top: 7px !important;
    margin-left: 13px !important; } }
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important; }

@media (max-width: 768px) {
  .pull-xs-left {
    float: left !important; }

  .pull-xs-right {
    float: right !important; } }
@media (min-width: 768px) and (max-width: 768px) {
  .pull-sm-left {
    float: left !important; }

  .pull-sm-right {
    float: right !important; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .pull-md-left {
    float: left !important; }

  .pull-md-right {
    float: right !important; } }
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important; }

  .pull-lg-right {
    float: right !important; } }
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 4px; }
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{
    background-color: #2780e3;
}
/*# sourceMappingURL=default.css.map */
