/* global */
html {
  height: 100%;
}
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);

.backstretch {
  background: url(/Account/assets/img/bg4.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 979px) {

  body {
    padding-top: 80px;
  }
}


.blue {
  color: #447fc8;
}
img.ideal_image.pull-right {
width: 13%;
}
span.big.label.col-md-6 {
font-size: 100%;
padding: 5px;
margin-right: 2%;
}
.big.panel-body {
font-weight: bold;
}
.btn-black {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 20px;
  background-color: #222222;
  background-image: none;
  color: white;
  text-shadow: none;
}

.btn-black:hover {
  background: #333333;
  color: white;
}

/* navigation */
.navbar .brand {
  margin-top: 20px;
  padding-bottom: 8px;
  max-height: 40px;
  width: auto;
}

a.brand img {
    margin-top: 15px;
}

.navbar .navbar-inner {
height: 80px;
background: #428bca;
filter: none;
border-bottom: 1px solid #FFFFFF;
}
.navbar .nav {
  margin-top: 20px;
}

.navbar .nav > li > a {
padding: 10px 10px 11px;
color: #fff;
text-shadow: none;
}
.navbar .nav > li > a:hover {
background-color: #00c671;
color: #111;
}
.navbar .nav > li.active > a {
  color: #111;
}

.navbar .nav > li.active > a:hover {
  color: #111;
}
legend {
    background-color: #3695D5;
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;
    border-color: #2B669A;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #FFFFFF;
    padding: 5px 5px 5px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* login */
.login-wraper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -185px;
  margin-left: -235px;
  padding: 25px;
  width: 420px;
  height: auto;
  background: white;
  text-align: center;
}

.login-form legend {
  margin-top: 5px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.login-form .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.login-form .footer {
  margin-top: 20px;
}

.login-form .footer .checkbox.inline {
  display: inline;
}

.login-form .footer .checkbox.inline input[type="checkbox"] {
  float: none;
  margin-top: -4px;
}

.login-form .footer .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  padding: 7px 25px;
  background-image: none;
}

.login-wraper.tracker {
  height: 200px;
}

.tracker .input-large {
  width: 70%;
}
/* register */
#register-wraper {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-top: 25px;
  margin-bottom: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
  text-align: center;
}


#register-form {
  margin: 0 auto;
  width: 350px;
}

#register-form .control-inline {
  display: inline-block;
}

#register-form legend {
  margin-bottom: 15px;
  border-bottom: none;
}

#register-form input.input-huge {
  width: 318px;
}

#register-form .control-group {
  margin-bottom: 0;
}

#register-form .checkbox.inline {
  margin-bottom: 10px;
  padding: 0;
  font-size: 98%;
}

#register-form .checkbox.inline input {
  margin-right: 10px;
}

#register-form .body {
  overflow-y: auto;
  height: auto;
}

#register-form .btn {
  padding: 10px 40px;
  background-image: none;
  box-shadow: none;
}


.register-info-wraper {
  background: rgba(0, 0, 0, 0.2);
}

#register-info {
  position: relative;
  padding: 25px;
}

#register-info ul {
  margin-right: 25px;
}

#register-info ul li {
  margin-bottom: 25px;
}

/* footer */
footer.white {
  padding-top: 15px;
  height: 50px;
  background: white;
  text-align: center;
  border-top: 1px solid #ccc;
}

/* fonts */
.navbar {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* login form */

.login-form legend {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
}


.login-form label {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 20px;
  color: #333333;
  font-weight: 300;
}

/* register form */

#register-form legend {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
}

#register-form label {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
}

/* register info */

#register-info h1 {
  font-size: 42px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  line-height: 55px;
  font-weight: 700;
  text-align: right;
  padding-bottom: 50px;
  color: white;
}

#register-info ul {
  text-align: right;
  color: white;
  font-size: 24px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

/* footer */

footer.navbar-fixed-bottom {
  font-size: 16px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: 400;
}

/* queries */
/* Portrait tablet*/
@media (max-width: 980px) {
  /* logo margin fix */
  
  .navbar {
    height: auto;
    margin-bottom: 0;
  }
  
  .navbar .brand {
    margin-top: 0;
  }
  
  .navbar .navbar-inner {
    height: auto;
  }

  
  .navbar .nav > li > a:hover {
  }

  
  #login-wraper {
    position: relative;
    top: 0;
    margin-top: 25px;
  }
}
@media (max-width: 495px) {
  
  #login-wraper {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  
  #register-form {
    width: auto;
  }
  
  #register-form .control-inline {
    display: block;
  }
  
  #register-form input {
    display: block;
    margin: 0 auto;
  }
  
  #register-form input.input-huge, #register-form input.input-medium {
    width: auto;
    display: block;
  }
  
  #register-form .btn {
    display: block;
    margin: 0 auto;
  }
}





