@media screen and (max-width: 800px) {
  div.my-footer { display: none; }   /* hide it elsewhere */
  div.my-title { display: none; }   /* hide it elsewhere */
  div.left-logo { display: none; }   /* hide it elsewhere */
}


.panel-primary {
    border-color: #65ad68;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #65ad68;
    border-color: #65ad68;
}

.img-mensaje {
  width: 27px;
  height: 27px;
}

/*
body > .function-login {
  background-image: url(images/Sistema.jpg);
  background-repeat: no-repeat;
  width: 90%;
  height: 80%;
}
*/

.img-fluid {
  max-width: 90%;
  height: auto;
}
.img-responsive {
  display: block;
  max-width: 90%;
  height: auto;
}

.img-rounded {
 border-radius: 50%;
}

.img-rounded-2 {
 border-radius: 3px;
}


.div-rounded {
 border-radius: 4px;
}

.div-margins {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;   
}

.my-green {
 background-color: #00b140;
}

.my-white{
 color: #ffffff;
}

.my-gray{
 color: #85817F !important;
}

.my-title {
  padding: 5px;
  color: #A2A7AB;
  font-weight: bold;  
}

label {
 font-weight: bold;
}

.swal-wide{
    width:450px !important;
}
/*
.box-shadow-card {
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2),
        2px 6px 20px 2px rgba(0, 0, 0, 0.19);
}
*/
/*
.r-above{
box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2),
        2px 6px 20px 2px rgba(0, 0, 0, 0.19) !important;
}

.r-below {
box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2),
        2px 6px 20px 2px rgba(0, 0, 0, 0.19) !important;
}
*/
.col-md-6 {
  padding: 4px !important;  
}


.navbar {
  background: #4c974f !important;  
}

[data-itemid~=logo1] {
  background: #4c974f !important;
}

[data-itemid~=logo] {
  background: #4c974f !important;
}

[data-itemid~=menu] {
  background: #4c974f !important;
}

.r-left {
  background: #4c974f !important;  
}

[data-itemtype~=expand_button] {
  background: #4c974f !important;
}