/* CSS Document */
/* =============================================================================
   HTML5 element
   ========================================================================== */
.warning_modal{
  letter-spacing: 0.05em;
  text-align: justify;
}
.validate_email {
  margin: 10px auto 0 auto;
  width: 130px;
  cursor: pointer;
  display: block;
  padding-top: 5px;
  height: 20px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #22c01f;
  border: 1px solid #4cdc25;


}
.validate_email:hover {
  color: #4cdc25;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}
audio[controls], canvas, video
{
    display: inline-block;
    display: inline;
}


/* =============================================================================
   Base HTML Reset
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html
{
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;

}
h1,h2,h3,h4,h5{
  margin: 0;
  font-weight: normal;
}
li{
  list-style:none;
}
body
{
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-style: normal;
    font-size: .8em;
    line-height: 1.231;
    background: #FFFFFF;
}
body, button, input, select, textarea
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #666;
}

button:focus, input:focus, a:focus{
    outline: 0;
}

/* =============================================================================
   FONTS
   ========================================================================== */
/*
@font-face {
    font-family: 'Sansation Light';
    src: url('../fonts/Sansation/sansation_light-webfont.eot');
    src: url('../fonts/Sansation/sansation_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation/sansation_light-webfont.woff') format('woff'),
         url('../fonts/Sansation/sansation_light-webfont.ttf') format('truetype'),
         url('../fonts/Sansation/sansation_light-webfont.svg#SansationLightLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


/*------------------------------------------------------------------------------
 - Links
------------------------------------------------------------------------------*/
a {
    outline: none;
    color: #00e;
    text-decoration: none;
}
a:visited
{
/*    color: #551a8b;*/
}

/* Improve readability when focused and hovered in all browsers:
*  people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover, a:active {
    outline: none;
    border: none;
}
object, embed, a, a img, a:active, a:visited {
    outline: 0;
}
a img {
    border: none;
}


/*------------------------------------------------------------------------------
 - Typography
------------------------------------------------------------------------------*/
p{
  font-size: 1.1em;
}
p{
    margin: 2px 2px 8px 2px;
    line-height: 1.4em;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b, strong
{
    font-weight: bold;
}
blockquote
{
    margin: 1em 40px;
}
dfn
{
    font-style: italic;
}
hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins
{
    color: #000;
    text-decoration: none;
}
mark
{
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
/* Redeclare monospace font family:
*  en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre
{
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q
{
    quotes: none;
}
q:before, q:after
{
    content: "";
    content: none;
}
small
{
    font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height:
*  gist.github.com/413930
*/
sub, sup
{
    font-size: 75%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;

    _vertical-align: bottom;
    position: relative;
}
sup
{
    top: -0.5em;
}
sub
{
    bottom: -0.25em;
}


/*------------------------------------------------------------------------------
 - Lists
------------------------------------------------------------------------------*/
ul, ol , dl
{
    margin: 0;
    padding: 0 0 0 0px;
}
dd
{
    margin: 0;
}
nav ul, nav ol
{
    list-style: none;
    margin: 0; padding: 0;
}
/*------------------------------------------------------------------------------
 - Embedded Content
------------------------------------------------------------------------------*/
/* Improve image quality when scaled in IE7:
*  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing
*/
img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/* Correct overflow displayed oddly in IE9 */
svg:not(:root)
{
    overflow: hidden;
}


/*------------------------------------------------------------------------------
 - Figures
------------------------------------------------------------------------------*/
figure
{
    margin: 0;
}


/*------------------------------------------------------------------------------
 - Forms
------------------------------------------------------------------------------*/
form
{
    margin: 0;
}
fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}
/* Correct alignment displayed oddly in IE6/7  */
legend
{
    border: 0;
    margin-left: -7px;
    padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label
{
}
button, input, select, textarea
{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}
/* Correct inner spacing displayed oddly in IE6/7  */
button, input
{
    line-height: normal;
    overflow: visible;
}
button{
  background: none;
}
button:focus{
  border: 0;
  outline: 0;
  box-shadow: 0;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"]
{
    cursor: pointer;
    -webkit-appearance: button;
    border: none;
}
/* Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box;
}
input[type="search"]
{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
textarea
{
    overflow: auto;
    vertical-align: top;
}

/*------------------------------------------------------------------------------
 - Tables
------------------------------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
tr
{
    padding: 0;
    margin: 0;
}
caption, th, td
{
    padding: 0;
    margin: 0;
}


/* =============================================================================
   Extras
   ========================================================================== */
div.clear {
  clear: both;
}


/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
/* For image replacement */
.ir
{
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.ir br
{
    display: none;
}

/* Hide for both screenreaders and browsers:
*  css-discuss.incutio.com/wiki/Screenreader_Visibility
*/
.hidden
{
    display: none;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
*  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden
*/
.visuallyhidden
{
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard:
*  drupal.org/node/897638
*/
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible
{
    visibility: hidden;
}
/* Contain floats:
*  nicolasgallagher.com/micro-clearfix-hack/
*/
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:after
{
    clear: both;
}


/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   ========================================================================== */
/* Style adjustments for viewports 980px or less */
@media screen and (max-width: 980px) {

}
/* Style adjustments for viewports 700px or less */
@media only screen and (min-width: 700px) {


}
/* Style adjustments for viewports 480px or less */
@media only screen and (min-width: 480px) {

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print
{
  /* Black prints faster: sanbeiji.com/archives/953 */
  *
  {
      background: transparent !important;
      color: black !important;
      text-shadow: none !important;
      -ms-filter: none !important;
  }
  a, a:visited
  {
      color: #444 !important;
      text-decoration: underline;
  }
  a[href]:after
  {
      content: " (" attr(href) ")";
  }
  abbr[title]:after
  {
      content: " (" attr(title) ")";
  }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after
  {
      content: "";
  }
  pre, blockquote
  {
      border: 1px solid #999;
      page-break-inside: avoid;
  }
   /* css-discuss.incutio.com/wiki/Printing_Tables */
  thead
  {
      display: table-header-group;
  }
  tr, img
  {
      page-break-inside: avoid;
  }
  img
  {
      max-width: 100% !important;
  }
  p, h2, h3
  {
      orphans: 3;
      widows: 3;
  }
  h2, h3
  {
      page-break-after: avoid;
  }
}

.buttonsave {
    cursor: pointer;
    color: white;
    background-color: #0B72E5;
}

.input-required {
  border:1px solid #BF2000 !important;
}

.capital
{
  text-transform:capitalize;
}
