@import url(https://fonts.googleapis.com/css?family=Convergence);
@import url(jquery-linedtextarea.css);
body{
    background-color: #f5f5f5;
}

.app-login-header{
    font-family: 'Convergence', sans-serif;
    font-weight: bolder;
    color:#00509c;
}

.app-login-header p{
    margin: 0;
}

.app-login-logo{
    background: url("img/diflogo.png") no-repeat;
    background-size: contain;
    width: 7em;
    height: 7em;
    margin: 4em -3.5em 0;
    position: relative;
    left: 50%;
}

.app-login-footer{
    font-family: 'Convergence', sans-serif;
    color:#EEEEEE;
    background-color: #1976D2;
    padding: 1.5em .5em;
    border-top: .25em solid #1565C0;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
}

.app-login-footer p{
    margin: 0;
}

.app-login-footer p.title{
    font-size: 1.35em;
}

.app-login-footer p.subtitle{
    font-size: 1.15em;
}

.app-ngview{
    margin: 2.5em 0 5.5em 0;
}

.app-loading{
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.75;
    filter: alpha(opacity =75);
    z-index: 9999999;
}

.app-loading i{
    position: absolute;
    color: #ffffff;
    top: 30%;
    left:50%;
    margin-left: -.65em !important;
}

.app-topbar{
    position: fixed !important;
    z-index: 9999990;

    background: #1565C0;
    color: #E3F2FD;
    left: 0;
    top:0;
    width: 100%;
    height: 2.5em;
}

.app-topbar .title{
    position: absolute;
    right: .5em;
    color:#ffffff;
    margin: .3em;
    font-weight: bold;
    font-size: 1.25em;
}

.app-topbar .page-title{
    position: relative;
    display: inline;
    top:.3em;
    color:#ffffff;
    font-weight: bold;
    font-size: 1.25em;
}

.app-topbar button{
    background: transparent;
    border: none;
    margin: .2em;
}

.app-menu-overlay{
    background: #212121;
    position: fixed;
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 9999995;
    opacity: 0.90;
    filter: alpha(opacity =75);
}

.app-menu{
    background: #E0E0E0;
    position: fixed;
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    width: 22em;
    height: 100%;
    z-index: 9999996;
    transition:0.2s linear all;
    -webkit-box-shadow: 9px 2px 39px -3px rgba(0,0,0,0.41);
    -moz-box-shadow: 9px 2px 39px -3px rgba(0,0,0,0.41);
    box-shadow: 9px 2px 39px -3px rgba(0,0,0,0.41);
}

.app-menu-button{
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1em;
}

.app-menu.ng-hide{
    transform:translateX(-25em);
}

.app-menu-list{
    overflow: auto;
    height: calc(100% - 2.5em);
}

.app-menu-close{
    background: #1565C0;
    color: #E3F2FD;
    width: 100%;
    height: 2.5em;
    text-align: center;
}

.app-menu-close button{
    position: absolute;
    background: transparent;
    color: inherit;
    border: none;
    margin: .2em;
    right: 0;
}

.app-menu-close span{
    position: relative;
    top: .80em;
    font-weight: bold;
    font-size: 1em;
}

.app-icon-male{
    color: #2196F3;
}

.app-icon-female{
    color: #E040FB;
}

.app-form-slide{
    position: fixed;
    background: #E0E0E0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    z-index: 99990;
    transition:0.20s ease-in-out all;
}
.app-form-slide.ng-hide{
    transform:translateX(100%);
}

.app-form-slide .top-bar{
    position: relative;
    top: 0;
    left:0;
    width: 100%;
    height: 2.5em;
    background: #0D47A1;
    color: #E3F2FD;
    padding: .45em;
    margin-top: 2.5em;
}

.app-form-slide .top-bar span::after{
    content: " Regresar";
}

.mbsc-tab-h {
    display: none;
}

.mbsc-tab-sel {
    display: block;
}

.mbcs-list-icon{
    padding: 0 .35em 0 .35em;
}

.mbsc-btn-danger{
  background: red !important;
  color: #fff !important;
}

.mbsc-btn-ok{
  background: #039BE5 !important;
  color: #fff !important;
}

.mbsc-form-back{
    padding: 1.25em 0 !important;
    background: #dbdbdb !important;
    color: #000 !important;
    border-bottom: 1px solid #ededed !important;
}

.mbsc-form-btn-right{
    position: absolute;
    top:0;
    right: 0;
    margin-right: 1em !important;
}

.mbsc-list-right-text {
    position: absolute !important;
    top: 50% !important;
    right: 1.5em !important;
    margin-top: -9px;
}

.mbsc-list-left-text {
    position: absolute !important;
    top: 50% !important;
    left: 1.5em !important;
    margin-top: -9px;
    margin-right: 2em;
}

.mbsc-list-left-text ~p{
    padding-left: 4.5em;
}

.mbsc-list-left-text p{
    margin-left: 2em !important;
}

.mbsc-list-right-details{
    position:absolute;
    right:2.5em;
    top:0;
    height:100%;
    display:inline;
}

.mbsc-list-right-table{
    display: table;
    text-align:center;
    height: inherit;
}

.mbsc-list-right-table > .row{
    display: table-row;
}

.mbsc-list-right-table > .row > .cell{
    display: table-cell;
    padding:.25em 2em;
}

.mbsc-list-right-table > .row > .border-left{
    border-left: 1px solid #E0E0E0;
}

.mbsc-input-readonly{
    border-bottom: none !important
}

.bstp-list-search{
    padding: .5em !important;
}

.text-red{
    color:#D50000;
}

.text-blue{
    color:#0091EA;
}

.text-pink{
    color: #E040FB;
}

.text-purple{
    color: #6A1B9A;
}

.text-green{
    color: #2E7D32;
}

.text-yellow{
    color: #FBC02D;
}

.text-grey{
    color: #9E9E9E
}

.text-black{
    color: #212121;
}

.tr-data-even{
    background-color: #EEEEEE;
}

.recuperacontrasena{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 1.5em 0 11em;
    color: #0078d7;
}

.recuperacontrasena > label{
    cursor: pointer;
}

.no-encontrados{
  width: 100%;
  height: 50px;
  font-weight: bold;
  display: block;
  text-align: center;
}

#btnRegresar{
    display: block;
    float: left;
    padding: 20px;
    cursor: pointer;
    color: #0078d7;
}

