.tooltip { z-index:12400; }

.margin-right-10 {
  margin-right: 10px; }

.margin-left-10 {
  margin-left: 10px; }

body {
  background-color: rgba(0, 0, 0, 0.1);
  /*background-image: url('/img/bkg-admin.jpg');*/
  background-repeat: repeat; }

html {
  height: 100%; }

#main {
  padding: 0px;
  padding-top: 40px;
  margin-top: 0px !important;
  overflow-x: hidden;
}

.txt-color-black {
  color:#000000;
}

.txt-color-white {
  color:#ffffff;
}

.onubo-style #header {
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-image: none !important;
  border-bottom: 0px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1); }

.onubo-style aside {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0 3px 0 #343434; }

.onubo-style #nav-header {
  text-align: center;
  color: #eee;
  padding: 15px;
  background: #181B1F;
  margin-bottom: 5px; }

.onubo-style nav ul li.active > a {
  background: #171717; }

.mobile-detected.fixed-navigation nav>ul {
  padding-right: 0px!important;
}

.onubo-style .page-title {
  margin: 15px 0 15px; }

.onubo-style #sparks {
  margin: 12px 0 0; }

.onubo-style nav ul {
  width: 100%;
  padding-right: 0;
  overflow: hidden; }

@media (max-height: 450px) {
  .onubo-style nav ul {
      overflow-y: auto;
  }
}

.onubo-style nav ul li.active > a:before {
  content: " ";
  top: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
  right: auto;
  background: #5f8685;
  display: block;
  left: 0;
  height: 100%; }

.onubo-style nav ul li a {
  color: #ddd;
  font-family: lato;
  font-weight: 500;
}

.onubo-style nav ul li a:hover {
  color: #fff;
  background: #171717; }

.jarviswidget>div {
    border-radius: 0px 0px 5px 5px;
    border-width: 2px 2px 2px;
    border-color: #ddd !important;
}

.jarviswidget>header {
  border-radius: 5px 5px 0px 0px;
  border-width: 2px 2px 1px 2px;
  border-color: #ddd;
}

.alert  {
    border-radius: 5px;
    border: 2px solid #ddd;
    border-left-width: 5px;
}

.alert-info {
    border-left-color: #9cb4c5;
}

.alert-success {
    border-left-color: #8ac38b;
}

.alert-danger {
    border-left-color: #953b39;
}

.btn {
    border-radius: 4px;
    border: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-header > :first-child > a {
    font-size: 23px;
    border: 2px solid #ddd !important;
    /*padding: 1px !important;*/
    border-radius: 3px;
}

.feedback-btn-gray {
    border: 2px solid #ddd !important;
    border-radius: 3px;
    padding:4px !important;
}

.form-control {
    border-radius: 3px !important;
    border: 2px solid #ddd;
    height: 28px;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
  border-radius: 3px !important;
  border: 2px solid #ddd;
}

.prop-input-addon {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: 2px solid #ddd;
}

.dataTables_filter label .input-group-addon {
    padding: 4px 0px !important;
    font-size: 14px;
    height: 28px;
    border: 2px solid #ddd;
}

.select2-container .select2-choice {
    height: 33px;
    border: 2px solid #ddd;
    line-height: 31px;
    border-radius: 3px;
}

.select2-drop-active {
    border: 2px solid #ddd;
    border-top: none;
    border-bottom-width: 3px;
    margin-top: -2px;
}

.well {
    border: 2px solid #ddd;
}

.minified nav > ul > li {
  border-bottom: 1px solid #1A1817;
  border-top: 0px; }

.onubo-style nav ul ul {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  display: none;
  margin: 0;
  padding: 0; }

.minified nav>ul>li>a>.menu-item-parent {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-left: 15px;
}

.minified nav>ul>li>ul {
    width: 202px;
    border: 1px solid #666;
}

.onubo-style #header {
  -webkit-box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05); }

.onubo-style #logo-group {
  /*box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);*/
  margin-right: 10px; }

.onubo-style #logo {
  width: 165px; }

