#map_workorder 
{ width: 100%; height: 400px; 
}
#map_fieldticket 
{ width: 100%; height: 400px; 
}
.modal-dialog-calendar {
  max-width: 80% !important;
  height: 80% !important;
}
.modal-content-calendar {
  border-radius: 0 !important;
  height: 100% !important;
}
 .bg-menu-side{
    background-color: #2574BD !important;
    color: white !important;
 }
.card-header-my{
    background-color: #b9ffff !important;
}
.bg-landing{
    background-color: #2574BD;
}
.nav-sidebar > .nav-item > .nav-link.active, .nav-sidebar > .nav-item > .nav-link.active >.bg-menu{
    background-color: #343a40 !important;
    display: block;

}
table.dataTable td {
  padding-top: 2px;
  padding-bottom: 0px;
  
}

div.dt-buttons {
    float: right;
}
body {
  font-family: "Nunito", sans-serif;
  font-size: 0.8rem !important;
 
}
#map {
    width: "100%";
    height: 400px;
}
.badge-cancelled {
  color: #fff;
  background-color: #bfbfbf;
}
.badge-completed {
  color: #fff;
  background-color: #4472c4;
}
.title-landing{
    color: white;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    margin-top: 0px;
}
.title-login{
    color: #2574BD;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    margin-top: 0px;
}
.title-logo{
    color: white;
    text-align: left;
    font-size: 10px;
    font-weight: 900;
    width: 200px;
    padding-left: 20px;
    padding-top: 10px;
}
.img-logo{
    padding-top: 15px;   
    padding-left: 20px;
}
.init-sesion{
    color: #2574BD;
    background-color: white ;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 35px;
}
.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-app {
    color: white;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
    transition: all .2s;
    background-color: steelblue !important;
 
    font-size: 8px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    height: 32px !important;
    min-width: 32px !important;

}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 30px;
    display: block;
    color: white;
}
.color-text{
    color:#2574BD;
    font-weight: 800;
}

.btn-app:hover {
    border-color: #fff;
    transform: scale(1.1);
    
}

.pdf {
  background-color: #fff !important;
}
.new {
  background-color: #fff !important;
 

}

.modify {
  background-color: #fff !important;
}
.excel {
  background-color: #fff !important;
 
}
.report {
  background-color: #fff !important;
 
}
.printer {
  background-color: #fff !important;
 
}

.btn-form {
    border-radius: 10px !important;

}
