/*#f0f0f0html {
  position: relative;
  min-height: 100%;
}*/
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
  background-color: #f0f0f0;
}

#app > .container{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  background-color: #ffffff;
  padding-bottom: 40px;
  margin-bottom: 40px;
  min-height: 650px;
}

.jumbotron, .no-gutter{
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.no-spacing{
  padding-bottom: 0px !important;
  margin-bottom: 40px;
  min-height: 200px !important;
}

@media screen and (max-width: 767px) {

  #app > .container{
    box-shadow: none !important;
    background-color: #ffffff ;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  /*background-color: #f5f5f5;*/
}

.text-muted {
  margin: 5px 0 !important;
}


.table tbody>tr>td{
    vertical-align: middle !important;
}


.editor-box{
	border: 1px solid #C0C0C0;
	padding: 15px;
	margin-bottom: 10px;
}

.editor-box, .editor-box td, .editor-box .form-control-static, .editor-box .control-label{
	font-size: 16px !important;
}

.editor-box .form-group{
    margin-bottom: 0px !important;
}

.register-box{
	padding: 35px !important;
}

.image-not-found{
  background: url('../img/image-not-found.png') #c8c8c8 no-repeat center center;
  width: 110px;
  height:110px;
}

.thumbnail{
  max-height: 120px !important;
  min-height: 110px !important;
}

.navbar-nav > li.one-btn > a:hover, .navbar-nav > li.one-btn > a:focus{
  color: #fff !important;
  background-color: #F79483 !important;
  font-size: 125% !important;
}

.navbar-nav > li.two-btn > a:hover, .navbar-nav > li.two-btn > a:focus{
  color: #ffffff;
  background-color: #FEBC53 !important;
  font-size: 125% !important;
}

.navbar-nav > li.three-btn > a:hover, .navbar-nav > li.three-btn > a:focus{
  color: #fff !important;
  background-color: #85D0A1 !important;
  font-size: 125% !important;
}

.navbar-nav > li.four-btn > a:hover, .navbar-nav > li.four-btn > a:focus{
  color: #000 !important;
  background-color: #EEEEEE !important;
  font-size: 125% !important;
}


.navbar-nav > li.log-btn > a:hover, .navbar-nav > li.log-btn > a:focus, .navbar-nav > li.log-btn > a{
  color: #222 !important;
  background-color: #ffffff !important;
  font-size: 115% !important;
}

.navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:focus{
/*  background-color: #F79483 !important;*/
  font-size: 15px;
  font-weight: 300;
}

.table tbody>tr>td, table.data-table>tr>td{
    vertical-align: middle !important;
}