.onubo-style #logo img {
  width: 150px;
  height: auto;
  padding-left: 0px;
  margin-left: -3px;
  margin-top: -4px;
}



.onubo-style .ajax-dropdown {
  left: 6px;
  color: #424242; }

.onubo-style .btn-header > :first-child > a {
  /*background:none;
	border:none !important;
	color: #434343;
	box-shadow:none !important;*/
  margin-right: 2px; }

.onubo-style .btn-header > :first-child > a:hover {
  color: #797979;
  cursor: pointer !important; }

.onubo-style .header-dropdown-list a.dropdown-toggle {
  color: #434343;
  padding-left: 10px;
  padding-top: 8px;
  margin-top: 0; }

.onubo-style .header-dropdown-list {
  padding-left: 10px; }

.onubo-style .dropdown-menu {
  margin: 0px; }

/* global utility class */
.nascosto {
  display: none; }

/* App Styles */
.load-refresh {
  text-align: center;
  width: 100%;
  padding: 30px; }

.result-table-footer {
  padding: 10px; }

.nopadding-head {
  padding-left: 20px;
  padding-right: 20px; }

.dataTables_processing {
  font-size: 20px;
  margin-right: 20px;
  background-color: #8af380;
  border-radius: 3px;
  padding: 0px 8px 2px 8px; }

.dataTables_processing:after {
  content: " \f021";
  font-family: FontAwesome;
  color: #01c880;
  font-size: 18px; }

.form-edit {
  border: 2px solid #ddd;
  border-radius: 5px;
}

.smart-form .input input {
  padding-bottom: 7px;
  padding-top: 7px; }

.pace .pace-activity {
  right: 3px;
  top: 3px; }

#logout-mobile {
  float: left;
  height: 49px;
  vertical-align: middle;
  display: none;
  position: absolute;
  right: 5px; }

#logout-mobile span a {
  padding-top: 0px; }

#time {
  font-size: 25px;
  margin-right: 10px; }

.time-text {
  color: #5a5a5a; }

.btn-header > :first-child > a {
  font-size: 21px; }

.a-logout {
  padding-right: 10px;
  padding-left: 0px !important; }

.notification-body li span {
  padding-left: 5px; }

.minifyme {
  padding-top: 6px;
  height: 30px; }

.minified nav > ul > li {
  border-bottom: none;
  border-top: 0px; }

#welcomeMsg {
  color: #888; }

.select2-hidden-accessible {
  display: none; }

.fa-btn {
  cursor: pointer; }

.MessageBoxButtonSection {
  position: absolute;
  top: 26%;
}

.MessageBoxButtonSection button {
  font-size: 24px;
}

  /* Loading CSS */

  /**
  * LOADING
  **/

  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes pulse {
    50% {
      background: white;
    }
  }
  @keyframes pulse {
    50% {
      background: white;
    }
  }

  #loading-op {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
  }

  #loading-op div {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
  }

  #loading-op div section {
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  #loading-op div h5 {
    color:#fff;
    font-weight: bold;
  }

  .loading {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    /*border-top-color: #618685;*/
    border-top-color: #fff;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
  }
  .loading--double {
    border-style: double;
    border-width: 1.5rem;
  }

  .loading-pulse {
    position: relative;
    width: 6px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: pulse 750ms infinite;
            animation: pulse 750ms infinite;
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
  }
  .loading-pulse:before, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation: pulse 750ms infinite;
            animation: pulse 750ms infinite;
  }
  .loading-pulse:before {
    left: -12px;
  }
  .loading-pulse:after {
    left: 12px;
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
  }

@media (max-width: 679px) {
  #hide-menu {
    position: absolute;
    right: 35px; }

  #logout-mobile {
    display: block; }

  .btn-header > :first-child > a {

        border: 0px solid #ddd !important;

  }

  .MessageBoxContainer {
    top: 10%; }

  .MessageBoxButtonSection {
    position: relative;
  }
 }

.minified #main {
    padding-left: 45px;
    margin-left: 0px;
}
