/*MAIN PAGE */
body{
  font: 15px/1.5 "Trebuchet MS", Helvetica, sans-serif;
  padding: 0;
  margin:auto;
  background-color:#f4f4f4;
  overflow:auto;
  width: 98%;
  height: auto;
  height:  auto;
}

#Body1{
  font: 15px/1.5 "Trebuchet MS", Helvetica, sans-serif;
  border: 2px solid #DCDCDC;
  padding: 0;
  margin:auto;
  background-color: #f4f4f4;
  overflow:auto;
  max-width: 100%;/*1190px;*/
  min-width: 1190px;
  padding-bottom: 50px;
  height: 93vh;
}

/*-----------------------------------------*/



#TopMenu{
  background-color: #35424a;
  color: #ffffff;
  padding-top:0px;
  padding-bottom: 5px;
  /* min-height: 10px; */
  border-bottom: #00a3d6 3px solid; /*#e8491d*/
  margin: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: auto;/*24px;*/
  min-height: 24px;
}

header #caca{
  margin: 0;
  height: 10px;
  padding-top: 5px;
  display:flex;
  height: auto;
}
header #Phone{
  margin-left: 5px;
}

/*este es el telefono*/
header p{
  padding-top: 5px;
  height: 10px;
  margin: 0;
}

header ul{
  margin: 0;
  padding: 0;
}


header li{
  display: inline; /*pone el bullet list horizontal*/
  padding: 0 10px 0 10px; /*espacios entre el menu*/
  margin: 0;
  display: table-cell; /*inline;*/ /*pone el bullet list horizontal*/
  border-collapse: collapse;
}


header a.TopMenu{
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #ffffff;
  margin: 0;
}


header a.TopMenu:hover {
  color:#cccccc;
  /* font-weight: bold; */
}

/*CARTELISTO DE ALERTA en el header*/
header a.TopMenu_Alert{
  text-decoration: none;
  color: #ccc;
  background-color: #ff0000;
  border-radius: 5%;

  padding: 3px;
  margin: 0;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*---------------------------------*/


/*Log IN scren*/
#ShowCase{
  background-color: #ffffff;
  border-top: 2px solid #00a3d6; /*#DCDCDC;*/
  border-bottom: 2px solid #00a3d6; /*#DCDCDC;*/
  height: auto;/*550px;*/
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  margin-top: -5px;
}


/*------- ADMIN INDEX -------------*/
#Identification{
  /* display: inline-block; */
  vertical-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
/*  margin-bottom: 105px;*/
  background-color: /*#169a5a;*/ #f4f4f4;
  height: auto;
  width: 30%;
  min-width: 350px;
  max-width: 500px;
  /* height: 200px; */
  border: #e8491d 2px solid;
  border-radius: 10px;
  padding-bottom: 35px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 5px 10px 15px gray;
}

#Identification h2{
  color: #e8491d;
}

input[type="password"], input[type="text"] {
  background-color: #e8491d;
  color: white;
  height:35px;
  width: 120px;
  /* margin-bottom: 5px; */
  padding: 0;
  font-size: 18px;
}

#identification label{
  font-size: 12px;
  color: gray;
}

form{
  /* border: 2px solid #e8491d; */
  display: inline-block;
  width: 350px;
  text-align: center;
}

#submitFormCredentials {
  border: 2px solid #e8491d;
  height:39px;
  width: 100px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border-radius: 8px;
}

#submitFormCredentials:hover {
  background-color: #e8491d;
  color: white;
}
/*----------------------------------*/




#Logo1{
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  min-width: 20%;
  width: 20%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 10px 15px gray;
}



/*PDF MENU AREA*/

#admin_pdf_Section{
  /* height: 530px; */
  height: 90vh;
  border-color: #e8491d;
}

#admin_pdf_menu{
  width: 15%;
  /* height: 500px; */
  height: 90vh;
  float: left;
  margin: 5px;
  background-color: #d1d1d1;
  border: #383838 2px solid;
  border-radius: 5px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  font-weight: bolder;
  white-space: nowrap;
  /* overflow: hidden; */
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 5px 10px 15px gray;
  line-height: 30px;
  resize: horizontal;
}

.admin_link{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.admin_link:hover{
  /*background-color: #ffffff;*/
  color: blue;
  transition-duration: 0.1s;
}



.admin_menu_link{
  text-decoration: none;
  /* font-style:; */
  color: #424242;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 300px;
  padding-top:3px;
  padding-bottom: 3px;

  text-align: center;
  transition-duration: 1s;
  /* display: inline-block; */
}

.admin_menu_link:hover{
  background-color: #ffffff;
  color: blue;
  padding-top: 11px;
  padding-bottom: 11px;
  transition-duration: 0.1s;
}

.admin_menu_link #new{
  color: #e8491d;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  letter-spacing:1px;
}
.admin_Box_Link #new{
  color: #e8491d;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  letter-spacing:1px;
}

#admin_pdf_container{
  /*float: right;*/
  width: auto;/*82%;*/
  /* height: 500px; */
  height: 90vh;
  /*float:left;*/
  border: #383838 2px solid;
  border-radius: 5px;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 5px 10px 15px gray;
  margin: 5px;
  background-color: #f4f4f4; /*#f4f4f4;*/
}

#iframe_pdf{
  /* margin-top:-5px; */
  width: 100%;
  height: 100%;
}



#staff_pdf_Menu_Separator{
  width: auto;
  text-align: center;
  border-top: solid 1px #389331;
  border-bottom: solid 1px #389331;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  /* font-weight: bold; */
  color: black;/*white;*/
  background-color: #a4df98; /* #389331;*/
}

#admin_pdf_Menu_Separator{
  width: auto;
  text-align: center;
  border-top: solid 1px #383838;
  border-bottom: solid 1px #383838;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  /* font-weight: bold; */
  color: white;
  background-color: #636363; /* #389331;*/
}

#admin_pdf_Menu_SubSeparator{
  width: auto;
  text-align: center;
  border-top: solid 1px #636363;
  border-bottom: solid 2px #636363;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  padding: 0;
   font-weight: bold; 
  background-color: gray;
  color: white; /*#636363;*/

  /* background-color: gray; */

}

#forms, #Useful_Links, #Main_Menu, #Company_Policy, #Procedures, #Manuals{
  display: none;
}
