/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/*for patient portal button*/
.portbutton {
   border: 1px solid #f0a800;
   background: #f0a800;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff8e1), to(#f0a800));
   background: -webkit-linear-gradient(top, #fff8e1, #f0a800);
   background: -moz-linear-gradient(top, #fff8e1, #f0a800);
   background: -ms-linear-gradient(top, #fff8e1, #f0a800);
   background: -o-linear-gradient(top, #fff8e1, #f0a800);
   background-image: -ms-linear-gradient(top, #fff8e1 0%, #f0a800 100%);
   padding: 8px 16px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #1e4158 0 1px 0;
   color: #06416c;
   font-size: 16px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.portbutton:hover {
   border: 1px solid #f0a800;
   text-shadow: #1e4158 0 1px 0;
   background: #fff8e1;
   background: -webkit-gradient(linear, left top, left bottom, from(#f0a800), to(#fff8e1));
   background: -webkit-linear-gradient(top, #f0a800, #fff8e1);
   background: -moz-linear-gradient(top, #f0a800, #fff8e1);
   background: -ms-linear-gradient(top, #f0a800, #fff8e1);
   background: -o-linear-gradient(top, #f0a800, #fff8e1);
   background-image: -ms-linear-gradient(top, #f0a800 0%, #fff8e1 100%);
   color: #06416c;
   }
.portbutton:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#fff8e1));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
   color: #fff;
   }

/*vertical line in patient portsl*/
.verticalLine { 
 border-left: thin solid #000000;
}