 
.datepicker {

top: 0;

left: 0;

padding: 4px;

margin-top: 1px;

-webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px;

/*.dow {

border-top: 1px solid #ddd !important;

}*/

}

.datepicker:before {

content: '';

display: inline-block;

border-left: 7px solid transparent;

border-right: 7px solid transparent;

border-bottom: 7px solid #ccc;

border-bottom-color: rgba(0, 0, 0, 0.2);

position: absolute;

top: -7px;

left: 6px;

}

.datepicker:after {

content: '';

display: inline-block;

border-left: 6px solid transparent;

border-right: 6px solid transparent;

border-bottom: 6px solid #ffffff;

position: absolute;

top: -6px;

left: 7px;

}

.datepicker > div {

display: none;

}

.datepicker table {

width: 100%;

margin: 0;

}

.datepicker td, .datepicker th {

text-align: center;

width: 20px;

height: 20px;

-webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px;

}

.datepicker td.day:hover {

background: #eeeeee;

cursor: pointer;

}

.datepicker td.old, .datepicker td.new {

color: #999999;

}

.datepicker td.active, .datepicker td.active:hover {

background-color: #006dcc;

background-image: -moz-linear-gradient(top, #0088cc, #0044cc);

background-image: -ms-linear-gradient(top, #0088cc, #0044cc);

background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));

background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);

background-image: -o-linear-gradient(top, #0088cc, #0044cc);

background-image: linear-gradient(top, #0088cc, #0044cc);

background-repeat: repeat-x;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);

border-color: #0044cc #0044cc #002a80;

border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

color: #fff;

text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

.datepicker td.active:hover,

.datepicker td.active:hover:hover,

.datepicker td.active:active,

.datepicker td.active:hover:active,

.datepicker td.active.active,

.datepicker td.active:hover.active,

.datepicker td.active.disabled,

.datepicker td.active:hover.disabled,

.datepicker td.active[disabled],

.datepicker td.active:hover[disabled] {

background-color: #0044cc;

}

.datepicker td.active:active,

.datepicker td.active:hover:active,

.datepicker td.active.active,

.datepicker td.active:hover.active {

background-color: #003399 \9;

}

.datepicker td span {

display: block;

width: 47px;

height: 54px;

line-height: 54px;

float: left;

margin: 2px;

cursor: pointer;

-webkit-border-radius: 4px;

-moz-border-radius: 4px;

border-radius: 4px;

}

.datepicker td span:hover {

background: #eeeeee;

}

.datepicker td span.active {

background-color: #006dcc;

background-image: -moz-linear-gradient(top, #0088cc, #0044cc);

background-image: -ms-linear-gradient(top, #0088cc, #0044cc);

background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));

background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);

background-image: -o-linear-gradient(top, #0088cc, #0044cc);

background-image: linear-gradient(top, #0088cc, #0044cc);

background-repeat: repeat-x;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);

border-color: #0044cc #0044cc #002a80;

border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

color: #fff;

text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

.datepicker td span.active:hover,

.datepicker td span.active:active,

.datepicker td span.active.active,

.datepicker td span.active.disabled,

.datepicker td span.active[disabled] {

background-color: #0044cc;

}

.datepicker td span.active:active, .datepicker td span.active.active {

background-color: #003399 \9;

}

.datepicker td span.old {

color: #999999;

}

.datepicker th.switch {

width: 145px;

}

.datepicker thead tr:first-child th {

cursor: pointer;

}

.datepicker thead tr:first-child th:hover {

background: #eeeeee;

}

.input-append.date .add-on i, .input-prepend.date .add-on i {

display: block;

cursor: pointer;

width: 16px;

height: 16px;

}

.dropdown-menu.datepicker { max-width:220px }



.card-container.card {

    max-width: 350px;

    padding: 40px 40px;

}



.btn {

    font-weight: 700;

    height: 36px;

    -moz-user-select: none;

    -webkit-user-select: none;

    user-select: none;

    cursor: default;

}



/*

 * Card component

 */

.card {

    background-color: #F7F7F7;

    /* just in case there no content*/

    padding: 20px 25px 30px;

    margin: 0 auto 25px;

    margin-top: 50px;

    /* shadows and rounded borders */

    -moz-border-radius: 2px;

    -webkit-border-radius: 2px;

    border-radius: 2px;

    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}



.profile-img-card {

    width: 96px;

    height: 96px;

    margin: 0 auto 10px;

    display: block;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    border-radius: 50%;

}



/*

 * Form styles

 */

.profile-name-card {

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    margin: 10px 0 0;

    min-height: 1em;

}



.reauth-email {

    display: block;

    color: #404040;

    line-height: 2;

    margin-bottom: 10px;

    font-size: 14px;

    text-align: center;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.form-signin #inputEmail,

.form-signin #inputPassword {

    direction: ltr;

    height: 44px;

    font-size: 16px;

}



.form-signin input[type=email],

.form-signin input[type=password],

.form-signin input[type=text],

.form-signin button {

    width: 100%;

    display: block;

    margin-bottom: 10px;

    z-index: 1;

    position: relative;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.form-signin .form-control:focus {

    border-color: rgb(104, 145, 162);

    outline: 0;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);

}



.btn.btn-signin {

    /*background-color: #4d90fe; */

    background-color: rgb(104, 145, 162);

    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/

    padding: 0px;

    font-weight: 700;

    font-size: 14px;

    height: 36px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

    border: none;

    -o-transition: all 0.218s;

    -moz-transition: all 0.218s;

    -webkit-transition: all 0.218s;

    transition: all 0.218s;

}



.btn.btn-signin:hover,

.btn.btn-signin:active,

.btn.btn-signin:focus {

    background-color: rgb(12, 97, 33);

}



.forgot-password {

    color: rgb(104, 145, 162);

}



.forgot-password:hover,

.forgot-password:active,

.forgot-password:focus{

    color: rgb(12, 97, 33);

}

    



/*

//.header,

.marketing,

.footer {

  padding-right: 15px;

  padding-left: 15px;

}



 Custom page header 

.header {

  border-bottom: 1px solid #e5e5e5;

}

 Make the masthead heading the same height as the navigation 

.header h3 {

  padding-bottom: 19px;

  margin-top: 0;

  margin-bottom: 0;

  line-height: 40px;

}



 Custom page footer 

.footer {

  padding-top: 19px;

  color: #777;

  border-top: 1px solid #e5e5e5;

}



 Customize container 

@media (min-width: 768px) {

  .container {

    max-width: 730px;

  }

}

.container-narrow > hr {

  margin: 30px 0;

}



 Main marketing message and sign up button 

.jumbotron {

  text-align: center;

  border-bottom: 1px solid #e5e5e5;

}

.jumbotron .btn {

  padding: 14px 24px;

  font-size: 21px;

}



 Supporting marketing content 

.marketing {

  margin: 40px 0;

}

.marketing p + h4 {

  margin-top: 28px;

}



 Responsive: Portrait tablets and up 

@media screen and (min-width: 768px) {

   Remove the padding we set earlier 

  .header,

  .marketing,

  .footer {

    padding-right: 0;

    padding-left: 0;

  }

   Space out the masthead 

  .header {

    margin-bottom: 30px;

  }

   Remove the bottom border on the jumbotron for visual effect 

  .jumbotron {

    border-bottom: 0;

  }

}*/