.form_background{
         background: url("../../CFImages/background.jpg")no-repeat center center fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.login_page_title{
    color:#666;
}

#login_modal img{
    margin-top:-19px;
}
.contact_form .control-label{
    padding: 0px;
    font-size:13px;
    color: #666;
    margin-top: 4px;
}

#login_modal .row h4 .label{
    color: #666 !important;
}

#login_modal .modal-dialog{
    width:500px;
}

.contact_form .label_title{
    font-size:17px;
}

.contact_form .btn_field{
    font-size:17px;
}

.contact_form .btn-primary, .contact_form .btn-success{
    margin-bottom: -25px;
    font-weight: bold;
    font-size:16px;
}

.contact_form .btn-default{
    color:#666;
    font-size:14px;
}

.contact_form .required{
    color: #397EB9;
    font-weight: bold;
    font-size:18px;
}


#contact_form_success_message, #contact_form_error_message{
    display:none;
    margin-top: 25px;
    margin-bottom: -10px;
}

.textarea_field{
    min-height: 100px;
}

.radiogroup_field label{
    font-size:13px;
}

.contact_form legend{
    font-weight: bold;
    font-size:28px;
    margin-bottom: -10px;
}

.contact_form .paragraph_title{
    margin-bottom: 2px;
}

.contact_form .paragraph_title .label{
    font-weight: bold;
    font-size: 15px;
}
.contact_form .paragraph_field{
    font-size: 13px;
    color: #666;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.contact_form .row{
    margin-bottom: 10px;
}

.contact_form{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.contact_form .invalid_input{
    /*border:1px solid #D8000C;*/
    border-radius: 4px;
    background-color: #FFCCBA !important;
    border:1px solid #D63301 !important;
    box-shadow: none;
}
.contact_form .form-control::-webkit-input-placeholder {
    color: #D63301;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-weight: bold;
    font-style:italic;
}

/* DARK THEME
==============================*/

.dark_theme .well{
    background-color: #393E41;
    border-color: #393E41;
    color:white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}


.dark_theme .label_title, .dark_theme legend, .dark_theme .paragraph_title, .dark_theme .paragraph_title .two_dots{
    color: #47A447;
}


.dark_theme .collectable{
    /*background-color: #2B2E31;
    color:white;*/
}

.dark_theme .collectable:focus{
    border-color: #419641;
}

.dark_theme .captcha_field{

    background-color: inherit;
}

.dark_theme .required{
    color: #B1393A;
}

.dark_theme .two_dots{
    color: #47A447;
}

.dark_theme .paragraph_field{
    color:white;
}

.dark_theme .btn-default:focus,
.dark_theme .btn-default:active,
.dark_theme .btn-default.active,
.dark_theme .open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* LIGHT THEME
==============================*/

.light_theme .well{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, 1);
}


.light_theme .label_title, .light_theme legend, .light_theme .paragraph_title, .light_theme .paragraph_title .two_dots{
    color:#428bca;
}


.light_theme .collectable{

}

.light_theme .collectable:focus{
}

.light_theme .captcha_field{

    background-color: inherit;
}

.light_theme .required{
    color: #B1393A;
}

.light_theme .two_dots{
    color:#428bca;
}

.light_theme .btn-default:focus,
.light_theme .btn-default:active,
.light_theme .btn-default.active,
.light_theme .open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}


/* LIGHT THEME
==============================*/

.transparent_theme .well{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    /*border-color: #dcdcdc;*/
    border:none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    background-color: rgba(255, 255, 255, .1);
}

.transparent_theme .button_field{
    margin-bottom: -25px;
    font-weight: bold;
    font-size: 16px;
}

.transparent_theme .label_title, .transparent_theme .paragraph_field, .transparent_theme legend, .transparent_theme .paragraph_title, .transparent_theme .paragraph_title .two_dots{
    color:whitesmoke;
}


.transparent_theme .collectable{

}

.transparent_theme .collectable:focus{
}

.transparent_theme .captcha_field{

    background-color: inherit;
}

.transparent_theme .required{
    color: #B1393A;
}

.transparent_theme .two_dots{
    color:whitesmoke;
}

.transparent_theme .btn-default:focus,
.transparent_theme .btn-default:active,
.transparent_theme .btn-default.active,
.transparent_theme .open .dropdown-toggle.btn-default {
  /*color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;*/
}


/* All Pages
==============================*/

html,
body {
    height: 100;
}



h3 code {
  font-size: 14px;
  font-weight: normal;
}

fieldset {
    margin-top: 15px;
}

body > .navbar {
  font-size: 13px;
}

form {
    margin-bottom: 0px !important;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -51px;
}

#wrap > .container {
	padding-top: 40px;
}

#push,
.push {
    height: 60px;
}

.text-error {
    color: #b94a48;
}
.text-success {
    color: #468847;
}

.required {
    color: #a00;
    font-weight: bold;
}


.alert {
    margin-bottom: 0px;
}

.nav .dropdown {
    margin-top: 5px;
}





/* Sidenav for Docs
====================================== */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  color: #777;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}




@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}