
/*

.navbar-header {

  float: none;

}

.navbar-left,.navbar-right {

  float: none !important;

}

.navbar-toggle {

  display: block;

}

.navbar-collapse {

  border-top: 1px solid transparent;

  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

}

.navbar-fixed-top {

  top: 0;

  border-width: 0 0 1px;

}

.navbar-collapse.collapse {

  display: none!important;

}

.navbar-nav {

  float: none!important;

  margin-top: 7.5px;

}

.navbar-nav>li {

  float: none;

}

.navbar-nav>li>a {

  padding-top: 10px;

  padding-bottom: 10px;

}

.collapse.in{

  display:block !important;

}

*/

.readable-text{
color: #ffffff;
font-size: large;
    text-shadow: 2px 2px 2px #000, 3px 3px 5px black;
}

.intro-padding{
padding-left: 20px;
padding-right: 20px;
}

.custom-class{
  background-color: #F2DEDE;
}

.custom-euthlabel-class{
  background-color: #9dc3e6;
}

.custom-euth-class{
  background-color: #fdbab3;
}

.custom-alert-class{
  background-color: #fefbc7;
}

.custom-highalert-class{
  background-color: #ffd180;
}

.default-color{
  background-color: white
}

.condition-color{
  background-color: #F5F2F2;
}




.action_div {
    display:inline-block;
    color:#111212;
    border:1px solid #CCC;
    background:#17C123;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    width: 160px;
	height: 60px;
    padding: 15px;
    text-align: center;
	font-size: large;
	font-weight: bold;
}
.action_div:active {
    color:red;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}



.home-div30{  
position: relative; 
	height:100%;
	width:30%;
	text-align: center; 
	padding-top: 5px;
	padding-bottom: 5px;
}

.home-div70{  
position: relative; 
	height:100%;
	width:70%;
	text-align: center; 
	padding-top: 5px;
	padding-bottom: 5px;
}


.list-div30{  
position: relative; 
	height:100%;
	width:30%;
	text-align: left; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-div70{  
position: relative; 
	height:100%;
	width:70%;
	text-align: left; 
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}




input.ng-invalid-required {
    background-color: #ffe1e6;
}
input.ng-valid-required {
    background-color: #cbfdcb;
}

textarea.ng-invalid-required {
    background-color: #ffe1e6;
}
textarea.ng-valid-required {
    background-color: #cbfdcb;
}

select.ng-invalid-required {
    background-color: #ffe1e6;
}
select.ng-valid-required {
    background-color: #cbfdcb;
}



.preview {
  width: 100px;
  height: auto;
}

.notice {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  text-align: left; 
  margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-right:solid 1px black;
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	font-weight: bold;
}


.alignforlist {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  text-align: left;   
	padding-left: 25px;
}

.text {
  vertical-align: top;
}


.img-whole{
   
	background: #FFFFFF;
	width:100%;
}

.petpic-extra{
    border-right:solid 1px black;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	background: #FFFFFF;
	width:100%;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	
}

.petpic-extra > img{
    max-width: 100%;
	max-height: 100%;
}



.petpic{
    border-right:solid 1px black;
	border-top:solid 1px black;
	border-left:solid 1px black;
	background: #FFFFFF;
	width:100%;
	text-align: left;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	
}

.petpic > img{
    max-width: 100%;
	max-height: 100%;
}

.petdescription{
    border:solid 1px black;
	background: #FFFFFF;
	width:100%;
	text-align: left; 
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}


.petpic-alert{
    border-right:solid 1px black;
	border-top:solid 1px black;
	border-left:solid 1px black;
	background: #F2DEDE;
	width:100%;
	text-align: left;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	
}

.petpic-alert > img{
    max-width: 100%;
	max-height: 100%;
}




.petpic-more{
    border-right:solid 1px black;
	border-top:solid 1px black;
	border-left:solid 1px black;
	background: #FFFFFF;
	width:100%;
	text-align: left;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	
}

.petpic-more > img{
    max-width: 100%;
	max-height: 100%;
}



.petdescription-alert{
    border:solid 1px black;
	background: #F2DEDE;
	width:100%;
	text-align: left; 
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.img-right-alert{
    border-right:solid 1px black;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	background: #F2DEDE;
	height:360px;
	width:50%;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 50%;
	background-color: #F2DEDE;
}

.img-left-alert{
    border:solid 1px black;
	background: #F2DEDE;
	height:360px;
	width:50%;
	text-align: center; 
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 450px;
	
	float: left;
}

.cropArea {
  background: #FFFFFF;
  overflow: hidden;
  width:350px;
  height:300px;
}

.mainContent{
	text-align: left;
	 vertical-align: text-top;
	background-color: #FFFFFF;
	border: 1px solid #BDBDBD;
	padding: 15px;
}


.buttonSortMe {
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
	border: none; 
	outline:none;
}


.SSpaced {
  line-height: normal;
  padding-top: 5px;
}



.lostBox {
	float:left; 
	border-top-right-radius: 12px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 17px;
	width:177px;
	height:465px;
	padding: 5px;
	margin: 5px;
	border: 1px;
	border-style: solid;
}


.adoptBox {
	float:left; 
	border-top-right-radius: 12px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 17px;
	width:177px;
	height:490px;
	padding: 5px;
	margin: 5px;
	border: 1px;
	border-style: solid;
}



.happyBox {
	float:left; 
	border-top-right-radius: 12px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 17px;
	width:177px;
	height:413px;
	padding: 5px;
	margin: 5px;
	border: 1px;
	border-style: solid;
}




.lostMobileBox1 {
	border-top-right-radius: 15px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 15px;
	width:100%;
	padding: 10px;
	margin-bottom: 10px;
	
	border: 1px;
	border-style: solid;
	background-color: white;
}


.adoptMobileBox1 {
	border-top-right-radius: 15px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 15px;
	width:100%;
	padding: 5px;
	margin: 5px;
	border: 1px;
	border-style: solid;
	background-color: white;
}

.happyMobileBox1 {
	border-top-right-radius: 15px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 15px;
	width:100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	border: 1px;
	border-style: solid;
	background-color: white;
}