body{
  padding: 0 !important;
}
.logo>.logo-lg .user-image{
  width: 35px;
  height: 35px;
  /* border-radius: 50%; */
  margin-right: 10px;
  margin-top: -8px;
}
.box-body .dataTables_filter {
  text-align: right;
}
.box-body .dataTables_filter label{
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}


.box-body .dataTables_filter input{
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

label.title_input{
  font-size: 15px;
}

.form-group h4 {
  text-align: center !important;
  font-weight: bold;
}
tfoot th input.search{
  width: 100% !important;
}


@media screen and (max-width: 767px){
  .table-responsive {
      border: none !important;
  }
}
td a.btn{
  margin: 1px;
}
.titleForm{
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
}
.btn-recarga{
  text-align: right!important;
}

div.error{
  width: 100%;
  text-align: center;
  margin-top: 40px!important;

}
span.help-block{
  text-transform: uppercase;
  color: red;
}

@media screen and (min-width: 992px){
  .modal-lg {
      width: 1100px;
  }
}

.text-uppercase{
  text-transform: uppercase;
}

h1.title-form{
  font-weight: 36px;
  font-weight: bold;
  color: #008d4c;  
  text-align: center;  
  text-transform: uppercase;
  margin: 0;
}

.info-box-payload{
  height: 96px;
  width: 90px;
}

.btn-info-payload{
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  font-size: 45px;
  color: white;
  background-color: #00a65a;
}
.btn-info-payload:hover{
  background-color: #008d4c;
  color: white;
}

.btn-info-payload small{
  font-size: 0.3em;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

/** CHECKBOX STYLE **/

.radio{
  margin: 0 auto;  
  display: inline-block;
  align-content: center;
}
.success{
  color: #008d4c ;
}
.danger{
  color: #d33724 ;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.radio small{
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase
}

.profile-username{
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bold;
}

.profile-username span{
  color: #337ab7;
}

.info-large{
  display: block;
  float: none !important;
}

.label-navy{
  background-color: #001f3f !important;
}

.has-error .select2-selection {
  border-color: rgb(185, 74, 72) !important;
}

.widget-user-username {
  font-weight: bold !important;
}

.text-center{
  text-align: center;
}

.icon-info-box{
  font-size: 45px;
}

.widget-user .widget-user-header {
  padding: 20px;
  height: 200px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.description-header{
  font-size: 25px !important;
}

/* Absolute Center Spinner */
.loading {
  display: none;
  color: white;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.bootbox-body{  
  padding: 10px;
  text-align: center;
  font-size: 1.4em;
}

/** Form Galery Instituciones **/

.form-galery, .form-galery h4, .form-galery img{
  margin-bottom: 20px;
}

.form-galery h4, .form-galery .form-group{
  padding: 20px;
}

.form-galery img{
  height: 300px;
}
.form-galery h5{
  font-size: 1.3em;
}
.form-galery a{
  text-decoration: none !important;
  color: black !important;
}

#formModal a {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}


.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus,
.blue-btn {
  background: transparent;
  border: solid 1px #27a9e0;
  border-radius: 3px;
  color: #27a9e0;
  font-size: 16px;
  margin-bottom: 20px;
  outline: none !important;
  padding: 10px 20px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  height: 43px;
  margin-top: 0;
}

.fileUpload input.uploadlogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 42px;
}

/* Chrome fix
input::-webkit-file-upload-button {
  cursor: pointer !important;
  height: 42px;
  width: 100%;
} */


/** CARD IMG **/

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 60%;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px;
  word-wrap: break-word;
}

@media screen and (max-width: 767px){
  .card {
      width: 90%;
  }
}
.card h5{
  padding: 10px;
}

.card img {
  border-radius: 5px 5px 0 0;
}

/** size popup sweetalert2 */
.swal2-popup {
  font-size: 1.6rem !important;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: #00a65a !important;
}

/** delete content-wraper by public **/
.content-wrapper-public{
  margin-left: 0px!important;
}
 


/** Style POPUP **/
.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}