/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #ffffff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.7em;
    padding: 3px 10px;
}

.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary {
    background-color: #2d93d1;
    background-image: linear-gradient(to bottom, #38a0e1, #1c7eba);
    background-repeat: repeat-x;
    border-color: #155d89;
}
.button:hover, .readon:hover, .readmore:hover, button.validate:hover, #member-profile a:hover, #member-registration a:hover, .formelm-buttons button:hover, .btn-primary:hover {
    background-color: #3ea1de;
    background-image: linear-gradient(to bottom, #52ade5, #2090d4);
    background-repeat: repeat-x;
}
.button:active, .readon:active, .readmore:active, button.validate:active, #member-profile a:active, #member-registration a:active, .formelm-buttons button:active, .btn-primary:active {
    background-color: #319cdd;
    background-image: linear-gradient(to bottom, #2193d9, #49a9e3);
    background-repeat: repeat-x;
}  


div.transbox {
  margin: 10px,30px,10px,30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
  margin: 5%;
  font-weight: bold;

}

/* Form overrides
 ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  /* Reset */
  border-radius: 0;
  box-shadow: none;
  /* Overrides */
  height: 30px;
  line-height: 30px;
  border-width: 1px;
  /* color: #5c5c5c;
  position: relative;
  font-size: 14px;
  font-weight: 100;
  font-family: 'Roboto', Arial, sans-serif;*/
  -webkit-transition: box-shadow 0.12s ease-in-out;
  transition: box-shadow 0.12s ease-in-out;
}


