/* BC Main login/logout CSS Document */

/* NOTE:Before you make any changes, write down date and what you did
if you have any question, ask the main author of this stylesheet
Who is the main author? -- santosh.kalwar@bcplatforms.com
*/

html, body
{
  height: 100%;
}

body
{
  margin: 0;
  font-size: 16px;  /* BC Platforms's brand guidlines */
  font-family: 'BCFont'; /* BC Platforms's brand guidlines */
  color: #343b41;
  overflow-y: scroll;
  line-height: 18px;

}

@font-face {
  font-family: 'BCFont'; /*a name to be used later*/
  src: url('/bcospub/fonts/DINOT.otf'); /*URL to font*/

}

/*--------------------*/
#login
{
  background-color: none ;
  width: 390px;
  margin: -150px 0px 20px -450px;
  padding: 30px;
  position: absolute;
  top: 29%;
  left: 65%;
  z-index: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#login:before
{
  position: absolute;
  z-index: -1;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
}


/*--------------------*/

h1
{
  text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
  text-transform: uppercase;
  text-align: center;
  color: #666;
  margin: 0 0 30px 0;
  letter-spacing: 4px;
  font: normal 26px/1 Verdana, Helvetica;
  position: relative;
}

h1:after, h1:before
{
  background-color: #777;
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 120px;
}

h1:after
{
  background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
  background-image: -webkit-linear-gradient(left, #777, #fff);
  background-image: -moz-linear-gradient(left, #777, #fff);
  background-image: -ms-linear-gradient(left, #777, #fff);
  background-image: -o-linear-gradient(left, #777, #fff);
  background-image: linear-gradient(left, #777, #fff);
  right: 0;
}

h1:before
{
  background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
  background-image: -webkit-linear-gradient(right, #777, #fff);
  background-image: -moz-linear-gradient(right, #777, #fff);
  background-image: -ms-linear-gradient(right, #777, #fff);
  background-image: -o-linear-gradient(right, #777, #fff);
  background-image: linear-gradient(right, #777, #fff);
  left: 0;
}

/*--------------------*/

fieldset
{
  border: 0;
  padding: 0;
  margin: 0;
}

/*--------------------*/

#inputs input
{
  background: #f1f1f1 url("/bcospub/img/login-sprite.png") no-repeat;
  padding: 15px 15px 15px 30px;
  margin: 0 0 10px 0;
  width: 353px; /* 353 + 2 + 45 = 400 */
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
  box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
  background-position: 5px -2px !important;
}

#password
{
  background-position: 5px -52px !important;
}

#inputs input:focus
{
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
  margin: 25px 0 0 0;
}

#submit
{
  background-color: #55acee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);

  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;

  border-width: 1px;
  float: left;
  height: 35px;
  padding: 0;
  width: 120px;
  cursor: pointer;
  color: #fff;
}

#submit:hover,#submit:focus
{
  background-color: #EB0973;
}

#submit:active
{
  outline: none;

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
  color: #3151A2;
  float: right;
  line-height: 35px;
  margin-left: 10px;
}

/*--------------------*/

#back
{
  display: block;
  text-align: center;
  position: relative;
  top: 60px;
  color: #999;
}

.header {
  height: 49px;
  background-color: #EF9020
  position: relative;
  width: 100%;
  z-index: 100;
  /* background-image: url(https://abs.twimg.com/a/1441080976/img/t1/lohp_streams_header_bg_v4.png)  */

}



label {

  font-weight: none;
}

.container {
  position: relative;
}

img {
  vertical-align: middle
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 4px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f9fbfb;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}


.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar-nav>li>a {

  padding-top: none;
}

.btn:not (.btn-link ){
  border-bottom-width: 2px;
  padding-bottom: 4px
}

.btn:not (.btn-link ).btn-lg {
  padding-bottom: 9px
}

.btn:not (.btn-link ).btn-sm {
  padding-bottom: 3px
}

.btn:not (.btn-link ).btn-xs {
  padding-bottom: 0
}

.btn:not (.btn-link ).active:not (.disabled ), .btn:not (.btn-link ):active:not
(.disabled ){
  border-bottom-width: 1px;
  border-top-width: 2px
}

.btn-link, .btn-link:hover {
  text-decoration: none
}

.btn-dropdown {
  color: #0081b0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  vertical-align: middle
}

.btn-dropdown, .btn-dropdown:active, .btn-dropdown[disabled], fieldset[disabled] .btn-dropdown
{
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-dropdown, .btn-dropdown:hover, .btn-dropdown:focus, .btn-dropdown:active
{
  border-color: transparent
}

.btn-dropdown:hover, .btn-dropdown:focus {
  color: #004964;
  text-decoration: underline;
  background-color: transparent
}

.btn-dropdown[disabled]:hover, fieldset[disabled] .btn-dropdown:hover,
.btn-dropdown[disabled]:focus, fieldset[disabled] .btn-dropdown:focus {
  color: #a7a9aa;
  text-decoration: none
}

.btn-dropdown .fa-caret-down {
  font-size: 1.2em;
  margin: 0;
  color: #323536
}

.btn-dropdown:hover {
  background-color: #eef1f2
}

.btn-group.open .btn.dropdown-toggle .fa-caret-down, .btn.dropdown-toggle:focus .fa-caret-down,
.btn.dropdown-toggle:active .fa-caret-down {
  color: #1e2122
}

.btn.active:enabled {
  color: #0081b0
}


.feedback-pinned {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000
}

.feedback-pinned a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #eaeff1;
  /* border-color: #dbe4e7 #dbe4e7 -moz-use-text-color; */
  border-image: none;
  border-style: solid solid none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 1px 1px 0;
  box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.2);
  color: #648692;
  display: block;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out 0s;
}

.feedback-pinned a:hover {
  border-color: #bdccd2;
  background-color: #f0f4f5;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 7px
}

a {
  cursor: pointer;
  text-decoration: none;
}


/*---------- Footer ---------*/
footer {
  background: #343b41;
  color: #fff;
}
footer ul{
  list-style: none;
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #EB0973;
}
footer h1 {
  color: #fff;
}
footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-family: inherit;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  display: none;
}
footer h5 {
  font-size: 16px;
  font-family: 'Dinot-Regular' !important;
  margin-bottom: 26px;
}
footer .address > h5 > a {
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
footer .address a {
  color: #fff;
}
footer .address a:hover {
  color: #EB0973;
}
footer ul.menu {
  margin-top: 40px;
}
footer ul.menu > li > a{
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
}

footer ul.sub-menu {
  margin-top: 24px;
}
footer .front-div {
  background: #fff;
}
.end {
  margin: 20px 0;
  font-size: 12px;
}
.back {
  /*display: none;*/
  position: fixed;
  cursor: pointer;
  z-index: 1000;
}
footer div.col-lg-9 div.col-lg-3:first-child {
  padding-left: 0;
}


@keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}


@-webkit-keyframes animatedBackground {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(-14deg);  }
  }*/

  @-ms-keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
  }
  @-moz-keyframes animatedBackground {
    from { background-position: 0 0%; }
    to { background-position: 100% 0; }
    /*from {-moz-transform: rotate(0deg); }
    to {-moz-transform: rotate(0deg);  }*/
  }
  @-ms-keyframes animatedBackground {
    from {-ms-transform: rotate (0deg); }
    to {-ms-transform: rotate (0deg); }
  }

  @-webkit-keyframes animatedBackground {
    from { background-position: 0 0;  }
    25% { background-position: 0 0; }
    50% { background-position: 0 0;  }
    75% { background-position: 0 0; }
    to { background-position: 100% 0;  }
  }


  #animate-area	{
    width: auto;
    height: auto;
    background-image: url(/bcospub/img/img5.jpg)
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    background: #2C6280; /* #579cb9;
    /*background-size: 900px 540px;*/
    /*background-position: 0px 0px;*/
    /*background-repeat: repeat-x;*/

  }

  .button{
    display:block;
    margin:0 16px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    transition:background .3s;
    -webkit-transition:background .3s;
  }

  .button:hover{
    background:#2288bb;
  }

  #triangle{
    width:0;
    border-top:12x solid transparent;
    border-right:12px solid transparent;
    border-bottom:12px solid #3399cc;
    border-left:12px solid transparent;
    margin:0 auto;
  }

  #duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
  }

  .my_button {
    font-size: larger;
    left: -113px;
    font-family: 'Dinot-Regular' !important; /* BC Platforms's brand guidlines */
  }

  #logout {
    top: 50%;
    left: 50%;
    transform: translate(1350%, -50%);
    background-color:#55acee;
    color: #fff;
  }