.usuario_activado{
    color: #0078d7;
}

.usuario_desactivo{
    color: #A9A9A9;

}

/*Lista de reportes*/
.rpt-list-item{
    margin-left: 1em;
    font-weight: bold;
}

/**/



.app-checklist{
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
}

.app-checklist div label {
  display: inline-block;
  width: 600px;
  position: relative;
  padding-left: 35px;
  margin-bottom: .5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.app-checklist div label input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.app-checklist div label input:checked ~ .checkmark:after {
  display: inline-block;
}

/* Style the checkmark/indicator */
.app-checklist div label .checkmark:after {
  left: 3px;
  top: -4px;
  width: 10px;
  height: 18px;
  border: solid #31b7e8;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*MODIFICACION LISTA APOYOS - VISTA USUARIO*/
.dwcc > .wapoyo{
  min-width: 900px !important;
  max-width: 100% !important
}

.dwcc > .wapoyo  .dw-li.dw-v{
  min-width: 600px !important;
  max-width: 100% !important;
  font-size: 14px;
}
/* FIN MODIFICACION LISTA APOYOS - VISTA USUARIO*/

.borde{
    display: block;
    margin:0 auto;
    width: 90%;
    border: 2px solid #BDBDBD;
    padding: 20px;
    border-radius: 20px;

}

/*@media  screen and (min-width: 720px) and (max-width: 1024px) {
  .dwwr{
    background-color: red !important;
    width: 400px !important;
  }

  .dwwc{
    width: 300px !important;
    text-overflow: clip;
  }
}*/

/* ----------- Moviles ----------- */

@media only screen and (max-device-width: 768px) and (orientation: portrait){

    .app-login-footer{
        display: none;
    }


}

@media only screen and (max-device-width: 1024px) and (orientation: landscape){

    .app-login-footer{
        display: none;
    }

}

/* ----------- Moviles ----------- */
/* ----------------- FIN ----------------- */
