/*   
 * Template Name: PrettyDocs - Responsive Website Template for documentations
 * Version: 1.0
 * Author: Xiaoying Riley
 * License: Creative Commons Attribution 3.0 License - https://creativecommons.org/licenses/by/3.0/
 * Twitter: @3rdwave_themes
 * Website: http://themes.3rdwavemedia.com/
*/
/* Theme default */
/* ======= Base ======= */
body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
.page-wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px;
}
.page-wrapper:after {
  content: "";
  display: block;
  height: 50px;
}
.footer {
  height: 50px;
}
p {
  line-height: 1.5;
}
a {
  color: #3aa7aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #339597;
}
a:focus {
  text-decoration: none;
}
code {
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  padding: 2px 8px;
  padding-top: 4px;
  display: inline-block;
}
label{
	font-size: 14px;
}
.small, small {
    font-size: 70%;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.btn-xl,
a.btn-xl {
    padding: 16px 20px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 3px;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn-primary,
a.btn-primary {
  background: #40babd;
  border: 1px solid #40babd;
  color: #fff !important;
}
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active,
a.btn-primary:active,
.btn-primary.active,
a.btn-primary.active,
.btn-primary.hover,
a.btn-primary.hover {
  background: #3aa7aa;
  color: #fff !important;
  border: 1px solid #3aa7aa;
}
.panel-footer .btn,
.panel-heading>.btn{
	margin-right: 5px;
}
.panel-footer .btn:first-child,
.panel-heading>.btn:first-child{
	margin-right: 0;
}
.panel-heading .btn,
.panel-footer .btn,
.panel-heading>.nav>li>a {
	padding: 5px 15px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42857143;
    border: 0;
}
.panel.has-nav>.panel-heading {
	padding: 10px 15px;
}
.panel-body h3 {
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
}
.slices-list .input-group .sp-replacer {
    padding: 6px 4px;
    border: solid 1px #cccccc;
    border-left: none;
	min-width: 50px;
}
.slices-list .input-group .btn {
	line-height: inherit;
}
.slices-list .form-control.pull-left {
    width: 50%;
}
.slices-list .input-group+.input-group {
    margin-bottom: 5px;
	width: 100%;
}
.slices-list .input-group + .input-group>.input-group-addon,
.slices-list .input-group + .input-group>input {
    border-top: 0;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}
.form-control:focus {
  border-color: #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ====== Header ====== */
.header {
  background: #494d55;
  color: rgba(255, 255, 255, 0.85);
  /*border-top: 5px solid #40babd;*/
  padding: 30px 0;
}
.header a {
  color: #fff;
}
/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #40babd;
}
.footer .fa-heart {
  color: #EA5395;
}
.palette-color-picker-button {
    display: table-cell;
    width: 40px;
    border-width: 4px;
}
.form-group .colorpickerField {
	display: table;
}
.form-group .colorpickerField>.colorPicker-helper{
	display: table-cell !important;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-group .colorpickerField>.sp-replacer{
	display: table-cell;
    min-width: 50px;
}
._item .form-group {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #FAFAFA;
}
._item .form-group>input {
    margin-top: 15px;
}