/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.1
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.field-validation-error
{
    color:red;
    display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.page_view{
  

  white-space: nowrap;
  color: #ffffff;
  padding: 20px 40px;

  /*background-color:#ff9933;*/
  background-color:#f0a607;
  border-bottom: 1px solid #8f8f8f;
}


.lkn {
padding: 10px 12px;
font-size: 14px;
line-height: 1.42857143;
min-width: 160px;
text-align: center;
border-radius: 0;
text-transform: uppercase;
margin: 10px 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}