html{
	height: 100%;
  overflow: hidden;
}
body{
	height: 100%;
  background: #fff;
}
body #container{
	width: 100%;
	height: 90%;
	padding-bottom: 1rem;
}


#header {
  position: relative;
  height: 75px;
  width: 100%;
  padding: 0 20px;
  background: #fff;
-webkit-box-shadow: 0px 1px 10px -4px rgba(0,0,0,1);
-moz-box-shadow: 0px 1px 10px -4px rgba(0,0,0,1);
box-shadow: 0px 1px 10px -4px rgba(0,0,0,1);

}
#logo {
    height: 100%;
}
#logo:hover {
    height: 100%;
}

#header #logo img {
  max-height: 25px;
  max-width: 380px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.valign-helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

a:-webkit-any-link {
  text-decoration: none !important;
}


.header-menu-div {
  
     line-height: 75px;
}

.header-menu{
  margin: 0;
}
.header-menu .menu-item{
  padding: 0 1rem 0 1rem;
  display: inline;
  color: #091a72;
  font-size: 15px ;
    font-weight: 400;
  font-family: 'Open Sans', sans-serif;

}

.user-drop-down{
  left: auto !important;
  right: 25px !important;
  top: 75% !important;
  border-style: none ;
  border: 1px solid #f2f2f2;
}

.user-drop-down li > a:hover, .user-drop-down li > a:focus{
  background: #f2f2f2 !important;
}



/*page content*/
#content {
/*  margin: 20px 10% 0 10%;*/
  
  height: 100% !important;
  background: #fff
/*  height: 350px;
  min-height: 350px;*/
  /*background: #25aae1;*/
}


.search-div{
  height: 40%;
  background: #25aae1;
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.search-header-text{
  font-size: 4rem;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  top: 15%;
  display: inline-block;
}

.search-header-text .data-text{
 font-weight: 700;
}
.search-header-text .current-text{
  font-weight: 700;
  color: #08146e;
}

.search-header-bar{
  display: inline-block;
  top: 25%;
  height: 50px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.search-header-bar #search_input{
  height: 100%;
  width: 75%;
  padding: 0 0 0 2rem;*/
  color: #000;
  border-radius: 5px 0 0 5px;
  border: 0;
  outline: -webkit-focus-ring-color auto 5px;
  color: #000;
}

.search-header-bar #search_button{
  width: 15%;
  background: #091a72;
  border: 0;
  color: #fff;
  height: 100%;
  margin-left: -5px;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
}

.search-header-bar #search_loading{
    position: absolute;
    top: 15px;
    margin-left: -35px;
    z-index: 100;
    color: #091a72;
    font-size: 20px;
     display: none; 
}


/*content boxes*/
/*  .main-box-row .box1{
    padding-left: 10%;
  }
  .main-box-row .box2{
    padding: 0 5% 0 5%;
  }
  .main-box-row .box3{
    padding-right: 10%;
  }*/

   .main-box-row .col{
    padding: 0 3% 0 3%;
   }


.main-box-content{
  height: 100%;
  background: #e1e1e1;
  border: 4px solid #fff;
  text-align: center;
}


.main-box-content .header{
  font-size: 25px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 5% 0 10%  0;
}

.main-box-content .content{
  font-size: 15px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  padding: 0 10%;
  height: 40%;
}

.content-button{
    padding: 0 10%;
}

.content-button a{
    width: 100%;
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.main-box-content .open-doc{
    background: #091a72;
}

.main-box-content .new-ticket{
    background: #5cb85c;
}

.main-box-content .check-ticket{
    background: #091a72;
}

.message-div{
  display: none;
}


/*responsive design*/

@media (min-width: 1200px) {
  .vertical-main-box-row{
    display: none;
  }
  .search-header-bar{
        padding: 0 30% 0 30%;
  }

  .main-box-row{
    margin: -75px 0 0 0;

  }
  .main-box-row .col{
    height: 300px;
  }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .vertical-main-box-row{
    display: none;
  }
 .search-header-bar{
        padding: 0 20% 0 20%;
  }

  .main-box-row{
    margin: -65px 0 0 0;

  }

  .main-box-row .col{
    height: 300px;
  }

  .main-box-content .header{
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 20px 0;
  }

  .main-box-content .content{
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
     height: 50%;
   
  }

  .content-button{
      padding: 0 20px;
  }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .vertical-main-box-row{
    display: none;
  }
  .search-header-text{
    font-size: 3rem;
  }

  .search-header-bar{
        padding: 0 10% 0 10%;
  }

  .main-box-row{
    margin: 0;

  }

  .main-box-row .col{
    height: 300px;
  }

  .main-box-content .header{
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0 20px 0;
  }

  .main-box-content .content{
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
   height: 55%;
  }

  .main-box-row .box1, .main-box-row .box2, .main-box-row .box3{
    padding: 0;
  }

  .content-button{
      padding: 0 20px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .vertical-main-box-row{
    display: none;
  }

  .search-header-text{
    display: none;
  }

  .main-box-row{
    margin: 0;

  }

  .main-box-row .col{
    height: 300px;
  }

  .main-box-content .header{
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0 20px 0;
  }

  .main-box-content .content{
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
   height: 55%;
  }

  .main-box-row .box1, .main-box-row .box2, .main-box-row .box3{
    padding: 0;
  }

  .content-button{
      padding: 0 20px;
  }

}

@media (max-width: 600px){
  html{
    overflow-y: auto;
    overflow-x: hidden;
  }

  body #container{
    height: auto;
  }
  .search-div{
    height: 100px;
  }
  .search-header-bar{
    top:25px;
  }

  .main-box-row{
    display: none;
  }

  .vertical-main-box-row{
    display: block;
  }
/*  .footer{
    display: none;
  }*/

  .vertical-main-box-row .main-box-content{
    padding: 2rem;
  }
  .vertical-main-box-row .main-box-content div{
    padding: 0.5rem;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
   html{
    overflow-y: auto;
    overflow-x: hidden;
  }


  body #container{
    height: auto;
  }
  .search-header-text{
    display: none;
  }


  .search-header-bar #search_button{
    width: auto;
  }
  

  .search-div{
    height: 100px;
  }
  .search-header-bar{
    top:25px;
  }

  .main-box-row{
    display: none;
  }

  .vertical-main-box-row{
    display: block;
  }
  /*.footer{
    display: block;
  }*/

  .vertical-main-box-row .main-box-content{
    padding: 2rem;
  }
  .vertical-main-box-row .main-box-content div{
    padding: 0.5rem;
  }

}


/*hight*/
@media (min-height: 700px ){
  .main-box-row{
   margin: -75px 0 0 0;
  }
 
}

@media (max-height: 699px ){
  .main-box-row{
    margin: 0;
  }
  .main-box-row .content{
    display: none;
  }

  .main-box-row .col{
    height: 150px;
  }
}


#footer{
  bottom: 4em;
  margin: 0;
}
