/* Custom styles */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  z-index: 2;
  color: #000;
  cursor: default;
  background-color: #ffff00;
  border-color: #000;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #000;
}

li .active{
  background-color:#c9d714;
  color: #000;
}

li .active:hover{
  background-color:#c9d714;
}

.navbar-default{
  background-color: #ffff00;
  color: #000;
}

.crud-field-error{
  border: 1px solid red;
}
.crud-mandatory-indicator{
  font-size: 18px;
  color: red;
}
.crud-tooltip-box{
  font-size: 18px;
  color: #5c96ce;
  margin-right: 3px;
}
.crud-tooltip-box + .tooltip > .tooltip-inner{
  background-color: #a10d7f;
}

.crud-tooltip-box + .tooltip > .tooltip-arrow{
  border-bottom-color: #a10d7f;
}

.crud-table thead th{
  background-color: #ffff00;
  color: #000;
}

.crud-table tbody tr:hover,.crud-table tbody tr:focus,.crud-table tbody tr:active{
  background-color: #f1f894;
}

.crud-loading{
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.modal-body.no-padding {
  padding: 0 0 20px 0;
}

.btn-primary{
  color: #ffffff;
  background-color: #493e55;
  border-color: #493e55;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  color: #ffffff;
  background-color: #2a2232;
  border-color: #2a2232;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #50063f;
  border-color: #2f0c27;
}

.panel-default > .panel-heading {
    background-color: #ffff00;
    border-color: #ffff00;
    color: #000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #ffff00;
}

.form-control:focus{
  border-color: #ffff00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(239, 255, 0), 0 0 8px rgba(239, 255, 0, 0.6);
  box-shadow: inset 0 1px 1px rgb(239, 255, 0), 0 0 8px rgba(239, 255, 0, 0.6);
}


/*
    Document   : style
    Created on : 30/09/2013, 10:46:26 PM
    Author     : Sergio Roman <superchequini@gmail.com>
    Description:
        CSS Style from turbasa_theme.
*/

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    background-color: white;
    height: 100px;
    top: 20%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    font-size: 30px;
    padding-top: 25px;
}

html,
body {
  height: 100%;
}

body {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #E9E9E9;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#imalogo_2{
    width: 25px;
    height: 30px;
    margin-right: 10px;
}

.credit{
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

#wrap {
  min-height: 100%;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
}

#footer {
  height: 60px;
  background-color: #f5f5f5;
  bottom: 0px;
  margin-bottom: 0px;
}

#wrap > .container {
  padding: 20px 15px 0;

}

.container {
  max-width: 1400px;
}

.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}



#ima_user{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.icon-buttton-delete,.icon-buttton-update{
    font-size: 17px;
    margin-right: 10px;
}
.icon-buttton-delete:hover{
    cursor: pointer;
    color: red;
}
.icon-buttton-update:hover{
    cursor: pointer;
    color:#0088cc;
}

.notice-danger{
  padding: 3px;
  border: solid 1px #660000;
  color: #660000;
  background-color: #ff9999;
}

.notice-success{
  padding: 3px;
  border: solid 1px green;
  color: green;
  background-color: #dff0d8;
}

/*.notify {
  top: 8px;
}*/

.notify > button {
  border: none;
  background: transparent;
  color: #428bca;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.notify > button:active,
.notify > button:focus,
.notify > button:visited {
  color: #2376BB !important;
  border-color: #eee;
}

.notify > button:hover {
  cursor: pointer;
  color: #2376BB;
  border-color: #eee;
}

.notify > ul {
  width: 300px;
  max-height: 354px;
  overflow: auto;
}

.notify > ul > li > a {
  padding: 16px 26px;
  word-wrap: break-word;
  white-space: normal;
  z-index: 1;
}

.notify > ul > li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.notify > ul > li:last-child {
  border-bottom: none;
}

.notify > ul > li.clear-notifications > a {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding: 8px;
}

.notify > ul > li.empty-notifications > a {
  padding: 16px;
  font-weight: 500;
  text-align: center;
}

.notify > ul > li.not-visited::before {
  content: "\f111";
  font-family: FontAwesome;
  color: #428bca;
  position: absolute;
  top: 40%;
  left: 8px;
  font-size: 8px;
}

/*.notify > ul > li.not-visited {
  background: #eee;
}*/

.notify > ul > li > i {
  position: absolute;
  right: 16px;
  top: 19px;
  z-index: 5;
  font-size: 15px;
  color: #555;
}

.notify > ul > li > i:hover {
  opacity: 0.6;
  cursor: pointer;
}

.notify > ul > li > a::after {
  content: attr(data-date);
  display: block;
  color: #bbb;
  margin-top: 4px;
}

.notify > ul > li > a:visited,
.notify > ul > li > a:active,
.notify > ul > li > a:focus,
.notify > ul > li > a:hover {
  background: #f1f1f1;
  color: #333;
}

.notify .badge {
  display: none;
}

.excel {
  background: #207345 !important;
  border-color: green;
}

.btn .badge {
  padding: 2px 4px;
  font-size: 7px;
  position: absolute;
  top: 13px;
  left: 12px;
}

/* Custom flex classes */
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.legend {
  margin-right: 16px;
}

.bronze {
	color: #cd7f32;
}
.silver {
	color: silver;
}
.gold {
	color: gold;
}