#leftFloat
{
  margin-left: 15px;
  width: 520px;
  font-size: 13px;
  margin-top: 10px;
  padding: 10px;
  background-color: #FFF;
  float: left;
  min-height: 300px;
  margin-bottom: 10px;
  color: #252525;
}

.menuItem
{
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
  position: relative;
}

.menuItem a
{
  color:#DDD;
  text-decoration: none;
}

.menuItem a:hover
{
  color: #FFF;
}

.menuItem a.selected
{
  color: #FFF;
}

#menu
{
  margin: 0 auto;
  background-color: black;
  color: white;
  height: 30px;
  line-height: 28px;
  padding: 10px;
  position: relative;
  border-radius: 3px;
  background-color: #161616;
  background-image: -moz-linear-gradient(top,#383838,black);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#383838),color-stop(1,black));
  background-image: -webkit-linear-gradient(#383838,black);
  background-image: linear-gradient(top,#383838,black);
  text-align: center;
}

#menu .menuitem .menuDrop
{
  position: absolute;
  background-color: black;
  top: 28px;
  z-index: 19001;
  width: 120px;
  left: -10px;
  color: white;
  display: none;
  border: 1px solid #444;
  border-radius: 0 0 6px 6px;
}

table
{
  cursor: pointer;
}

#footer
{
  text-align: center;
  color: #DDD;
  font-size: 12px;
  background-color: black;
  height: 30px;
  padding: 10px;
  line-height: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.inputTitle
{
  display: block;
  font-weight: bold;
  margin-top: 5px;
  color: #575757;
}

.rightFloat
{
  float:left;
}

.infoInput
{
  float: left;
  margin-right: 250px;
}

.infoInput input
{
    width: 230px;
}

#infoText
{
  margin-top: 5px;
}

.form textarea
{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.leftTitle
{
  font-size: 20px;
  margin-bottom: 10px;
  color: #575757;
  display: block;
}

.controlButton
{
  width: 91px;
  margin-left: 2px;
  margin-bottom: 2px;
}


.site
{
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
  border-right: 1px solid #DDD;
  box-shadow: 1px 2px 3px #DDD;
}

.site img
{
  float: left;
}

.site .siteInfo
{
  float: left;
  margin-left: 10px;
}

.site .siteInfo .siteDescription
{
  margin-top: 10px;
  font-size: 14px;
  width: 620px;
}

.site .siteTitle
{
  width: 623px;
  background-color: black;
  padding: 7px;
  font-size: 25px;
}

.site:hover .siteTitle
{
  background-color: #666;
}

.site a 
{
  color: white;
  text-decoration: none;
}

.site a:hover
{
  text-decoration: underline;
}

.clear 
{
  clear: both;
}

#skillsSearch
{
  background-color: #F9F9F9;
  border: 1px solid #DDD;
  margin-bottom: 5px;
  padding: 5px 8px;
}

#skills
{
  margin: 10px 0 10px 0;
}

.skillCheck
{
  width: 250px;
  float: left;
}

.searchInput
{
  height: 30px;

  line-height: 27px!important;

  margin-bottom: 5px;
}

.notes
{
  width: 340px;
}

#controls
{
  background-color: #EEE;
  display: inline-block;
  padding: 5px;
  border: 1px solid #DDD;
  background-color: #FAFAFA;
  display: inline-block;
  padding: 5px;
  border: 1px solid #DDD;
  width: 230px;
  border-radius: 4px;
}

input.parsley-success, textarea.parsley-success {
        color: #468847 !important;
        background-color: #DFF0D8 !important;
        border: 1px solid #D6E9C6 !important;
      }
      input.parsley-error, textarea.parsley-error {
        color: #B94A48 !important;
        background-color: #F2DEDE !important;
        border: 1px solid #EED3D7 !important;
      }
      ul.parsley-error-list {
          font-size: 11px;
          margin: 2px;
          list-style-type:none; 
      }
      ul.parsley-error-list li {
          line-height: 11px;
      }


.blocks fieldset {
  position: relative;
  margin: 15px 0;
  padding: 0 20px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blocks legend {
  background-color: white;
  display: block;
  width: auto;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


div.dataTables_length label {
  width: 460px;
  float: left;
  text-align: left;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  float: right;
  width: 460px;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

table {
  margin: 1em 0;
  clear: both;
}

table.dataTable th:active {
  outline: none;
}



#map { height: 400px; }